#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}
#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
  all: unset;
  box-sizing: border-box;
}
#cc-main .pm__badge,
#cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}
#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}
#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
:root {
  --cc-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --cc-modal-border-radius: 0.5rem;
  --cc-btn-border-radius: 0.4rem;
  --cc-modal-transition-duration: 0.25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #2c2f31;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: #30363c;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #000;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, 0.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em;
}
#cc-main.cc--rtl {
  direction: rtl;
}
#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600;
}
#cc-main button > span {
  pointer-events: none;
}
#cc-main .cc__link,
#cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size 0.25s, color 0.25s ease;
}
#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}
#cc-main .cc__link {
  color: var(--cc-link-color);
}
#cc-main .cm__desc,
#cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}
@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto!important;
  overflow: hidden !important;
}
@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s;
  }
}
.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, 0.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809;
}
.cc--darkmode #cc-main {
  color-scheme: dark;
}
#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  max-width: 24rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}
#cc-main .cm--top {
  top: var(--cc-modal-margin);
}
#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}
#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}
#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}
#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}
#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}
#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}
#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 0;
}
#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3rem;
}
#cc-main .cm__title {
  font-size: 1.05em;
}
#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}
#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}
#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}
#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}
#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}
#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}
#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}
#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}
#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}
#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}
#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}
#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}
#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}
#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto!important;
  overflow: hidden;
  padding: 0!important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}
#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}
#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}
#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}
#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}
#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}
#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}
#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}
#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}
#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}
#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}
#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}
#cc-main .cm--box .cm__btn--close {
  display: block;
}
#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}
#cc-main .cm--box.cm--wide {
  max-width: 36em;
}
#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}
#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}
#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}
#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}
#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}
#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}
#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}
#cc-main .cm--cloud .cm__texts {
  flex: 1;
}
#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}
#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}
#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}
#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}
#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}
#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}
#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}
#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}
#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: 0.35s;
}
#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}
#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
}
#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}
#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}
#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}
#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}
#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}
#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}
#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}
#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}
#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}
#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}
#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}
#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}
#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}
.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}
.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}
.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}
.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}
#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}
#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem!important;
  padding-right: 1.3rem;
}
#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}
#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}
@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: 0.5em;
  }
  #cc-main .cm {
    max-width: none!important;
    width: auto !important;
  }
  #cc-main .cm__body {
    flex-direction: column!important;
    padding: 0 !important;
  }
  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm__btns {
    border-left: none!important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column!important;
    max-width: none!important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: flex!important;
    flex-direction: column!important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    flex: auto !important;
  }
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}
#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}
#cc-main svg {
  fill: none;
  width: 100%;
}
#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em;
}
#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}
#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}
#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  width: 40px;
}
#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}
#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}
#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}
#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}
#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}
#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0!important;
  overflow: hidden;
}
#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}
#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}
#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}
#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}
#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}
#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}
#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}
#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg);
}
#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}
#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}
#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}
#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}
#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}
#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}
#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}
#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}
#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}
#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}
#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}
#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}
#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}
#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}
#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}
#cc-main .toggle-service .toggle__icon {
  position: relative;
}
#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}
#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}
#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}
#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}
#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}
#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease;
}
#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: 23px;
}
#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity 0.15s ease;
  width: 100%;
}
#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}
#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(0.55) rotate(-45deg);
}
#cc-main .toggle__icon-off {
  opacity: 1;
}
#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}
#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}
#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}
#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}
#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}
#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}
#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  transition: background-color 0.15s ease;
}
#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}
#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}
#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}
#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}
#cc-main .pm__section-desc {
  line-height: 1.5em;
}
#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}
#cc-main .pm__table-caption {
  text-align: left;
}
#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}
#cc-main .pm__table-tr {
  transition: background-color 0.15s ease;
}
#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}
#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}
#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}
#cc-main .pm__btn-group {
  display: flex;
}
#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}
#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}
#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}
#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}
#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}
#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}
#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: 0.35s;
}
#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block;
}
#cc-main .pm--bar .pm__table-head {
  display: none;
}
#cc-main .pm--bar .pm__table-caption {
  display: block;
}
#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}
#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}
#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}
#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}
#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}
#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}
#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}
#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}
#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}
#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}
#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}
#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}
#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}
#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}
.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}
.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}
.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}
.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}
#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}
#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}
#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}
#cc-main.cc--rtl .toggle-service {
  left: 0;
}
#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}
#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}
#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}
#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}
#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}
#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}
#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}
#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}
#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}
#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}
#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none!important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }
  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}
/*/xassets/uncompressed/source_map/248.css.css.map */
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto;}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px;}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
/*
Template Name: Shreyu - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 1.0.0
Website: //coderthemes.com/
Contact: support@coderthemes.com
File: Custom Bootstrap Css File
*/
/*!
 * Bootstrap v4.3.1 (//getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (//github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #5369f8;
  --indigo: #564ab1;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff5c75;
  --orange: #f77e53;
  --yellow: #ffbe0b;
  --green: #43d39e;
  --teal: #1ce1ac;
  --cyan: #25c2e3;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #5369f8;
  --secondary: #1e2139;
  --success: #43d39e;
  --info: #25c2e3;
  --warning: #ffbe0b;
  --danger: #ff5c75;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
  background-color: #f3f4f7; }

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

hr {
  -webkit-box-sizing: content-box;
          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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #5369f8;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0a29f5;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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.1875rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #6c757d; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f6f6f7; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f6f6f7; }
  .table tbody + tbody {
    border-top: 2px solid #f6f6f7; }

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

.table-bordered {
  border: 1px solid #f6f6f7; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #f6f6f7; }
  .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: #f6f6f7; }

.table-hover tbody tr:hover {
  color: #6c757d;
  background-color: #f6f6f7; }

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a6b1fb; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #8a8c98; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #9de8cd; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8edff0; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdd80; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffaab7; }

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

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

.table-hover .table-active:hover {
  background-color: #e9e9eb; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e9e9eb; }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #4B4B5A;
  background-color: #f8f9fa;
  border-color: #f6f6f7; }

.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 + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4B4B5A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e7f1;
  border-radius: 0.3rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #4B4B5A;
    background-color: #fff;
    border-color: #5369f8;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1; }

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

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

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 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.09375rem;
  line-height: 1.5; }

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #6c757d;
  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.76562rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3rem 0.6rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(67, 211, 158, 0.9);
  border-radius: 0.3rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #43d39e;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2343d39e' 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: center right calc(0.375em + 0.25rem);
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #43d39e;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.25);
            box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #43d39e;
  padding-right: calc((1em + 1rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2343d39e' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #43d39e;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.25);
            box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

.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: #43d39e; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #43d39e; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #6cddb3;
  background-color: #6cddb3; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.25);
          box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 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: #43d39e; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #43d39e; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #43d39e;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.25);
          box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3rem 0.6rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 92, 117, 0.9);
  border-radius: 0.3rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff5c75;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5c75' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5c75' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.25rem);
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ff5c75;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.25);
            box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff5c75;
  padding-right: calc((1em + 1rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5c75' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5c75' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ff5c75;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.25);
            box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

.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: #ff5c75; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ff5c75; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff8fa0;
  background-color: #ff8fa0; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.25);
          box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 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: #ff5c75; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff5c75; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff5c75;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.25);
          box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #6c757d;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #6c757d;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.25);
            box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #5369f8;
  border-color: #5369f8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2e49f7;
    border-color: #223ef6; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(109, 128, 249, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(109, 128, 249, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #5369f8;
    border-color: #5369f8; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #223ef6;
    border-color: #1634f6; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(109, 128, 249, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(109, 128, 249, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #1e2139;
  border-color: #1e2139; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #111220;
    border-color: #0c0e18; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(64, 66, 87, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(64, 66, 87, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #1e2139;
    border-color: #1e2139; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0c0e18;
    border-color: #08090f; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(64, 66, 87, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(64, 66, 87, 0.5); }

.btn-success {
  color: #fff;
  background-color: #43d39e;
  border-color: #43d39e; }
  .btn-success:hover {
    color: #fff;
    background-color: #2dc28c;
    border-color: #2bb884; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(95, 218, 173, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(95, 218, 173, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #43d39e;
    border-color: #43d39e; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2bb884;
    border-color: #29ae7d; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(95, 218, 173, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(95, 218, 173, 0.5); }

.btn-info {
  color: #fff;
  background-color: #25c2e3;
  border-color: #25c2e3; }
  .btn-info:hover {
    color: #fff;
    background-color: #1aaac8;
    border-color: #18a0bd; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(70, 203, 231, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(70, 203, 231, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #25c2e3;
    border-color: #25c2e3; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #18a0bd;
    border-color: #1797b1; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(70, 203, 231, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(70, 203, 231, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffbe0b;
  border-color: #ffbe0b; }
  .btn-warning:hover {
    color: #fff;
    background-color: #e4a700;
    border-color: #d79e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(222, 167, 16, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(222, 167, 16, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffbe0b;
    border-color: #ffbe0b; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d79e00;
    border-color: #ca9400; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(222, 167, 16, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(222, 167, 16, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ff5c75;
  border-color: #ff5c75; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ff3655;
    border-color: #ff294a; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 116, 138, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(255, 116, 138, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff5c75;
    border-color: #ff5c75; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff294a;
    border-color: #ff1c3f; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 116, 138, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(255, 116, 138, 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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.15rem 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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.15rem 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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.15rem 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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #5369f8;
  border-color: #5369f8; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #5369f8;
    border-color: #5369f8; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #5369f8;
    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: #5369f8;
    border-color: #5369f8; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.5); }

.btn-outline-secondary {
  color: #1e2139;
  border-color: #1e2139; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #1e2139;
    border-color: #1e2139; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(30, 33, 57, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(30, 33, 57, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #1e2139;
    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: #1e2139;
    border-color: #1e2139; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(30, 33, 57, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(30, 33, 57, 0.5); }

.btn-outline-success {
  color: #43d39e;
  border-color: #43d39e; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #43d39e;
    border-color: #43d39e; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #43d39e;
    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: #43d39e;
    border-color: #43d39e; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.5); }

.btn-outline-info {
  color: #25c2e3;
  border-color: #25c2e3; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #25c2e3;
    border-color: #25c2e3; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(37, 194, 227, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(37, 194, 227, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #25c2e3;
    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: #25c2e3;
    border-color: #25c2e3; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(37, 194, 227, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(37, 194, 227, 0.5); }

.btn-outline-warning {
  color: #ffbe0b;
  border-color: #ffbe0b; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffbe0b;
    border-color: #ffbe0b; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 190, 11, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(255, 190, 11, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffbe0b;
    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: #ffbe0b;
    border-color: #ffbe0b; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 190, 11, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(255, 190, 11, 0.5); }

.btn-outline-danger {
  color: #ff5c75;
  border-color: #ff5c75; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff5c75;
    border-color: #ff5c75; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff5c75;
    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: #ff5c75;
    border-color: #ff5c75; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.15rem 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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.15rem 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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.15rem 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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #5369f8;
  text-decoration: none; }
  .btn-link:hover {
    color: #0a29f5;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

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

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

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

.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: 0.875rem;
  color: #6c757d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem; }

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.35rem 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: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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.76562rem;
  color: #6c757d;
  white-space: nowrap; }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .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(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4B4B5A;
  text-align: center;
  white-space: nowrap;
  background-color: #f6f6f7;
  border: 1px solid #e2e7f1;
  border-radius: 0.3rem; }
  .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.09375rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.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.76562rem;
  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 > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #5369f8;
    background-color: #5369f8; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #5369f8; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: white;
    border-color: white; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #fff; }

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.3rem; }

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #5369f8;
  background-color: #5369f8; }

.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' 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(83, 105, 248, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(83, 105, 248, 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' 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(83, 105, 248, 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.15625rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(83, 105, 248, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4B4B5A;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 0.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #5369f8;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.25);
            box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.25); }
    .custom-select:focus::-ms-value {
      color: #4B4B5A;
      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: #f6f6f7; }
  .custom-select::-ms-expand {
    display: none; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #5369f8;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #fff; }
  .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 + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4B4B5A;
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 0.3rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    padding: 0.5rem 0.75rem;
    line-height: 1.5;
    color: #4B4B5A;
    content: "Browse";
    background-color: #f6f6f7;
    border-left: inherit;
    border-radius: 0 0.3rem 0.3rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.3rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #f3f4f7, none;
              box-shadow: 0 0 0 1px #f3f4f7, none; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f3f4f7, none; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #f3f4f7, none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #5369f8;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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: white; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e2e7f1;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #5369f8;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: white; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e2e7f1;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.15rem;
    margin-left: 0.15rem;
    background-color: #5369f8;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: white; }
  .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: #e2e7f1;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e2e7f1;
    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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 "transparent"; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.3rem; }

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  .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: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

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

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

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

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

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

.card-link:hover {
  text-decoration: none; }

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

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f6f6f7;
  border-top: 0 solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.5rem - 0) calc(0.5rem - 0); }

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.5rem - 0); }

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 12px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -12px;
      margin-left: -12px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 12px;
        margin-bottom: 0;
        margin-left: 12px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 12px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                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 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

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

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f6f6f7;
  border-radius: 0.3rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.3rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.3rem;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.3rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5369f8;
  background-color: #fff;
  border: 1px solid #e2e7f1; }
  .page-link:hover {
    z-index: 2;
    color: #0a29f5;
    text-decoration: none;
    background-color: #f6f6f7;
    border-color: #e2e7f1; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.25);
            box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #5369f8;
  border-color: #5369f8; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e2e7f1; }

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  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.3em 0.5em;
  font-size: 82%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      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: #5369f8; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #223ef6; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #1e2139; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #0c0e18; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(30, 33, 57, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(30, 33, 57, 0.5); }

.badge-success {
  color: #fff;
  background-color: #43d39e; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #2bb884; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.5); }

.badge-info {
  color: #fff;
  background-color: #25c2e3; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #18a0bd; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(37, 194, 227, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(37, 194, 227, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffbe0b; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d79e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 190, 11, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(255, 190, 11, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #ff5c75; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ff294a; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 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;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.15rem 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;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f6f6f7;
  border-radius: 0.5rem; }
  @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.3rem; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #2b3781;
  background-color: #5369f8;
  border-color: #5369f8; }
  .alert-primary hr {
    border-top-color: #3a54f7; }
  .alert-primary .alert-link {
    color: #1e275b; }

.alert-secondary {
  color: #10111e;
  background-color: #1e2139;
  border-color: #1e2139; }
  .alert-secondary hr {
    border-top-color: #151728; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #236e52;
  background-color: #43d39e;
  border-color: #43d39e; }
  .alert-success hr {
    border-top-color: #30cd93; }
  .alert-success .alert-link {
    color: #174735; }

.alert-info {
  color: #136576;
  background-color: #25c2e3;
  border-color: #25c2e3; }
  .alert-info hr {
    border-top-color: #1bb3d3; }
  .alert-info .alert-link {
    color: #0c3f4a; }

.alert-warning {
  color: #856306;
  background-color: #ffbe0b;
  border-color: #ffbe0b; }
  .alert-warning hr {
    border-top-color: #f1b000; }
  .alert-warning .alert-link {
    color: #543f04; }

.alert-danger {
  color: #85303d;
  background-color: #ff5c75;
  border-color: #ff5c75; }
  .alert-danger hr {
    border-top-color: #ff435f; }
  .alert-danger .alert-link {
    color: #60222c; }

.alert-light {
  color: #818182;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .alert-light hr {
    border-top-color: #e9ecef; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #343a40;
  border-color: #343a40; }
  .alert-dark hr {
    border-top-color: #292d32; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.75rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0.75rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.75rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #f6f6f7;
  border-radius: 0.3rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5369f8;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      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: 0.75rem 0.75rem; }

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

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #4B4B5A;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #4B4B5A;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #6c757d;
    background-color: #f6f6f7; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
  .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: #5369f8;
    border-color: #5369f8; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.3rem;
      border-bottom-left-radius: 0.3rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.3rem;
      border-bottom-right-radius: 0.3rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.3rem;
        border-bottom-left-radius: 0.3rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.3rem;
        border-bottom-right-radius: 0.3rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.3rem;
        border-bottom-left-radius: 0.3rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.3rem;
        border-bottom-right-radius: 0.3rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.3rem;
        border-bottom-left-radius: 0.3rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.3rem;
        border-bottom-right-radius: 0.3rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.3rem;
        border-bottom-left-radius: 0.3rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.3rem;
        border-bottom-right-radius: 0.3rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

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

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #2b3781;
  background-color: #cfd5fd; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #2b3781;
    background-color: #b7c0fc; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2b3781;
    border-color: #2b3781; }

.list-group-item-secondary {
  color: #10111e;
  background-color: #c0c1c8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #10111e;
    background-color: #b2b4bc; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #10111e;
    border-color: #10111e; }

.list-group-item-success {
  color: #236e52;
  background-color: #caf3e4; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #236e52;
    background-color: #b5eed9; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #236e52;
    border-color: #236e52; }

.list-group-item-info {
  color: #136576;
  background-color: #c2eef7; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #136576;
    background-color: #abe8f4; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #136576;
    border-color: #136576; }

.list-group-item-warning {
  color: #856306;
  background-color: #ffedbb; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856306;
    background-color: #ffe6a2; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856306;
    border-color: #856306; }

.list-group-item-danger {
  color: #85303d;
  background-color: #ffd1d8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #85303d;
    background-color: #ffb8c2; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #85303d;
    border-color: #85303d; }

.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.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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); }

.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 {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f6f6f7;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #f6f6f7;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .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); }
  .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: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .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.3rem 0.6rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.3rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f6f6f7;
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.5rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #f6f6f7; }
    .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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.5rem 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: #f6f6f7; }
    .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) * -1); }
    .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: #f6f6f7; }
    .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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.5rem 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: #f6f6f7; }
    .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: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      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;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          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;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

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

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

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

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

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

.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: #5369f8 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #223ef6 !important; }

.bg-secondary {
  background-color: #1e2139 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0c0e18 !important; }

.bg-success {
  background-color: #43d39e !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2bb884 !important; }

.bg-info {
  background-color: #25c2e3 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #18a0bd !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d79e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff294a !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 #f6f6f7 !important; }

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

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

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

.border-left {
  border-left: 1px solid #f6f6f7 !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: #5369f8 !important; }

.border-secondary {
  border-color: #1e2139 !important; }

.border-success {
  border-color: #43d39e !important; }

.border-info {
  border-color: #25c2e3 !important; }

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

.border-danger {
  border-color: #ff5c75 !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.3rem !important; }

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

.rounded-right {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important; }

.rounded-left {
  border-top-left-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important; }

.rounded-lg {
  border-radius: 0.5rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.85714%; }

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        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; } }

.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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075) !important;
          box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075) !important; }

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

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

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

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

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

.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: #5369f8 !important; }

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

.text-secondary {
  color: #1e2139 !important; }

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

.text-success {
  color: #43d39e !important; }

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

.text-info {
  color: #25c2e3 !important; }

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: #ff1034 !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: #6c757d !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;
  overflow-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;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e2e7f1 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #f6f6f7; }
  .table .thead-dark th {
    color: inherit;
    border-color: #f6f6f7; } }

.custom-accordionwitharrow .card + .card {
  margin-top: 0.5rem; }

.custom-accordionwitharrow .card .card-header {
  background-color: transparent; }

.custom-accordionwitharrow .accordion-arrow {
  font-size: 1.2rem; }

.custom-accordionwitharrow a.collapsed i.accordion-arrow:before {
  content: "\e831"; }

.custom-accordion .card {
  overflow: visible;
  border-color: transparent !important;
  border-left: 2px dashed #e2e7f1 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 40px; }
  .custom-accordion .card .card-header {
    border-radius: 7px !important; }
    .custom-accordion .card .card-header:before {
      content: "";
      position: absolute;
      left: 6px;
      top: 22px;
      width: 42px;
      height: 2px;
      background: #e2e7f1; }
  .custom-accordion .card .icon {
    position: absolute;
    left: -18px;
    top: -2px; }

.alert-primary {
  color: #fff;
  background-color: #5369f8;
  border-color: #5369f8; }
  .alert-primary hr {
    border-top-color: #3a54f7; }
  .alert-primary .alert-link {
    color: #e6e6e6; }
  .alert-primary .close,
  .alert-primary .alert-link {
    color: #fff; }

.alert-secondary {
  color: #fff;
  background-color: #1e2139;
  border-color: #1e2139; }
  .alert-secondary hr {
    border-top-color: #151728; }
  .alert-secondary .alert-link {
    color: #e6e6e6; }
  .alert-secondary .close,
  .alert-secondary .alert-link {
    color: #fff; }

.alert-success {
  color: #fff;
  background-color: #43d39e;
  border-color: #43d39e; }
  .alert-success hr {
    border-top-color: #30cd93; }
  .alert-success .alert-link {
    color: #e6e6e6; }
  .alert-success .close,
  .alert-success .alert-link {
    color: #fff; }

.alert-info {
  color: #fff;
  background-color: #25c2e3;
  border-color: #25c2e3; }
  .alert-info hr {
    border-top-color: #1bb3d3; }
  .alert-info .alert-link {
    color: #e6e6e6; }
  .alert-info .close,
  .alert-info .alert-link {
    color: #fff; }

.alert-warning {
  color: #212529;
  background-color: #ffbe0b;
  border-color: #ffbe0b; }
  .alert-warning hr {
    border-top-color: #f1b000; }
  .alert-warning .alert-link {
    color: #0a0c0d; }
  .alert-warning .close,
  .alert-warning .alert-link {
    color: #212529; }

.alert-danger {
  color: #fff;
  background-color: #ff5c75;
  border-color: #ff5c75; }
  .alert-danger hr {
    border-top-color: #ff435f; }
  .alert-danger .alert-link {
    color: #e6e6e6; }
  .alert-danger .close,
  .alert-danger .alert-link {
    color: #fff; }

.alert-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .alert-light hr {
    border-top-color: #e9ecef; }
  .alert-light .alert-link {
    color: #0a0c0d; }
  .alert-light .close,
  .alert-light .alert-link {
    color: #212529; }

.alert-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .alert-dark hr {
    border-top-color: #292d32; }
  .alert-dark .alert-link {
    color: #e6e6e6; }
  .alert-dark .close,
  .alert-dark .alert-link {
    color: #fff; }

.badge-soft {
  color: #343a40; }

.badge-soft-primary {
  background-color: rgba(83, 105, 248, 0.2);
  color: #5369f8 !important; }

.badge-soft-secondary {
  background-color: rgba(30, 33, 57, 0.2);
  color: #1e2139 !important; }

.badge-soft-success {
  background-color: rgba(67, 211, 158, 0.2);
  color: #43d39e !important; }

.badge-soft-info {
  background-color: rgba(37, 194, 227, 0.2);
  color: #25c2e3 !important; }

.badge-soft-warning {
  background-color: rgba(255, 190, 11, 0.2);
  color: #ffbe0b !important; }

.badge-soft-danger {
  background-color: rgba(255, 92, 117, 0.2);
  color: #ff5c75 !important; }

.badge-soft-light {
  background-color: rgba(248, 249, 250, 0.2);
  color: #f8f9fa !important; }

.badge-soft-dark {
  background-color: rgba(52, 58, 64, 0.2);
  color: #343a40 !important; }

.bg-soft-primary {
  background-color: rgba(83, 105, 248, 0.25) !important; }

.bg-soft-secondary {
  background-color: rgba(30, 33, 57, 0.25) !important; }

.bg-soft-success {
  background-color: rgba(67, 211, 158, 0.25) !important; }

.bg-soft-info {
  background-color: rgba(37, 194, 227, 0.25) !important; }

.bg-soft-warning {
  background-color: rgba(255, 190, 11, 0.25) !important; }

.bg-soft-danger {
  background-color: rgba(255, 92, 117, 0.25) !important; }

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.25) !important; }

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.25) !important; }

.bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#564ab1), to(#746dad));
  background: linear-gradient(to bottom, #564ab1, #746dad); }

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "unicons"; }

.btn {
  color: #fff; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn .icon svg {
    width: 1rem;
    height: 1rem;
    margin-left: 0.1rem;
    margin-top: -2px; }

.btn-rounded {
  border-radius: 2em; }

.btn-light, .btn-white {
  color: #212529; }

.btn-white {
  border-color: #e2e7f1; }
  .btn-white:hover, .btn-white:focus {
    background-color: #e2e7f1;
    border-color: #ced4da; }

.btn-link {
  font-weight: 400;
  color: #5369f8;
  background-color: transparent; }
  .btn-link:hover {
    color: #0a29f5;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-xs {
  padding: .2rem .6rem;
  font-size: .75rem;
  border-radius: .15rem; }

.btn-soft-primary {
  background-color: rgba(83, 105, 248, 0.15);
  color: #5369f8;
  border-color: rgba(83, 105, 248, 0.15); }
  .btn-soft-primary:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-soft-primary:hover, .btn-soft-primary:focus {
    background-color: rgba(83, 105, 248, 0.2);
    color: #5369f8; }

.btn-soft-secondary {
  background-color: rgba(30, 33, 57, 0.15);
  color: #1e2139;
  border-color: rgba(30, 33, 57, 0.15); }
  .btn-soft-secondary:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-soft-secondary:hover, .btn-soft-secondary:focus {
    background-color: rgba(30, 33, 57, 0.2);
    color: #1e2139; }

.btn-soft-success {
  background-color: rgba(67, 211, 158, 0.15);
  color: #43d39e;
  border-color: rgba(67, 211, 158, 0.15); }
  .btn-soft-success:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-soft-success:hover, .btn-soft-success:focus {
    background-color: rgba(67, 211, 158, 0.2);
    color: #43d39e; }

.btn-soft-info {
  background-color: rgba(37, 194, 227, 0.15);
  color: #25c2e3;
  border-color: rgba(37, 194, 227, 0.15); }
  .btn-soft-info:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-soft-info:hover, .btn-soft-info:focus {
    background-color: rgba(37, 194, 227, 0.2);
    color: #25c2e3; }

.btn-soft-warning {
  background-color: rgba(255, 190, 11, 0.15);
  color: #ffbe0b;
  border-color: rgba(255, 190, 11, 0.15); }
  .btn-soft-warning:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-soft-warning:hover, .btn-soft-warning:focus {
    background-color: rgba(255, 190, 11, 0.2);
    color: #ffbe0b; }

.btn-soft-danger {
  background-color: rgba(255, 92, 117, 0.15);
  color: #ff5c75;
  border-color: rgba(255, 92, 117, 0.15); }
  .btn-soft-danger:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-soft-danger:hover, .btn-soft-danger:focus {
    background-color: rgba(255, 92, 117, 0.2);
    color: #ff5c75; }

.btn-soft-light {
  background-color: rgba(248, 249, 250, 0.15);
  color: #f8f9fa;
  border-color: rgba(248, 249, 250, 0.15); }
  .btn-soft-light:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-soft-light:hover, .btn-soft-light:focus {
    background-color: rgba(248, 249, 250, 0.2);
    color: #f8f9fa; }

.btn-soft-dark {
  background-color: rgba(52, 58, 64, 0.15);
  color: #343a40;
  border-color: rgba(52, 58, 64, 0.15); }
  .btn-soft-dark:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-soft-dark:hover, .btn-soft-dark:focus {
    background-color: rgba(52, 58, 64, 0.2);
    color: #343a40; }

.btn-outline-primary {
  color: #5369f8;
  border-color: #5369f8; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #5369f8;
    border-color: #5369f8; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #5369f8;
    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: #5369f8;
    border-color: #5369f8; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(83, 105, 248, 0.5); }
  .btn-outline-primary:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-secondary {
  color: #1e2139;
  border-color: #1e2139; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #1e2139;
    border-color: #1e2139; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(30, 33, 57, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(30, 33, 57, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #1e2139;
    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: #1e2139;
    border-color: #1e2139; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(30, 33, 57, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(30, 33, 57, 0.5); }
  .btn-outline-secondary:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-success {
  color: #43d39e;
  border-color: #43d39e; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #43d39e;
    border-color: #43d39e; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #43d39e;
    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: #43d39e;
    border-color: #43d39e; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(67, 211, 158, 0.5); }
  .btn-outline-success:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-info {
  color: #25c2e3;
  border-color: #25c2e3; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #25c2e3;
    border-color: #25c2e3; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(37, 194, 227, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(37, 194, 227, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #25c2e3;
    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: #25c2e3;
    border-color: #25c2e3; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(37, 194, 227, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(37, 194, 227, 0.5); }
  .btn-outline-info:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-warning {
  color: #ffbe0b;
  border-color: #ffbe0b; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffbe0b;
    border-color: #ffbe0b; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 190, 11, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(255, 190, 11, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffbe0b;
    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: #ffbe0b;
    border-color: #ffbe0b; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 190, 11, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(255, 190, 11, 0.5); }
  .btn-outline-warning:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-danger {
  color: #ff5c75;
  border-color: #ff5c75; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff5c75;
    border-color: #ff5c75; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff5c75;
    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: #ff5c75;
    border-color: #ff5c75; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(255, 92, 117, 0.5); }
  .btn-outline-danger:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.15rem 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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.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 {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.15rem 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 {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.card {
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
          box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  border-radius: 0.25rem; }

.card-drop {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: inherit;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  margin-top: -6px; }
  .card-drop:hover {
    background-color: #f6f6f7;
    color: #343a40; }

.card-title,
.card-header {
  margin-top: 0; }

.card-nav {
  margin: -0.5rem 0; }

.card-box {
  background-color: #fff;
  padding: 1.25rem;
  -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
          box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  margin-bottom: 24px;
  border-radius: 0.5rem; }

.header-title {
  font-size: 1.04rem;
  font-weight: 700; }

.sub-header {
  margin-bottom: 24px;
  color: #6c757d; }

.dropdown-menu {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-animation-name: DropDownSlide;
          animation-name: DropDownSlide;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  margin: 0;
  font-size: 0.875rem;
  position: absolute;
  z-index: 1000; }
  .dropdown-menu.show {
    top: 100% !important; }

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

.dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=left] {
  top: auto !important;
  -webkit-animation: none !important;
          animation: none !important; }

@-webkit-keyframes DropDownSlide {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes DropDownSlide {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

.dropdown-lg {
  width: 320px; }

@media (max-width: 767.98px) {
  .dropdown-lg {
    width: 200px !important; } }

.drop-ani-none .dropdown-menu {
  top: 0 !important;
  -webkit-animation: none !important;
          animation: none !important; }

.form-control-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

input.form-control[type="color"],
input.form-control[type="range"] {
  min-height: 39px; }

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .custom-select:invalid:focus, .form-control:invalid:focus,
.custom-select.is-valid:focus, .form-control.is-valid:focus, .custom-select:valid:focus, .form-control:valid:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.comment-area-box .form-control {
  border-color: #e2e7f1;
  border-radius: 0.3rem 0.3rem 0 0; }

.comment-area-box .comment-area-btn {
  background-color: #f8f9fa;
  padding: 10px;
  border: 1px solid #e2e7f1;
  border-top: none;
  border-radius: 0 0 0.3rem 0.3rem; }

input:focus {
  outline: none; }

.modal-title {
  margin-top: 0; }

.modal-full {
  width: 92%;
  max-width: none; }

.modal-demo {
  background-color: #fff;
  width: 600px !important;
  border-radius: 4px;
  display: none;
  position: relative; }
  .modal-demo .close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #f8f9fa; }

@media (max-width: 768px) {
  .modal-demo {
    width: 96% !important; } }

.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #343a40;
  color: #fff;
  text-align: left;
  margin: 0; }

.custom-modal-text {
  padding: 20px; }

.custombox-modal-wrapper {
  text-align: left; }

.custombox-modal-flash .close,
.custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999; }

.nav-tabs {
  border-bottom: 2px solid rgba(108, 117, 125, 0.2); }
  .nav-tabs .nav-item {
    margin-bottom: -2px; }
  .nav-tabs li a {
    border-color: transparent !important;
    padding: 0.625rem 1.25rem; }
  .nav-tabs li a.active {
    border-bottom: 2px solid #5369f8 !important; }

.nav-tabs > li > a, .nav-pills > li > a {
  color: #4B4B5A;
  font-weight: 700; }

.nav-pills {
  background: #f3f4f7;
  border-radius: 0.3rem;
  padding: 6px 2px; }
  .nav-pills .nav-link {
    background-color: transparent;
    color: #6c757d; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #6c757d;
    background-color: #fff;
    -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
            box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075); }

.navtab-bg li > a {
  background-color: #e2e7f1;
  margin: 0 5px; }

.tab-content {
  padding: 20px 0 0 0; }

.pagination-rounded .page-link {
  border-radius: 30px !important;
  margin: 0 3px;
  border: none; }

.popover-header {
  margin-top: 0; }

.progress-sm {
  height: 5px; }

.progress-md {
  height: 8px; }

.progress-lg {
  height: 12px; }

.progress-xl {
  height: 15px; }

.progress-xxl {
  height: 25px; }

/* Progressbar Vertical */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }
  .progress-vertical .progress-bar {
    width: 100%; }
  .progress-vertical.progress-xl {
    width: 15px; }
  .progress-vertical.progress-lg {
    width: 12px; }
  .progress-vertical.progress-md {
    width: 8px; }
  .progress-vertical.progress-sm {
    width: 5px; }

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }
  .progress-vertical-bottom .progress-bar {
    width: 100%;
    bottom: 0;
    position: absolute; }
  .progress-vertical-bottom.progress-xl {
    width: 15px; }
  .progress-vertical-bottom.progress-lg {
    width: 12px; }
  .progress-vertical-bottom.progress-md {
    width: 8px; }
  .progress-vertical-bottom.progress-sm {
    width: 5px; }

.progress-w-percent {
  min-height: 20px;
  margin-bottom: 20px; }
  .progress-w-percent .progress {
    width: 80%;
    float: left;
    margin-top: 8px; }
  .progress-w-percent .progress-value {
    width: 20%;
    float: right;
    text-align: right;
    line-height: 20px; }

a {
  text-decoration: none !important; }
  a:focus {
    outline: none; }

label {
  font-weight: 600; }

button:focus {
  outline: none; }

.blockquote {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 4px solid #f6f6f7; }
  .blockquote.blockquote-reverse {
    border-left: 0;
    border-right: 4px solid #f6f6f7;
    text-align: right; }

.icon-dual {
  color: #6c757d;
  fill: rgba(108, 117, 125, 0.12); }

.icon-dual-primary {
  color: #5369f8;
  fill: rgba(83, 105, 248, 0.16); }

.icon-dual-secondary {
  color: #1e2139;
  fill: rgba(30, 33, 57, 0.16); }

.icon-dual-success {
  color: #43d39e;
  fill: rgba(67, 211, 158, 0.16); }

.icon-dual-info {
  color: #25c2e3;
  fill: rgba(37, 194, 227, 0.16); }

.icon-dual-warning {
  color: #ffbe0b;
  fill: rgba(255, 190, 11, 0.16); }

.icon-dual-danger {
  color: #ff5c75;
  fill: rgba(255, 92, 117, 0.16); }

.icon-dual-light {
  color: #f8f9fa;
  fill: rgba(248, 249, 250, 0.16); }

.icon-dual-dark {
  color: #343a40;
  fill: rgba(52, 58, 64, 0.16); }

.icon-xs {
  height: 16px;
  width: 16px; }

.icon-lg {
  height: 32px;
  width: 32px; }

.icon-xl {
  height: 48px;
  width: 48px; }

.icon-xxl {
  height: 72px;
  width: 72px; }

.table-centered td, .table-centered th {
  vertical-align: middle !important; }

.table th {
  font-weight: 700; }

.table .table-user img {
  height: 30px;
  width: 30px; }

.action-icon {
  color: #6c757d;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 3px; }
  .action-icon:hover {
    color: #4B4B5A; }

.table-nowrap th, .table-nowrap td {
  white-space: nowrap; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Nunito Sans", sans-serif;
  color: #4B4B5A;
  font-weight: 600; }

p {
  line-height: 1.6; }

.font-size-11 {
  font-size: 11px !important; }

.font-size-12 {
  font-size: 12px !important; }

.font-size-13 {
  font-size: 13px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-17 {
  font-size: 17px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-19 {
  font-size: 19px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-24 {
  font-size: 24px !important; }

.text-unline-dashed {
  border-bottom: #ced4da 1px dashed !important;
  padding-bottom: 1px; }

@charset "UTF-8";
/* 
Template Name: Shreyu - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 1.0.0
Website: //coderthemes.com/
Contact: support@coderthemes.com
File: Icons Css File
*/
@font-face {
  font-family: 'unicons';
  src: url("/xstorage/1/template/customerArea/assets/fonts/unicons.eot?2256574");
  src: url("/xstorage/1/template/customerArea/assets/fonts/unicons.eot?2256574#iefix") format("embedded-opentype"), url("/xstorage/1/template/customerArea/assets/fonts/unicons.woff2?2256574") format("woff2"), url("/xstorage/1/template/customerArea/assets/fonts/unicons.woff?2256574") format("woff"), url("/xstorage/1/template/customerArea/assets/fonts/unicons.ttf?2256574") format("truetype"), url("/xstorage/1/template/customerArea/assets/fonts/unicons.svg?2256574#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'unicons';
    src: url('/unicons.svg?2256574#unicons') format('svg');
  }
}
*/
.uil {
  line-height: inherit;
}
[class^="uil-"]:before,
[class*=" uil-"]:before {
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.uil-0-plus:before {
  content: '\e800';
}
/* '' */
.uil-10-plus:before {
  content: '\e801';
}
/* '' */
.uil-12-plus:before {
  content: '\e802';
}
/* '' */
.uil-13-plus:before {
  content: '\e803';
}
/* '' */
.uil-16-plus:before {
  content: '\e804';
}
/* '' */
.uil-17-plus:before {
  content: '\e805';
}
/* '' */
.uil-18-plus:before {
  content: '\e806';
}
/* '' */
.uil-21-plus:before {
  content: '\e807';
}
/* '' */
.uil-3-plus:before {
  content: '\e808';
}
/* '' */
.uil-500px:before {
  content: '\e809';
}
/* '' */
.uil-6-plus:before {
  content: '\e80a';
}
/* '' */
.uil-abacus:before {
  content: '\e80b';
}
/* '' */
.uil-accessible-icon-alt:before {
  content: '\e80c';
}
/* '' */
.uil-adjust-alt:before {
  content: '\e80d';
}
/* '' */
.uil-adjust-circle:before {
  content: '\e80e';
}
/* '' */
.uil-adjust-half:before {
  content: '\e80f';
}
/* '' */
.uil-adjust:before {
  content: '\e810';
}
/* '' */
.uil-adobe-alt:before {
  content: '\e811';
}
/* '' */
.uil-adobe:before {
  content: '\e812';
}
/* '' */
.uil-airplay:before {
  content: '\e813';
}
/* '' */
.uil-align-alt:before {
  content: '\e814';
}
/* '' */
.uil-align-center-alt:before {
  content: '\e815';
}
/* '' */
.uil-align-center-h:before {
  content: '\e816';
}
/* '' */
.uil-align-center-justify:before {
  content: '\e817';
}
/* '' */
.uil-align-center-v:before {
  content: '\e818';
}
/* '' */
.uil-align-center:before {
  content: '\e819';
}
/* '' */
.uil-align-justify:before {
  content: '\e81a';
}
/* '' */
.uil-align-left-justify:before {
  content: '\e81b';
}
/* '' */
.uil-align-left:before {
  content: '\e81c';
}
/* '' */
.uil-align-letter-right:before {
  content: '\e81d';
}
/* '' */
.uil-align-right-justify:before {
  content: '\e81e';
}
/* '' */
.uil-align-right:before {
  content: '\e81f';
}
/* '' */
.uil-align:before {
  content: '\e820';
}
/* '' */
.uil-amazon:before {
  content: '\e821';
}
/* '' */
.uil-ambulance:before {
  content: '\e822';
}
/* '' */
.uil-analysis:before {
  content: '\e823';
}
/* '' */
.uil-analytics:before {
  content: '\e824';
}
/* '' */
.uil-anchor:before {
  content: '\e825';
}
/* '' */
.uil-android-alt:before {
  content: '\e826';
}
/* '' */
.uil-android-phone-slash:before {
  content: '\e827';
}
/* '' */
.uil-android:before {
  content: '\e828';
}
/* '' */
.uil-angle-double-down:before {
  content: '\e829';
}
/* '' */
.uil-angle-double-left:before {
  content: '\e82a';
}
/* '' */
.uil-angle-double-right:before {
  content: '\e82b';
}
/* '' */
.uil-angle-double-up:before {
  content: '\e82c';
}
/* '' */
.uil-angle-down:before {
  content: '\e82d';
}
/* '' */
.uil-angle-left:before {
  content: '\e82e';
}
/* '' */
.uil-angle-right-b:before {
  content: '\e82f';
}
/* '' */
.uil-angle-right:before {
  content: '\e830';
}
/* '' */
.uil-angle-up:before {
  content: '\e831';
}
/* '' */
.uil-angry:before {
  content: '\e832';
}
/* '' */
.uil-ankh:before {
  content: '\e833';
}
/* '' */
.uil-annoyed-alt:before {
  content: '\e834';
}
/* '' */
.uil-annoyed:before {
  content: '\e835';
}
/* '' */
.uil-apple-alt:before {
  content: '\e836';
}
/* '' */
.uil-apple:before {
  content: '\e837';
}
/* '' */
.uil-apps:before {
  content: '\e838';
}
/* '' */
.uil-archive-alt:before {
  content: '\e839';
}
/* '' */
.uil-archive:before {
  content: '\e83a';
}
/* '' */
.uil-archway:before {
  content: '\e83b';
}
/* '' */
.uil-arrow-break:before {
  content: '\e83c';
}
/* '' */
.uil-arrow-circle-down:before {
  content: '\e83d';
}
/* '' */
.uil-arrow-circle-left:before {
  content: '\e83e';
}
/* '' */
.uil-arrow-circle-right:before {
  content: '\e83f';
}
/* '' */
.uil-arrow-circle-up:before {
  content: '\e840';
}
/* '' */
.uil-arrow-compress-h:before {
  content: '\e841';
}
/* '' */
.uil-arrow-down-left:before {
  content: '\e842';
}
/* '' */
.uil-arrow-down-right:before {
  content: '\e843';
}
/* '' */
.uil-arrow-down:before {
  content: '\e844';
}
/* '' */
.uil-arrow-from-right:before {
  content: '\e845';
}
/* '' */
.uil-arrow-from-top:before {
  content: '\e846';
}
/* '' */
.uil-arrow-growth:before {
  content: '\e847';
}
/* '' */
.uil-arrow-left:before {
  content: '\e848';
}
/* '' */
.uil-arrow-random:before {
  content: '\e849';
}
/* '' */
.uil-arrow-resize-diagonal:before {
  content: '\e84a';
}
/* '' */
.uil-arrow-right:before {
  content: '\e84b';
}
/* '' */
.uil-arrow-to-bottom:before {
  content: '\e84c';
}
/* '' */
.uil-arrow-to-right:before {
  content: '\e84d';
}
/* '' */
.uil-arrow-up-left:before {
  content: '\e84e';
}
/* '' */
.uil-arrow-up-right:before {
  content: '\e84f';
}
/* '' */
.uil-arrow-up:before {
  content: '\e850';
}
/* '' */
.uil-arrows-h-alt:before {
  content: '\e851';
}
/* '' */
.uil-arrows-h:before {
  content: '\e852';
}
/* '' */
.uil-arrows-left-down:before {
  content: '\e853';
}
/* '' */
.uil-arrows-maximize:before {
  content: '\e854';
}
/* '' */
.uil-arrows-merge:before {
  content: '\e855';
}
/* '' */
.uil-arrows-resize-h:before {
  content: '\e856';
}
/* '' */
.uil-arrows-resize-v:before {
  content: '\e857';
}
/* '' */
.uil-arrows-resize:before {
  content: '\e858';
}
/* '' */
.uil-arrows-right-down:before {
  content: '\e859';
}
/* '' */
.uil-arrows-shrink-h:before {
  content: '\e85a';
}
/* '' */
.uil-arrows-shrink-v:before {
  content: '\e85b';
}
/* '' */
.uil-arrows-up-right:before {
  content: '\e85c';
}
/* '' */
.uil-arrows-v-alt:before {
  content: '\e85d';
}
/* '' */
.uil-arrows-v:before {
  content: '\e85e';
}
/* '' */
.uil-assistive-listening-systems:before {
  content: '\e85f';
}
/* '' */
.uil-asterisk:before {
  content: '\e860';
}
/* '' */
.uil-at:before {
  content: '\e861';
}
/* '' */
.uil-atm-card:before {
  content: '\e862';
}
/* '' */
.uil-atom:before {
  content: '\e863';
}
/* '' */
.uil-auto-flash:before {
  content: '\e864';
}
/* '' */
.uil-award-alt:before {
  content: '\e865';
}
/* '' */
.uil-award:before {
  content: '\e866';
}
/* '' */
.uil-baby-carriage:before {
  content: '\e867';
}
/* '' */
.uil-backpack:before {
  content: '\e868';
}
/* '' */
.uil-backspace:before {
  content: '\e869';
}
/* '' */
.uil-backward:before {
  content: '\e86a';
}
/* '' */
.uil-bag-alt:before {
  content: '\e86b';
}
/* '' */
.uil-bag-slash:before {
  content: '\e86c';
}
/* '' */
.uil-bag:before {
  content: '\e86d';
}
/* '' */
.uil-balance-scale:before {
  content: '\e86e';
}
/* '' */
.uil-ball:before {
  content: '\e86f';
}
/* '' */
.uil-ban:before {
  content: '\e870';
}
/* '' */
.uil-bars:before {
  content: '\e871';
}
/* '' */
.uil-baseball-ball:before {
  content: '\e872';
}
/* '' */
.uil-basketball-hoop:before {
  content: '\e873';
}
/* '' */
.uil-basketball:before {
  content: '\e874';
}
/* '' */
.uil-bath:before {
  content: '\e875';
}
/* '' */
.uil-battery-bolt:before {
  content: '\e876';
}
/* '' */
.uil-battery-empty:before {
  content: '\e877';
}
/* '' */
.uil-bed-double:before {
  content: '\e878';
}
/* '' */
.uil-bed:before {
  content: '\e879';
}
/* '' */
.uil-behance-alt:before {
  content: '\e87a';
}
/* '' */
.uil-behance:before {
  content: '\e87b';
}
/* '' */
.uil-bell-school:before {
  content: '\e87c';
}
/* '' */
.uil-bell-slash:before {
  content: '\e87d';
}
/* '' */
.uil-bell:before {
  content: '\e87e';
}
/* '' */
.uil-bill:before {
  content: '\e87f';
}
/* '' */
.uil-bitcoin-alt:before {
  content: '\e880';
}
/* '' */
.uil-bitcoin-bold:before {
  content: '\e881';
}
/* '' */
.uil-bitcoin-circle:before {
  content: '\e882';
}
/* '' */
.uil-bitcoin:before {
  content: '\e883';
}
/* '' */
.uil-black-berry:before {
  content: '\e884';
}
/* '' */
.uil-blogger-alt:before {
  content: '\e885';
}
/* '' */
.uil-blogger:before {
  content: '\e886';
}
/* '' */
.uil-bluetooth-b:before {
  content: '\e887';
}
/* '' */
.uil-bold:before {
  content: '\e888';
}
/* '' */
.uil-bolt-alt:before {
  content: '\e889';
}
/* '' */
.uil-bolt-slash:before {
  content: '\e88a';
}
/* '' */
.uil-bolt:before {
  content: '\e88b';
}
/* '' */
.uil-book-alt:before {
  content: '\e88c';
}
/* '' */
.uil-book-medical:before {
  content: '\e88d';
}
/* '' */
.uil-book-open:before {
  content: '\e88e';
}
/* '' */
.uil-book-reader:before {
  content: '\e88f';
}
/* '' */
.uil-book:before {
  content: '\e890';
}
/* '' */
.uil-bookmark-full:before {
  content: '\e891';
}
/* '' */
.uil-bookmark:before {
  content: '\e892';
}
/* '' */
.uil-books:before {
  content: '\e893';
}
/* '' */
.uil-boombox:before {
  content: '\e894';
}
/* '' */
.uil-border-alt:before {
  content: '\e895';
}
/* '' */
.uil-border-bottom:before {
  content: '\e896';
}
/* '' */
.uil-border-clear:before {
  content: '\e897';
}
/* '' */
.uil-border-horizontal:before {
  content: '\e898';
}
/* '' */
.uil-border-inner:before {
  content: '\e899';
}
/* '' */
.uil-border-left:before {
  content: '\e89a';
}
/* '' */
.uil-border-out:before {
  content: '\e89b';
}
/* '' */
.uil-border-right:before {
  content: '\e89c';
}
/* '' */
.uil-border-top:before {
  content: '\e89d';
}
/* '' */
.uil-border-vertical:before {
  content: '\e89e';
}
/* '' */
.uil-bowling-ball:before {
  content: '\e89f';
}
/* '' */
.uil-box:before {
  content: '\e8a0';
}
/* '' */
.uil-briefcase-alt:before {
  content: '\e8a1';
}
/* '' */
.uil-briefcase:before {
  content: '\e8a2';
}
/* '' */
.uil-bright:before {
  content: '\e8a3';
}
/* '' */
.uil-brightness-empty:before {
  content: '\e8a4';
}
/* '' */
.uil-brightness-half:before {
  content: '\e8a5';
}
/* '' */
.uil-brightness-low:before {
  content: '\e8a6';
}
/* '' */
.uil-brightness-minus:before {
  content: '\e8a7';
}
/* '' */
.uil-brightness-plus:before {
  content: '\e8a8';
}
/* '' */
.uil-brightness:before {
  content: '\e8a9';
}
/* '' */
.uil-bring-bottom:before {
  content: '\e8aa';
}
/* '' */
.uil-bring-front:before {
  content: '\e8ab';
}
/* '' */
.uil-brush-alt:before {
  content: '\e8ac';
}
/* '' */
.uil-bug:before {
  content: '\e8ad';
}
/* '' */
.uil-building:before {
  content: '\e8ae';
}
/* '' */
.uil-bullseye:before {
  content: '\e8af';
}
/* '' */
.uil-bus-alt:before {
  content: '\e8b0';
}
/* '' */
.uil-bus-school:before {
  content: '\e8b1';
}
/* '' */
.uil-bus:before {
  content: '\e8b2';
}
/* '' */
.uil-calcualtor:before {
  content: '\e8b3';
}
/* '' */
.uil-calculator-alt:before {
  content: '\e8b4';
}
/* '' */
.uil-calculator:before {
  content: '\e8b5';
}
/* '' */
.uil-calendar-alt:before {
  content: '\e8b6';
}
/* '' */
.uil-calendar-slash:before {
  content: '\e8b7';
}
/* '' */
.uil-calender:before {
  content: '\e8b8';
}
/* '' */
.uil-calling:before {
  content: '\e8b9';
}
/* '' */
.uil-camera-change:before {
  content: '\e8ba';
}
/* '' */
.uil-camera-plus:before {
  content: '\e8bb';
}
/* '' */
.uil-camera-slash:before {
  content: '\e8bc';
}
/* '' */
.uil-camera:before {
  content: '\e8bd';
}
/* '' */
.uil-cancel:before {
  content: '\e8be';
}
/* '' */
.uil-capsule:before {
  content: '\e8bf';
}
/* '' */
.uil-capture:before {
  content: '\e8c0';
}
/* '' */
.uil-car-sideview:before {
  content: '\e8c1';
}
/* '' */
.uil-car-slash:before {
  content: '\e8c2';
}
/* '' */
.uil-car-wash:before {
  content: '\e8c3';
}
/* '' */
.uil-car:before {
  content: '\e8c4';
}
/* '' */
.uil-card-atm:before {
  content: '\e8c5';
}
/* '' */
.uil-caret-right:before {
  content: '\e8c6';
}
/* '' */
.uil-cart:before {
  content: '\e8c7';
}
/* '' */
.uil-cell:before {
  content: '\e8c8';
}
/* '' */
.uil-celsius:before {
  content: '\e8c9';
}
/* '' */
.uil-chart-bar-alt:before {
  content: '\e8ca';
}
/* '' */
.uil-chart-bar:before {
  content: '\e8cb';
}
/* '' */
.uil-chart-down:before {
  content: '\e8cc';
}
/* '' */
.uil-chart-growth-alt:before {
  content: '\e8cd';
}
/* '' */
.uil-chart-growth:before {
  content: '\e8ce';
}
/* '' */
.uil-chart-line:before {
  content: '\e8cf';
}
/* '' */
.uil-chart-pie-alt:before {
  content: '\e8d0';
}
/* '' */
.uil-chart-pie:before {
  content: '\e8d1';
}
/* '' */
.uil-chart:before {
  content: '\e8d2';
}
/* '' */
.uil-chat-bubble-user:before {
  content: '\e8d3';
}
/* '' */
.uil-chat-info:before {
  content: '\e8d4';
}
/* '' */
.uil-chat:before {
  content: '\e8d5';
}
/* '' */
.uil-check-circle:before {
  content: '\e8d6';
}
/* '' */
.uil-check-square:before {
  content: '\e8d7';
}
/* '' */
.uil-check:before {
  content: '\e8d8';
}
/* '' */
.uil-circle-layer:before {
  content: '\e8d9';
}
/* '' */
.uil-circle:before {
  content: '\e8da';
}
/* '' */
.uil-circuit:before {
  content: '\e8db';
}
/* '' */
.uil-clapper-board:before {
  content: '\e8dc';
}
/* '' */
.uil-clipboard-alt:before {
  content: '\e8dd';
}
/* '' */
.uil-clipboard-blank:before {
  content: '\e8de';
}
/* '' */
.uil-clipboard-notes:before {
  content: '\e8df';
}
/* '' */
.uil-clipboard:before {
  content: '\e8e0';
}
/* '' */
.uil-clock-eight:before {
  content: '\e8e1';
}
/* '' */
.uil-clock-five:before {
  content: '\e8e2';
}
/* '' */
.uil-clock-nine:before {
  content: '\e8e3';
}
/* '' */
.uil-clock-seven:before {
  content: '\e8e4';
}
/* '' */
.uil-clock-ten:before {
  content: '\e8e5';
}
/* '' */
.uil-clock-three:before {
  content: '\e8e6';
}
/* '' */
.uil-clock-two:before {
  content: '\e8e7';
}
/* '' */
.uil-clock:before {
  content: '\e8e8';
}
/* '' */
.uil-closed-captioning:before {
  content: '\e8e9';
}
/* '' */
.uil-cloud-block:before {
  content: '\e8ea';
}
/* '' */
.uil-cloud-bookmark:before {
  content: '\e8eb';
}
/* '' */
.uil-cloud-check:before {
  content: '\e8ec';
}
/* '' */
.uil-cloud-computing:before {
  content: '\e8ed';
}
/* '' */
.uil-cloud-data-connection:before {
  content: '\e8ee';
}
/* '' */
.uil-cloud-database-tree:before {
  content: '\e8ef';
}
/* '' */
.uil-cloud-download:before {
  content: '\e8f0';
}
/* '' */
.uil-cloud-drizzle:before {
  content: '\e8f1';
}
/* '' */
.uil-cloud-exclamation:before {
  content: '\e8f2';
}
/* '' */
.uil-cloud-hail:before {
  content: '\e8f3';
}
/* '' */
.uil-cloud-heart:before {
  content: '\e8f4';
}
/* '' */
.uil-cloud-info:before {
  content: '\e8f5';
}
/* '' */
.uil-cloud-lock:before {
  content: '\e8f6';
}
/* '' */
.uil-cloud-meatball:before {
  content: '\e8f7';
}
/* '' */
.uil-cloud-moon-hail:before {
  content: '\e8f8';
}
/* '' */
.uil-cloud-moon-meatball:before {
  content: '\e8f9';
}
/* '' */
.uil-cloud-moon-rain:before {
  content: '\e8fa';
}
/* '' */
.uil-cloud-moon-showers:before {
  content: '\e8fb';
}
/* '' */
.uil-cloud-moon:before {
  content: '\e8fc';
}
/* '' */
.uil-cloud-question:before {
  content: '\e8fd';
}
/* '' */
.uil-cloud-rain-sun:before {
  content: '\e8fe';
}
/* '' */
.uil-cloud-rain:before {
  content: '\e8ff';
}
/* '' */
.uil-cloud-redo:before {
  content: '\e900';
}
/* '' */
.uil-cloud-set:before {
  content: '\e901';
}
/* '' */
.uil-cloud-share:before {
  content: '\e902';
}
/* '' */
.uil-cloud-shield:before {
  content: '\e903';
}
/* '' */
.uil-cloud-showers-alt:before {
  content: '\e904';
}
/* '' */
.uil-cloud-showers-heavy:before {
  content: '\e905';
}
/* '' */
.uil-cloud-showers:before {
  content: '\e906';
}
/* '' */
.uil-cloud-slash:before {
  content: '\e907';
}
/* '' */
.uil-cloud-sun-hail:before {
  content: '\e908';
}
/* '' */
.uil-cloud-sun-meatball:before {
  content: '\e909';
}
/* '' */
.uil-cloud-sun-rain-alt:before {
  content: '\e90a';
}
/* '' */
.uil-cloud-sun-rain:before {
  content: '\e90b';
}
/* '' */
.uil-cloud-sun-tear:before {
  content: '\e90c';
}
/* '' */
.uil-cloud-sun:before {
  content: '\e90d';
}
/* '' */
.uil-cloud-times:before {
  content: '\e90e';
}
/* '' */
.uil-cloud-unlock:before {
  content: '\e90f';
}
/* '' */
.uil-cloud-upload:before {
  content: '\e910';
}
/* '' */
.uil-cloud-wifi:before {
  content: '\e911';
}
/* '' */
.uil-cloud-wind:before {
  content: '\e912';
}
/* '' */
.uil-cloud:before {
  content: '\e913';
}
/* '' */
.uil-clouds:before {
  content: '\e914';
}
/* '' */
.uil-club:before {
  content: '\e915';
}
/* '' */
.uil-code:before {
  content: '\e916';
}
/* '' */
.uil-coffee:before {
  content: '\e917';
}
/* '' */
.uil-cog:before {
  content: '\e918';
}
/* '' */
.uil-coins:before {
  content: '\e919';
}
/* '' */
.uil-columns:before {
  content: '\e91a';
}
/* '' */
.uil-comment-alt-block:before {
  content: '\e91b';
}
/* '' */
.uil-comment-alt-chart-lines:before {
  content: '\e91c';
}
/* '' */
.uil-comment-alt-check:before {
  content: '\e91d';
}
/* '' */
.uil-comment-alt-dots:before {
  content: '\e91e';
}
/* '' */
.uil-comment-alt-download:before {
  content: '\e91f';
}
/* '' */
.uil-comment-alt-edit:before {
  content: '\e920';
}
/* '' */
.uil-comment-alt-exclamation:before {
  content: '\e921';
}
/* '' */
.uil-comment-alt-heart:before {
  content: '\e922';
}
/* '' */
.uil-comment-alt-image:before {
  content: '\e923';
}
/* '' */
.uil-comment-alt-info:before {
  content: '\e924';
}
/* '' */
.uil-comment-alt-lines:before {
  content: '\e925';
}
/* '' */
.uil-comment-alt-lock:before {
  content: '\e926';
}
/* '' */
.uil-comment-alt-medical:before {
  content: '\e927';
}
/* '' */
.uil-comment-alt-message:before {
  content: '\e928';
}
/* '' */
.uil-comment-alt-notes:before {
  content: '\e929';
}
/* '' */
.uil-comment-alt-plus:before {
  content: '\e92a';
}
/* '' */
.uil-comment-alt-question:before {
  content: '\e92b';
}
/* '' */
.uil-comment-alt-redo:before {
  content: '\e92c';
}
/* '' */
.uil-comment-alt-search:before {
  content: '\e92d';
}
/* '' */
.uil-comment-alt-share:before {
  content: '\e92e';
}
/* '' */
.uil-comment-alt-shield:before {
  content: '\e92f';
}
/* '' */
.uil-comment-alt-slash:before {
  content: '\e930';
}
/* '' */
.uil-comment-alt-upload:before {
  content: '\e931';
}
/* '' */
.uil-comment-alt-verify:before {
  content: '\e932';
}
/* '' */
.uil-comment-alt:before {
  content: '\e933';
}
/* '' */
.uil-comment-block:before {
  content: '\e934';
}
/* '' */
.uil-comment-chart-line:before {
  content: '\e935';
}
/* '' */
.uil-comment-check:before {
  content: '\e936';
}
/* '' */
.uil-comment-dots:before {
  content: '\e937';
}
/* '' */
.uil-comment-download:before {
  content: '\e938';
}
/* '' */
.uil-comment-edit:before {
  content: '\e939';
}
/* '' */
.uil-comment-exclamation:before {
  content: '\e93a';
}
/* '' */
.uil-comment-heart:before {
  content: '\e93b';
}
/* '' */
.uil-comment-image:before {
  content: '\e93c';
}
/* '' */
.uil-comment-info-alt:before {
  content: '\e93d';
}
/* '' */
.uil-comment-info:before {
  content: '\e93e';
}
/* '' */
.uil-comment-lines:before {
  content: '\e93f';
}
/* '' */
.uil-comment-lock:before {
  content: '\e940';
}
/* '' */
.uil-comment-medical:before {
  content: '\e941';
}
/* '' */
.uil-comment-message:before {
  content: '\e942';
}
/* '' */
.uil-comment-notes:before {
  content: '\e943';
}
/* '' */
.uil-comment-plus:before {
  content: '\e944';
}
/* '' */
.uil-comment-question:before {
  content: '\e945';
}
/* '' */
.uil-comment-redo:before {
  content: '\e946';
}
/* '' */
.uil-comment-search:before {
  content: '\e947';
}
/* '' */
.uil-comment-share:before {
  content: '\e948';
}
/* '' */
.uil-comment-shield:before {
  content: '\e949';
}
/* '' */
.uil-comment-slash:before {
  content: '\e94a';
}
/* '' */
.uil-comment-upload:before {
  content: '\e94b';
}
/* '' */
.uil-comment-verify:before {
  content: '\e94c';
}
/* '' */
.uil-comment:before {
  content: '\e94d';
}
/* '' */
.uil-comments-alt:before {
  content: '\e94e';
}
/* '' */
.uil-comments:before {
  content: '\e94f';
}
/* '' */
.uil-commnet-alt-slash:before {
  content: '\e950';
}
/* '' */
.uil-compact-disc:before {
  content: '\e951';
}
/* '' */
.uil-compass:before {
  content: '\e952';
}
/* '' */
.uil-compress-alt-left:before {
  content: '\e953';
}
/* '' */
.uil-compress-alt:before {
  content: '\e954';
}
/* '' */
.uil-compress-arrows:before {
  content: '\e955';
}
/* '' */
.uil-compress-lines:before {
  content: '\e956';
}
/* '' */
.uil-compress-point:before {
  content: '\e957';
}
/* '' */
.uil-compress-v:before {
  content: '\e958';
}
/* '' */
.uil-compress:before {
  content: '\e959';
}
/* '' */
.uil-computer-mouse:before {
  content: '\e95a';
}
/* '' */
.uil-confused:before {
  content: '\e95b';
}
/* '' */
.uil-constructor:before {
  content: '\e95c';
}
/* '' */
.uil-copy-alt:before {
  content: '\e95d';
}
/* '' */
.uil-copy-landscape:before {
  content: '\e95e';
}
/* '' */
.uil-copy:before {
  content: '\e95f';
}
/* '' */
.uil-copyright:before {
  content: '\e960';
}
/* '' */
.uil-corner-down-left:before {
  content: '\e961';
}
/* '' */
.uil-corner-down-right-alt:before {
  content: '\e962';
}
/* '' */
.uil-corner-down-right:before {
  content: '\e963';
}
/* '' */
.uil-corner-left-down:before {
  content: '\e964';
}
/* '' */
.uil-corner-right-down:before {
  content: '\e965';
}
/* '' */
.uil-corner-up-left-alt:before {
  content: '\e966';
}
/* '' */
.uil-corner-up-left:before {
  content: '\e967';
}
/* '' */
.uil-corner-up-right-alt:before {
  content: '\e968';
}
/* '' */
.uil-corner-up-right:before {
  content: '\e969';
}
/* '' */
.uil-creative-commons-pd-alt:before {
  content: '\e96a';
}
/* '' */
.uil-creative-commons-pd:before {
  content: '\e96b';
}
/* '' */
.uil-crockery:before {
  content: '\e96c';
}
/* '' */
.uil-crop-alt-rotate-left:before {
  content: '\e96d';
}
/* '' */
.uil-crop-alt-rotate-right:before {
  content: '\e96e';
}
/* '' */
.uil-crop-alt:before {
  content: '\e96f';
}
/* '' */
.uil-crosshair-alt:before {
  content: '\e970';
}
/* '' */
.uil-crosshair:before {
  content: '\e971';
}
/* '' */
.uil-crosshairs:before {
  content: '\e972';
}
/* '' */
.uil-cube:before {
  content: '\e973';
}
/* '' */
.uil-dashboard:before {
  content: '\e974';
}
/* '' */
.uil-data-sharing:before {
  content: '\e975';
}
/* '' */
.uil-database-alt:before {
  content: '\e976';
}
/* '' */
.uil-database:before {
  content: '\e977';
}
/* '' */
.uil-desert:before {
  content: '\e978';
}
/* '' */
.uil-desktop-alt-slash:before {
  content: '\e979';
}
/* '' */
.uil-desktop-alt:before {
  content: '\e97a';
}
/* '' */
.uil-desktop-cloud-alt:before {
  content: '\e97b';
}
/* '' */
.uil-desktop-slash:before {
  content: '\e97c';
}
/* '' */
.uil-desktop:before {
  content: '\e97d';
}
/* '' */
.uil-dialpad-alt:before {
  content: '\e97e';
}
/* '' */
.uil-dialpad:before {
  content: '\e97f';
}
/* '' */
.uil-diamond:before {
  content: '\e980';
}
/* '' */
.uil-diary-alt:before {
  content: '\e981';
}
/* '' */
.uil-diary:before {
  content: '\e982';
}
/* '' */
.uil-dice-five:before {
  content: '\e983';
}
/* '' */
.uil-dice-four:before {
  content: '\e984';
}
/* '' */
.uil-dice-one:before {
  content: '\e985';
}
/* '' */
.uil-dice-six:before {
  content: '\e986';
}
/* '' */
.uil-dice-three:before {
  content: '\e987';
}
/* '' */
.uil-dice-two:before {
  content: '\e988';
}
/* '' */
.uil-direction:before {
  content: '\e989';
}
/* '' */
.uil-directions:before {
  content: '\e98a';
}
/* '' */
.uil-dizzy-meh:before {
  content: '\e98b';
}
/* '' */
.uil-dna:before {
  content: '\e98c';
}
/* '' */
.uil-document-layout-center:before {
  content: '\e98d';
}
/* '' */
.uil-document-layout-left:before {
  content: '\e98e';
}
/* '' */
.uil-document-layout-right:before {
  content: '\e98f';
}
/* '' */
.uil-document:before {
  content: '\e990';
}
/* '' */
.uil-dollar-alt:before {
  content: '\e991';
}
/* '' */
.uil-dollar-sign-alt:before {
  content: '\e992';
}
/* '' */
.uil-dollar-sign:before {
  content: '\e993';
}
/* '' */
.uil-down-arrow:before {
  content: '\e994';
}
/* '' */
.uil-download-alt:before {
  content: '\e995';
}
/* '' */
.uil-dribbble:before {
  content: '\e996';
}
/* '' */
.uil-drill:before {
  content: '\e997';
}
/* '' */
.uil-dropbox:before {
  content: '\e998';
}
/* '' */
.uil-dumbbell:before {
  content: '\e999';
}
/* '' */
.uil-ear:before {
  content: '\e99a';
}
/* '' */
.uil-edit-alt:before {
  content: '\e99b';
}
/* '' */
.uil-edit:before {
  content: '\e99c';
}
/* '' */
.uil-ellipsis-h:before {
  content: '\e99d';
}
/* '' */
.uil-ellipsis-v:before {
  content: '\e99e';
}
/* '' */
.uil-emoji:before {
  content: '\e99f';
}
/* '' */
.uil-enter:before {
  content: '\e9a0';
}
/* '' */
.uil-entry:before {
  content: '\e9a1';
}
/* '' */
.uil-envelope-add:before {
  content: '\e9a2';
}
/* '' */
.uil-envelope-alt:before {
  content: '\e9a3';
}
/* '' */
.uil-envelope-block:before {
  content: '\e9a4';
}
/* '' */
.uil-envelope-bookmark:before {
  content: '\e9a5';
}
/* '' */
.uil-envelope-check:before {
  content: '\e9a6';
}
/* '' */
.uil-envelope-download-alt:before {
  content: '\e9a7';
}
/* '' */
.uil-envelope-download:before {
  content: '\e9a8';
}
/* '' */
.uil-envelope-edit:before {
  content: '\e9a9';
}
/* '' */
.uil-envelope-exclamation:before {
  content: '\e9aa';
}
/* '' */
.uil-envelope-heart:before {
  content: '\e9ab';
}
/* '' */
.uil-envelope-info:before {
  content: '\e9ac';
}
/* '' */
.uil-envelope-lock:before {
  content: '\e9ad';
}
/* '' */
.uil-envelope-minus:before {
  content: '\e9ae';
}
/* '' */
.uil-envelope-open:before {
  content: '\e9af';
}
/* '' */
.uil-envelope-question:before {
  content: '\e9b0';
}
/* '' */
.uil-envelope-receive:before {
  content: '\e9b1';
}
/* '' */
.uil-envelope-redo:before {
  content: '\e9b2';
}
/* '' */
.uil-envelope-search:before {
  content: '\e9b3';
}
/* '' */
.uil-envelope-send:before {
  content: '\e9b4';
}
/* '' */
.uil-envelope-share:before {
  content: '\e9b5';
}
/* '' */
.uil-envelope-shield:before {
  content: '\e9b6';
}
/* '' */
.uil-envelope-star:before {
  content: '\e9b7';
}
/* '' */
.uil-envelope-times:before {
  content: '\e9b8';
}
/* '' */
.uil-envelope-upload-alt:before {
  content: '\e9b9';
}
/* '' */
.uil-envelope-upload:before {
  content: '\e9ba';
}
/* '' */
.uil-envelope:before {
  content: '\e9bb';
}
/* '' */
.uil-envelopes:before {
  content: '\e9bc';
}
/* '' */
.uil-equal-circle:before {
  content: '\e9bd';
}
/* '' */
.uil-euro-circle:before {
  content: '\e9be';
}
/* '' */
.uil-euro:before {
  content: '\e9bf';
}
/* '' */
.uil-exchange-alt:before {
  content: '\e9c0';
}
/* '' */
.uil-exchange:before {
  content: '\e9c1';
}
/* '' */
.uil-exclamation-circle:before {
  content: '\e9c2';
}
/* '' */
.uil-exclamation-octagon:before {
  content: '\e9c3';
}
/* '' */
.uil-exclamation-triangle:before {
  content: '\e9c4';
}
/* '' */
.uil-exclude:before {
  content: '\e9c5';
}
/* '' */
.uil-exit:before {
  content: '\e9c6';
}
/* '' */
.uil-expand-alt:before {
  content: '\e9c7';
}
/* '' */
.uil-expand-arrows-alt:before {
  content: '\e9c8';
}
/* '' */
.uil-expand-arrows:before {
  content: '\e9c9';
}
/* '' */
.uil-expand-from-corner:before {
  content: '\e9ca';
}
/* '' */
.uil-expand-left:before {
  content: '\e9cb';
}
/* '' */
.uil-expand-right:before {
  content: '\e9cc';
}
/* '' */
.uil-export:before {
  content: '\e9cd';
}
/* '' */
.uil-exposure-alt:before {
  content: '\e9ce';
}
/* '' */
.uil-exposure-increase:before {
  content: '\e9cf';
}
/* '' */
.uil-external-link-alt:before {
  content: '\e9d0';
}
/* '' */
.uil-eye-slash:before {
  content: '\e9d1';
}
/* '' */
.uil-eye:before {
  content: '\e9d2';
}
/* '' */
.uil-facebook-f:before {
  content: '\e9d3';
}
/* '' */
.uil-facebook-messenger-alt:before {
  content: '\e9d4';
}
/* '' */
.uil-facebook-messenger:before {
  content: '\e9d5';
}
/* '' */
.uil-facebook:before {
  content: '\e9d6';
}
/* '' */
.uil-fahrenheit:before {
  content: '\e9d7';
}
/* '' */
.uil-fast-mail-alt:before {
  content: '\e9d8';
}
/* '' */
.uil-fast-mail:before {
  content: '\e9d9';
}
/* '' */
.uil-favorite:before {
  content: '\e9da';
}
/* '' */
.uil-feedback:before {
  content: '\e9db';
}
/* '' */
.uil-file-alt:before {
  content: '\e9dc';
}
/* '' */
.uil-file-blank:before {
  content: '\e9dd';
}
/* '' */
.uil-file-block-alt:before {
  content: '\e9de';
}
/* '' */
.uil-file-bookmark-alt:before {
  content: '\e9df';
}
/* '' */
.uil-file-check-alt:before {
  content: '\e9e0';
}
/* '' */
.uil-file-check:before {
  content: '\e9e1';
}
/* '' */
.uil-file-contract-dollar:before {
  content: '\e9e2';
}
/* '' */
.uil-file-copy-alt:before {
  content: '\e9e3';
}
/* '' */
.uil-file-download-alt:before {
  content: '\e9e4';
}
/* '' */
.uil-file-download:before {
  content: '\e9e5';
}
/* '' */
.uil-file-edit-alt:before {
  content: '\e9e6';
}
/* '' */
.uil-file-exclamation-alt:before {
  content: '\e9e7';
}
/* '' */
.uil-file-exclamation:before {
  content: '\e9e8';
}
/* '' */
.uil-file-heart:before {
  content: '\e9e9';
}
/* '' */
.uil-file-info-alt:before {
  content: '\e9ea';
}
/* '' */
.uil-file-landscape-alt:before {
  content: '\e9eb';
}
/* '' */
.uil-file-landscape:before {
  content: '\e9ec';
}
/* '' */
.uil-file-lanscape-slash:before {
  content: '\e9ed';
}
/* '' */
.uil-file-lock-alt:before {
  content: '\e9ee';
}
/* '' */
.uil-file-medical-alt:before {
  content: '\e9ef';
}
/* '' */
.uil-file-medical:before {
  content: '\e9f0';
}
/* '' */
.uil-file-minus-alt:before {
  content: '\e9f1';
}
/* '' */
.uil-file-minus:before {
  content: '\e9f2';
}
/* '' */
.uil-file-network:before {
  content: '\e9f3';
}
/* '' */
.uil-file-plus-alt:before {
  content: '\e9f4';
}
/* '' */
.uil-file-plus:before {
  content: '\e9f5';
}
/* '' */
.uil-file-question-alt:before {
  content: '\e9f6';
}
/* '' */
.uil-file-question:before {
  content: '\e9f7';
}
/* '' */
.uil-file-redo-alt:before {
  content: '\e9f8';
}
/* '' */
.uil-file-search-alt:before {
  content: '\e9f9';
}
/* '' */
.uil-file-share-alt:before {
  content: '\e9fa';
}
/* '' */
.uil-file-shield-alt:before {
  content: '\e9fb';
}
/* '' */
.uil-file-slash:before {
  content: '\e9fc';
}
/* '' */
.uil-file-times-alt:before {
  content: '\e9fd';
}
/* '' */
.uil-file-times:before {
  content: '\e9fe';
}
/* '' */
.uil-file-upload-alt:before {
  content: '\e9ff';
}
/* '' */
.uil-file-upload:before {
  content: '\ea00';
}
/* '' */
.uil-file:before {
  content: '\ea01';
}
/* '' */
.uil-files-landscapes-alt:before {
  content: '\ea02';
}
/* '' */
.uil-files-landscapes:before {
  content: '\ea03';
}
/* '' */
.uil-film:before {
  content: '\ea04';
}
/* '' */
.uil-filter-slash:before {
  content: '\ea05';
}
/* '' */
.uil-filter:before {
  content: '\ea06';
}
/* '' */
.uil-fire:before {
  content: '\ea07';
}
/* '' */
.uil-flask-potion:before {
  content: '\ea08';
}
/* '' */
.uil-flask:before {
  content: '\ea09';
}
/* '' */
.uil-flip-h-alt:before {
  content: '\ea0a';
}
/* '' */
.uil-flip-h:before {
  content: '\ea0b';
}
/* '' */
.uil-flip-v-alt:before {
  content: '\ea0c';
}
/* '' */
.uil-flip-v:before {
  content: '\ea0d';
}
/* '' */
.uil-flower:before {
  content: '\ea0e';
}
/* '' */
.uil-focus-add:before {
  content: '\ea0f';
}
/* '' */
.uil-focus-target:before {
  content: '\ea10';
}
/* '' */
.uil-focus:before {
  content: '\ea11';
}
/* '' */
.uil-folder-check:before {
  content: '\ea12';
}
/* '' */
.uil-folder-download:before {
  content: '\ea13';
}
/* '' */
.uil-folder-exclamation:before {
  content: '\ea14';
}
/* '' */
.uil-folder-heart:before {
  content: '\ea15';
}
/* '' */
.uil-folder-info:before {
  content: '\ea16';
}
/* '' */
.uil-folder-lock:before {
  content: '\ea17';
}
/* '' */
.uil-folder-medical:before {
  content: '\ea18';
}
/* '' */
.uil-folder-minus:before {
  content: '\ea19';
}
/* '' */
.uil-folder-network:before {
  content: '\ea1a';
}
/* '' */
.uil-folder-plus:before {
  content: '\ea1b';
}
/* '' */
.uil-folder-question:before {
  content: '\ea1c';
}
/* '' */
.uil-folder-slash:before {
  content: '\ea1d';
}
/* '' */
.uil-folder-times:before {
  content: '\ea1e';
}
/* '' */
.uil-folder-upload:before {
  content: '\ea1f';
}
/* '' */
.uil-folder:before {
  content: '\ea20';
}
/* '' */
.uil-food:before {
  content: '\ea21';
}
/* '' */
.uil-football-american:before {
  content: '\ea22';
}
/* '' */
.uil-football-ball:before {
  content: '\ea23';
}
/* '' */
.uil-football:before {
  content: '\ea24';
}
/* '' */
.uil-forecastcloud-moon-tear:before {
  content: '\ea25';
}
/* '' */
.uil-forwaded-call:before {
  content: '\ea26';
}
/* '' */
.uil-forward:before {
  content: '\ea27';
}
/* '' */
.uil-frown:before {
  content: '\ea28';
}
/* '' */
.uil-game-structure:before {
  content: '\ea29';
}
/* '' */
.uil-game:before {
  content: '\ea2a';
}
/* '' */
.uil-gift:before {
  content: '\ea2b';
}
/* '' */
.uil-github-alt:before {
  content: '\ea2c';
}
/* '' */
.uil-github:before {
  content: '\ea2d';
}
/* '' */
.uil-glass-martini-alt-slash:before {
  content: '\ea2e';
}
/* '' */
.uil-glass-martini-alt:before {
  content: '\ea2f';
}
/* '' */
.uil-glass-martini:before {
  content: '\ea30';
}
/* '' */
.uil-glass-tea:before {
  content: '\ea31';
}
/* '' */
.uil-glass:before {
  content: '\ea32';
}
/* '' */
.uil-globe:before {
  content: '\ea33';
}
/* '' */
.uil-gold:before {
  content: '\ea34';
}
/* '' */
.uil-google-drive-alt:before {
  content: '\ea35';
}
/* '' */
.uil-google-drive:before {
  content: '\ea36';
}
/* '' */
.uil-google-hangouts-alt:before {
  content: '\ea37';
}
/* '' */
.uil-google-hangouts:before {
  content: '\ea38';
}
/* '' */
.uil-google-play:before {
  content: '\ea39';
}
/* '' */
.uil-google:before {
  content: '\ea3a';
}
/* '' */
.uil-graduation-hat:before {
  content: '\ea3b';
}
/* '' */
.uil-graph-bar:before {
  content: '\ea3c';
}
/* '' */
.uil-grid:before {
  content: '\ea3d';
}
/* '' */
.uil-grids:before {
  content: '\ea3e';
}
/* '' */
.uil-grin-tongue-wink-alt:before {
  content: '\ea3f';
}
/* '' */
.uil-grin-tongue-wink:before {
  content: '\ea40';
}
/* '' */
.uil-grin:before {
  content: '\ea41';
}
/* '' */
.uil-grip-horizontal-line:before {
  content: '\ea42';
}
/* '' */
.uil-hdd:before {
  content: '\ea43';
}
/* '' */
.uil-headphones-alt:before {
  content: '\ea44';
}
/* '' */
.uil-headphones:before {
  content: '\ea45';
}
/* '' */
.uil-heart-alt:before {
  content: '\ea46';
}
/* '' */
.uil-heart-medical:before {
  content: '\ea47';
}
/* '' */
.uil-heart-rate:before {
  content: '\ea48';
}
/* '' */
.uil-heart-sign:before {
  content: '\ea49';
}
/* '' */
.uil-heart:before {
  content: '\ea4a';
}
/* '' */
.uil-heartbeat:before {
  content: '\ea4b';
}
/* '' */
.uil-history-alt:before {
  content: '\ea4c';
}
/* '' */
.uil-history:before {
  content: '\ea4d';
}
/* '' */
.uil-home-alt:before {
  content: '\ea4e';
}
/* '' */
.uil-home:before {
  content: '\ea4f';
}
/* '' */
.uil-horizontal-align-center:before {
  content: '\ea50';
}
/* '' */
.uil-horizontal-align-left:before {
  content: '\ea51';
}
/* '' */
.uil-horizontal-align-right:before {
  content: '\ea52';
}
/* '' */
.uil-horizontal-distribution-center:before {
  content: '\ea53';
}
/* '' */
.uil-horizontal-distribution-left:before {
  content: '\ea54';
}
/* '' */
.uil-horizontal-distribution-right:before {
  content: '\ea55';
}
/* '' */
.uil-hourglass:before {
  content: '\ea56';
}
/* '' */
.uil-html3-alt:before {
  content: '\ea57';
}
/* '' */
.uil-html3:before {
  content: '\ea58';
}
/* '' */
.uil-hunting:before {
  content: '\ea59';
}
/* '' */
.uil-image-alt-slash:before {
  content: '\ea5a';
}
/* '' */
.uil-image-block:before {
  content: '\ea5b';
}
/* '' */
.uil-image-broken:before {
  content: '\ea5c';
}
/* '' */
.uil-image-check:before {
  content: '\ea5d';
}
/* '' */
.uil-image-download:before {
  content: '\ea5e';
}
/* '' */
.uil-image-edit:before {
  content: '\ea5f';
}
/* '' */
.uil-image-lock:before {
  content: '\ea60';
}
/* '' */
.uil-image-minus:before {
  content: '\ea61';
}
/* '' */
.uil-image-plus:before {
  content: '\ea62';
}
/* '' */
.uil-image-question:before {
  content: '\ea63';
}
/* '' */
.uil-image-redo:before {
  content: '\ea64';
}
/* '' */
.uil-image-resize-landscape:before {
  content: '\ea65';
}
/* '' */
.uil-image-resize-square:before {
  content: '\ea66';
}
/* '' */
.uil-image-search:before {
  content: '\ea67';
}
/* '' */
.uil-image-share:before {
  content: '\ea68';
}
/* '' */
.uil-image-shield:before {
  content: '\ea69';
}
/* '' */
.uil-image-slash:before {
  content: '\ea6a';
}
/* '' */
.uil-image-times:before {
  content: '\ea6b';
}
/* '' */
.uil-image-upload:before {
  content: '\ea6c';
}
/* '' */
.uil-image-v:before {
  content: '\ea6d';
}
/* '' */
.uil-image:before {
  content: '\ea6e';
}
/* '' */
.uil-images:before {
  content: '\ea6f';
}
/* '' */
.uil-import:before {
  content: '\ea70';
}
/* '' */
.uil-incoming-call:before {
  content: '\ea71';
}
/* '' */
.uil-info-circle:before {
  content: '\ea72';
}
/* '' */
.uil-instagram-alt:before {
  content: '\ea73';
}
/* '' */
.uil-instagram:before {
  content: '\ea74';
}
/* '' */
.uil-intercom-alt:before {
  content: '\ea75';
}
/* '' */
.uil-intercom:before {
  content: '\ea76';
}
/* '' */
.uil-invoice:before {
  content: '\ea77';
}
/* '' */
.uil-italic:before {
  content: '\ea78';
}
/* '' */
.uil-jackhammer:before {
  content: '\ea79';
}
/* '' */
.uil-java-script:before {
  content: '\ea7a';
}
/* '' */
.uil-kayak:before {
  content: '\ea7b';
}
/* '' */
.uil-key-skeleton-alt:before {
  content: '\ea7c';
}
/* '' */
.uil-key-skeleton:before {
  content: '\ea7d';
}
/* '' */
.uil-keyboard-alt:before {
  content: '\ea7e';
}
/* '' */
.uil-keyboard-hide:before {
  content: '\ea7f';
}
/* '' */
.uil-keyboard-show:before {
  content: '\ea80';
}
/* '' */
.uil-keyboard:before {
  content: '\ea81';
}
/* '' */
.uil-keyhole-circle:before {
  content: '\ea82';
}
/* '' */
.uil-keyhole-square-full:before {
  content: '\ea83';
}
/* '' */
.uil-keyhole-square:before {
  content: '\ea84';
}
/* '' */
.uil-kid:before {
  content: '\ea85';
}
/* '' */
.uil-label-alt:before {
  content: '\ea86';
}
/* '' */
.uil-label:before {
  content: '\ea87';
}
/* '' */
.uil-lamp:before {
  content: '\ea88';
}
/* '' */
.uil-laptop-cloud:before {
  content: '\ea89';
}
/* '' */
.uil-laptop:before {
  content: '\ea8a';
}
/* '' */
.uil-laughing:before {
  content: '\ea8b';
}
/* '' */
.uil-layer-group-slash:before {
  content: '\ea8c';
}
/* '' */
.uil-layer-group:before {
  content: '\ea8d';
}
/* '' */
.uil-layers-alt:before {
  content: '\ea8e';
}
/* '' */
.uil-layers-slash:before {
  content: '\ea8f';
}
/* '' */
.uil-layers:before {
  content: '\ea90';
}
/* '' */
.uil-left-arrow-from-left:before {
  content: '\ea91';
}
/* '' */
.uil-left-arrow-to-left:before {
  content: '\ea92';
}
/* '' */
.uil-left-indent-alt:before {
  content: '\ea93';
}
/* '' */
.uil-left-indent:before {
  content: '\ea94';
}
/* '' */
.uil-left-to-right-text-direction:before {
  content: '\ea95';
}
/* '' */
.uil-life-ring:before {
  content: '\ea96';
}
/* '' */
.uil-lightbulb-alt:before {
  content: '\ea97';
}
/* '' */
.uil-lightbulb:before {
  content: '\ea98';
}
/* '' */
.uil-line-alt:before {
  content: '\ea99';
}
/* '' */
.uil-line-spacing:before {
  content: '\ea9a';
}
/* '' */
.uil-line:before {
  content: '\ea9b';
}
/* '' */
.uil-link-alt:before {
  content: '\ea9c';
}
/* '' */
.uil-link-broken:before {
  content: '\ea9d';
}
/* '' */
.uil-link-h:before {
  content: '\ea9e';
}
/* '' */
.uil-link:before {
  content: '\ea9f';
}
/* '' */
.uil-linkedin-alt:before {
  content: '\eaa0';
}
/* '' */
.uil-linkedin:before {
  content: '\eaa1';
}
/* '' */
.uil-list-ui-alt:before {
  content: '\eaa2';
}
/* '' */
.uil-list-ul:before {
  content: '\eaa3';
}
/* '' */
.uil-location-arrow-alt:before {
  content: '\eaa4';
}
/* '' */
.uil-location-arrow:before {
  content: '\eaa5';
}
/* '' */
.uil-location-pin-alt:before {
  content: '\eaa6';
}
/* '' */
.uil-location-point:before {
  content: '\eaa7';
}
/* '' */
.uil-location:before {
  content: '\eaa8';
}
/* '' */
.uil-lock-access:before {
  content: '\eaa9';
}
/* '' */
.uil-lock-alt:before {
  content: '\eaaa';
}
/* '' */
.uil-lock-open-alt:before {
  content: '\eaab';
}
/* '' */
.uil-lock-slash:before {
  content: '\eaac';
}
/* '' */
.uil-lock:before {
  content: '\eaad';
}
/* '' */
.uil-mailbox-alt:before {
  content: '\eaae';
}
/* '' */
.uil-mailbox:before {
  content: '\eaaf';
}
/* '' */
.uil-map-marker-alt:before {
  content: '\eab0';
}
/* '' */
.uil-map-marker-edit:before {
  content: '\eab1';
}
/* '' */
.uil-map-marker-info:before {
  content: '\eab2';
}
/* '' */
.uil-map-marker-minus:before {
  content: '\eab3';
}
/* '' */
.uil-map-marker-plus:before {
  content: '\eab4';
}
/* '' */
.uil-map-marker-question:before {
  content: '\eab5';
}
/* '' */
.uil-map-marker-shield:before {
  content: '\eab6';
}
/* '' */
.uil-map-marker-slash:before {
  content: '\eab7';
}
/* '' */
.uil-map-marker:before {
  content: '\eab8';
}
/* '' */
.uil-map-pin-alt:before {
  content: '\eab9';
}
/* '' */
.uil-map-pin:before {
  content: '\eaba';
}
/* '' */
.uil-map:before {
  content: '\eabb';
}
/* '' */
.uil-mars:before {
  content: '\eabc';
}
/* '' */
.uil-master-card:before {
  content: '\eabd';
}
/* '' */
.uil-maximize-left:before {
  content: '\eabe';
}
/* '' */
.uil-medal:before {
  content: '\eabf';
}
/* '' */
.uil-medical-drip:before {
  content: '\eac0';
}
/* '' */
.uil-medical-square-full:before {
  content: '\eac1';
}
/* '' */
.uil-medical-square:before {
  content: '\eac2';
}
/* '' */
.uil-medical:before {
  content: '\eac3';
}
/* '' */
.uil-medium-m:before {
  content: '\eac4';
}
/* '' */
.uil-medkit:before {
  content: '\eac5';
}
/* '' */
.uil-meeting-board:before {
  content: '\eac6';
}
/* '' */
.uil-megaphone:before {
  content: '\eac7';
}
/* '' */
.uil-meh-alt:before {
  content: '\eac8';
}
/* '' */
.uil-meh-closed-eye:before {
  content: '\eac9';
}
/* '' */
.uil-meh:before {
  content: '\eaca';
}
/* '' */
.uil-message:before {
  content: '\eacb';
}
/* '' */
.uil-metro:before {
  content: '\eacc';
}
/* '' */
.uil-microphone-slash:before {
  content: '\eacd';
}
/* '' */
.uil-microphone:before {
  content: '\eace';
}
/* '' */
.uil-minus-circle:before {
  content: '\eacf';
}
/* '' */
.uil-minus-path:before {
  content: '\ead0';
}
/* '' */
.uil-minus-square-full:before {
  content: '\ead1';
}
/* '' */
.uil-minus-square:before {
  content: '\ead2';
}
/* '' */
.uil-minus:before {
  content: '\ead3';
}
/* '' */
.uil-missed-call:before {
  content: '\ead4';
}
/* '' */
.uil-mobey-bill-slash:before {
  content: '\ead5';
}
/* '' */
.uil-mobile-android-alt:before {
  content: '\ead6';
}
/* '' */
.uil-mobile-android:before {
  content: '\ead7';
}
/* '' */
.uil-mobile-vibrate:before {
  content: '\ead8';
}
/* '' */
.uil-modem:before {
  content: '\ead9';
}
/* '' */
.uil-money-bill-stack:before {
  content: '\eada';
}
/* '' */
.uil-money-bill:before {
  content: '\eadb';
}
/* '' */
.uil-money-insert:before {
  content: '\eadc';
}
/* '' */
.uil-money-stack:before {
  content: '\eadd';
}
/* '' */
.uil-money-withdraw:before {
  content: '\eade';
}
/* '' */
.uil-money-withdrawal:before {
  content: '\eadf';
}
/* '' */
.uil-moneybag-alt:before {
  content: '\eae0';
}
/* '' */
.uil-moneybag:before {
  content: '\eae1';
}
/* '' */
.uil-monitor-heart-rate:before {
  content: '\eae2';
}
/* '' */
.uil-monitor:before {
  content: '\eae3';
}
/* '' */
.uil-moon-eclipse:before {
  content: '\eae4';
}
/* '' */
.uil-moon:before {
  content: '\eae5';
}
/* '' */
.uil-moonset:before {
  content: '\eae6';
}
/* '' */
.uil-mountains-sun:before {
  content: '\eae7';
}
/* '' */
.uil-mountains:before {
  content: '\eae8';
}
/* '' */
.uil-mouse-alt:before {
  content: '\eae9';
}
/* '' */
.uil-mouse:before {
  content: '\eaea';
}
/* '' */
.uil-multiply:before {
  content: '\eaeb';
}
/* '' */
.uil-music-note:before {
  content: '\eaec';
}
/* '' */
.uil-music-tune-slash:before {
  content: '\eaed';
}
/* '' */
.uil-music:before {
  content: '\eaee';
}
/* '' */
.uil-n-a:before {
  content: '\eaef';
}
/* '' */
.uil-navigator:before {
  content: '\eaf0';
}
/* '' */
.uil-nerd:before {
  content: '\eaf1';
}
/* '' */
.uil-newspaper:before {
  content: '\eaf2';
}
/* '' */
.uil-ninja:before {
  content: '\eaf3';
}
/* '' */
.uil-no-entry:before {
  content: '\eaf4';
}
/* '' */
.uil-notebooks:before {
  content: '\eaf5';
}
/* '' */
.uil-notes:before {
  content: '\eaf6';
}
/* '' */
.uil-object-group:before {
  content: '\eaf7';
}
/* '' */
.uil-object-ungroup:before {
  content: '\eaf8';
}
/* '' */
.uil-octagon:before {
  content: '\eaf9';
}
/* '' */
.uil-opera-alt:before {
  content: '\eafa';
}
/* '' */
.uil-opera:before {
  content: '\eafb';
}
/* '' */
.uil-outgoing-call:before {
  content: '\eafc';
}
/* '' */
.uil-package:before {
  content: '\eafd';
}
/* '' */
.uil-padlock:before {
  content: '\eafe';
}
/* '' */
.uil-paint-tool:before {
  content: '\eaff';
}
/* '' */
.uil-palette:before {
  content: '\eb00';
}
/* '' */
.uil-panorama-h-alt:before {
  content: '\eb01';
}
/* '' */
.uil-panorama-h:before {
  content: '\eb02';
}
/* '' */
.uil-panorama-v:before {
  content: '\eb03';
}
/* '' */
.uil-paperclip:before {
  content: '\eb04';
}
/* '' */
.uil-paragraph:before {
  content: '\eb05';
}
/* '' */
.uil-parcel:before {
  content: '\eb06';
}
/* '' */
.uil-parking-square:before {
  content: '\eb07';
}
/* '' */
.uil-pathfinder-unite:before {
  content: '\eb08';
}
/* '' */
.uil-pathfinder:before {
  content: '\eb09';
}
/* '' */
.uil-pause-circle:before {
  content: '\eb0a';
}
/* '' */
.uil-pause:before {
  content: '\eb0b';
}
/* '' */
.uil-paypal:before {
  content: '\eb0c';
}
/* '' */
.uil-pen:before {
  content: '\eb0d';
}
/* '' */
.uil-pentagon:before {
  content: '\eb0e';
}
/* '' */
.uil-percentage:before {
  content: '\eb0f';
}
/* '' */
.uil-phone-alt:before {
  content: '\eb10';
}
/* '' */
.uil-phone-pause:before {
  content: '\eb11';
}
/* '' */
.uil-phone-slash:before {
  content: '\eb12';
}
/* '' */
.uil-phone-times:before {
  content: '\eb13';
}
/* '' */
.uil-phone-volume:before {
  content: '\eb14';
}
/* '' */
.uil-phone:before {
  content: '\eb15';
}
/* '' */
.uil-picture:before {
  content: '\eb16';
}
/* '' */
.uil-plane-arrival:before {
  content: '\eb17';
}
/* '' */
.uil-plane-departure:before {
  content: '\eb18';
}
/* '' */
.uil-plane-fly:before {
  content: '\eb19';
}
/* '' */
.uil-plane:before {
  content: '\eb1a';
}
/* '' */
.uil-play-circle:before {
  content: '\eb1b';
}
/* '' */
.uil-play:before {
  content: '\eb1c';
}
/* '' */
.uil-plug:before {
  content: '\eb1d';
}
/* '' */
.uil-plus-circle:before {
  content: '\eb1e';
}
/* '' */
.uil-plus-square:before {
  content: '\eb1f';
}
/* '' */
.uil-plus:before {
  content: '\eb20';
}
/* '' */
.uil-podium:before {
  content: '\eb21';
}
/* '' */
.uil-polygon:before {
  content: '\eb22';
}
/* '' */
.uil-post-stamp:before {
  content: '\eb23';
}
/* '' */
.uil-postcard:before {
  content: '\eb24';
}
/* '' */
.uil-pound-circle:before {
  content: '\eb25';
}
/* '' */
.uil-pound:before {
  content: '\eb26';
}
/* '' */
.uil-power:before {
  content: '\eb27';
}
/* '' */
.uil-prescription-bottle:before {
  content: '\eb28';
}
/* '' */
.uil-presentation-check:before {
  content: '\eb29';
}
/* '' */
.uil-presentation-edit:before {
  content: '\eb2a';
}
/* '' */
.uil-presentation-line:before {
  content: '\eb2b';
}
/* '' */
.uil-presentation-lines-alt:before {
  content: '\eb2c';
}
/* '' */
.uil-presentation-minus:before {
  content: '\eb2d';
}
/* '' */
.uil-presentation-play:before {
  content: '\eb2e';
}
/* '' */
.uil-presentation-plus:before {
  content: '\eb2f';
}
/* '' */
.uil-presentation-times:before {
  content: '\eb30';
}
/* '' */
.uil-presentation:before {
  content: '\eb31';
}
/* '' */
.uil-previous:before {
  content: '\eb32';
}
/* '' */
.uil-pricetag-alt:before {
  content: '\eb33';
}
/* '' */
.uil-print-slash:before {
  content: '\eb34';
}
/* '' */
.uil-print:before {
  content: '\eb35';
}
/* '' */
.uil-process:before {
  content: '\eb36';
}
/* '' */
.uil-processor:before {
  content: '\eb37';
}
/* '' */
.uil-pump:before {
  content: '\eb38';
}
/* '' */
.uil-puzzle-piece:before {
  content: '\eb39';
}
/* '' */
.uil-question-circle:before {
  content: '\eb3a';
}
/* '' */
.uil-raddit-alien-alt:before {
  content: '\eb3b';
}
/* '' */
.uil-rainbow:before {
  content: '\eb3c';
}
/* '' */
.uil-raindrops-alt:before {
  content: '\eb3d';
}
/* '' */
.uil-raindrops:before {
  content: '\eb3e';
}
/* '' */
.uil-react:before {
  content: '\eb3f';
}
/* '' */
.uil-receipt-alt:before {
  content: '\eb40';
}
/* '' */
.uil-receipt:before {
  content: '\eb41';
}
/* '' */
.uil-record-audio:before {
  content: '\eb42';
}
/* '' */
.uil-reddit-alien-alt:before {
  content: '\eb43';
}
/* '' */
.uil-redo:before {
  content: '\eb44';
}
/* '' */
.uil-refresh:before {
  content: '\eb45';
}
/* '' */
.uil-registered:before {
  content: '\eb46';
}
/* '' */
.uil-repeat:before {
  content: '\eb47';
}
/* '' */
.uil-restaurant:before {
  content: '\eb48';
}
/* '' */
.uil-right-indent-alt:before {
  content: '\eb49';
}
/* '' */
.uil-right-to-left-text-direction:before {
  content: '\eb4a';
}
/* '' */
.uil-robot:before {
  content: '\eb4b';
}
/* '' */
.uil-rope-way:before {
  content: '\eb4c';
}
/* '' */
.uil-rotate-360:before {
  content: '\eb4d';
}
/* '' */
.uil-rss-alt:before {
  content: '\eb4e';
}
/* '' */
.uil-rss-interface:before {
  content: '\eb4f';
}
/* '' */
.uil-rss:before {
  content: '\eb50';
}
/* '' */
.uil-ruler-combined:before {
  content: '\eb51';
}
/* '' */
.uil-ruler:before {
  content: '\eb52';
}
/* '' */
.uil-sad-cry:before {
  content: '\eb53';
}
/* '' */
.uil-sad-crying:before {
  content: '\eb54';
}
/* '' */
.uil-sad-dizzy:before {
  content: '\eb55';
}
/* '' */
.uil-sad-squint:before {
  content: '\eb56';
}
/* '' */
.uil-sad:before {
  content: '\eb57';
}
/* '' */
.uil-scaling-left:before {
  content: '\eb58';
}
/* '' */
.uil-scaling-right:before {
  content: '\eb59';
}
/* '' */
.uil-scenery:before {
  content: '\eb5a';
}
/* '' */
.uil-schedule:before {
  content: '\eb5b';
}
/* '' */
.uil-science:before {
  content: '\eb5c';
}
/* '' */
.uil-screw:before {
  content: '\eb5d';
}
/* '' */
.uil-scroll-h:before {
  content: '\eb5e';
}
/* '' */
.uil-scroll:before {
  content: '\eb5f';
}
/* '' */
.uil-search-alt:before {
  content: '\eb60';
}
/* '' */
.uil-search-minus:before {
  content: '\eb61';
}
/* '' */
.uil-search-plus:before {
  content: '\eb62';
}
/* '' */
.uil-search:before {
  content: '\eb63';
}
/* '' */
.uil-selfie:before {
  content: '\eb64';
}
/* '' */
.uil-server-alt:before {
  content: '\eb65';
}
/* '' */
.uil-server-connection:before {
  content: '\eb66';
}
/* '' */
.uil-server-network-alt:before {
  content: '\eb67';
}
/* '' */
.uil-server-network:before {
  content: '\eb68';
}
/* '' */
.uil-server:before {
  content: '\eb69';
}
/* '' */
.uil-servers:before {
  content: '\eb6a';
}
/* '' */
.uil-servicemark:before {
  content: '\eb6b';
}
/* '' */
.uil-share-alt:before {
  content: '\eb6c';
}
/* '' */
.uil-shield-check:before {
  content: '\eb6d';
}
/* '' */
.uil-shield-exclamation:before {
  content: '\eb6e';
}
/* '' */
.uil-shield-question:before {
  content: '\eb6f';
}
/* '' */
.uil-shield-slash:before {
  content: '\eb70';
}
/* '' */
.uil-shield:before {
  content: '\eb71';
}
/* '' */
.uil-ship:before {
  content: '\eb72';
}
/* '' */
.uil-shop:before {
  content: '\eb73';
}
/* '' */
.uil-shopping-basket:before {
  content: '\eb74';
}
/* '' */
.uil-shopping-cart-alt:before {
  content: '\eb75';
}
/* '' */
.uil-shopping-trolley:before {
  content: '\eb76';
}
/* '' */
.uil-shovel:before {
  content: '\eb77';
}
/* '' */
.uil-shrink:before {
  content: '\eb78';
}
/* '' */
.uil-shuffle:before {
  content: '\eb79';
}
/* '' */
.uil-shutter-alt:before {
  content: '\eb7a';
}
/* '' */
.uil-shutter:before {
  content: '\eb7b';
}
/* '' */
.uil-sick:before {
  content: '\eb7c';
}
/* '' */
.uil-sigma:before {
  content: '\eb7d';
}
/* '' */
.uil-sign-alt:before {
  content: '\eb7e';
}
/* '' */
.uil-sign-in-alt:before {
  content: '\eb7f';
}
/* '' */
.uil-sign-left:before {
  content: '\eb80';
}
/* '' */
.uil-sign-out-alt:before {
  content: '\eb81';
}
/* '' */
.uil-sign-right:before {
  content: '\eb82';
}
/* '' */
.uil-signal-alt-3:before {
  content: '\eb83';
}
/* '' */
.uil-signal-alt:before {
  content: '\eb84';
}
/* '' */
.uil-signal:before {
  content: '\eb85';
}
/* '' */
.uil-silence:before {
  content: '\eb86';
}
/* '' */
.uil-silent-squint:before {
  content: '\eb87';
}
/* '' */
.uil-sim-card:before {
  content: '\eb88';
}
/* '' */
.uil-sitemap:before {
  content: '\eb89';
}
/* '' */
.uil-skip-forward-alt:before {
  content: '\eb8a';
}
/* '' */
.uil-skip-forward-circle:before {
  content: '\eb8b';
}
/* '' */
.uil-skip-forward:before {
  content: '\eb8c';
}
/* '' */
.uil-skype-alt:before {
  content: '\eb8d';
}
/* '' */
.uil-skype:before {
  content: '\eb8e';
}
/* '' */
.uil-slack-alt:before {
  content: '\eb8f';
}
/* '' */
.uil-slack:before {
  content: '\eb90';
}
/* '' */
.uil-sliders-v-alt:before {
  content: '\eb91';
}
/* '' */
.uil-sliders-v:before {
  content: '\eb92';
}
/* '' */
.uil-smile-beam:before {
  content: '\eb93';
}
/* '' */
.uil-smile-dizzy:before {
  content: '\eb94';
}
/* '' */
.uil-smile-squint-wink-alt:before {
  content: '\eb95';
}
/* '' */
.uil-smile-squint-wink:before {
  content: '\eb96';
}
/* '' */
.uil-smile-wink-alt:before {
  content: '\eb97';
}
/* '' */
.uil-smile-wink:before {
  content: '\eb98';
}
/* '' */
.uil-smile:before {
  content: '\eb99';
}
/* '' */
.uil-snapchat-alt:before {
  content: '\eb9a';
}
/* '' */
.uil-snapchat-ghost:before {
  content: '\eb9b';
}
/* '' */
.uil-snapchat-square:before {
  content: '\eb9c';
}
/* '' */
.uil-snow-flake:before {
  content: '\eb9d';
}
/* '' */
.uil-snowflake-alt:before {
  content: '\eb9e';
}
/* '' */
.uil-snowflake:before {
  content: '\eb9f';
}
/* '' */
.uil-sort-amount-down:before {
  content: '\eba0';
}
/* '' */
.uil-sort-amount-up:before {
  content: '\eba1';
}
/* '' */
.uil-sort:before {
  content: '\eba2';
}
/* '' */
.uil-sorting:before {
  content: '\eba3';
}
/* '' */
.uil-space-key:before {
  content: '\eba4';
}
/* '' */
.uil-spade:before {
  content: '\eba5';
}
/* '' */
.uil-sperms:before {
  content: '\eba6';
}
/* '' */
.uil-spin:before {
  content: '\eba7';
}
/* '' */
.uil-sport:before {
  content: '\eba8';
}
/* '' */
.uil-square-full:before {
  content: '\eba9';
}
/* '' */
.uil-square-shape:before {
  content: '\ebaa';
}
/* '' */
.uil-square:before {
  content: '\ebab';
}
/* '' */
.uil-squint:before {
  content: '\ebac';
}
/* '' */
.uil-star-half-alt:before {
  content: '\ebad';
}
/* '' */
.uil-star:before {
  content: '\ebae';
}
/* '' */
.uil-step-backward-alt:before {
  content: '\ebaf';
}
/* '' */
.uil-step-backward-circle:before {
  content: '\ebb0';
}
/* '' */
.uil-step-backward:before {
  content: '\ebb1';
}
/* '' */
.uil-step-forward:before {
  content: '\ebb2';
}
/* '' */
.uil-stop-circle:before {
  content: '\ebb3';
}
/* '' */
.uil-stopwatch-slash:before {
  content: '\ebb4';
}
/* '' */
.uil-stopwatch:before {
  content: '\ebb5';
}
/* '' */
.uil-store-alt:before {
  content: '\ebb6';
}
/* '' */
.uil-store:before {
  content: '\ebb7';
}
/* '' */
.uil-streering:before {
  content: '\ebb8';
}
/* '' */
.uil-stretcher:before {
  content: '\ebb9';
}
/* '' */
.uil-subject:before {
  content: '\ebba';
}
/* '' */
.uil-subway-alt:before {
  content: '\ebbb';
}
/* '' */
.uil-subway:before {
  content: '\ebbc';
}
/* '' */
.uil-suitcase-alt:before {
  content: '\ebbd';
}
/* '' */
.uil-suitcase:before {
  content: '\ebbe';
}
/* '' */
.uil-sun:before {
  content: '\ebbf';
}
/* '' */
.uil-sunset:before {
  content: '\ebc0';
}
/* '' */
.uil-surprise:before {
  content: '\ebc1';
}
/* '' */
.uil-swatchbook:before {
  content: '\ebc2';
}
/* '' */
.uil-swiggy:before {
  content: '\ebc3';
}
/* '' */
.uil-swimmer:before {
  content: '\ebc4';
}
/* '' */
.uil-symbol:before {
  content: '\ebc5';
}
/* '' */
.uil-sync-exclamation:before {
  content: '\ebc6';
}
/* '' */
.uil-sync-slash:before {
  content: '\ebc7';
}
/* '' */
.uil-sync:before {
  content: '\ebc8';
}
/* '' */
.uil-syringe:before {
  content: '\ebc9';
}
/* '' */
.uil-table:before {
  content: '\ebca';
}
/* '' */
.uil-tablet:before {
  content: '\ebcb';
}
/* '' */
.uil-tablets:before {
  content: '\ebcc';
}
/* '' */
.uil-tachometer-fast:before {
  content: '\ebcd';
}
/* '' */
.uil-tag-alt:before {
  content: '\ebce';
}
/* '' */
.uil-tag:before {
  content: '\ebcf';
}
/* '' */
.uil-tape:before {
  content: '\ebd0';
}
/* '' */
.uil-taxi:before {
  content: '\ebd1';
}
/* '' */
.uil-tear:before {
  content: '\ebd2';
}
/* '' */
.uil-technology:before {
  content: '\ebd3';
}
/* '' */
.uil-telegram-alt:before {
  content: '\ebd4';
}
/* '' */
.uil-telegram:before {
  content: '\ebd5';
}
/* '' */
.uil-telescope:before {
  content: '\ebd6';
}
/* '' */
.uil-temperature-empty:before {
  content: '\ebd7';
}
/* '' */
.uil-temperature-half:before {
  content: '\ebd8';
}
/* '' */
.uil-temperature-minus:before {
  content: '\ebd9';
}
/* '' */
.uil-temperature-plus:before {
  content: '\ebda';
}
/* '' */
.uil-temperature-quarter:before {
  content: '\ebdb';
}
/* '' */
.uil-temperature-three-quarter:before {
  content: '\ebdc';
}
/* '' */
.uil-temperature:before {
  content: '\ebdd';
}
/* '' */
.uil-text-fields:before {
  content: '\ebde';
}
/* '' */
.uil-text-size:before {
  content: '\ebdf';
}
/* '' */
.uil-text-strike-through:before {
  content: '\ebe0';
}
/* '' */
.uil-text:before {
  content: '\ebe1';
}
/* '' */
.uil-th-large:before {
  content: '\ebe2';
}
/* '' */
.uil-th-slash:before {
  content: '\ebe3';
}
/* '' */
.uil-th:before {
  content: '\ebe4';
}
/* '' */
.uil-thermometer:before {
  content: '\ebe5';
}
/* '' */
.uil-thumbs-down:before {
  content: '\ebe6';
}
/* '' */
.uil-thumbs-up:before {
  content: '\ebe7';
}
/* '' */
.uil-thunderstorm-moon:before {
  content: '\ebe8';
}
/* '' */
.uil-thunderstorm-sun:before {
  content: '\ebe9';
}
/* '' */
.uil-thunderstorm:before {
  content: '\ebea';
}
/* '' */
.uil-ticket:before {
  content: '\ebeb';
}
/* '' */
.uil-times-circle:before {
  content: '\ebec';
}
/* '' */
.uil-times-square:before {
  content: '\ebed';
}
/* '' */
.uil-times:before {
  content: '\ebee';
}
/* '' */
.uil-toggle-off:before {
  content: '\ebef';
}
/* '' */
.uil-toggle-on:before {
  content: '\ebf0';
}
/* '' */
.uil-top-arrow-from-top:before {
  content: '\ebf1';
}
/* '' */
.uil-top-arrow-to-top:before {
  content: '\ebf2';
}
/* '' */
.uil-tornado:before {
  content: '\ebf3';
}
/* '' */
.uil-trademark-circle:before {
  content: '\ebf4';
}
/* '' */
.uil-trademark:before {
  content: '\ebf5';
}
/* '' */
.uil-traffic-barrier:before {
  content: '\ebf6';
}
/* '' */
.uil-trash-alt:before {
  content: '\ebf7';
}
/* '' */
.uil-trash:before {
  content: '\ebf8';
}
/* '' */
.uil-trees:before {
  content: '\ebf9';
}
/* '' */
.uil-triangle:before {
  content: '\ebfa';
}
/* '' */
.uil-trophy:before {
  content: '\ebfb';
}
/* '' */
.uil-trowel:before {
  content: '\ebfc';
}
/* '' */
.uil-truck-case:before {
  content: '\ebfd';
}
/* '' */
.uil-truck-loading:before {
  content: '\ebfe';
}
/* '' */
.uil-truck:before {
  content: '\ebff';
}
/* '' */
.uil-tumblr-alt:before {
  content: '\ec00';
}
/* '' */
.uil-tumblr-square:before {
  content: '\ec01';
}
/* '' */
.uil-tumblr:before {
  content: '\ec02';
}
/* '' */
.uil-tv-retro-slash:before {
  content: '\ec03';
}
/* '' */
.uil-tv-retro:before {
  content: '\ec04';
}
/* '' */
.uil-twitter-alt:before {
  content: '\ec05';
}
/* '' */
.uil-twitter:before {
  content: '\ec06';
}
/* '' */
.uil-umbrella:before {
  content: '\ec07';
}
/* '' */
.uil-unamused:before {
  content: '\ec08';
}
/* '' */
.uil-underline:before {
  content: '\ec09';
}
/* '' */
.uil-university:before {
  content: '\ec0a';
}
/* '' */
.uil-unlock-alt:before {
  content: '\ec0b';
}
/* '' */
.uil-unlock:before {
  content: '\ec0c';
}
/* '' */
.uil-upload-alt:before {
  content: '\ec0d';
}
/* '' */
.uil-upload:before {
  content: '\ec0e';
}
/* '' */
.uil-usd-circle:before {
  content: '\ec0f';
}
/* '' */
.uil-usd-square:before {
  content: '\ec10';
}
/* '' */
.uil-user-check:before {
  content: '\ec11';
}
/* '' */
.uil-user-circle:before {
  content: '\ec12';
}
/* '' */
.uil-user-exclamation:before {
  content: '\ec13';
}
/* '' */
.uil-user-hard-hat:before {
  content: '\ec14';
}
/* '' */
.uil-user-minus:before {
  content: '\ec15';
}
/* '' */
.uil-user-plus:before {
  content: '\ec16';
}
/* '' */
.uil-user-square:before {
  content: '\ec17';
}
/* '' */
.uil-user-times:before {
  content: '\ec18';
}
/* '' */
.uil-user:before {
  content: '\ec19';
}
/* '' */
.uil-users-alt:before {
  content: '\ec1a';
}
/* '' */
.uil-utensils-alt:before {
  content: '\ec1b';
}
/* '' */
.uil-utensils:before {
  content: '\ec1c';
}
/* '' */
.uil-vector-square-alt:before {
  content: '\ec1d';
}
/* '' */
.uil-vector-square:before {
  content: '\ec1e';
}
/* '' */
.uil-venus:before {
  content: '\ec1f';
}
/* '' */
.uil-vertical-align-bottom:before {
  content: '\ec20';
}
/* '' */
.uil-vertical-align-center:before {
  content: '\ec21';
}
/* '' */
.uil-vertical-align-top:before {
  content: '\ec22';
}
/* '' */
.uil-vertical-distribute-bottom:before {
  content: '\ec23';
}
/* '' */
.uil-vertical-distribution-center:before {
  content: '\ec24';
}
/* '' */
.uil-vertical-distribution-top:before {
  content: '\ec25';
}
/* '' */
.uil-video-slash:before {
  content: '\ec26';
}
/* '' */
.uil-video:before {
  content: '\ec27';
}
/* '' */
.uil-visual-studio:before {
  content: '\ec28';
}
/* '' */
.uil-vk-alt:before {
  content: '\ec29';
}
/* '' */
.uil-vk:before {
  content: '\ec2a';
}
/* '' */
.uil-voicemail-rectangle:before {
  content: '\ec2b';
}
/* '' */
.uil-voicemail:before {
  content: '\ec2c';
}
/* '' */
.uil-volleyball:before {
  content: '\ec2d';
}
/* '' */
.uil-volume-down:before {
  content: '\ec2e';
}
/* '' */
.uil-volume-mute:before {
  content: '\ec2f';
}
/* '' */
.uil-volume-off:before {
  content: '\ec30';
}
/* '' */
.uil-volume-up:before {
  content: '\ec31';
}
/* '' */
.uil-volume:before {
  content: '\ec32';
}
/* '' */
.uil-vuejs-alt:before {
  content: '\ec33';
}
/* '' */
.uil-vuejs:before {
  content: '\ec34';
}
/* '' */
.uil-wall:before {
  content: '\ec35';
}
/* '' */
.uil-wallet:before {
  content: '\ec36';
}
/* '' */
.uil-watch-alt:before {
  content: '\ec37';
}
/* '' */
.uil-watch:before {
  content: '\ec38';
}
/* '' */
.uil-water-drop-slash:before {
  content: '\ec39';
}
/* '' */
.uil-water-glass:before {
  content: '\ec3a';
}
/* '' */
.uil-water:before {
  content: '\ec3b';
}
/* '' */
.uil-web-grid-alt:before {
  content: '\ec3c';
}
/* '' */
.uil-web-grid:before {
  content: '\ec3d';
}
/* '' */
.uil-web-section-alt:before {
  content: '\ec3e';
}
/* '' */
.uil-web-section:before {
  content: '\ec3f';
}
/* '' */
.uil-webcam:before {
  content: '\ec40';
}
/* '' */
.uil-weight:before {
  content: '\ec41';
}
/* '' */
.uil-whatsapp:before {
  content: '\ec42';
}
/* '' */
.uil-wheel-barrow:before {
  content: '\ec43';
}
/* '' */
.uil-wheelchair-alt:before {
  content: '\ec44';
}
/* '' */
.uil-wheelchair:before {
  content: '\ec45';
}
/* '' */
.uil-wifi-router:before {
  content: '\ec46';
}
/* '' */
.uil-wifi-slash:before {
  content: '\ec47';
}
/* '' */
.uil-wifi:before {
  content: '\ec48';
}
/* '' */
.uil-wind-moon:before {
  content: '\ec49';
}
/* '' */
.uil-wind-sun:before {
  content: '\ec4a';
}
/* '' */
.uil-wind:before {
  content: '\ec4b';
}
/* '' */
.uil-window-grid:before {
  content: '\ec4c';
}
/* '' */
.uil-window-maximize:before {
  content: '\ec4d';
}
/* '' */
.uil-window-restore:before {
  content: '\ec4e';
}
/* '' */
.uil-window-section:before {
  content: '\ec4f';
}
/* '' */
.uil-window:before {
  content: '\ec50';
}
/* '' */
.uil-windsock:before {
  content: '\ec51';
}
/* '' */
.uil-wrap-text:before {
  content: '\ec52';
}
/* '' */
.uil-wrench:before {
  content: '\ec53';
}
/* '' */
.uil-yellow:before {
  content: '\ec54';
}
/* '' */
.uil-yen-circle:before {
  content: '\ec55';
}
/* '' */
.uil-yen:before {
  content: '\ec56';
}
/* '' */
.uil-yin-yang:before {
  content: '\ec57';
}
/* '' */
.uil-youtube-alt:before {
  content: '\ec58';
}
/* '' */
.uil-youtube:before {
  content: '\ec59';
}
/* '' */
/*/xassets/uncompressed/source_map/18.css.css.map */
.no-transition {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
}
/* 
Template Name: Shreyu - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 1.0.0
Website: //coderthemes.com/
Contact: support@coderthemes.com
File: Main Css File
*/
/* =======================
    TABLE OF CSS
    1. Fonts 
    2. General 
    3. Left Menu 
    4. Topbar 
    5. Page Head 
    6. Footer 
    7. Horizontal Nav 
    8. Right Sidebar 
    9. Layouts 
    10. Helper 
    11. Social 
    12. Widgets 
    13. Custom Checkbox 
    14. Custom Radio 
    15. Print 
    16. Preloader 
    17. Plugins 
    18. Components Demo 
    19. Tasks 
    20. Email 
    21. Timeline 
    22. Extra Pages 
    23. Authentication 
   ======================= */
/* 1. Fonts */
/* 2. General */
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-bottom: 60px;
  overflow-x: hidden;
}
.p-6 {
  padding: 0;
}
/* 3. Left Menu */
.nav-second-level li a,
.nav-thrid-level li a {
  padding: 8px 20px;
  color: #4B4B5A;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
  color: #921b64;
}
.nav-second-level li > a.active,
.nav-thrid-level li > a.active {
  color: #921b64;
}
#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.content-page {
  overflow: hidden;
  padding: 0px 12.5px 5px 12.5px;
  min-height: 80vh;
}
.left-side-menu {
  width: 250px;
  background: #ffffff;
  bottom: 0;
  left: 0;
  padding: 0 0 30px 0;
  position: fixed;
  top: 72px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-box-shadow: 1px 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  box-shadow: 1px 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  z-index: 99;
}
.left-side-menu .sidebar-content {
  height: 100%;
  padding-bottom: 30px;
}
#sidebar-menu {
  padding-bottom: 30px;
}
#sidebar-menu > ul > li.mm-active > a {
  border-left: 3px solid #921b64;
  color: #921b64;
  background-color: #f7f7ff;
}
#sidebar-menu > ul > li.mm-active > a svg {
  color: #921b64;
  fill: rgba(83, 105, 248, 0.1);
}
#sidebar-menu > ul > li > a {
  color: #4B4B5A;
  display: block;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-left: 3px solid transparent;
}
#sidebar-menu > ul > li > a svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 3px;
  color: #4B4B5A;
  fill: rgba(75, 75, 90, 0.12);
}
#sidebar-menu > ul > li > a:hover,
#sidebar-menu > ul > li > a:focus,
#sidebar-menu > ul > li > a:active {
  color: #921b64;
  text-decoration: none;
  background-color: #f7f7ff;
}
#sidebar-menu > ul > li > a:hover svg,
#sidebar-menu > ul > li > a:focus svg,
#sidebar-menu > ul > li > a:active svg {
  color: #921b64;
  fill: rgba(83, 105, 248, 0.1);
}
#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}
#sidebar-menu > ul > li > a i {
  display: inline-block;
  line-height: 1rem;
  margin: 0 5px 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
#sidebar-menu > ul > li > a.active {
  border-left: 3px solid #921b64;
  color: #921b64;
  background-color: #f7f7ff;
}
#sidebar-menu > ul > li > a.active svg {
  color: #921b64;
  fill: rgba(83, 105, 248, 0.1);
}
#sidebar-menu > ul > li > ul {
  padding-left: 43px;
}
#sidebar-menu > ul > li > ul ul {
  padding-left: 20px;
}
#sidebar-menu .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  position: absolute;
  right: 30px;
  display: inline-block;
  font-family: 'unicons';
  text-rendering: auto;
  line-height: 1.3rem;
  font-size: 0.9rem;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 15px;
}
#sidebar-menu .menu-arrow:before {
  content: "\e82f";
}
#sidebar-menu .badge {
  margin-top: 3px;
}
#sidebar-menu .nav-second-level > li .menu-arrow {
  top: 8px;
}
#sidebar-menu li.mm-active > a > span.menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar-menu .menu-title {
  padding: 15px 30px 10px 30px;
  letter-spacing: 0.05em;
  pointer-events: none;
  cursor: default;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #4B4B5A;
}
.user-profile {
  padding: 15px 20px 15px 30px;
}
.user-profile .avatar-xs {
  display: none;
}
.user-profile .pro-user-name {
  color: #4B4B5A;
  font-weight: 600;
}
.user-profile .pro-user-desc {
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.user-profile .dropdown-toggle svg {
  width: 18px;
  height: 18px;
  color: #4B4B5A;
  background-color: rgba(75, 75, 90, 0.1);
  border-radius: 3px;
}
.left-side-menu-condensed .logo {
  width: 70px !important;
  text-align: center;
}
.left-side-menu-condensed .logo span.logo-lg {
  display: none;
}
.left-side-menu-condensed .logo span.logo-sm {
  display: block !important;
}
.left-side-menu-condensed .navbar-custom {
  left: 0 !important;
  padding-left: 10px;
}
.left-side-menu-condensed .navbar-custom .button-menu-mobile.disable-btn {
  display: block !important;
}
.left-side-menu-condensed .left-side-menu {
  position: absolute;
  width: 70px !important;
  z-index: 5;
}
.left-side-menu-condensed .left-side-menu .slimScrollDiv,
.left-side-menu-condensed .left-side-menu .slimscroll-menu {
  overflow: inherit !important;
  height: auto !important;
}
.left-side-menu-condensed .left-side-menu .slimScrollBar {
  visibility: hidden;
}
.left-side-menu-condensed .left-side-menu .sidebar-content {
  height: auto;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu .menu-title,
.left-side-menu-condensed .left-side-menu #sidebar-menu .menu-arrow,
.left-side-menu-condensed .left-side-menu #sidebar-menu .label,
.left-side-menu-condensed .left-side-menu #sidebar-menu .badge {
  display: none !important;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li {
  position: relative;
  white-space: nowrap;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a {
  padding: 15px;
  min-height: 54px;
  -webkit-transition: none;
  transition: none;
  margin: 0px;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a:hover,
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a:active,
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a:focus {
  color: #921b64;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a svg {
  width: 26px;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a span {
  display: none;
  padding-left: 25px;
  vertical-align: baseline;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li > a.active {
  background-color: #f7f7ff;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: calc(190px + 70px);
  color: #921b64 !important;
  background-color: #f7f7ff;
  -webkit-transition: none;
  transition: none;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover > a span {
  display: inline;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover a.open :after,
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover a.mm-active :after {
  display: none;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  height: auto !important;
  -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover > ul ul {
  -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover > ul a {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover > ul a:hover {
  color: #921b64;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: #ffffff;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  height: auto !important;
  position: absolute;
  width: 190px;
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul ul li > a span.pull-right {
  position: absolute;
  right: 20px;
  top: 12px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.left-side-menu-condensed .left-side-menu #sidebar-menu > ul ul li.active a {
  color: #c8cddc;
}
.left-side-menu-condensed .user-profile {
  padding: 15px;
}
.left-side-menu-condensed .user-profile .avatar-sm {
  display: none;
}
.left-side-menu-condensed .user-profile .avatar-xs {
  display: block;
}
.left-side-menu-condensed .user-profile .pro-user-name,
.left-side-menu-condensed .user-profile .pro-user-desc {
  display: none;
}
.left-side-menu-condensed .user-profile .profile-dropdown-menu .dropdown-toggle svg {
  background-color: transparent;
}
.left-side-menu-condensed .content-page {
  margin-left: 70px !important;
}
.left-side-menu-condensed .footer {
  left: 70px !important;
}
.left-side-menu-condensed .user-box {
  display: none;
}
@media (min-width: 769px) {
  body.left-side-menu-condensed {
    min-height: 1200px;
  }
}
@media (max-width: 1024px) {
  .left-side-menu {
    top: 72px;
    padding: 12px 0;
  }
  .left-side-menu-condensed .left-side-menu {
    padding-top: 12px;
  }
}
@media (max-width: 767.98px) {
  body {
    overflow-x: hidden;
  }
  .left-side-menu {
    display: none;
    z-index: 10 !important;
    top: 72px;
  }
  .sidebar-enable .left-side-menu {
    display: block;
  }
  .content-page,
  .left-side-menu-condensed .content-page {
    margin-left: 0 !important;
    padding: 0 10px;
  }
  .pro-user-name {
    display: none;
  }
  .logo-box {
    display: none;
  }
}
/* =============
  Menu - Dark
============= */
.left-side-menu-dark .metismenu li a[aria-expanded=true] {
  color: #ffffff !important;
}
.left-side-menu-dark .left-side-menu {
  background-color: #323742;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li.mm-active > a {
  color: #ffffff;
  background-color: #3b414e;
}
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li.mm-active > a svg {
  color: #ffffff;
  fill: rgba(255, 255, 255, 0.12);
}
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a {
  color: #9097a7;
}
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a svg {
  color: #9097a7;
  fill: rgba(255, 255, 255, 0.12);
}
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:hover,
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:focus,
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:active {
  color: #c8cddc;
  background-color: #3b414e;
}
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a.active {
  color: #ffffff;
  background-color: #3b414e;
}
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a.active svg {
  color: #ffffff;
  fill: rgba(255, 255, 255, 0.12);
}
.left-side-menu-dark .left-side-menu #sidebar-menu .menu-title {
  color: #adb5bd;
}
.left-side-menu-dark .nav-second-level li a,
.left-side-menu-dark .nav-thrid-level li a {
  color: #9097a7;
}
.left-side-menu-dark .nav-second-level li a:focus,
.left-side-menu-dark .nav-second-level li a:hover,
.left-side-menu-dark .nav-thrid-level li a:focus,
.left-side-menu-dark .nav-thrid-level li a:hover {
  background-color: transparent;
  color: #c8cddc;
}
.left-side-menu-dark .nav-second-level li.mm-active > a,
.left-side-menu-dark .nav-thrid-level li.mm-active > a {
  color: #ffffff;
}
.left-side-menu-dark.left-side-menu-condensed .left-side-menu #sidebar-menu > ul > li:hover > a {
  background-color: #3b414e;
  color: #ffffff !important;
}
.left-side-menu-dark.left-side-menu-condensed .nav-second-level li.mm-active > a,
.left-side-menu-dark.left-side-menu-condensed .nav-thrid-level li.mm-active > a {
  color: #921b64;
}
.left-side-menu-dark .user-profile .pro-user-name,
.left-side-menu-dark .user-profile .pro-user-desc {
  color: #adb5bd;
}
.left-side-menu-dark .user-profile .profile-dropdown-menu .dropdown-toggle svg {
  background-color: #3b414e;
  color: #fff;
}
/* 4. Topbar */
.navbar-custom {
  padding: 0 22px 0 37px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 72px;
  z-index: 100;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  /* Search */
}
.navbar-custom .topnav-menu > li {
  float: left;
}
.navbar-custom .topnav-menu .nav-link {
  padding: 0 15px;
  color: #4B4B5A;
  min-width: 32px;
  display: block;
  line-height: 72px;
  text-align: center;
  max-height: 72px;
}
.navbar-custom .topnav-menu .nav-link svg {
  height: 20px;
  width: 20px;
  color: #4B4B5A;
  fill: rgba(75, 75, 90, 0.12);
}
.navbar-custom .topnav-menu .nav-link:hover svg,
.navbar-custom .topnav-menu .nav-link:focus svg,
.navbar-custom .topnav-menu .nav-link:active svg {
  color: #921b64;
  fill: rgba(83, 105, 248, 0.1);
}
.navbar-custom .dropdown.show .nav-link {
  background-color: rgba(255, 255, 255, 0.05);
}
.navbar-custom .menu-left {
  overflow: hidden;
}
.navbar-custom .app-search {
  padding: 17px 0;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-custom .app-search form {
  max-width: 320px;
}
.navbar-custom .app-search .form-control {
  border: 1px solid transparent;
  height: 38px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: #f3f4f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.3rem;
}
.navbar-custom .app-search .form-control:focus {
  background-color: #fff;
  border: 1px solid #f3f4f7;
}
.navbar-custom .app-search svg {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  color: #adb5bd;
  line-height: 38px;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.navbar-custom .button-menu-mobile {
  border: none;
  color: #adb5bd;
  display: block;
  height: 72px;
  line-height: 72px;
  width: 60px;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
  margin-right: 45px;
}
.navbar-custom .button-menu-mobile.disable-btn {
  display: none;
}
.navbar-custom .button-menu-mobile .menu-icon {
  display: inline-block;
}
.navbar-custom .button-menu-mobile .close-icon {
  display: none;
}
.navbar-custom .button-menu-mobile.open .menu-icon {
  display: none;
}
.navbar-custom .button-menu-mobile.open .close-icon {
  display: inline-block;
}
.navbar-custom .logo span.logo-sm {
  display: none;
}
.text-logo {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
/* Notification */
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.noti-scroll {
  max-height: 230px;
}
.notification-list {
  margin-left: 0;
}
.notification-list .noti-title {
  background-color: transparent;
  padding: 7px 20px 15px;
}
.notification-list .noti-icon {
  font-size: 21px;
  vertical-align: middle;
}
.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 16px;
  width: 12px;
  height: 12px;
  background-color: #ff5c75;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  -webkit-animation: blinker 3s linear infinite;
  animation: blinker 3s linear infinite;
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
}
.notification-list .notify-item {
  padding: 12px 20px;
}
.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}
.notification-list .notify-item .notify-details {
  margin-bottom: 5px;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #343a40;
  line-height: 1.5;
}
.notification-list .notify-item .notify-details b {
  font-weight: 500;
}
.notification-list .notify-item .notify-details small {
  display: block;
}
.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.notification-list .notify-item .user-msg {
  margin-left: 45px;
  white-space: normal;
  line-height: 16px;
}
.notification-list .profile-dropdown-items .notify-item {
  padding: 0.35rem 1.5rem;
}
.profile-dropdown {
  display: none;
}
.profile-dropdown-items {
  width: 170px;
}
.profile-dropdown-items i {
  vertical-align: middle;
  margin-right: 5px;
}
.nav-user {
  padding: 0 12px !important;
}
.nav-user img {
  height: 32px;
  width: 32px;
}
@media (max-width: 1024px) {
  .navbar-custom {
    left: 0;
    padding: 0 10px;
    margin: 0px;
  }
  .navbar-custom .button-menu-mobile.disable-btn {
    display: block;
  }
  .navbar-custom .logo {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .navbar-custom .page-title {
    display: none;
  }
}
/* 5. Page Head */
.page-title-topbar {
  font-size: 20px;
  margin: 0;
  line-height: 72px;
}
.page-title {
  padding: 20px 0;
}
.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.page-title h4 {
  font-size: 19px;
}
/* 6. Footer */
.footer {
  bottom: 0;
  padding: 19px 15px 20px;
  right: 0;
  color: #6c757d;
  left: 250px;
}
.footer .footer-links a {
  color: #6c757d;
  margin-left: 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer .footer-links a:hover {
  color: #212529;
}
.footer .footer-links a:first-of-type {
  margin-left: 0;
}
.footer-alt {
  left: 0 !important;
  text-align: center;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .footer {
    left: 0 !important;
    text-align: center;
  }
}
/* 7. Horizontal Nav */
body[data-layout="topnav"] .container-fluid {
  padding-right: 24px;
  padding-left: 24px;
}
body[data-layout="topnav"] .navbar-custom {
  position: relative;
  padding: 0px;
}
body[data-layout="topnav"] .navbar-custom .topnav-menu .nav-link:hover svg,
body[data-layout="topnav"] .navbar-custom .topnav-menu .nav-link:focus svg,
body[data-layout="topnav"] .navbar-custom .topnav-menu .nav-link:active svg {
  color: #4B4B5A;
}
body[data-layout="topnav"] .content-page {
  margin-top: 0px;
  margin-left: 0px !important;
  padding: 05px 0px 5px 0;
}
body[data-layout="topnav"] .footer {
  left: 0;
}
body[data-layout="topnav"] .user-profile {
  padding: 20px 0px;
}
body[data-layout="topnav"] .profile-dropdown {
  display: block;
}
.topnav {
  background: #ffffff;
}
.topbar-nav {
  margin: 0;
  padding: 0;
}
.topbar-nav .badge {
  display: none;
}
.topbar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.topbar-nav .metismenu .has-arrow:after {
  width: 0.4em;
  height: 0.4em;
  right: 1rem;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}
.topbar-nav .metismenu .menu-title {
  display: none;
}
.topbar-nav .metismenu li:hover,
.topbar-nav .metismenu li:focus,
.topbar-nav .metismenu li:active {
  color: #921b64;
  text-decoration: none;
}
.topbar-nav .metismenu li:hover svg,
.topbar-nav .metismenu li:focus svg,
.topbar-nav .metismenu li:active svg {
  color: #921b64;
  fill: rgba(83, 105, 248, 0.1);
}
.topbar-nav .metismenu li a {
  color: #4B4B5A;
  font-size: 1rem;
  position: relative;
  padding: 1rem;
  display: block;
}
.topbar-nav .metismenu li a svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  color: #4B4B5A;
  fill: rgba(75, 75, 90, 0.12);
}
.topbar-nav .metismenu li a > span {
  vertical-align: middle;
}
.topbar-nav .metismenu li a:hover,
.topbar-nav .metismenu li a:focus,
.topbar-nav .metismenu li a:active {
  color: #921b64;
  text-decoration: none;
}
.topbar-nav .metismenu li a:hover svg,
.topbar-nav .metismenu li a:focus svg,
.topbar-nav .metismenu li a:active svg {
  color: #921b64;
  fill: rgba(83, 105, 248, 0.1);
}
.topbar-nav .metismenu li:nth-child(2) a {
  padding-left: 0px;
}
.topbar-nav .metismenu li .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  display: inline-block;
  font-family: 'unicons';
  text-rendering: auto;
  line-height: 1.3rem;
  font-size: 1.25rem;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  margin-left: 5px;
}
.topbar-nav .metismenu li .menu-arrow:before {
  content: "\e82d";
}
.topbar-nav .metismenu li.mm-active > a {
  color: #921b64;
}
.topbar-nav .metismenu li.mm-active > a svg {
  color: #921b64;
  fill: rgba(83, 105, 248, 0.1);
}
.topbar-nav .metismenu li.mm-active > a > span.menu-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.topbar-nav .metismenu li.active > a {
  color: #921b64;
}
.topbar-nav .metismenu li.active > a svg {
  color: #921b64;
  fill: rgba(83, 105, 248, 0.1);
}
.topbar-nav .metismenu li .nav-second-level {
  color: #4B4B5A;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0 0 0.2rem 0.2rem;
  min-width: calc(10rem + 1.5rem);
  font-size: calc(0.875rem - 0.01rem);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  padding: 0.5rem 0;
}
.topbar-nav .metismenu li .nav-second-level li:hover,
.topbar-nav .metismenu li .nav-second-level li:focus,
.topbar-nav .metismenu li .nav-second-level li:active {
  color: #921b64;
  text-decoration: none;
}
.topbar-nav .metismenu li .nav-second-level li:first-of-type {
  padding-top: 0.5rem;
}
.topbar-nav .metismenu li .nav-second-level li:last-of-type {
  padding-bottom: 0.5rem;
}
.topbar-nav .metismenu li .nav-second-level a {
  display: block;
  width: 100%;
  padding: 0.35rem 1.5rem !important;
  clear: both;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.topbar-nav .metismenu li .nav-second-level a:hover,
.topbar-nav .metismenu li .nav-second-level a:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.topbar-nav .metismenu li .nav-second-level .has-arrow:after {
  margin-top: -2px;
}
.topbar-nav .metismenu li .nav-second-level .menu-arrow {
  float: right;
}
.topbar-nav .metismenu li .nav-third-level {
  color: #4B4B5A;
  min-width: calc(10rem + 1.5rem);
}
.topbar-nav .metismenu li .nav-third-level li:hover,
.topbar-nav .metismenu li .nav-third-level li:focus,
.topbar-nav .metismenu li .nav-third-level li:active {
  color: #921b64;
  text-decoration: none;
}
.topbar-nav .metismenu li .nav-third-level li:first-of-type {
  padding-top: 0.5rem;
}
.topbar-nav .metismenu li .nav-third-level li:last-of-type {
  padding-bottom: 0.5rem;
}
.topbar-nav .metismenu li .nav-third-level a {
  display: block;
  width: 100%;
  padding: 0.35rem 1.5rem !important;
  clear: both;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding-left: 2.2rem !important;
}
.topbar-nav .metismenu li .nav-third-level a:hover,
.topbar-nav .metismenu li .nav-third-level a:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.topbar-nav .metismenu li .nav-third-level .has-arrow:after {
  margin-top: -2px;
}
.topbar-nav .metismenu li .nav-third-level .menu-arrow {
  float: right;
}
@media (min-width: 992px) {
  body[data-layout="topnav"] .container-fluid {
    max-width: 85%;
  }
  body[data-layout="topnav"] .navbar-custom .logo {
    display: block;
  }
  body[data-layout="topnav"] .navbar-custom .logo span.logo-sm {
    display: none !important;
  }
  body[data-layout="topnav"] .navbar-custom .logo span.logo-lg {
    display: block;
  }
  body[data-layout="topnav"].left-side-menu-condensed .navbar-custom .button-menu-mobile.disable-btn {
    display: none !important;
  }
  body[data-layout="topnav"].boxed-layout .container-fluid {
    max-width: 97%;
  }
  .topbar-nav .metismenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .topbar-nav .metismenu > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .topbar-nav .metismenu > li > ul {
    position: absolute;
    z-index: 1001;
  }
  .topbar-nav .metismenu .side-nav-item:first-of-type .side-nav-link {
    padding-left: 0;
  }
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body[data-layout=topnav] .navbar-custom .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
  .topnav {
    overflow: auto;
  }
  .topbar-nav {
    max-height: 400px;
  }
  .topbar-nav .metismenu li a {
    padding: 15px 0px;
  }
  .topbar-nav .metismenu li .nav-second-level {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0px;
  }
  .topbar-nav .metismenu li .nav-second-level li:first-of-type {
    padding: 0;
  }
  .topbar-nav .metismenu li .nav-second-level a {
    padding-right: 0px !important;
  }
  .topbar-nav .metismenu li .nav-second-level a:hover,
  .topbar-nav .metismenu li .nav-second-level a:focus {
    background-color: transparent;
  }
  .topbar-nav .metismenu li .menu-arrow {
    float: right;
    margin-top: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .topbar-nav .metismenu li .menu-arrow {
    display: none;
  }
}
/* 8. Right Sidebar */
.right-bar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  display: block;
  position: fixed;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 260px;
  z-index: 9999;
  float: right !important;
  right: -270px;
  top: 0;
  bottom: 0;
  padding-bottom: 60px;
}
.right-bar .rightbar-title {
  padding: 25px 25px;
}
.right-bar .right-bar-toggle {
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  margin-top: -4px;
}
.right-bar .demo-img {
  height: 200px;
}
.rightbar-overlay {
  background-color: rgba(52, 58, 64, 0.55);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.right-bar-enabled .right-bar {
  right: 0;
}
.right-bar-enabled .rightbar-overlay {
  display: block;
}
@media (max-width: 767.98px) {
  .right-bar {
    overflow: auto;
  }
  .right-bar .slimscroll-menu {
    height: auto !important;
  }
}
.activity-widget .activity-list {
  border-bottom: 1px solid #f6f6f7;
  padding: 12px 0px;
}
.activity-widget .activity-list:last-child {
  border: none;
}
.upgrade-wid .laptop-img {
  position: relative;
  bottom: 22px;
}
/* 9. Layouts */
@media (min-width: 1200px) {
  .scrollable-layout {
    padding-bottom: 0;
  }
  .scrollable-layout #wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .scrollable-layout .left-side-menu {
    position: relative;
    min-width: 250px;
    min-height: 100vh;
  }
  .scrollable-layout .navbar-custom {
    position: absolute;
  }
  .scrollable-layout .content-page {
    margin-left: 0;
    width: 100%;
    padding-bottom: 60px;
  }
  .scrollable-layout.left-side-menu-condensed .left-side-menu {
    min-width: 70px;
  }
  .scrollable-layout.left-side-menu-condensed .content-page {
    margin-left: 0px !important;
  }
}
.boxed-layout {
  background: #edeef3;
}
.boxed-layout #wrapper {
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #f3f4f7;
}
.boxed-layout .navbar-custom {
  max-width: 1300px;
  margin: 0 auto;
}
.boxed-layout .footer {
  margin: 0 auto;
  max-width: calc(1300px - 250px);
  background: #f3f4f7;
}
.boxed-layout.left-side-menu-condensed {
  min-height: auto;
}
.boxed-layout.left-side-menu-condensed .footer {
  max-width: calc(1300px - 70px);
}
/* 10. Helper */
.width-xs {
  min-width: 80px;
}
.width-sm {
  min-width: 95px;
}
.width-md {
  min-width: 110px;
}
.width-lg {
  min-width: 140px;
}
.width-xl {
  min-width: 160px;
}
.font-family-secondary {
  font-family: "Nunito Sans", sans-serif;
}
.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}
.avatar-sm {
  height: 2.25rem;
  width: 2.25rem;
}
.avatar {
  height: 3rem;
  width: 3rem;
}
.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}
.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}
.avatar-xl {
  height: 6rem;
  width: 6rem;
}
.avatar-xxl {
  height: 7.5rem;
  width: 7.5rem;
}
.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.avatar-group {
  padding-left: 12px;
}
.avatar-group .avatar-group-item {
  margin: 0 0 10px -12px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sp-line-1 {
  -webkit-line-clamp: 1;
}
.sp-line-2 {
  -webkit-line-clamp: 2;
}
.sp-line-3 {
  -webkit-line-clamp: 3;
}
.sp-line-4 {
  -webkit-line-clamp: 4;
}
.pull-in {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
/* 11. Social */
.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 4px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd;
}
/* 12. Widgets */
.widget-flat {
  position: relative;
  overflow: hidden;
}
.widget-flat i.widget-icon {
  font-size: 36px;
}
/* Chat widget */
.conversation-list {
  list-style: none;
  height: 332px;
  padding: 0 7px;
}
.conversation-list li {
  margin-bottom: 24px;
}
.conversation-list .chat-avatar {
  float: left;
  text-align: center;
  width: 34px;
}
.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}
.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}
.conversation-list .ctext-wrap {
  background: #f0f2fe;
  color: #921b64;
  border-radius: 0.3rem;
  display: inline-block;
  padding: 4px 12px;
  position: relative;
  min-width: 160px;
}
.conversation-list .ctext-wrap i {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 3px;
}
.conversation-list .ctext-wrap:after {
  right: 98%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f0f2fe;
  border-width: 6px;
  margin-left: -1px;
  border-right-color: #f0f2fe;
}
.conversation-list .conversation-text {
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}
.conversation-list .odd .chat-avatar {
  float: right !important;
}
.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}
.conversation-list .odd .ctext-wrap {
  background-color: #e2e7f1;
  color: #4B4B5A;
}
.conversation-list .odd .ctext-wrap:after {
  border-color: transparent;
  border-left-color: #e2e7f1;
  border-top-color: #e2e7f1;
  left: 99% !important;
}
/* profile / users */
.profile-widget {
  position: relative;
}
.profile-widget .card-action {
  position: absolute;
  right: 7px;
  top: 12px;
  z-index: 100;
}
.profile-widget .card-img-top {
  max-height: 220px;
}
.profile-widget .profile-info {
  margin-top: -2.7rem;
}
.calendar-widget .flatpickr-calendar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f6f6f7 !important;
}
/* 13. Custom Checkbox */
.checkbox label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: normal;
  margin-bottom: 0;
}
.checkbox label::before {
  background-color: #e2e7f1;
  border-radius: 3px;
  border: 2px solid #e2e7f1;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -18px;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 18px;
  outline: none !important;
  top: 2px;
}
.checkbox label::after {
  color: #4B4B5A;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  left: 0;
  margin-left: -18px;
  padding-left: 3px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  width: 18px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  display: table;
  width: 4px;
  height: 8px;
  border: 2px solid #4B4B5A;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #f8f9fa;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute;
}
.checkbox.checkbox-single label {
  height: 18px;
  width: 18px;
}
.checkbox.checkbox-single label:before {
  margin-left: 0;
}
.checkbox.checkbox-single label:after {
  margin-left: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #921b64;
  border-color: #921b64;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}
.checkbox-secondary input[type="checkbox"]:checked + label::before {
  background-color: #1e2139;
  border-color: #1e2139;
}
.checkbox-secondary input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #43d39e;
  border-color: #43d39e;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #25c2e3;
  border-color: #25c2e3;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffbe0b;
  border-color: #ffbe0b;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ff5c75;
  border-color: #ff5c75;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}
.checkbox-light input[type="checkbox"]:checked + label::before {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.checkbox-light input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}
.checkbox-dark input[type="checkbox"]:checked + label::before {
  background-color: #343a40;
  border-color: #343a40;
}
.checkbox-dark input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}
/* 14. Custom Radio */
.form-check.radio {
  margin-bottom: 5px;
}
.radio label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: normal;
  margin-bottom: 0;
}
/*
.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #6c757d;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 18px;
    outline: none !important;
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #4B4B5A;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 6px;
    margin-left: -20px;
    position: absolute;
    top: 4px;
    transform: scale(0, 0);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 10px;
}
*/
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 1;
  display: initial;
  z-index: 1;
  border-color: #911963;
  margin-top: 3px;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #921b64;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #921b64;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #921b64;
}
.radio-secondary input[type="radio"] + label::after {
  background-color: #1e2139;
}
.radio-secondary input[type="radio"]:checked + label::before {
  border-color: #1e2139;
}
.radio-secondary input[type="radio"]:checked + label::after {
  background-color: #1e2139;
}
.radio-success input[type="radio"] + label::after {
  background-color: #43d39e;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #43d39e;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #43d39e;
}
.radio-info input[type="radio"] + label::after {
  background-color: #25c2e3;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #25c2e3;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #25c2e3;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #ffbe0b;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffbe0b;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffbe0b;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #ff5c75;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ff5c75;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ff5c75;
}
.radio-light input[type="radio"] + label::after {
  background-color: #f8f9fa;
}
.radio-light input[type="radio"]:checked + label::before {
  border-color: #f8f9fa;
}
.radio-light input[type="radio"]:checked + label::after {
  background-color: #f8f9fa;
}
.radio-dark input[type="radio"] + label::after {
  background-color: #343a40;
}
.radio-dark input[type="radio"]:checked + label::before {
  border-color: #343a40;
}
.radio-dark input[type="radio"]:checked + label::after {
  background-color: #343a40;
}
/* 15. Print */
@media print {
  .left-side-menu,
  .right-bar,
  .page-title-box,
  .navbar-custom,
  .footer {
    display: none;
  }
  .card-body,
  .content-page,
  .right-bar,
  .content,
  body {
    padding: 0;
    margin: 0;
  }
}
/* 16. Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f4f7;
  z-index: 9999;
}
#status {
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
.spinner > div {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #921b64;
  border-radius: 50%;
  -webkit-animation: circle-loader 1s infinite ease-in-out both;
  animation: circle-loader 1s infinite ease-in-out both;
  margin: 0px 7px;
}
.spinner .circle1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .circle2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes circle-loader {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circle-loader {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* 17. Plugins */
.slimScrollDiv {
  height: auto !important;
}
.apex-charts {
  min-height: 10px !important;
}
.apex-charts text {
  font-family: "Nunito Sans", sans-serif !important;
  fill: #4B4B5A;
}
.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}
.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
  font-family: "Nunito Sans", sans-serif !important;
}
.apexcharts-legend-series {
  font-weight: 400;
}
.apexcharts-gridline {
  pointer-events: none;
  stroke: #f8f9fa;
}
.apexcharts-legend-text {
  color: #6c757d !important;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 13px !important;
}
.apexcharts-pie-label {
  fill: #fff !important;
}
.apexcharts-yaxis text,
.apexcharts-xaxis text {
  font-family: "Nunito Sans", sans-serif !important;
  fill: #adb5bd;
}
.apexcharts-point-annotations text,
.apexcharts-xaxis-annotations text,
.apexcharts-yaxis-annotations text {
  fill: #fff;
}
.apexcharts-radar-series polygon {
  fill: transparent;
  stroke: #e2e7f1;
}
.apexcharts-radar-series line {
  stroke: #e2e7f1;
}
.apexcharts-pie-label,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
  fill: #fff !important;
}
.calendar {
  float: left;
  margin-bottom: 0;
}
.fc-view {
  margin-top: 30px;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-toolbar {
  margin: 10px 0 5px 0;
}
.fc-toolbar h2 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.fc-day-grid-event .fc-time {
  font-weight: 500;
}
th.fc-day-header {
  padding: 0.5rem 0;
}
.fc-day {
  background: transparent;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc th.fc-widget-header {
  background: #e2e7f1;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 500;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #e2e7f1;
}
.fc-unthemed td.fc-today,
.fc-unthemed .fc-divider {
  background: #e2e7f1;
}
.fc-button {
  background: #e2e7f1;
  border: none;
  color: #4B4B5A;
  text-transform: capitalize;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 3px;
  padding: 6px 12px;
  height: auto;
}
.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem;
}
.fc-state-hover {
  background: #e2e7f1;
}
.fc-state-highlight {
  background: #e2e7f1;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #921b64;
  color: #fff;
  text-shadow: none;
}
.fc-cell-overlay {
  background: #e2e7f1;
}
.fc-unthemed .fc-today {
  background: #fff;
}
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}
.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 8px 10px;
  color: #fff;
  border-radius: 4px;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
}
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
}
.fc-basic-view .fc-content {
  color: #fff;
}
.fc-time-grid-event .fc-content {
  color: #fff;
}
@media (max-width: 767.98px) {
  .fc-toolbar {
    display: block;
  }
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-center {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0;
  }
  .fc .fc-toolbar > * > * {
    float: none;
  }
  .fc-today-button {
    display: none;
  }
}
.fc-toolbar .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  border: 1px solid #e2e7f1;
  height: calc(1.5em + 1rem + 2px);
  background-color: #fff;
  outline: none;
  border-radius: 0.3rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
  color: #4B4B5A;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #adb5bd transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #adb5bd transparent !important;
  border-width: 0 6px 6px 6px !important;
}
.select2-results__option {
  padding: 6px 12px;
}
.select2-dropdown {
  border: 0 solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border: 1px solid #e2e7f1;
  background-color: #fff;
  color: #4B4B5A;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #921b64;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: white;
  color: #16181b;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #921b64;
  color: #fff;
}
.select2-container .select2-selection--multiple {
  min-height: calc(1.5em + 1rem + 2px);
  border: 1px solid #e2e7f1 !important;
  background-color: #fff;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 10px;
}
.select2-container .select2-selection--multiple .select2-search__field {
  border: 0;
  color: #4B4B5A;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #921b64;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 0 7px;
  margin-top: 6px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.ms-container {
  background: transparent url("/xstorage/1/template/customerArea/assets/images/plugin/multiple-arrow.png") no-repeat 50% 50%;
  width: auto;
  max-width: 370px;
}
.ms-container .ms-list {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e2e7f1;
}
.ms-container .ms-list.ms-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #921b64;
}
.ms-container .ms-selectable {
  background-color: #fff;
}
.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
  color: #6c757d;
}
.ms-container .ms-selectable li.ms-hover {
  background-color: #921b64;
  color: #fff;
}
.ms-container .ms-selection {
  background-color: #fff;
}
.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
  color: #6c757d;
}
.ms-container .ms-selection li.ms-hover {
  background-color: #921b64;
  color: #fff;
}
.ms-selectable {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.ms-optgroup-label {
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif;
  color: #343a40 !important;
  font-size: 13px;
}
.flatpickr-calendar {
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #e2e7f1;
}
.flatpickr-calendar .flatpickr-time {
  border: none !important;
}
.flatpickr-calendar .flatpickr-time input,
.flatpickr-calendar .flatpickr-time .flatpickr-am-pm {
  color: #6c757d;
}
.flatpickr-calendar .flatpickr-time input:focus,
.flatpickr-calendar .flatpickr-time input:hover,
.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover {
  background: #e2e7f1;
}
.flatpickr-day {
  color: #6c757d;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #921b64;
  border-color: #921b64;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #921b64;
  box-shadow: -10px 0 0 #921b64;
}
.flatpickr-day.today {
  border-color: #e2e7f1;
}
.flatpickr-day.inRange {
  background: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: -10px 0 0 whitesmoke;
  box-shadow: -10px 0 0 whitesmoke;
}
.flatpickr-day.inRange.nextMonthDay {
  background: whitesmoke;
  border-color: whitesmoke;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(108, 117, 125, 0.4);
}
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.today:hover,
.flatpickr-day.today:focus,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: #e2e7f1;
  border-color: #e2e7f1;
  color: #6c757d;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f8f9fa;
}
.flatpickr-months .flatpickr-month {
  height: 48px;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  fill: #6c757d;
}
.flatpickr-current-month {
  color: #6c757d;
  font-size: 1rem;
  padding: 8px 0 0 0;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  color: #4B4B5A;
}
.flatpickr-weekdays {
  background: #921b64;
}
.flatpickr-weekday {
  color: rgba(255, 255, 255, 0.6) !important;
}
.bootstrap-touchspin .btn .input-group-text {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
}
.parsley-errors-list {
  margin: 0;
  padding: 0;
}
.parsley-errors-list > li {
  list-style: none;
  color: #ff5c75;
  margin-top: 10px;
  padding: 4px 7px 4px 28px;
  position: relative;
  display: inline-block;
  background-color: rgba(255, 92, 117, 0.2);
  border-radius: 7px;
}
.parsley-errors-list > li:before {
  content: "\ebee";
  font-family: "unicons";
  position: absolute;
  left: 8px;
  top: 4px;
}
.parsley-errors-list > li:after {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: rgba(255, 92, 117, 0.2);
  position: absolute;
  left: 14px;
  top: -16px;
}
.parsley-error {
  border-color: #ff5c75;
}
.parsley-success {
  border-color: #43d39e;
}
.sw-main {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dbe1ee;
}
.sw-main .sw-toolbar {
  background: transparent;
  padding: 10px;
}
.sw-main .step-content {
  background-color: transparent !important;
}
.sw-theme-default .step-content {
  background-color: transparent;
}
.sw-theme-default > ul.step-anchor > li > a {
  color: #6c757d;
}
.sw-theme-default > ul.step-anchor > li > a:hover {
  color: #6c757d;
}
.sw-theme-default > ul.step-anchor > li > a:after {
  background: #921b64;
}
.sw-theme-default > ul.step-anchor > li.active > a {
  color: #921b64 !important;
}
.sw-theme-default > ul.step-anchor > li.done > a {
  color: #6c757d !important;
}
.sw-theme-default > ul.step-anchor > li.done > a:after {
  background: #43d39e;
}
.sw-theme-arrows > ul.step-anchor {
  background: #e2e7f1;
  border-bottom-color: #e2e7f1;
}
.sw-theme-arrows > ul.step-anchor > li > a,
.sw-theme-arrows > ul.step-anchor > li > a:hover {
  background: #e2e7f1;
  color: #6c757d;
}
.sw-theme-arrows > ul.step-anchor > li > a::after {
  border-left-color: #e2e7f1 !important;
}
.sw-theme-arrows > ul.step-anchor > li > a::before {
  border-left-color: #ced4da !important;
}
.sw-theme-arrows > ul.step-anchor > li.active > a {
  background: #921b64 !important;
  border-color: #921b64 !important;
}
.sw-theme-arrows > ul.step-anchor > li.active > a:after {
  border-left-color: #921b64 !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a {
  background: #c9d0fd !important;
  border-color: #c9d0fd !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a:after {
  border-left-color: #c9d0fd !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a::before {
  border-left-color: #921b64 !important;
}
.sw-theme-circles > ul.step-anchor {
  margin-top: 30px;
  background-color: transparent;
}
.sw-theme-circles > ul.step-anchor:before {
  background-color: #e2e7f1;
}
.sw-theme-circles > ul.step-anchor > li > a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  padding: 12px 0;
  background-color: #e2e7f1;
  border-color: #f6f6f7 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.sw-theme-circles > ul.step-anchor > li > a:hover {
  background-color: #e2e7f1;
}
.sw-theme-circles > ul.step-anchor > li > a small {
  bottom: -20px;
  width: 100%;
}
.sw-theme-circles > ul.step-anchor > li > a,
.sw-theme-circles > ul.step-anchor > li > a:hover {
  color: #6c757d;
}
.sw-theme-circles > ul.step-anchor > li > a small,
.sw-theme-circles > ul.step-anchor > li > a:hover small {
  color: #6c757d;
}
.sw-theme-circles > ul.step-anchor > li.active > a {
  background: #921b64 !important;
  border-color: #921b64 !important;
  color: #fff !important;
}
.sw-theme-circles > ul.step-anchor > li.active > a > small {
  color: #921b64;
}
.sw-theme-circles > ul.step-anchor > li.done > a {
  background: #43d39e !important;
  border-color: #43d39e !important;
  color: #fff !important;
}
.sw-theme-circles > ul.step-anchor > li.done > a > small {
  color: #43d39e;
}
.sw-theme-dots > ul.step-anchor {
  background-color: transparent;
}
.sw-theme-dots > ul.step-anchor:before {
  background-color: #e2e7f1;
}
.sw-theme-dots > ul.step-anchor > li > a:before {
  bottom: -6px;
  background: #e2e7f1;
}
.sw-theme-dots > ul.step-anchor > li > a:after {
  left: 45%;
  bottom: -8px;
  background: #ced4da;
}
.sw-theme-dots > ul.step-anchor > li > a,
.sw-theme-dots > ul.step-anchor > li > a:hover,
.sw-theme-dots > ul.step-anchor > li > a:focus {
  color: #6c757d;
}
.sw-theme-dots > ul.step-anchor > li.active > a {
  color: #921b64;
}
.sw-theme-dots > ul.step-anchor > li.active > a:after {
  background: #921b64;
}
.sw-theme-dots > ul.step-anchor > li.done > a {
  color: #43d39e;
}
.sw-theme-dots > ul.step-anchor > li.done > a:after {
  background: #43d39e;
}
@media (max-width: 768px) {
  .sw-main > ul.step-anchor > li {
    display: block;
    width: 100%;
  }
  .sw-theme-circles > ul.step-anchor > li > a > small {
    bottom: 14px;
    left: 76px;
  }
  .sw-theme-dots > ul.step-anchor > li > a:after {
    top: -36px;
    left: -31px !important;
  }
}
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("/xstorage/1/template/customerArea/assets/fonts/summernote.eot");
  src: url("/xstorage/1/template/customerArea/assets/fonts/summernote.eot?#iefix") format("embedded-opentype"), url("/xstorage/1/template/customerArea/assets/fonts/summernote.woff?") format("woff"), url("/xstorage/1/template/customerArea/assets/fonts/summernote.ttf?") format("truetype");
}
.note-editor.note-frame {
  border: 2px solid white;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.note-editor.note-frame .note-statusbar {
  background-color: #fbfbfc;
  border-top: 1px solid white;
}
.note-editor.note-frame .note-editing-area .note-editable {
  border: none;
  color: #6c757d;
  background-color: transparent;
}
.note-status-output {
  display: none;
}
.note-editable {
  border-radius: 0.3rem;
  padding: 0.5rem 0.75rem;
}
.note-editable p:last-of-type {
  margin-bottom: 0;
}
.note-popover .popover-content .note-color .dropdown-menu,
.card-header.note-toolbar .note-color .dropdown-menu {
  min-width: 344px;
}
.note-popover {
  border-color: #e2e7f1;
}
.note-popover .popover-content,
.card-header.note-toolbar {
  background-color: #e2e7f1;
}
.note-toolbar {
  z-index: 1;
  background-color: transparent !important;
  border-bottom: 2px solid white;
}
.dropzone {
  border: 2px dashed rgba(52, 58, 64, 0.2);
  background: white;
  border-radius: 6px;
}
.dataTables_wrapper.container-fluid {
  padding: 0;
}
table.dataTable {
  border-collapse: collapse !important;
  margin-bottom: 15px !important;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #921b64;
}
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
  border-color: #921b64;
}
table.dataTable tbody td:focus {
  outline: none !important;
}
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  outline: 2px solid #921b64 !important;
  outline-offset: -1px;
  color: #921b64;
  background-color: rgba(83, 105, 248, 0.15);
}
.dataTables_info {
  font-weight: 500;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  background-color: #43d39e;
  top: 0.75rem;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #ff5c75;
  top: 0.75rem;
}
div.dt-button-info {
  background-color: #921b64;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
@media (max-width: 767.98px) {
  li.paginate_button.previous,
  li.paginate_button.next {
    display: inline-block;
    font-size: 1.5rem;
  }
  li.paginate_button {
    display: none;
  }
  .dataTables_paginate ul {
    text-align: center;
    display: block;
    margin: 1rem 0 0 !important;
  }
  div.dt-buttons {
    display: inline-table;
    margin-bottom: 1rem;
  }
}
.activate-select .sorting_1 {
  background-color: #f8f9fa;
}
#pagination-list .pagination li a {
  padding: 0.5rem 0.75rem;
  border-radius: 50%;
  display: block;
  line-height: 1.25;
  margin: 0 3px;
}
#pagination-list .pagination li.active a {
  background-color: #921b64;
  color: #fff;
}
#transaction-list .sort {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
}
#noresult-list .error-message {
  display: none;
}
.tasklist {
  min-height: 40px;
  margin-bottom: 0;
}
.tasklist > li {
  background-color: #fff;
  -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  padding: 20px;
  margin-bottom: 24px;
  border-radius: 7px;
}
.tasklist > li:last-of-type {
  margin-bottom: 0;
}
.tasklist > li:last-of-type .btn-sm {
  padding: 2px 8px;
  font-size: 12px;
}
.task-placeholder {
  border: 1px dashed #e2e7f1 !important;
  background-color: #fff !important;
  padding: 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/*!
* metismenujs - v1.1.0
* A menu plugin
* //github.com/onokumus/metismenujs#readme
*
* Made by Osman Nuri Okumus <onokumus@gmail.com> (//github.com/onokumus)
* Under MIT License
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}
*[dir="rtl"] .metismenu .arrow {
  float: left;
}
/*
 * Require Bootstrap 3.x
 * //github.com/twbs/bootstrap
*/
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}
.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114";
}
/*
 * Require Font-Awesome
 * //fortawesome.github.io/Font-Awesome/
*/
.metismenu .fa.arrow:before {
  content: "\f104";
}
.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107";
}
/*
 * Require Ionicons
 * //ionicons.com/
*/
.metismenu .ion.arrow:before {
  content: "\f3d2";
}
.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0";
}
.metismenu .plus-times {
  float: right;
}
*[dir="rtl"] .metismenu .plus-times {
  float: left;
}
.metismenu .fa.plus-times:before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.metismenu .plus-minus {
  float: right;
}
*[dir="rtl"] .metismenu .plus-minus {
  float: left;
}
.metismenu .fa.plus-minus:before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068";
}
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}
.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}
.metismenu .has-arrow {
  position: relative;
}
.metismenu .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
}
.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%);
}
*[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(225deg) translate(0, -50%);
  transform: rotate(225deg) translate(0, -50%);
}
.metismenu {
  padding: 0;
}
.metismenu li {
  list-style: none;
}
.metismenu li a[aria-expanded="true"] {
  color: #921b64 !important;
}
.metismenu ul {
  padding: 0;
}
.metismenu ul li {
  width: 100%;
}
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}
.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}
/* 18. Components Demo */
.button-list {
  margin-left: -8px;
  margin-bottom: -12px;
}
.button-list .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}
.icons-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #6c757d;
}
.icons-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}
.icons-list-demo i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.icons-list-demo .col-lg-4 {
  border-radius: 3px;
  background-clip: padding-box;
  margin-top: 10px;
}
.icons-list-demo .col-lg-4:hover i {
  background-color: #921b64;
  color: #fff;
  text-shadow: 5px 5px rgba(255, 255, 255, 0.2);
}
.icons-list .icon-item {
  padding: 15px 0;
  color: #6c757d;
}
.icons-list .icon-item svg {
  margin-right: 10px;
}
.icons-list .icon-item span {
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
/* 19. Tasks */
.board {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
}
.tasks {
  display: inline-block;
  width: 22rem;
  padding: 0 1rem 1rem 1rem;
  vertical-align: top;
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 0.2rem;
}
.tasks.tasks:not(:last-child) {
  margin-right: 1.25rem;
}
.tasks .card {
  white-space: normal;
  margin-top: 1rem;
}
.tasks .task-header {
  background-color: #fff;
  padding: 1rem;
  margin: 0 -1rem;
  border-radius: 0.2rem;
}
.task-list-items {
  min-height: 100px;
  position: relative;
}
.task-list-items .card {
  cursor: pointer;
}
.task-list-items:before {
  content: "No Tasks";
  position: absolute;
  line-height: 110px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.task-modal-content .form-control-light {
  background-color: #fdfdfd !important;
  border-color: #fdfdfd !important;
}
.gantt-task-details {
  min-width: 220px;
}
.task-search .search-input {
  padding-left: 32px;
  z-index: 10;
}
.task-search .icon-search {
  z-index: 11;
  position: absolute;
  left: 10px;
  top: 10px;
}
/* 20. Email */
.email-container {
  margin-bottom: 24px;
  background-color: #fff;
}
.email-container .inbox-leftbar {
  padding: 1.25rem;
  width: 250px;
  float: left;
  padding-bottom: 184px;
  margin-bottom: -184px;
}
.email-container .inbox-rightbar {
  margin-left: 250px;
  border-left: 5px solid #f3f4f7;
  padding: 0 0 1.5rem 25px;
}
.message-list {
  display: block;
  padding-left: 0;
}
.message-list li {
  position: relative;
  display: block;
  height: 48px;
  line-height: 48px;
  cursor: default;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #fff;
  margin-bottom: 1px;
  -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
}
.message-list li a {
  color: #4B4B5A;
}
.message-list li:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
}
.message-list li .col-mail {
  float: left;
  position: relative;
}
.message-list li .col-mail-1 {
  width: 320px;
}
.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
  display: block;
  float: left;
}
.message-list li .col-mail-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}
.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 15px 10px 0 20px;
}
.message-list li .col-mail-1 .star-toggle {
  color: #adb5bd;
  margin-left: 10px;
}
.message-list li .col-mail-1 .title {
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 50px;
}
.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
}
.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
  position: absolute;
  top: 0;
}
.message-list li .col-mail-2 .subject {
  left: 0;
  right: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.message-list li .col-mail-2 .date {
  right: 0;
  width: 100px;
  padding-left: 10px;
}
.message-list li.active,
.message-list li.mail-selected {
  background: #f8f9fa;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
}
.message-list li.active,
.message-list li.active:hover {
  -webkit-box-shadow: inset 3px 0 0 #25c2e3;
  box-shadow: inset 3px 0 0 #25c2e3;
}
.message-list li.unread a {
  color: #292d32;
}
.message-list .checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 2px #ced4da;
  box-shadow: inset 0 0 0 2px #ced4da;
  border-radius: 3px;
}
.message-list .checkbox-wrapper-mail input {
  opacity: 0;
  cursor: pointer;
}
.message-list .checkbox-wrapper-mail input:checked ~ label {
  opacity: 1;
}
.message-list .checkbox-wrapper-mail label {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  cursor: pointer;
  background: #6c757d;
  opacity: 0;
  margin-bottom: 0 !important;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
}
.message-list .checkbox-wrapper-mail label:active {
  background: #87949b;
}
.mail-list a {
  color: #4B4B5A;
  padding: 7px 10px;
  display: block;
}
.reply-box {
  border: 2px solid #f8f9fa;
}
@media (max-width: 648px) {
  .email-container .inbox-leftbar {
    width: 100%;
    float: none;
    margin-bottom: 21px;
    padding-bottom: 1.25rem;
  }
  .email-container .inbox-rightbar {
    margin-left: 0;
    border: 0;
    padding-left: 0;
  }
}
@media (max-width: 520px) {
  .inbox-rightbar > .btn-group {
    margin-bottom: 10px;
  }
  .message-list li .col-mail-1 {
    width: 150px;
  }
  .message-list li .col-mail-1 .title {
    left: 80px;
  }
  .message-list li .col-mail-2 {
    left: 160px;
  }
  .message-list li .col-mail-2 .date {
    text-align: right;
    padding-right: 10px;
    padding-left: 20px;
  }
}
.chatbox {
  position: fixed;
  right: 35px;
  bottom: 10px;
  width: 300px;
  background-color: #fff;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 99;
}
.chatbox .chat-input .form-control {
  padding-right: 60px;
}
.chatbox .chat-link {
  position: absolute;
  right: 4px;
  top: 10px;
}
/* 21. Timeline */
/************** Horizontal timeline **************/
.left-timeline .events {
  border-left: 3px solid #e2e7f1;
  padding-left: 35px;
}
.left-timeline .events .event-list {
  position: relative;
}
.left-timeline .events .event-list::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 6px;
  height: 18px;
  width: 18px;
  background-color: #921b64;
  border-radius: 50%;
  border: 5px solid #fff;
  z-index: 9;
}
.left-timeline .events .event-list::after {
  content: "";
  position: absolute;
  left: -38px;
  top: 14px;
  height: 3px;
  width: 30px;
  background-color: #e2e7f1;
}
.left-timeline .album img {
  height: 36px;
  width: auto;
  border-radius: 4px;
}
.timeline {
  margin-bottom: 50px;
  position: relative;
}
.timeline:before {
  background-color: #e2e7f1;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 2px;
  z-index: 0;
}
.timeline .time-show {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.timeline .timeline-box {
  display: block;
  position: relative;
  padding: 20px;
}
.timeline .timeline-album {
  margin-top: 12px;
}
.timeline .timeline-album a {
  display: inline-block;
  margin-right: 5px;
}
.timeline .timeline-album img {
  height: 36px;
  width: auto;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .timeline .time-show {
    right: 69px;
    text-align: right;
  }
  .timeline .timeline-box {
    margin-left: 15px;
  }
  .timeline .timeline-icon {
    background: #921b64;
    border-radius: 50%;
    display: block;
    height: 20px;
    left: -24px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 20px;
    border: 5px solid #fff;
    z-index: 9;
  }
  .timeline .timeline-icon:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 19px;
    background-color: #e2e7f1;
    left: 15px;
    top: 3px;
  }
  .timeline .timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  .timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .timeline-item:before {
    content: "";
    display: block;
    width: 50%;
  }
  .timeline-item.timeline-item-left:after {
    content: "";
    display: block;
    width: 50%;
  }
  .timeline-item.timeline-item-left .timeline-desk .album {
    float: right;
    margin-top: 20px;
  }
  .timeline-item.timeline-item-left .timeline-desk .album a {
    float: right;
    margin-left: 5px;
  }
  .timeline-item.timeline-item-left .timeline-icon {
    left: auto;
    right: -26px;
  }
  .timeline-item.timeline-item-left .timeline-icon:before {
    left: auto;
    right: 15px;
  }
  .timeline-item.timeline-item-left:before {
    display: none;
  }
  .timeline-item.timeline-item-left .timeline-box {
    margin-right: 15px;
    margin-left: 0;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .timeline .time-show {
    text-align: center;
    position: relative;
  }
  .timeline .event-date {
    float: left !important;
    margin-right: 1.5rem;
    margin-left: 0 !important;
  }
  .timeline .timeline-icon {
    display: none;
  }
}
/* 22. Extra Pages */
.card-pricing .card-pricing-features li {
  padding: 10px;
}
.card-pricing .card-pricing-features li:before {
  color: #921b64;
}
/* 23. Authentication */
body.authentication-bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
}
.authentication-form .form-group .input-group-text {
  background-color: transparent;
}
.authentication-form .form-group .input-group-text svg {
  height: 22px;
  width: 22px;
}
.icon-fb {
  color: #3c5a98;
}
.icon-google {
  color: #e94134;
}
.auth-page-sidebar {
  padding: 0;
  background-image: url("/xstorage/1/template/customerArea/assets/images/auth-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.auth-page-sidebar .overlay {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.auth-page-sidebar .auth-user-testimonial {
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 0 auto;
  padding: 0 1.75rem;
  bottom: 3rem;
  left: 0;
  right: 0;
}
/*/xassets/uncompressed/source_map/19.css.css.map */
/*------------
-- FONTS
------------*/
.font-noto-light,
.font-noto-light-italic,
.font-noto-italic,
.font-noto,
.font-noto-bold,
.font-noto-bold-italic {
  font-family: 'Noto Sans', Arial;
}
.font-noto-ultra-light {
  font-weight: 100;
  font-style: normal;
}
.font-noto-ultra-light-italic {
  font-weight: 100;
  font-style: italic;
}
.font-noto-light {
  font-weight: 300;
  font-style: normal;
}
.font-noto-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-noto-italic {
  font-weight: 400;
  font-style: italic;
}
.font-noto {
  font-weight: 400;
  font-style: normal;
}
.font-noto-bold {
  font-weight: 700;
  font-style: normal;
}
.font-noto-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.font-noto-heavy {
  font-weight: 900;
  font-style: normal;
}
.font-noto-bold-heavy {
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url('/xstorage/1/template/fonts/icomoon/IcoMoon-Free.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*---- EXAMPLE -----*/
/*------------
-- COLORS
------------*/
.primaryBGColor {
  background: #911963;
}
.secondaryBGColor {
  background: #dac9d0;
}
/*---- MEDIA QUERIES ----*/
.primary-color {
  color: #911963;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.v-center {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.v-top {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.v-bottom {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .v-sm-bottom {
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .v-sm-center {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
/*---- DROP BOX SHADOW MIXIN ----*/
/*---- RESET UL ----*/
.ul-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-reset li {
  padding: 0;
}
/*---- CHANGE CHROME FOCUS COLOR ----*/
:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
/*---- APPEARANCE NONE ----*/
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*---- WEBKIT AND MAC OS ALWAYS SHOW SCROLLBAR (DEFINE IN DESIRED CLASS) ----*/
/*-- on dark background --*/
.show-scrollbar-dark::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.show-scrollbar-dark::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
/*-- on light background --*/
.show-scrollbar-light::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.show-scrollbar-light::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
/*---- REMOVING BOXSHADOW ON INPUT FIELDS ----*/
/*---- REMOVING SPIN ARROWS ON INPUT FIELDS ----*/
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
  -webkit-appearance: none;
}
/*---- PLACEHOLDER MIXIN ----*/
/*---- CHROME AUTOCOMPLETE YELLOW INPUT REMOVAL ----*/
/*---- SCROLLING BEHAVIOUR ----*/
.overflow-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.disable-scroll {
  -webkit-overflow-scrolling: auto;
}
/*---- COLUMNS ----*/
/*---- FLEXBOX ----*/
.justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}
/*-- Flexbox Break --*/
.flex-break {
  width: 100%;
  height: 0;
  overflow: hidden;
  color: transparent;
}
.no-outline {
  outline: 0 !important;
}
.ajax-loader-wrapper {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ajax-loader-wrapper.with-parent {
  position: absolute;
  padding-left: 50%;
}
.ajax-loader-wrapper.with-parent .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ajax-loader-wrapper.with-parent.small .ajax-loader,
.ajax-loader-wrapper.with-parent.supersmall .ajax-loader {
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  bottom: auto!important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.ajax-loader-wrapper.small .cssload-double-torus {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.ajax-loader-wrapper.supersmall .cssload-double-torus {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.ajax-loader-wrapper .ajax-loader {
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ajax-loader-wrapper .cssload-double-torus {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent #000 #000;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*---- CLEARFIX ----*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.align-image-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.align-image-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@-webkit-keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.btn,
.button-link {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  color: #911963;
  background: transparent;
  cursor: pointer;
  border: 2px solid #911963;
  border-radius: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 768px) {
  .btn,
  .button-link {
    font-size: 16px;
  }
}
.btn:hover,
.button-link:hover,
.btn.hover,
.button-link.hover {
  color: #FFF;
  background: #CCC;
}
.btn:hover.btn-primary,
.button-link:hover.btn-primary,
.btn.hover.btn-primary,
.button-link.hover.btn-primary {
  background-color: #e04aa6;
  border-color: #911963;
}
.btn:hover.btn-success,
.button-link:hover.btn-success,
.btn.hover.btn-success,
.button-link.hover.btn-success {
  background-color: #b18c9b;
  border-color: #911963;
}
.btn.btn-primary,
.button-link.btn-primary {
  background-color: #911963;
  color: #FFF;
  border-color: #911963;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.button-link.btn-primary:not(:disabled):not(.disabled):active {
  color: #FFF;
  background-color: #911963;
}
.btn.btn-primary:disabled,
.button-link.btn-primary:disabled {
  color: #FFF;
  background-color: #911963;
  border-color: #911963;
}
.btn.btn-success,
.button-link.btn-success {
  background-color: #dac9d0;
}
body {
  background-color: #F9F3F7;
  padding-top: 72px;
}
@media (min-width: 768px) {
  body {
    padding-left: 250px;
  }
}
.btn {
  border-radius: 0.3rem;
}
.bg-primaray-color {
  background: transparent radial-gradient(closest-side at 50% 50%, #911963 0%, #621444 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 25px #00000060;
  border: 1px solid #707070;
  height: 100%;
}
.bg-primaray-color .text-muted {
  color: #ffffff !important;
}
.bg-primaray-color .text-muted-bgw {
  color: #911963 !important;
}
.bg-primaray-color .text-muted-bgw.text-unline-dashed {
  border-bottom: #911963 1px dashed !important;
}
.bg-primaray-color .text-primary {
  color: #ffffff !important;
}
.bg-primaray-color .text-primary:hover,
.bg-primaray-color .text-primary:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.bg-primaray-color .btn-primary {
  background-color: #911963;
  border-color: #911963;
}
.bg-primaray-color .btn-primary:hover {
  background-color: #e04aa6;
  border-color: #911963;
}
.bg-primaray-color .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #911963;
  background-color: #911963;
}
.bg-primaray-color.bg-success {
  background-color: #911963 !important;
}
.login .card {
  border-radius: 15px;
}
.close-2021 {
  position: absolute;
  left: 30px;
  top: 15px;
  color: #911963;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  font-size: 20px;
  line-height: 1;
}
.close-2021:after {
  position: absolute;
  left: 15px;
  content: " zurück";
  line-height: 1;
  top: -2px;
}
.close-2021:hover {
  opacity: 1;
  color: red;
}
.progress-level {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 3px);
  color: #fff;
  font-size: 11px;
}
@media (min-width: 768px) {
  .progress-level {
    left: 53%;
    transform: translate(-50%, 2px);
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .progress-level {
    left: 51%;
  }
}
@media (min-width: 1200px) {
  .progress-level {
    left: 51%;
  }
}
@media (min-width: 1400px) {
  .progress-level {
    left: 51%;
  }
}
.xpo-form-group .card {
  padding-top: 10px;
}
.xpo-form-group .card .card-body {
  position: relative;
  border: 1px #911963 solid;
  margin: 18px 0px;
  border-radius: 0.25rem;
}
.xpo-form-group .card .card-body .xpo-form-group-title {
  position: absolute;
  top: -14px;
  left: 11px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0px 8px 3px 8px;
}
form:not(.update2021) {
  /*
    @input-height : 35px;
    @font-size    : 16px; 
    
    .form-group { position:relative; }
    
    input, .sod_select, input.form-control, .form-control, textarea  {
        .input-reset();
        display:block;
        width:100%;
        height:@input-height;
        padding:0 15px;
        font-size:@font-size;
        border:1px solid black;
    }
    
    textarea, textarea.form-control {
        height: @input-height * 3;
        resize:none;
        padding:13px;
    }
    
    .xr_error_tooltip {
        position:absolute;
        background:red;
        color:white;
        top:1px; right:1px;
        height:@input-height - 2;
        width:@input-height;
        text-align:center;
        line-height:@input-height;
        
    }
    
    .sod_select {
        
        &:after {
            display:none;
        }
        
        .sod_label {
            display:block;
            font-size:@font-size;
            line-height:@input-height;
            text-transform:none;
            font-weight:normal;
        }
        
        .sod_list_wrapper {
            width:100%;
            margin:0;
            border-width:1px;
            border-color:black;
            box-sizing:content-box;
            margin:1px 0 0 -1px;
        }
        
        .sod_option {
            padding:8px 15px;
            text-transform:none;
            font-size:.9em;
            color:black;
            cursor:pointer;
        }
    }
    
    label { display:block; width:100%; }
    
    .hidden-label label { visibility:hidden; }
    */
}
form:not(.update2021) .default-form-error {
  border: 1px solid #911963;
}
form:not(.update2021) .xr_error {
  /*
        position:absolute;
        bottom: 0px;
        left: 27px;
        font-size:.8em;
        color:@primaryColor;
        */
  position: absolute;
  top: 72px;
  left: 12px;
  font-size: 0.8em;
  color: #911963;
  background-color: #ffffff;
  z-index: 1;
}
form:not(.update2021) .xr_error.required_GENERIC_MSG_MSG {
  position: relative;
  top: auto;
  left: 0px;
  font-size: 1em;
}
form:not(.update2021) .xpo-checkbox .xr_error {
  top: 22px;
}
form:not(.update2021) .xpo-person-count .xr_error {
  top: 45px;
}
form:not(.update2021) .xpo-description .xr_error {
  top: 182px;
}
form:not(.update2021) .radio-inline,
form:not(.update2021) .checkbox-inline,
form:not(.update2021) .checkbox-label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
form:not(.update2021) input[type="radio"],
form:not(.update2021) input[type="checkbox"] {
  display: none;
}
form:not(.update2021) input[type="radio"] ~ .fakebox,
form:not(.update2021) input[type="checkbox"] ~ .fakebox {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 0.3rem;
  background: none;
  top: 1px;
  left: 0px;
}
form:not(.update2021) input[type="radio"] ~ .fakebox:after,
form:not(.update2021) input[type="checkbox"] ~ .fakebox:after {
  content: "x";
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 20px;
  color: #911963;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form:not(.update2021) input[type="radio"] ~ .fakebox + span,
form:not(.update2021) input[type="checkbox"] ~ .fakebox + span,
form:not(.update2021) input[type="radio"] ~ .fakebox + .radio-inner,
form:not(.update2021) input[type="checkbox"] ~ .fakebox + .radio-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  padding-right: 30px;
  padding-left: 22px;
}
form:not(.update2021) input[type="radio"]:checked ~ .fakebox:after,
form:not(.update2021) input[type="checkbox"]:checked ~ .fakebox:after {
  opacity: 1;
}
form:not(.update2021) .xr_form_submit_container {
  margin-top: 10px;
}
form:not(.update2021) .xr_form_submit_container:after {
  content: "";
  display: table;
  clear: both;
}
form:not(.update2021).xr_form textarea.form-control {
  height: 150px;
}
form:not(.update2021) .xr_file_input_wrapper .form-group .xr_file_label {
  margin-left: 50px;
  margin-bottom: 0px;
  border: 1px solid #911963;
}
form:not(.update2021) .xr_file_input_wrapper .form-group .xr_file_progressbar {
  display: none !important;
}
form:not(.update2021) .xpo_file_upload_wrapper .xr_file_input_wrapper:last-child .form-group {
  margin-bottom: 0px;
}
form:not(.update2021) .group-label {
  font-weight: 600;
  padding-top: 10px;
}
form:not(.update2021) .group-no-background {
  margin-bottom: 5px;
  padding-top: 1rem;
}
form:not(.update2021) .group-background {
  background-color: #f7f7ff;
  margin-bottom: 5px;
  padding-top: 1rem;
}
form:not(.update2021) .xpo-profile-change-password-checkbox .form-group,
form:not(.update2021) .xpo-opening-times-alternative-wrapper .form-group {
  margin-bottom: 0px;
}
form:not(.update2021) .xpo-profile-change-password,
form:not(.update2021) .custom-opening-hours,
form:not(.update2021) .custom-contact-information {
  display: none;
}
form:not(.update2021) .opening-hours-wrapper {
  margin-top: 1rem;
}
form:not(.update2021) .opening-hours-wrapper .opening-day {
  padding-top: 9px;
}
form:not(.update2021) .opening-hours-wrapper .form-control {
  display: inline-block;
  width: 60%;
}
@media (min-width: 992px) {
  form:not(.update2021) .opening-hours-wrapper .form-control {
    width: 60%;
  }
}
form:not(.update2021) .xpo-profile-change-password-wrapper {
  margin-top: 1rem;
}
.text-logo {
  color: #911963;
}
.sw-theme-arrows > ul.step-anchor {
  background: #FFFFFF;
}
.sw-theme-arrows > ul.step-anchor > li.active > a {
  background: #911963 !important;
  border-color: #911963 !important;
}
.sw-theme-arrows > ul.step-anchor > li.active > a::after {
  border-left-color: #911963 !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a {
  background: #dac9d0 !important;
  border-color: #dac9d0 !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a::before {
  border-left-color: #dac9d0 !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a::after {
  border-left-color: #dac9d0 !important;
}
.premium-partner {
  position: relative;
}
.premium-partner .overlay {
  position: relative;
}
.premium-partner .overlay.active {
  display: block !important;
}
.premium-partner .overlay .box-wrapper {
  position: absolute;
  z-index: 9;
  top: 50px;
}
@media (min-width: 768px) {
  .premium-partner .overlay .box-wrapper {
    left: 50%;
    top: initial;
    transform: translate(-50%, 50px);
  }
}
.premium-partner .overlay .box-wrapper .card-body {
  border: 1px #911963 solid;
}
.premium-partner .blurry {
  height: 100%;
  width: 100%;
}
.premium-partner .smaller-blurry {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.progress {
  background-color: #dac9d0;
}
.xpo-delete-me {
  color: #911963;
}
/*/xassets/uncompressed/source_map/23.css.css.map */
/*------------ 
-- FONTS
------------*/
.font-noto,
.font-noto-ultra-light,
.font-noto-ultra-light-italic,
.font-noto-extra-light,
.font-noto-extra-light-italic,
.font-noto-light,
.font-noto-light-italic,
.font-noto-italic,
.font-noto-italic,
.font-noto-medium,
.font-noto-medium-italic,
.font-noto-semi-bold,
.font-noto-semi-bold-italic,
.font-noto-bold,
.font-noto-bold-italic,
.font-noto-extra-bold,
.font-noto-extra-bold-italic,
.font-noto-heavy,
.font-noto-heavy-italic {
  font-family: 'Hind Siliguri', sans-serif;
}
.font-noto-ultra-light {
  font-weight: 300;
  font-style: normal;
}
.font-noto-ultra-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-noto-extra-light {
  font-weight: 300;
  font-style: normal;
}
.font-noto-extra-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-noto-light {
  font-weight: 300;
  font-style: normal;
}
.font-noto-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-noto {
  font-weight: 400;
  font-style: normal;
}
.font-noto-italic {
  font-weight: 400;
  font-style: italic;
}
.font-noto-medium {
  font-weight: 500;
  font-style: normal;
}
.font-noto-medium-italic {
  font-weight: 500;
  font-style: italic;
}
.font-noto-semi-bold {
  font-weight: 600;
  font-style: normal;
}
.font-noto-semi-bold-italic {
  font-weight: 600;
  font-style: italic;
}
.font-noto-bold {
  font-weight: 700;
  font-style: normal;
}
.font-noto-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.font-noto-extra-bold {
  font-weight: 700;
  font-style: normal;
}
.font-noto-extra-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.font-noto-heavy {
  font-weight: 700;
  font-style: normal;
}
.font-noto-heavy-italic {
  font-weight: 700;
  font-style: italic;
}
.font-raleway,
.font-raleway-ultra-light,
.font-raleway-ultra-light-italic,
.font-raleway-extra-light,
.font-raleway-extra-light-italic,
.font-raleway-light,
.font-raleway-light-italic,
.font-raleway-italic,
.font-raleway-italic,
.font-raleway-medium,
.font-raleway-medium-italic,
.font-raleway-semi-bold,
.font-raleway-semi-bold-italic,
.font-raleway-bold,
.font-raleway-bold-italic,
.font-raleway-extra-bold,
.font-raleway-extra-bold-italic,
.font-raleway-heavy,
.font-raleway-heavy-italic {
  font-family: 'Hind Siliguri', sans-serif;
}
.font-raleway-ultra-light {
  font-weight: 300;
  font-style: normal;
}
.font-raleway-ultra-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-raleway-extra-light {
  font-weight: 300;
  font-style: normal;
}
.font-raleway-extra-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-raleway-light {
  font-weight: 300;
  font-style: normal;
}
.font-raleway-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-raleway {
  font-weight: 400;
  font-style: normal;
}
.font-raleway-italic {
  font-weight: 400;
  font-style: italic;
}
.font-raleway-medium {
  font-weight: 500;
  font-style: normal;
}
.font-raleway-medium-italic {
  font-weight: 500;
  font-style: italic;
}
.font-raleway-semi-bold {
  font-weight: 600;
  font-style: normal;
}
.font-raleway-semi-bold-italic {
  font-weight: 600;
  font-style: italic;
}
.font-raleway-bold {
  font-weight: 700;
  font-style: normal;
}
.font-raleway-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.font-raleway-extra-bold {
  font-weight: 700;
  font-style: normal;
}
.font-raleway-extra-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.font-raleway-heavy {
  font-weight: 700;
  font-style: normal;
}
.font-raleway-heavy-italic {
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url('//www.oida-app.com/xstorage/1/template/fonts/oida/icomoon.eot');
  src: url('//www.oida-app.com/xstorage/1/template/fonts/oida/icomoon.eot#iefix') format('embedded-opentype'), url('//www.oida-app.com/xstorage/1/template/fonts/oida/icomoon.ttf') format('truetype'), url('//www.oida-app.com/xstorage/1/template/fonts/oida/icomoon.woff') format('woff'), url('//www.oida-app.com/xstorage/1/template/fonts/oida/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'iconV2';
  src: url('/xstorage/1/template/fonts/icomoon v2/fonts/iconV2.eot?duil9v');
  src: url('/xstorage/1/template/fonts/icomoon v2/fonts/iconV2.eot?duil9v#iefix') format('embedded-opentype'), url('/xstorage/1/template/fonts/icomoon v2/fonts/iconV2.ttf?duil9v') format('truetype'), url('/xstorage/1/template/fonts/icomoon v2/fonts/iconV2.woff?duil9v') format('woff'), url('/xstorage/1/template/fonts/icomoon v2/fonts/iconV2.svg?duil9v#iconV2') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon3';
  src: url('/xstorage/1/template/fonts/icomoon3/IcoMoon-Free.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon2 {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon2-TEMP__SVG__:before {
  content: "\e900";
  color: #621444;
}
.icon2-TEMP__SVG__-1:before {
  content: "\e901";
  color: #621444;
}
.icon2-TEMP__SVG__-2:before {
  content: "\e902";
  color: #621444;
}
.icon2-Home-2:before {
  content: "\e903";
  color: #fff;
}
.icon2-Arrow:before {
  content: "\e904";
  color: #911963;
}
.icon2-arrow-down-r:before {
  content: "\e905";
  color: #621444;
}
.icon2-arrow-down-right-square-fill:before {
  content: "\e906";
  color: #621444;
}
.icon2-Asset-1:before {
  content: "\e907";
  color: #911863;
}
.icon2-facebook:before {
  content: "\e908";
  color: #fff;
}
.icon2-Gruppe--1 .path1:before {
  content: "\e909";
  color: #911863;
  opacity: 0.25;
}
.icon2-Gruppe--1 .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: #911863;
}
.icon2-Gruppe--1 .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: #911863;
}
.icon2-Gruppe--1 .path4:before {
  content: "\e90c";
  margin-left: -1em;
  color: #911863;
}
.icon2-Gruppe--1 .path5:before {
  content: "\e90d";
  margin-left: -1em;
  color: #911863;
}
.icon2-Gruppe--1 .path6:before {
  content: "\e90e";
  margin-left: -1em;
  color: #911863;
}
.icon2-Gruppe-3178:before {
  content: "\e90f";
  color: #fff;
}
.icon2-Gruppe-3578:before {
  content: "\e910";
  color: #6c757d;
}
.icon2-Gruppe-4185:before {
  content: "\e911";
  color: #fff;
}
.icon2-Gruppe-4279:before {
  content: "\e912";
}
.icon2-Gruppe-4318:before {
  content: "\e913";
  color: #621444;
}
.icon2-Gruppe-4319:before {
  content: "\e914";
  color: #621444;
}
.icon2-Gruppe-4327:before {
  content: "\e915";
  color: #4b4b5a;
}
.icon2-Gruppe-4328:before {
  content: "\e916";
  color: #e9e9eb;
}
.icon2-Gruppe-4330:before {
  content: "\e917";
}
.icon2-Gruppe-4333:before {
  content: "\e918";
  color: #621444;
}
.icon2-Gruppe-4334:before {
  content: "\e919";
  color: #fff;
}
.icon2-Gruppe-8555 .path1:before {
  content: "\e91a";
  color: #ffffff;
  opacity: 0.25;
}
.icon2-Gruppe-8555 .path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: #ffffff;
}
.icon2-Gruppe-8555 .path3:before {
  content: "\e91c";
  margin-left: -1em;
  color: #ffffff;
}
.icon2-Gruppe-8555 .path4:before {
  content: "\e91d";
  margin-left: -1em;
  color: #ffffff;
}
.icon2-Gruppe-8555 .path5:before {
  content: "\e91e";
  margin-left: -1em;
  color: #ffffff;
}
.icon2-Gruppe-8555 .path6:before {
  content: "\e91f";
  margin-left: -1em;
  color: #ffffff;
}
.icon2-home:before {
  content: "\e920";
  color: #621444;
}
.icon2-home-1:before {
  content: "\e921";
  color: #621444;
}
.icon2-house:before {
  content: "\e922";
  color: #621444;
}
.icon2-Icon-awesome-check:before {
  content: "\e923";
  color: #621444;
}
.icon2-Icon-awesome-home:before {
  content: "\e924";
  color: #621444;
}
.icon2-Icon-awesome-transgender-alt:before {
  content: "\e925";
  color: #621444;
}
.icon2-Icon-awesome-users-cog:before {
  content: "\e926";
  color: #621444;
}
.icon2-Icon-feather-arrow-up-right:before {
  content: "\e927";
}
.icon2-Icon-feather-book-open:before {
  content: "\e928";
}
.icon2-Icon-feather-clock:before {
  content: "\e929";
}
.icon2-Icon-feather-heart:before {
  content: "\e92a";
}
.icon2-Icon-feather-home:before {
  content: "\e92b";
}
.icon2-Icon-feather-loader:before {
  content: "\e92c";
}
.icon2-Icon-feather-star:before {
  content: "\e92d";
  color: #fff;
}
.icon2-Icon-feather-users:before {
  content: "\e92e";
}
.icon2-Icon-ionic-md-close-circle:before {
  content: "\e92f";
  color: #621444;
}
.icon2-Icon-ionic-md-man:before {
  content: "\e930";
  color: #621444;
}
.icon2-Icon-material-delete-forever:before {
  content: "\e931";
  color: #621444;
}
.icon2-Icon-material-event-available:before {
  content: "\e932";
  color: #4b4b5a;
}
.icon2-Icon-material-message:before {
  content: "\e933";
  color: #621444;
}
.icon2-Icon-metro-fire:before {
  content: "\e934";
  color: #621444;
}
.icon2-Icon-metro-mail-read:before {
  content: "\e935";
  color: #621444;
}
.icon2-Icon-open-magnifying-glass:before {
  content: "\e936";
  color: #621444;
}
.icon2-Icon-open-pencil:before {
  content: "\e937";
  color: #621444;
}
.icon2-map:before {
  content: "\e938";
  color: #621444;
}
.icon2-map-1:before {
  content: "\e939";
  color: #621444;
}
.icon2-map-marker-outline-badged:before {
  content: "\e93a";
  color: #621444;
}
.icon2-nature-people:before {
  content: "\e93b";
  color: #621444;
}
.icon2-people-circle-outline:before {
  content: "\e93c";
  color: #621444;
}
.icon2-Pfad-1:before {
  content: "\e93d";
  color: #621444;
}
.icon2-Pfad-2517:before {
  content: "\e93e";
  color: #fff;
}
.icon2-Polygon-4:before {
  content: "\e93f";
  color: #fff;
}
.icon2-Polygon-5:before {
  content: "\e940";
  color: #621444;
}
.icon2-world:before {
  content: "\e941";
  color: #621444;
}
.icon2-world-outline-badged:before {
  content: "\e942";
  color: #621444;
}
/*---- EXAMPLE -----*/
.z-index-0 {
  position: relative;
  z-index: 0;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.z-index-2 {
  position: relative;
  z-index: 2;
}
.z-index-3 {
  position: relative;
  z-index: 3;
}
/*------------
-- COLORS
------------*/
.primaryBGColor {
  background: #621444;
}
.secondaryBGColor {
  background: #911963;
}
.pinkLightBg {
  background: #F9F3F7 0% 0% no-repeat padding-box;
}
/*---- MEDIA QUERIES ----*/
.primary-color {
  color: #621444;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.v-center {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.v-top {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.v-bottom {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .v-sm-bottom {
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .v-sm-center {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
/*---- DROP BOX SHADOW MIXIN ----*/
/*---- RESET UL ----*/
.ul-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-reset li {
  padding: 0;
}
/*---- CHANGE CHROME FOCUS COLOR ----*/
:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
/*---- APPEARANCE NONE ----*/
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*---- WEBKIT AND MAC OS ALWAYS SHOW SCROLLBAR (DEFINE IN DESIRED CLASS) ----*/
/*-- on dark background --*/
.show-scrollbar-dark::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.show-scrollbar-dark::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
/*-- on light background --*/
.show-scrollbar-light::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.show-scrollbar-light::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
/*---- REMOVING BOXSHADOW ON INPUT FIELDS ----*/
/*---- REMOVING SPIN ARROWS ON INPUT FIELDS ----*/
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
  -webkit-appearance: none;
}
/*---- PLACEHOLDER MIXIN ----*/
/*---- CHROME AUTOCOMPLETE YELLOW INPUT REMOVAL ----*/
/*---- SCROLLING BEHAVIOUR ----*/
.overflow-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.disable-scroll {
  -webkit-overflow-scrolling: auto;
}
/*---- COLUMNS ----*/
/*---- FLEXBOX ----*/
.justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}
/*-- Flexbox Break --*/
.flex-break {
  width: 100%;
  height: 0;
  overflow: hidden;
  color: transparent;
}
.no-outline {
  outline: 0 !important;
}
.ajax-loader-wrapper {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ajax-loader-wrapper.with-parent {
  position: absolute;
  padding-left: 50%;
}
.ajax-loader-wrapper.with-parent .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ajax-loader-wrapper.with-parent.small .ajax-loader,
.ajax-loader-wrapper.with-parent.supersmall .ajax-loader {
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  bottom: auto!important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.ajax-loader-wrapper.small .cssload-double-torus {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.ajax-loader-wrapper.supersmall .cssload-double-torus {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.ajax-loader-wrapper .ajax-loader {
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ajax-loader-wrapper .cssload-double-torus {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent #000 #000;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*---- BOOTSTRAP XL BREAKPOINT ----*/
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 .col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9 .col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1400px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .hidden-xl {
    display: none!important;
  }
  .visible-xl {
    display: block!important;
  }
}
@media (min-width: 1400px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*
    .row {
        margin-right: -6px;
        margin-left: -6px;
    }
    */
}
@media (min-width: 992px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
/*---- CLEARFIX ----*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.align-image-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.align-image-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@-webkit-keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.btn,
.button-link {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  color: #621444;
  background: transparent;
  cursor: pointer;
  border: 2px solid #621444;
  border-radius: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 768px) {
  .btn,
  .button-link {
    font-size: 16px;
  }
}
.btn:hover,
.button-link:hover,
.btn.hover,
.button-link.hover {
  color: #FFF;
  background: #CCC;
}
.btn:hover.btn-primary,
.button-link:hover.btn-primary,
.btn.hover.btn-primary,
.button-link.hover.btn-primary {
  background-color: #cc2a8d;
  border-color: #621444;
}
.btn:hover.btn-success,
.button-link:hover.btn-success,
.btn.hover.btn-success,
.button-link.hover.btn-success {
  background-color: #777777;
  border-color: #621444;
}
.btn.btn-primary,
.button-link.btn-primary {
  background-color: #621444;
  color: #FFF;
  border-color: #621444;
  border-radius: 0;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.button-link.btn-primary:not(:disabled):not(.disabled):active {
  color: #FFF;
  background-color: #621444;
}
.btn.btn-primary:disabled,
.button-link.btn-primary:disabled {
  color: #FFF;
  background-color: #621444;
  border-color: #621444;
}
.btn.btn-success,
.button-link.btn-success {
  background-color: #aaa;
}
.background-clip {
  text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.xr_form.update2021 .form-group {
  padding-top: 10px;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .xr_form.update2021 .form-group {
    padding-top: 25px;
  }
}
.xr_form.update2021 .form-group label {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  color: #621444;
}
.xr_form.update2021 .form-group .label-text {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #621444;
}
.xr_form.update2021 .form-group input[type="text"],
.xr_form.update2021 .form-group input[type="password"] {
  height: 49px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  border: 1px solid #e2e7f1;
}
.xr_form.update2021 .form-group textarea {
  height: 140px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  resize: none;
}
.xr_form.update2021 .form-group label.xs-oida-label-checkbox-big {
  width: 100%;
  max-width: 448px;
  margin: 0 auto;
  display: block;
}
.xr_form.update2021 .form-group input[type='radio'],
.xr_form.update2021 .form-group input[type='checkbox'] {
  display: none;
}
.xr_form.update2021 .form-group input[type='radio'] ~ .fakebox,
.xr_form.update2021 .form-group input[type='checkbox'] ~ .fakebox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 1px solid currentColor;
  background: none;
}
.xr_form.update2021 .form-group input[type='radio'] ~ .fakebox:after,
.xr_form.update2021 .form-group input[type='checkbox'] ~ .fakebox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #621444;
  height: 7px;
  width: 7px;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.xr_form.update2021 .form-group input[type='radio'] ~ .fakebox + span,
.xr_form.update2021 .form-group input[type='checkbox'] ~ .fakebox + span,
.xr_form.update2021 .form-group input[type='radio'] ~ .fakebox + .radio-inner,
.xr_form.update2021 .form-group input[type='checkbox'] ~ .fakebox + .radio-inner,
.xr_form.update2021 .form-group input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.xr_form.update2021 .form-group input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.xr_form.update2021 .form-group input[type='radio'] ~ .fakebox + .inner-checkbox,
.xr_form.update2021 .form-group input[type='checkbox'] ~ .fakebox + .inner-checkbox {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  margin-top: -0.1em;
  cursor: pointer;
  word-break: break-word;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 29px;
  color: #6C757D;
}
.xr_form.update2021 .form-group input[type='radio']:checked ~ .fakebox:after,
.xr_form.update2021 .form-group input[type='checkbox']:checked ~ .fakebox:after {
  opacity: 1;
}
.xr_form.update2021 .form-group input[type='radio'].xs-oida-radio-checkbox-big + span,
.xr_form.update2021 .form-group input[type='checkbox'].xs-oida-radio-checkbox-big + span {
  padding: 12px 10px;
  display: blocK;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #621444;
  text-align: center;
  cursor: pointer;
}
.xr_form.update2021 .form-group input[type='radio'].xs-oida-radio-checkbox-big + span small,
.xr_form.update2021 .form-group input[type='checkbox'].xs-oida-radio-checkbox-big + span small {
  display: block;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
}
.xr_form.update2021 .form-group input[type='radio'].xs-oida-radio-checkbox-big:checked + span,
.xr_form.update2021 .form-group input[type='checkbox'].xs-oida-radio-checkbox-big:checked + span {
  background: #621444 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.xr_form.update2021 .form-group input[type='radio'].xs-oida-radio-checkbox-big:checked + span small,
.xr_form.update2021 .form-group input[type='checkbox'].xs-oida-radio-checkbox-big:checked + span small {
  color: #ffffff;
}
.xr_form.update2021 .additional-info {
  margin-left: 22px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  color: #6C757D;
}
.xr_form.update2021 .xr_form_submit_container {
  margin-top: 12px;
}
.xr_form.update2021 button.xr_form_submit {
  width: 260px;
  height: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 0px;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 38px;
  color: #621444;
  cursor: pointer;
}
.xr_form.update2021 button.xr_form_submit:hover {
  color: #ffffff;
  background-color: #a82776;
}
.xr_form.update2021 button.xr_form_submit.pink {
  background: #911963 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.xr_form.update2021 button.xr_form_submit.pink.dark {
  background-color: #621444;
}
.xr_form.update2021 button.xr_form_submit.pink:hover {
  background-color: #a82776;
}
.xr_form.update2021 button.save-draft {
  width: 181px;
  height: 50px;
  border: 1px solid #707070;
  border-radius: 8px;
  opacity: 0.38;
  margin-right: 22px;
  margin-left: 57px;
}
.xr_form.update2021 button.save-draft:hover {
  opacity: 0.5;
}
.xr_form.update2021 button.white {
  width: 260px;
  height: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 0px;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 38px;
  color: #621444;
  cursor: pointer;
}
.xr_form.update2021 button.white:hover {
  color: #ffffff;
  background-color: #a82776;
}
.xr_form.update2021 ::placeholder {
  opacity: 0.51;
  padding-left: 10px;
}
.xr_form.update2021 .default-form-error {
  border-color: #621444;
}
.xr_form.update2021 .xr_error {
  padding-top: 8px;
  margin-left: 22px;
  font-size: 0.8em;
  color: #621444;
}
.xr_form.update2021 .checkbox-wrapper .form-group {
  padding: 0px;
  margin: 0px;
  margin-left: 12px;
}
.xr_form.update2021 .checkbox-wrapper label {
  margin-bottom: 0px;
  line-height: 15px;
}
.xr_form.update2021 .step-back {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #911963;
}
.xr_form.update2021.activity-form .form-group {
  padding-top: 20px;
}
.xr_form.update2021.activity-form .form-group label {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #621444;
}
.xr_form.update2021.activity-form .additional-info {
  margin-left: 0px;
}
.xr_form.update2021.activity-form .opening-col {
  float: left;
  padding-right: 8px;
}
.xr_form.update2021.activity-form .opening-col .form-group {
  padding-top: 0px;
}
.xr_form.update2021.activity-form .opening-col input[type="text"] {
  display: inline-block;
  height: 35px;
  width: 94px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
}
.xr_form.update2021.activity-form .opening-col input[type="text"]::placeholder {
  padding-left: 2px;
}
.xr_form.update2021.activity-form .opening-col label {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #6C757D;
  padding-right: 5px;
}
.xr_form.update2021.activity-form .opening-col label.opening-day {
  padding-top: 4px;
  width: 90px;
}
.xr_form.update2021.activity-form .pt-0 .form-group {
  padding-top: 0;
}
.xr_form.update2021.activity-form .mt-0 .form-group {
  margin-top: 0;
}
.xr_form.update2021 .hide-label .form-group {
  padding-top: 0px;
}
.xr_form.update2021 .hide-label .form-group label {
  display: none;
}
.xr_form.update2021 .xs-oida-button-price-free {
  height: 50px;
  width: 260px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border: 0px;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 38px;
  color: #621444;
}
.xr_form.update2021 .xs-oida-button-price-free.active {
  background: #621444 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.xr_form.update2021 .xs-oida-plus-devider {
  text-align: center;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #621444;
}
.xr_form.update2021 .xs-oida-plus-devider.xs-oida-label-checkbox-big {
  max-width: 448px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.xr_form.update2021 .xr_file_input_wrapper .form-group {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
}
.xr_form.update2021 .xr_file_input_wrapper .form-group .xr_file_label {
  height: 166px;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0;
  background: #d6d3d8 0% 0% no-repeat padding-box;
  border: 0px;
  border-radius: 8px;
  padding: 0px;
  overflow: hidden;
}
.xr_form.update2021 .xr_file_input_wrapper .form-group .xr_file_label .xr_form_preview_image_wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.xr_form.update2021 .xr_file_input_wrapper .form-group .xr_file_label .xr_form_preview_image_wrapper:after {
  position: absolute;
  width: 86px;
  height: 86px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "+";
  background: #911963 0% 0% no-repeat padding-box;
  color: #ffffff;
  border-radius: 50%;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 87px;
}
.xr_form.update2021 .xr_file_input_wrapper .form-group .xr_file_label .xr_form_preview_image_wrapper:hover:after {
  z-index: 1;
}
.xr_form.update2021 .xr_file_input_wrapper .form-group .xr_file_label .xr_form_preview_image_wrapper .xr_form_preview_image {
  width: auto !important;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.xr_form.update2021 .xr_file_input_wrapper .form-group .xr_file_progressbar {
  display: block!important;
  background-color: #911963 !important;
  margin-top: 10px;
  max-height: 5px !important;
}
.xr_form.update2021 .xr_file_input_wrapper.event-image {
  max-width: 447px;
}
.xr_form.update2021 .xr_file_input_wrapper.event-image .form-group {
  padding-top: 0px;
  overflow: visible;
}
.xr_form.update2021 .xr_file_input_wrapper.event-image .form-group .xr_file_label {
  height: 250px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
}
.xr_form.update2021 .xr_file_input_wrapper.event-image .form-group .xr_file_label .xr_form_preview_image_wrapper {
  width: 100%;
  height: 100%;
}
.xr_form.update2021 .xr_file_input_wrapper.event-image .form-group .xr_file_label .xr_form_preview_image_wrapper:hover:after {
  z-index: 1;
}
.xr_form.update2021 .xr_file_input_wrapper.event-image .form-group .xr_file_label .xr_form_preview_image_wrapper .xr_form_preview_image {
  width: 100%;
}
.xr_form.update2021 .xr_file_input_wrapper.event-image .form-group .xr_file_label span {
  position: absolute;
  display: none;
  bottom: 2px;
  width: 314px;
  text-align: center;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #6C757D;
}
.xr_form.update2021 .xr_file_input_wrapper.detail-image label span {
  display: none;
}
.xr_form.update2021 .xr_file_input_wrapper.top-image {
  max-width: 447px;
}
.xr_form.update2021 .xr_file_input_wrapper.top-image .form-group .xr_file_label {
  height: 400px;
}
.xr_form.update2021 .xr_file_input_wrapper.top-image .form-group .xr_file_label span {
  display: none;
}
.xr_form.update2021 .xs-oida-event-category-wrapper {
  position: relative;
  width: 122px;
  height: 119px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  cursor: pointer;
}
.xr_form.update2021 .xs-oida-event-category-wrapper .text {
  position: absolute;
  bottom: 5px;
  width: 122px;
  text-align: center;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #621444;
}
.xr_form.update2021.xs-oida-add-footer-button-wrapper {
  padding-top: 50px;
}
.xr_form.update2021 .custom-select {
  height: 49px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
}
.xr_form.update2021 .arrow:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.xr_form.update2021 .arrow.active:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.xr_form.update2021 .xpo-profile-change-password {
  display: none;
}
.xr_form .location-type-classic-oida-wrapper,
.xr_form .location-type-classic-oida-home-wrapper {
  display: none;
}
.xr_form .dreieck-gross {
  position: absolute;
  display: none;
}
.xr_form .dreieck-klein {
  position: absolute;
  display: none;
}
.anfrage {
  padding-bottom: 70px;
}
.anfrage h3 {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  color: #621444;
}
.anfrage .text {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #621444;
}
.anfrage .text p:last-child {
  margin-bottom: 0px;
}
.anfrage .member {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #621444;
  text-align: right;
}
.anfrage .function {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #6C757D;
  text-align: right;
}
.anfrage img.xrounded {
  border-radius: 15px;
}
.anfrage .category-interest {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  color: #621444;
}
@media (min-width: 992px) {
  .anfrage {
    padding-bottom: 120px;
  }
  .anfrage .xr_form.update2021 .form-group {
    padding-top: 10px;
  }
}
.xs-forms-success.text {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #621444;
}
.xs-forms-success.text p:last-child {
  margin-bottom: 0px;
}
/*/xassets/uncompressed/source_map/42.css.css.map */
/*------------ 
-- FONTS
------------*/
.font-noto,
.font-noto-ultra-light,
.font-noto-ultra-light-italic,
.font-noto-extra-light,
.font-noto-extra-light-italic,
.font-noto-light,
.font-noto-light-italic,
.font-noto-italic,
.font-noto-italic,
.font-noto-medium,
.font-noto-medium-italic,
.font-noto-semi-bold,
.font-noto-semi-bold-italic,
.font-noto-bold,
.font-noto-bold-italic,
.font-noto-extra-bold,
.font-noto-extra-bold-italic,
.font-noto-heavy,
.font-noto-heavy-italic {
  font-family: 'Hind Siliguri', sans-serif;
}
.font-noto-ultra-light {
  font-weight: 300;
  font-style: normal;
}
.font-noto-ultra-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-noto-extra-light {
  font-weight: 300;
  font-style: normal;
}
.font-noto-extra-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-noto-light {
  font-weight: 300;
  font-style: normal;
}
.font-noto-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-noto {
  font-weight: 400;
  font-style: normal;
}
.font-noto-italic {
  font-weight: 400;
  font-style: italic;
}
.font-noto-medium {
  font-weight: 500;
  font-style: normal;
}
.font-noto-medium-italic {
  font-weight: 500;
  font-style: italic;
}
.font-noto-semi-bold {
  font-weight: 600;
  font-style: normal;
}
.font-noto-semi-bold-italic {
  font-weight: 600;
  font-style: italic;
}
.font-noto-bold {
  font-weight: 700;
  font-style: normal;
}
.font-noto-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.font-noto-extra-bold {
  font-weight: 700;
  font-style: normal;
}
.font-noto-extra-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.font-noto-heavy {
  font-weight: 700;
  font-style: normal;
}
.font-noto-heavy-italic {
  font-weight: 700;
  font-style: italic;
}
.font-raleway,
.font-raleway-ultra-light,
.font-raleway-ultra-light-italic,
.font-raleway-extra-light,
.font-raleway-extra-light-italic,
.font-raleway-light,
.font-raleway-light-italic,
.font-raleway-italic,
.font-raleway-italic,
.font-raleway-medium,
.font-raleway-medium-italic,
.font-raleway-semi-bold,
.font-raleway-semi-bold-italic,
.font-raleway-bold,
.font-raleway-bold-italic,
.font-raleway-extra-bold,
.font-raleway-extra-bold-italic,
.font-raleway-heavy,
.font-raleway-heavy-italic {
  font-family: 'Hind Siliguri', sans-serif;
}
.font-raleway-ultra-light {
  font-weight: 300;
  font-style: normal;
}
.font-raleway-ultra-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-raleway-extra-light {
  font-weight: 300;
  font-style: normal;
}
.font-raleway-extra-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-raleway-light {
  font-weight: 300;
  font-style: normal;
}
.font-raleway-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-raleway {
  font-weight: 400;
  font-style: normal;
}
.font-raleway-italic {
  font-weight: 400;
  font-style: italic;
}
.font-raleway-medium {
  font-weight: 500;
  font-style: normal;
}
.font-raleway-medium-italic {
  font-weight: 500;
  font-style: italic;
}
.font-raleway-semi-bold {
  font-weight: 600;
  font-style: normal;
}
.font-raleway-semi-bold-italic {
  font-weight: 600;
  font-style: italic;
}
.font-raleway-bold {
  font-weight: 700;
  font-style: normal;
}
.font-raleway-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.font-raleway-extra-bold {
  font-weight: 700;
  font-style: normal;
}
.font-raleway-extra-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.font-raleway-heavy {
  font-weight: 700;
  font-style: normal;
}
.font-raleway-heavy-italic {
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url('//www.oida-app.com/xstorage/1/template/fonts/oida/icomoon.eot');
  src: url('//www.oida-app.com/xstorage/1/template/fonts/oida/icomoon.eot#iefix') format('embedded-opentype'), url('//www.oida-app.com/xstorage/1/template/fonts/oida/icomoon.ttf') format('truetype'), url('//www.oida-app.com/xstorage/1/template/fonts/oida/icomoon.woff') format('woff'), url('//www.oida-app.com/xstorage/1/template/fonts/oida/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'iconV2';
  src: url('/xstorage/1/template/fonts/icomoon v2/fonts/iconV2.eot?duil9v');
  src: url('/xstorage/1/template/fonts/icomoon v2/fonts/iconV2.eot?duil9v#iefix') format('embedded-opentype'), url('/xstorage/1/template/fonts/icomoon v2/fonts/iconV2.ttf?duil9v') format('truetype'), url('/xstorage/1/template/fonts/icomoon v2/fonts/iconV2.woff?duil9v') format('woff'), url('/xstorage/1/template/fonts/icomoon v2/fonts/iconV2.svg?duil9v#iconV2') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon3';
  src: url('/xstorage/1/template/fonts/icomoon3/IcoMoon-Free.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon2 {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon2-TEMP__SVG__:before {
  content: "\e900";
  color: #621444;
}
.icon2-TEMP__SVG__-1:before {
  content: "\e901";
  color: #621444;
}
.icon2-TEMP__SVG__-2:before {
  content: "\e902";
  color: #621444;
}
.icon2-Home-2:before {
  content: "\e903";
  color: #fff;
}
.icon2-Arrow:before {
  content: "\e904";
  color: #911963;
}
.icon2-arrow-down-r:before {
  content: "\e905";
  color: #621444;
}
.icon2-arrow-down-right-square-fill:before {
  content: "\e906";
  color: #621444;
}
.icon2-Asset-1:before {
  content: "\e907";
  color: #911863;
}
.icon2-facebook:before {
  content: "\e908";
  color: #fff;
}
.icon2-Gruppe--1 .path1:before {
  content: "\e909";
  color: #911863;
  opacity: 0.25;
}
.icon2-Gruppe--1 .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: #911863;
}
.icon2-Gruppe--1 .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: #911863;
}
.icon2-Gruppe--1 .path4:before {
  content: "\e90c";
  margin-left: -1em;
  color: #911863;
}
.icon2-Gruppe--1 .path5:before {
  content: "\e90d";
  margin-left: -1em;
  color: #911863;
}
.icon2-Gruppe--1 .path6:before {
  content: "\e90e";
  margin-left: -1em;
  color: #911863;
}
.icon2-Gruppe-3178:before {
  content: "\e90f";
  color: #fff;
}
.icon2-Gruppe-3578:before {
  content: "\e910";
  color: #6c757d;
}
.icon2-Gruppe-4185:before {
  content: "\e911";
  color: #fff;
}
.icon2-Gruppe-4279:before {
  content: "\e912";
}
.icon2-Gruppe-4318:before {
  content: "\e913";
  color: #621444;
}
.icon2-Gruppe-4319:before {
  content: "\e914";
  color: #621444;
}
.icon2-Gruppe-4327:before {
  content: "\e915";
  color: #4b4b5a;
}
.icon2-Gruppe-4328:before {
  content: "\e916";
  color: #e9e9eb;
}
.icon2-Gruppe-4330:before {
  content: "\e917";
}
.icon2-Gruppe-4333:before {
  content: "\e918";
  color: #621444;
}
.icon2-Gruppe-4334:before {
  content: "\e919";
  color: #fff;
}
.icon2-Gruppe-8555 .path1:before {
  content: "\e91a";
  color: #ffffff;
  opacity: 0.25;
}
.icon2-Gruppe-8555 .path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: #ffffff;
}
.icon2-Gruppe-8555 .path3:before {
  content: "\e91c";
  margin-left: -1em;
  color: #ffffff;
}
.icon2-Gruppe-8555 .path4:before {
  content: "\e91d";
  margin-left: -1em;
  color: #ffffff;
}
.icon2-Gruppe-8555 .path5:before {
  content: "\e91e";
  margin-left: -1em;
  color: #ffffff;
}
.icon2-Gruppe-8555 .path6:before {
  content: "\e91f";
  margin-left: -1em;
  color: #ffffff;
}
.icon2-home:before {
  content: "\e920";
  color: #621444;
}
.icon2-home-1:before {
  content: "\e921";
  color: #621444;
}
.icon2-house:before {
  content: "\e922";
  color: #621444;
}
.icon2-Icon-awesome-check:before {
  content: "\e923";
  color: #621444;
}
.icon2-Icon-awesome-home:before {
  content: "\e924";
  color: #621444;
}
.icon2-Icon-awesome-transgender-alt:before {
  content: "\e925";
  color: #621444;
}
.icon2-Icon-awesome-users-cog:before {
  content: "\e926";
  color: #621444;
}
.icon2-Icon-feather-arrow-up-right:before {
  content: "\e927";
}
.icon2-Icon-feather-book-open:before {
  content: "\e928";
}
.icon2-Icon-feather-clock:before {
  content: "\e929";
}
.icon2-Icon-feather-heart:before {
  content: "\e92a";
}
.icon2-Icon-feather-home:before {
  content: "\e92b";
}
.icon2-Icon-feather-loader:before {
  content: "\e92c";
}
.icon2-Icon-feather-star:before {
  content: "\e92d";
  color: #fff;
}
.icon2-Icon-feather-users:before {
  content: "\e92e";
}
.icon2-Icon-ionic-md-close-circle:before {
  content: "\e92f";
  color: #621444;
}
.icon2-Icon-ionic-md-man:before {
  content: "\e930";
  color: #621444;
}
.icon2-Icon-material-delete-forever:before {
  content: "\e931";
  color: #621444;
}
.icon2-Icon-material-event-available:before {
  content: "\e932";
  color: #4b4b5a;
}
.icon2-Icon-material-message:before {
  content: "\e933";
  color: #621444;
}
.icon2-Icon-metro-fire:before {
  content: "\e934";
  color: #621444;
}
.icon2-Icon-metro-mail-read:before {
  content: "\e935";
  color: #621444;
}
.icon2-Icon-open-magnifying-glass:before {
  content: "\e936";
  color: #621444;
}
.icon2-Icon-open-pencil:before {
  content: "\e937";
  color: #621444;
}
.icon2-map:before {
  content: "\e938";
  color: #621444;
}
.icon2-map-1:before {
  content: "\e939";
  color: #621444;
}
.icon2-map-marker-outline-badged:before {
  content: "\e93a";
  color: #621444;
}
.icon2-nature-people:before {
  content: "\e93b";
  color: #621444;
}
.icon2-people-circle-outline:before {
  content: "\e93c";
  color: #621444;
}
.icon2-Pfad-1:before {
  content: "\e93d";
  color: #621444;
}
.icon2-Pfad-2517:before {
  content: "\e93e";
  color: #fff;
}
.icon2-Polygon-4:before {
  content: "\e93f";
  color: #fff;
}
.icon2-Polygon-5:before {
  content: "\e940";
  color: #621444;
}
.icon2-world:before {
  content: "\e941";
  color: #621444;
}
.icon2-world-outline-badged:before {
  content: "\e942";
  color: #621444;
}
/*---- EXAMPLE -----*/
.z-index-0 {
  position: relative;
  z-index: 0;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.z-index-2 {
  position: relative;
  z-index: 2;
}
.z-index-3 {
  position: relative;
  z-index: 3;
}
/*------------
-- COLORS
------------*/
.primaryBGColor {
  background: #621444;
}
.secondaryBGColor {
  background: #911963;
}
.pinkLightBg {
  background: #F9F3F7 0% 0% no-repeat padding-box;
}
/*---- MEDIA QUERIES ----*/
.primary-color {
  color: #621444;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.v-center {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.v-top {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.v-bottom {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .v-sm-bottom {
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .v-sm-center {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
/*---- DROP BOX SHADOW MIXIN ----*/
/*---- RESET UL ----*/
.ul-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-reset li {
  padding: 0;
}
/*---- CHANGE CHROME FOCUS COLOR ----*/
:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
/*---- APPEARANCE NONE ----*/
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*---- WEBKIT AND MAC OS ALWAYS SHOW SCROLLBAR (DEFINE IN DESIRED CLASS) ----*/
/*-- on dark background --*/
.show-scrollbar-dark::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.show-scrollbar-dark::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
/*-- on light background --*/
.show-scrollbar-light::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.show-scrollbar-light::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
/*---- REMOVING BOXSHADOW ON INPUT FIELDS ----*/
/*---- REMOVING SPIN ARROWS ON INPUT FIELDS ----*/
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
  -webkit-appearance: none;
}
/*---- PLACEHOLDER MIXIN ----*/
/*---- CHROME AUTOCOMPLETE YELLOW INPUT REMOVAL ----*/
/*---- SCROLLING BEHAVIOUR ----*/
.overflow-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.disable-scroll {
  -webkit-overflow-scrolling: auto;
}
/*---- COLUMNS ----*/
/*---- FLEXBOX ----*/
.justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}
/*-- Flexbox Break --*/
.flex-break {
  width: 100%;
  height: 0;
  overflow: hidden;
  color: transparent;
}
.no-outline {
  outline: 0 !important;
}
.ajax-loader-wrapper {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ajax-loader-wrapper.with-parent {
  position: absolute;
  padding-left: 50%;
}
.ajax-loader-wrapper.with-parent .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ajax-loader-wrapper.with-parent.small .ajax-loader,
.ajax-loader-wrapper.with-parent.supersmall .ajax-loader {
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  bottom: auto!important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.ajax-loader-wrapper.small .cssload-double-torus {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.ajax-loader-wrapper.supersmall .cssload-double-torus {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.ajax-loader-wrapper .ajax-loader {
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ajax-loader-wrapper .cssload-double-torus {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent #000 #000;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*---- BOOTSTRAP XL BREAKPOINT ----*/
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 .col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9 .col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1400px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .hidden-xl {
    display: none!important;
  }
  .visible-xl {
    display: block!important;
  }
}
@media (min-width: 1400px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*
    .row {
        margin-right: -6px;
        margin-left: -6px;
    }
    */
}
@media (min-width: 992px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
/*---- CLEARFIX ----*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.align-image-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.align-image-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@-webkit-keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.btn,
.button-link {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  color: #621444;
  background: transparent;
  cursor: pointer;
  border: 2px solid #621444;
  border-radius: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 768px) {
  .btn,
  .button-link {
    font-size: 16px;
  }
}
.btn:hover,
.button-link:hover,
.btn.hover,
.button-link.hover {
  color: #FFF;
  background: #CCC;
}
.btn:hover.btn-primary,
.button-link:hover.btn-primary,
.btn.hover.btn-primary,
.button-link.hover.btn-primary {
  background-color: #cc2a8d;
  border-color: #621444;
}
.btn:hover.btn-success,
.button-link:hover.btn-success,
.btn.hover.btn-success,
.button-link.hover.btn-success {
  background-color: #777777;
  border-color: #621444;
}
.btn.btn-primary,
.button-link.btn-primary {
  background-color: #621444;
  color: #FFF;
  border-color: #621444;
  border-radius: 0;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.button-link.btn-primary:not(:disabled):not(.disabled):active {
  color: #FFF;
  background-color: #621444;
}
.btn.btn-primary:disabled,
.button-link.btn-primary:disabled {
  color: #FFF;
  background-color: #621444;
  border-color: #621444;
}
.btn.btn-success,
.button-link.btn-success {
  background-color: #aaa;
}
.background-clip {
  text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
body {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.btn {
  border-radius: 15px !important;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  padding: 8px 30px;
}
.card h6 {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  color: #621444;
}
.card .text-muted-bgw {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #911963;
}
.card label {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
#sidebar-menu ul li a {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  padding: 9px 15px;
}
#sidebar-menu ul li a svg,
#sidebar-menu ul li a img.fake-feather {
  margin: 0 5px 0 3px;
}
#sidebar-menu .menu-title {
  text-transform: none;
  color: #621444;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .xs-oida-update2021-body .content {
    margin-left: 112px;
  }
}
.register.step-1,
.register.step-2,
.register.step-3,
.register.step-4,
.register.step-5,
.register.step-6 {
  padding-top: 110px;
}
@media (min-width: 992px) {
  .register.step-1,
  .register.step-2,
  .register.step-3,
  .register.step-4,
  .register.step-5,
  .register.step-6 {
    padding-top: 180px;
  }
}
@media (min-width: 992px) {
  .register.step-1,
  .register.step-2,
  .register.step-3,
  .register.step-4,
  .register.step-5,
  .register.step-6 {
    padding-top: 250px;
    max-width: 1108px;
  }
}
.register .left-right-aligner {
  width: 100%;
}
@media (min-width: 768px) {
  .register .left-right-aligner {
    min-height: 450px;
  }
}
.register .info-left {
  position: relative;
}
@media (min-width: 768px) {
  .register .info-left {
    border-right: 1px solid #621444;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .register .info-left {
    padding-top: 0px;
  }
}
.register .info-left .arrow {
  display: none;
  position: relative;
  z-index: 0;
  position: absolute;
  top: calc(50% - 17px);
  right: -11px;
  width: 24px;
  height: 31px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #621444 0% 0% no-repeat padding-box;
}
@media (min-width: 768px) {
  .register .info-left .arrow {
    display: block;
  }
}
.register .info-left .info-left-headline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 42px;
  color: #621444;
}
@media (min-width: 768px) {
  .register .info-left .info-left-headline {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .register .info-left .info-left-headline {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .register .info-left .info-left-headline {
    font-size: 45px;
    line-height: 50px;
  }
}
.register .info-left .info-left-text {
  padding-top: 15px;
  padding-bottom: 30px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #621444;
}
@media (min-width: 768px) {
  .register .info-left .info-left-text {
    max-width: 90%;
    min-height: 150px;
  }
}
@media (min-width: 992px) {
  .register .info-left .info-left-text {
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  .register .info-right {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .register .info-right {
    margin-left: 80px;
  }
}
.register .info-right .info-right-button-online {
  margin-top: 34px;
}
.register .info-right .info-right-button-online button.big {
  position: relative;
  max-width: 400px;
  padding: 15px 5px 15px 90px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  border: 0px;
  cursor: pointer;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  color: #621444;
  text-align: left;
}
@media (min-width: 1200px) {
  .register .info-right .info-right-button-online button.big {
    width: 100%;
    max-width: 524px;
    padding: 25px 5px 25px 132px;
    font-size: 25px;
    line-height: 28px;
  }
}
.register .info-right .info-right-button-online button.big img {
  position: absolute;
  left: 16px;
  top: 12px;
  width: 60px;
}
.register .info-right .info-right-button-online button.big img.hover {
  display: none;
}
@media (min-width: 1200px) {
  .register .info-right .info-right-button-online button.big img {
    left: 19px;
    top: 14px;
    width: auto;
  }
}
.register .info-right .info-right-button-online button.big:hover {
  background: #911963 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
.register .info-right .info-right-button-online button.big:hover img.std {
  display: none;
}
.register .info-right .info-right-button-online button.big:hover img.hover {
  display: inline-block;
}
.register .info-right .info-right-button-online img.bg-img {
  margin-top: 115px;
  margin-left: calc(50% - 232px);
}
@media (min-width: 768px) {
  .register .info-right .info-right-button-online img.bg-img {
    margin-left: calc(50% - 30%);
  }
}
@media (min-width: 992px) {
  .register .info-right .info-right-button-online img.bg-img {
    margin-left: calc(50% - 18%);
  }
}
@media (min-width: 1200px) {
  .register .info-right .info-right-button-online img.bg-img {
    width: 520px;
    margin-top: 132px;
    margin-right: calc(50% - 350px);
    margin-left: auto;
    float: right;
  }
}
.register .info-right .info-right-button-offline {
  margin-top: 34px;
}
.register .info-right .info-right-button-offline button.big {
  position: relative;
  max-width: 400px;
  padding: 15px 5px 15px 90px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  border: 0px;
  cursor: pointer;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  color: #621444;
  text-align: left;
}
@media (min-width: 1200px) {
  .register .info-right .info-right-button-offline button.big {
    width: 100%;
    max-width: 524px;
    padding: 25px 5px 25px 132px;
    font-size: 25px;
    line-height: 28px;
  }
}
.register .info-right .info-right-button-offline button.big img {
  position: absolute;
  left: 14px;
  top: 8px;
  width: 60px;
}
.register .info-right .info-right-button-offline button.big img.hover {
  display: none;
}
@media (min-width: 1200px) {
  .register .info-right .info-right-button-offline button.big img {
    left: 14px;
    top: 12px;
    width: 78px;
  }
}
.register .info-right .info-right-button-offline button.big:hover {
  background: #911963 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
.register .info-right .info-right-button-offline button.big:hover img.std {
  display: none;
}
.register .info-right .info-right-button-offline button.big:hover img.hover {
  display: inline-block;
}
.register .info-right .info-right-button-offline img.bg-img {
  margin-top: 50px;
  margin-left: calc(50% - 300px);
  height: 260px;
}
@media (min-width: 768px) {
  .register .info-right .info-right-button-offline img.bg-img {
    margin-left: calc(50% - 30%);
  }
}
@media (min-width: 1200px) {
  .register .info-right .info-right-button-offline img.bg-img {
    margin-top: 120px;
  }
}
.register .info-right .back-button {
  margin-top: 72px;
}
.register .info-right .back-button.mt-25 {
  margin-top: 25px;
}
.register .info-right .back-button a {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #911963;
}
.register .info-right .username-block {
  height: 49px;
  padding-left: 12px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 49px;
  color: #621444;
}
.register .info-right .intro-headline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  color: #621444;
  margin-left: 12px;
  padding-bottom: 20px;
}
.register .info-right .intro-block {
  padding-top: 22px;
  padding-bottom: 34px;
  padding-left: 12px;
  padding-right: 12px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #621444;
}
.register .info-right .mt-0 .form-group {
  margin-top: 0px;
  padding-top: 0px;
}
.register .register-stepper {
  margin-top: 50px;
  margin-bottom: 60px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .register .register-stepper {
    max-width: 1088px;
  }
}
.register .register-stepper .headine {
  margin-left: 50px;
  padding-top: 10px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 45px;
  color: #621444;
}
@media (min-width: 992px) {
  .register .register-stepper .headine {
    padding-top: 18px;
  }
}
.register .register-stepper .step-holder {
  margin-top: 5px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .register .register-stepper .step-holder {
    margin-top: 10px;
    margin-left: 44px;
    margin-right: 44px;
    padding-bottom: 30px;
  }
}
.register .register-stepper .step-holder .step {
  width: 19.2%;
  height: 17px;
  float: left;
  margin-left: 1px;
  margin-right: 1px;
}
.register .register-stepper .step-holder .step.active {
  background: #621444 0% 0% no-repeat padding-box;
  opacity: 1;
}
.register .register-stepper .step-holder .step.done {
  background: #621444 0% 0% no-repeat padding-box;
  opacity: 1;
}
.register .register-stepper .step-holder .step.inactive {
  background: #6C757D 0% 0% no-repeat padding-box;
  opacity: 0.5;
}
.section-info-line {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #621444;
}
.section-info-line img {
  margin-right: 10px;
  vertical-align: initial;
}
button.view-mode {
  padding: 7px 23px;
  margin-left: 6px;
  border: 1px solid #c7c3c6;
  border-radius: 8px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #6C757D;
}
button.view-mode.active,
button.view-mode:hover {
  background: #621444 0% 0% no-repeat padding-box;
  color: #FFFFFF !important;
}
a.xbtn,
button.xbtn {
  padding: 7px 23px;
  margin-left: 6px;
  border: 1px solid #c7c3c6;
  border-radius: 8px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #6C757D;
}
a.xbtn.pink,
button.xbtn.pink {
  background: #621444 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
a.xbtn.yellow,
button.xbtn.yellow {
  background: #FFE553 0% 0% no-repeat padding-box;
  color: #621444;
}
.add-activity {
  max-width: 1108px;
}
.add-activity.classic {
  max-width: 750px;
}
.add-activity .left-right-aligner {
  width: 100%;
}
@media (min-width: 992px) {
  .add-activity .left-right-aligner {
    min-height: 450px;
  }
}
.add-activity .info-left {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #621444;
}
@media (min-width: 992px) {
  .add-activity .info-left {
    border-bottom: 0px;
    border-right: 1px solid #621444;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.add-activity .info-left .info-left-headline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #621444;
}
@media (min-width: 992px) {
  .add-activity .info-left .info-left-headline {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .add-activity .info-left .info-left-headline {
    max-width: 75%;
  }
}
.add-activity .info-left .info-left-text {
  padding-top: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #621444;
}
@media (min-width: 992px) {
  .add-activity .info-left .info-left-text {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .add-activity .info-left .info-left-text {
    max-width: 75%;
  }
}
.add-activity .info-left.first-step .info-left-headline {
  margin-top: 95px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #621444;
}
.add-activity .info-left.first-step .info-left-text {
  padding-top: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #621444;
}
.add-activity .info-left.last-step {
  border-bottom: 0px;
  border-right: 0px;
}
.add-activity .info-left.last-step .left-right-aligner {
  min-height: 300px;
}
.add-activity .info-left.last-step .info-left-headline {
  max-width: 400px;
}
.add-activity .info-left.last-step .info-left-text {
  max-width: 400px;
}
.add-activity .info-left.last-step .rakete {
  display: none;
  position: absolute;
  bottom: 0px;
}
@media (min-width: 992px) {
  .add-activity .info-left.last-step .rakete {
    display: block;
    max-width: 470px;
    right: calc(50% - 380px);
  }
}
@media (min-width: 1200px) {
  .add-activity .info-left.last-step .rakete {
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .add-activity .info-left.last-step .rakete {
    right: calc(50% - 480px);
  }
}
@media (min-width: 992px) {
  .add-activity .info-right {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .add-activity .info-right {
    margin-left: 80px;
  }
}
.add-activity .info-right .info-right-button-online {
  margin-top: 34px;
}
.add-activity .info-right .info-right-button-online button.big {
  position: relative;
  max-width: 400px;
  padding: 15px 5px 15px 90px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  border: 0px;
  cursor: pointer;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  color: #621444;
  text-align: left;
}
@media (min-width: 1200px) {
  .add-activity .info-right .info-right-button-online button.big {
    width: 100%;
    max-width: 480px;
    padding: 25px 5px 25px 132px;
    font-size: 25px;
    line-height: 28px;
  }
}
.add-activity .info-right .info-right-button-online button.big img {
  position: absolute;
  left: 16px;
  top: 12px;
  width: 60px;
}
.add-activity .info-right .info-right-button-online button.big img.hover {
  display: none;
}
@media (min-width: 1200px) {
  .add-activity .info-right .info-right-button-online button.big img {
    left: 19px;
    top: 14px;
    width: auto;
  }
}
.add-activity .info-right .info-right-button-online button.big:hover {
  background: #911963 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
.add-activity .info-right .info-right-button-online button.big:hover img.std {
  display: none;
}
.add-activity .info-right .info-right-button-online button.big:hover img.hover {
  display: inline-block;
}
.add-activity .info-right .info-right-button-online img.bg-img {
  margin-top: 115px;
  margin-left: calc(50% - 232px);
}
@media (min-width: 768px) {
  .add-activity .info-right .info-right-button-online img.bg-img {
    margin-left: calc(50% - 30%);
  }
}
@media (min-width: 992px) {
  .add-activity .info-right .info-right-button-online img.bg-img {
    margin-left: calc(50% - 18%);
  }
}
@media (min-width: 1200px) {
  .add-activity .info-right .info-right-button-online img.bg-img {
    width: 520px;
    margin-top: 132px;
    margin-right: calc(50% - 350px);
    margin-left: auto;
    float: right;
  }
}
.add-activity .info-right .info-right-button-offline {
  margin-top: 34px;
}
.add-activity .info-right .info-right-button-offline button.big {
  position: relative;
  max-width: 400px;
  padding: 15px 5px 15px 90px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  border: 0px;
  cursor: pointer;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  color: #621444;
  text-align: left;
}
@media (min-width: 1200px) {
  .add-activity .info-right .info-right-button-offline button.big {
    width: 100%;
    max-width: 480px;
    padding: 25px 5px 25px 132px;
    font-size: 25px;
    line-height: 28px;
  }
}
.add-activity .info-right .info-right-button-offline button.big img {
  position: absolute;
  left: 14px;
  top: 8px;
  width: 60px;
}
.add-activity .info-right .info-right-button-offline button.big img.hover {
  display: none;
}
@media (min-width: 1200px) {
  .add-activity .info-right .info-right-button-offline button.big img {
    left: 14px;
    top: 12px;
    width: 78px;
  }
}
.add-activity .info-right .info-right-button-offline button.big:hover {
  background: #911963 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
.add-activity .info-right .info-right-button-offline button.big:hover img.std {
  display: none;
}
.add-activity .info-right .info-right-button-offline button.big:hover img.hover {
  display: inline-block;
}
.add-activity .info-right .info-right-button-offline img.bg-img {
  margin-top: 50px;
  margin-left: calc(50% - 300px);
  height: 260px;
}
@media (min-width: 768px) {
  .add-activity .info-right .info-right-button-offline img.bg-img {
    margin-left: calc(50% - 30%);
  }
}
@media (min-width: 1200px) {
  .add-activity .info-right .info-right-button-offline img.bg-img {
    margin-top: 120px;
  }
}
.add-activity .info-right .back-button {
  margin-top: 72px;
  margin-left: 145px;
}
.add-activity .info-right .back-button.mt-25 {
  margin-top: 25px;
}
.add-activity .info-right .back-button a {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #911963;
}
.add-activity .info-right .username-block {
  height: 49px;
  padding-left: 12px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 49px;
  color: #621444;
}
.add-activity .info-right .intro-headline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  color: #621444;
  margin-left: 12px;
  padding-bottom: 20px;
}
.add-activity .info-right .intro-block {
  padding-top: 22px;
  padding-bottom: 34px;
  padding-left: 12px;
  padding-right: 12px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #621444;
}
.add-activity .info-right .mt-0 .form-group {
  margin-top: 0px;
  padding-top: 0px;
}
@media (min-width: 1200px) {
  .add-activity.step-10 .info-right {
    margin-left: 10px;
  }
}
@media (min-width: 1400px) {
  .add-activity.step-10 .info-right {
    margin-left: 80px;
  }
}
.add-activity .register-stepper {
  margin-top: 50px;
  margin-bottom: 60px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
}
.add-activity .register-stepper .headine {
  margin-left: 50px;
  padding-top: 18px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 45px;
  color: #621444;
}
.add-activity .register-stepper .step-holder {
  margin-top: 5px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 20px;
}
.add-activity .register-stepper .step-holder .step {
  width: 5.5%;
  height: 17px;
  float: left;
  margin-left: 1px;
  margin-right: 1px;
}
@media (min-width: 768px) {
  .add-activity .register-stepper .step-holder .step {
    width: 5.8%;
  }
}
.add-activity .register-stepper .step-holder .step.active {
  background: #621444 0% 0% no-repeat padding-box;
  opacity: 1;
}
.add-activity .register-stepper .step-holder .step.done {
  background: #621444 0% 0% no-repeat padding-box;
  opacity: 1;
}
.add-activity .register-stepper .step-holder .step.inactive {
  background: #6C757D 0% 0% no-repeat padding-box;
  opacity: 0.5;
}
.add-activity .english-wrapper {
  display: none;
}
.add-activity .xs-oida-form-section-hide {
  display: none;
}
.add-activity a.btn2021 {
  width: 260px;
  height: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 0px;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 50px;
  color: #621444;
  cursor: pointer;
  text-align: center;
}
.add-activity a.btn2021.pink {
  background: #911963 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.add-activity a.btn2021.pink:hover {
  background-color: #a82776;
}
.event-tile {
  height: 232px;
  margin-bottom: 14px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.event-tile.not-confirmed {
  background: #FFE553 0% 0% no-repeat padding-box;
}
.event-tile.update {
  height: 100%;
  height: calc(100% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .event-tile.update {
    flex-direction: row;
  }
}
.event-tile.update .left {
  width: 100%;
  border-radius: 15px 15px 0 0;
  height: 100%;
  min-height: 46vw;
}
@media (min-width: 576px) {
  .event-tile.update .left {
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .event-tile.update .left {
    border-radius: 15px 0 0 15px;
    width: 40%;
  }
}
.event-tile.update .right {
  border-radius: 0 0 15px 15px;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
}
@media (min-width: 1200px) {
  .event-tile.update .right {
    border-radius: 0 15px 15px 0;
    width: 60%;
    height: 100%;
    min-height: auto;
    max-height: none;
  }
}
.event-tile .left {
  float: left;
  width: 37%;
  height: 100%;
  background-repeat: no-repeat;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.event-tile .right {
  float: left;
  height: 100%;
  width: 62.99%;
  padding-left: 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.event-tile .right .xs-oida-event-head-icons {
  padding-top: 10px;
  padding-bottom: 8px;
}
.event-tile .right .xs-oida-event-head-icons .xs-oida-event-category-bubble {
  float: left;
  background: #621444 0% 0% no-repeat padding-box;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #FFFFFF;
  padding: 2px 15px 2px 15px;
}
.event-tile .right .xs-oida-event-head-icons .xs-oida-event-update-delete {
  float: right;
  display: inline-block;
  margin-right: 8px;
}
.event-tile .right .headline {
  margin-top: -10px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #621444;
}
.event-tile .right .svg-wrapper img {
  margin-right: 6px;
  margin-top: -2px;
}
.event-tile.new {
  min-height: 257px;
}
.event-tile.new .left {
  min-height: 155px;
  background: #84466b 0% 0% no-repeat padding-box;
}
.event-tile.new .right {
  padding-left: 0px;
  background: #621444 0% 0% no-repeat padding-box;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
  color: #fff;
  text-align: center;
}
.location-tile {
  margin-bottom: 14px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005A;
  border-radius: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.location-tile .location-tile-inner {
  padding: 5px 10px 10px 15px;
}
.location-tile .xs-oida-location-update-delete {
  float: right;
  display: inline-block;
  margin-right: 8px;
}
.location-tile .overview-headline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #621444;
  padding: 10px 0px 3px 0px;
}
.container-partner {
  padding-top: 43px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1200px) {
  .container-partner {
    max-width: 950px;
  }
}
@media (min-width: 1400px) {
  .container-partner {
    max-width: 1150px;
  }
}
@media (min-width: 1600px) {
  .container-partner {
    max-width: 1350px;
  }
}
.container-partner.custom {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.container-partner.custom .row {
  margin-left: -20px;
  margin-right: -20px;
}
.container-partner.custom .row div[class^="col-"],
.container-partner.custom .row div[class*=" col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.container-partner.custom .row div[class^="col-"]:nth-of-type(odd),
.container-partner.custom .row div[class*=" col-"]:nth-of-type(odd) {
  padding-right: 10px;
}
.container-partner.custom .row div[class^="col-"]:nth-of-type(even),
.container-partner.custom .row div[class*=" col-"]:nth-of-type(even) {
  padding-left: 10px;
}
.btn.btn-entry {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  border: 0;
  background-color: white;
  color: #621444;
  border-radius: 15px;
}
.btn.btn-entry:hover {
  background-color: #621444;
  color: white;
}
.text-image-partner {
  padding: 20px 0;
}
.text-image-partner .img {
  width: 100%;
  height: auto;
}
.text-image-partner .headline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #621444;
}
@media (min-width: 768px) {
  .text-image-partner .headline {
    font-size: 35px;
  }
}
@media (min-width: 1400px) {
  .text-image-partner .headline {
    font-size: 35px;
  }
}
.text-image-partner .listentry {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #621444;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}
.text-image-partner .listentry:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  width: 31px;
  height: 31px;
  font-size: 15px;
  line-height: 31px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #621444;
}
@media (min-width: 768px) {
  .text-image-partner .listentry {
    font-size: 20px;
    line-height: 1.25;
  }
}
@media (min-width: 1400px) {
  .text-image-partner .listentry {
    font-size: 20px;
    line-height: 1.25;
  }
}
.text-image-partner a {
  align-self: center;
}
@media (min-width: 768px) {
  .text-image-partner a {
    align-self: flex-start;
  }
}
.oida-box {
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.multi-form {
  padding: 0 15px;
}
.label-holder {
  z-index: 2;
}
.label-holder .upper {
  text-align: center;
  padding-bottom: 20px;
}
.label-holder .upper.logo-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.label-holder .upper.logo-left .img {
  padding-right: 15px;
}
.label-holder .upper .img {
  padding-bottom: 20px;
}
.label-holder .upper .headline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #621444;
  font-size: 25px;
  margin: 0;
}
@media (min-width: 1200px) {
  .label-holder .upper .headline {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .label-holder .upper .headline {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .label-holder .upper .headline {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .label-holder .upper .headline {
    font-size: 45px;
  }
}
.label-holder .oida-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
.label-holder.atoms .upper.cms-mode {
  min-height: 3cm;
  padding: 20px 5px;
}
.label-holder.atoms .fake-label {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .label-holder.atoms .fake-label {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .label-holder.atoms .fake-label {
    align-items: center;
    flex-direction: row;
  }
}
.label-holder.atoms .img-holder-2 {
  margin: 0 20px 10px;
}
@media (min-width: 992px) {
  .label-holder.atoms .img-holder-2 {
    margin: 0 40px;
  }
}
.label-holder.atoms .img-holder-2 img {
  width: 61px;
  height: auto;
}
.label-holder.atoms .content-holder-2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #621444;
}
@media (min-width: 1200px) {
  .label-holder.atoms .content-holder-2 {
    align-items: center;
    flex-direction: row;
  }
}
.label-holder.atoms .content-holder-2 .headline-2 {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  margin: 0 0px 0 0;
  color: #621444;
  text-align: left;
}
@media (min-width: 768px) {
  .label-holder.atoms .content-holder-2 .headline-2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .label-holder.atoms .content-holder-2 .headline-2 {
    font-size: 35px;
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .label-holder.atoms .content-holder-2 .headline-2 {
    font-size: 40px;
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1400px) {
  .label-holder.atoms .content-holder-2 .headline-2 {
    font-size: 45px;
    margin: 0 50px 0 0;
  }
}
.label-holder.atoms .content-holder-2 .text-holder-2 p {
  text-align: left;
  margin: 0;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 768px) {
  .label-holder.atoms .content-holder-2 .text-holder-2 p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .label-holder.atoms .content-holder-2 .text-holder-2 p {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .label-holder.atoms .content-holder-2 .text-holder-2 p {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .label-holder.atoms .content-holder-2 .text-holder-2 p {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .label-holder.atoms .stuff-wrapper {
    margin-bottom: -214px;
  }
}
@media (min-width: 1200px) {
  .label-holder.atoms .stuff-wrapper .form-auto-input {
    height: 88%;
  }
}
@media (min-width: 1200px) {
  .label-holder.atoms .stuff-wrapper .headline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .label-holder.atoms .stuff-wrapper .text-holder {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.js-btn {
  cursor: pointer;
}
.form-auto-input {
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  height: 164px;
  display: flex;
  margin-bottom: 50px;
  padding: 20px 20px 0 20px;
}
.form-auto-input .img-holder {
  padding-right: 15px;
}
.form-auto-input .img-holder .image {
  width: 40px;
}
@media (min-width: 1200px) {
  .form-auto-input .img-holder .image {
    width: 97px;
  }
}
.form-auto-input .content-holder {
  position: relative;
  color: #621444;
}
.form-auto-input .content-holder .headline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 15px 0;
  color: #621444;
  line-height: 1;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .form-auto-input .content-holder .headline {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .form-auto-input .content-holder .headline {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .form-auto-input .content-holder .headline {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .form-auto-input .content-holder .headline {
    font-size: 30px;
  }
}
.form-auto-input .content-holder .text-holder {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .form-auto-input .content-holder .text-holder {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.form-auto-input .content-holder .text-holder p {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .form-auto-input .content-holder .text-holder p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .form-auto-input .content-holder .text-holder p {
    font-size: 20px;
  }
}
.form-auto-input .content-holder .control-holder {
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-auto-input .content-holder .control-holder label {
  display: block;
  margin-right: 15px;
  pointer-events: none;
}
.form-auto-input .content-holder .control-holder label .checkbox-holder {
  width: 50px;
  height: 50px;
  border: 5px solid #E8DCE3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.form-auto-input .content-holder .control-holder label .checkbox-holder:before {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  font-size: 23px;
  color: #E8DCE3;
}
.form-auto-input .content-holder .control-holder .input {
  display: none;
}
.form-auto-input .content-holder .control-holder .input:checked + label .checkbox-holder {
  border-color: #621444;
}
.form-auto-input .content-holder .control-holder .input:checked + label .checkbox-holder:before {
  color: #621444;
}
.form-auto-input .content-holder .control-holder .btn-entry {
  color: white;
  background-color: #621444;
  height: 50px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-auto-input .content-holder .control-holder .btn-entry:hover {
  color: #621444;
  background-color: white;
}
.headline-partner h2 {
  margin: 0;
}
.headline-partner h2:not(:empty) {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #621444;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  font-size: 35px;
}
@media (min-width: 768px) {
  .headline-partner h2:not(:empty) {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .headline-partner h2:not(:empty) {
    padding: 80px 0 20px;
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .headline-partner h2:not(:empty) {
    font-size: 65px;
  }
}
@media (min-width: 1400px) {
  .headline-partner h2:not(:empty) {
    font-size: 75px;
  }
}
.submit-container {
  margin-top: -15px;
}
.submit-container .container-partner {
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 15px 15px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .submit-container .container-partner {
    padding: 0 35px;
  }
}
@media (min-width: 1200px) {
  .submit-container .container-partner {
    max-width: 880px;
  }
}
@media (min-width: 1400px) {
  .submit-container .container-partner {
    max-width: 1080px;
  }
}
@media (min-width: 1600px) {
  .submit-container .container-partner {
    max-width: 1280px;
  }
}
.submit-container .img-holder {
  display: flex;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 50px;
}
.submit-container .img {
  width: 65px;
  margin-right: 15px;
}
.submit-container .headline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #621444;
  font-size: 25px;
  line-height: 1;
  margin: 0;
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  .submit-container .headline {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .submit-container .headline {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .submit-container .headline {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .submit-container .headline {
    font-size: 45px;
  }
}
.submit-container .display {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.submit-container .wrapper {
  padding-left: 70px;
}
@media (min-width: 1200px) {
  .submit-container .wrapper {
    margin-left: 15%;
  }
}
.submit-container .listheadline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #621444;
  line-height: 1;
  font-size: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .submit-container .listheadline {
    font-size: 25px;
  }
}
@media (min-width: 1400px) {
  .submit-container .listheadline {
    font-size: 30px;
  }
}
.submit-container .listheadline:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  position: absolute;
  left: -19px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  border-radius: 50%;
  border: 5px solid #621444;
}
.submit-container .list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 50px;
}
.submit-container .list li {
  padding: 0;
}
@media (min-width: 1200px) {
  .submit-container .list {
    margin-bottom: 0;
  }
}
.submit-container .list .list-item {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #621444;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  position: relative;
}
@media (min-width: 992px) {
  .submit-container .list .list-item {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .submit-container .list .list-item {
    font-size: 20px;
  }
}
.submit-container .list .list-item .check,
.submit-container .list .list-item .times {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 55px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
}
.submit-container .list .list-item .check:before,
.submit-container .list .list-item .times:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 1px;
  font-size: 30px;
  line-height: 1px;
}
.submit-container .list .list-item .check:before {
  content: "\e923";
  font-size: 17px;
}
.submit-container .list .list-item .times:before {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "\00D7";
}
.submit-container .list .list-item .close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  cursor: pointer;
}
.submit-container .list .list-item .close:before {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 600;
  font-style: normal;
  content: "X";
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #621444;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}
.submit-container .list .list-item .close:hover:before {
  color: red;
}
.submit-container .textarea {
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  resize: none;
  width: 100%;
  height: 100%;
  min-height: 150px;
  padding: 15px;
}
.submit-container .textarea::placeholder,
.submit-container .textarea::-webkit-input-placeholder,
.submit-container .textarea::-moz-placeholder,
.submit-container .textarea:-moz-placeholder,
.submit-container .textarea:-ms-input-placeholder {
  color: #4B4B5A;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .submit-container .textarea {
    min-height: 220px;
  }
}
.submit-container .button-holder {
  padding: 25px 0 30px;
}
.submit-container .hr-partner {
  margin: 20px -35px;
}
.submit-container .big-img {
  width: 100%;
  height: auto;
  padding: 30px 0 20px;
}
.submit-container .box {
  padding: 0;
  margin: 0 0 25px 0;
}
.submit-container .text-holder {
  margin: 0 0 25px 0;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #621444;
}
@media (min-width: 992px) {
  .submit-container .text-holder {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .submit-container .text-holder {
    font-size: 20px;
  }
}
.submit-container .btn-entry {
  background-color: #621444 !important;
  color: white !important;
}
.submit-container .btn-entry:hover {
  background-color: white !important;
  color: #621444 !important;
}
.team-oida-box {
  background-color: #621444;
  padding-bottom: 120px;
}
.team-oida-box .special-img {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 50% 50%;
  -webkit-transform: translate(50%, -50%) rotate(-16deg);
  -moz-transform: translate(50%, -50%) rotate(-16deg);
  -ms-transform: translate(50%, -50%) rotate(-16deg);
  -o-transform: translate(50%, -50%) rotate(-16deg);
  transform: translate(50%, -50%) rotate(-16deg);
}
@media (min-width: 1400px) {
  .team-oida-box .special-img {
    display: block;
  }
}
.team-oida-box .special-img .img {
  width: 100%;
  height: auto;
}
.team-oida-box .upper {
  text-align: center;
}
.team-oida-box .upper .headline {
  color: white;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  padding: 25px 0 32px;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .team-oida-box .upper .headline {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .team-oida-box .upper .headline {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .team-oida-box .upper .headline {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .team-oida-box .upper .headline {
    font-size: 75px;
  }
}
.team-oida-box .upper .subline {
  color: white;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .team-oida-box .upper .subline {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .team-oida-box .upper .subline {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .team-oida-box .upper .subline {
    font-size: 25px;
  }
}
.team-oida-box .oida-team-kachel {
  color: white;
}
.team-oida-box .oida-team-kachel .img-holder {
  margin-bottom: 45px;
}
.team-oida-box .oida-team-kachel .img-holder .img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.team-oida-box .oida-team-kachel .rating-holder {
  position: relative;
  height: 30px;
  margin: 15px 0;
  width: 144px;
  background-color: #c0a1b4;
}
.team-oida-box .oida-team-kachel .rating-holder .rating-bar {
  background-color: white;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.team-oida-box .oida-team-kachel .rating-holder .ratingstar {
  width: auto;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.team-oida-box .oida-team-kachel .content-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.team-oida-box .oida-team-kachel .content-holder .name {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
@media (min-width: 768px) {
  .team-oida-box .oida-team-kachel .content-holder .name {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .team-oida-box .oida-team-kachel .content-holder .name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .team-oida-box .oida-team-kachel .content-holder .name {
    font-size: 25px;
  }
}
.team-oida-box .oida-team-kachel .content-holder .company {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .team-oida-box .oida-team-kachel .content-holder .company {
    font-size: 18px;
  }
}
.team-oida-box .oida-team-kachel .content-holder .phrase {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
@media (min-width: 992px) {
  .team-oida-box .oida-team-kachel .content-holder .phrase {
    font-size: 18px;
  }
}
.flappy-holder {
  position: fixed;
  left: 15px;
  bottom: 0;
  z-index: 1000;
}
.flappy-holder .flappy.notification {
  background-color: #FFE553;
  border-radius: 15px 15px 0 0;
  width: 100%;
  max-width: 200px;
  padding: 15px;
  color: #621444;
  text-align: right;
  -webkit-transform: translate(0, 205px);
  -moz-transform: translate(0, 205px);
  -ms-transform: translate(0, 205px);
  -o-transform: translate(0, 205px);
  transform: translate(0, 205px);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .flappy-holder .flappy.notification {
    max-width: 270px;
  }
}
.flappy-holder .flappy.notification .headline {
  text-align: center;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .flappy-holder .flappy.notification .headline {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .flappy-holder .flappy.notification .headline {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .flappy-holder .flappy.notification .headline {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .flappy-holder .flappy.notification .headline {
    font-size: 25px;
  }
}
.flappy-holder .flappy.notification .headline:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  display: block;
  content: "\e935";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  cursor: pointer;
}
.flappy-holder .flappy.notification .text-holder {
  opacity: 0;
  text-align: left;
  font-size: 14px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 992px) {
  .flappy-holder .flappy.notification .text-holder {
    font-size: 16px;
  }
}
.flappy-holder .flappy.notification .text-holder a {
  text-decoration: underline !important;
}
.flappy-holder .flappy.notification .text-holder.init-hide {
  opacity: 0;
  pointer-events: none;
}
.flappy-holder .flappy.notification .small-link {
  font-size: 12px;
  text-decoration: underline !important;
  margin-right: 35px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.flappy-holder .flappy.notification.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  animation: flappyAni 0.6s;
}
.flappy-holder .flappy.notification.active .small-link,
.flappy-holder .flappy.notification.active .text-holder {
  opacity: 1;
}
.flappy-holder .flappy.notification.active .init-hide {
  pointer-events: auto;
}
@keyframes flappyAni {
  0% {
    -webkit-transform: translate(0, 205px);
    -moz-transform: translate(0, 205px);
    -ms-transform: translate(0, 205px);
    -o-transform: translate(0, 205px);
    transform: translate(0, 205px);
  }
  25% {
    -webkit-transform: translate(0, 215px);
    -moz-transform: translate(0, 215px);
    -ms-transform: translate(0, 215px);
    -o-transform: translate(0, 215px);
    transform: translate(0, 215px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.single-label {
  padding: 50px 0 80px 0;
}
.single-label .fake-label {
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .single-label .fake-label {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .single-label .fake-label {
    align-items: center;
    flex-direction: row;
  }
}
.single-label .img-holder {
  margin: 0 20px 10px;
}
@media (min-width: 992px) {
  .single-label .img-holder {
    margin: 0 40px;
  }
}
.single-label .img-holder img {
  width: 61px;
  height: auto;
}
.single-label .content-holder {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #621444;
}
@media (min-width: 1200px) {
  .single-label .content-holder {
    align-items: center;
    flex-direction: row;
  }
}
.single-label .content-holder .headline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  margin: 0 0px 0 0;
  color: #621444;
}
@media (min-width: 768px) {
  .single-label .content-holder .headline {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .single-label .content-holder .headline {
    font-size: 35px;
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .single-label .content-holder .headline {
    white-space: nowrap;
    font-size: 40px;
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1400px) {
  .single-label .content-holder .headline {
    font-size: 45px;
    margin: 0 50px 0 0;
  }
}
.single-label .content-holder .text-holder p {
  margin: 0;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 768px) {
  .single-label .content-holder .text-holder p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .single-label .content-holder .text-holder p {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .single-label .content-holder .text-holder p {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .single-label .content-holder .text-holder p {
    font-size: 25px;
  }
}
.single-label .control-holder {
  height: 50px;
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .single-label .control-holder {
    right: 0;
    margin-right: 50px;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}
.single-label .control-holder .btn-entry {
  white-space: nowrap;
  background: #621444;
  color: white;
}
.single-label .control-holder .btn-entry:hover {
  background-color: white;
  color: #621444;
}
.oida {
  color: #621444 !important;
  font-family: 'Hind Siliguri', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.oida.active {
  font-family: 'Hind Siliguri', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.slimscroll-menu .metismenu li .main:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  -o-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  content: "\e904";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.slimscroll-menu .metismenu li.active {
  background-color: #F9F3F7;
}
.slimscroll-menu .metismenu li.active .main {
  border-color: #621444 !important;
  position: relative;
}
.slimscroll-menu .metismenu li.active .main:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.slimscroll-menu .metismenu li a.sub {
  font-size: 14px !important;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 3px !important;
}
.zweispalten-text .headline {
  color: #621444;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  display: block;
}
@media (min-width: 992px) {
  .zweispalten-text .headline {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .zweispalten-text .headline {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .zweispalten-text .headline {
    font-size: 35px;
  }
}
.zweispalten-text .text-holder p {
  font-size: 16px;
  color: #621444;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  .zweispalten-text .text-holder p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .zweispalten-text .text-holder p {
    font-size: 185px;
  }
}
@media (min-width: 1200px) {
  .zweispalten-text .text-holder p {
    font-size: 20px;
  }
}
.faq-baustein .faq-holder {
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 35px;
}
.faq-baustein .faq-holder .upper .headline {
  text-align: center;
  color: #621444;
  font-size: 25px;
}
@media (min-width: 768px) {
  .faq-baustein .faq-holder .upper .headline {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .faq-baustein .faq-holder .upper .headline {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .faq-baustein .faq-holder .upper .headline {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .faq-baustein .faq-holder .upper .headline {
    font-size: 45px;
  }
}
.faq-baustein .faq-holder .lower .single-item {
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  margin-bottom: 15px;
  padding: 0 35px;
  min-height: 40px;
}
@media (min-width: 1200px) {
  .faq-baustein .faq-holder .lower .single-item {
    min-height: 70px;
  }
}
.faq-baustein .faq-holder .lower .single-item .trigger {
  display: block;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #621444;
  font-size: 16px;
  height: 40px;
}
@media (min-width: 1200px) {
  .faq-baustein .faq-holder .lower .single-item .trigger {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .faq-baustein .faq-holder .lower .single-item .trigger {
    height: 70px;
  }
}
.faq-baustein .faq-holder .lower .single-item .trigger:after {
  color: #621444;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  -o-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 15px;
}
.faq-baustein .faq-holder .lower .single-item .trigger.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.faq-baustein .faq-holder .lower .single-item hr {
  margin: 3px 0;
  border-color: #621444;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.6;
}
.faq-baustein .faq-holder .lower .single-item .coll .answer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .faq-baustein .faq-holder .lower .single-item .coll .answer {
    min-height: 70px;
    font-size: 20px;
  }
}
.fake-title {
  margin: 15px 0;
}
@media (min-width: 1200px) {
  .fake-title {
    margin: 35px 0;
  }
}
.fake-title .container-partner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fake-title .img {
  height: 30px;
  width: auto;
  margin-right: 15px;
}
.fake-title .title {
  line-height: 30px;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #621444;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .fake-title .title {
    font-size: 20px;
  }
}
.container-atoms {
  height: calc(100vh - 72px - 100px - 60px);
}
.container-atoms .full {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.container-atoms .bg-img {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-16deg) translate(25%, 25%);
  -moz-transform: rotate(-16deg) translate(25%, 25%);
  -ms-transform: rotate(-16deg) translate(25%, 25%);
  -o-transform: rotate(-16deg) translate(25%, 25%);
  transform: rotate(-16deg) translate(25%, 25%);
}
@media (min-width: 1200px) {
  .container-atoms .bg-img {
    display: block;
  }
}
@media (min-width: 1400px) {
  .angebot-schalten .left-box {
    padding-right: 20%;
    border-right: 1px solid #621444;
  }
}
@media (min-width: 1400px) {
  .angebot-schalten .right-box {
    padding-left: 20%;
  }
}
.angebot-schalten .headline.l {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #621444;
}
@media (min-width: 1200px) {
  .angebot-schalten .headline.l {
    font-size: 30px;
  }
}
.angebot-schalten .headline.r {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #621444;
}
@media (min-width: 1200px) {
  .angebot-schalten .headline.r {
    font-size: 20px;
  }
}
.angebot-schalten .text-holder.l {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #621444;
}
@media (min-width: 1200px) {
  .angebot-schalten .text-holder.l {
    font-size: 20px;
  }
}
.angebot-schalten .text-holder.r {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 20px;
}
.angebot-schalten .img {
  width: 100%;
  height: auto;
}
.angebot-schalten form label {
  padding: 10px;
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  position: relative;
  margin-left: 45px;
  width: calc(100% - 45px);
}
@media (min-width: 992px) {
  .angebot-schalten form label {
    width: calc(100% - 75px);
    padding: 10px 45px;
    margin-left: 70px;
  }
}
.angebot-schalten form label ._fakebox {
  width: 40px;
  height: 40px;
  font-size: 40px/2;
  border: 5px solid #E8DCE3;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .angebot-schalten form label ._fakebox {
    width: 50px;
    height: 50px;
    font-size: 50px/2;
    left: -15px;
  }
}
.angebot-schalten form label ._fakebox:before {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  font-size: 23px;
  color: #E8DCE3;
}
.angebot-schalten form label input:checked + ._fakebox {
  border-color: #621444;
}
.angebot-schalten form label input:checked + ._fakebox:before {
  color: #621444;
}
.angebot-schalten form label .fakecontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center !important;
}
.angebot-schalten form label .fakecontainer .headline {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  color: #621444;
  position: relative;
  margin-bottom: 5px;
}
.angebot-schalten form label .fakecontainer .headline:before,
.angebot-schalten form label .fakecontainer .headline:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.angebot-schalten form label .fakecontainer .headline:before {
  margin-right: 10px;
}
.angebot-schalten form label .fakecontainer .headline:after {
  margin-left: 10px;
}
.angebot-schalten form label .fakecontainer .headline.star:before,
.angebot-schalten form label .fakecontainer .headline.star:after {
  content: "\e92d";
}
.angebot-schalten form label .fakecontainer .headline.half:before,
.angebot-schalten form label .fakecontainer .headline.half:after {
  content: "\e918";
}
.angebot-schalten form label .fakecontainer .headline.half:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.angebot-schalten form label .fakecontainer .headline.half:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.angebot-schalten form label .fakecontainer .headline.search:before,
.angebot-schalten form label .fakecontainer .headline.search:after {
  content: "\e936";
}
.angebot-schalten form label .fakecontainer .text {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.angebot-schalten form .btn-entry {
  margin-top: 30px;
  background-color: #621444;
  color: white;
}
.angebot-schalten form .btn-entry:hover {
  background-color: white;
  color: #621444;
}
.kachel-for-activities {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px #0000005a;
  -moz-box-shadow: 0 3px 6px #0000005a;
  box-shadow: 0 3px 6px #0000005a;
  border: 5px solid #621444;
}
.kachel-for-activities.online {
  border-color: #55C69F;
}
.kachel-for-activities.online .image-holder .flag {
  background-color: #55C69F;
}
.kachel-for-activities.incomplete {
  border-color: #E6AB93;
}
.kachel-for-activities.incomplete .image-holder .flag {
  background-color: #E6AB93;
}
@media (min-width: 1200px) {
  .kachel-for-activities {
    display: flex;
    flex-direction: row;
  }
}
.kachel-for-activities .image-holder {
  position: relative;
}
@media (min-width: 1200px) {
  .kachel-for-activities .image-holder {
    width: 40%;
  }
}
.kachel-for-activities .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kachel-for-activities .image-holder .flag {
  position: absolute;
  left: 50%;
  top: 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #621444;
  color: white;
  padding: 3px 10px;
  border-radius: 999px;
  text-align: center;
  width: 90%;
  font-weight: 700;
}
.kachel-for-activities .content-holder {
  display: block;
  background-color: white;
  padding: 10px;
  min-height: 200px;
}
@media (min-width: 1200px) {
  .kachel-for-activities .content-holder {
    min-height: 280px;
    width: 60%;
  }
}
.kachel-for-activities .content-holder .upper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  height: 33px;
}
.kachel-for-activities .content-holder .category {
  background-color: #621444;
  color: white;
  font-weight: bold;
  padding: 0 10px;
  line-height: 23px;
  display: inline-block;
  border-radius: 15px;
  min-width: 110px;
  text-align: center;
}
.kachel-for-activities .content-holder .controls {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50px;
}
.kachel-for-activities .content-holder .controls img {
  display: block;
}
.kachel-for-activities .content-holder .text-holder {
  position: relative;
}
@media (min-width: 1400px) {
  .kachel-for-activities .content-holder .text-holder {
    height: 100%;
    height: calc(100% - 30px);
  }
}
.kachel-for-activities .content-holder .line {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 1200px) {
  .kachel-for-activities .content-holder .line {
    margin: 0;
  }
}
.kachel-for-activities .content-holder .line:last-of-type {
  margin-bottom: auto;
}
.kachel-for-activities .content-holder .line.rows {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.kachel-for-activities .content-holder .line img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.kachel-for-activities .content-holder .line .side-info {
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .kachel-for-activities .content-holder .w-md-40 {
    width: 40% !important;
  }
}
.kachel-for-activities .content-holder .headline {
  margin: 10px 0 5px 0;
  line-height: 1.3;
  font-size: 18px;
  color: #621444;
}
.kachel-for-activities .content-holder .text-holder {
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .kachel-for-activities .content-holder .text-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .kachel-for-activities .content-holder .wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.kachel-for-activities .content-holder .discounts {
  border-top: 1px solid #621444;
  width: 100%;
  min-height: 1px;
  display: flex;
  align-items: center;
  justify-content: sapce-between;
  padding: 15px 0 5px;
  gap: 15px;
  margin-top: 15px;
}
.kachel-for-activities .content-holder .discounts .tile-btn {
  flex: 0 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #c4c8cb;
  transition: 300ms ease;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  height: 100%;
  position: relative;
}
.kachel-for-activities .content-holder .discounts .tile-btn:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}
.kachel-for-activities .content-holder .discounts .tile-btn.active,
.kachel-for-activities .content-holder .discounts .tile-btn:hover {
  background-color: #621444;
}
.snackbar {
  display: none;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.snackbar.open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .snackbar {
    display: block;
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 440px;
    z-index: 400;
    background-color: white;
    border-radius: 15px 0 0 15px;
    border-left: 15px solid #621444;
    background-color: #F9F3F7;
  }
  .snackbar .upper {
    border-bottom: 1px solid #621444;
    -webkit-box-shadow: 0px 7px 15px -7px #00000060;
    -moz-box-shadow: 0px 7px 15px -7px #00000060;
    box-shadow: 0px 7px 15px -7px #00000060;
    background-color: white;
    padding-top: 25px;
  }
  .snackbar .upper .snack-header {
    position: relative;
    display: flex;
    align-items: center;
  }
  .snackbar .upper .snack-header .checker {
    width: 50px;
    height: 50px;
    border: 5px solid #621444;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 20px;
  }
  .snackbar .upper .snack-header .checker:before {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconV2' !important;
    speak: never;
    /* Better Font Rendering =========== */
    font-family: 'iconV2';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e923";
    font-size: 23px;
    color: #621444;
  }
  .snackbar .upper .snack-header .new {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: #621444;
  }
  .snackbar .upper .snack-header .myClose {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    background-color: #621444;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #621444;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .snackbar .upper .snack-header .myClose:hover {
    border: 1px solid red;
    background-color: white;
    color: red;
  }
  .snackbar .upper .snack-header .myClose span {
    margin-bottom: -3px;
  }
  .snackbar .text-holder {
    max-width: 60%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .snackbar .text-holder img {
    margin-right: 15px;
  }
  .snackbar .text-holder .headline {
    margin: 0;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #621444;
  }
  .snackbar .text-holder p {
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #621444;
    font-size: 20px;
    line-height: 25px;
  }
  .snackbar .text-holder .btn-entry {
    background-color: #621444;
    color: white;
    width: 100%;
    margin: 15px 0 50px;
  }
  .snackbar .text-holder .btn-entry:hover {
    background-color: white;
    color: #621444;
  }
  .snackbar .lower {
    padding: 20px 0 0 15px;
  }
  .snackbar .lower .recommended .headline {
    color: #621444;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    line-height: 45px;
  }
  .snackbar .lower .recommended img {
    margin: 15px;
  }
  .snackbar .lower .recommended .subline {
    color: #621444;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
  }
  .snackbar .lower .recommended .text-holder {
    margin-top: 0;
  }
  .snackbar .lower .recommended .text-holder p {
    margin: 0;
  }
}
.cstom-close {
  float: none;
  position: absolute;
  left: 30px;
  top: -7px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  color: white;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cstom-close:hover {
  color: #cc2a8d;
}
.blurry-box:after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  backdrop-filter: blur(4px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.daterangepicker {
  -webkit-box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.05);
  border-color: #621444;
  border-radius: 0;
  background-color: white;
}
.daterangepicker:before {
  border-bottom: 7px solid #621444;
}
.daterangepicker:after {
  border-bottom: 7px solid white;
}
.daterangepicker .drp-calendar .calendar-table {
  background-color: white;
  border-color: white;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed td {
  border: 0;
  padding: 0;
  height: 32px;
  width: 32px;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .month {
  color: #621444;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .next,
.daterangepicker .drp-calendar .calendar-table .table-condensed .prev {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .next:after,
.daterangepicker .drp-calendar .calendar-table .table-condensed .prev:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .next:before,
.daterangepicker .drp-calendar .calendar-table .table-condensed .prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconV2' !important;
  speak: never;
  /* Better Font Rendering =========== */
  font-family: 'iconV2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
  border-radius: 50%;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .next:hover,
.daterangepicker .drp-calendar .calendar-table .table-condensed .prev:hover {
  background-color: transparent;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .next:hover:after,
.daterangepicker .drp-calendar .calendar-table .table-condensed .prev:hover:after {
  color: #621444;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .next:hover:before,
.daterangepicker .drp-calendar .calendar-table .table-condensed .prev:hover:before {
  background-color: #621444;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .next span,
.daterangepicker .drp-calendar .calendar-table .table-condensed .prev span {
  display: none;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .next:after {
  content: "\e904";
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .prev:after {
  content: "\e904";
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .off {
  background-color: white;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .in-range {
  background-color: #b7257f;
  color: white;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .active {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .active:before {
  content: "";
  display: block;
  background-color: #b7257f;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -2;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .active:after {
  content: "";
  display: block;
  background-color: #621444;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .active.start-date:before {
  right: 0;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed .active.end-date:before {
  left: 0;
}
.daterangepicker .ranges li.active {
  background-color: #621444;
}
/*/xassets/uncompressed/source_map/43.css.css.map */