@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700;900&display=swap);
@import url(https://use.typekit.net/ldv2nix.css);
@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);
fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
@charset "UTF-8";
#environment-warning {
  display: none !important;
}

/*
FONTS
font-family: 'Source Sans Pro', sans-serif; font-weight: 300; font-style: normal;
font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-style: normal;
font-family: 'Source Sans Pro', sans-serif; font-weight: 700; font-style: normal;
font-family: 'Source Sans Pro', sans-serif; font-weight: 900; font-style: normal;


********************************************/
.pdf-header .right {
  display: flex;
}

.pdf-expand.expand {
  background: url("../images/expand.svg") no-repeat center center;
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.pdf-download.download {
  background: url("../images/downloadPDF.svg") no-repeat center center;
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin-right: 20px;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #3C45EC;
  --indigo: #6574cd;
  --purple: #742fff;
  --pink: #f66d9b;
  --red: #f45656;
  --orange: #fdbc07;
  --yellow: #ffed4a;
  --green: #2BB449;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #FF4F81;
  --secondary: #6c757d;
  --success: #2BB449;
  --info: #6cb2eb;
  --warning: #fdbc07;
  --danger: #f45656;
  --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-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #FF4F81;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #ff034a;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffcedc;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ffa3bd;
}

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c4eacc;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #91d8a0;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d6e9f9;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  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: #ffffff;
  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.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #ffcfdc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 129, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(43, 180, 73, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

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

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

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

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2BB449;
}
.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: #2BB449;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #2BB449;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #41d160;
  background-color: #41d160;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(43, 180, 73, 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: #2BB449;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2BB449;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #2BB449;
  box-shadow: 0 0 0 0.2rem rgba(43, 180, 73, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(244, 86, 86, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f45656;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f45656' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f45656' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f45656;
  box-shadow: 0 0 0 0.2rem rgba(244, 86, 86, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f45656;
}
.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: #f45656;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f45656;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f78686;
  background-color: #f78686;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(244, 86, 86, 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: #f45656;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f45656;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f45656;
  box-shadow: 0 0 0 0.2rem rgba(244, 86, 86, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 129, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #FF4F81;
  border-color: #FF4F81;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #ff2966;
  border-color: #ff1c5c;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #ff2966;
  border-color: #ff1c5c;
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 148, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #FF4F81;
  border-color: #FF4F81;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #ff1c5c;
  border-color: #ff0f53;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 148, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #2BB449;
  border-color: #2BB449;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #24953c;
  border-color: #218b38;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #24953c;
  border-color: #218b38;
  box-shadow: 0 0 0 0.2rem rgba(75, 191, 100, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #2BB449;
  border-color: #2BB449;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #218b38;
  border-color: #1f8134;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 191, 100, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #3f9ae5;
  border-color: #3495e3;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #fdbc07;
  border-color: #fdbc07;
}
.btn-warning:hover {
  color: #212529;
  background-color: #dca202;
  border-color: #cf9902;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #dca202;
  border-color: #cf9902;
  box-shadow: 0 0 0 0.2rem rgba(220, 165, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fdbc07;
  border-color: #fdbc07;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cf9902;
  border-color: #c39002;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 165, 12, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #f45656;
  border-color: #f45656;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #f23232;
  border-color: #f12626;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #f23232;
  border-color: #f12626;
  box-shadow: 0 0 0 0.2rem rgba(246, 111, 111, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #f45656;
  border-color: #f45656;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #f12626;
  border-color: #f01a1a;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 111, 111, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-outline-primary {
  color: #FF4F81;
  border-color: #FF4F81;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #FF4F81;
  border-color: #FF4F81;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 129, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #FF4F81;
  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: #ffffff;
  background-color: #FF4F81;
  border-color: #FF4F81;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 129, 0.5);
}

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

.btn-outline-success {
  color: #2BB449;
  border-color: #2BB449;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #2BB449;
  border-color: #2BB449;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 180, 73, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #2BB449;
  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: #ffffff;
  background-color: #2BB449;
  border-color: #2BB449;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 180, 73, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6cb2eb;
  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: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #fdbc07;
  border-color: #fdbc07;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fdbc07;
  border-color: #fdbc07;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 188, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fdbc07;
  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: #fdbc07;
  border-color: #fdbc07;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 188, 7, 0.5);
}

.btn-outline-danger {
  color: #f45656;
  border-color: #f45656;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #f45656;
  border-color: #f45656;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 86, 86, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f45656;
  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: #ffffff;
  background-color: #f45656;
  border-color: #f45656;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 86, 86, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: #FF4F81;
  text-decoration: none;
}
.btn-link:hover {
  color: #ff034a;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #FF4F81;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #FF4F81;
  background-color: #FF4F81;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 129, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffcfdc;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: white;
  border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #FF4F81;
  background-color: #FF4F81;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 79, 129, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 79, 129, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 79, 129, 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.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 79, 129, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #ffcfdc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 129, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(255, 79, 129, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(255, 79, 129, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(255, 79, 129, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #FF4F81;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #FF4F81;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #FF4F81;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: 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: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #FF4F81;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.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: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #FF4F81;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #ff034a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 129, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #FF4F81;
  border-color: #FF4F81;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #ffffff;
  background-color: #FF4F81;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #ff1c5c;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 129, 0.5);
}

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

.badge-success {
  color: #ffffff;
  background-color: #2BB449;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #218b38;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(43, 180, 73, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #3f9ae5;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #fdbc07;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #cf9902;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 188, 7, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #f45656;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #f12626;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 86, 86, 0.5);
}

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #852943;
  background-color: #ffdce6;
  border-color: #ffcedc;
}
.alert-primary hr {
  border-top-color: #ffb5ca;
}
.alert-primary .alert-link {
  color: #5e1d2f;
}

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

.alert-success {
  color: #165e26;
  background-color: #d5f0db;
  border-color: #c4eacc;
}
.alert-success hr {
  border-top-color: #b1e3bc;
}
.alert-success .alert-link {
  color: #0c3515;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}
.alert-info hr {
  border-top-color: #c0ddf6;
}
.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #846204;
  background-color: #fff2cd;
  border-color: #feecba;
}
.alert-warning hr {
  border-top-color: #fee5a1;
}
.alert-warning .alert-link {
  color: #533d03;
}

.alert-danger {
  color: #7f2d2d;
  background-color: #fddddd;
  border-color: #fcd0d0;
}
.alert-danger hr {
  border-top-color: #fab8b8;
}
.alert-danger .alert-link {
  color: #592020;
}

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

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

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

.list-group-item-primary {
  color: #852943;
  background-color: #ffcedc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #852943;
  background-color: #ffb5ca;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #852943;
  border-color: #852943;
}

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

.list-group-item-success {
  color: #165e26;
  background-color: #c4eacc;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #165e26;
  background-color: #b1e3bc;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #165e26;
  border-color: #165e26;
}

.list-group-item-info {
  color: #385d7a;
  background-color: #d6e9f9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #385d7a;
  background-color: #c0ddf6;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #385d7a;
  border-color: #385d7a;
}

.list-group-item-warning {
  color: #846204;
  background-color: #feecba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #846204;
  background-color: #fee5a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #846204;
  border-color: #846204;
}

.list-group-item-danger {
  color: #7f2d2d;
  background-color: #fcd0d0;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7f2d2d;
  background-color: #fab8b8;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #7f2d2d;
  border-color: #7f2d2d;
}

.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: #ffffff;
  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: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  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: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  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, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top], .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right], .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left], .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

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

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

.bs-popover-top, .b-popover-dark.bs-popover-auto[x-placement^=top], .b-popover-light.bs-popover-auto[x-placement^=top], .b-popover-danger.bs-popover-auto[x-placement^=top], .b-popover-warning.bs-popover-auto[x-placement^=top], .b-popover-info.bs-popover-auto[x-placement^=top], .b-popover-success.bs-popover-auto[x-placement^=top], .b-popover-secondary.bs-popover-auto[x-placement^=top], .b-popover-primary.bs-popover-auto[x-placement^=top], .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right, .b-popover-dark.bs-popover-auto[x-placement^=right], .b-popover-light.bs-popover-auto[x-placement^=right], .b-popover-danger.bs-popover-auto[x-placement^=right], .b-popover-warning.bs-popover-auto[x-placement^=right], .b-popover-info.bs-popover-auto[x-placement^=right], .b-popover-success.bs-popover-auto[x-placement^=right], .b-popover-secondary.bs-popover-auto[x-placement^=right], .b-popover-primary.bs-popover-auto[x-placement^=right], .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .b-popover-dark.bs-popover-auto[x-placement^=bottom], .b-popover-light.bs-popover-auto[x-placement^=bottom], .b-popover-danger.bs-popover-auto[x-placement^=bottom], .b-popover-warning.bs-popover-auto[x-placement^=bottom], .b-popover-info.bs-popover-auto[x-placement^=bottom], .b-popover-success.bs-popover-auto[x-placement^=bottom], .b-popover-secondary.bs-popover-auto[x-placement^=bottom], .b-popover-primary.bs-popover-auto[x-placement^=bottom], .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.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, .b-popover-dark.bs-popover-auto[x-placement^=left], .b-popover-light.bs-popover-auto[x-placement^=left], .b-popover-danger.bs-popover-auto[x-placement^=left], .b-popover-warning.bs-popover-auto[x-placement^=left], .b-popover-info.bs-popover-auto[x-placement^=left], .b-popover-success.bs-popover-auto[x-placement^=left], .b-popover-secondary.bs-popover-auto[x-placement^=left], .b-popover-primary.bs-popover-auto[x-placement^=left], .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

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

.bg-success {
  background-color: #2BB449 !important;
}

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

.bg-info {
  background-color: #6cb2eb !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #2BB449 !important;
}

.border-info {
  border-color: #6cb2eb !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

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

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

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

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

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

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-success {
  color: #2BB449 !important;
}

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

.text-info {
  color: #6cb2eb !important;
}

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}

.form-control.focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #ffcfdc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 129, 0.25);
}
.form-control.focus.is-valid {
  border-color: #2BB449;
  box-shadow: 0 0 0 0.2rem rgba(43, 180, 73, 0.25);
}
.form-control.focus.is-invalid {
  border-color: #f45656;
  box-shadow: 0 0 0 0.2rem rgba(244, 86, 86, 0.25);
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.b-avatar:focus {
  outline: 0;
}
.b-avatar.btn, .b-avatar[href] {
  padding: 0;
  border: 0;
}
.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: transform 0.15s ease-in-out;
}
.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  transform: scale(1.15);
}
.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-text,
.b-avatar .b-avatar-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}
.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}
.b-avatar[href] {
  text-decoration: none;
}
.b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}
.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 1;
}

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.b-avatar-sm .b-avatar-text {
  font-size: calc(0.6rem);
}
.b-avatar-sm .b-avatar-badge {
  font-size: calc(0.42rem);
}

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}
.b-avatar-lg .b-avatar-text {
  font-size: calc(1.4rem);
}
.b-avatar-lg .b-avatar-badge {
  font-size: calc(0.98rem);
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}
.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1;
}

.b-calendar {
  display: inline-flex;
}
.b-calendar .b-calendar-inner {
  min-width: 250px;
}
.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
.b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}
.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}
.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}
.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
.b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}

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

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

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown .dropdown-menu:focus {
  outline: none;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #adb5bd;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.125rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.7875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.153125rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.153125rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.125rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(0.21875rem + 2px);
  left: calc(-2.8125rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.7875rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.153125rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(0.153125rem + 2px);
  left: calc(-1.96875rem + 2px);
  width: calc(0.875rem - 4px);
  height: calc(0.875rem - 4px);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.65625rem);
}

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

.b-form-btn-label-control.form-control {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none;
}
.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}

[dir=rtl] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir=rtl] {
  flex-direction: row-reverse;
}
[dir=rtl] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir=rtl] > label {
  text-align: right;
}

.b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}
.b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}
.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #2BB449;
}
.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #f45656;
}
.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}
.b-form-btn-label-control.form-control > .form-control {
  height: auto;
  min-height: calc(calc(1.6em + 0.75rem + 2px) - 2px);
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  word-break: break-word;
  font-size: inherit;
  white-space: normal;
  cursor: pointer;
}
.b-form-btn-label-control.form-control > .form-control.form-control-sm {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control > .form-control.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}
.input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}
.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}
.b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.125rem;
  height: calc(1.5em + 1rem + 2px);
}
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}
.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 1rem);
  border-radius: 0 0.3rem 0.3rem 0;
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.7875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}
.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 0.5rem);
  border-radius: 0 0.2rem 0.2rem 0;
}

.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.4em + 0.1875rem) center;
}

input[type=color].form-control {
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-sm,
.input-group-sm input[type=color].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-lg,
.input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
.input-group > .custom-range:focus {
  z-index: 3;
}
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-range {
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.6em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}
.input-group > .custom-range:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #ffcfdc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 129, 0.25);
}
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #2BB449;
}
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #2BB449;
  box-shadow: 0 0 0 0.2rem rgba(43, 180, 73, 0.25);
}

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem #a7eab6;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem #a7eab6;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem #a7eab6;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #2BB449;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #a7eab6;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(43, 180, 73, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #2BB449;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #a7eab6;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(43, 180, 73, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #2BB449;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #a7eab6;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(43, 180, 73, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(43, 180, 73, 0.35);
}

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #f45656;
}
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #f45656;
  box-shadow: 0 0 0 0.2rem rgba(244, 86, 86, 0.25);
}

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem #fffefe;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem #fffefe;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem #fffefe;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #f45656;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #fffefe;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(244, 86, 86, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #f45656;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #fffefe;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(244, 86, 86, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #f45656;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #fffefe;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(244, 86, 86, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(244, 86, 86, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.125rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.7875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.153125rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.153125rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

.b-rating {
  text-align: center;
}
.b-rating.d-inline-flex {
  width: auto;
}
.b-rating .b-rating-star,
.b-rating .b-rating-value {
  padding: 0 0.25em;
}
.b-rating .b-rating-value {
  min-width: 2.5em;
}
.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}
.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}
.b-rating.disabled, .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
  transform: scale(1.5);
}
.b-rating[dir=rtl] .b-rating-star-half {
  transform: scale(-1, 1);
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}
[dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}
.b-form-spinbutton output > div,
.b-form-spinbutton output > bdi {
  display: block;
  min-width: 2.25em;
  height: 1.6em;
}
.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}
.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}
.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}
.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}
.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none !important;
}
.b-form-spinbutton .btn:disabled {
  pointer-events: none;
}
.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
  transform: scale(1.25);
}
.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}
.b-form-spinbutton.disabled {
  pointer-events: none;
}

.b-form-tags.focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #ffcfdc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 129, 0.25);
}
.b-form-tags.focus.is-valid {
  border-color: #2BB449;
  box-shadow: 0 0 0 0.2rem rgba(43, 180, 73, 0.25);
}
.b-form-tags.focus.is-invalid {
  border-color: #f45656;
  box-shadow: 0 0 0 0.2rem rgba(244, 86, 86, 0.25);
}
.b-form-tags.disabled {
  background-color: #e9ecef;
}

.b-form-tags-list {
  margin-top: -0.25rem;
}
.b-form-tags-list .b-form-tags-field,
.b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}

.b-form-tags-input {
  color: #495057;
}

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.6;
  margin-right: 0.25rem;
}
.b-form-tag.disabled {
  opacity: 0.75;
}
.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}

.form-control-sm .b-form-tag {
  line-height: 1.5;
}

.form-control-lg .b-form-tag {
  line-height: 1.5;
}

.media-aside {
  display: flex;
  margin-right: 1rem;
}

.media-aside-right {
  margin-right: 0;
  margin-left: 1rem;
}

.modal-backdrop {
  opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.popover.b-popover.show {
  opacity: 1;
}

.b-popover-primary.popover {
  background-color: #ffdce6;
  border-color: #ffcedc;
}
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ffcedc;
}
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #ffdce6;
}
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ffcedc;
}
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #ffdce6;
}
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ffcedc;
}
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffcddb;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffcddb;
}
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ffcedc;
}
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #ffdce6;
}
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #ffcddb;
  border-bottom-color: #ffb3c9;
}
.b-popover-primary .popover-body {
  color: #852943;
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #d6d8db;
}
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #d6d8db;
}
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #d6d8db;
}
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e2e3e5;
}
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}
.b-popover-secondary .popover-body {
  color: #383d41;
}

.b-popover-success.popover {
  background-color: #d5f0db;
  border-color: #c4eacc;
}
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c4eacc;
}
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d5f0db;
}
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c4eacc;
}
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d5f0db;
}
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c4eacc;
}
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #caecd1;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #caecd1;
}
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c4eacc;
}
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d5f0db;
}
.b-popover-success .popover-header {
  color: #212529;
  background-color: #caecd1;
  border-bottom-color: #b7e5c1;
}
.b-popover-success .popover-body {
  color: #165e26;
}

.b-popover-info.popover {
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #d6e9f9;
}
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e2f0fb;
}
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #d6e9f9;
}
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e2f0fb;
}
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #d6e9f9;
}
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #d5e9f9;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #d5e9f9;
}
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #d6e9f9;
}
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e2f0fb;
}
.b-popover-info .popover-header {
  color: #212529;
  background-color: #d5e9f9;
  border-bottom-color: #beddf6;
}
.b-popover-info .popover-body {
  color: #385d7a;
}

.b-popover-warning.popover {
  background-color: #fff2cd;
  border-color: #feecba;
}
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #feecba;
}
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fff2cd;
}
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #feecba;
}
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fff2cd;
}
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #feecba;
}
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffeebe;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffeebe;
}
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #feecba;
}
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fff2cd;
}
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffeebe;
  border-bottom-color: #ffe7a4;
}
.b-popover-warning .popover-body {
  color: #846204;
}

.b-popover-danger.popover {
  background-color: #fddddd;
  border-color: #fcd0d0;
}
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fcd0d0;
}
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fddddd;
}
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fcd0d0;
}
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fddddd;
}
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fcd0d0;
}
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #fccfcf;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #fccfcf;
}
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fcd0d0;
}
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fddddd;
}
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #fccfcf;
  border-bottom-color: #fbb6b6;
}
.b-popover-danger .popover-body {
  color: #7f2d2d;
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fefefe;
}
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fdfdfe;
}
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fefefe;
}
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fdfdfe;
}
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fdfdfe;
}
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fefefe;
}
.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
.b-popover-light .popover-body {
  color: #818182;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d6d8d9;
}
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c6c8ca;
}
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d6d8d9;
}
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c6c8ca;
}
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d6d8d9;
}
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.b-popover-dark .popover-body {
  color: #1b1e21;
}

.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}

.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  transform: translateX(0);
}
.b-sidebar.slide {
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  transform: translateX(-100%);
}
.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}
.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
.b-sidebar.b-sidebar-right.slide:not(.show) {
  transform: translateX(100%);
}
.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}
.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
[dir=rtl] .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
.b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}

.b-skeleton-wrapper {
  cursor: wait;
}

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}
.b-skeleton::before {
  content: " ";
}

.b-skeleton-text {
  height: 0.9rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
}

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

.b-skeleton-input {
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  border: #ced4da solid 1px;
  border-radius: 0.25rem;
}

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}

.b-skeleton-img {
  height: 100%;
  width: 100%;
}

.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.4), transparent);
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-wave::after {
    background: none;
    animation: none;
  }
}

@keyframes b-skeleton-animate-wave {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.b-skeleton-animate-fade {
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-fade {
    animation: none;
  }
}

@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.b-skeleton-animate-throb {
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-throb {
    animation: none;
  }
}

@keyframes b-skeleton-animate-throb {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.975);
  }
}
.table.b-table.b-table-fixed {
  table-layout: fixed;
}
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
.table.b-table[aria-busy=true] {
  opacity: 0.55;
}
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
.table.b-table > caption {
  caption-side: bottom;
}
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #ffffff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
  margin-bottom: 1rem;
}
.b-table-sticky-header > .table,
.table-responsive > .table,
[class*=table-responsive-] > .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports (position: sticky) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }
  .table.b-table > thead > tr > .table-b-table-default,
  .table.b-table > tbody > tr > .table-b-table-default,
  .table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #f8fafc;
  }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
  .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #ffffff;
    background-color: #343a40;
  }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #ffffff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort=none],
.table.b-table > tfoot > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=ascending],
.table.b-table > tfoot > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=descending],
.table.b-table > tfoot > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=none],
.table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=descending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}
.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
  .table.b-table.b-table-stacked-sm > tbody,
  .table.b-table.b-table-stacked-sm > tbody > tr,
  .table.b-table.b-table-stacked-sm > tbody > tr > td,
  .table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
  .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
  .table.b-table.b-table-stacked-md > tbody,
  .table.b-table.b-table-stacked-md > tbody > tr,
  .table.b-table.b-table-stacked-md > tbody > tr > td,
  .table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
  .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
  .table.b-table.b-table-stacked-lg > tbody,
  .table.b-table.b-table-stacked-lg > tbody > tr,
  .table.b-table.b-table-stacked-lg > tbody > tr > td,
  .table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
  .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
  .table.b-table.b-table-stacked-xl > tbody,
  .table.b-table.b-table-stacked-xl > tbody > tr,
  .table.b-table.b-table-stacked-xl > tbody > tr > td,
  .table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
  .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}
.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.b-time {
  min-width: 150px;
}
.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,
.b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.b-time[aria-disabled=true] output {
  pointer-events: none;
}
[dir=rtl] .b-time > .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-time .b-time-header {
  margin-bottom: 0.5rem;
}
.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-time .b-time-footer {
  margin-top: 0.5rem;
}
.b-time .b-time-ampm {
  margin-left: 0.5rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(255, 246, 248, 0.85);
  border-color: rgba(255, 206, 220, 0.85);
  color: #852943;
}
.b-toast-primary .toast .toast-header {
  color: #852943;
  background-color: rgba(255, 220, 230, 0.85);
  border-bottom-color: rgba(255, 206, 220, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #fff6f8;
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}
.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  background-color: rgba(232, 247, 235, 0.85);
  border-color: rgba(196, 234, 204, 0.85);
  color: #165e26;
}
.b-toast-success .toast .toast-header {
  color: #165e26;
  background-color: rgba(213, 240, 219, 0.85);
  border-bottom-color: rgba(196, 234, 204, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e8f7eb;
}

.b-toast-info .toast {
  background-color: rgba(248, 252, 254, 0.85);
  border-color: rgba(214, 233, 249, 0.85);
  color: #385d7a;
}
.b-toast-info .toast .toast-header {
  color: #385d7a;
  background-color: rgba(226, 240, 251, 0.85);
  border-bottom-color: rgba(214, 233, 249, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #f8fcfe;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(254, 236, 186, 0.85);
  color: #846204;
}
.b-toast-warning .toast .toast-header {
  color: #846204;
  background-color: rgba(255, 242, 205, 0.85);
  border-bottom-color: rgba(254, 236, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(254, 245, 245, 0.85);
  border-color: rgba(252, 208, 208, 0.85);
  color: #7f2d2d;
}
.b-toast-danger .toast .toast-header {
  color: #7f2d2d;
  background-color: rgba(253, 221, 221, 0.85);
  border-bottom-color: rgba(252, 208, 208, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fef5f5;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}
.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%; /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 0.9;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ff4f81;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ff4f81;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ff4f81;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ff4f81;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #ffffff;
  background-color: #ff4f81;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #6c757d;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #ffffff;
  background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #2bb449;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #2bb449;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #2bb449;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #2bb449;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #ffffff;
  background-color: #2bb449;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #6cb2eb;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #6cb2eb;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #6cb2eb;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #6cb2eb;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #212529;
  background-color: #6cb2eb;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #fdbc07;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #fdbc07;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #fdbc07;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #fdbc07;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #fdbc07;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f45656;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f45656;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f45656;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f45656;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #ffffff;
  background-color: #f45656;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #ffffff;
  background-color: #343a40;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
  transform-origin: center;
  animation: 2s infinite linear normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    animation: none;
  }
}

@keyframes b-icon-animation-cylon {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

/************* VARIABLES ***************/
/*******************************************
COLORS
$primary-color: #78CBCF;
$secondary-color: #5D6169;

FONTS

********************************************/
body:after, ul:after, ul li:after, .clearKL:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

.modal-backdrop {
  opacity: 0.8;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

html, body, main, main .container-fluid, main .container-sm, main .container-md, main .container-lg, main .container-xl {
  height: 100vh;
}

.row {
  margin: 0;
}

body {
  background: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
}

a {
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

#page {
  max-width: 2000px;
  padding: 0 0 0 310px;
}

.R {
  float: right;
}

.L {
  float: left;
}

.btn {
  font-family: upgrade, sans-serif;
}

.card.card-body.border-0 {
  border-radius: 0;
}

.flexKL {
  display: flex;
}

.btn {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.strong {
  font-weight: 700;
}

.c-mt-25 {
  margin-top: 25px;
}

.c-mt-10 {
  margin-top: 10px;
}

/*********************** GENERAL ************************/
/*table buttons*/
.btn-sm, .btn-group-sm > .btn {
  border: 1px solid #09031D;
}

.btn-sm svg, .btn-group-sm > .btn svg {
  fill: #09031D;
}

.btn-sm.btn-primary, .btn-group-sm > .btn-primary.btn {
  background: #ffffff;
}

table tr:hover td .btn-sm:hover svg, table tr:hover td .btn-group-sm > .btn:hover svg,
.sideWorkoutList .btn-sm:hover svg,
.sideWorkoutList .btn-group-sm > .btn:hover svg {
  fill: #ffffff !important;
}

table tr:hover td .btn-sm.btn-outline-primary, table tr:hover td .btn-group-sm > .btn-outline-primary.btn {
  border: 1px solid #FF4F81;
}

table tr:hover td .btn-sm.btn-outline-primary svg, table tr:hover td .btn-group-sm > .btn-outline-primary.btn svg {
  fill: #FF4F81;
}

table tr:hover td .btn-sm.btn-outline-success, table tr:hover td .btn-group-sm > .btn-outline-success.btn {
  border: 1px solid #2BB449;
}

table tr:hover td .btn-sm.btn-outline-success svg, table tr:hover td .btn-group-sm > .btn-outline-success.btn svg {
  fill: #2BB449;
}

table tr:hover td .btn-sm.btn-outline-danger, table tr:hover td .btn-group-sm > .btn-outline-danger.btn {
  border: 1px solid #f45656;
}

table tr:hover td .btn-sm.btn-outline-danger svg, table tr:hover td .btn-group-sm > .btn-outline-danger.btn svg {
  fill: #f45656;
}

table tr:hover td .btn-sm.btn-primary, table tr:hover td .btn-group-sm > .btn-primary.btn {
  border: 1px solid #fdbc07;
}

table tr:hover td .btn-sm.btn-primary svg, table tr:hover td .btn-group-sm > .btn-primary.btn svg {
  fill: #fdbc07;
}

table tr:hover td .btn-sm.btn-primary:hover, table tr:hover td .btn-group-sm > .btn-primary.btn:hover {
  background: #fdbc07;
}

#app {
  position: relative;
}

/*dashboard*/
#upgradePlan {
  height: 37px;
  position: absolute;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#upgradePlan label {
  margin: 0 10px 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  text-transform: none;
}

#upgradePlan a {
  background: #2BB449;
  color: #fff;
}

#upgradePlan a:hover {
  background: #3C45EC;
  color: #fff;
}

.coursesOptions {
  margin-bottom: 40px;
}

.coursesOptions ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
}

.coursesOptions ul li {
  width: 33.33%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.coursesOptions ul li:hover {
  background: #f6f6f6;
}

.coursesOptions ul li a.flexKL {
  align-items: flex-start;
  padding: 20px 20px 40px 20px;
}

.coursesOptions ul li img {
  margin-right: 20px;
}

.coursesOptions ul li h3 {
  text-transform: uppercase;
  font-size: 21px;
}

.coursesOptions ul li span {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 17px;
  color: #FF4F81;
}

/*upgrade page*/
.upgradePage {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}

.upgradePage .col1 {
  flex: 0 33.33%;
  padding: 0 0 0 50px;
}

.upgradePage .col1.active {
  opacity: 0.6;
}

.upgradePage .col1 .wrapper {
  background: #f6f6f6;
  border: 1px solid #dddddd;
  height: 100%;
  padding: 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.upgradePage .col1 .wrapper span.planTitle {
  font-size: 13px;
  text-transform: uppercase;
}

.upgradePage .col1 .wrapper label.price {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 27px;
  margin-bottom: 20px;
}

.upgradePage .col1 .wrapper label.price span {
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

.upgradePage .col1 .wrapper ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.upgradePage .col1 .wrapper ul li strong {
  float: left;
}

.upgradePage .col1 .wrapper ul li span {
  float: right;
}

.upgradePage .col1 .wrapper span.fakebutton {
  height: 40px;
  width: 100%;
  display: block;
  background: #aaa;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.upgradePage .col1 .wrapper a.btn {
  height: 40px;
  width: 100%;
  display: block;
  background: #FF4F81;
  color: #fff;
  border: none;
  padding: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.upgradePage .col1 .wrapper a.btn:hover {
  background: #000;
}

.row.no-gutters {
  margin-left: -20px;
}

.row.no-gutters [class*=col] {
  padding-left: 20px;
}

/*
.b-overlay-wrap {
    margin: -10px;
    padding: 10px;
}

.nav-tabs {border: none;

    .nav-link {border: none; background: $primary-color !important; color: $white; font-size: 12px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-right: 20px; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;


        &.gray {background: #aaaaaa !important;}

        &.btn-red {
            background: $red !important;


            &:hover {
                background: #c14c4c !important;
            }
        }

    }
    .nav-link:hover {background: $primary-color !important; -webkit-box-shadow: 0 0 5px 0 rgb(33 33 33 / 45%);
        -moz-box-shadow: 0 0 5px 0 rgba(33,33,33,.45);
        box-shadow: 0 0 5px 0 rgb(33 33 33 / 45%);
    }
    .nav-link.upgrade {background: $green !important;
        position: relative;
        span {
            display: none;
            position: absolute;
            z-index: 9;
            top: -16px;
            background: $darkBlue; color: #fff;
            font-size: 12px;
            border-radius: 3px;
            padding: 2px 5px;
        }
            &:hover {
                span {display: block;}
    }}
    .bg-primary {border: none; background: #dddddd !important; color: $secondary-color !important;}
    .nav-item {margin: 0;}


    .back {background: url("../images/backArrow.svg") no-repeat center; width: 36px; height: 36px; background-size: 36px auto; text-indent: -123456px; display: block;}

    &.noneActiveTab {
        li {
            a.active {display: none;}
        }
    }


}

.nav-tabs.marginTop {margin-top: 30px;}
*/
/*normal tabs
.nav.nav-tabs.normal-tabs {border-bottom: 1px solid #ddd; height: 32px;  margin-top: 20px; margin-bottom: 20px;
    li a {background: none; color: #aaa;  margin: 0 10px 0 0; padding: 12px 20px; border: 1px solid #ddd; border-bottom: none; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; text-transform: uppercase;
        font-weight: 400; font-size: 12px;
        letter-spacing: 1px;}
    li a.active {background: #ddd; font-weight: 600; color: #000; text-decoration: none;}
    li a:hover {text-decoration: underline;}
}

#page .mainTitle {font-family: 'Source Sans Pro', sans-serif; font-weight: 300; font-style: normal; font-size: 25px; text-transform: uppercase; padding-top: 0; margin-bottom: 40px; }
#page .mainTitle.noMargin {margin-bottom: 0;}
#page h1 strong {text-transform: none;}

*/
.form-control::-moz-placeholder {
  color: #aaa;
  font-style: italic;
}
.form-control::placeholder {
  color: #aaa;
  font-style: italic;
}

/*BUTTONS STYLE*/
button[type=submit].btn-success,
button[type=submit].btn-outline-success {
  background-color: #2BB449;
  border-color: #2BB449;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
}

button[type=submit].btn-outline-success:hover {
  border: 1px solid #FF4F81;
  color: #FF4F81;
}

button[type=submit].btn-success:hover,
button[type=submit].btn-success:focus, .button[type=submit].btn-success.focus {
  color: #ffffff;
  border-color: #2BB449;
  box-shadow: 0 0 5px 0 rgba(33, 33, 33, 0.45);
}

.btn-primary, .btn-success, .btn-warning, .btn-danger {
  color: #ffffff;
}

.btn-warning:hover {
  background: #f5ba14;
  color: #fff;
}

.btn-primary.green {
  background-color: #2BB449;
  border-color: #2BB449;
}

.btn-outline-primary:hover svg {
  fill: #fff;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #cbcbcb;
  border-color: #afafaf;
  pointer-events: none;
  color: #444;
}
.btn-primary.disabled .fa-plus:before, .btn-primary:disabled .fa-plus:before {
  color: #444;
}

.btn-outline-default {
  background-color: #f4f5f6;
  border-color: #f4f5f6;
  color: #6c757d;
  font-weight: 700;
  font-style: normal;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
}

.btn-outline-default:hover {
  background-color: #f45656;
  color: #ffffff;
  border-color: #f45656;
}

.custom-invalid-feedback {
  color: #f45656;
}

.custom-invalid-feedback, .invalid-feedback {
  font-weight: 400;
  font-style: normal;
  bottom: auto;
  font-size: 12px;
}

.input-group .invalid-feedback {
  top: 40px;
}

.invalid-feedback#used_in_frequencies-live-feedback {
  bottom: auto;
}

.form-group {
  margin-bottom: 25px;
}

.input-group {
  margin-bottom: 25px;
}

#searchFilter.exercises {
  top: 0;
}

.language-select-container {
  margin-bottom: 20px;
}

h2.borderTop {
  padding-top: 10px;
  border-top: 1px solid #dddddd;
  margin-top: 40px;
}
h2.borderTop.flexPremium {
  display: flex;
  align-items: center;
}
h2.borderTop.flexPremium a {
  line-height: 10px;
}
h2.borderTop.flexPremium a .badge {
  font-size: 12px;
}
h2.borderTop.first {
  margin-top: 0;
  padding: 0;
  border: none;
}

/*side help*/
.helpSideWindow {
  margin: 0;
  position: relative;
  padding: 0;
}
.helpSideWindow.dripContentHelp {
  padding-top: 0;
}
.helpSideWindow.relative {
  position: relative;
}
.helpSideWindow.relative .topButtons {
  padding: 15px 0;
  display: flex;
  position: absolute;
  top: -36px;
  right: 0;
}
.helpSideWindow.relative .topButtons button {
  text-transform: uppercase;
  margin-left: 15px;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.helpSideWindow.relative .topButtons button.publish {
  background: #2BB449;
  border: 1px solid #2BB449;
  margin-left: 15px;
}
.helpSideWindow.relative .topButtons button.publish:hover {
  background: #209d3b;
  border-color: #209d3b;
}
.helpSideWindow.relative .topButtons button.previewButton {
  background: #102432;
  border: 1px solid #102432;
  min-width: 211px;
}
.helpSideWindow.relative .topButtons button:disabled {
  color: #fff;
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}
.helpSideWindow .wrapperHelp {
  background: #f4f5f6;
  height: 100%;
  border-radius: 10px;
}
.helpSideWindow h3.HelpTitle {
  padding: 15px;
  background: #fdbc07;
  font-family: "Source Sans Pro", sans-serif;
  color: #795e15;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.helpSideWindow span.iconHelp {
  width: 20px;
  height: 30px;
  display: block;
  color: #795e15;
  position: absolute;
  top: 11px;
  right: 0;
  font-size: 22px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.helpSideWindow ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
.helpSideWindow ul li {
  padding: 10px 14px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #f4f5f6;
  border-right: 1px solid #f4f5f6;
}
.helpSideWindow ul li.borderNone {
  border: none;
}
.helpSideWindow ul li.selected {
  background: #fff;
  border: 1px solid #f4f5f6;
  border-top: none;
}
.helpSideWindow ul li:first-child {
  padding-top: 10px;
}
.helpSideWindow ul li:last-child {
  padding-bottom: 10px;
}
.helpSideWindow ul li label {
  display: block;
  color: #09031D;
  margin: 0;
  padding: 0;
  line-height: 15px;
}
.helpSideWindow ul li label.c-mt-10 {
  margin-top: 10px;
}
.helpSideWindow ul li span {
  display: block;
}
.helpSideWindow li.selected {
  background: #f4f5f6;
}
.helpSideWindow ul li ul {
  margin: 0;
  padding: 0;
  border: none;
}
.helpSideWindow ul li ul li {
  margin: 0;
  padding: 0 0 0 10px;
}
.helpSideWindow ul li ul li h4 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.helpSideWindow ul li ul li p {
  margin-bottom: 5px;
}

.wrapperHelp {
  background: #f4f5f6;
  height: 100%;
  position: relative;
}
.wrapperHelp button.publishCourse {
  background: #FF4F81;
  border: 1px solid #FF4F81;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: -74px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}
.wrapperHelp button.publishCourse:hover {
  color: #ffffff;
}
.wrapperHelp button.publishCourse.disabled {
  background: #bebebe;
  color: #ffffff;
  opacity: 1;
  border: 1px solid #bebebe;
}
.wrapperHelp .days {
  padding: 0 15px;
}

.helpSideWindow > ul > li {
  border-bottom: 1px solid #dfdfdf;
}

.helpSideWindow > ul > li:last-child {
  border-bottom: none;
}

.helpSideWindow ul li #video-type-collapse br {
  display: none;
}

/*USER TABLE*/
.status_dot {
  width: 12px;
  height: 12px;
  margin: 10px 0 0 0;
  padding: 0;
  display: block;
  background: #f45656;
  text-indent: -123456px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.status_dot.active {
  background: #2BB449;
}

.status_dot.deactivated {
  background: #fdbc07;
}

.table#users-table tr td:last-child {
  min-width: 135px;
  width: 135px;
}

.table#users-table tr td .status_dot {
  margin: 7px auto;
}

/*import*/
.howToUploadUsers {
  background: #f6f6f6;
  margin-top: 20px;
  padding: 10px;
  font-weight: 400;
  border-radius: 5px;
}
.howToUploadUsers p:last-child {
  margin: 0;
}

.buttonsFlex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loading-text {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #8fc654;
  color: #fff;
  z-index: 10;
  padding: 20px;
  border-radius: 5px;
}
.loading-text h5 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.loading-text span {
  color: #fff;
}

.c-sliderWrapper {
  margin-bottom: 50px;
  overflow: hidden;
}
.c-sliderWrapper .swiper-slide {
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
}

.usersCourses {
  width: 100%;
}
.usersCourses .courseName {
  height: 43px;
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
}
.usersCourses img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.usersCourses button.remove {
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0 5px;
}
.usersCourses .content {
  padding: 15px 15px 40px 15px;
}
.usersCourses .content strong {
  font-weight: 400;
}
.usersCourses .content strong.courseName {
  font-weight: 600;
}
.usersCourses ul {
  width: 100%;
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
}
.usersCourses ul li {
  margin-bottom: 5px;
}
.usersCourses ul li strong {
  font-weight: 400;
}
.usersCourses .chart {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

/*tags*/
.multiselect {
  min-height: 40px;
}

.multiselect__tags {
  padding: 6px;
  line-height: 16px;
  padding-top: 8px;
  padding-bottom: 0;
  min-height: 37px;
  border: 1px solid #dfdfdf;
  display: block;
}

.multiselect__tags .multiselect__placeholder {
  margin-bottom: 0;
  position: relative;
  top: 1px;
}

.multiselect__tags .multiselect__tag {
  padding: 3px;
  margin: 0;
  margin-right: 5px;
  padding-right: 20px;
  background: #ff4f81;
}

.multiselect__tags .multiselect__tag:hover {
  background: #09031D;
  color: #ffffff;
}

.multiselect__tags .multiselect__tag:hover span {
  color: #ffffff;
}

.multiselect__tags .multiselect__tag .multiselect__tag-icon {
  line-height: 20px;
  color: #ffffff;
}

.multiselect__tags .multiselect__tag:hover .multiselect__tag-icon {
  background: none;
  color: #ffffff;
}

.multiselect__tags .multiselect__tag:hover .multiselect__tag-icon:after {
  color: #ffffff;
}

body .multiselect__tag-icon:after {
  color: #fff !important;
  font-size: 16px;
  position: relative;
  top: -1px;
}

.multiselect__tag-icon:after {
  color: #444 !important;
}

.multiselect__content-wrapper {
  /*
  .multiselect__content {
      .multiselect__option[data-selected="Selected"] {
          color: white;
          background-color:  $red;
          &::after {background-color:  $red;}
      }
  }*/
}
.multiselect__content-wrapper label {
  width: auto;
  color: #ffffff;
  height: 23px;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  background: #fdbc07;
  line-height: 25px;
  padding: 0 10px;
  font-weight: 400;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
.multiselect__content-wrapper label.demo {
  background: #FF4F81;
}
.multiselect__content-wrapper label.follow_along {
  background: #fdbc07;
}
.multiselect__content-wrapper label.follow_along_workout {
  background: #2BB449;
}
.multiselect__content-wrapper label.educational {
  background: #f45656;
}
.multiselect__content-wrapper .multiselect__option--highlight,
.multiselect__content-wrapper .multiselect__option--highlight:after {
  background: #2BB449;
}
.multiselect__content-wrapper .multiselect__option--selected.multiselect__option--highlight,
.multiselect__content-wrapper .multiselect__option--selected.multiselect__option--highlight:after {
  background: #f45656;
}

/*success window popUP*/
.toast {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  border: none;
  border-radius: 5px;
}

.b-toast-success .toast {
  background: #2BB449;
}

.b-toast .toast .toast-body {
  color: #000000;
  padding-top: 15px;
}

.b-toast-success .toast .toast-header {
  background: #2BB449;
  border: none;
  color: #ffffff;
  position: absolute;
  right: 0;
}
.b-toast-success .toast .toast-header .close {
  opacity: 1;
  text-shadow: none;
}

.handleTax {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.handleTax input {
  margin-right: 5px;
}
.handleTax label {
  font-weight: normal;
}

.stripeStatus .stripeConnected {
  display: inline-block;
  background: #8fc654;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 0;
}
.stripeStatus .removeStripe {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}

.stripeCurrency.form-group {
  margin-bottom: 10px;
}

/*********************** END GENERAL  *************************/
.user-form .col-md-3 {
  margin: 10px 0;
}

.user-form .helpSideWindow.col-md-3 {
  margin: 0;
}

.resendActivation {
  height: 40px;
  float: right;
  margin-right: 10px;
}

.myCourseStatistc .statisticDescription {
  font-weight: 400;
}
.myCourseStatistc .upgradeImage {
  position: relative;
}
.myCourseStatistc .upgradeImage img {
  filter: blur(2px);
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 420px;
  width: 100%;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.myCourseStatistc .upgradeImage a {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 60px);
}
.myCourseStatistc .statisticHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.myCourseStatistc .statisticHeader span.emptySpan {
  width: 100%;
  max-width: 300px;
  font-weight: 600;
  font-size: 19px;
}
.myCourseStatistc .statisticHeader .numbers {
  max-width: calc(100% - 350px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myCourseStatistc .statisticHeader .numbers span.number {
  width: 100px;
  height: 50px;
  background: #FF4F81;
  margin: 0 5px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.myCourseStatistc .course {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.myCourseStatistc .course h3 {
  width: 100%;
  max-width: 300px;
  line-height: 16px;
  margin: 0;
}
.myCourseStatistc .course h3 a {
  color: #102432;
  display: block;
  font-weight: 400;
  font-size: 21px;
  line-height: 22px;
  letter-spacing: -1px;
}
.myCourseStatistc .course h3 span {
  font-size: 15px;
  letter-spacing: -1px;
}
.myCourseStatistc .course .statistcTable {
  max-width: calc(100% - 350px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myCourseStatistc .course .statistcTable span.completedNumber {
  max-width: 100px;
  width: 100%;
  margin: 0 5px;
  height: 50px;
  background: rgba(16, 36, 50, 0.1490196078);
  font-weight: 400;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myCourseStatistc .course .statistcTable span.completedNumber.max {
  background: #1d303e;
  color: #fff;
}
.myCourseStatistc .course .statistcTable span.completedNumber.medium {
  background: #676f7a;
  color: #fff;
}
.myCourseStatistc .course .statistcTable span.completedNumber.min {
  background: #a9b0b6;
}
.myCourseStatistc .course .statistcTable span.completedNumber.empty {
  background: #d9dee2;
}
.myCourseStatistc .course:hover {
  background: #f6f6f6;
}

/*********************** vIDEO LIBRARY ************************/
/*.videos-table {text-align: center;}*/
#introVideoLibrary {
  min-height: 400px;
}

.videos-table h4 span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

span.exerciseTitle,
span.videoTitle {
  cursor: pointer;
}

span.exerciseTitle:hover,
span.videoTitle:hover {
  color: #FF4F81;
}

#app .helpSideWindow ul li label.collapsed {
  padding-left: 0 !important;
}

#app .helpSideWindow ul li .collapse {
  padding-left: 0 !important;
}

#app .helpSideWindow ul li .collapse ul li {
  padding-left: 0 !important;
}

#app .helpSideWindow ul li .collapse ul > li h4 {
  color: #15333c;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
}

#app .helpSideWindow ul li ul li p {
  line-height: 17px;
}

#app .helpSideWindow ul li.name:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
  border-bottom: none;
}

#app .helpSideWindow ul li.name.selected:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
  border-bottom: 1px solid #f4f5f6;
}

.helpSideWindow ul li ul {
  list-style-type: disc;
  padding-left: 15px;
}

.helpSideWindow ul li span {
  line-height: 20px;
}

.helpSideWindow ul li label {
  position: relative;
  padding-left: 0 !important;
}

.helpSideWindow ul li label span.required {
  display: inline-block !important;
  top: -5px;
  font-weight: 600;
  font-size: 15px;
}

.max_video_upload {
  margin-top: -15px;
  font-size: 15px;
  font-style: italic;
}
.max_video_upload span.red {
  color: #f45656;
  font-size: 19px;
}

/*********************** END vIDEO LIBRARY  ******************/
/*********************** LESSONS ***************************/
label span.notice {
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
}

.ck-editor__editable {
  min-height: 150px;
  max-height: 350px;
}

.addImageCourse button.btn.btn-danger {
  position: absolute;
  left: 20px;
  bottom: 30px;
}

.multiselect__tags.is-invalid {
  border-color: #f45656;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' heig…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' width='12' hei…circle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

#followAlongAddExercise {
  margin-bottom: 20px;
}

#focusPointsList {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

#focusPointsList li {
  margin: 0;
  padding: 0;
}

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

.tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary,
.tox .tox-statusbar {
  border-color: #dfdfdf !important;
}

/*********************** END LESSONS ***********************/
/*tabs*/
.nav-pills {
  border-bottom: 1px solid #dfdfdf;
  margin-top: 15px;
}
.nav-pills li {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}
.nav-pills a {
  background: none;
  color: #09031D;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
}
.nav-pills a span#responsiveNum {
  color: #fff;
  font-weight: 500;
}
.nav-pills a.disabled {
  background: #ffffff;
  cursor: not-allowed;
}
.nav-pills a.active {
  border: 1px solid #FF4F81;
}
.nav-pills a.notActive {
  opacity: 0.5;
}

.nav-justified .nav-item {
  flex-basis: auto;
  flex-grow: 0;
}

.nav-pills .nav-link {
  border-radius: 0.235rem 0.235rem 0 0;
  -moz-border-radius: 0.235rem 0.235rem 0 0;
  -webkit-border-radius: 0.235rem 0.235rem 0 0;
}

.dripContentCheckBox.disabled {
  opacity: 0.3;
}

.dripContentCheckBox .custom-control.custom-checkbox {
  margin-bottom: 30px;
}

.dripContentCheckBox .custom-control.custom-checkbox label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.dripContentCheckBox .custom-checkbox .custom-control-label::before {
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: -4px;
}

.dripContentCheckBox .custom-checkbox .custom-control-label {
  cursor: pointer;
  padding-left: 15px;
}

.dripContentCheckBox .custom-checkbox .custom-control-label span {
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.dripContentCheckBox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 16px;
  width: 30px;
  height: 30px;
  top: -4px;
}

.dripContentCheckBox .custom-control-label::after {
  width: 30px;
  height: 30px;
}

.dripContentCheckBox .form-check.form-check-inline label {
  font-weight: 400;
  text-transform: unset;
}

.used_in_frequencies .custom-control-inline, .checkbox-optional .custom-control-inline {
  width: 12.5%;
  margin: 0;
  padding: 0;
}
.used_in_frequencies .custom-control-inline input, .checkbox-optional .custom-control-inline input {
  width: 30px;
  height: 30px;
  left: -2px;
  top: 4px;
}
.used_in_frequencies .custom-checkbox .custom-control-label::before, .checkbox-optional .custom-checkbox .custom-control-label::before {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.used_in_frequencies .custom-checkbox .custom-control-label, .checkbox-optional .custom-checkbox .custom-control-label {
  position: absolute;
  left: 21px;
  cursor: pointer;
}
.used_in_frequencies .custom-checkbox .custom-control-label span, .checkbox-optional .custom-checkbox .custom-control-label span {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.used_in_frequencies .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .checkbox-optional .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 16px;
  width: 30px;
  height: 30px;
}
.used_in_frequencies .custom-control-label::after, .checkbox-optional .custom-control-label::after {
  width: 30px;
  height: 30px;
}

/*FREQUENCY / PER WEEK*/
#frequencies {
  margin-bottom: 40px;
}
#frequencies .custom-control-inline {
  width: 12.5%;
  margin: 0;
  padding: 0;
}
#frequencies .custom-control-inline input {
  width: 30px;
  height: 30px;
  left: -2px;
  top: 4px;
}
#frequencies .custom-checkbox .custom-control-label::before {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#frequencies .custom-checkbox .custom-control-label {
  position: absolute;
  left: 21px;
  cursor: pointer;
}
#frequencies .custom-checkbox .custom-control-label span {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#frequencies .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 16px;
  width: 30px;
  height: 30px;
}
#frequencies .custom-control-label::after {
  width: 30px;
  height: 30px;
}
#frequencies button.selectAllFrequencies {
  height: 30px;
  margin: 0;
  background: #ffffff;
  font-size: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #09031D;
  border: 1px solid #09031D;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  top: 3px;
}
#frequencies button.selectAllFrequencies:hover {
  background: #09031D;
  color: #ffffff;
}

/*FREQUENCY / PER WEEK*/
#frequencies {
  margin-bottom: 40px;
}

#frequencies .custom-control-inline {
  width: 12.5%;
  margin: 0;
  padding: 0;
}

#frequencies .custom-control-inline input {
  width: 30px;
  height: 30px;
  left: -2px;
  top: 4px;
}

#frequencies .custom-checkbox .custom-control-label::before {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#frequencies .custom-checkbox .custom-control-label {
  position: absolute;
  left: 21px;
  cursor: pointer;
}

#frequencies .custom-checkbox .custom-control-label span {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#frequencies .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 16px;
  width: 30px;
  height: 30px;
}

#frequencies .custom-control-label::after {
  width: 30px;
  height: 30px;
}

#frequencies button.selectAllFrequency {
  height: 30px;
  margin: 0;
  background: #15333c;
  border: 1px solid #15333c;
  color: #ffffff;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  top: 3px;
}

#frequencies button.selectAllFrequency:hover {
  background: #8fc654;
  border: 1px solid #8fc654;
  color: #ffffff;
}

/** TinyMCE **/
.tox-tinymce-aux .tox-notifications-container .tox-notification--warning {
  visibility: hidden !important;
  display: none !important;
}

.chooseLayout label {
  position: relative;
}
.chooseLayout label .showLayoutDesign {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 1010;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.chooseLayout label .showLayoutDesign.layoutOne {
  background: #fff url("../images/LayoutTemplate1.svg") no-repeat center;
}
.chooseLayout label .showLayoutDesign.layoutTwo {
  background: #fff url("../images/LayoutTemplate.svg") no-repeat center;
  left: -77px;
}
.chooseLayout label:hover .showLayoutDesign {
  display: block;
}

/*Course program schedule*/
#addNew {
  margin-bottom: 30px;
}

#addNew button.warmUp {
  color: #ffffff;
  background: #fdbc07;
  border: 1px solid #fdbc07;
  margin-right: 20px;
}

#addNew button.work {
  color: #ffffff;
  background: #FF4F81;
  border: 1px solid #FF4F81;
  margin-right: 20px;
}

#addNew button.coolDown {
  color: #ffffff;
  background: #dfdfdf;
  border: 1px solid #dfdfdf;
  margin-right: 20px;
}

.boxWrapper {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 30px;
}
.boxWrapper h3.title {
  position: relative;
  background: #FF4F81;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
}
.boxWrapper h3.title.warmup {
  background: #fdbc07;
}
.boxWrapper h3.title.cooldown {
  background: #dfdfdf;
}
.boxWrapper h3.title button {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 15px;
  color: #ffffff !important;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.boxWrapper .content {
  display: flex;
  border: 1px solid #dfdfdf;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
}
.boxWrapper .content .boxWrapperHandle {
  background: #f6f6f6;
  padding: 0 10px;
  width: 40px;
  position: relative;
}
.boxWrapper .content .boxWrapperHandle svg {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  opacity: 0.3;
}
.boxWrapper .item {
  width: 100%;
}

.boxWrapperContent {
  padding: 0;
}
.boxWrapperContent button {
  background: none;
  color: #09031D;
}

h3.titleWorkoutSchedule {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  background: #bbb;
  color: #ffffff;
  padding: 15px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 3px;
  margin-bottom: 6px;
}

.sideWorkoutList {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sideWorkoutList .oneRow {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #ddd;
}
.sideWorkoutList .oneRow:nth-child(2n+2) {
  background: #f6f6f6;
}
.sideWorkoutList .oneRow .schedule-item-handle {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -7px;
  font-size: 13px;
  opacity: 1;
}
.sideWorkoutList .oneRow .schedule-item-handle g path {
  color: #3C45EC;
}
.sideWorkoutList .oneRow.education .schedule-item-handle g path {
  color: #f45656;
}
.sideWorkoutList .oneRow label {
  text-transform: none;
  line-height: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.sideWorkoutList .oneRow.selected label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sideWorkoutList .oneRow .buttons {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 5px;
  width: 110px;
}
.sideWorkoutList .oneRow.side label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.flexWp {
  display: flex;
  justify-content: space-between;
}

.rowItem {
  width: 15%;
}

table.workoutsListTable {
  width: 100%;
  margin-top: 20px;
}
table.workoutsListTable .right {
  text-align: right;
}

table.workoutsListTable thead tr th {
  background: #bbb;
  padding: 10px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

table.workoutsListTable tr td {
  padding: 5px 10px;
}

table.workoutsListTable tr td label {
  position: relative;
  padding-left: 30px;
}

table.workoutsListTable tr:nth-child(2n+2) td {
  background: #fff;
}

table.workoutsListTable tr.expired td label {
  opacity: 0.5;
}
table.workoutsListTable tr.expired td span {
  opacity: 0.5;
}
table.workoutsListTable tr.expired td strong {
  opacity: 0.5;
}

table.workoutsListTable tr.expired td:last-child {
  opacity: 1;
}

table.workoutsListTable tr td.noWorkouts {
  text-align: center;
  padding: 20px;
}

table.workoutsListTable tr td.noWorkouts span {
  display: block;
  margin-bottom: 30px;
}

table.workoutsListTable tr td.noWorkouts button.workout {
  border: 1px solid #FF4F81;
  background: #FF4F81;
  color: #fff;
  text-transform: uppercase;
  margin-right: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

table.workoutsListTable tr td.noWorkouts button.education {
  border: 1px solid #f45656;
  background: #f45656;
  color: #fff;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

table.workoutsListTable tr td.noWorkouts button.workout:hover,
table.workoutsListTable tr td.noWorkouts button.education:hover {
  background: #000;
  border: 1px solid #000;
}

.intro {
  text-align: center;
  padding: 25px 0;
}
.intro h2 {
  text-transform: uppercase;
}
.intro p {
  display: block;
  text-align: center;
  font-size: 21px;
  padding: 0 100px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.intro a, .intro button {
  margin: 0 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.intro button.workout {
  border: 1px solid #FF4F81;
  background: #FF4F81;
  margin-left: 0;
}
.intro button.education {
  border: 1px solid #f45656;
  background: #f45656;
  margin-left: 0;
}
.intro button.workout:hover, .intro a:hover {
  border: 1px solid #09031D;
  background: #09031D;
  color: #ffffff;
}
.intro button.education:hover {
  border: 1px solid #09031D;
  background: #09031D;
  color: #ffffff;
}
.intro.topButtons {
  position: absolute;
  top: -70px;
  right: -20px;
}

.item-handle {
  cursor: move;
  opacity: 0.2;
}

.exercise button.newVideoBtn {
  float: right;
  margin: 0;
  border: none;
  padding: 0 10px;
  background: #09031D;
  color: #ffffff;
}

.exercise .focusPoints {
  margin-bottom: 20px;
}
.exercise .focusPoints .form-group {
  margin-bottom: 0;
}
.exercise .focusPoints ul#focusPointsList {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
.exercise .focusPoints ul#focusPointsList li {
  margin: 0;
  padding: 10px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}
.exercise .addVideoSection {
  display: flex;
}
.exercise .addVideoSection .addVideoLibrary {
  margin-left: 15px;
}

/*calendar*/
.b-calendar-grid-body div.row {
  margin-left: 0;
}

/*NEW PROGRAM CODE*/
.course-program-form .form-type-option {
  min-height: 200px;
  cursor: pointer;
}
.course-program-form .form-type-option:hover {
  background-color: #FF4F81;
}
.course-program-form .form-type-option:hover h4, .course-program-form .form-type-option:hover p {
  color: #ffffff;
}

.course-program-form .boxWrapper .wrapperExerciseContent {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.course-program-form .boxWrapper .wrapperExerciseContent.buttonsAdd {
  border: none;
}

.course-program-form .boxWrapper .wrapperExerciseContent.superset {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
}

.course-program-form .boxWrapper .wrapperExerciseContent .dragExercises {
  padding-left: 10px;
}

.course-program-form .boxWrapper .wrapperExerciseContent .block-exercise-optional {
  padding-left: 14px;
}
.course-program-form .boxWrapper .wrapperExerciseContent .block-exercise-optional .form-group {
  margin-bottom: 0;
}
.course-program-form .boxWrapper .wrapperExerciseContent .block-exercise-optional label {
  text-transform: none;
  font-weight: 200;
}

.b-form-btn-label-control.form-control > label {
  border: none !important;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full {
  width: 100%;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full h5 {
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 10px;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full.added .full {
  padding: 0;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .supersetAdd button {
  margin-left: 10px;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .supersetFlexDrag {
  display: flex;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .supersetFlexDrag .supersetDragWidth {
  width: 100%;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .full {
  width: 100%;
  position: relative;
  display: flex;
  padding: 10px 10px 2px;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .block-exercise-form {
  margin: 0;
  padding: 0;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3 {
  padding: 0 5px;
  margin: 0;
  width: auto;
  display: block;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.exercise {
  flex: 1;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.sets,
.course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.reps {
  width: 180px;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.reps {
  padding-right: 10px;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.sets .custom-select,
.course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.reps .custom-select {
  height: 30px;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .full .workout-block-exercise-delete {
  height: 30px;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .invalid-feedback {
  bottom: -15px;
}

/*
.course-program-form .boxWrapper .wrapperExerciseContent .full .block-exercise-form.b-overlay-wrap {padding: 0; margin: 0;}
.course-program-form .boxWrapper .wrapperExerciseContent .full .block-exercise-form .block-exercise-form-inside {display: flex; justify-content: center; align-items: center;}
.course-program-form .boxWrapper .wrapperExerciseContent .full .block-exercise-form .block-exercise-form-inside .col1_3 {width: 50%;}*/ /*
.course-program-form .position-relative .boxWrapper .content .boxWrapperContent button.btn-outline-danger {text-indent: -123456px; background: url(/images/trashCan.svg) no-repeat center; background-size: 11px; border: none;}
*/
.course-program-form .boxWrapper .wrapperExerciseContent .full .block-exercise-form .block-exercise-form-inside .col1_3 .form-group {
  margin: 0;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .block-exercise-form .block-exercise-form-inside .col1_3 .form-group .multiselect {
  padding: 0;
  height: 30px;
  min-height: 30px;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .block-exercise-form .block-exercise-form-inside .col1_3 .form-group .multiselect .multiselect__select {
  height: 30px;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .block-exercise-form .block-exercise-form-inside .col1_3 .form-group .multiselect .multiselect__tags {
  max-height: 20px;
  min-height: 30px;
  height: 20px;
  overflow: hidden;
  padding: 5px 40px 0 8px;
}

.course-program-form .boxWrapper .wrapperExerciseContent .full .block-exercise-form .block-exercise-form-inside .col1_3 .form-group .multiselect .multiselect__tags .multiselect__single {
  margin-bottom: 0;
}

/*bottom buttons*/
.course-program-form .boxWrapper .wrapperExerciseContent.buttonsAdd {
  padding: 10px;
}

.course-program-form .boxWrapper .wrapperExerciseContent.buttonsAdd button.btn.text-white.btn-secondary.btn-sm, .course-program-form .boxWrapper .wrapperExerciseContent.buttonsAdd .btn-group-sm > button.btn.text-white.btn-secondary {
  margin-top: 10px;
  margin-left: 15px;
  background: #2BB449;
  border: 1px solid #2BB449;
}

.course-program-form .boxWrapper .wrapperExerciseContent.buttonsAdd button.btn.text-white.btn-secondary.btn-sm:first-child, .course-program-form .boxWrapper .wrapperExerciseContent.buttonsAdd .btn-group-sm > button.btn.text-white.btn-secondary:first-child {
  margin-left: 0;
  padding: 3px;
}

.course-program-form .boxWrapper .wrapperExerciseContent.buttonsAdd button.btn.text-white.btn-secondary.btn-sm.superset, .course-program-form .boxWrapper .wrapperExerciseContent.buttonsAdd .btn-group-sm > button.btn.text-white.btn-secondary.superset {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000 !important;
}

.course-program-form .boxWrapper .wrapperExerciseContent.buttonsAdd button.btn.text-white.btn-secondary.btn-sm svg, .course-program-form .boxWrapper .wrapperExerciseContent.buttonsAdd .btn-group-sm > button.btn.text-white.btn-secondary svg {
  fill: #ffffff;
}

#app .collapse h4 {
  color: #ffffff;
  padding: 5px 25px;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}

#app .collapse .warmup h4 {
  background: #fdbc07;
}

#app .collapse .work h4 {
  background: #FF4F81;
}

#app .collapse .cooldown h4 {
  background: #dfdfdf;
}

#app .collapse .workoutTypeContent {
  border-bottom: 1px solid #dfdfdf;
  border-top: none;
}

#app .collapse .workoutTypeContent .workoutContent {
  min-height: 70px;
  position: relative;
  padding: 10px 25px;
  padding-left: 90px;
}

#app .collapse .workoutTypeContent .workoutContent.superset {
  padding: 10px 0;
}

#app .collapse .workoutTypeContent .workoutContent.superset h4 {
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #09031D;
  background: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

#app .collapse .workoutTypeContent .workoutContent.superset > div {
  min-height: 60px;
  padding-left: 90px;
  position: relative;
}

#app .collapse .workoutTypeContent .workoutContent img {
  max-width: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 10px;
}

#app .collapse .workoutTypeContent .workoutContent .setsAndReps.time {
  background: url("../images/repetitions.svg") no-repeat left center;
  background-size: 15px auto;
  padding-left: 20px;
}

#app .collapse .workoutTypeContent .workoutContent .setsAndReps.time span {
  font-size: 13px;
}

#app p.noExercise {
  padding: 10px 25px;
}

#app .collapse .underTitleInfo {
  padding: 0 10px;
}

#app .collapse .underTitleInfo span {
  font-size: 20px;
}

#app .collapse .underTitleInfo .difficulty {
  text-transform: uppercase;
}

#app .collapse .underTitleInfo .repetition {
  padding-left: 15px;
}

#app .collapse .underTitleInfo div p {
  font-size: 18px;
  line-height: 23px;
}

#app .overviewDropdown .collapse p {
  padding: 0 15px;
}

#app .overviewDropdown button.btn.btn-secondary.btn-block,
#app .overviewDropdown button.btn.btn-secondary.btn-block.collapsed {
  background: #ffffff url("../images/arrowClosed.svg") no-repeat center right 20px;
  background-size: 16px;
}

#app .overviewDropdown button.btn.btn-secondary.btn-block {
  color: #09031D;
  border: 1px solid #dfdfdf;
  background: #ffffff url("../images/arrowUpDown.svg") no-repeat center right 20px;
  background-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin: 5px 0;
}

#app .overviewDropdown button.btn.btn-secondary.btn-block:focus {
  box-shadow: none;
}

#sidebar ul#mainMenu li {
  padding-right: 30px;
}

#adminWrapper {
  /*MENU OPEN/CLOSE BUTTON*/
}
#adminWrapper .menu-button {
  display: none;
  position: absolute;
  z-index: 10;
}
#adminWrapper .menu-icon {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
}
#adminWrapper .menu-icon span {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #FF4F81;
  transition: all 250ms ease-in-out;
  transform: rotate(0deg);
}
#adminWrapper .menu-icon span:nth-child(1) {
  top: 20px;
}
#adminWrapper .menu-icon span:nth-child(2),
#adminWrapper .menu-icon span:nth-child(3) {
  top: 30px;
}
#adminWrapper .menu-icon span:nth-child(4) {
  top: 40px;
}

html.slideout-open #page:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  background-color: #2BB449;
}

/*** COURSE PROGRAM SECTION BUILDER ***/
.swal2-actions .swal2-confirm {
  background: #FF4F81 !important;
}

/*********************** END COURSE ************************/
#page h1#settings-title {
  margin-bottom: 0 !important;
}

#settings-page .img-fluid {
  max-height: 100px !important;
  display: block;
  margin: 0 auto 20px;
}

#settings-page #main-image-preview, #settings-page #logo-preview {
  max-height: 200px;
}

.form-group input.form-control.max330 {
  max-width: 330px;
  width: 100%;
}

/*Pricing*/
#pricing {
  background: #ffffff;
}

#pricing .flex {
  justify-content: center;
  margin-top: 100px;
}

#pricing ul {
  list-style-type: none;
  margin-left: -30px;
  padding: 0;
}

#pricing ul li {
  width: 33.33%;
  float: left;
  padding-left: 30px;
}

#pricing ul li .planBox {
  border: 1px solid #cccccc;
  min-height: 515px;
  padding: 30px;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
}

#pricing ul li .planBox h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
}

#pricing ul li .planBox span {
  font-size: 21px;
}

#pricing ul li .planBox small {
  display: block;
  font-size: 19px;
  position: relative;
  top: 20px;
}

#pricing ul li .planBox span.desc {
  font-size: 25px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 30px;
}

#pricing ul li .planBox .price {
  position: relative;
  margin: 10px 0;
}

#pricing ul li .planBox .price .abs {
  font-size: 15px;
  position: absolute;
  color: #cccccc;
}

#pricing ul li .planBox .price .num {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 50px;
}

#pricing ul li .planBox .block {
  display: block;
  font-size: 15px;
}

#pricing ul li .planBox a.selectPlan {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  background: #FF4F81;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  font-size: 20px;
  text-align: center;
  position: relative;
  height: 50px;
  line-height: 55px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
}

#pricing ul li .planBox a.selectPlan:hover {
  background: #09031D;
  text-decoration: none;
}

#pricing ul li#premium .planBox {
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-top: none;
}

#pricing ul li#premium span#popular {
  position: absolute;
  top: -35px;
  left: -1px;
  right: -1px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  background: #f45656;
  text-align: center;
  display: block;
  font-size: 19px;
  padding: 5px 0;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

#pricing ul li#premium .planBox h2 {
  color: #f45656;
}

#pricing ul li#premium .planBox a.selectPlan {
  background: #f45656;
  color: #ffffff;
}

#pricing ul li#premium .planBox a.selectPlan:hover {
  background: #b13535;
}

#pricing ul li .planBox ul.block {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  padding-left: 20px;
}

#pricing ul li .planBox ul.block li {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}

#pricing h3.blueTitle {
  font-size: 25px;
  line-height: 30px;
  color: #FF4F81;
  text-transform: uppercase;
  text-align: center;
}

#pricing h2.title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

/*tags*/
.tags-table #searchFilter {
  top: 0;
}

.sideWorkoutList {
  max-height: 580px;
  min-height: 100px;
  overflow-y: scroll;
}

span.tableLink {
  cursor: pointer;
}

span.tableLink:hover {
  color: #FF4F81;
}

a.coursesTitle {
  color: #000000;
}

a.coursesTitle:hover {
  color: #FF4F81;
  text-decoration: none;
}

/*TERMS AND CONDITIONS*/
/************************************************************
********************* MEDIA LIBRARY *************************
************************************************************/
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #FF4F81;
  border-color: #FF4F81;
}

.btn-secondary:not(:disabled):not(.disabled).active i {
  color: #fff;
}

.btn-secondary.disabled, .btn-secondary:disabled,
.btn-secondary {
  color: #000;
  background-color: #f6f6f6;
  border-color: #dfdfdf;
}

.btn-secondary:hover .fa, .btn-secondary:hover .fab, .btn-secondary:hover .fal, .btn-secondary:hover .far, .btn-secondary:hover .fas {
  color: #fff;
}

.badge-secondary {
  background-color: #2fc8f6;
}

.badge-secondary i {
  color: #fff;
}

.fm-breadcrumb, .fm-disk-list {
  display: none;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #09031D;
  border-color: #09031D;
}

body .fm,
body .fm-content {
  padding: 0;
}

body .fm .fm-body,
body .fm-info-block {
  margin: 0;
}

body .fm-navbar .col-auto {
  padding: 0;
}

#video-create-modal #video-create-modal___BV_modal_body_ ul.nav-tabs {
  margin-bottom: 16px;
  border: none;
}
#video-create-modal #video-create-modal___BV_modal_body_ ul.nav-tabs li {
  border: none;
  margin: 0 15px 0 0;
  padding: 0;
  background: none;
  flex: none;
}
#video-create-modal #video-create-modal___BV_modal_body_ ul.nav-tabs li a {
  width: auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  padding: 0 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  transition: background ease-in-out 0.45s, color ease-in-out 0.45s;
  text-decoration: none;
  height: 42px;
  border: 1px solid #101b33;
  background: #ffffff;
  color: #101b33;
}
#video-create-modal #video-create-modal___BV_modal_body_ ul.nav-tabs li a.active {
  color: #ffffff;
  background: linear-gradient(90deg, #742FFF 0%, #FF4F81 100%);
  border: none;
}
#video-create-modal #video-create-modal___BV_modal_body_ ul.nav-tabs li a.active:hover {
  background: linear-gradient(90deg, #742FFF 0%, #FF4F81 100%);
}
#video-create-modal #video-create-modal___BV_modal_body_ ul.nav-tabs li a:hover {
  color: #ffffff;
  background: #101b33;
}
#video-create-modal #video-create-modal___BV_modal_body_ ul.nav-tabs li a::before {
  content: "\e9fc";
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  speak: none;
  white-space: nowrap;
  direction: ltr;
  font-size: 24px;
  margin-right: 5px;
}
#video-create-modal #video-create-modal___BV_modal_body_ ul.nav-tabs li:first-child a::before {
  content: "\e178";
}
#video-create-modal #video-create-modal___BV_modal_body_ .custom-file {
  cursor: pointer;
}
#video-create-modal #video-create-modal___BV_modal_body_ .btn.btn-success.text-white {
  min-width: 113px;
  height: 40px;
}
#video-create-modal #video-create-modal___BV_modal_body_ .form-group.float-right {
  margin-bottom: 0;
}
#video-create-modal #video-create-modal___BV_modal_body_ .save-button-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*
CHARTS
 */
.users-btns {
  padding: 8px 16px;
  font-size: 14px;
  border: none;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease, color ease-in-out 0.3s;
  margin-bottom: 1.5rem;
  border-radius: 35px;
}
.users-btns:hover {
  background: #742FFF;
  color: #fff;
}
.users-btns.active-users {
  background-color: #742FFF;
  color: #fff;
}
.users-btns.active-users:hover {
  background-color: #742FFF;
  color: #fff;
}

.btn-outline-danger.disabled {
  opacity: 0.2;
  pointer-events: none;
}

table tr:hover td .btn-sm.btn-outline-danger.disabled, table tr:hover td .btn-group-sm > .btn-outline-danger.disabled.btn {
  border: 1px solid #212121;
}

table tr:hover td .btn-sm.btn-outline-danger.disabled svg, table tr:hover td .btn-group-sm > .btn-outline-danger.disabled.btn svg {
  fill: #212121;
}

/*woocommerceIntegration*/
.woocommerceIntegration button {
  display: inline-flex;
  width: auto;
}
.woocommerceIntegration button.btn-danger:disabled {
  background: #aaa;
  border: 1px solid #666;
}
.woocommerceIntegration button.btn-danger:disabled:hover {
  cursor: default;
  box-shadow: none;
}

.btn-danger:disabled {
  background: #aaa;
  border: 1px solid #666;
}
.btn-danger:disabled:hover {
  cursor: default;
  box-shadow: none;
}

a .badge-danger:hover {
  background: #0d983b;
}

.badge-danger.green {
  background-color: #0bcd4b;
}

/************************************************************
*********************** ADMIN PREVIEW ***********************
************************************************************/
button.adminPreviewButton {
  margin-right: 20px;
  height: 40px;
  border: none;
  line-height: 32px;
  background: #f45656;
}

/************************************************************
******************* FREE COURSE CHECKOUT  *******************
************************************************************/
.freeCourseCheckout .col-md-8 {
  padding: 0;
}
.freeCourseCheckout .card {
  border: none;
}
.freeCourseCheckout .card .card-body {
  padding: 0;
}
.freeCourseCheckout .appLogo {
  max-width: 200px;
  width: 100%;
  margin: 30px auto;
  display: block;
}
.freeCourseCheckout .invalid-feedback {
  bottom: auto;
}
.freeCourseCheckout strong {
  font-weight: 600;
}
.freeCourseCheckout .ctaButton {
  width: 250px;
  height: 50px;
  padding: 5px 20px;
  margin: 30px auto;
  color: #fff;
  background: var(--primary);
  border: none;
  border-radius: 3px;
  transition: background ease-in-out 0.45s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.freeCourseCheckout .ctaButton.disabled {
  pointer-events: none;
  background: #aaa;
}
.freeCourseCheckout .ctaButton:hover {
  background: var(--secondary);
}
.freeCourseCheckout h4 {
  font-weight: 400;
  color: var(--primary);
  margin: 30px 0 20px 0;
  border-bottom: 1px dotted var(--primary);
}
.freeCourseCheckout .checkbox label {
  font-weight: 400;
  font-size: 15px;
}
.freeCourseCheckout .checkbox input {
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.bg-primary-user,
.btn-primary.buttonUser {
  background: var(--primary);
}

.modal-body.user {
  padding: 50px 1rem;
}
.modal-body.user .btn-primary.buttonUser {
  margin: 0 auto;
  background: var(--primary);
}

/************************************************************
******************* INSTALL PWA APP BANNER  *****************
************************************************************/
.installAppBanner {
  width: 100%;
  height: auto;
  margin: 24px auto;
  padding: 15px 20px 15px 5px;
  background: #0BCD4B;
  color: #000;
  position: relative;
  display: none;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.installAppBanner .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.installAppBanner .flex p {
  max-width: calc(100% - 50px);
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
}
.installAppBanner .flex span.phoneIcon {
  width: 40px;
  height: 60px;
  background: url("../images/downloadApp.svg") no-repeat center;
  display: block;
}
.installAppBanner .flex.buttons {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.installAppBanner .flex.buttons button {
  width: 100px;
  border: none;
  background: #fff;
  color: #000;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
}
.installAppBanner .closeButton {
  background: #000;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 7px;
  height: 30px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 0 15px;
}
.installAppBanner.only-button {
  padding: 0;
  background: #eeeeee;
  overflow: hidden;
  border: 1px solid #ddd;
}
.installAppBanner.only-button .flex {
  display: flex;
}
.installAppBanner.only-button .flex button#btnAddToHome,
.installAppBanner.only-button .flex .iphone-text {
  width: calc(100% - 50px);
  background: #eeeeee;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  font-size: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
}
.installAppBanner.only-button .flex button#btnAddToHome span.icon,
.installAppBanner.only-button .flex .iphone-text span.icon {
  font-size: 24px;
}
.installAppBanner.only-button .flex button#btnAddToHome small,
.installAppBanner.only-button .flex .iphone-text small {
  font-size: 12px;
  display: block;
}
.installAppBanner.only-button .flex .closeButton {
  width: 50px;
  height: 100%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background: none;
  color: #f45656;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flash-message .alert-danger ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blur-plan {
  filter: blur(2px);
}

.planUpgrade {
  position: relative;
}
.planUpgrade .form-group {
  filter: blur(2px);
}
.planUpgrade .upgradeButton {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 16px);
}

/************************************************************
********************* PDF ATTACHMENT ************************
************************************************************/
h5.attachmentsTitle {
  color: #3C45EC;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pdf-entry .uploadPdf {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}
.pdf-entry .uploadPdf .pdf-form.mb-4 {
  margin-bottom: 0 !important;
}
.pdf-entry .uploadPdf .pdf-wrapper {
  margin-bottom: 10px;
}
.pdf-entry .pdf-download {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.pdf-entry .pdf-download input {
  width: 21px;
  height: 21px;
  position: relative;
  top: 5px;
}
.pdf-entry .pdf-form {
  flex: 1;
}
.pdf-entry .deleteMedia button {
  margin-top: 23px;
  height: 40px;
  min-width: 39px;
}

/*** questionnaire-table *************************
    *************************************************/
table#questionnaire-table tbody tr td .flexIcon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
table#questionnaire-table tbody tr td span.text-success {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/quiz/correct.svg) no-repeat 0 0;
}
table#questionnaire-table tbody tr td span.text-danger {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/quiz/incorrect.svg) no-repeat 0 0;
}

body.business #sidebar {
  background: #030a2f;
}
body.business #sidebar ul#mainMenu li.active a span {
  color: #ffa082;
}
body.business #sidebar ul#mainMenu li.active ul#sub_menu li.active a span {
  color: #ffa082;
}

.ql-editor p, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin-bottom: 12px !important;
}

.ql-editor h1, .ql-editor h2, .ql-editor h3 {
  margin-bottom: 18px !important;
}

.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
  padding: 0 !important;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 0 !important;
}
.ql-toolbar.ql-snow .ql-formats .ql-picker.ql-font {
  display: none !important;
}

.ql-container.ql-snow .ql-editor h1 {
  font-size: 32px;
  font-weight: 600;
  color: var(--primary);
}
.ql-container.ql-snow .ql-editor h2 {
  font-size: 27px;
  font-weight: 600;
  color: var(--primary);
}
.ql-container.ql-snow .ql-editor h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--secondary);
}
.ql-container.ql-snow .ql-editor h4, .ql-container.ql-snow .ql-editor h5, .ql-container.ql-snow .ql-editor h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary);
}
.ql-container.ql-snow .ql-editor p {
  font-size: 17px;
}
.ql-container.ql-snow .ql-editor ol, .ql-container.ql-snow .ql-editor ul {
  margin: 0 0 18px 0;
  font-size: 17px;
  padding: 0;
}

body .html-description em {
  font-style: italic;
}
body .html-description h1 {
  font-size: 32px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 24px;
}
body .html-description h2 {
  font-size: 27px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 24px;
}
body .html-description h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 16px;
}
body .html-description h4, body .html-description h5, body .html-description h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 16px;
}
body .html-description p {
  font-size: 17px;
}
body .html-description p.ql-align-center {
  text-align: center;
}
body .html-description p.ql-align-right {
  text-align: right;
}
body .html-description ol, body .html-description ul {
  font-size: 17px;
  padding: 0;
}
body .html-description ol li[data-list=ordered], body .html-description ul li[data-list=ordered] {
  list-style-type: decimal;
  margin-left: 20px;
}
body .html-description ol li[data-list=bullet], body .html-description ul li[data-list=bullet] {
  list-style-type: disc;
  margin-left: 24px;
}

.color-c-primary {
  color: #742FFF;
}

.bg-c-primary {
  background-color: #742FFF;
}

.border-c-primary {
  border-color: #742FFF;
}

.color-c-secondary {
  color: #FF4F81;
}

.bg-c-secondary {
  background-color: #FF4F81;
}

.border-c-secondary {
  border-color: #FF4F81;
}

.color-c-font {
  color: #09031D;
}

.bg-c-font {
  background-color: #09031D;
}

.border-c-font {
  border-color: #09031D;
}

.color-c-font-light {
  color: #5B5B5B;
}

.bg-c-font-light {
  background-color: #5B5B5B;
}

.border-c-font-light {
  border-color: #5B5B5B;
}

.color-c-light-bg {
  color: #F9F7FC;
}

.bg-c-light-bg {
  background-color: #F9F7FC;
}

.border-c-light-bg {
  border-color: #F9F7FC;
}

.color-c-dark-bg {
  color: #101b33;
}

.bg-c-dark-bg {
  background-color: #101b33;
}

.border-c-dark-bg {
  border-color: #101b33;
}

.color-c-light-border {
  color: #EADEED;
}

.bg-c-light-border {
  background-color: #EADEED;
}

.border-c-light-border {
  border-color: #EADEED;
}

.color-c-gray {
  color: #dddddd;
}

.bg-c-gray {
  background-color: #dddddd;
}

.border-c-gray {
  border-color: #dddddd;
}

.color-c-gray-dark {
  color: #aaaaaa;
}

.bg-c-gray-dark {
  background-color: #aaaaaa;
}

.border-c-gray-dark {
  border-color: #aaaaaa;
}

.color-c-gray-light {
  color: #f9f9f9;
}

.bg-c-gray-light {
  background-color: #f9f9f9;
}

.border-c-gray-light {
  border-color: #f9f9f9;
}

.color-c-white {
  color: #ffffff;
}

.bg-c-white {
  background-color: #ffffff;
}

.border-c-white {
  border-color: #ffffff;
}

.color-c-red {
  color: #DA191C;
}

.bg-c-red {
  background-color: #DA191C;
}

.border-c-red {
  border-color: #DA191C;
}

.color-c-green {
  color: #0BCD4B;
}

.bg-c-green {
  background-color: #0BCD4B;
}

.border-c-green {
  border-color: #0BCD4B;
}

.color-c-green-dark {
  color: #0D983B;
}

.bg-c-green-dark {
  background-color: #0D983B;
}

.border-c-green-dark {
  border-color: #0D983B;
}

.color-c-orange {
  color: #FDA312;
}

.bg-c-orange {
  background-color: #FDA312;
}

.border-c-orange {
  border-color: #FDA312;
}

.color-c-neon {
  color: #ADFF14;
}

.bg-c-neon {
  background-color: #ADFF14;
}

.border-c-neon {
  border-color: #ADFF14;
}

.color-c-neon-2 {
  color: #14FFE0;
}

.bg-c-neon-2 {
  background-color: #14FFE0;
}

.border-c-neon-2 {
  border-color: #14FFE0;
}

* {
  outline: none !important;
}

.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -4px;
}

.audienced {
  background: linear-gradient(90deg, #742FFF 0, #FF4F81 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Rubik", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.47px;
}

.audienced-gradient {
  background: linear-gradient(90deg, #742FFF 0, #FF4F81 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body {
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  color: #09031D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
}
body.hidden {
  overflow: hidden;
}

.form-control,
.custom-select,
.border-primary {
  border: 1px solid #EADEED !important;
  color: #09031D;
  border-radius: 7px;
  font-size: 14px;
}
.form-control::-moz-placeholder, .custom-select::-moz-placeholder, .border-primary::-moz-placeholder {
  font-style: italic;
}
.form-control::placeholder,
.custom-select::placeholder,
.border-primary::placeholder {
  font-style: italic;
}

a.none-hover:hover {
  text-decoration: none;
}

label {
  color: #09031D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

span.required {
  position: absolute;
  color: #FF4F81;
  font-weight: 600;
  font-size: 15px;
  margin-left: 2px;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

/* buttons */
.buttonsWp .btn,
.ctaButton {
  width: auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  padding: 0 21px;
  background: #101b33;
  color: #FF4F81;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  transition: background ease-in-out 0.45s, color ease-in-out 0.45s;
  text-decoration: none;
}
.buttonsWp .btn:hover,
.ctaButton:hover {
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(90deg, #742FFF 0%, #FF4F81 100%);
}
.buttonsWp .btn:hover:focus,
.ctaButton:hover:focus {
  background: #742FFF;
}
.buttonsWp .btn.d-none,
.ctaButton.d-none {
  /*display: none;*/
}
.buttonsWp .btn.center,
.ctaButton.center {
  margin: 0 auto;
  width: 260px;
  display: flex;
}
.buttonsWp .btn span.icon,
.ctaButton span.icon {
  display: block;
  margin-left: 5px;
  transition: color ease-in-out 0.45s;
}
.buttonsWp .btn.iconBefore span.icon,
.ctaButton.iconBefore span.icon {
  margin: 0 5px 0 0;
}
.buttonsWp .btn.shadow,
.ctaButton.shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.buttonsWp .btn.with-border,
.ctaButton.with-border {
  border: 3px solid #ffffff;
}
.buttonsWp .btn.medium,
.ctaButton.medium {
  height: auto;
  line-height: 110%;
  padding: 13px 24px;
  border-radius: 30px;
}
.buttonsWp .btn.medium span.icon,
.ctaButton.medium span.icon {
  font-size: 18px;
}
.buttonsWp .btn.small,
.ctaButton.small {
  min-height: 38px;
  height: 38px;
  font-size: 14px;
  border-radius: 20px;
  min-width: unset;
  padding: 0 20px;
  line-height: normal;
}
.buttonsWp .btn.small span.icon,
.ctaButton.small span.icon {
  font-size: 18px;
}
.buttonsWp .btn.outline,
.ctaButton.outline {
  height: 42px;
  border: 1px solid #101b33;
  background: #ffffff;
  color: #101b33;
}
.buttonsWp .btn.outline:hover,
.ctaButton.outline:hover {
  color: #ffffff;
  background: #101b33;
}
.buttonsWp .btn.primary,
.ctaButton.primary {
  background: #742FFF;
  color: #ffffff;
  border: none !important;
}
.buttonsWp .btn.primary:hover,
.ctaButton.primary:hover {
  border: none !important;
  color: #ffffff;
  background: #101b33;
}
.buttonsWp .btn.gradient-bg,
.ctaButton.gradient-bg {
  background-image: linear-gradient(to right, #742fff, #ff4f81, #ff4f81, #742fff);
  background-size: 300% 100%;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.buttonsWp .btn.gradient-bg:hover,
.ctaButton.gradient-bg:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.buttonsWp .btn.gradient-bg-dark,
.ctaButton.gradient-bg-dark {
  background-image: linear-gradient(to right, #101b33, #101b33, #183959, #101b33);
  background-size: 300% 100%;
  color: #FF4F81;
  transition: all 0.4s ease-in-out;
}
.buttonsWp .btn.gradient-bg-dark:hover,
.ctaButton.gradient-bg-dark:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.buttonsWp .btn.gradient-green,
.ctaButton.gradient-green {
  background-image: linear-gradient(to right, #0BCD4B, #0D983B, #0D983B, #0BCD4B);
  background-size: 300% 100%;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  border: none;
}
.buttonsWp .btn.gradient-green:hover,
.ctaButton.gradient-green:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.buttonsWp .btn.white,
.ctaButton.white {
  border: none;
  background: #ffffff;
  color: #101b33;
}
.buttonsWp .btn.white:hover,
.ctaButton.white:hover {
  color: #ffffff;
  background: #101b33;
}
.buttonsWp .btn.red,
.ctaButton.red {
  background: #DA191C;
  color: #ffffff;
}
.buttonsWp .btn.red:hover,
.ctaButton.red:hover {
  color: #101b33;
  background: #ffffff;
}
.buttonsWp .btn.border-none,
.ctaButton.border-none {
  border: none;
}
.buttonsWp .btn.only-icon,
.ctaButton.only-icon {
  padding: 0;
  width: auto;
  min-width: unset;
  background: none;
  border: none;
  color: #101b33;
}
.buttonsWp .btn.only-icon:hover,
.ctaButton.only-icon:hover {
  background: none;
  color: #FF4F81;
}
.buttonsWp .btn.disabled,
.ctaButton.disabled {
  background: #dddddd;
  cursor: default;
  pointer-events: none;
}
.buttonsWp .btn.disabled:focus,
.ctaButton.disabled:focus {
  border-color: #101b33;
  background: #dddddd;
}
.buttonsWp .btn.pink,
.ctaButton.pink {
  background: #742FFF;
  color: #ffffff;
}
.buttonsWp .btn.pink span.icon,
.ctaButton.pink span.icon {
  color: #ffffff;
}
.buttonsWp .btn.pink:hover,
.ctaButton.pink:hover {
  text-decoration: none;
  background: #101b33;
  color: #ffffff;
}
.buttonsWp .btn.pink:hover span.icon,
.ctaButton.pink:hover span.icon {
  color: #ffffff;
}
.buttonsWp .btn.pink:hover:focus,
.ctaButton.pink:hover:focus {
  border-color: #742FFF;
  background: #ffffff;
  color: #101b33;
}
.buttonsWp .btn.pink:hover:focus span.icon,
.ctaButton.pink:hover:focus span.icon {
  color: #101b33;
}
.buttonsWp .btn.pink.disabled,
.ctaButton.pink.disabled {
  background: #dddddd;
  cursor: default;
  color: #ffffff;
  pointer-events: none;
}
.buttonsWp .btn.pink.disabled span.icon,
.ctaButton.pink.disabled span.icon {
  color: #ffffff;
}
.buttonsWp .btn.pink.disabled:focus,
.ctaButton.pink.disabled:focus {
  border-color: #742FFF;
  background: #ffffff;
}

.mt-42 {
  margin-top: 42px;
}

body .icon-button-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
body .icon-button-wrapper .icon-button {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #FF4F81;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
body .icon-button-wrapper .icon-button span {
  font-size: 16px;
}
body .icon-button-wrapper .icon-button.delete {
  background: #DA191C;
}
body .icon-button-wrapper .icon-button.disabled {
  pointer-events: none;
  background: #aaaaaa;
}
body .icon-button-wrapper .icon-button:hover {
  text-decoration: none;
  background: #101b33;
}

.icon16 {
  font-size: 16px;
}

.icon20 {
  font-size: 20px;
}

.icon24 {
  font-size: 24px;
}

.icon28 {
  font-size: 28px;
}

.icon32 {
  font-size: 32px;
}

.icon36 {
  font-size: 36px;
}

.font13 {
  font-size: 13px;
  line-height: 19.5px;
}

.font14 {
  font-size: 14px;
  line-height: 21px;
}

.font16 {
  font-size: 16px;
  line-height: normal;
}

.font19 {
  font-size: 19px;
  line-height: 120%;
}

.font21 {
  font-size: 21px;
  line-height: 120%;
}

.font24 {
  font-size: 24px;
  line-height: 160%;
}

.font28 {
  font-size: 28px;
  line-height: 120%;
}

.font32 {
  font-size: 32px;
  line-height: 120%;
}

.font36 {
  font-size: 36px;
  line-height: 120%;
}

.font42 {
  font-size: 42px;
  line-height: 120%;
}

.font46 {
  font-size: 46px;
  line-height: normal;
}

.font62 {
  font-size: 62px;
  line-height: normal;
}

.strong100 {
  font-weight: 100 !important;
}

.strong200 {
  font-weight: 200 !important;
}

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

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

.strong500 {
  font-weight: 500 !important;
}

.strong600 {
  font-weight: 600 !important;
}

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

.strong800 {
  font-weight: 800 !important;
}

.strong900 {
  font-weight: 900;
}

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

.shadow {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.radius-15 {
  border-radius: 15px;
}

.relative {
  position: relative;
}

.flex-center-v {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.flex-center-v a.tempButton {
  max-width: 240px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 24px 0;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  color: #101b33;
  letter-spacing: -2px;
}

h2 {
  letter-spacing: -1.5px;
  font-size: 30px;
}

h3 {
  letter-spacing: -1.3px;
  font-size: 19px;
}

h4 {
  letter-spacing: -1px;
  font-size: 16px;
}

h5 {
  letter-spacing: -1px;
}

/*scroll*/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cccccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

.pointer-event-none {
  pointer-events: none !important;
}

/*underline link*/
a:hover .underlineLink {
  background-size: 0 0.085em, 100% 0.085em;
  transition: background-size 0.5s ease-out 0s;
}

.underlineLink {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#09031D, #09031D);
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  transition: background-size 0.4s ease-out 0.1s;
  display: unset;
}
.underlineLink.white {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#ffffff, #ffffff);
}
.underlineLink.c-primary {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#742FFF, #742FFF);
}
.underlineLink.c-secondary {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#FF4F81, #FF4F81);
}
.underlineLink.c-font-color-lighter {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#5B5B5B, #5B5B5B);
}
.underlineLink.green {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#2BB449, #2BB449);
}
.underlineLink.secondary {
  background-image: linear-gradient(transparent, transparent), linear-gradient(var(--secondary), var(--secondary));
}

.my-32 {
  margin: 32px 0;
}

.shadow-wrapper {
  display: block;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.shadow-wrapper.my-42 {
  margin: 42px 0;
}
.shadow-wrapper.my-32 {
  margin: 32px 0;
}
.shadow-wrapper.green {
  background: linear-gradient(154deg, var(--Green, #0BCD4B) 2.24%, #128338 97.26%);
}
.shadow-wrapper.green h3,
.shadow-wrapper.green p {
  color: #ffffff;
}
.shadow-wrapper h3.shadow-wrapper-title {
  color: #742FFF;
  font-family: Rubik, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 16px;
  display: block;
}
.shadow-wrapper h3.shadow-wrapper-title.flexPremium {
  display: flex;
  align-items: center;
}
.shadow-wrapper h3.shadow-wrapper-title.flexPremium a {
  line-height: 10px;
}
.shadow-wrapper h3.shadow-wrapper-title.flexPremium a .badge {
  font-size: 12px;
}
.shadow-wrapper .save-button-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col_4 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.col_4 .col1_4 {
  width: calc(25% - 15px);
}
.col_4 .col2_4 {
  width: calc(50% - 10px);
}

.mt-42 {
  margin-top: 42px;
}

.absolute-right-top {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

.buttonsFlexEnd {
  display: flex;
  justify-content: flex-end;
}

.custom-file-label {
  font-size: 14px;
}

.alert-info {
  background: #0BCD4B;
  border: none;
  border-radius: 15px;
  color: #fff;
}

/* Toast notification styling */
.b-toast {
  /* Success variant */
  /* Danger variant */
  /* Warning variant */
  /* Info variant */
  /* Default variant */
}
.b-toast .toast {
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.b-toast .toast .toast-header {
  border-radius: 10px 10px 0 0;
  border: none;
  padding: 8px 12px;
  font-weight: 600;
}
.b-toast .toast .toast-header .close {
  color: inherit;
  opacity: 0.8;
}
.b-toast .toast .toast-header .close:hover {
  opacity: 1;
}
.b-toast .toast .toast-body {
  border-radius: 0 0 10px 10px;
  padding: 12px;
  font-size: 14px;
}
.b-toast.b-toast-success .toast .toast-header,
.b-toast.b-toast-success .toast .toast-body {
  background: #0BCD4B;
  color: #fff;
}
.b-toast.b-toast-danger .toast .toast-header,
.b-toast.b-toast-danger .toast .toast-body {
  background: #DA191C;
  color: #fff;
}
.b-toast.b-toast-warning .toast .toast-header,
.b-toast.b-toast-warning .toast .toast-body {
  background: #f0ad4e;
  color: #fff;
}
.b-toast.b-toast-info .toast .toast-header,
.b-toast.b-toast-info .toast .toast-body {
  background: #FF4F81;
  color: #fff;
}
.b-toast.b-toast-default .toast .toast-header,
.b-toast.b-toast-default .toast .toast-body {
  background: #101b33;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .shadow-wrapper {
    padding: 16px;
  }
  .modal {
    padding: 0 !important;
    background: #f6f6f6 !important;
  }
  .modal .modal-dialog {
    margin: 0;
  }
  .modal .modal-dialog .modal-content {
    min-height: 100vh;
    border-radius: 0;
  }
  .modal .modal-dialog .modal-content .modal-header {
    border-radius: 0;
  }
}
.open-notifications {
  cursor: pointer;
}
.open-notifications:hover .main-icon {
  color: #FF4F81;
}
.open-notifications .main-icon {
  position: relative;
}
.open-notifications .main-icon .red-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #DA191C;
  position: absolute;
  top: 2px;
  right: 2px;
  display: none;
}
.open-notifications .main-icon .red-dot.active {
  display: block;
}
.open-notifications .notifications-content {
  position: absolute;
  top: 65px;
  right: 60px;
  width: 100%;
  max-width: 420px;
  border-radius: 15px;
  background: #f6f6f6;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  z-index: 0;
  display: none;
  /* Hidden notification items */
}
.open-notifications .notifications-content.active {
  display: block;
  z-index: 15;
}
.open-notifications .notifications-content .notifications-header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  align-items: center;
  /* Filter buttons */
}
.open-notifications .notifications-content .notifications-header h3 {
  margin-bottom: 0;
}
.open-notifications .notifications-content .notifications-header .unread-count {
  width: 20px;
  height: auto;
  border-radius: 5px;
  padding: 3px;
  background: #f45656;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.open-notifications .notifications-content .notifications-header .notifications-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.open-notifications .notifications-content .notifications-header .notifications-title-row h3 {
  margin: 0;
  font-weight: 600;
  display: flex;
}
.open-notifications .notifications-content .notifications-header .notifications-filters {
  display: flex;
  gap: 6px;
}
.open-notifications .notifications-content .notifications-header .filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.open-notifications .notifications-content .notifications-header .filter-btn.posts {
  background: #fff3cd;
  color: #856404;
}
.open-notifications .notifications-content .notifications-header .filter-btn.posts:hover {
  background: #856404;
  color: #ffffff;
}
.open-notifications .notifications-content .notifications-header .filter-btn.likes {
  background: #f8d7da;
  color: #721c24;
}
.open-notifications .notifications-content .notifications-header .filter-btn.likes:hover {
  background: #721c24;
  color: #ffffff;
}
.open-notifications .notifications-content .notifications-header .filter-btn.comments {
  background: #d1ecf1;
  color: #0c5460;
}
.open-notifications .notifications-content .notifications-header .filter-btn.comments:hover {
  background: #0c5460;
  color: #ffffff;
}
.open-notifications .notifications-content .notifications-header .filter-btn.replies {
  background: #d4edda;
  color: #155724;
}
.open-notifications .notifications-content .notifications-header .filter-btn.replies:hover {
  background: #155724;
  color: #ffffff;
}
.open-notifications .notifications-content .notifications-header .filter-btn .material-symbols-rounded {
  font-size: 18px;
}
.open-notifications .notifications-content .notifications-header .filter-btn:not(.active) {
  opacity: 0.5;
}
.open-notifications .notifications-content .notification-item.filtered-out {
  display: none !important;
}
.open-notifications .notifications-content .notifications-footer {
  padding: 16px;
  display: flex;
  border-top: 1px solid #ddd;
  width: 100%;
}
.open-notifications .notifications-content .notifications-footer button.ctaButton.none {
  background: none;
  color: var(--secondary);
  border: none;
  padding: 0;
}
.open-notifications .notifications-content .notifications-footer button.ctaButton.none:hover {
  background: none;
  text-decoration: underline;
}
.open-notifications .notifications-content .notifications-footer button.ctaButton.gradient-green {
  margin-left: auto;
}
.open-notifications .notifications-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.open-notifications .notifications-content ul li {
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}
.open-notifications .notifications-content ul li.no-border {
  border: none;
}
.open-notifications .notifications-content ul li .noNotifications {
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.open-notifications .notifications-content ul li .noNotifications span {
  font-size: 32px;
}
.open-notifications .notifications-content ul li a {
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--secondary);
}
.open-notifications .notifications-content ul li a span.name {
  color: var(--primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.open-notifications .notifications-content ul li a span.name span.date {
  color: #aaaaaa;
}
.open-notifications .notifications-content ul li a span.comment {
  font-size: 13px;
  color: var(--secondary);
}
.open-notifications .notifications-content ul li a:hover {
  text-decoration: none;
}
.open-notifications .notifications-content ul li a:hover span {
  text-decoration: none;
}
.open-notifications .notifications-content ul li a:hover span.comment {
  text-decoration: underline;
}
.open-notifications .notifications-content ul li span.text {
  font-size: 14px;
}
.open-notifications .notifications-content ul li:last-child {
  border: none;
}
.open-notifications .notifications-content ul.notifications-list {
  max-height: 350px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.open-notifications .notifications-content ul.notifications-list li.no-notifications .no-notifications-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
}
.open-notifications .notifications-content ul.notifications-list li.no-notifications .no-notifications-content p {
  margin: 0;
}
.open-notifications .notifications-content ul.notifications-list .notification-link {
  font-size: 14px;
  color: var(--secondary);
}
.open-notifications .notifications-content ul.notifications-list .notification-link .notification-content .notification-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}
.open-notifications .notifications-content ul.notifications-list .notification-link .notification-content .notification-header .notification-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.open-notifications .notifications-content ul.notifications-list .notification-link .notification-content .notification-header .notification-time {
  font-size: 12px;
  color: #6c757d;
  flex-shrink: 0;
}
.open-notifications .notifications-content ul.notifications-list .notification-link .notification-content span {
  color: var(--secondary);
}
.open-notifications .notifications-content ul.notifications-list .notification-link .notification-content .notification-meta {
  margin-top: 3px;
}
.open-notifications .notifications-content ul.notifications-list .notification-link .notification-content .notification-meta .notification-type-badge {
  background: #e9ecef;
  color: #495057;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  text-transform: capitalize;
}
.open-notifications .notifications-content ul.notifications-list .notification-link .notification-content .notification-meta .notification-type-badge.comment_on_post {
  background: #d1ecf1;
  color: #0c5460;
}
.open-notifications .notifications-content ul.notifications-list .notification-link .notification-content .notification-meta .notification-type-badge.reply_to_comment {
  background: #d4edda;
  color: #155724;
}
.open-notifications .notifications-content ul.notifications-list .notification-link .notification-content .notification-meta .notification-type-badge.post_liked {
  background: #f8d7da;
  color: #721c24;
}
.open-notifications .notifications-content ul.notifications-list .notification-link .notification-content .notification-meta .notification-type-badge.new_admin_post {
  background: #fff3cd;
  color: #856404;
}
.open-notifications .notifications-content .two-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
}

@media only screen and (max-width: 550px) {
  .open-notifications .notifications-content {
    right: 16px !important;
    left: 16px !important;
    width: 100% !important;
    max-width: calc(100% - 32px) !important;
  }
  .open-notifications .notifications-content .notifications-footer {
    flex-direction: column-reverse;
  }
  .open-notifications .notifications-content .notifications-footer button.ctaButton.gradient-green {
    margin: 0;
  }
}
/* Toast notification */
.toast-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  max-width: 300px;
}
.toast-notification.show {
  transform: translateX(0);
}
.toast-notification .toast-content strong {
  display: block;
  margin-bottom: 4px;
  color: #333;
}
.toast-notification .toast-content p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.top-main-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding: 10px 0 6px 0;
  position: relative;
}
.top-main-bar h2 {
  margin: 0;
}
.top-main-bar h2 span {
  color: #742FFF;
}
.top-main-bar .left-side {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-main-bar .left-side span.menu-button {
  display: none;
  transition: color ease-in-out 0.45s;
  cursor: pointer;
}
.top-main-bar .left-side span.menu-button:hover {
  color: #FF4F81;
}
.top-main-bar .right-side {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-main-bar .right-side .with-small {
  position: relative;
}
.top-main-bar .right-side .with-small small.click-here {
  position: absolute;
  color: #101b33;
  bottom: -25px;
  font-weight: 400;
  font-family: Plus Jakarta Sans, sans-serif;
  letter-spacing: 0;
  left: -20px;
}
.top-main-bar .right-side .with-small small.click-here .material-symbols-rounded {
  transform: scaleX(-1) rotate(-40deg);
  position: relative;
  top: 5px;
}

.create-dropdown .create-subMenu {
  position: absolute;
  top: 65px;
  right: 37px;
  width: 166px;
  border-radius: 15px;
  background: #F9F7FC;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  z-index: 0;
  display: none;
}
.create-dropdown .create-subMenu.active {
  display: block;
  z-index: 15;
}
.create-dropdown .create-subMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.create-dropdown .create-subMenu ul li {
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}
.create-dropdown .create-subMenu ul li a {
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #09031D;
}
.create-dropdown .create-subMenu ul li a:hover {
  text-decoration: none;
}
.create-dropdown .create-subMenu ul li a:hover span {
  text-decoration: none;
}
.create-dropdown .create-subMenu ul li:hover {
  color: #FF4F81;
}
.create-dropdown .create-subMenu ul li:last-child {
  border: none;
}
.create-dropdown .create-subMenu ul li span.text {
  font-size: 14px;
}

.dummy-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 24px 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.dummy-tabs li a.go-back {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F7FC;
  color: #09031D;
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.45s;
}
.dummy-tabs li a.go-back:hover {
  text-decoration: none;
  background: #FF4F81;
  color: #ffffff;
}
.dummy-tabs.users-nav {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}
.dummy-tabs.users-nav.show-back {
  position: relative;
  top: 0;
  left: 0;
}
.dummy-tabs.video-library {
  position: absolute;
  top: 29px;
  left: 20px;
  z-index: 3;
}
.dummy-tabs.video-library.hide {
  display: none;
}
.dummy-tabs.video-library.show {
  display: flex;
}

.open-notifications .notifications-content {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .top-main-bar .right-side .ctaButton.open-create-menu,
  .top-main-bar .right-side .ctaButton.outline {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    height: 38px;
    border-radius: 100%;
    padding: 0;
  }
  .top-main-bar .right-side .ctaButton.open-create-menu .text,
  .top-main-bar .right-side .ctaButton.outline .text {
    display: none;
  }
  .top-main-bar .right-side .ctaButton.open-create-menu span.icon,
  .top-main-bar .right-side .ctaButton.outline span.icon {
    margin: 0 !important;
    position: relative;
    font-size: 21px;
  }
  .dummy-tabs.video-library,
  .dummy-tabs.users-nav {
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
    margin: 0 0 12px 0;
  }
  body .search-right {
    margin-bottom: 16px;
  }
  body .search-right #searchFilter {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .top-main-bar {
    margin-bottom: 16px;
  }
  .top-main-bar .left-side {
    padding-left: 30px;
    position: relative;
  }
  .top-main-bar .left-side .menu-button {
    left: 0;
    font-size: 28px;
  }
  .top-main-bar .left-side h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 440px) {
  .responsiveButtons-column,
  .dummy-tabs.video-library,
  .dummy-tabs.users-nav {
    flex-direction: column;
    margin-bottom: 12px;
  }
  .responsiveButtons-column li,
  .dummy-tabs.video-library li,
  .dummy-tabs.users-nav li {
    width: 100%;
  }
  .responsiveButtons-column li a, .responsiveButtons-column li button,
  .dummy-tabs.video-library li a,
  .dummy-tabs.video-library li button,
  .dummy-tabs.users-nav li a,
  .dummy-tabs.users-nav li button {
    width: 100%;
    justify-content: flex-start;
  }
}
/*********************** SIDEBAR ************************/
#sidebar {
  max-width: 300px;
  width: 100%;
  background: #F9F7FC;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  z-index: 1010;
  /*submenu*/
}
#sidebar a#audienced-logo {
  max-width: 175px;
  height: 30px;
  display: block;
  background-image: url("../../../images/audienced/admin/base/audienced-logo-color.svg");
  background-repeat: no-repeat;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
}
#sidebar a#audienced-logo span.plus {
  color: #ffa082;
  font-weight: 600;
  position: absolute;
  bottom: -9px;
  right: 0;
  font-size: 14px;
}
#sidebar ul#mainMenu {
  width: 100%;
  height: auto;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
#sidebar ul#mainMenu li {
  padding-left: 27px;
}
#sidebar ul#mainMenu li a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 16px;
  color: #09031D;
  font-weight: 500;
}
#sidebar ul#mainMenu li a span {
  color: #09031D;
}
#sidebar ul#mainMenu li a span.iconC {
  color: #09031D;
  display: block;
  margin-right: 7px;
}
#sidebar ul#mainMenu li a:hover {
  text-decoration: none;
}
#sidebar ul#mainMenu li.active a {
  color: #FF4F81;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
#sidebar ul#mainMenu li.active a span {
  color: #FF4F81;
}
#sidebar ul#mainMenu li.active a span.iconC {
  color: #FF4F81;
  display: block;
  margin-right: 7px;
}
#sidebar ul#mainMenu li#store a span.iconC {
  position: relative;
  left: 1px;
}
#sidebar ul#mainMenu li#community a span.iconC {
  position: relative;
  left: -1px;
}
#sidebar ul#mainMenu li#settings a span.iconC {
  position: relative;
  left: -2px;
}
#sidebar ul#mainMenu li.back {
  opacity: 50%;
}
#sidebar ul#mainMenu li#comments a {
  position: relative;
}
#sidebar ul#mainMenu li#comments a span.dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f45656;
  display: none;
  position: absolute;
  top: 9px;
  left: -2px;
}
#sidebar ul#mainMenu li#comments.newComment a span.dot {
  display: block;
}
#sidebar ul#mainMenu li ul#sub_menu {
  padding-left: 32px;
  list-style-type: none;
}
#sidebar ul#mainMenu li ul#sub_menu li {
  padding: 0;
  color: #09031D;
}
#sidebar ul#mainMenu li ul#sub_menu li.title {
  text-transform: uppercase;
  list-style-type: none;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
}
#sidebar ul#mainMenu li ul#sub_menu li a {
  font-size: 15px;
  margin: 0;
  color: #09031D;
  background: none;
  padding: 5px 0;
}
#sidebar ul#mainMenu li ul#sub_menu li a:hover {
  text-decoration: none;
}
#sidebar ul#mainMenu li ul#sub_menu li a span {
  color: #09031D;
}
#sidebar ul#mainMenu li ul#sub_menu li a span.iconC.small {
  font-size: 19px;
  margin-right: 4px;
}
#sidebar ul#mainMenu li ul#sub_menu li.active a span {
  color: #FF4F81;
}
#sidebar ul#mainMenu li ul#sub_menu li#previewInAdmin {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar ul#mainMenu li ul#sub_menu li#previewInAdmin a {
  background: #f45656;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  position: relative;
  left: -15px;
}
#sidebar ul#subMenu {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: 20px;
}
#sidebar ul#subMenu li a {
  width: 100%;
  height: auto;
  display: block;
  line-height: 23px;
  font-size: 13px;
  color: #09031D;
  padding-left: 30px;
}
#sidebar ul#subMenu li a.upgrade span {
  color: #2BB449;
  font-weight: 400;
}
#sidebar ul#subMenu li a span {
  color: #09031D;
}
#sidebar ul#subMenu li a:hover {
  text-decoration: none;
}
#sidebar span#responsiveShow {
  display: none;
}

/*********************** END SIDEBAR ************************/
@media only screen and (max-width: 600px) {
  #sidebar a#audienced-logo {
    margin-top: 20px;
  }
}
.table thead th {
  border: none;
  background: #EADEED;
  color: #101b33;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 17px;
  padding-bottom: 17px;
}
.table tbody tr:nth-child(even) {
  background: #F9F7FC;
}
.table tbody tr.b-table-details {
  background: #F9F7FC;
  font-size: 14px;
}
.table tbody tr.b-table-details td {
  padding-top: 10px;
}
.table.b-table > tbody > tr.b-table-details > td {
  padding: 0;
}
.table.b-table > tbody > tr.b-table-details > td ul {
  padding: 0 0 0 30px;
  margin: 0;
}
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: 5px center;
  padding-left: 20px;
}
.table th,
.table td {
  text-align: left;
  border: none;
  /*border-bottom: 1px solid $c-gray;*/
}
.table th:last-child,
.table td:last-child {
  text-align: right;
}
.table td .badge {
  width: auto;
  color: #ffffff;
  height: 19px;
  text-transform: uppercase;
  display: inline-block;
  background: #101b33;
  border: none;
  line-height: 19px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: 2px;
}
.table td .badge.demo {
  background: #FF4F81;
}
.table td .badge.follow_along {
  background: #FDA312;
}
.table td .badge.follow_along_workout {
  background: #0BCD4B;
}
.table td .badge.educational {
  background: #DA191C;
}
.table td .badge.archive {
  line-height: 13px;
}
.table td .badge.badge-status-invited, .table td .badge.badge-status-pending {
  background: #6c757d;
}
.table td .badge.badge-info, .table td .badge.badge-status-trial {
  background: #6cb2eb;
}
.table td .badge.badge-status-active {
  background: #28a745;
}
.table td .badge.badge-success, .table td .badge.badge-status-paid {
  background: #28a745;
}
.table td .badge.badge-status-cancelled {
  background: #dc3545;
}
.table td .badge.badge-commission-pending, .table td .badge.badge-warning {
  background: #ffc107;
}
.table td .badge.badge-commission-paid {
  background: #28a745;
}
.table td .badge.badge-danger {
  background: #f45656;
}
.table td .status {
  width: 26px;
  height: 26px;
  display: block;
  text-indent: -123456px;
}
.table td .status.no-indent {
  text-indent: 0;
}
.table td .status.available {
  background: url("../../../images/success.svg") no-repeat 0 0;
}
.table td .status.transcoding, .table td .status.uploading {
  background: url("../../../images/in_progress.svg") no-repeat 0 0;
}
.table td .status.error {
  background: url("../../../images/unsuccess.svg") no-repeat 0 0;
}

table#videos-table .btn-secondary {
  background-color: #aaa;
  border-color: #aaa;
}

.pagination {
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 0;
}
.pagination li.page-item .page-link {
  min-width: 36px;
  border-radius: 3px;
  background: #F9F7FC;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09031D;
}
.pagination li.page-item.active .page-link {
  background: #FF4F81;
  color: #ffffff;
}

body .swal2-popup {
  border-radius: 15px;
}
body .swal2-popup .swal2-header {
  padding: 0;
  text-align: left;
}
body .swal2-popup .swal2-header .swal2-title {
  width: 100%;
  text-align: left;
  color: #09031D;
  font-family: Rubik, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}
body .swal2-popup .swal2-content {
  padding: 0;
  text-align: left;
  font-size: 16px;
  color: #09031D;
}
body .swal2-popup .swal2-content .swal2-html-container {
  padding: 0;
  text-align: left;
  font-size: 16px;
  color: #09031D;
}
body .swal2-popup .swal2-content .swal2-html-container .form-check {
  padding-left: 10px;
}
body .swal2-popup .swal2-content .swal2-input {
  border-radius: 7px;
  box-shadow: none;
}
body .swal2-popup .swal2-content .swal2-file:focus, body .swal2-popup .swal2-content .swal2-input:focus, body .swal2-popup .swal2-content .swal2-textarea:focus {
  border-color: #EADEED;
}
body .swal2-popup .swal2-actions {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
body .swal2-popup .swal2-actions button {
  border-radius: 21px;
  padding: 0 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
}
body .swal2-popup .swal2-actions button.swal2-confirm {
  background-image: linear-gradient(to right, #742fff, #ff4f81, #ff4f81, #742fff) !important;
  background-size: 300% 100% !important;
  border: none !important;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}
body .swal2-popup .swal2-actions button.swal2-confirm:hover {
  background-position: 100% 0 !important;
  transition: all 0.4s ease-in-out;
}
body .swal2-popup .swal2-actions button.swal2-cancel {
  background: none !important;
  color: #09031D;
  transition: all 0.4s ease-in-out;
}
body .swal2-popup .swal2-actions button.swal2-cancel:hover {
  background: #101b33 !important;
  color: #ffffff;
}
/*CUSTOM CHECKBOX*/
.customInput {
  position: relative;
  padding-left: 25px;
}
.customInput.normal span.text {
  font-weight: 300;
}
.customInput span.checkbox {
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  display: block;
  background: var(--secondary);
  cursor: pointer;
  border-radius: 5px;
}
.customInput span.checkbox span {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 3px solid #ffffff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 3px;
}
.customInput span.text {
  cursor: pointer;
  position: relative;
  top: 0;
}
.customInput input {
  display: none;
}
.customInput input:checked ~ span.checkbox {
  background: var(--primary);
}
.customInput input:checked ~ span.checkbox span {
  background: var(--primary);
}
.customInput.disabled span.checkbox {
  opacity: 0.5;
  filter: grayscale(1);
  cursor: default;
}
.customInput.radio span.checkbox {
  border-radius: 100%;
}
.customInput.radio span.checkbox span {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  top: 2px;
  left: 2px;
}
.customInput.small span.checkbox span {
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-footer .btn {
  width: auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  padding: 0 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  transition: background ease-in-out 0.45s, color ease-in-out 0.45s;
  text-decoration: none;
  height: 42px;
  border: 1px solid #101b33;
  background: #ffffff;
  color: #101b33;
}
.modal-footer .btn.btn-danger {
  color: #ffffff;
  background: #DA191C;
  border: none;
}
.modal-footer .btn:hover {
  color: #ffffff;
  background: #101b33;
}
.modal-footer .btn.btn-primary {
  background-image: linear-gradient(to right, #0BCD4B, #0D983B, #0D983B, #0BCD4B);
  background-size: 300% 100%;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  border: none;
}
.modal-footer .btn.btn-primary:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}

/*DASHBOARD*/
.dashboardWrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 30px;
  color: #09031D;
}

.twoFa-notification {
  background: #fdbc07;
  border-radius: 15px;
  margin-bottom: 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 16px;
  font-weight: 400;
  position: relative;
}
.twoFa-notification .flex {
  max-width: calc(100% - 40px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  color: #09031D;
}
.twoFa-notification .flex span {
  position: relative;
  top: -1px;
}
.twoFa-notification .flex a {
  color: #09031D;
  text-decoration: underline;
}
.twoFa-notification p {
  margin: 0;
}
.twoFa-notification .closeNotification {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  width: 50px;
  height: auto;
  border-radius: 0 15px 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dashboardContent .course-templates {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  padding-top: 50px;
}
.dashboardContent .course-templates .course-template {
  width: 33.33%;
  padding-left: 50px;
  margin-bottom: 50px;
  min-height: 140px;
}
.dashboardContent .course-templates .course-template .course-template-wrapper {
  padding: 20px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  height: 100%;
  position: relative;
}
.dashboardContent .course-templates .course-template .course-template-wrapper h4 {
  font-size: 17px;
  font-weight: 600;
  color: #102432;
  letter-spacing: 1px;
  display: block;
  margin: 0;
}
.dashboardContent .course-templates .course-template .course-template-wrapper hr {
  width: 40px;
  height: 2px;
  background: #FF4F81;
  border: none;
  margin: 10px 0;
}
.dashboardContent .course-templates .course-template .course-template-wrapper .buttonBottom {
  display: flex;
  margin-top: auto;
  flex-direction: column;
}
.dashboardContent .course-templates .course-template .course-template-wrapper button {
  display: flex;
  margin-left: auto;
  margin-top: auto;
}
.dashboardContent .course-templates .course-template .course-template-wrapper button.green {
  background: #2BB449;
  border-color: #2BB449;
}
.dashboardContent .course-templates .course-template .course-template-wrapper h3 {
  font-size: 19px;
  font-weight: 400;
}
.dashboardContent .course-templates .course-template .course-template-wrapper img {
  max-width: 100%;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  box-shadow: 0 0 5px 0 rgba(33, 33, 33, 0.25);
}
.dashboardContent .course-templates .course-template .course-template-wrapper p {
  font-size: 17px;
}
.dashboardContent .course-templates .course-template .course-template-wrapper:hover, .dashboardContent .course-templates .course-template .course-template-wrapper:active {
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 5px 0 rgba(33, 33, 33, 0.25);
  /* background: $primary-color;

   h4, p  {color: #fff;}
   hr {background: #fff;}*/
}
.dashboardContent .course-templates .course-template .course-template-wrapper:hover span.getStarted, .dashboardContent .course-templates .course-template .course-template-wrapper:active span.getStarted {
  text-decoration: underline;
}
.dashboardContent .dashboard.user-form .card-body:hover {
  box-shadow: 0 0 5px 0 rgba(33, 33, 33, 0.45);
}
.dashboardContent .homeFlex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.dashboardContent .homeFlex .leftSide {
  width: 50%;
}
.dashboardContent .homeFlex .rightSide {
  width: 50%;
}
.dashboardContent .dashboardStatistics {
  margin-bottom: 36px;
}

/* new style */
.stats .title {
  font-size: 16px;
  font-weight: 600;
  color: #5B5B5B;
}
.stats .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stats .flex .number {
  font-family: Rubik, sans-serif;
  font-weight: 600;
  font-size: 25px;
}
.stats .flex .circle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F7FC;
  border-radius: 100%;
}
.stats .flex .circle span {
  color: #742FFF;
  font-size: 32px;
}
.stats.referrals-invited .flex .circle span {
  color: #6cb2eb;
}
.stats.referrals-trial .flex .circle span {
  color: #ffc107;
}
.stats.referrals-trial .flex .circle span {
  color: #FF4F81;
}
.stats.referrals-active .flex .circle span {
  color: #28a745;
}
.stats.commission .flex .circle span {
  color: #222;
}
.stats.active_customers .flex .circle span {
  color: #FF4F81;
}
.stats .percent {
  margin-top: 10px;
  display: flex;
  gap: 3px;
  font-size: 14px;
  color: #5B5B5B;
}
.stats .percent .number {
  display: flex;
  align-items: center;
  gap: 3px;
}
.stats .percent .week {
  display: flex;
  align-items: center;
}
.stats .percent .icon {
  font-size: 21px;
  margin: 0 -3px;
  position: relative;
  top: 2px;
}

.myCourses {
  margin-bottom: 30px;
}
.myCourses .course {
  color: #09031D;
}
.myCourses .course .shadow-wrapper {
  color: #09031D;
}
.myCourses .course .shadow-wrapper:hover {
  text-decoration: none;
}
.myCourses .course .shadow-wrapper img.course-image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  margin-bottom: 10px;
}
.myCourses .course .shadow-wrapper .top {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}
.myCourses .course .shadow-wrapper .top .product-name {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  padding-right: 20px;
  color: #09031D;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 2px;
}
.myCourses .course .shadow-wrapper .top .status {
  position: absolute;
  right: 0;
  top: 7px;
}
.myCourses .course .shadow-wrapper .top .status .dot {
  width: 8px;
  height: 8px;
  background: #DA191C;
  display: block;
  border-radius: 100%;
  position: relative;
}
.myCourses .course .shadow-wrapper .top .status .dot.published {
  background: #0BCD4B;
}
.myCourses .course .shadow-wrapper .top .status .dot span {
  position: absolute;
  padding: 2px 10px;
  border-radius: 10px;
  background: #dddddd;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  right: 15px;
  top: -6px;
  opacity: 0;
  z-index: 2;
  color: #09031D;
}
.myCourses .course .shadow-wrapper .top .status .dot:hover span {
  opacity: 1;
}
.myCourses .course .shadow-wrapper .numb_of_users {
  width: 100%;
  height: 6px;
  background: #dddddd;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}
.myCourses .course .shadow-wrapper .numb_of_users span {
  height: 5px;
  display: block;
  border-radius: 3px;
  background: linear-gradient(90deg, #742FFF 0%, #FF4F81 100%);
  /*
  &.low{
      background: $red;
  }
  &.mid{
      background: $orange;
  }
  &.high{
      background: $green;
  }
  */
}
.myCourses .course .shadow-wrapper .numbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.myCourses .course .shadow-wrapper .numbers .completed {
  font-size: 12px;
  margin-left: auto;
}
.myCourses .course .shadow-wrapper .numbers .completed strong {
  font-weight: 600;
}
.myCourses .course .shadow-wrapper .numbers .completed strong.low {
  color: #DA191C;
}
.myCourses .course .shadow-wrapper .numbers .completed strong.mid {
  color: #FDA312;
}
.myCourses .course .shadow-wrapper .numbers .completed strong.high {
  color: #0BCD4B;
}
.myCourses .course .shadow-wrapper .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myCourses .course .shadow-wrapper .bottom .stats {
  display: flex;
  align-items: center;
  gap: 10px;
}
.myCourses .course .shadow-wrapper .bottom .stats span {
  font-size: 12px;
  display: flex;
  gap: 3px;
  align-items: center;
}
.myCourses .course .shadow-wrapper .bottom .stats span span.icon {
  font-size: 16px;
  position: relative;
  top: -1px;
}
.myCourses .course .shadow-wrapper .bottom .edit {
  color: #5B5B5B;
  display: flex;
  align-items: center;
  gap: 3px;
}
.myCourses .course .shadow-wrapper .bottom .edit span.underlineLink {
  font-size: 12px;
  align-items: center;
}
.myCourses .course .shadow-wrapper .bottom .edit span.icon {
  font-size: 16px;
  position: relative;
  top: -1px;
}
.myCourses .course .shadow-wrapper .bottom .edit:hover {
  text-decoration: none;
}

.instructions {
  width: 100%;
}
.instructions span.closeInstructions {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: #aaa;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-weight: 600;
}
.instructions span.closeInstructions:hover {
  background: #FF4F81;
  cursor: pointer;
}
.instructions .col1_4 .shadow-wrapper {
  min-height: 400px;
  display: flex;
  flex-direction: column;
}
.instructions .col1_4 .shadow-wrapper a.link {
  color: #742FFF;
}
.instructions .col1_4 .shadow-wrapper .bottom-button {
  margin-top: auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.instructions .col1_4 .shadow-wrapper .bottom-button .ctaButton {
  height: 42px;
}
.instructions .col1_4 .shadow-wrapper .bottom-button.create-dropdown .create-subMenu {
  top: auto;
  bottom: 45px;
  right: calc(50% - 83px);
}
.instructions .col1_4 .shadow-wrapper .bottom-button.noFeatures {
  flex-direction: column;
  align-items: center;
}
.instructions .col1_4 .shadow-wrapper .bottom-button.noFeatures p {
  font-size: 14px;
}

.dashboardContent .instructions.first-dark .col_4 .col1_4:first-child .shadow-wrapper {
  background: #09031D;
}
.dashboardContent .instructions.first-dark .col_4 .col1_4:first-child .shadow-wrapper .content-instructions h3 {
  background: linear-gradient(90deg, var(--Primary-color, #742FFF) 0%, var(--Secondary-color, #FF4F81) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dashboardContent .instructions.first-dark .col_4 .col1_4:first-child .shadow-wrapper .content-instructions p {
  color: #ffffff;
}

@media only screen and (max-width: 980px) {
  .instructions .col1_4 .shadow-wrapper {
    min-height: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .stats .percent {
    flex-direction: column;
  }
  .stats .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .instructions .col1_4 .shadow-wrapper {
    min-height: unset;
  }
}
@media only screen and (max-width: 400px) {
  .stats .flex .number {
    font-size: 21px;
  }
}
.searchFilter {
  margin: 0;
}
.searchFilter .form-group {
  margin: 0 0 26px 0;
  display: flex;
  justify-content: flex-end;
}
.searchFilter .form-group .input-group {
  max-width: 300px;
  width: 300px;
  margin: 0;
  border-radius: 10px;
  border-color: #F9F7FC;
}

.course-completion-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.course-completion-wrapper .searchFilter .form-group {
  margin-bottom: 0;
}

.courseCharts .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.courseCharts .flex h3 {
  margin: 0;
}
.courseCharts .chartFlex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5px;
}
.courseCharts .chartFlex h4 {
  margin: 0 0 10px 0;
}
.courseCharts select {
  border: 1px solid #ddd;
  padding: 5px;
  width: 200px;
  border-radius: 7px;
}
.courseCharts .upgradeImage {
  position: relative;
}
.courseCharts .upgradeImage img {
  filter: blur(4px);
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 420px;
  width: 100%;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.courseCharts .upgradeImage a {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 60px);
}

.courses-table .courseCharts select {
  margin-right: 10px;
  outline: none;
}

.chooseOption {
  display: flex;
  align-items: center;
}

.dataPickerChart {
  display: flex;
  align-items: center;
  gap: 16px;
}
.dataPickerChart .form-group {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 8px;
}
.dataPickerChart .form-group label {
  margin: 0;
}
.dataPickerChart .form-group input {
  border: 1px solid #ddd;
  padding: 5px;
  outline: none;
  border-radius: 7px;
}
.dataPickerChart .vdp-datepicker__calendar .cell {
  font-weight: 400;
}
.dataPickerChart .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .dataPickerChart .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .dataPickerChart .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border-color: #FF4F81;
  border-radius: 15px;
}
.dataPickerChart .vdp-datepicker__calendar .cell.selected {
  background: #FF4F81;
  color: #fff;
  border-radius: 15px;
}

.selectDuration.chooseOption .dataPickerChart {
  margin-left: 16px;
}

#courses-table thead tr th {
  width: 200px;
  flex: 0 0 auto;
}
#courses-table thead tr th.course-id {
  width: 60px;
  flex: 0 0 60px;
}
#courses-table thead tr th.course-buttons {
  width: 100px;
  flex: 0 0 100px;
}
#courses-table thead tr th.course-title {
  width: auto;
  flex: 1 1 auto;
}
#courses-table .statusTitle {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #DA191C;
}
#courses-table .statusTitle.published {
  color: #0BCD4B;
}
#courses-table .statusTitle span.icon {
  position: relative;
  top: 1px;
}

/*********************** COURSE ************************/
#adminWrapper ol.breadcrumb {
  background: none;
  padding: 0;
}
#adminWrapper ol.breadcrumb .breadcrumb-item {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
#adminWrapper ol.breadcrumb .breadcrumb-item:last-child a {
  color: #102432;
  cursor: default;
}
#adminWrapper ol.breadcrumb .breadcrumb-item:last-child a:hover {
  text-decoration: none;
}
#adminWrapper .education-content-input .tox-tinymce {
  min-height: 500px;
}

.course-basic-info-form {
  /*#exercise-image-upload {height: 100%; padding-bottom: 30px;}
  #exercise-image-upload div {height: 100%;}
  #exercise-image-upload label.custom-file-label {height: 100%;}
  #exercise-image-upload span.maxUpload {bottom: 25%;}*/
}
.course-basic-info-form .days {
  position: relative;
  padding-bottom: 50px;
}
.course-basic-info-form .days span.day {
  width: 60px;
  height: 35px;
  display: block;
  background: #eee;
  border-radius: 0 3px 3px 0;
  text-align: center;
  line-height: 36px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.course-basic-info-form .uploader-wrapper {
  padding-bottom: 30px;
}
.course-basic-info-form .tox-editor-header {
  position: relative;
  z-index: 0 !important;
}
.course-basic-info-form #exercise-image-upload {
  z-index: 0 !important;
}
.course-basic-info-form .with-icons-flex {
  display: flex;
  align-items: center;
}
.course-basic-info-form .copyLink {
  color: #8A8686;
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -1px;
  padding-left: 30px;
}
.course-basic-info-form .copyLink.top {
  position: relative;
  top: -1px;
  padding-left: 30px;
}
.course-basic-info-form .copyLink:hover {
  text-decoration: underline;
}
.course-basic-info-form .copyLink span.icon {
  position: absolute;
  left: 0;
  top: -1px;
}
.course-basic-info-form .copyLink.copied {
  color: #3C45EC !important;
}
.course-basic-info-form .enableFreeSignup .free-course,
.course-basic-info-form .enableFreeSignup .paid-course {
  display: flex;
  align-items: center;
}
.course-basic-info-form .course-info-section {
  margin-bottom: 32px;
  margin-left: 0;
  position: relative;
  padding: 20px 20px 0 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.course-basic-info-form .course-info-section .custom-control-label::before {
  top: 2px;
}
.course-basic-info-form .course-info-section .custom-control-label::after {
  top: 2px;
}
.course-basic-info-form .course-info-section .strong400 label {
  font-weight: 400;
}
.course-basic-info-form .course-info-section .course-info-section-title {
  color: #742FFF;
  font-family: Rubik, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 16px;
  display: block;
}
.course-basic-info-form .course-info-section small.text-muted {
  font-size: 11px;
}
.course-basic-info-form .course-info-section .disclaimer label {
  font-size: 14px;
}
.course-basic-info-form .course-info-section .disclaimer p {
  font-size: 13px;
}
.course-basic-info-form .course-info-section .enable-site-url {
  padding-left: 30px;
}
.course-basic-info-form .course-info-section .upsell-course-short-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-basic-info-form .course-info-section .upsell-course-short-description .counter {
  font-size: 14px;
  color: #f45656;
}
.course-basic-info-form .course-info-section.image label.d-block {
  color: #742FFF;
  font-family: Rubik, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 16px;
  display: block;
}
.course-basic-info-form .course-info-section textarea.textarea-description {
  width: 100%;
  height: 80px;
  border: 1px solid #dfdfdf;
  border-radius: 0.25rem;
  padding: 10px;
  outline: none;
}
.course-basic-info-form .course-info-section .show-upsell-in {
  margin: 0 0 24px 30px;
}
.course-basic-info-form .course-info-section .show-upsell-in.disabled .notify-choose-lessons {
  pointer-events: none;
  opacity: 0.7;
  filter: grayscale(50%);
}

.main-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 42px 0;
}
.main-buttons .two-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-buttons .ctaButton {
  height: 42px;
  text-transform: none;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-buttons .ctaButton.gray {
  border-color: #dddddd;
  color: #aaaaaa;
}

.label-with-info {
  width: 100%;
  position: relative;
}
.label-with-info .info {
  position: absolute;
  right: 0;
  top: 3px;
}
.label-with-info .info .open-show {
  font-size: 16px;
  color: #aaaaaa;
  cursor: pointer;
  transition: color ease-in-out 0.45s;
}
.label-with-info .info .open-show:hover {
  color: #FF4F81;
}
.label-with-info .info .show-info {
  position: absolute;
  right: 20px;
  top: 0;
  display: none;
  width: 200px;
  font-size: 14px;
  background: #FF4F81;
  color: #ffffff;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 11;
}
.label-with-info .info:hover .show-info {
  display: block;
}

.lesson-editor .bonus-lesson {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  right: 20px;
}
.lesson-editor .bonus-lesson label {
  font-weight: 400;
}
.lesson-editor .shadow-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.lesson-editor .shadow-wrapper .shadow-wrapper-title {
  color: #742FFF;
  font-family: Rubik, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 16px;
  display: block;
}
.lesson-editor .shadow-wrapper .form-group {
  margin-bottom: 0;
}
.lesson-editor .shadow-wrapper .absolute-right-top {
  position: absolute;
  top: 20px;
  right: 20px;
}
.lesson-editor .shadow-wrapper .wrapperAddedVideos {
  padding: 15px;
  background: #F9F7FC;
  border-radius: 15px;
}
.lesson-editor .shadow-wrapper .wrapperAddedVideos .list-group-item {
  background: none;
  border-bottom: 1px solid #EADEED !important;
}
.lesson-editor .shadow-wrapper .wrapperAddedVideos .list-group-item .img-fluid {
  border-radius: 5px;
}
.lesson-editor .shadow-wrapper .wrapperAddedVideos .list-group-item:last-child {
  border: none !important;
}
.lesson-editor .shadow-wrapper .video-item-handle {
  cursor: move;
}
.lesson-editor .shadow-wrapper .addedVideos span.transcoding {
  color: #f45656;
}
.lesson-editor .shadow-wrapper .addedVideos .videos-draggable-list .list-group-item {
  width: auto;
  border: none;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  align-items: center;
}
.lesson-editor .shadow-wrapper .addedVideos .videos-draggable-list .list-group-item .d-flex.align-items-center button:first-child {
  margin-right: 10px;
}
.lesson-editor .shadow-wrapper .addedVideos .videos-draggable-list .list-group-item button.btn-danger {
  border: 1px solid #f45656;
}
.lesson-editor .shadow-wrapper .addedVideos .videos-draggable-list .list-group-item img {
  display: block;
  max-width: 60px;
  height: auto;
  margin: 5px 10px;
  width: 100%;
}
.lesson-editor .shadow-wrapper .addedVideos .list-group-item label strong {
  display: block;
  font-size: 17px;
  line-height: 21px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lesson-editor .shadow-wrapper .maxUpload {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}
.lesson-editor .shadow-wrapper .align-content-attachment {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.lesson-editor .shadow-wrapper .align-content-attachment .pdf-form,
.lesson-editor .shadow-wrapper .align-content-attachment .width-100 {
  max-width: calc(100% - 60px);
}
.lesson-editor .shadow-wrapper .align-content-attachment .circle-button {
  margin-top: 5px;
}
.lesson-editor .label-with-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.lesson-editor .label-with-button label {
  margin-bottom: 0;
}

#exercise-image-upload label.custom-file-label {
  height: 180px;
  padding-top: 25px;
  text-align: center;
  border: 1px solid #EADEED;
  line-height: 15px;
  background: #F9F7FC url("../../../images/noImageThumbnail.svg") no-repeat center;
  background-size: 164px;
}
#exercise-image-upload label.custom-file-label:after {
  display: none;
}
#exercise-image-upload label.custom-file-label:hover {
  cursor: pointer;
  border: 2px dotted #ccc;
}

#exercise-image-upload {
  padding-left: 0;
  position: relative;
}
#exercise-image-upload span.maxUpload {
  display: block;
  text-align: center;
  font-size: 13px;
  width: 100px;
  margin-left: -50px;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 20px;
  z-index: 1010;
}

#exercise-image-upload input {
  height: 100%;
  opacity: 0;
}

#exercise-image-upload div {
  flex-grow: 1;
  height: 180px;
}

.addImageCourse label small {
  color: #aaa;
  font-size: 14px;
}

img#exercise-image-preview {
  height: 240px;
  max-width: 380px;
  border-radius: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 30px;
}

.pdf-wrapper {
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 24px;
}
.pdf-wrapper .pdf-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #aaaaaa;
}
.pdf-wrapper .pdf-header .center {
  position: absolute;
  left: calc(50% - 10px);
  top: 14px;
}
.pdf-wrapper .pdf-header .zoom-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pdf-wrapper .pdf-header .zoom-controls button {
  width: 30px;
  height: 30px;
  border: none;
  background: var(--secondary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.pdf-wrapper .pdf-container {
  height: 100%;
}
.pdf-wrapper .pdf-footer {
  background: none;
}
.pdf-wrapper .pdf-footer.both-disabled {
  display: none;
}
.pdf-wrapper .pdf-footer button {
  padding: 16px;
}
.pdf-wrapper .pdf-footer button:disabled {
  background: #f9f9f9;
  color: #dddddd;
}

.fullscreen-pdf {
  border: none;
  border-radius: 0;
}
.fullscreen-pdf .inner {
  height: 100vh;
}
.fullscreen-pdf .inner .vue-pdf-embed {
  height: 100%;
  width: 100%;
}
.fullscreen-pdf .pdf-container {
  height: 100%;
}

.vue-pdf-embed {
  height: 100%;
  width: 100%;
}

.vue-pdf-embed__page {
  max-height: calc(100vh - 180px);
}
.vue-pdf-embed__page canvas {
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .courseCharts .flex {
    flex-direction: column;
    align-items: unset;
    margin-bottom: 0;
  }
  .courseCharts .flex h3 {
    margin-bottom: 16px;
  }
  .dataPickerChart {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .dataPickerChart .form-group {
    width: 100%;
    justify-content: space-between;
  }
  .dataPickerChart .form-group label {
    width: 70px;
  }
  .dataPickerChart .form-group .vdp-datepicker {
    width: 100%;
  }
  .dataPickerChart .form-group input {
    width: 100%;
  }
  .selectDuration.chooseOption .dataPickerChart {
    margin-left: 0;
  }
  .searchFilter .form-group {
    margin-bottom: 16px;
  }
  .searchFilter .form-group div {
    width: 100%;
  }
  .searchFilter .form-group .input-group {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .main-buttons .two-buttons .outline {
    display: none;
  }
  .course-basic-info-form .enableFreeSignup .free-course, .course-basic-info-form .enableFreeSignup .paid-course {
    flex-direction: column;
    align-items: flex-start;
  }
  .course-basic-info-form .enableFreeSignup .free-course .copyLink, .course-basic-info-form .enableFreeSignup .paid-course .copyLink {
    top: 2px;
    margin-left: 20px !important;
  }
  .lesson-editor .shadow-wrapper .align-content-attachment {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .lesson-editor .shadow-wrapper .align-content-attachment .width-100 {
    max-width: 100%;
  }
}
/************************************************************
********************* QUIZ AND SURVEY ***********************
************************************************************/
.quizOptions .col-md-12 {
  min-height: 38px;
}
.quizOptions .flex {
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.quizOptions .flex strong {
  font-weight: 700;
}
.quizOptions .flex input {
  width: 50px;
  margin: 0 10px;
  height: 27px;
}
.quizOptions .custom-checkbox label.custom-control-label::before {
  width: 18px;
  height: 18px;
  top: 2px;
}

.lesson-questions .addQuestionButton {
  margin: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border: 2px dashed #3c45ec;
  background: none;
  padding: 0 15px;
  color: #3c45ec;
  transition: border ease-in-out 0.45s, color ease-in-out 0.45s;
}
.lesson-questions .addQuestionButton:hover {
  border-color: #070A42;
  color: #070A42;
}
.lesson-questions .question-item .smallButton {
  text-transform: unset;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: 400;
  padding: 3px 10px;
  margin: 0;
}
.lesson-questions .question-item .question-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lesson-questions .question-item .question-header {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0 25px 10px 0;
  border-bottom: 1px solid #EADEED;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: url("../../../images/quiz/arrowDown.svg") no-repeat right center;
  background-size: 15px;
  cursor: pointer;
}
.lesson-questions .question-item .question-header h3 {
  font-family: Rubik, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 16px;
  display: block;
  color: #FF4F81;
  margin: 0;
}
.lesson-questions .question-item .question-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 3px;
  transition: max-height 0.7s ease-in-out;
  display: block !important;
}
.lesson-questions .question-item .question-body .question-question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 10px;
}
.lesson-questions .question-item .question-body .question-question .col_half {
  width: 50%;
  max-width: 100%;
  padding: 0;
}
.lesson-questions .question-item .question-body .question-question .col_half .form-group {
  margin: 0;
}
.lesson-questions .question-item .question-body .question-question .col_half .form-group.isOptional {
  margin-top: 5px;
}
.lesson-questions .question-item .question-body .question-question .col_half .form-group.isOptional label {
  font-weight: 400;
  font-size: 13px;
}
.lesson-questions .question-item .question-body .question-question .col_half .form-group.isOptional input {
  position: relative;
  top: 2px;
}
.lesson-questions .question-item .question-body .answer-list .mb-15 {
  margin-bottom: 15px;
}
.lesson-questions .question-item .question-body .answer-list .answer-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.lesson-questions .question-item .question-body .answer-list .answer-item .answer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.lesson-questions .question-item .question-body .answer-list .answer-item .answer-header label {
  margin-bottom: 0;
}
.lesson-questions .question-item .question-body .answer-list .answer-item .answer-header .smallButton {
  margin-bottom: 5px;
}
.lesson-questions .question-item .question-body .answer-list .answer-item .answer-body {
  position: relative;
}
.lesson-questions .question-item .question-body .answer-list .answer-item .answer-body .form-group {
  margin-bottom: 0;
}
.lesson-questions .question-item .question-body .answer-list .answer-item .answer-body .form-check.isCorrect {
  margin-top: 5px;
}
.lesson-questions .question-item .question-body .answer-list .answer-item .answer-body .form-check.isCorrect label {
  font-weight: 400;
  font-size: 13px;
}
.lesson-questions .question-item .question-body .answer-list .answer-item .answer-body .form-check.isCorrect input {
  position: relative;
  top: 2px;
}
.lesson-questions .question-item .question-body .answer-list .answer-item .answer-body .scale-answer {
  margin-top: 16px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.lesson-questions .question-item .question-body .answer-list .answer-item .answer-body .scale-answer input {
  width: calc(100% - 50px);
}
.lesson-questions .question-item .question-body .answer-list .answer-item .answer-body .scale-answer label {
  font-size: 24px;
}
.lesson-questions .question-item.active .question-header {
  background: url("../../../images/quiz/arrowUp.svg") no-repeat right center;
  background-size: 15px;
}
.lesson-questions .question-item.active .question-body {
  max-height: 3000px;
}

.userQuestionnaireWrapper {
  /*table tr td:last-child {display: flex; justify-content: flex-end;}*/
}
.userQuestionnaireWrapper .buttonsWithSearch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 16px;
}
.userQuestionnaireWrapper .buttonsWithSearch .select-container {
  max-width: 350px;
  width: 100%;
}
.userQuestionnaireWrapper .buttonsWithSearch .select-container select {
  max-width: 350px;
  width: 100%;
  height: 37px;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 0 5px;
}
.userQuestionnaireWrapper .buttonsWithSearch .buttons {
  max-width: calc(100% - 320px);
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.userQuestionnaireWrapper .buttonsWithSearch .buttons button {
  background: #ddd;
  margin-right: 10px;
  border-radius: 5px 5px 0 0;
}
.userQuestionnaireWrapper .buttonsWithSearch .buttons button:hover {
  background: #3C45EC;
  color: #ffffff;
}
.userQuestionnaireWrapper .buttonsWithSearch .buttons button.active {
  background: #3C45EC;
  color: #ffffff;
}
.userQuestionnaireWrapper .buttonsWithSearch .search {
  max-width: 300px;
  width: 100%;
}
.userQuestionnaireWrapper .status_dot {
  margin-top: 5px;
}

@media only screen and (max-width: 480px) {
  .userQuestionnaireWrapper .buttonsWithSearch {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .userQuestionnaireWrapper .buttonsWithSearch div {
    width: 100% !important;
    max-width: 100% !important;
  }
  .userQuestionnaireWrapper .buttonsWithSearch div input,
  .userQuestionnaireWrapper .buttonsWithSearch div select {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/*top buttons */
.section-builder-container .topButtons,
.courseBasicInfo .topButtons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 26px;
  padding: 10px 0 6px 0;
}
.section-builder-container .topButtons .menu-button,
.courseBasicInfo .topButtons .menu-button {
  display: none;
}
.section-builder-container .topButtons .right,
.courseBasicInfo .topButtons .right {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.section-builder-container .topButtons .right .notifyUsers,
.courseBasicInfo .topButtons .right .notifyUsers {
  position: relative;
}
.section-builder-container .topButtons .right button.btn,
.courseBasicInfo .topButtons .right button.btn {
  position: relative;
  height: 38px;
}
.section-builder-container .topButtons .right button.btn span.showOnHover,
.courseBasicInfo .topButtons .right button.btn span.showOnHover {
  position: absolute;
  width: 200px;
  height: auto;
  top: 40px;
  left: auto;
  right: 0;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  transition: opacity ease-in-out 0.45s;
  display: none;
  line-height: 17px;
  z-index: 1;
}
.section-builder-container .topButtons .right button.btn.disabled,
.courseBasicInfo .topButtons .right button.btn.disabled {
  border: none;
}
.section-builder-container .topButtons .right button.btn.gradient-bg,
.courseBasicInfo .topButtons .right button.btn.gradient-bg {
  border: none;
}
.section-builder-container .topButtons .right button.btn:hover span.showOnHover,
.courseBasicInfo .topButtons .right button.btn:hover span.showOnHover {
  display: block;
}
.section-builder-container .section-header .input-group.input-group-sm,
.courseBasicInfo .section-header .input-group.input-group-sm {
  margin: 0;
}

.addNewModule {
  display: flex;
}
.addNewModule button.addNew {
  margin: 30px 0 50px 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border: 2px dashed #3c45ec;
  background: none;
  padding: 0 15px;
  color: #3c45ec;
  transition: border ease-in-out 0.45s, color ease-in-out 0.45s;
}
.addNewModule button.addNew:hover {
  border-color: #070A42;
  color: #070A42;
}

/*notify users popup*/
.no-sections-container {
  min-height: 300px;
}

.section-builder-container {
  margin-bottom: 50px;
}

.notify-choose-lessons {
  max-height: 255px;
  border-radius: 7px;
}
.notify-choose-lessons .moduleSection .module-title {
  padding: 7px 10px;
}
.notify-choose-lessons .moduleSection .module {
  color: #09031D;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.notify-choose-lessons .moduleSection .lesson {
  margin: 10px 0;
}
.notify-choose-lessons .moduleSection .lesson label {
  font-weight: 400;
}

button.new-section-button {
  background: #FF4F81;
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  border: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  border-radius: 0.25rem;
}
button.new-section-button:hover {
  text-decoration: none;
  box-shadow: 0 0 5px 0 rgba(33, 33, 33, 0.45);
}

.item.section {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.item.section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.item.section .section-header.main {
  padding: 15px 10px;
  background: #F9F7FC;
  border-radius: 15px;
}
.item.section .section-header.main h6 {
  color: #742FFF;
  font-family: Rubik, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
}
.item.section .section-header.main h6.module-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.item.section .section-header.main .title .editing .input-group-sm > .form-control {
  border-radius: 10px 0 0 10px;
}
.item.section .section-header.main .title .editing .input-group-append button:last-child {
  border-radius: 0 10px 10px 0;
}
.item.section .section-header .info {
  flex: 2;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}
.item.section .section-header .info .title, .item.section .section-header .info .drip {
  flex: 1;
}
.item.section .section-header .info .title {
  display: flex;
  align-items: center;
}
.item.section .section-header .info .title .title-with-drip .drip {
  color: #aaaaaa;
  margin-left: 26px;
}
.item.section .section-header .drip {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.item.section .nested {
  padding: 0 20px;
  margin-bottom: 0;
}
.item.section .nested .section-header {
  background: none;
  border-bottom: 1px solid #dddddd;
}
.item.section .nested .section-header:hover {
  background: #f6f6f6;
}
.item.section .nested .section-header a.lessonTitle {
  color: #09031D;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.item.section .nested .section-header a.lessonTitle:hover {
  text-decoration: none;
}
.item.section .nested .section-header a.lessonTitle:hover .text {
  text-decoration: underline;
}
.item.section .nested:first-child {
  margin-top: 20px;
}
.item.section .nested:first-child .section-header {
  border-top: 1px solid #dddddd;
}
.item.section .nested:last-child {
  margin-bottom: 20px;
}
.item.section .nested .section-header a.lessonTitle {
  display: flex;
  align-items: center;
  gap: 5px;
}
.item.section .nested .section-header a.lessonTitle span.iconC {
  font-size: 21px;
}
.item.section .section-content .chooseLessonType {
  display: block;
  padding-left: 10px;
  font-size: 13px;
  padding-top: 5px;
  font-weight: 400;
  background: rgba(60, 69, 236, 0.0588235294);
}
.item.section .section-content .lessonButtons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #F9F7FC;
  padding: 10px 20px;
  border-radius: 15px;
  margin-top: 20px;
}
.item.section .section-content a.addLesson {
  width: auto;
  height: auto;
  background: #101b33;
  color: #fff;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 3px;
}
.item.section .section-content a.addLesson .iconC {
  font-size: 19px;
}
.item.section .section-content a.addLesson:hover {
  text-decoration: none;
  background-color: #FF4F81;
}
.item.section .section-content a.addLesson.upgrade.pdf, .item.section .section-content a.addLesson.upgrade.quiz, .item.section .section-content a.addLesson.upgrade.survey {
  background-color: var(--green);
  position: relative;
}
.item.section .section-content a.addLesson.upgrade.pdf span.upgrade-hover, .item.section .section-content a.addLesson.upgrade.quiz span.upgrade-hover, .item.section .section-content a.addLesson.upgrade.survey span.upgrade-hover {
  display: none;
  position: absolute;
  z-index: 9;
  top: -16px;
  background: #070A42;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  padding: 2px 5px;
}
.item.section .section-content a.addLesson.upgrade.pdf:hover span.upgrade-hover, .item.section .section-content a.addLesson.upgrade.quiz:hover span.upgrade-hover, .item.section .section-content a.addLesson.upgrade.survey:hover span.upgrade-hover {
  display: block;
}

.item .section-handle, .item .section-item-handle {
  cursor: pointer;
}

.item .edit-icon {
  cursor: pointer;
}

.item .title h6 {
  margin: 0;
}

.item.ghost .section-header {
  opacity: 0.5;
  background-color: #66c3f5;
  border: 1px dotted #219ee2;
}

.section-handle {
  cursor: pointer;
  margin-right: 10px;
}

.lesson-buttons {
  width: 120px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.circle-button {
  width: 28px;
  height: 28px;
  background: #FF4F81;
  color: #ffffff;
  border-radius: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background ease-in-out 0.45s;
}
.circle-button:hover {
  background: #101b33;
}
.circle-button span.iconC {
  font-size: 18px;
}
.circle-button.remove-item-button {
  background: #DA191C;
}
.circle-button.remove-item-button:hover {
  background: #101b33;
}
.circle-button.remove-item-button:disabled {
  background: #dddddd;
  opacity: 1;
  cursor: not-allowed;
}
.circle-button.remove-item-button:disabled:hover {
  background: #dddddd;
}
.circle-button.locked {
  color: #dddddd;
  background: #aaaaaa;
}
.circle-button.locked:hover {
  background: #101b33;
}
.circle-button.unlocked {
  background: #dddddd;
  color: #aaaaaa;
}
.circle-button.unlocked:hover {
  background: #101b33;
}
.circle-button.green {
  background: #0BCD4B;
}
.circle-button.green:hover {
  background: #101b33;
}

/*DRIP CONTENT*/
#drip-content-form .helpSideWindow {
  padding-top: 21px;
}
#drip-content-form .helpSideWindow .wrapperHelp {
  background: #F9F7FC;
}
#drip-content-form .helpSideWindow .wrapperHelp #post_notice {
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 7px;
  font-size: 14px;
}
#drip-content-form .helpSideWindow .wrapperHelp #post_notice strong {
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .item.section .section-header .info .title svg {
    display: none;
  }
  .section-builder-container .topButtons,
  .courseBasicInfo .topButtons {
    justify-content: space-between;
    align-items: center;
  }
  .section-builder-container .topButtons .menu-button,
  .courseBasicInfo .topButtons .menu-button {
    display: block;
    position: relative !important;
  }
}
@media only screen and (max-width: 500px) {
  .item.section .nested .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .item.section .nested .section-header .lesson-buttons {
    width: auto;
    margin-top: 10px;
    margin-left: 26px;
  }
}
/* popup new community */
body.popup-open {
  overflow: hidden;
}

.new-popup {
  width: 100%;
  height: 100%;
  background: rgba(16, 27, 51, 0.44);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1010;
  display: block;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.new-popup.active {
  display: flex;
}
.new-popup .popup-container {
  max-width: 660px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  margin: auto;
  background: #ffffff;
  padding: 20px;
  position: relative;
  z-index: 21;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.new-popup .popup-container .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  cursor: pointer;
  transition: color ease-in-out 0.45s;
}
.new-popup .popup-container .close-icon:hover {
  color: #FF4F81;
}
.new-popup .popup-container .community-form-new {
  margin: 0;
  /*
  button {
      width: 100%;
      height: 48px;
      border: none;
  }
  */
  /* adding links */
}
.new-popup .popup-container .community-form-new .col_2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.new-popup .popup-container .community-form-new .col_2 .form-group {
  width: 50%;
}
.new-popup .popup-container .community-form-new .form-group {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.new-popup .popup-container .community-form-new .form-group img.community-image-preview {
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin-bottom: 10px;
  border-radius: 15px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-popup .popup-container .community-form-new .form-group .ql-toolbar.ql-snow {
  border-radius: 9px 9px 0 0;
}
.new-popup .popup-container .community-form-new .form-group #quillEditor {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.new-popup .popup-container .community-form-new .form-group label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  color: #09031D;
  margin-bottom: 0.5rem;
}
.new-popup .popup-container .community-form-new .form-group label.with-icon {
  display: flex;
  align-items: center;
}
.new-popup .popup-container .community-form-new .form-group small.form-text.text-muted {
  font-size: 11px;
}
.new-popup .popup-container .community-form-new .form-group input,
.new-popup .popup-container .community-form-new .form-group select,
.new-popup .popup-container .community-form-new .form-group textarea {
  height: 42px;
  border: 1px solid #dddddd;
  border-radius: 9px;
  padding: 0 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #09031D;
  margin-bottom: 0;
}
.new-popup .popup-container .community-form-new .form-group input::-moz-placeholder, .new-popup .popup-container .community-form-new .form-group select::-moz-placeholder, .new-popup .popup-container .community-form-new .form-group textarea::-moz-placeholder {
  color: #aaaaaa !important;
}
.new-popup .popup-container .community-form-new .form-group input::placeholder,
.new-popup .popup-container .community-form-new .form-group select::placeholder,
.new-popup .popup-container .community-form-new .form-group textarea::placeholder {
  color: #aaaaaa !important;
}
.new-popup .popup-container .community-form-new .form-group input:focus,
.new-popup .popup-container .community-form-new .form-group select:focus,
.new-popup .popup-container .community-form-new .form-group textarea:focus {
  border-color: #FF4F81;
}
.new-popup .popup-container .community-form-new .form-group input::-moz-placeholder, .new-popup .popup-container .community-form-new .form-group select::-moz-placeholder, .new-popup .popup-container .community-form-new .form-group textarea::-moz-placeholder {
  font-style: italic;
  color: #f9f9f9;
}
.new-popup .popup-container .community-form-new .form-group input::placeholder,
.new-popup .popup-container .community-form-new .form-group select::placeholder,
.new-popup .popup-container .community-form-new .form-group textarea::placeholder {
  font-style: italic;
  color: #f9f9f9;
}
.new-popup .popup-container .community-form-new .form-group input:disabled,
.new-popup .popup-container .community-form-new .form-group select:disabled,
.new-popup .popup-container .community-form-new .form-group textarea:disabled {
  background: #eeeeee;
}
.new-popup .popup-container .community-form-new .form-group textarea {
  height: 100px;
  padding: 10px;
}
.new-popup .popup-container .community-form-new .form-group .flex-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.new-popup .popup-container .community-form-new .form-group .error {
  color: #FF4F81;
  font-size: 12px;
}
.new-popup .popup-container .community-form-new .form-group .ql-editor {
  max-height: 40vh;
}
.new-popup .popup-container .community-form-new .form-group.add-media-socials {
  display: flex;
  gap: 10px;
  flex-direction: row;
  margin-bottom: 12px;
}
.new-popup .popup-container .community-form-new .form-group.add-media-socials button.bg-dark {
  background: var(--secondary);
  color: #ffffff;
}
.new-popup .popup-container .community-form-new .form-group.add-media-socials button.bg-dark:hover {
  background: var(--primary);
}
.new-popup .popup-container .community-form-new .form-group.add-media-socials .upload-video {
  position: relative;
}
.new-popup .popup-container .community-form-new .form-group .text-danger.small {
  font-size: 14px;
  color: #f45656;
}
.new-popup .popup-container .community-form-new .upload-status {
  padding: 8px;
  border-radius: 5px;
  display: flex;
  background: #2BB449;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.new-popup .popup-container .community-form-new .upload-status.no-padding {
  padding: 0 8px;
}
.new-popup .popup-container .community-form-new .upload-status button {
  border: none;
  background: none;
  width: 30px;
  color: #fff;
  height: auto;
}
.new-popup .popup-container .community-form-new .upload-status .video-uploaded {
  display: flex;
  align-items: center;
}
.new-popup .popup-container .community-form-new .upload-status .video-uploaded .remove-video {
  cursor: pointer;
}
.new-popup .popup-container .community-form-new .admin-only-section .form-group {
  margin-bottom: 0;
}
.new-popup .popup-container .community-form-new .two-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-popup .popup-container .community-form-new .two-buttons .ctaButton {
  width: auto;
  max-width: unset;
}
.new-popup .popup-container .community-form-new .image-upload {
  position: relative;
}
.new-popup .popup-container .community-form-new .image-upload label {
  width: 100%;
  height: 120px;
  border-radius: 7px;
  border: 1px solid #EADEED;
  background: #F9F7FC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  color: #09031D;
  cursor: pointer;
  gap: 6px;
  margin-bottom: 0;
}
.new-popup .popup-container .community-form-new .image-upload label small {
  font-size: 11px;
}
.new-popup .popup-container .community-form-new .image-upload input[type=file] {
  display: none;
}
.new-popup .popup-container .community-form-new .links-counter {
  font-size: 12px;
  color: #aaaaaa;
  margin-bottom: 10px;
  font-weight: 400;
}
.new-popup .popup-container .community-form-new .links-container {
  margin-bottom: 15px;
}
.new-popup .popup-container .community-form-new .links-container .link-item {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.new-popup .popup-container .community-form-new .links-container .link-item .flex {
  max-width: calc(100% - 116px);
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.new-popup .popup-container .community-form-new .links-container .link-item .flex .element {
  width: 50%;
}
.new-popup .popup-container .community-form-new .links-container .link-item .flex .element input {
  width: 100%;
}
.new-popup .popup-container .community-form-new .links-container .link-item .flex span.error {
  color: #FF4F81;
  font-size: 12px;
  display: block;
}
.new-popup .popup-container .community-form-new .links-container .link-item .ctaButton {
  width: 100px;
  height: 42px;
}
.new-popup .popup-container .image-upload-container {
  max-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.new-popup .popup-container .image-upload-container button.ctaButton {
  max-width: 160px;
}

.preview-image-container {
  margin-bottom: 12px;
}

/************************************
index wrapper
 */
.community-col-2 {
  width: 100%;
  height: auto;
  margin: 0 0 24px 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.community-col-2 .shadow-wrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.community-col-2 .community-side {
  max-width: 300px;
  width: 100%;
}
.community-col-2 .community-side .shadow-wrapper {
  margin-bottom: 24px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.community-col-2 .community-side .shadow-wrapper .center-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.community-col-2 .community-side .shadow-wrapper h3 {
  margin-bottom: 16px;
}
.community-col-2 .community-side .shadow-wrapper.search-input-wrapper {
  padding: 0;
}
.community-col-2 .community-side .shadow-wrapper.search-input-wrapper .relative {
  position: relative;
}
.community-col-2 .community-side .shadow-wrapper.search-input-wrapper .relative input {
  width: 100%;
  height: 48px;
  border: 1px solid #EADEED;
  border-radius: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  color: var(--secondary);
}
.community-col-2 .community-side .shadow-wrapper.search-input-wrapper .relative input::-moz-placeholder {
  font-style: italic;
}
.community-col-2 .community-side .shadow-wrapper.search-input-wrapper .relative input::placeholder {
  font-style: italic;
}
.community-col-2 .community-side .shadow-wrapper.search-input-wrapper .relative .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 24px;
  pointer-events: none;
}
.community-col-2 .community-side .shadow-wrapper.search-input-wrapper .relative .ctaButton {
  width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 12px;
  background: #aaa;
}
.community-col-2 .community-side .shadow-wrapper.search-input-wrapper .relative .ctaButton span {
  font-size: 18px;
}
.community-col-2 .community-side .shadow-wrapper.community-data p.short-description {
  font-size: 14px;
}
.community-col-2 .community-side .shadow-wrapper.community-data ul {
  list-style-type: none;
  margin: 0 0 24px 0;
  padding: 0;
}
.community-col-2 .community-side .shadow-wrapper.community-data ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 14px;
}
.community-col-2 .community-side .shadow-wrapper.community-data ul li span.icon {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
}
.community-col-2 .community-side .shadow-wrapper.community-data ul li a {
  color: var(--secondary);
}
.community-col-2 .community-side .shadow-wrapper.community-data ul li a:hover {
  text-decoration: none;
}
.community-col-2 .community-side .shadow-wrapper.community-data ul li a span {
  color: var(--secondary);
}
.community-col-2 .community-side .shadow-wrapper.community-data .short-stats {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 16px;
}
.community-col-2 .community-side .shadow-wrapper.community-data .short-stats .data {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 600;
}
.community-col-2 .community-side .shadow-wrapper.community-data .short-stats .data:first-child {
  border-right: 1px solid #dddddd;
}
.community-col-2 .community-side .shadow-wrapper.community-data .short-stats .data small {
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}
.community-col-2 .community-side .shadow-wrapper.community-data .short-stats .data small .green-dot {
  width: 7px;
  height: 7px;
  display: block;
  background: #0BCD4B;
  border-radius: 100%;
  margin-right: 3px;
}
.community-col-2 .community-side .shadow-wrapper.community-data .short-stats .data:last-child {
  opacity: 0.5;
  filter: grayscale(1);
}
.community-col-2 .community-side .shadow-wrapper .spaces-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.community-col-2 .community-side .shadow-wrapper .spaces-list li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.community-col-2 .community-side .shadow-wrapper .spaces-list li .space-icons {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50px;
}
.community-col-2 .community-side .shadow-wrapper .spaces-list li .space-data {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.community-col-2 .community-side .shadow-wrapper .spaces-list li .space-data span.name {
  font-size: 16px;
  font-weight: 600;
  color: #101b33;
}
.community-col-2 .community-side .shadow-wrapper .spaces-list li .space-data span.icon {
  position: relative;
  top: 3px;
  color: #101b33;
}
.community-col-2 .community-side .shadow-wrapper .spaces-list li .space-data.active span.name, .community-col-2 .community-side .shadow-wrapper .spaces-list li .space-data:hover span.name {
  color: var(--primary);
}
.community-col-2 .community-side .shadow-wrapper .spaces-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.community-col-2 .community-side .shadow-wrapper .spaces-list li:hover {
  color: #FF4F81;
}
.community-col-2 .community-side .shadow-wrapper .spaces-list li.admin-class .space-data {
  padding-right: 50px;
}
.community-col-2 .community-side .shadow-wrapper.admin-community {
  background: linear-gradient(to right, #742fff, #ff4f81);
}
.community-col-2 .community-side .shadow-wrapper.admin-community .community-card {
  margin: 0;
  padding: 0;
  border: none;
}
.community-col-2 .community-side .shadow-wrapper.admin-community .community-card .top .product-name {
  color: #ffffff;
}
.community-col-2 .community-side .shadow-wrapper.admin-community .community-card .data-icons label,
.community-col-2 .community-side .shadow-wrapper.admin-community .community-card span {
  color: #ffffff;
}
.community-col-2 .community-side .community-card {
  color: #09031D;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: block;
  cursor: pointer;
}
.community-col-2 .community-side .community-card span {
  color: var(--secondary);
}
.community-col-2 .community-side .community-card:hover {
  text-decoration: none;
}
.community-col-2 .community-side .community-card .top {
  margin-bottom: 5px;
  position: relative;
}
.community-col-2 .community-side .community-card .top .product-name {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  padding-right: 20px;
  color: #09031D;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 2px;
}
.community-col-2 .community-side .community-card .top .product-name:hover {
  color: #FF4F81;
}
.community-col-2 .community-side .community-card .top .status {
  position: absolute;
  right: 0;
  top: 4px;
}
.community-col-2 .community-side .community-card .top .status .dot {
  width: 8px;
  height: 8px;
  background: #DA191C;
  display: block;
  border-radius: 100%;
  position: relative;
}
.community-col-2 .community-side .community-card .top .status .dot.selected {
  background: #0BCD4B;
}
.community-col-2 .community-side .community-card .data-icons {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 10px;
}
.community-col-2 .community-side .community-card .data-icons.link-icons span.icon {
  cursor: pointer;
}
.community-col-2 .community-side .community-card .data-icons.link-icons span.icon:hover {
  color: var(--primary);
}
.community-col-2 .community-side .community-card .data-icons.connected-product {
  flex-wrap: wrap;
  gap: 0 10px;
}
.community-col-2 .community-side .community-card .data-icons label {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  font-size: 12px;
  color: #5B5B5B;
  font-weight: 400;
}
.community-col-2 .community-side .community-card .data-icons span.icon {
  font-size: 16px;
}
.community-col-2 .community-side .community-card .data-icons .open-popup:hover span.text {
  text-decoration: underline;
  cursor: pointer;
}
.community-col-2 .community-side .community-card .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.community-col-2 .community-side .leaderboard-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.community-col-2 .community-side .leaderboard-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.community-col-2 .community-side .leaderboard-list li .user-image {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background: #f9f9f9;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.community-col-2 .community-side .leaderboard-list li .user-image img {
  min-width: 50px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.community-col-2 .community-side .leaderboard-list li .user-image span.icon {
  font-size: 28px;
  color: #FF4F81;
}
.community-col-2 .community-side .leaderboard-list li .user-data {
  max-width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}
.community-col-2 .community-side .leaderboard-list li .user-data .name {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.community-col-2 .community-side .leaderboard-list li .user-data span.points {
  color: #5B5B5B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.community-col-2 .community-side .leaderboard-list li .trophy {
  position: absolute;
  right: 0;
  top: 6px;
}
.community-col-2 .community-side .leaderboard-list li .trophy .icon {
  font-size: 36px;
  color: #FFD700;
}
.community-col-2 .community-side .leaderboard-list li .trophy.second .icon {
  color: #aaaaaa;
}
.community-col-2 .community-side .leaderboard-list li .trophy.second span.number {
  left: 14px;
}
.community-col-2 .community-side .leaderboard-list li .trophy.third .icon {
  color: #CD7F32;
}
.community-col-2 .community-side .leaderboard-list li .trophy.third span.number {
  left: 14px;
}
.community-col-2 .community-side .leaderboard-list li .trophy span.number {
  font-size: 11px;
  color: #09031D;
  font-family: Rubik, sans-serif;
  font-weight: 600;
  position: absolute;
  top: 8px;
  left: 15px;
}
.community-col-2 .community-main {
  max-width: calc(100% - 340px);
  width: 100%;
}
.community-col-2 .community-main .main-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin-bottom: 20px;
  background: linear-gradient(to right, #742fff, #ff4f81);
}
.community-col-2 .community-main .main-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.community-col-2 .community-main .main-image h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.75px;
}
.community-col-2 .community-main .community-posts {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.community-col-2 .community-main .community-posts .create-new-post {
  width: 100%;
  height: auto;
  padding: 20px;
  margin-bottom: 24px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.community-col-2 .community-main .community-posts .create-new-post span {
  border: 1px solid #EADEED;
  border-radius: 7px;
  height: 42px;
  color: #5B5B5B;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: border-color ease-in-out 0.45s;
}
.community-col-2 .community-main .community-posts .create-new-post:hover span {
  border-color: #FF4F81;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper {
  margin: 0;
  padding: 0;
  background: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .read-only-spaces {
  max-width: calc(100% - 40px);
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .read-only-spaces .spaces-list {
  display: flex;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  white-space: nowrap;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .read-only-spaces .spaces-list.grabbing {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  scroll-behavior: auto;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .read-only-spaces .spaces-list li {
  flex: 0 0 auto;
  scroll-snap-align: center;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .read-only-spaces .spaces-list li .space-data {
  background: #ddd;
  padding: 7px 10px;
  border-radius: 12px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
  transition: background ease-in-out 0.45s;
  cursor: pointer;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .read-only-spaces .spaces-list li .space-data.active, .community-col-2 .community-main .community-posts .read-only-spaces-wrapper .read-only-spaces .spaces-list li .space-data:hover {
  background: var(--primary);
  color: #ffffff;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .show-more {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .show-more span.icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--secondary);
  font-size: 20px;
  margin: 5px 0;
  color: #ffffff;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .show-more span.icon:hover {
  background: var(--primary);
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .show-more .show-more-options {
  width: 150px;
  height: auto;
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  z-index: 1;
  overflow: hidden;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .show-more .show-more-options.active {
  display: block;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .show-more .show-more-options button {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: none;
  text-align: center;
  background: none;
  color: var(--secondary);
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
}
.community-col-2 .community-main .community-posts .read-only-spaces-wrapper .show-more .show-more-options button.btn-primary {
  background: var(--primary);
  color: #ffffff;
}
.community-col-2 .community-main .data-icons-community {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 16px;
}
.community-col-2 .community-main .data-icons-community label {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  font-size: 13px;
  color: #5B5B5B;
  font-weight: 400;
}
.community-col-2 .community-main .data-icons-community label span {
  color: var(--secondary);
}
.community-col-2 .community-main .data-icons-community label.open-popup:hover span.text {
  text-decoration: underline;
}
.community-col-2 .community-main .data-icons-community label.comments span {
  position: relative;
  top: 1px;
}
.community-col-2 .community-main .data-icons-community span.icon {
  font-size: 16px;
  color: var(--secondary);
}
.community-col-2 .community-main .data-icons-community .open-popup:hover {
  text-decoration: none;
  cursor: pointer;
  color: #FF4F81;
}
.community-col-2 .community-main .all-posts .post:hover {
  text-decoration: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
}
.community-col-2 .community-main .all-posts .post.pinned:hover {
  box-shadow: 0 0 9px var(--primary); /* fallback */
  box-shadow: 0 0 9px color-mix(in srgb, var(--primary) 65%, transparent);
}
.community-col-2 .community-main .post {
  margin-bottom: 24px;
}
.community-col-2 .community-main .post:hover {
  text-decoration: none;
}
.community-col-2 .community-main .post.pinned {
  box-shadow: 0 0 9px var(--primary); /* fallback */
  box-shadow: 0 0 9px color-mix(in srgb, var(--primary) 35%, transparent);
}
.community-col-2 .community-main .post.unread {
  border-left: 3px solid var(--primary);
}
.community-col-2 .community-main .post .post-image-preview {
  margin-top: 12px;
}
.community-col-2 .community-main .post .post-image-preview.main-post {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.community-col-2 .community-main .post .post-image-preview.main-post img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.community-col-2 .community-main .post .post-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
.community-col-2 .community-main .post .post-data .right-side .data-icons-community {
  justify-content: flex-end;
}
.community-col-2 .community-main .post .post-data .right-side .data-icons-community span.icon {
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background: #eeeeee;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background ease-in-out 0.45s, color ease-in-out 0.45s;
}
.community-col-2 .community-main .post .post-data .right-side .data-icons-community span.icon:hover {
  background: var(--primary);
  color: #ffffff;
}
.community-col-2 .community-main .post .post-data .right-side .data-icons-community span.icon.pinned {
  background: var(--primary);
  color: #ffffff;
}
.community-col-2 .community-main .post .post-data .right-side .data-icons-community span.icon.delete:hover {
  background: #DA191C;
}
.community-col-2 .community-main .post .post-data .left-side {
  width: calc(100% - 90px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.community-col-2 .community-main .post .post-data .left-side .user-image {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: #f9f9f9;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.community-col-2 .community-main .post .post-data .left-side .user-image img {
  min-width: 36px;
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.community-col-2 .community-main .post .post-data .left-side .user-image span.icon {
  font-size: 28px;
  color: #FF4F81;
}
.community-col-2 .community-main .post .post-data .left-side .user-data {
  max-width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  color: #5B5B5B;
}
.community-col-2 .community-main .post .post-data .left-side .user-data .name {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.community-col-2 .community-main .post .post-data .left-side .user-data .date-and-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  color: #5B5B5B;
}
.community-col-2 .community-main .post .post-data .left-side .user-data .date-and-tag span.date {
  color: #5B5B5B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.community-col-2 .community-main .post .post-data .left-side .user-data .date-and-tag .sep {
  color: #888;
  position: relative;
  top: -1px;
}
.community-col-2 .community-main .post .post-data .left-side .user-data .date-and-tag .space-tag {
  font-size: 12px;
  font-weight: 400;
  width: auto;
  color: #5B5B5B;
}
.community-col-2 .community-main .post .post-data .right-side {
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 5px;
}
.community-col-2 .community-main .post .content {
  cursor: default !important;
  padding-top: 16px;
}
.community-col-2 .community-main .post .content.main-post {
  cursor: pointer !important;
  color: var(--secondary);
  margin-bottom: 12px;
  display: block;
}
.community-col-2 .community-main .post .content:hover {
  text-decoration: none;
  cursor: pointer;
}
.community-col-2 .community-main .post .content h4 {
  color: #09031D;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
  margin-bottom: 3px;
  position: relative;
}
.community-col-2 .community-main .post .content h4 .icon {
  display: none;
}
.community-col-2 .community-main .post .content h4.pinned {
  padding-left: 25px;
}
.community-col-2 .community-main .post .content h4.pinned .icon {
  position: absolute;
  left: -3px;
  top: -3px;
  color: var(--primary);
  transform: rotate(45deg);
  display: block;
}
.community-col-2 .community-main .post .content h1 {
  font-size: 24px;
}
.community-col-2 .community-main .post .content h2 {
  font-size: 24px;
}
.community-col-2 .community-main .post .content h3 {
  font-size: 24px;
}
.community-col-2 .community-main .post .content h4 {
  font-size: 24px;
}
.community-col-2 .community-main .post .content ul, .community-col-2 .community-main .post .content ol {
  list-style-type: disc;
  margin: 0 0 12px 19px;
}
.community-col-2 .community-main .post .content p {
  color: #09031D;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.community-col-2 .community-main .post .content p:last-child {
  margin-bottom: 0;
}
.community-col-2 .community-main .post .content p a {
  color: var(--primary);
}
.community-col-2 .community-main .post .content span.readMore {
  color: #FF4F81;
  display: block;
  text-align: right;
}
.community-col-2 .community-main .post .content span.readMore:hover {
  text-decoration: underline;
}
.community-col-2 .community-main .post .content img {
  max-width: 100%;
  width: 100%;
  border-radius: 12px;
}
.community-col-2 .community-main .post .content .readMore-button {
  display: inline-flex;
  position: relative;
  left: -5px;
  margin-top: 12px;
  font-size: 14px;
}
.community-col-2 .community-main .post .content .readMore-button span.icon {
  font-size: 20px;
}
.community-col-2 .community-main .post .content .readMore-button span.underlineLink {
  background-image: linear-gradient(transparent, transparent), linear-gradient(var(--primary), var(--primary));
}
.community-col-2 .community-main .post .content .readMore-button:hover {
  text-decoration: none;
}
.community-col-2 .community-main .post .bottom-data {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  margin-bottom: 24px;
}
.community-col-2 .community-main .post .bottom-data.no-margin {
  margin-top: 6px;
  margin-bottom: 0;
}
.community-col-2 .community-main .post .bottom-data .liked.active {
  color: #FF4F81;
}
.community-col-2 .community-main .post-view {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.community-col-2 .community-main .post-view .back {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background: #F9F7FC;
  color: #09031D;
  position: absolute;
  top: 0;
  left: -60px;
}
.community-col-2 .community-main .post-view .back span {
  color: var(--secondary);
}
.community-col-2 .community-main .post-view .back:hover {
  text-decoration: none;
  background: var(--primary);
}

/* Responsive Video Container */
.post-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: #000;
  margin: 15px 0;
}
.post-video iframe {
  border: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.flash-message {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: var(--primary);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  z-index: 9999;
  transition: opacity 0.3s ease-in-out;
  max-width: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  opacity: 1;
  display: none;
}

.no-community-selected {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #6c757d;
  font-size: 1.2rem;
}

/* COMMMENT SECTION */
.comment-section {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.comment-section.matching-comments {
  padding-top: 12px;
}
.comment-section .comment-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.comment-section .comment-wrapper.replay {
  margin-bottom: 0;
  margin-top: 12px;
}
.comment-section .comment-wrapper.replay .image {
  max-width: 36px;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: #F9F7FC;
  border-radius: 100%;
}
.comment-section .comment-wrapper.replay .image img {
  max-width: 36px;
  min-width: 36px;
  width: 36px;
  height: 36px;
}
.comment-section .comment-wrapper.replay .image span.icon {
  font-size: 24px;
  color: var(--primary);
}
.comment-section .comment-wrapper.replay .comment-data {
  max-width: calc(100% - 46px);
}
.comment-section .comment-wrapper .image {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #F9F7FC;
  border-radius: 100%;
}
.comment-section .comment-wrapper .image img {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-section .comment-wrapper .image span.icon {
  font-size: 28px;
  color: var(--primary);
}
.comment-section .comment-wrapper .comment-data {
  max-width: calc(100% - 56px);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.comment-section .comment-wrapper .comment-data .shadow-wrapper {
  padding: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  border: 1px solid #dddddd;
  box-shadow: none;
  position: relative;
  background: #f9f9f9;
}
.comment-section .comment-wrapper .comment-data .shadow-wrapper .add-options {
  position: absolute;
  right: 10px;
  top: 6px;
}
.comment-section .comment-wrapper .comment-data .shadow-wrapper .add-options .add-image {
  cursor: pointer;
}
.comment-section .comment-wrapper .comment-data .shadow-wrapper .add-options .add-image:hover {
  color: var(--primary);
}
.comment-section .comment-wrapper .comment-data .shadow-wrapper.edit-comment-form .mt-2 {
  margin-top: 0.5rem;
}
.comment-section .comment-wrapper .comment-data .shadow-wrapper.edit-comment-form textarea.form-control {
  height: auto;
  padding: 0;
  border: none !important;
  resize: none;
  line-height: 1.6em;
  background: none;
  border-radius: 0;
}
.comment-section .comment-wrapper .comment-data .shadow-wrapper.edit-comment-form textarea.form-control:focus {
  box-shadow: none;
}
.comment-section .comment-wrapper .comment-data .shadow-wrapper.edit-comment-form .comment-images-preview {
  padding: 0;
  background: none;
}
.comment-section .comment-wrapper .comment-data .shadow-wrapper.edit-comment-form button.ctaButton {
  height: 32px;
  min-height: 32px;
  font-size: 14px;
  border-radius: 20px;
  min-width: unset;
  padding: 0 14px;
  line-height: normal;
}
.comment-section .comment-wrapper .comment-data .shadow-wrapper.edit-comment-form button.ctaButton.primary {
  background: var(--primary);
}
.comment-section .comment-wrapper .comment-data .footer-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
.comment-section .comment-wrapper .comment-data .footer-buttons .save-cancel-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment-section .comment-wrapper .comment-data .footer-buttons .ctaButton {
  height: 32px;
  min-height: 32px;
  font-size: 14px;
  border-radius: 20px;
  min-width: unset;
  padding: 0 14px;
  line-height: normal;
  margin: 0;
}
.comment-section .comment-wrapper .comment-data .footer-buttons .ctaButton.primary {
  background: var(--primary);
}
.comment-section .comment-wrapper .comment-data .footer-buttons .ctaButton.primary:hover {
  background: var(--secondary);
}
.comment-section .comment-wrapper .comment-data .footer-buttons .ctaButton.secondary {
  background: var(--secondary);
  color: #ffffff;
}
.comment-section .comment-wrapper .comment-data .footer-buttons .ctaButton.outline {
  color: var(--secondary);
  border-color: var(--secondary);
}
.comment-section .comment-wrapper .comment-data .footer-buttons .ctaButton.outline:hover {
  color: #ffffff;
}
.comment-section .comment-wrapper .comment-data .reply-form textarea {
  width: 100%;
  height: 40px;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #dddddd;
  resize: none;
  overflow: hidden;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  outline: none;
}
.comment-section .comment-wrapper .comment-data .reply-form textarea:focus {
  box-shadow: none;
}
.comment-section .comment-wrapper .comment-data .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-section .comment-wrapper .comment-data .data .name-date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment-section .comment-wrapper .comment-data .data .name-date .name {
  font-family: Rubik, sans-serif;
  color: #09031D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.98px;
}
.comment-section .comment-wrapper .comment-data .data .name-date .date {
  color: #aaaaaa;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.comment-section .comment-wrapper .comment-data .data .options ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.comment-section .comment-wrapper .comment-data .data .options ul li {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.comment-section .comment-wrapper .comment-data .data .options ul li span.icon {
  font-size: 18px;
  transition: color ease-in-out 0.45s;
}
.comment-section .comment-wrapper .comment-data .data .options ul li span.icon.selected, .comment-section .comment-wrapper .comment-data .data .options ul li span.icon:hover {
  color: #FF4F81;
  cursor: pointer;
}
.comment-section .comment-wrapper .comment-data .data .options ul li span.text {
  color: #5B5B5B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
}
.comment-section .comment-wrapper .comment-data .data .options ul li button {
  border: none;
  background: none;
  color: #5B5B5B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  transition: color ease-in-out 0.45s;
}
.comment-section .comment-wrapper .comment-data .data .options ul li button:hover {
  color: var(--primary);
}
.comment-section .load-more-comments {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.comment-section .load-more-comments span {
  color: #FF4F81;
}
.comment-section .load-more-comments span.text {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.comment-section .load-more-comments:hover span.text {
  text-decoration: underline;
}
.comment-section .post-comment {
  width: 100%;
  max-width: 100%;
  background: #f9f9f9;
  position: relative;
  padding: 15px;
  border-radius: 15px;
  margin-top: 24px;
}
.comment-section .post-comment textarea {
  width: 100%;
  height: 42px;
  border: 1px solid #EADEED;
  border-radius: 10px;
  padding: 10px;
  padding-right: 60px;
  color: var(--secondary);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  outline: none;
}
.comment-section .post-comment textarea:focus {
  box-shadow: none;
}
.comment-section .post-comment button.comment {
  width: 50px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: none;
  color: var(--primary);
  cursor: pointer;
}
.comment-section .post-comment button.comment:hover {
  color: var(--secondary);
}
.comment-section .post-comment button.comment span {
  font-size: 28px;
}

.add-media-section {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
  align-items: center;
  gap: 10px;
}
.add-media-section .ctaButton {
  color: #ffffff;
  background: var(--secondary);
}

mark {
  background-color: #ffeb3b;
}

/*document preview*/
.document-preview-post {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  font-size: 12px;
  word-break: break-all;
  text-align: center;
  padding: 10px;
}
.document-preview-post span {
  color: var(--secondary);
  transition: all ease-in-out 0.45s;
}
.document-preview-post span.icon {
  font-size: 32px;
}
.document-preview-post span.file-name {
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

a.document-preview-post {
  transition: all ease-in-out 0.45s;
}
a.document-preview-post:hover {
  background: var(--primary);
  border-color: var(--primary);
  text-decoration: none;
  color: #ffffff;
}
a.document-preview-post:hover span {
  color: #ffffff;
}

.preview-item.document-item .document-placeholder-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  text-align: center;
  background: #f9f9f9;
  border-radius: 12px;
  border: 1px solid #ddd;
}
.preview-item.document-item .document-placeholder-content .document-icon {
  font-size: 32px;
  color: #666;
}
.preview-item.document-item .document-placeholder-content .document-name {
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin-top: 5px;
  word-break: break-all;
}

/* gallery images */
.show-option-buttons-in-input {
  position: relative;
}
.show-option-buttons-in-input .upload-image-button {
  position: absolute;
  right: 10px;
  top: 8px;
}

.image-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}
.image-lightbox img {
  max-width: 85%;
  max-height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  z-index: 10001;
}
.image-lightbox .lightbox-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 10002;
}
.image-lightbox .lightbox-close:hover {
  color: #ccc;
}
.image-lightbox .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 10002;
}
.image-lightbox .lightbox-nav:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.image-lightbox .lightbox-nav span {
  font-size: 32px;
}
.image-lightbox .lightbox-nav.lightbox-prev {
  left: 30px;
}
.image-lightbox .lightbox-nav.lightbox-next {
  right: 30px;
}
.image-lightbox .lightbox-counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 10002;
}
.image-lightbox .lightbox-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.preview-placeholder {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 8px;
  color: #666;
}
.preview-placeholder span {
  font-size: 32px;
}
.preview-placeholder small {
  margin-top: 4px;
  font-size: 11px;
}

/* community gallery image add and preview */
.comment-images-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.comment-images-preview.main-post {
  margin-bottom: 10px;
}
.comment-images-preview .preview-item {
  position: relative;
  width: 100px;
  height: 100px;
}
.comment-images-preview .preview-item.video-uploading, .comment-images-preview .preview-item.video-processing {
  background: #f6f6f6;
  border: 1px solid #dddddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaaaaa;
}
.comment-images-preview .preview-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.comment-images-preview .preview-item .remove-preview {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dc3545;
  color: white;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.comment-images-preview .preview-item .remove-preview:hover {
  background: #c82333;
}
.comment-images-preview .preview-item .remove-preview span {
  font-size: 16px;
}
.comment-images-preview .preview-item .image-number {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
}
.comment-images-preview .preview-item .preview-item.video-uploading {
  width: 100px;
  height: 100px;
  background: #f0f0f0;
  border: 2px dashed #ccc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.comment-images-preview .preview-item .video-placeholder-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.comment-images-preview .preview-item .video-placeholder-content .spinner-border {
  width: 30px;
  height: 30px;
  border: 3px solid #ccc;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.comment-images-preview .preview-item .video-placeholder-content .upload-progress-text {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.comment-images-preview .preview-item .video-placeholder-content .video-placeholder-icon {
  font-size: 24px;
  color: #666;
}
.comment-images-preview .preview-item .video-placeholder-content .video-placeholder-icon .material-symbols-rounded {
  font-size: 24px;
}
.comment-images-preview .preview-item .video-placeholder-content.processing {
  padding: 20px;
}
.comment-images-preview .preview-item .video-placeholder-content.processing small {
  font-size: 11px;
  color: #666;
  margin-top: 4px;
}
.comment-images-preview .preview-item .video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 48px;
  pointer-events: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.comment-images-preview .preview-item .video-play-overlay .material-symbols-rounded {
  font-size: 48px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.video-notification .alert-video-upload {
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: var(--primary);
  display: flex;
  align-items: center;
  border: none;
  color: white;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 12px;
}

.upload-loading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  color: #666;
}
.upload-loading .rotating {
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.data.data-icons-community .selected {
  color: #FF4F81 !important;
}

body .ts-control {
  padding: 0 10px;
  border-radius: 9px;
}
body .ts-wrapper.multi .ts-control > div {
  height: 32px;
}
body .ts-dropdown .active {
  background: var(--primary);
  color: #ffffff;
}

.popup-header .close-popup {
  cursor: pointer;
  transition: color ease-in-out 0.45s;
}
.popup-header .close-popup:hover {
  color: var(--primary);
}

.community-pagination {
  margin-bottom: 24px;
}
.community-pagination .small.text-muted {
  margin: 0;
}

/*post filter*/
.post-filters.mb-3, .post-filters.mt-3 {
  margin-bottom: 1rem !important;
}
.post-filters .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .post-filters .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.post-filters .btn-group > .btn:not(:first-child), .post-filters .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.post-filters .btn-group > .btn, .post-filters .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.post-filters .btn-group > .btn:not(:first-child), .post-filters .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.post-filters .btn-sm, .post-filters .btn-group-sm > .btn {
  border: 1px solid #ddd;
}
.post-filters .btn-group, .post-filters .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.post-filters button {
  padding: 10px;
  font-size: 14px;
  border-color: #ddd;
  outline: none;
  box-shadow: none;
  border-radius: 7px;
  color: var(--secondary);
  cursor: pointer;
}
.post-filters button:focus {
  box-shadow: none;
}
.post-filters button.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

@media only screen and (max-width: 960px) {
  .community-col-2 {
    flex-direction: column-reverse;
  }
  .community-col-2 .community-side {
    max-width: 100%;
    width: 100%;
  }
  .community-col-2 .community-main {
    max-width: 100%;
    width: 100%;
  }
  .community-col-2 .community-main .main-image {
    height: 140px;
  }
  .community-col-2 .community-main .main-image h2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    bottom: 15px;
  }
  .community-col-2 .community-main .community-posts {
    max-width: 100%;
  }
  .community-col-2 .community-main .community-posts .create-new-post {
    padding: 10px;
  }
  .community-col-2 .community-main .post-view {
    max-width: 100%;
  }
  .community-col-2 .community-main .post-view .back {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
  .new-popup .popup-container .community-form-new .form-group.add-media-socials button span.button-name {
    display: none;
  }
  .new-popup .popup-container .community-form-new .form-group.add-media-socials button span.icon {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .new-popup .popup-container {
    height: 100vh;
    overflow: auto;
    border-radius: 0;
  }
  .new-popup .popup-container .community-form-new .col_2 {
    flex-direction: column;
    gap: 0;
  }
  .new-popup .popup-container .community-form-new .col_2 .form-group {
    width: 100%;
    margin-bottom: 16px;
  }
  .community-col-2 .community-main .post .content.main-post {
    font-size: 14px;
  }
  .community-col-2 .community-main .post .content h4 {
    font-size: 19px;
  }
  .community-col-2 .community-main .post .content p {
    font-size: 14px;
  }
  .comment-section .comment-wrapper .comment-data .data {
    align-items: flex-start;
  }
  .comment-section .comment-wrapper .comment-data .data .name-date {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .comment-section .comment-wrapper .comment-data .data .options ul {
    gap: 5px;
  }
  .new-popup .popup-container .community-form-new .links-container .link-item {
    gap: 8px;
  }
  .new-popup .popup-container .community-form-new .links-container .link-item .flex {
    flex-direction: column;
    gap: 8px;
  }
  .new-popup .popup-container .community-form-new .links-container .link-item .flex .element {
    width: 100%;
  }
  .new-popup .popup-container .community-form-new .links-container .link-item .flex .element input {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .comment-section .comment-wrapper {
    gap: 6px;
  }
  .comment-section .comment-wrapper .image {
    max-width: 24px;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-top: 5px;
  }
  .comment-section .comment-wrapper .image img {
    max-width: 24px;
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
  .comment-section .comment-wrapper .image span.icon {
    font-size: 18px;
  }
  .comment-section .comment-wrapper .comment-data {
    max-width: calc(100% - 30px);
  }
  .comment-section .comment-wrapper .comment-data .data .name-date .date {
    font-size: 11px;
  }
  .comment-section .comment-wrapper .comment-data .shadow-wrapper {
    padding: 7px;
    border-radius: 7px;
  }
  .comment-section .comment-wrapper.replay .image {
    max-width: 24px;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-top: 5px;
  }
  .comment-section .comment-wrapper.replay .image span.icon {
    font-size: 18px;
  }
  .comment-section .comment-wrapper.replay .comment-data {
    max-width: calc(100% - 30px);
  }
  .comment-section .comment-wrapper.replay .comment-data .shadow-wrapper {
    padding: 7px;
    border-radius: 7px;
  }
  .comment-section .post-comment {
    padding: 7px;
    border-radius: 7px;
  }
  .comment-section .post-comment button.comment {
    top: 9px;
    right: 7px;
  }
  .community-col-2 .community-main .post .post-data .left-side .user-data .date-and-tag {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .community-col-2 .community-main .post .post-data .left-side .user-data .date-and-tag span.sep {
    display: none;
  }
}
.pointer-events-none {
  pointer-events: none;
}

@media only screen and (max-height: 840px) {
  .new-popup .popup-container {
    height: 100vh;
    overflow: auto;
    border-radius: 0;
  }
}
/*test*/
.nested-comment-wrapper {
  margin-top: 12px;
  transition: margin-left 0.2s ease;
}

.nested-comment {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  border-left: 2px solid transparent;
  transition: all 0.2s ease;
}
.nested-comment:hover {
  background: #f9f9f9;
  border-left-color: var(--primary-color);
}
.nested-comment.admin-comment {
  background: #fff8f0;
  border-left-color: var(--admin-color);
}

.nested-arrow {
  display: inline-block;
  margin-right: 8px;
  color: #999;
  font-size: 18px;
  font-weight: bold;
}

.comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.comment-header .user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user-avatar-placeholder {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.user-name {
  font-size: 14px;
  color: #333;
}

.badge-admin {
  background: var(--admin-color);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  margin-left: 6px;
}

.comment-time {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
}

.comment-content {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin: 8px 0;
}

.comment-images {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.comment-images .comment-image {
  max-width: 200px;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.comment-images .comment-image:hover {
  transform: scale(1.05);
}

.comment-actions {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.comment-actions .btn-action {
  background: transparent;
  border: none;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.comment-actions .btn-action:hover {
  background: #f0f0f0;
  color: var(--primary-color);
}
.comment-actions .btn-action .material-symbols-rounded {
  font-size: 18px;
}

.reply-form {
  margin-top: 12px;
  padding: 12px;
  background: #f9f9f9;
  border-radius: 8px;
}
.reply-form textarea {
  width: 100%;
  resize: vertical;
  margin-bottom: 8px;
}
.reply-form .reply-form-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.document-notification .alert-video-upload.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.document-notification .alert-video-upload.error .material-symbols-rounded {
  color: #dc3545;
}
.document-notification .alert-video-upload.error .close-alert {
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.document-notification .alert-video-upload.error .close-alert .material-symbols-rounded {
  font-size: 18px;
  color: #721c24;
}

/* Upcoming Events in Sidebar */
.upcoming-events a.upcoming-event-card {
  display: flex;
  gap: 12px;
  padding: 12px 8px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0 -8px;
  color: var(--secondary);
}
.upcoming-events a.upcoming-event-card:hover {
  background: #f5f5f5;
}
.upcoming-events a.upcoming-event-card:hover .event-name {
  color: var(--primary);
}
.upcoming-events a.upcoming-event-card:last-child {
  border-bottom: none;
  padding-bottom: 8px;
}
.upcoming-events a.upcoming-event-card:first-of-type {
  padding-top: 8px;
}
.upcoming-events a.upcoming-event-card .event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  padding: 8px;
  background: #f6f6f6;
  color: var(--primary);
  border-radius: 8px;
  text-align: center;
  transition: transform 0.2s ease;
}
.upcoming-events a.upcoming-event-card .event-date .day {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.upcoming-events a.upcoming-event-card .event-date .month {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 2px;
}
.upcoming-events a.upcoming-event-card:hover .event-date {
  background: #eeeeee;
}
.upcoming-events a.upcoming-event-card .event-info {
  flex: 1;
  min-width: 0;
}
.upcoming-events a.upcoming-event-card .event-info .event-name {
  font-size: 16px;
  margin: 0 0 4px 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
  letter-spacing: -1px;
  font-weight: 400;
}
.upcoming-events a.upcoming-event-card .event-info .event-time,
.upcoming-events a.upcoming-event-card .event-info .event-location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}
.upcoming-events a.upcoming-event-card .event-info .event-time .material-symbols-rounded,
.upcoming-events a.upcoming-event-card .event-info .event-location .material-symbols-rounded {
  font-size: 16px;
  color: #666;
}
.upcoming-events a.upcoming-event-card .event-info .event-location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-right {
  height: 42px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.search-right #searchFilter {
  max-width: 300px;
  width: 100%;
}
.search-right #searchFilter .form-group {
  margin: 0;
}
.search-right #searchFilter .form-group .input-group {
  margin: 0;
}

.buttons-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.buttons-bottom .right {
  display: flex;
  gap: 12px;
}

.no-user-in-table {
  font-weight: 600;
  text-align: center;
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .no-user-in-table {
    padding: 50px 0;
  }
}
.media-library {
  height: 100%;
}
.media-library .shadow-wrapper {
  height: 100%;
}
.media-library .shadow-wrapper .fm-modal {
  position: fixed;
}

.archive-deleted {
  font-size: 12px;
  color: #FF4F81;
  display: block;
  margin-top: 4px;
}

.videos-table.shadow-wrapper.show-edit {
  padding-top: 80px;
}

.chooseDesign {
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  padding: 0;
  display: block;
  text-align: center;
}
.chooseDesign h3 {
  font-weight: 700;
}

.websiteTemplates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.websiteTemplates .col_4 {
  width: calc(25% - 15px);
  display: block;
}
.websiteTemplates .col_4 .websiteTitle {
  display: block;
  text-align: center;
  font-style: italic;
  margin-top: 15px;
}

.websiteCard {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.websiteCard img.websiteCardImg {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.websiteCard .webisteButtons {
  opacity: 1;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 27, 51, 0.44);
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}
.websiteCard button.websiteEditButton,
.websiteCard a.websiteEditButton {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  right: 0;
  opacity: 0;
}
.websiteCard.commingSoon img {
  opacity: 0.5;
}
.websiteCard.commingSoon:hover {
  box-shadow: none;
}
.websiteCard.commingSoon .upgradeWebsite {
  background: rgba(0, 0, 0, 0.3);
}
.websiteCard .upgradeWebsite {
  width: 100%;
  height: 57px;
  background: #2BB449;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

.my-links {
  position: relative;
}
.my-links .enable_my_links {
  margin-bottom: 20px;
  position: relative;
}
.my-links .enable_my_links .input-switch {
  display: flex;
  align-items: center;
}
.my-links .enable_my_links .switch {
  margin-left: 0;
}
.my-links .enable_my_links strong {
  display: block;
  font-weight: 700;
}
.my-links .enable_my_links .text {
  display: flex;
  align-items: center;
}
.my-links .enable_my_links .text a {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-style: italic;
}
.my-links .enable_my_links .my-links-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.my-links .main-image {
  max-width: 500px;
  margin-bottom: 40px;
  position: relative;
}
.my-links .main-image label {
  margin-bottom: 12px;
  display: block;
}
.my-links .main-image .custom-file-label {
  left: 130px;
  top: 30px;
}
.my-links .main-image .custom-file-input {
  display: none;
}
.my-links .main-image .image {
  max-width: 100px;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.my-links .main-image .left-and-top {
  position: absolute;
  left: 130px;
  bottom: -5px;
  font-size: 14px;
}
.my-links .socials legend {
  padding-left: 0 !important;
  font-weight: 700;
}
.my-links .text-right {
  padding-right: 0;
}

.my-links-page .add-link-button {
  margin-bottom: 20px;
}

.my-links-container {
  background: #f6f6f6;
  min-height: 100%;
  padding: 50px;
  border-radius: 10px;
}
.my-links-container .wrapper {
  max-width: 1500px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
.my-links-container .wrapper .personal-data {
  max-width: 250px;
  width: 100%;
}
.my-links-container .wrapper .personal-data .user-image {
  max-width: 180px;
  width: 100%;
  height: 180px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.my-links-container .wrapper .personal-data .logo-image {
  max-width: 250px;
}
.my-links-container .wrapper .personal-data .logo-image img {
  display: block;
  max-height: 50px;
  margin: 0 auto 15px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.my-links-container .wrapper .personal-data .socials {
  margin: 20px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style-type: none;
}
.my-links-container .wrapper .personal-data .socials li {
  margin: 0;
  padding: 0;
}
.my-links-container .wrapper .personal-data .socials li a {
  width: 32px;
  height: 32px;
  background: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.my-links-container .wrapper .personal-data .socials li a img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 1px solid #444444;
}
.my-links-container .wrapper .personal-data .socials li a:hover {
  background: var(--primary);
}
.my-links-container .wrapper .personal-data .socials li a:hover img {
  border-color: var(--primary);
}
.my-links-container .wrapper .links {
  max-width: calc(100% - 350px);
  width: 100%;
}
.my-links-container .wrapper .links .links-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.my-links-container .wrapper .links .card {
  width: calc(50% - 25px);
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.my-links-container .wrapper .links .card .link-content h3 {
  font-size: 18px;
  font-weight: 700;
}
.my-links-container .wrapper .links .card .link-content p.description {
  font-weight: 400;
}
.my-links-container .wrapper .links .card .link-content a.ctaButton-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  background: var(--primary);
  border-radius: 10px;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  font-weight: 400;
  transition: background ease-in-out 0.45s;
}
.my-links-container .wrapper .links .card .link-content a.ctaButton-links:hover {
  text-decoration: none;
  background: var(--secondary);
}
.my-links-container .wrapper .links .card .admin-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: -16px;
  right: -16px;
}
.my-links-container .wrapper .links .card .admin-buttons button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: none;
  background: none;
  border-radius: 100%;
  background: var(--primary);
}
.my-links-container .wrapper .links .card .admin-buttons button span {
  color: #ffffff;
  font-size: 16px;
}
.my-links-container .wrapper .links .card .admin-buttons button.red {
  background: #f45656;
  transition: background ease-in-out 0.45s;
}
.my-links-container .wrapper .links .card .admin-buttons button.red:hover {
  background: #070A42;
}
.my-links-container .wrapper .links .card .admin-buttons button.gray {
  background: #444444;
  transition: background ease-in-out 0.45s;
}
.my-links-container .wrapper .links .card .admin-buttons button.gray:hover {
  background: #070A42;
}
.my-links-container .wrapper .links .card .admin-buttons button.drag {
  background: #444444;
  transition: background ease-in-out 0.45s;
  cursor: move;
}
.my-links-container .wrapper .links .card .admin-buttons button.drag:hover {
  background: #070A42;
}

.button-position {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1100px) {
  .my-links-container .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  .my-links-container .wrapper .links {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .my-links-container {
    padding: 20px 20px 60px 20px;
  }
  .my-links-container .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  .my-links-container .wrapper .links {
    max-width: 100%;
    width: 100%;
  }
  .my-links-container .wrapper .links .links-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .my-links-container .wrapper .links .links-wrapper .card {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .my-links .enable_my_links .my-links-button {
    position: relative;
    margin-top: 15px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .my-links-page .shadow-wrapper.my-42 {
    padding: 0;
  }
  .my-links-page .add-link-button {
    margin: 0;
  }
  .my-links-page .add-link-button button {
    margin: 16px;
  }
}
@media screen and (max-width: 400px) {
  .my-links .enable_my_links .my-links-button .ctaButton.white {
    display: none;
  }
}
.search-right {
  height: 42px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.search-right #searchFilter {
  max-width: 300px;
  width: 100%;
}
.search-right #searchFilter .form-group {
  margin: 0;
}
.search-right #searchFilter .form-group .input-group {
  margin: 0;
}

.buttons-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.buttons-bottom .right {
  display: flex;
  gap: 12px;
}

/**********************
CONNECT YOUR MAILER
 */
.mailer .flex {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.mailer .flex .form-group {
  width: 33.33%;
}
.mailer .flex .sync {
  padding-top: 30px;
}
.mailer .flex .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  padding-top: 26px;
}
.mailer .flex:last-child .form-group {
  margin-bottom: 0;
}

/*modal*/
.modal-open .modal {
  background: rgba(16, 27, 51, 0.4392156863);
}
.modal-open .modal .modal-sm {
  max-width: 500px;
}

.modal-content {
  border-radius: 15px;
  border: none;
}
.modal-content .modal-header {
  border-radius: 15px 15px 0 0;
}

.modal-title {
  color: #ffffff;
  font-style: normal;
}

table.integration {
  width: 100%;
}
table.integration thead tr th {
  background: #F9F7FC;
  padding: 10px;
}
table.integration thead tr th:last-child {
  text-align: right;
}
table.integration tbody tr td {
  padding: 10px;
  font-size: 14px;
}
table.integration tbody tr td:last-child {
  text-align: right;
}
table.integration tbody tr:nth-child(2n+2) {
  background: #f6f6f6;
}

#wp_plugin_integration_token {
  background: #742FFF;
  border: none !important;
  border-radius: 15px;
  color: #ffffff;
}

/* subscription page*/
.subscription-wrapper .row.no-gutters {
  gap: 24px 0;
}

.subscription-card .subscription-info {
  margin-bottom: 1.5rem;
}
.subscription-card .subscription-info .plan-name {
  font-family: Rubik, sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 16px;
  font-size: 32px;
}
.subscription-card .subscription-info .plan-price {
  font-size: 18px;
  margin-bottom: 16px;
}
.subscription-card .subscription-info .plan-status {
  color: #0BCD4B;
  font-family: Rubik, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 16px;
  display: block;
}
.subscription-card .subscription-info .plan-status.trialing {
  color: #fdbc07;
}
.subscription-card .subscription-info .plan-status.active {
  color: #0BCD4B;
}
.subscription-card .subscription-info .plan-status.canceled, .subscription-card .subscription-info .plan-status.cancelled {
  color: #FF4F81;
}
.subscription-card .subscription-info p {
  margin-bottom: 16px;
}
.subscription-card .subscription-info p strong {
  font-weight: 600;
  color: #FF4F81;
}
.subscription-card .subscription-info .trial-end,
.subscription-card .subscription-info .subscription-end {
  margin: 12px 0;
  padding: 12px;
  background-color: #fdbc07;
  border-radius: 9px;
}
.subscription-card .subscription-info .trial-end strong,
.subscription-card .subscription-info .subscription-end strong {
  color: #09031D;
}
.subscription-card .subscription-info .subscription-end {
  background-color: #FF4F81;
  color: #ffffff;
}
.subscription-card .subscription-info .subscription-end strong {
  color: #ffffff;
}
.subscription-card .subscription-info .subscription-period {
  border-radius: 9px;
  padding: 12px;
  border: 1px solid #742FFF;
}
.subscription-card .subscription-info .subscription-period strong {
  color: #742FFF;
}
.subscription-card .subscription-actions {
  display: flex;
  gap: 1rem;
}
.subscription-card .subscription-actions .btn {
  flex: 1;
  padding: 0.55rem 1rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.subscription-card .subscription-actions .btn.change-plan {
  background-color: #f3f3f7;
  color: #605adf;
}
.subscription-card .subscription-actions .btn.change-plan:hover {
  background-color: #e0dfff;
}
.subscription-card .subscription-actions .btn.renew-subscription {
  background-color: #605adf;
  color: #fff;
}
.subscription-card .subscription-actions .btn.renew-subscription:hover {
  background-color: #4e47bf;
}

.payment-details .section-title {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.payment-details .payment-form label.input-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #555;
}
.payment-details .payment-form .card-number-input {
  position: relative;
}
.payment-details .payment-form .card-number-input input {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #EADEED;
  border-radius: 7px;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.payment-details .payment-form .card-number-input input:focus {
  border-color: #605adf;
  outline: none;
}
.payment-details .payment-form .row {
  display: flex;
  gap: 1rem;
  margin-top: 1.2rem;
}
.payment-details .payment-form .row .form-group {
  flex: 1;
  position: relative;
}
.payment-details .payment-form .row .form-group input {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #EADEED;
  border-radius: 7px;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.payment-details .payment-form .row .form-group input:focus {
  border-color: #605adf;
  outline: none;
}
.payment-details .payment-form .ctaButton {
  margin-top: 13px;
}
.payment-details .payment-method-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.payment-details .payment-type-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #f8f9fa;
}
.payment-details .payment-type-icon .material-symbols-outlined {
  font-size: 20px;
  color: #6c757d;
}
.payment-details .payment-details {
  flex: 1;
}
.payment-details .card-brand, .payment-details .payment-type {
  font-size: 16px;
  margin-bottom: 4px;
}
.payment-details .card-number, .payment-details .payment-description, .payment-details .link-email {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 2px;
}
.payment-details .card-expiry {
  font-size: 12px;
  color: #6c757d;
}
.payment-details .payment-actions {
  margin-top: 16px;
}

/* payment-alert */
.payment-alert {
  padding: 10px;
  background: linear-gradient(90deg, var(--Primary-color, #742FFF) 0%, #FF4F81 100%);
  color: #ffffff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  gap: 16px;
}
.payment-alert .text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}
.payment-alert .button {
  flex: 0 0 auto;
}

/*** Emails text *************************
    *************************************************/
.email-content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  justify-content: space-between;
}
.email-content .email-text {
  width: 50%;
}
.email-content .email-show {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.email-content .email-show .email-wrapper {
  background: #fff;
  padding: 20px;
}
.email-content .email-show .email-wrapper .edit-section {
  border: 2px dashed #f45656;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  position: relative;
}
.email-content .email-show .email-wrapper .edit-section .text {
  position: absolute;
  top: -17px;
  left: 0;
  color: #f45656;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  background: #fff;
  padding: 5px;
}
.email-content .email-show .email-wrapper .edit-section.button-edit {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 20px;
}
.email-content .email-show .email-wrapper img.img-fluid#logo-preview {
  max-width: 200px;
  width: 100%;
  height: auto;
  max-height: 50px;
  margin-bottom: 20px;
}
.email-content .email-show .email-wrapper h2 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}
.email-content .email-show .email-wrapper p {
  margin: 0 !important;
}
.email-content .email-show .email-wrapper table {
  border: none;
  margin: 20px 0;
}
.email-content .email-show .email-wrapper table tr td {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  padding: 0 5px;
}
.email-content .email-show .email-wrapper table tr td:last-child {
  font-weight: normal;
}
.email-content .email-show .email-wrapper .goTo {
  max-width: 220px;
  height: 45px;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  margin: 30px auto;
  text-transform: none;
  text-decoration: none;
  display: block;
  border: 2px solid #FF4F81;
  background: #FF4F81;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  transition: color ease-in-out 0.45s, border-color ease-in-out 0.45s;
}
.email-content .email-show .email-wrapper .goTo.outline {
  border: 2px solid #FF4F81;
  background: #fff;
  color: #FF4F81;
}

/********* SETTINGS PREVIEW *********/
.app-settings .image-wrapper {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-image-preview, #logo-preview {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}

#noticeText {
  display: block;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 17px;
  padding: 5px;
  background: #eee;
  color: #aaa;
  border-radius: 5px;
}

#noticeText strong {
  color: #444;
}

.previewSave {
  max-width: 100px;
  clear: both;
  width: 100%;
}

#settings-preview {
  overflow: hidden;
}
#settings-preview #mobileWrapper {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  min-height: 504px;
  padding: 2px;
  border: 2px solid #666666;
  background: #b2b2b2;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
#settings-preview #mobilePreview {
  width: 100%;
  min-height: 500px;
  position: relative;
  height: auto;
  background: #fff;
  border-top: 40px solid #262626;
  border-bottom: 60px solid #262626;
  border-left: 7px solid #262626;
  border-right: 7px solid #262626;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
}
#settings-preview #mobilePreview #sound {
  width: 60px;
  height: 5px;
  display: block;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -30px;
  background: rgb(62, 62, 62);
  border: 1px solid #444;
  background: linear-gradient(90deg, rgb(62, 62, 62) 0%, rgb(29, 29, 29) 50%, rgb(62, 62, 62) 100%);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#settings-preview #mobilePreview #header {
  width: 100%;
  height: 45px;
  padding: 10px;
}
#settings-preview #mobilePreview #header img {
  float: left;
  display: block;
  max-width: 80px;
  max-height: 25px;
  padding: 0;
  margin: 0;
}
#settings-preview #mobilePreview #header ul {
  list-style-type: none;
  width: 60px;
  height: auto;
  float: right;
  margin: 0;
  position: relative;
  top: 5px;
}
#settings-preview #mobilePreview #header ul li {
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
}
#settings-preview #mobilePreview #previewSection #mainImage {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}
#settings-preview #mobilePreview #previewSection #mainImage #previewOverlayer {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#settings-preview #mobilePreview #previewSection #mainImage h2 {
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 10;
}
#settings-preview #mobilePreview #previewSection #mainImage span#fakeButton {
  max-width: 150px;
  width: 100%;
  height: 40px;
  color: #ffffff;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 0;
  margin-left: -75px;
  text-align: center;
  line-height: 40px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#settings-preview #mobilePreview ul#previewExercises {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#settings-preview #mobilePreview ul#previewExercises li {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  text-transform: none;
  display: flex;
}
#settings-preview #mobilePreview ul#previewExercises li img {
  width: 60px;
  height: 40px;
  display: block;
  border: none;
}
#settings-preview #mobilePreview ul#previewExercises li label {
  text-transform: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  margin-left: 10px;
}
#settings-preview #mobilePreview #bottomButton {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -15px;
  border: 2px solid #5c5c5c;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
#settings-preview #mobilePreview #gradient {
  width: 260px;
  height: 580px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 10;
  position: absolute;
  top: -160px;
  left: -110px;
  transform: rotate(30deg);
}
#settings-preview #preview-images {
  height: 500px;
  width: 100%;
}
#settings-preview #preview-images div {
  flex: 1;
}
#settings-preview #preview-images img {
  max-width: 250px;
}
#settings-preview #preview-images #preview-main {
  height: 500px;
}

.allowApp {
  margin-top: 10px;
}

.downloadApp {
  margin-bottom: 50px;
}
.downloadApp .addIcon {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.downloadApp .addIcon .icon {
  width: calc(50% - 25px);
}
.downloadApp .addIcon .icon h5 {
  font-size: 15px;
  margin-top: 10px;
}
.downloadApp .addIcon .icon img {
  border-radius: 5px;
}
.downloadApp .addIcon .custom-file-label.disabled {
  pointer-events: none;
  background: #e9ecef;
}
.downloadApp .saveButton {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

/************ END SETTINGS PREVIEW *************/
@media only screen and (max-width: 1500px) {
  .responsive-flex-column {
    display: flex;
    flex-direction: column;
  }
  .responsive-flex-column .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: unset;
    padding: 0 !important;
    margin-bottom: 24px !important;
  }
}
@media only screen and (max-width: 768px) {
  .subscription-wrapper .row.no-gutters {
    flex-direction: column;
    gap: 24px;
  }
  .payment-alert .text {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 600px) {
  .payment-alert {
    flex-direction: column;
  }
  .payment-alert .text {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
  }
  .payment-alert .button {
    width: 100%;
  }
  .payment-alert .button a {
    width: 100%;
  }
}
/**********************
STRIPE INTEGRATION
 */
#stripe-integration .stripe-not-connected {
  padding: 20px 0;
}
#stripe-integration .stripe-not-connected p {
  margin-bottom: 16px;
}
#stripe-integration .stripe-connected-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px;
  margin-top: 16px;
}
#stripe-integration .stripe-section {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
}
#stripe-integration .stripe-section:last-child {
  margin-bottom: 0;
}
#stripe-integration .stripe-section.stripe-actions {
  background: transparent;
  padding: 16px 0 0 0;
  border-top: 1px solid #e0e0e0;
}
#stripe-integration .stripe-section-title {
  color: #742FFF;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#stripe-integration .stripe-section-title .material-symbols-outlined {
  font-size: 20px;
}
#stripe-integration .stripe-section-content .stripe-info-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
#stripe-integration .stripe-section-content .stripe-info-row:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
#stripe-integration .stripe-section-content .stripe-info-label {
  font-weight: 600;
  color: #666;
  min-width: 150px;
  font-size: 14px;
}
#stripe-integration .stripe-section-content code.stripe-account-id,
#stripe-integration .stripe-section-content code.stripe-webhook-id {
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  font-family: "Monaco", "Courier New", monospace;
}
#stripe-integration .stripe-connected-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #28a745;
  font-weight: 600;
}
#stripe-integration .stripe-connected-badge .icon-sm {
  font-size: 18px;
}
#stripe-integration .stripe-webhook-active {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #28a745;
  font-weight: 600;
}
#stripe-integration .stripe-webhook-active .icon-sm {
  font-size: 18px;
}
#stripe-integration .stripe-webhook-inactive {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffc107;
  font-weight: 600;
}
#stripe-integration .stripe-webhook-inactive .icon-sm {
  font-size: 18px;
}
#stripe-integration .stripe-action-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#stripe-integration .stripe-action-buttons .ctaButton.pink {
  background: #dc3545;
  color: white;
}
#stripe-integration .stripe-action-buttons .ctaButton.pink:hover {
  background: #c82333;
}
#stripe-integration .stripe-action-buttons .ctaButton.ml-auto {
  margin-left: auto;
}
#stripe-integration .alert {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
#stripe-integration .alert.alert-warning {
  background: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
}
#stripe-integration .alert .material-symbols-outlined {
  font-size: 20px;
}

#stripeDisconnectModal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
#stripeDisconnectModal.show {
  display: block;
}
#stripeDisconnectModal .modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  max-width: 500px;
  pointer-events: none;
}
#stripeDisconnectModal .modal-dialog.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
#stripeDisconnectModal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 12px;
  border: none;
  outline: 0;
}
#stripeDisconnectModal .modal-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#stripeDisconnectModal .modal-header .modal-title {
  font-size: 19px;
  font-weight: 600;
  color: #742FFF;
  margin: 0;
}
#stripeDisconnectModal .modal-header .close {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
}
#stripeDisconnectModal .modal-header .close:hover {
  opacity: 0.75;
}
#stripeDisconnectModal .modal-header .close span {
  display: block;
}
#stripeDisconnectModal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 24px;
}
#stripeDisconnectModal .modal-body p {
  margin-bottom: 16px;
  color: #333;
}
#stripeDisconnectModal .modal-body .alert {
  margin-bottom: 0;
}
#stripeDisconnectModal .modal-footer {
  border-top: 1px solid #e0e0e0;
  padding: 16px 24px;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#stripeDisconnectModal .modal-footer button, #stripeDisconnectModal .modal-footer a {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

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

body.modal-open {
  overflow: hidden;
}

/*comments*/
.comments-table #searchFilter {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.comments-table #searchFilter .form-group {
  margin-bottom: 0;
}
.comments-table #searchFilter .form-group .input-group {
  margin-bottom: 10px;
}

.commentsContainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.commentsContainer .comments-table {
  max-width: 400px;
  width: 100%;
}
.commentsContainer .comments-table table tr td {
  cursor: pointer;
  text-align: left;
}
.commentsContainer .comments-table table tr.selected td {
  background: #FF4F81;
  color: #fff;
}
.commentsContainer .comments-table table tr.unread td {
  font-weight: 400;
}
.commentsContainer .comments-table table tr th {
  text-align: left;
}

.commentsContainer.noComments .comments-table {
  max-width: 100%;
}
.commentsContainer.noComments .commentsWrapper {
  display: none;
}

.commentsWrapper {
  max-width: calc(100% - 450px);
  width: 100%;
}
.commentsWrapper .showMenuComment {
  display: none;
}
.commentsWrapper .showMenuComment span {
  width: 36px;
  height: 36px;
  display: block;
  background-size: 36px auto;
  text-indent: -123456px;
  background: url("../images/backArrow.svg") no-repeat center;
}
.commentsWrapper .content h3 {
  margin-bottom: 15px;
}
.commentsWrapper .content .writeComment {
  position: relative;
  background: #f6f6f6;
  padding: 15px;
  border-top: 10px solid #fff;
}
.commentsWrapper .content .writeComment input {
  width: 100%;
  height: auto;
  border: 1px solid #102432;
  font-size: 15px;
  color: #09031D;
  padding: 10px 50px 10px 10px;
  border-radius: 7px;
}
.commentsWrapper .content .writeComment input::-moz-placeholder {
  color: #bbb;
  font-weight: normal;
  font-style: italic;
}
.commentsWrapper .content .writeComment input::placeholder {
  color: #bbb;
  font-weight: normal;
  font-style: italic;
}
.commentsWrapper .content .writeComment input:focus-visible {
  outline: none;
  border: 1px solid #FF4F81;
}
.commentsWrapper .content .writeComment button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  right: 5px;
  top: 8px;
}
.commentsWrapper .content .writeComment button svg {
  fill: #FF4F81;
}
.commentsWrapper .content .writeComment .visibleToAdmin {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}
.commentsWrapper .content .writeComment .visibleToAdmin input[type=checkbox] {
  margin-right: 3px;
}
.commentsWrapper .content .writeComment .relative {
  position: relative;
}
.commentsWrapper .content .writeComment .replyComment {
  background: #ddd;
  font-size: 12px;
  border-radius: 5px 0 0 5px;
  padding: 0 5px;
  position: absolute;
  top: 3px;
  left: 19px;
  display: inline-block;
  z-index: 10;
}
.commentsWrapper .content .writeComment .replyComment a {
  width: 15px;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  right: -15px;
  background: #d97878;
  color: #fff;
  top: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0 5px 5px 0;
}
.commentsWrapper .content .commentSection {
  max-height: calc(100vh - 230px);
  min-height: calc(100vh - 230px);
  padding-right: 10px;
  overflow-y: auto;
}
.commentsWrapper .content .commentSection .date {
  display: block;
  text-align: center;
  font-style: italic;
}
.commentsWrapper .content .commentSection h4 {
  font-size: 14px;
  margin: 0;
}
.commentsWrapper .content .commentSection .commentBox {
  width: 100%;
  height: auto;
  margin: 10px 0;
  padding: 0;
}
.commentsWrapper .content .commentSection .commentBox .comment {
  background: #f6f6f6;
  padding: 10px;
  position: relative;
  border-radius: 7px;
  /*edit options*/
}
.commentsWrapper .content .commentSection .commentBox .comment span.arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  bottom: -6px;
  transform: rotate(45deg);
  background: #f6f6f6;
}
.commentsWrapper .content .commentSection .commentBox .comment span.onlyAdmin {
  position: absolute;
  background: #FF4F81;
  right: 0;
  top: -10px;
  font-size: 11px;
  padding: 0 4px;
  color: #fff;
  height: 20px;
  line-height: 20px;
}
.commentsWrapper .content .commentSection .commentBox .comment input {
  width: calc(100% - 150px);
  border: none;
  background: none;
  color: var(--secondary);
  outline: none;
  font-weight: 100;
  padding: 0;
  height: auto;
}
.commentsWrapper .content .commentSection .commentBox .comment button {
  width: 70px;
  height: 25px;
  border: none;
  background: #fff;
  color: #09031D;
  font-size: 13px;
}
.commentsWrapper .content .commentSection .commentBox .commentOptions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}
.commentsWrapper .content .commentSection .commentBox .commentOptions .buttons {
  display: flex;
  align-items: flex-start;
}
.commentsWrapper .content .commentSection .commentBox .commentOptions .buttons a {
  font-size: 13px;
  display: block;
  margin-right: 15px;
  color: #09031D;
}
.commentsWrapper .content .commentSection .commentBox .commentOptions span.userName {
  font-size: 13px;
}
.commentsWrapper .content .commentSection .commentBox.myComment > .commentOptions span.userName {
  color: #09031D;
  margin-left: auto;
}
.commentsWrapper .content .commentSection .commentBox.myComment > .comment {
  background: #f6f6f6;
  color: #09031D;
}
.commentsWrapper .content .commentSection .commentBox.myComment > .comment span.arrow {
  background: #f6f6f6;
}
.commentsWrapper .content .commentSection .commentBox.adminComment > .commentOptions .buttons a {
  color: #FF4F81;
}
.commentsWrapper .content .commentSection .commentBox.adminComment > .commentOptions span.userName {
  color: #FF4F81;
  font-weight: 500;
}
.commentsWrapper .content .commentSection .commentBox.adminComment > span.userName {
  color: #FF4F81;
}
.commentsWrapper .content .commentSection .commentBox.adminComment > .myComment .commentOptions {
  flex-direction: row;
}
.commentsWrapper .content .commentSection .commentBox.adminComment > .myComment .commentOptions .buttons a {
  margin-right: 15px;
  margin-left: 0;
}
.commentsWrapper .content .commentSection .commentBox.adminComment > .myComment .commentOptions span.userName {
  color: #FF4F81;
  font-weight: 500;
}
.commentsWrapper .content .commentSection .commentBox.adminComment > .myComment .comment {
  background: #f6f6f6;
  color: #09031D;
}
.commentsWrapper .content .commentSection .commentBox.adminComment > .myComment .comment span.arrow {
  background: #f6f6f6;
  left: auto;
  right: 15px;
}
.commentsWrapper .content .commentSection .commentBox.reply {
  max-width: 90%;
  display: flex;
  margin-left: auto;
  flex-direction: column;
}

/*********************** LOGIN ************************/
#app .navbar {
  display: none;
}

#loginPage {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

#loginPage #backgroundLogin {
  width: 50%;
  height: 100vh;
  background-color: #f6f6f6;
  background-image: url("../images/homepageImage.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

#loginPage #loginWrapper {
  width: 50%;
  flex: auto;
  max-width: 100%;
  align-self: center;
}
#loginPage #loginWrapper img.company-logo {
  max-width: 300px;
  width: auto;
  margin: 0 auto 20px auto;
  display: block;
  max-height: 130px;
}
#loginPage #loginWrapper span#shortLoginText {
  text-align: center;
  display: block;
  font-size: 20px;
  margin: 50px 0;
}
#loginPage #loginWrapper h1 {
  font-size: 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}
#loginPage #loginWrapper form,
#loginPage #loginWrapper .verification-wrapper {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
#loginPage #loginWrapper form ul,
#loginPage #loginWrapper .verification-wrapper ul {
  list-style-type: none;
  padding: 0;
}
#loginPage #loginWrapper form ul li,
#loginPage #loginWrapper .verification-wrapper ul li {
  padding: 10px 0;
}
#loginPage #loginWrapper form ul li label.text-md-right,
#loginPage #loginWrapper .verification-wrapper ul li label.text-md-right {
  text-align: left !important;
  padding: 0;
}
#loginPage #loginWrapper form ul li input#remember,
#loginPage #loginWrapper .verification-wrapper ul li input#remember {
  margin-left: 0;
}
#loginPage #loginWrapper form ul li label.form-check-label,
#loginPage #loginWrapper .verification-wrapper ul li label.form-check-label {
  padding-left: 20px;
  text-transform: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#loginPage #loginWrapper form ul li#loginButton,
#loginPage #loginWrapper .verification-wrapper ul li#loginButton {
  display: flex;
  justify-content: flex-end;
}
#loginPage #loginWrapper form ul li#loginButton button,
#loginPage #loginWrapper .verification-wrapper ul li#loginButton button {
  margin-top: 10px;
  height: 45px;
  background: var(--secondary);
  width: auto;
  transition: all ease-in-out 0.45s;
  border-radius: 24px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  border: none;
  letter-spacing: 0;
  text-transform: none;
}
#loginPage #loginWrapper form ul li#loginButton button:hover,
#loginPage #loginWrapper .verification-wrapper ul li#loginButton button:hover {
  background: var(--primary);
}
#loginPage #loginWrapper form ul li#loginButton a,
#loginPage #loginWrapper .verification-wrapper ul li#loginButton a {
  font-size: 13px;
  color: var(--secondary);
}
#loginPage #loginWrapper form ul li .digit-inputs,
#loginPage #loginWrapper .verification-wrapper ul li .digit-inputs {
  display: flex;
  gap: 10px;
}
#loginPage #loginWrapper .verification-wrapper ul li input.form-control {
  text-align: center;
  font-weight: 400;
}
#loginPage #loginWrapper .verification-wrapper ul li .countdown-text {
  font-size: 13px;
  font-weight: 400;
}
#loginPage #loginWrapper .errors .alert.alert-danger {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
#loginPage #loginWrapper .errors .alert.alert-danger ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#loginPage #loginWrapper .lost-password {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#loginPage #loginWrapper .lost-password span.material-symbols-outlined {
  font-size: 18px;
}
#loginPage #loginWrapper .lost-password a {
  font-size: 14px;
  color: var(--secondary);
  font-weight: 400;
}
#loginPage #loginWrapper .lost-password a:hover {
  text-decoration: none;
}
#loginPage #loginWrapper .img-shadow {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  display: block;
}
#loginPage #loginWrapper .img-shadow.mirror {
  transform: rotate(180deg);
  margin-top: 40px;
}
#loginPage #loginWrapper h2.login-title {
  font-weight: 600;
  font-size: 28px;
  margin-top: 25px;
}
#loginPage #loginWrapper .small-line {
  max-width: 90px;
  width: 100%;
  height: 6px;
  background: var(--primary);
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 17px;
}
#loginPage #loginWrapper ul.form-app-data li label {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}
#loginPage #loginWrapper ul.form-app-data li input {
  height: 48px;
  border-radius: 12px;
  font-size: 16px;
}
#loginPage #loginWrapper ul.form-app-data li .position-relative span#togglePassword {
  position: absolute;
  right: 10px;
  top: 27px;
  transform: translateY(-50%);
  cursor: pointer;
}
#loginPage #loginWrapper ul.form-app-data li .position-relative span#togglePassword span.material-symbols-outlined {
  font-size: 24px;
}
#loginPage #loginWrapper .copy {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-weight: 500;
}
#loginPage #loginWrapper .copy .company {
  font-size: 12px;
  margin-top: 3px;
}
#loginPage #loginWrapper .copy span {
  color: #626262;
}
#loginPage #loginWrapper .copy span.line {
  height: 40px;
  width: 1px;
  background: #ddd;
}
#loginPage #loginWrapper .copy img.powerdBy {
  height: 11px;
  position: relative;
  top: -2px;
  filter: grayscale(1);
}

#loginPage .invalid-feedback {
  width: auto;
  color: #f45656;
  position: relative;
}

#loginPage .invalid-feedback strong {
  color: #f45656;
}

#loginPage .invalid-feedback.general-feedback {
  display: block;
  font-size: 15px;
  text-align: center;
}

#loginPage .invalid-feedback.verification-failed {
  display: block;
  font-size: 15px;
  text-align: center;
}

#loginPage .form-control:focus {
  box-shadow: none;
}

/**** DEV WARNING ****/
#environment-warning {
  width: 100%;
  position: relative;
  z-index: 999;
  text-align: center;
}

/**** END DEV WARNING ****/
html.dark-theme {
  --secondary: #e4e4e4 !important;
}
html.dark-theme #themeToggle {
  color: var(--primary);
}
html.dark-theme body {
  background: #212121 !important;
}
html.dark-theme h1, html.dark-theme h2, html.dark-theme h3, html.dark-theme h4, html.dark-theme h5,
html.dark-theme label {
  color: #e4e4e4;
}
html.dark-theme #loginPage #loginWrapper .lost-password {
  border-color: #444444;
}
html.dark-theme #loginPage #loginWrapper .copy span.line {
  background: #444444;
}
html.dark-theme #loginPage #loginWrapper form ul li#loginButton button, html.dark-theme #loginPage #loginWrapper .verification-wrapper ul li#loginButton button {
  background: var(--primary);
}
html.dark-theme #loginPage #loginWrapper form ul li#loginButton button:hover, html.dark-theme #loginPage #loginWrapper .verification-wrapper ul li#loginButton button:hover {
  background: #555555;
}
html.dark-theme #loginPage #loginWrapper ul.form-app-data li input,
html.dark-theme .form-control, html.dark-theme .custom-select, html.dark-theme .border-primary {
  background: #333333 !important;
  border-color: #333333 !important;
  color: #e4e4e4 !important;
}

/************************************************************
********************* UPGRADE YOUR PLAN *********************
************************************************************/
.upgradeNewPage .pricing .choose-plan-section {
  padding: 50px 0;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan {
  width: calc(33% - 20px);
  position: relative;
  background: #fff;
  border-radius: 38px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan.selected {
  border: 2px solid #742FFF;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content a.ctaButton {
  width: calc(100% - 50px);
  justify-content: flex-start;
  color: #ffffff;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content p {
  padding: 0;
  margin: 0;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0 17px;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2F2F2F;
  /*min-height: 32px;*/
  padding-top: 5px;
  padding-right: 20px;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li.title {
  background: none;
  padding: 0;
  margin: 20px 0 5px 0;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li.title span.title-section {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  color: #101b33;
  letter-spacing: -1.3px;
  font-family: Rubik, sans-serif;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li .icon-p {
  position: absolute;
  left: 0;
  top: 2px;
  color: #0BCD4B;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li.not-included {
  color: #aaaaaa;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li.not-included .icon-p {
  color: #DA191C;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li .info {
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  cursor: pointer;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li .info span.i_class {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-style: italic;
  background: #cccccc;
  color: #fff;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li .info span.i_class:hover {
  background: #FF4F81;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li .info .text {
  width: 200px;
  height: auto;
  padding: 10px;
  background: #101b33;
  color: #fff;
  border-radius: 10px;
  right: 0;
  top: 20px;
  z-index: 101;
  text-align: center;
  position: absolute;
  display: none;
  font-size: 13px;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li .info:hover .text {
  display: block;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li span.big {
  color: #101b33;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: block;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li span.big.not-included {
  color: #aaaaaa;
  text-decoration: line-through;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li.border {
  border: none !important;
  border-bottom: 1px solid #eeeeee !important;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li:last-child {
  margin-bottom: 30px;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li.none {
  background: none;
  padding: 15px 0;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content ul li.additional {
  font-size: 17px;
  color: #FF4F81;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content h3 {
  padding: 70px 17px 7px 17px;
  margin: 0;
  border-bottom: 1px solid #DADADA;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  color: #101b33;
  letter-spacing: -2px;
  font-family: Rubik, sans-serif;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content .shortText {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DADADA;
  min-height: 90px;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content .priceWrapper {
  padding: 14px 17px 0 17px;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content .priceWrapper .price {
  color: #101b33;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2.1px;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content .priceWrapper .price span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #4d4d4d;
  letter-spacing: 0;
  text-transform: lowercase;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content .priceWrapper .price span.old-price {
  color: #aaaaaa;
  font-size: 32px;
  text-decoration: line-through;
  margin-right: 10px;
  line-height: 100%;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content .priceWrapper .paidAnnualy {
  min-height: 42px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #4d4d4d;
  display: block;
  margin-top: 20px;
  border-top: 1px solid #DADADA;
  padding-top: 6px;
  margin-bottom: 6px;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content .bottomPrice {
  padding-bottom: 17px;
  margin-top: auto;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content .tag {
  width: 125px;
  height: 125px;
  background: #0BCD4B;
  color: #fff;
  position: absolute;
  top: 0;
  right: -1px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  border-radius: 0 38px 0 0;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content .tag.most {
  background: #ADFF14;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content .tag.most span {
  color: #101b33;
  font-family: Rubik, sans-serif;
  letter-spacing: -1px;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan .inner-content .tag span {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  display: block;
  transform: rotate(45deg);
  transform-origin: center bottom;
  width: 65px;
  height: 90px;
  text-align: center;
}
.upgradeNewPage .pricing .choose-plan-section .three-boxes .plan.pro .inner-content h3 {
  border-radius: 38px 38px 0 0;
  background: linear-gradient(to right, #742FFF, #FF4F81);
  color: #fff;
  -webkit-text-fill-color: unset;
}
.upgradeNewPage h2 {
  background: linear-gradient(38deg, #742FFF 0%, #FF4F81 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  line-height: 116%;
  font-style: normal;
  font-weight: 700;
  margin: 50px auto 20px auto;
  padding: 0;
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.upgradeNewPage hr.blue {
  max-width: 140px;
  width: 100%;
  margin: 20px auto;
  border: none;
  height: 1px;
  background: #ADC9FF;
}
.upgradeNewPage .vat {
  margin-top: 20px;
  font-size: 13px;
  display: block;
  font-style: italic;
}
.upgradeNewPage .vat small {
  color: #EA2EB5;
  font-size: 15px;
}
.upgradeNewPage .comparison {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.upgradeNewPage .comparison.active {
  max-height: 10000px;
}
.upgradeNewPage .comparison table {
  margin: 50px 0;
}
.upgradeNewPage .comparison table thead tr th {
  text-align: center;
  padding: 15px 10px;
  background: #000D51;
  color: #fff;
  border-right: 1px solid #ddd;
}
.upgradeNewPage .comparison table thead tr th:first-child {
  text-align: left;
  border-radius: 10px 0 0 0;
}
.upgradeNewPage .comparison table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
.upgradeNewPage .comparison table thead tr th:nth-child(4) {
  background: #2BB449;
}
.upgradeNewPage .comparison table tbody tr td {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #f6f6f6;
}
.upgradeNewPage .comparison table tbody tr td:first-child {
  text-align: left;
}
.upgradeNewPage .comparison table tbody tr td.title {
  background: #f6f6f6;
  font-weight: 600;
  padding: 20px 10px;
}
.upgradeNewPage .comparison table tbody tr td:hover {
  background: #f6f6f6;
}
.upgradeNewPage .comparison table tbody tr td img {
  width: 18px;
}
.upgradeNewPage .comparison .buttonsMobile {
  display: none;
}

.pricing-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-switcher .fieldset {
  position: relative;
}
.pricing-switcher input[type=radio] {
  display: none;
}
.pricing-switcher label {
  color: #101b33;
  font-weight: 700;
  opacity: 0.3;
}
.pricing-switcher label.switch {
  opacity: 1;
}
.pricing-switcher label.switch .slider:before {
  background: #FF4F81;
}
.pricing-switcher label.checked {
  color: #FF4F81;
  opacity: 1;
}
.pricing-switcher label.checked:hover {
  text-decoration: none;
}
.pricing-switcher label:hover {
  text-decoration: underline;
  cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
  margin: 0 15px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DADADA;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: #101b33;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #DADADA;
}
.switch input:checked + .slider:before {
  transform: translateX(30px);
}
.switch .slider.round {
  border-radius: 28px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.margin50Comparison {
  padding: 0 0 100px 0;
}

.textForComparison {
  display: flex;
  align-items: center;
  justify-content: center;
}
.textForComparison .showTable {
  color: #3C45EC;
  cursor: pointer;
  font-weight: 700;
}
.textForComparison .showTable:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 950px) {
  .pricing .choose-plan-section .three-boxes {
    flex-wrap: wrap;
  }
  .pricing .choose-plan-section .three-boxes .plan {
    width: 48%;
  }
}
@media only screen and (max-width: 650px) {
  .pricing .choose-plan-section {
    padding-bottom: 20px;
  }
  .comparison .buttonsMobile {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
  }
  .comparison .buttonsMobile span {
    width: 25%;
    height: 36px;
    border-radius: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #101b33;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 12px;
  }
  .comparison .buttonsMobile span:hover,
  .comparison .buttonsMobile span.selected {
    background: #FF4F81;
  }
  .comparison .buttonsMobile span.grow,
  .comparison .buttonsMobile span.grow.selected {
    background: #0BCD4B;
  }
  .comparison .buttonsMobile span.grow:hover {
    background: #0D983B;
  }
  .comparison table {
    margin-top: 20px;
  }
  .comparison table thead tr th {
    display: none;
  }
  .comparison table tbody tr td:first-child,
  .comparison table thead tr th:first-child {
    display: table-cell;
  }
  .comparison table.explorer tbody tr td:nth-child(2),
  .comparison table.explorer thead tr th:nth-child(2) {
    display: table-cell;
  }
  .comparison table.explorer thead tr th:nth-child(2) {
    border-radius: 0 10px 0 0;
  }
  .comparison table.starter tbody tr td:nth-child(3),
  .comparison table.starter thead tr th:nth-child(3) {
    display: table-cell;
  }
  .comparison table.starter thead tr th:nth-child(3) {
    border-radius: 0 10px 0 0;
  }
  .comparison table.grow tbody tr td:nth-child(4),
  .comparison table.grow thead tr th:nth-child(4) {
    display: table-cell;
  }
  .comparison table.grow thead tr th:nth-child(4) {
    border-radius: 0 10px 0 0;
  }
  .comparison table.scale tbody tr td:nth-child(5),
  .comparison table.scale thead tr th:nth-child(5) {
    display: table-cell;
  }
  .comparison table.scale thead tr th:nth-child(5) {
    border-radius: 0 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .pricing .choose-plan-section .three-boxes {
    flex-direction: column;
    align-items: center;
  }
  .upgradeNewPage .pricing .choose-plan-section .three-boxes .plan {
    max-width: 600px;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .pricing-switcher label {
    font-size: 15px;
  }
}
/***********************************************************************
************************************************************************
REGISTER
************************************************************************
***********************************************************************/
.local-notification {
  background-image: linear-gradient(to right, #742fff, #ff4f81, #ff4f81, #742fff);
  text-align: center;
  padding: 3px;
  color: #ffffff;
}

body.registerSteps {
  background: #F9F7FC;
  color: #6c757d;
}
body.registerSteps .registerWrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
body.registerSteps .registerWrapper .registerData {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 250px;
}
body.registerSteps .registerWrapper .registerData .content {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body.registerSteps .registerWrapper .registerData .content p {
  text-align: center;
}
body.registerSteps .registerWrapper .registerData .content .getStartedLink {
  margin-top: 50px;
  text-align: center;
}
body.registerSteps .registerWrapper .registerData .content h1 {
  width: auto;
  display: inline-block;
  background: linear-gradient(90deg, #742FFF 0%, #FF4F81 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  line-height: 116%;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 36px 0;
  padding: 0;
}
body.registerSteps .registerWrapper .registerData .content h1.withSteps {
  margin-bottom: 20px;
}
body.registerSteps .registerWrapper .registerData .content h1.withSteps.preparing {
  font-size: 27px;
  margin: 20px 0;
}
body.registerSteps .registerWrapper .registerData .content h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #101b33;
}
body.registerSteps .registerWrapper .registerData .content .ctaButton {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper {
  max-width: 400px;
  width: 100%;
  /*domain*/
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper input.form-control,
body.registerSteps .registerWrapper .registerData .content .form_wrapper select.form-control {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  padding: 0 15px;
  color: #09031D;
  border: 1px solid #EADEED;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper label span.red {
  color: #EA2EB5;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper label.relativeHelp {
  position: relative;
  display: flex;
  align-items: center;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper label.relativeHelp .info {
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper label.relativeHelp .info span.i_class {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaaaaa;
  font-size: 18px;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper label.relativeHelp .info .text {
  width: 200px;
  height: auto;
  padding: 10px;
  background: #101b33;
  color: #fff;
  border-radius: 10px;
  left: 0;
  top: 20px;
  z-index: 101;
  text-align: center;
  position: absolute;
  display: none;
  font-size: 13px;
  font-weight: 400;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper label.relativeHelp .info:hover .text {
  display: block;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper label.customCheckbox {
  display: flex;
  align-items: flex-start;
  line-height: 120%;
  font-size: 15px;
  font-weight: 300;
  margin: 25px 0 45px 0;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper label.customCheckbox input {
  display: none;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper label.customCheckbox input:checked ~ span.square {
  border: 2px solid #FF4F81;
  background: #FF4F81 url("../images/register/check.svg") no-repeat center;
  background-size: 14px;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper label.customCheckbox input:checked ~ span.square span {
  display: block;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper label.customCheckbox span.square {
  min-width: 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #FF4F81;
  border-radius: 5px;
  margin-right: 5px;
  display: block;
  cursor: pointer;
  position: relative;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper .btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper .btn:hover {
  box-shadow: 0 0 5px 0 rgba(33, 33, 33, 0.45);
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper .digit-container {
  margin: 25px 0;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper span.codeNot {
  display: block;
  margin-top: 20px;
  text-align: center;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper form#verifyCode .input-container {
  margin-right: 10px;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper form#verifyCode input.form-control {
  font-size: 1.6em;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper form#verifyCode .input-container:last-child {
  margin-right: 0;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper .input-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 55px;
  border-radius: 10px;
  padding: 0 15px;
  color: #101b33;
  border: 1px solid #EADEED;
  background: #EADEED;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper .input-group input.form-control.noStyle {
  height: auto;
  background: none;
  box-shadow: none;
  width: auto;
  border: none !important;
  padding: 0;
  margin: 0;
  border-radius: unset;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper .input-group input.form-control.noStyle.loading {
  background-color: unset !important;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper .input-group.white {
  background: #fff;
}
body.registerSteps .registerWrapper .registerData .content .form_wrapper .input-group .input-group-text {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  color: #742FFF;
}
body.registerSteps .registerWrapper .registerData .content table.user-info {
  margin: 20px 0 40px 0;
}
body.registerSteps .registerWrapper .registerData .content table.user-info tr {
  background: none !important;
}
body.registerSteps .registerWrapper .registerData .content table.user-info tr td {
  padding: 15px 0;
  border-color: rgba(70, 79, 181, 0.1019607843);
}
body.registerSteps .registerWrapper .registerData.verify {
  margin-bottom: 200px;
}
body.registerSteps .registerWrapper .registerData.congrats {
  margin-bottom: 50px;
}
body.registerSteps .registerWrapper .registerData ul.steps {
  width: 80px;
  margin: 0 0 50px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 15px;
  align-items: center;
}
body.registerSteps .registerWrapper .registerData ul.steps li {
  position: relative;
}
body.registerSteps .registerWrapper .registerData ul.steps li span.dot {
  width: 16px;
  height: 16px;
  display: block;
  background: #dddddd;
  border-radius: 100%;
}
body.registerSteps .registerWrapper .registerData ul.steps li span.line {
  width: 15px;
  height: 1px;
  background: #dddddd;
  display: block;
  position: absolute;
  top: 8px;
  right: 16px;
}
body.registerSteps .registerWrapper .registerData ul.steps li.selected span.dot {
  background: #FF4F81;
}
body.registerSteps .registerWrapper .registerData ul.steps li.selected span.line {
  background: #dddddd;
}
body.registerSteps .registerWrapper .registerData ul.steps li.completed span.dot {
  background: #dddddd;
}
body.registerSteps .registerWrapper .registerData ul.steps li.completed span.line {
  background: #dddddd;
}
body.registerSteps .registerWrapper .registerData .survey {
  margin-top: 15px;
}
body.registerSteps .registerWrapper .registerData .survey h2.question {
  font-size: 19px;
  text-align: left;
  margin-bottom: 10px;
}
body.registerSteps .registerWrapper .registerData .survey .form-check {
  margin-bottom: 5px;
  padding-left: 0;
}
body.registerSteps .registerWrapper .registerData .survey .form-check label {
  font-weight: 400;
}
body.registerSteps .registerWrapper .registerData .survey .form-check input.other {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: none;
}
body.registerSteps .registerWrapper .registerData .survey .form-check .btn-show-application {
  cursor: pointer;
  display: none;
}
body.registerSteps .registerWrapper .registerData .survey .thank-you {
  margin-bottom: 32px;
  font-size: 19px;
}
body.registerSteps .registerWrapper .image {
  width: 50%;
}
body.registerSteps .registerWrapper .image img {
  max-width: 900px;
  width: 100%;
}
body.registerSteps .errors {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}
body.registerSteps .errors .alert-danger {
  background: #DA191C;
  color: #fff !important;
  border: none;
  margin-top: 20px;
  border-radius: 15px;
}
body.registerSteps .errors .alert-danger ul {
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
}
body.registerSteps .errors .alert-danger ul li {
  color: #fff;
}
body.registerSteps .errors .alert-info {
  margin-top: 20px;
  color: #fff;
  background-color: #ffa082;
  border-color: #ffa082;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  body.registerSteps .registerWrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  body.registerSteps .registerWrapper.step3 {
    background-size: cover;
  }
  body.registerSteps .registerWrapper .registerData {
    width: 100%;
    margin: 50px 0 100px 0;
    align-items: center;
    padding: 0 20px;
  }
  body.registerSteps .registerWrapper .registerData.verify {
    margin: 50px 0 100px 0;
  }
  body.registerSteps .registerWrapper .registerData .content {
    max-width: 400px;
    padding: 0;
  }
  body.registerSteps .registerWrapper .image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.registerSteps .registerWrapper .image img {
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  body.registerSteps .registerWrapper {
    margin-top: 0;
  }
  body.registerSteps .registerWrapper.step3 {
    background: none;
  }
  body.registerSteps .registerWrapper .image {
    display: none;
  }
}
.disclaimer {
  border-radius: 15px;
  width: 100%;
  margin: 0 0 24px 0;
  background: #ffed4a;
  padding: 16px;
  display: block;
  font-size: 14px;
}
.disclaimer a {
  font-weight: 700;
  color: #000;
}

.company-page .notice {
  font-size: 11px;
  font-style: italic;
  line-height: 10px;
}
.company-page .customInput span.checkbox {
  top: -1px;
}

.instructions-box-company-page {
  background: #f6f6f6;
  border-radius: 15px;
  padding: 0 15px;
  display: block;
  width: 100%;
  margin-bottom: 24px;
  /* Header, ki je klikabilen */
  /* Puščica */
  /* Ko je odprto, obrni puščico */
  /* Vsebina - animacija višine */
  /* Ko je odprto, pokaži vsebino */
}
.instructions-box-company-page .instructions-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.instructions-box-company-page .show-all {
  transition: transform 0.3s ease;
  margin-left: 10px;
}
.instructions-box-company-page .show-all.open {
  transform: rotate(180deg);
}
.instructions-box-company-page .show-all-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.8s ease-out, opacity 0.3s ease-out;
}
.instructions-box-company-page .show-all-content.visible {
  max-height: 20000px; /* Nastavite dovolj veliko vrednost */
  opacity: 1;
  padding-top: 10px; /* Malo razmaka */
}
.instructions-box-company-page strong {
  font-weight: 600;
}
.instructions-box-company-page h3.title {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #742fff;
}
.instructions-box-company-page h4 {
  margin-bottom: 8px;
}
.instructions-box-company-page ul.list {
  margin: 0 0 24px 0;
  padding: 0;
  list-style-type: none;
}
.instructions-box-company-page ul.list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
.instructions-box-company-page ul.list li span.icon {
  position: absolute;
  color: #2BB449;
  left: 0;
  top: 0;
}
.instructions-box-company-page ul.list li span.icon.info {
  color: #fdbc07;
}
.instructions-box-company-page ul.list li span.icon.arrow {
  color: #742fff;
}
.instructions-box-company-page ul.list li ul {
  margin: 16px 0;
  padding: 0;
  list-style-type: none;
}
.instructions-box-company-page .notice {
  font-size: 16px;
  font-style: italic;
}

#invoices-table .canceled {
  color: red;
  text-decoration: line-through;
}
#invoices-table .canceled a {
  color: red;
}
#invoices-table td .badge {
  height: 18px;
  font-size: 8px;
  position: relative;
  top: -3px;
}
#invoices-table .btn-danger:disabled {
  border: none;
}
#invoices-table .btn-danger:disabled:hover {
  background: #dfdfdf;
}
#invoices-table .btn-secondary.disabled {
  background: #dfdfdf;
  color: #ffffff;
  cursor: not-allowed;
}

.col2-form {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.col2-form .form-group {
  width: calc(50% - 12.5px);
}

.course-checkbox-list {
  max-height: 200px;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 0;
  border-radius: 0 0 10px 10px;
}
.course-checkbox-list .scroll-list {
  overflow-y: scroll;
  max-height: 200px;
  height: 200px;
  padding: 10px 0;
}
.course-checkbox-list .scroll-list .form-check {
  margin: 3px;
  padding: 0 10px;
}

.monthly-options .form-check {
  padding-left: 0;
}

.event-form .disclaimer {
  padding: 5px 16px;
}
.event-form .datetime-inputs {
  display: flex;
  gap: 8px;
}
.event-form .datetime-inputs input[type=date] {
  flex: 1;
}
.event-form .datetime-inputs select {
  width: 100px;
  flex-shrink: 0;
}
.event-form .weekday-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.event-form .weekday-checkboxes .weekday-checkbox {
  flex: 0 0 auto;
}
.event-form .monthly-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.event-form .disclaimer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.event-form .disclaimer ul li {
  margin: 10px 0;
}

.nav-tabs.event-tabs {
  border: none;
  gap: 10px;
}
.nav-tabs.event-tabs .nav-link {
  background: none;
  color: #444;
  border: none;
}
.nav-tabs.event-tabs .nav-link.active {
  background: #FF4F81;
  color: #ffffff;
  border: none;
}

@media only screen and (max-width: 960px) {
  .event-form .col2-form {
    flex-direction: column;
    gap: 0;
  }
  .event-form .col2-form .form-group {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .admin-events-container {
    min-height: calc(100vh - 90px);
  }
  .table.events-table tbody tr {
    border: 1px solid #ddd;
    border-bottom: none;
  }
  .table.events-table tbody tr:last-child {
    border-bottom: 1px solid #ddd;
  }
  .table.events-table tbody tr td {
    padding: 5px 10px;
    position: relative;
    border: none !important;
  }
  .table.events-table tbody tr td:first-child {
    padding: 5px 10px;
    font-weight: 600;
  }
  .table.events-table tbody tr td:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .table.events-table tbody tr td:nth-child(5) {
    padding-right: 120px;
  }
  .table.events-table tbody tr td .badge {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0;
    margin-right: 5px;
  }
}
.email-campaigns-nav.campaign-detail-mode .top-main-bar,
.campaigns-nav.campaign-detail-mode .top-main-bar {
  display: none !important;
}

.campaign-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  padding: 10px 0 6px 0;
}
.campaign-detail-header .left-side {
  display: flex;
  align-items: center;
  gap: 15px;
}
.campaign-detail-header .left-side .back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  color: #333;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.campaign-detail-header .left-side .back-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.campaign-detail-header .left-side .back-button .icon {
  font-size: 24px;
}
.campaign-detail-header .left-side .campaign-title-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.campaign-detail-header .left-side .campaign-title-info h2 {
  max-width: 400px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.campaign-detail-header .left-side .campaign-title-info .badge {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
}
.campaign-detail-header .right-side {
  display: flex;
  align-items: center;
  gap: 10px;
}
.campaign-detail-header .right-side button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.campaign-detail .dummy-tabs .ctaButton {
  border: 1px solid transparent;
}
.campaign-detail .dummy-tabs .ctaButton.outline {
  border-color: #101b33;
}

.admin-email-campaigns-container .low-credits {
  display: flex;
  align-items: center;
}
.admin-email-campaigns-container .section-container {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.admin-email-campaigns-container .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.admin-email-campaigns-container .section-header h4 {
  margin: 0;
  font-weight: 600;
  font-size: 21px;
}
.admin-email-campaigns-container .section-header .header-space-between {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.admin-email-campaigns-container .email-limits-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #e8f4fd;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #1976d2;
}
.admin-email-campaigns-container .email-limits-badge .icon {
  font-size: 18px;
}
.admin-email-campaigns-container .email-limits-badge.low {
  background: #fff3cd;
  color: #856404;
}
.admin-email-campaigns-container .campaigns-table th, .admin-email-campaigns-container .campaigns-table td {
  vertical-align: middle;
}
.admin-email-campaigns-container .clickable-row {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.admin-email-campaigns-container .clickable-row:hover {
  background-color: #f8f9fa;
}
.admin-email-campaigns-container .icon-button-wrapper {
  display: flex;
  gap: 5px;
}
.admin-email-campaigns-container .icon-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  transition: opacity 0.2s ease;
}
.admin-email-campaigns-container .icon-button:hover {
  opacity: 0.7;
}
.admin-email-campaigns-container .icon-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.admin-email-campaigns-container .disclaimer {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}

.top-main-bar.campaign-detail-bar .left-side {
  display: flex;
  align-items: center;
  gap: 15px;
}
.top-main-bar.campaign-detail-bar .left-side .back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}
.top-main-bar.campaign-detail-bar .left-side .back-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.top-main-bar.campaign-detail-bar .left-side .back-button .icon {
  font-size: 24px;
}
.top-main-bar.campaign-detail-bar .left-side .campaign-title-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-main-bar.campaign-detail-bar .left-side .campaign-title-info h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.top-main-bar.campaign-detail-bar .left-side .campaign-title-info .badge {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
}

.campaign-detail .campaign-header {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.campaign-detail .campaign-title-section {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.campaign-detail .campaign-title-section h3 {
  margin: 0;
}
.campaign-detail .campaign-actions {
  display: flex;
  gap: 10px;
}
.campaign-detail .campaign-actions button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.campaign-detail .campaign-info {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
}
.campaign-detail .emails-table th, .campaign-detail .emails-table td {
  vertical-align: middle;
}
.campaign-detail .emails-table .drag-handle-cell {
  width: 40px;
  text-align: center;
}
.campaign-detail .emails-table .drag-handle {
  cursor: grab;
  color: #999;
  font-size: 20px;
  transition: color 0.2s ease;
}
.campaign-detail .emails-table .drag-handle:hover {
  color: #333;
}
.campaign-detail .emails-table .drag-handle:active {
  cursor: grabbing;
}
.campaign-detail .emails-table tr.sortable-ghost {
  background-color: #e3f2fd;
  opacity: 0.8;
}
.campaign-detail .emails-table tr.sortable-drag {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.campaign-detail .emails-table tr.sortable-chosen {
  background-color: #f5f5f5;
}
.campaign-detail .gradient-orange {
  background: linear-gradient(135deg, #ff9800, #ff5722);
  color: white;
  border: none;
}
.campaign-detail .gradient-orange:hover {
  background: linear-gradient(135deg, #ff5722, #e64a19);
}

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

.schedule-type-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.schedule-type-options .customInput-email {
  padding: 0;
}
.schedule-type-options .customInput-email .selected-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease, border-color 0.2s ease;
}
.schedule-type-options .customInput-email .selected-box small {
  display: block;
  transition: all 0.2s ease, border-color 0.2s ease;
}
.schedule-type-options .customInput-email .selected-box:hover {
  background-color: #101b33;
  border-color: #101b33;
  color: #ffffff;
}
.schedule-type-options .customInput-email .selected-box:hover small {
  color: #ffffff;
}
.schedule-type-options .customInput-email input[type=radio] {
  display: none;
}
.schedule-type-options .customInput-email input[type=radio]:checked + .selected-box {
  background: #101b33;
  color: #ffffff;
  border-color: #101b33;
}
.schedule-type-options .customInput-email input[type=radio]:checked + .selected-box small {
  color: #ffffff !important;
}
.schedule-type-options .customInput-email small {
  width: 100%;
}

.datetime-inputs {
  display: flex;
  gap: 10px;
}
.datetime-inputs input,
.datetime-inputs select {
  flex: 1;
}

.delay-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.delay-input input {
  max-width: 120px;
}
.delay-input .delay-suffix {
  color: #aaaaaa;
}

.campaign-tabs {
  margin-bottom: 0;
}
.campaign-tabs a {
  color: #101b33;
}

.tab-content-box {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 15px;
  border-radius: 0 0 5px 5px;
  max-height: 200px;
  height: 200px;
  overflow-y: auto;
}
.tab-content-box .form-check {
  padding: 0;
}

.scheduling-tabs {
  margin-bottom: 15px;
}
.scheduling-tabs .btn-group {
  width: 320px;
}
.scheduling-tabs .btn {
  flex: 1;
}
.scheduling-tabs .btn.btn-outline-primary {
  border: 1px solid #ddd;
  color: #101b33;
}
.scheduling-tabs .btn.btn-outline-primary.active {
  background: #101b33;
  border: 1px solid #101b33;
  color: #ffffff;
}
.scheduling-tabs .btn:hover {
  background: #101b33;
  border: 1px solid #101b33;
  color: #ffffff;
}
.scheduling-tabs input[type=radio] {
  display: none;
}

.user-search-container {
  position: relative;
}
.user-search-container .search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.user-search-container .search-result-item {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s ease;
}
.user-search-container .search-result-item:hover {
  background-color: #f5f5f5;
}

.selected-user-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.selected-user-tags .badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
}
.selected-user-tags .close {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.selected-user-tags .close:hover {
  opacity: 1;
}

.disclaimer {
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 15px;
}
.disclaimer ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.modal-footer-buttons-email {
  padding-top: 15px;
  border-top: 1px solid #dee2e6;
}
.modal-footer-buttons-email .buttons-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.badge.badge-status-active {
  background-color: #28a745 !important;
  color: #fff !important;
}

.badge.badge-status-draft {
  background-color: #6c8ebf !important;
  color: #fff !important;
}

.badge.badge-status-paused {
  background-color: #f0ad4e !important;
  color: #fff !important;
}

.badge.badge-status-scheduled {
  background-color: #17a2b8 !important;
  color: #fff !important;
}

.badge.badge-status-sending {
  background-color: #17a2b8 !important;
  color: #fff !important;
}

.badge.badge-status-sent {
  background-color: #28a745 !important;
  color: #fff !important;
}

.badge.badge-status-failed {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.info-item .badge {
  background: #101b33;
  color: #fff;
  padding: 7px;
}

.statistics-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.statistics-section .section-header h4 {
  margin: 0;
  display: flex;
  align-items: center;
}
.statistics-section .section-header h4 .icon {
  color: #666;
}
.statistics-section h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.stats-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
}

.stat-card {
  background: #f6f6f6;
  padding: 25px 15px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.stat-card .stat-value {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}
.stat-card .stat-label {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.stat-card.highlight-blue {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
}
.stat-card.highlight-blue .stat-value {
  color: #1976d2;
}
.stat-card.highlight-green {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
}
.stat-card.highlight-green .stat-value {
  color: #388e3c;
}

.stats-chart {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.stats-chart .chart-container {
  position: relative;
}

.top-links .table {
  margin-bottom: 0;
}
.top-links .table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666;
  font-weight: 600;
  border-top: none;
}
.top-links .table td {
  vertical-align: middle;
}
.top-links .link-url {
  color: #1976d2;
  text-decoration: none;
  word-break: break-all;
}
.top-links .link-url:hover {
  text-decoration: underline;
}

.stats-modal .link-url {
  color: #1976d2;
  text-decoration: none;
  word-break: break-all;
}
.stats-modal .link-url:hover {
  text-decoration: underline;
}

.campaign-detail .campaign-tabs {
  border-bottom: 2px solid #dee2e6;
}
.campaign-detail .campaign-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  color: #666;
  font-weight: 500;
  padding: 10px 20px;
  transition: all 0.2s ease;
}
.campaign-detail .campaign-tabs .nav-link:hover {
  color: #101b33;
  border-bottom-color: #ccc;
}
.campaign-detail .campaign-tabs .nav-link.active {
  color: #101b33;
  border-bottom-color: #101b33;
  background: transparent;
}
.campaign-detail .emails-section .section-header,
.campaign-detail .statistics-section .section-header {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .campaign-detail-header .left-side {
    max-width: calc(100% - 150px);
    width: 100%;
  }
  .campaign-detail-header .left-side .back-button {
    display: none;
  }
  .campaign-detail-header .left-side .campaign-title-info {
    height: 42px;
    overflow: hidden;
    width: 100%;
  }
  .campaign-detail-header .left-side .campaign-title-info h2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .campaign-detail-header .left-side .campaign-title-info span.badge {
    display: none;
  }
  .campaign-detail-header .right-side button {
    width: 42px;
    padding: 0;
  }
  .campaign-detail-header .right-side button span.button-text {
    display: none;
  }
  .campaign-detail-header .right-side button span.icon {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  table.campaigns-table tr td:nth-child(3) {
    display: none;
  }
  table.campaigns-table tr td:nth-child(4) {
    display: none;
  }
  table.campaigns-table tr td :last-child {
    bottom: 5px;
  }
  table.campaigns-table tr td .badge {
    bottom: 5px;
  }
  table.emails-table {
    border-bottom: 1px solid #ddd;
  }
  table.emails-table tbody tr {
    border: 1px solid #ddd;
    border-bottom: none;
  }
  table.emails-table tbody tr td {
    border: none !important;
  }
  table.emails-table tbody tr td:first-child {
    padding: 0;
    border: none;
    position: absolute;
    top: 10px;
    left: -3px;
  }
  table.emails-table tbody tr td:nth-child(2) {
    max-width: calc(100% - 30px);
    position: relative;
    left: 30px;
    padding-top: 10px;
  }
  table.emails-table tbody tr td:nth-child(3) {
    max-width: calc(100% - 30px);
    position: relative;
    left: 30px;
    padding-top: 3px;
  }
  table.emails-table tbody tr td:nth-child(3) .badge {
    position: relative;
    top: 0;
    left: 0;
  }
  table.emails-table tbody tr td:nth-child(4) {
    max-width: calc(100% - 30px);
    position: relative;
    left: 30px;
    padding-bottom: 5px;
  }
  table.emails-table tbody tr td:nth-child(5) {
    display: none;
  }
  table.emails-table tbody tr td:last-child {
    bottom: 5px;
  }
  table.email-stats {
    border-bottom: 1px solid #ddd;
  }
  table.email-stats tbody tr {
    border: 1px solid #ddd;
    border-bottom: none;
  }
  table.email-stats tbody tr td {
    border: none !important;
  }
  table.email-stats tbody tr td:first-child {
    border: none;
    position: relative;
    padding-top: 10px;
    padding-bottom: 0;
  }
  table.email-stats tbody tr td:nth-child(2) {
    max-width: calc(100% - 30px);
    position: relative;
    left: 10px;
  }
  table.email-stats tbody tr td:nth-child(3) {
    max-width: calc(100% - 30px);
    position: relative;
    left: 10px;
    padding-top: 3px;
  }
  table.email-stats tbody tr td:nth-child(3) .badge {
    position: relative;
    top: 0;
    left: 0;
  }
  table.email-stats tbody tr td:nth-child(4) {
    max-width: calc(100% - 30px);
    position: relative;
    left: 10px;
    padding-bottom: 5px;
  }
  table.email-stats tbody tr td:nth-child(5) {
    display: none;
  }
  table.email-stats tbody tr td:last-child {
    bottom: 5px;
  }
  /*email messages*/
  table.email-message-table tr td:nth-child(3) {
    display: none;
  }
  table.email-message-table tr td:nth-child(4) {
    display: none;
  }
  table.email-message-table tr td:nth-child(5) {
    display: none;
  }
  table.email-message-table tr td:nth-child(6) {
    display: none;
  }
  table.email-message-table tr td:nth-child(7) {
    display: none;
  }
  table.email-message-table tr td :last-child {
    bottom: 5px;
  }
  table.email-message-table tr td .badge {
    bottom: 5px;
  }
}
.send-invites .invite-form .input-group-referral,
.send-invites .referral-link-section .input-group-referral,
.send-invites .affiliate-link-section .input-group-referral {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin: 0;
}
.send-invites .invite-form .input-group-referral input,
.send-invites .referral-link-section .input-group-referral input,
.send-invites .affiliate-link-section .input-group-referral input {
  max-width: calc(100% - 200px);
  border-radius: 8px !important;
  height: 42px;
}
.send-invites .invite-form .input-group-referral .input-group-append,
.send-invites .referral-link-section .input-group-referral .input-group-append,
.send-invites .affiliate-link-section .input-group-referral .input-group-append {
  width: 180px;
}
.send-invites .invite-form .input-group-referral .input-group-append button,
.send-invites .referral-link-section .input-group-referral .input-group-append button,
.send-invites .affiliate-link-section .input-group-referral .input-group-append button {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .table.referral-table tbody td .badge {
    position: absolute;
    left: 10px;
    bottom: 5px;
  }
  .table.referral-table tbody td .text-muted {
    position: absolute;
    left: 100px;
    bottom: 5px;
  }
  .table.referral-table tbody td:last-child {
    position: absolute;
    right: 10px;
    bottom: 5px;
  }
  .table.referral-table tbody td .text-uppercase {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .send-invites .invite-form .input-group-referral, .send-invites .referral-link-section .input-group-referral {
    flex-direction: column;
  }
  .send-invites .invite-form .input-group-referral input, .send-invites .referral-link-section .input-group-referral input {
    width: 100%;
    max-width: 100%;
  }
  .send-invites .invite-form .input-group-referral .input-group-append, .send-invites .referral-link-section .input-group-referral .input-group-append {
    width: 100%;
  }
  .send-invites .invite-form .input-group-referral .input-group-append button, .send-invites .referral-link-section .input-group-referral .input-group-append button {
    width: 100%;
  }
}
/************************************************************
************************ RESPONSIVE *************************
************************************************************/
@media only screen and (max-width: 1550px) {
  .websiteTemplates .col_4 {
    width: calc(33.33% - 15px);
  }
  .user-form.addUser .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
}
@media only screen and (max-width: 1350px) {
  .upgradePage {
    margin-left: -15px;
  }
  .upgradePage .col1 {
    flex: 0 33.33%;
    padding: 0 15px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1250px) {
  .sideWorkoutList .oneRow {
    padding-right: 30px;
  }
  .sideWorkoutList .oneRow label {
    margin-bottom: 20px;
  }
  .sideWorkoutList .oneRow strong {
    position: relative;
    top: -15px;
  }
  .sideWorkoutList .oneRow .buttons {
    position: relative;
    right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  #page {
    padding-left: 70px;
  }
  #sidebar {
    left: -250px;
  }
  #sidebar a#logoFCC {
    position: relative;
    left: 229px;
    background-size: 103px auto;
    max-width: 37px;
  }
  #sidebar ul#mainMenu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #sidebar ul#mainMenu li {
    padding-right: 7px;
  }
  #sidebar ul#mainMenu li span.underlineLink {
    display: none;
  }
  #sidebar ul#mainMenu li ul#sub_menu {
    padding-left: 0;
  }
  #sidebar ul#mainMenu li ul#sub_menu .title {
    display: none;
  }
  #sidebar ul#mainMenu li ul#sub_menu li a {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  #sidebar span#responsiveShow {
    display: block;
    float: right;
    padding-right: 15px;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
  }
  .courseBasicInfo .col-md-9 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .courseBasicInfo .helpSideWindow.col-md-3.relative {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 20px 20px;
  }
  .courseBasicInfo .helpSideWindow.col-md-3.relative .topButtons {
    position: relative;
    top: 0;
    padding: 0;
    max-width: 100%;
    justify-content: flex-end;
  }
  .courseBasicInfo .wrapperHelp {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .dashboardContent .dashboardStatistics {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .col_4 .col1_4 {
    width: calc(50% - 10px);
  }
  .col_4 .col2_4 {
    width: 100%;
  }
  .dashboardContent .homeFlex {
    flex-direction: column;
  }
  .dashboardContent .homeFlex .leftSide {
    width: 100%;
  }
  .dashboardContent .homeFlex .leftSide .dashboardStatistics {
    margin-bottom: 20px;
  }
  .dashboardContent .homeFlex .rightSide {
    width: 100%;
    margin-bottom: 30px;
  }
  /*users*/
  .table#users-table tr th:nth-child(3) {
    display: none;
  }
  .table#users-table tr td:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .dashboardContent .course-templates .course-template {
    width: 50%;
  }
  #loginPage #backgroundLogin {
    display: none;
  }
  #loginPage #loginWrapper {
    width: 100%;
  }
  .upgradePage {
    margin-left: -25px;
  }
  .upgradePage .col1 {
    flex: 0 50%;
    padding: 0 25px;
    margin-bottom: 25px;
  }
  .dashboardContent .myCourses .myCoursesWrapper a.course,
  .dashboardContent .myCourses .myCoursesWrapper a.newCourse {
    width: 33.33%;
  }
}
@media only screen and (max-width: 950px) {
  /*pricing*/
  #pricing {
    padding: 30px 0;
  }
  #pricing ul {
    margin-left: -10px;
    margin-top: 30px;
  }
  #pricing ul li {
    padding-left: 10px;
  }
  .commentsContainer {
    gap: 20px;
  }
  .commentsContainer .comments-table {
    max-width: 270px;
  }
  .commentsContainer .commentsWrapper {
    max-width: calc(100% - 290px);
  }
  /*email edit tab*/
  .email-content {
    flex-direction: column;
  }
  .email-content .email-text,
  .email-content .email-show {
    width: 100%;
    margin-bottom: 30px;
  }
  .email-content .email-text .email-wrapper,
  .email-content .email-show .email-wrapper {
    max-width: 600px;
  }
}
@media only screen and (max-width: 900px) {
  .table#users-table tr th:nth-child(4) {
    display: none;
  }
  .table#users-table tr td:nth-child(4) {
    display: none;
  }
  /*pricing*/
  #pricing ul li {
    width: 50%;
  }
  #pricing ul li:last-child {
    width: 100%;
  }
  #pricing ul {
    margin-left: -20px;
    margin-top: 30px;
  }
  #pricing ul li {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #pricing ul li .planBox {
    min-height: 455px;
  }
  .myCourseStatistc .course h3,
  .myCourseStatistc .statisticHeader span.emptySpan {
    max-width: 200px;
  }
  .myCourseStatistc .course .statistcTable,
  .myCourseStatistc .statisticHeader .numbers {
    max-width: calc(100% - 230px);
  }
  .websiteTemplates .col_4 {
    width: calc(50% - 15px);
  }
  table.integration {
    width: 100%;
  }
  table.integration thead tr th:nth-child(2), table.integration thead tr th:nth-child(3) {
    display: none;
  }
  table.integration tbody tr td:nth-child(2), table.integration tbody tr td:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .fm-navbar .col-auto .btn-group {
    margin-bottom: 10px;
  }
  .fm-navbar .col-auto .btn-group.last-child {
    display: none;
  }
  .fm-navbar .col-auto .btn-group:nth-child(3n) {
    display: none;
  }
  #searchFilter {
    max-width: 700px;
    width: 100%;
    position: relative;
    top: 0;
  }
  .table thead {
    display: none;
  }
  .table th, .table td {
    display: block;
  }
  .table th:last-child, .table td:last-child {
    text-align: left;
  }
  .table tbody tr {
    position: relative;
    display: block;
  }
  .table tbody td {
    border: none;
  }
  .table tbody td:last-child {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .table td {
    padding: 0;
  }
  .table td .badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  .table td .status {
    position: absolute;
    left: 50%;
    margin-left: -12.5px;
    bottom: 10px;
  }
  .table tbody tr td:first-child {
    padding-bottom: 33px;
    padding-left: 10px;
    padding-top: 5px;
    border: 1px solid #dfdfdf;
    border-bottom: none;
  }
  .table tbody tr:first-child td:first-child,
  .table tbody tr:first-child:last-child td:first-child:last-child {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
  .table tbody tr:last-child td:first-child {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #dfdfdf;
  }
  .table tbody td span.responsiveNone {
    display: none !important;
  }
  .table tbody td strong.responsiveNone {
    display: none;
  }
  .table#invoices-table td {
    padding: 5px 10px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  .table#invoices-table td:last-child {
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
    border: none;
    position: relative;
    background: #dee2e6;
  }
  .table#invoices-table td span {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .table#invoices-table td span span::before {
    display: none;
  }
  .table#invoices-table td:first-child .custom-checkbox {
    display: none;
  }
  .table#invoices-table td:nth-child(2) span::before {
    content: "Št. računa: ";
    font-weight: 600;
  }
  .table#invoices-table td:nth-child(3) span::before {
    content: "Datum računa: ";
    font-weight: 600;
  }
  .table#invoices-table td:nth-child(4) span::before {
    content: "Stranka: ";
    font-weight: 600;
  }
  .table#invoices-table td:nth-child(5) span::before {
    content: "DDV: ";
    font-weight: 600;
  }
  .table#invoices-table td:nth-child(6) span::before {
    content: "Znesek: ";
    font-weight: 600;
  }
  .table#invoices-table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
    border-radius: 0 0 5px 5px;
  }
  .table#invoices-table tbody tr:last-child td:first-child {
    border-bottom: none;
    border-radius: 0;
  }
  .table-footer.invoicesTablePage button.download-all {
    display: none !important;
  }
  /*exercise*/
  table#exercises-table tbody tr td:first-child {
    padding: 5px 10px;
    min-height: 40px;
  }
  table#exercises-table tbody tr td:first-child span {
    padding-right: 35px;
  }
  table#exercises-table tbody tr td:nth-child(2) {
    position: relative;
    border: none;
    padding: 0 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  table#exercises-table tbody tr td:nth-child(2) .badge {
    position: relative;
    left: 0;
    bottom: 0;
  }
  table#exercises-table tbody tr td:nth-child(2) > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  table#exercises-table tbody tr td:nth-child(2) > div span {
    margin-bottom: 5px;
    display: block;
  }
  table#exercises-table tbody tr td:last-child {
    top: 5px;
    bottom: auto;
  }
  /*video library*/
  #app.mt-5 {
    margin-top: 0 !important;
  }
  table#videos-table tbody tr td:first-child {
    padding: 5px 10px;
    min-height: 40px;
  }
  table#videos-table tbody tr td:first-child span {
    padding-right: 75px;
    display: block;
  }
  table#videos-table tbody tr td:nth-child(3) {
    display: none;
  }
  table#videos-table tbody tr td:last-child {
    top: 5px;
    bottom: auto;
  }
  table#videos-table tbody tr td:last-child button:nth-child(2),
  table#videos-table tbody tr td:last-child button:nth-child(3) {
    display: none;
  }
  /*videos*/
  #videos-table.table td .badge,
  #videos-table.table td button.btn-secondary {
    display: none;
  }
  #videos-table.table td .absPos {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  #videos-table.table td .badge.demo {
    display: none;
  }
  #videos-table.table td .status {
    top: 6px;
    right: 50px;
    left: auto;
  }
  #videos-table.table tr td:first-child {
    padding-bottom: 20px;
  }
  #videos-table.table tr td:last-child {
    bottom: 6px;
  }
  /*payments*/
  table.table#orders-table tbody tr td {
    padding: 0 10px;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    border-top: none;
  }
  table.table#orders-table tbody tr td:first-child {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-weight: 400;
  }
  table.table#orders-table tbody tr td:last-child {
    padding-bottom: 10px;
    right: 0;
    position: relative;
    bottom: 0;
  }
  table.table#orders-table tbody tr td:nth-child(3), table.table#orders-table tbody tr td:nth-child(6) {
    display: none;
  }
  .importUserTable.table {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
  }
  .importUserTable.table tbody tr:last-child td:first-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: none;
  }
  .importUserTable.table tbody tr td {
    border-left: 1px solid #ddd;
    padding: 5px 10px;
    border-right: 1px solid #ddd;
  }
  .importUserTable.table tbody tr td:first-child {
    padding-bottom: 5px;
  }
  #searchFilter.exercises {
    margin-top: 10px;
  }
  /*comment table*/
  .commentsContainer table thead {
    display: table-header-group;
  }
  .commentsContainer table thead th {
    display: table-cell;
  }
  .commentsContainer table tbody tr {
    display: table-row;
  }
  .commentsContainer table tbody tr td {
    display: table-cell;
    border-top: 1px solid #dfdfdf;
    padding: 0.5rem;
  }
  .commentsContainer table tbody tr td:first-child {
    border: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 0.5rem;
  }
  .commentsContainer table tbody tr td:last-child {
    position: relative;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #dfdfdf;
  }
  .commentsContainer table tbody tr:first-child td:first-child,
  .commentsContainer table tbody tr:first-child:last-child td:first-child:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .commentsContainer table tbody tr:last-child td:first-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 1px solid #dfdfdf;
  }
  /*media library*/
  .fm-navbar.mb-3 {
    margin-bottom: 0 !important;
  }
  .fm-table .table thead {
    display: table-header-group;
  }
  .fm-table .table th, .fm-table .table td {
    display: table-cell;
    vertical-align: inherit;
    border-radius: 0 !important;
  }
  .fm-table .table tbody tr {
    display: table-row;
  }
  .fm-table .table-sm th, .fm-table .table-sm td {
    padding: 0.3rem;
  }
  .fm-table .table tbody td:last-child {
    position: relative;
  }
  .fm-table .table th:last-child, .fm-table .table td:last-child {
    text-align: right;
  }
  .fm-table .table tbody tr td:first-child {
    max-width: 100%;
    padding: 0.3rem;
    border: none;
    right: auto;
    bottom: auto;
  }
  .fm-table .table tbody td:last-child {
    right: auto;
    bottom: auto;
  }
  /*tabs*/
  .nav-pills a {
    padding: 0 10px;
  }
  /*users*/
  .table#users-table tr:first-child td:first-child {
    border-top: 1px solid #dfdfdf;
  }
  .table#users-table tr td:first-child {
    border-bottom: 1px solid #dfdfdf;
    border-top: none;
    padding-top: 5px;
  }
  .table#users-table tr td:nth-child(4) {
    display: none;
  }
  .table#users-table tr td span.badge.role,
  .table#users-table tr td span.badge.course {
    display: none;
  }
  .table#users-table tr td span.mail {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 100px;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .table#users-table tr td:last-child button.btn:nth-child(2) {
    right: 48px;
    display: none;
  }
  .table#users-table tr td:last-child {
    bottom: auto;
    right: 0;
  }
  .table#users-table tr td:last-child button.btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .table#users-table tr td:last-child button.btn:nth-child(3) {
    right: 48px;
  }
  .table#users-table tr td:last-child button.btn:nth-child(4) {
    right: 10px;
  }
  .table#users-table tr td .status_dot {
    position: absolute;
    top: 4px;
    margin: 0;
    right: 10px;
  }
  .card-body {
    padding: 10px;
  }
  /*course program form*/
  .course-program-form .row.boxWrapper .d-flex.align-items-center.col-md-1 {
    display: none !important;
  }
  .course-program-form .boxWrapper .content .boxWrapperHandle {
    display: none;
  }
  .course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.sets,
  .course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.reps {
    width: 100px;
  }
  .courses-table #courses-table tr td span.statusTitle {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  .courses-table #courses-table tr td span.tag {
    display: none;
  }
  #searchFilter .form-group {
    margin-bottom: 15px;
  }
  #searchFilter .form-group .input-group {
    margin-bottom: 0;
  }
  .courses-table table#courses-table tbody tr td:first-child {
    display: none;
  }
  .courses-table table#courses-table tbody tr td:nth-child(2) {
    padding-bottom: 33px;
    padding-top: 5px;
    padding-left: 10px;
    border: 1px solid #dfdfdf;
    border-bottom: none;
  }
  .courses-table table#courses-table tbody tr td:nth-child(2) a {
    font-weight: 500;
  }
  .courses-table table#courses-table tbody tr:last-child td:nth-child(2) {
    border-bottom: 1px solid #dfdfdf;
  }
  .helpSideWindow h3 {
    margin-top: 10px;
  }
  /*intro*/
  .intro {
    padding-top: 100px;
  }
  .intro p {
    padding: 0 30px;
  }
  /*workout schedule*/
  .sideWorkoutList .oneRow {
    padding-right: 120px;
  }
  .sideWorkoutList .oneRow label {
    margin-bottom: 0;
  }
  .sideWorkoutList .oneRow strong {
    position: relative;
    top: auto;
  }
  .sideWorkoutList .oneRow .buttons {
    position: absolute;
    right: 5px;
  }
  /*tags*/
  .tags-table #videos-table tbody tr:last-child td:first-child {
    padding-bottom: 15px;
  }
  .tags-table #videos-table tbody td:last-child {
    bottom: 6px;
  }
  /*upgrade pricing*/
  .upgradePage {
    margin: 0;
  }
  .upgradePage .col1 {
    flex: 0 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  .dashboardContent .myCourses .myCoursesWrapper a.course,
  .dashboardContent .myCourses .myCoursesWrapper a.newCourse {
    width: 50%;
  }
  #settings-page .col-md-4.mb-4 .row.no-gutters .row.no-gutters.mb-4 {
    margin-left: 0;
  }
  #settings-page .col-md-4.mb-4 .row.no-gutters .row.no-gutters.mb-4 h3 {
    padding-left: 18px;
  }
  /*** questionnaire-table *************************
  *************************************************/
  .userQuestionnaireWrapper .buttonsWithSearch .buttons {
    display: flex;
    flex-direction: column;
  }
  .userQuestionnaireWrapper .buttonsWithSearch .buttons button {
    margin: 0 0 5px 0;
    border-radius: 5px;
  }
  table#questionnaire-table.questionnaire-table-attempts {
    border-bottom: 1px solid #dee2e6;
  }
  table#questionnaire-table.questionnaire-table-attempts tbody td {
    padding: 2px 15px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  table#questionnaire-table.questionnaire-table-attempts tbody td .status_dot {
    margin: 0 0 5px 0;
  }
  table#questionnaire-table.questionnaire-table-attempts tbody td:first-child {
    padding-top: 5px;
  }
  table#questionnaire-table.questionnaire-table-attempts tbody td:last-child {
    border: none;
    right: 0;
  }
  table#questionnaire-table.questionnaire-table-attempts tbody tr:last-child td:first-child {
    border-bottom: none;
  }
  table#questionnaire-table.questionnaire-table-answers {
    border-bottom: 1px solid #dee2e6;
  }
  table#questionnaire-table.questionnaire-table-answers tbody td {
    padding: 2px 15px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  table#questionnaire-table.questionnaire-table-answers tbody td .status_dot {
    margin: 0 0 5px 0;
  }
  table#questionnaire-table.questionnaire-table-answers tbody td:first-child {
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: 500;
    border-radius: 0;
  }
  table#questionnaire-table.questionnaire-table-answers tbody td:last-child {
    position: relative;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
  }
  table#questionnaire-table.questionnaire-table-answers tbody td:last-child .flexIcon {
    position: absolute;
    right: 12px;
    bottom: 14px;
  }
  table#questionnaire-table.questionnaire-table-answers tbody tr:last-child td:first-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  /*course program form*/
  .course-program-form .row.boxWrapper .col-md-5 {
    max-width: 41.6666666667%;
  }
  .course-program-form .row.boxWrapper .col-md-3 {
    max-width: 25%;
  }
  .course-program-form .row.boxWrapper .col-md-1 {
    max-width: 8.3%;
  }
  .course-program-form .row.boxWrapper .card-body .col-md-1 button.btn-outline-danger {
    position: absolute;
    right: 0;
  }
  .course-program-form .block-exercise-form .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .course-program-form .row.boxWrapper .row.no-gutters {
    padding-left: 0;
  }
  .course-program-form .row.boxWrapper .wrapperExerciseContent.superset .col .card-body .col .row.no-gutters .col {
    padding-left: 0;
  }
  .dashboardContent .dashboardStatistics {
    text-align: left;
  }
  .instructions .instructionsFlex .instructionsBox {
    max-width: 100%;
  }
  #adminWrapper ol.breadcrumb {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .helpSideWindow {
    display: none;
  }
  .helpSideWindow.dripContentHelp {
    margin-bottom: 20px;
    display: block;
  }
  #upgradePlan {
    right: 10px;
  }
  /*chart*/
  .chooseOption {
    flex-direction: column;
    align-items: flex-start;
  }
  .chooseOption #courseChart {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .downloadApp .addIcon {
    flex-direction: column;
    align-items: center;
  }
  .downloadApp .addIcon .icon {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .installAppBanner {
    display: block;
    margin-bottom: 20px;
  }
  /*pricing*/
  #pricing {
    padding: 0;
  }
  #pricing .flex {
    margin-top: 50px;
  }
  #pricing .wp1600 {
    padding: 0;
  }
  #pricing ul li {
    width: 100%;
    max-width: 400px;
    float: none;
    margin: 0 auto;
  }
  #pricing ul {
    margin-left: 0;
    margin-top: 30px;
  }
  #pricing ul li {
    padding-left: 0;
    margin-bottom: 20px;
  }
  #pricing ul li#premium {
    margin-top: 55px;
  }
  #pricing ul li .planBox {
    min-height: 455px;
  }
  .dashboardContent .course-templates .course-template {
    width: 100%;
    margin-bottom: 20px;
  }
  .dashboardContent {
    margin-top: 0;
  }
  #page h1.dashboardWrapper {
    margin-bottom: 20px !important;
  }
  .instructions {
    margin-bottom: 20px;
  }
  .upgradeNewPage .comparison .buttonsMobile {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
  .upgradeNewPage .comparison .buttonsMobile span {
    width: 25%;
    height: 45px;
    border-radius: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    background: #3C45EC;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 15px;
  }
  .upgradeNewPage .comparison .buttonsMobile span:hover, .upgradeNewPage .comparison .buttonsMobile span.selected {
    background: #212ca7;
  }
  .upgradeNewPage .comparison .buttonsMobile span.grow, .upgradeNewPage .comparison .buttonsMobile span.grow.selected {
    background: #2BB449;
  }
  .upgradeNewPage .comparison .buttonsMobile span.grow:hover {
    background: #209d3b;
  }
}
@media only screen and (max-width: 600px) {
  .user-form.dashboard {
    margin-top: 0 !important;
  }
  h1.dashboardWrapper {
    padding-right: 120px;
  }
  .nav-tabs {
    margin-left: 0;
    display: flex;
  }
  .nav-tabs.float-right {
    padding-top: 2px;
  }
  .nav-tabs .back {
    margin-top: 8px;
  }
  .nav-tabs.normal-tabs.settings {
    display: block;
    border: none;
    height: auto;
  }
  .nav-tabs.normal-tabs.settings li a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0;
  }
  .nav-tabs.usersTab li:last-child {
    margin-left: 10px;
  }
  .nav-tabs .nav-item {
    float: none;
    padding-left: 0;
    margin: 2px 0;
  }
  .nav-tabs .nav-link {
    margin-right: 0;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .statistic .display-3 {
    font-size: 2.5rem;
  }
  #page h1.dashboardWrapper {
    padding-left: 40px;
    font-size: 25px;
    margin-top: 7px;
  }
  .course-basic-info-form, .paddingB40 {
    padding-bottom: 40px;
  }
  .bottomButtons {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 6;
    left: 0;
    padding: 0 !important;
    background: linear-gradient(to right, #0BCD4B, #0D983B);
    width: auto;
    max-width: unset;
  }
  .bottomButtons .main-buttons {
    margin: 0;
    padding: 8px;
  }
  .bottomButtons .main-buttons .ctaButton.gray {
    border: none;
  }
  .bottomButtons .main-buttons .buttonsWp .btn.gradient-green,
  .bottomButtons .main-buttons .ctaButton.gradient-green {
    background-image: none;
  }
  .bottomButtons .buttonsWp {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  .bottomButtons .buttonsWp button {
    width: 50%;
    border-radius: 0;
    font-size: 17px;
    height: 50px;
  }
  .bottomButtons .buttonsWp button.btn-outline-secondary {
    font-weight: 400;
  }
  #page .mainTitle {
    padding-top: 50px;
  }
  body {
    overflow-x: hidden;
  }
  #page {
    margin: 0;
    padding-left: 0;
  }
  #sidebar {
    left: 0;
    z-index: 0;
  }
  #adminWrapper .menu-button {
    display: block;
  }
  #page h1 {
    margin-bottom: 0 !important;
  }
  #sidebar ul#mainMenu {
    display: block;
  }
  #sidebar ul#mainMenu li {
    padding-right: 7px;
  }
  #sidebar ul#mainMenu li span.underlineLink {
    display: unset;
  }
  #sidebar ul#mainMenu li ul#sub_menu {
    padding-left: 32px;
  }
  #sidebar ul#mainMenu li ul#sub_menu .title {
    display: none;
  }
  #sidebar ul#mainMenu li ul#sub_menu li a {
    display: flex;
    text-align: center;
    justify-content: flex-start;
  }
  #sidebar a#logoFCC {
    margin-bottom: 10px;
    left: 0;
    max-width: 170px;
  }
  #sidebar ul#subMenu {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 20px 0;
  }
  #sidebar a#donate {
    position: relative;
    top: auto;
    bottom: auto;
  }
  #pricing h3.blueTitle {
    font-size: 20px;
    line-height: 25px;
    padding-top: 30px;
  }
  #pricing h2.title {
    font-size: 30px;
    line-height: 35px;
  }
  .myCourseStatistc .statisticHeader {
    display: none;
  }
  .myCourseStatistc .course {
    flex-direction: column;
  }
  .myCourseStatistc .course h3,
  .myCourseStatistc .course .statistcTable {
    max-width: 100%;
  }
  .myCourseStatistc .course .statistcTable {
    margin-top: 10px;
  }
  .chooseLayout label .showLayoutDesign {
    width: 350px;
    height: 350px;
  }
  .instructions .instructionsFlex .instructionsBox a.customizeButton {
    left: 20px;
    width: auto;
  }
  /*user*/
  .c-sliderWrapper {
    margin-bottom: 25px;
  }
  .courseCharts {
    margin-top: 20px;
  }
  .courseCharts .chartFlex {
    flex-direction: column;
    align-items: flex-start;
  }
  .courseCharts .chartFlex h4 {
    margin-bottom: 15px;
  }
  .courseCharts .chartFlex .selectDuration {
    width: 100%;
  }
  .courseCharts .chartFlex .selectDuration select {
    width: 100%;
  }
  .courses-table .courseCharts {
    margin-top: 20px;
  }
  .courses-table .courseCharts select {
    width: 100%;
    margin-bottom: 20px;
  }
  .col.buttons {
    flex-direction: column-reverse;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .col.buttons .btn {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /*comment table*/
  .commentsContainer {
    position: relative;
  }
  .commentsContainer .comments-table {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 10;
    transform: translateX(-310%);
    transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
  }
  .commentsContainer .comments-table.tableHidden {
    transform: translateX(0);
  }
  .commentsContainer .commentsWrapper {
    max-width: 100%;
  }
  .commentsContainer .commentsWrapper .showMenuComment {
    display: block;
  }
  .commentsContainer .commentsWrapper .content .commentSection {
    max-height: calc(100vh - 250px);
    min-height: calc(100vh - 250px);
  }
  .user-form.addUser .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .dashboardContent .myCourses .myCoursesWrapper {
    margin: 0;
  }
  .dashboardContent .myCourses .myCoursesWrapper a.course,
  .dashboardContent .myCourses .myCoursesWrapper a.newCourse {
    width: 100%;
    padding: 0;
  }
  .dashboardContent .myCourses .myCoursesWrapper a.newCourse div {
    padding: 20px;
  }
  #frequencies .custom-checkbox .custom-control-label span {
    top: 30px;
    left: -13px;
  }
  #frequencies button.selectAllFrequencies {
    top: 30px;
  }
  .course-program-form .boxWrapper .wrapperExerciseContent .full .full {
    display: block;
  }
  .course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.sets,
  .course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.reps {
    width: 50%;
    float: left;
    margin: 10px 0;
  }
  .course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.exercise {
    margin-right: 40px;
    padding-right: 0;
  }
  .course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.reps {
    padding-right: 40px;
  }
  .course-program-form .boxWrapper .wrapperExerciseContent .full .full button {
    position: absolute;
    right: 10px;
    top: 30px;
  }
  .websiteTemplates .col_4 {
    width: calc(100% - 15px);
  }
  .websiteTemplates .col_4 .websiteCard img.websiteCardImg {
    height: 350px;
  }
  .dashboardContent .myCourses .myCoursesWrapper a.newCourse {
    height: 150px;
    min-height: 150px;
  }
  /**********************
  CONNECT YOUR MAILER
   */
  .mailer .flex {
    gap: 0;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .mailer .flex:last-child .form-group {
    margin-bottom: 10px;
  }
  .mailer .flex .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  .mailer .flex .form-group input.form-control.max330 {
    max-width: 100%;
  }
  .mailer .flex .sync {
    padding-top: 0;
  }
  .mailer .flex .sync button#sync-mailerlite {
    padding: 0;
    margin-bottom: 10px;
  }
  .mailer .flex .sync button#sync-mailerlite:hover {
    color: var(--primary);
    text-decoration: underline;
  }
  .mailer .flex .buttons {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .col_4 .col1_4 {
    width: 100%;
  }
  .col_4.dashboardStatistics .col1_4 {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .course-basic-info-form .enableFreeSignup .free-course {
    flex-direction: column;
    align-items: flex-start;
  }
  .course-basic-info-form .enableFreeSignup .copyLink {
    margin: 0 !important;
  }
  .course-basic-info-form .enableFreeSignup .copyLink.top {
    top: 0;
  }
  .dashboardContent .dashboardStatistics .col1_4 .contentWithImage {
    padding: 70px 20px 20px 20px;
    background-position: center 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .dashboardContent .dashboardStatistics .col1_4 .contentWithImage.courses, .dashboardContent .dashboardStatistics .col1_4 .contentWithImage.lessons, .dashboardContent .dashboardStatistics .col1_4 .contentWithImage.videos {
    background-position: center 20px;
  }
  .upgradeNewPage .comparison .buttonsMobile {
    gap: 0;
  }
  .upgradeNewPage .comparison .buttonsMobile span {
    border-radius: unset;
    border: none;
    border-right: 2px solid #fff;
    box-shadow: unset;
  }
  .upgradeNewPage .comparison .buttonsMobile span:last-child {
    border: none;
  }
  .section-builder-container .topButtons .right {
    gap: 10px;
  }
  .section-builder-container .topButtons .right button.btn {
    width: calc(50% - 8px);
    margin: 0;
  }
  .section-builder-container .topButtons .right button.btn.publish {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-builder-container .topButtons .right button.btn.notifyUsers {
    width: 38px;
  }
  .section-builder-container .topButtons .right button.btn.notifyUsers span.icon {
    margin: 0;
  }
  .section-builder-container .topButtons .right button.btn.notifyUsers span.text {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .resendActivation {
    margin-right: 0;
    margin-top: 10px;
  }
  #loginPage #loginWrapper {
    padding: 0 25px;
  }
  .pagination {
    justify-content: center;
  }
  .justify-content-around {
    display: block !important;
  }
  .justify-content-around .custom-control-inline {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .intro button.workout {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .intro button.education {
    width: 100%;
    margin: 0;
  }
  #addNew button.warmUp,
  #addNew button.work,
  #addNew button.coolDown {
    width: 100%;
    float: none;
    margin: 5px 0;
  }
  /*#addNew button.warmUp {border-radius: 5px 5px 0 0 ; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0;}
  #addNew button.work {border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;}
  #addNew button.coolDown {border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px;}*/
}
@media only screen and (max-width: 400px) {
  .nav-tabs.nav.normal-tabs.settings {
    display: block;
  }
  .nav-tabs.nav.normal-tabs.settings li a.active {
    background: #3C45EC;
    color: #fff;
    border-color: #3C45EC;
  }
  .nav-tabs.nav.normal-tabs {
    display: flex;
  }
  .nav-tabs.nav.normal-tabs li a {
    padding: 12px;
  }
  .nav-tabs.normal-tabs .nav-item {
    width: auto;
  }
  /*course program form*/
  .nav-justified .nav-item {
    margin-right: 5px !important;
  }
  .course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.sets,
  .course-program-form .boxWrapper .wrapperExerciseContent .full .full .col1_3.reps {
    width: 100%;
    float: none;
    padding-right: 40px;
  }
  .course-program-form .boxWrapper .wrapperExerciseContent .full .full button {
    top: 52px;
  }
}
@media only screen and (max-width: 360px) {
  ul.nav-pills li a {
    padding: 0 5px;
  }
  ul.nav-pills li a span#responsiveNum {
    display: none;
  }
  ul.nav-pills li:last-child {
    margin-right: 0 !important;
  }
  .chooseLayout label .showLayoutDesign {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-height: 1000px) {
  #sidebar ul#mainMenu {
    height: calc(100vh - 270px);
    overflow: auto;
  }
}
@media only screen and (max-height: 820px) {
  html, body, main, main .container-fluid, main .container-sm, main .container-md, main .container-lg, main .container-xl {
    height: 100%;
  }
  #loginPage {
    height: auto;
    padding: 20px 0;
  }
  #loginPage #loginWrapper img.company-logo {
    max-height: 100px;
  }
  #loginPage #loginWrapper h2.login-title {
    font-weight: 600;
    font-size: 23px;
    margin-top: 25px;
  }
  #loginPage #loginWrapper form ul li, #loginPage #loginWrapper .verification-wrapper ul li {
    padding: 5px 0;
  }
  #loginPage #loginWrapper .lost-password {
    padding: 10px 0;
  }
  #loginPage #loginWrapper form ul li#loginButton button {
    margin-top: 0;
  }
  #loginPage #loginWrapper .img-shadow.mirror {
    margin-top: 20px;
  }
}
.swiper-pagination-clickable .swiper-pagination-bullet:first-child:last-child {
  display: none;
}

/*SWIPER CSS*/
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "<";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: ">";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 0 3px;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF4F81;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
