@charset "UTF-8";
/*! getButterCake.com v4.0.0 | MIT License | https://github.com/HimasRafeek/butterCake */
/* ========================================================================================
 * ----------------------------------------------------------------------------------------
 *  Author        : Himas Rafeek
 *  Framework     : Butter Cake
 *  Description   : A Modern CSS framework built with flexbox
 *  Version       : 4.0.0
 *  Copyright     : 2018 - 2020
 *  Github        : https://github.com/HimasRafeek/butterCake
 *  URI           : https://getButterCake.com
 *  Licence       : MIT - https://github.com/HimasRafeek/butterCake/blob/master/LICENSE
 * ----------------------------------------------------------------------------------------
 * ========================================================================================
 */
/*
* Overwrite vraiable.scss contents here
*/
:root {
  --primary: #5b3ff9;
  --secondary: #363b4d;
  --light: #f4f5f6;
  --dark: #1c1b19;
  --gray: gray;
  --white: white;
  --success: #2ECC71;
  --info: #17a2b8;
  --warning: #F3BB45;
  --danger: #E74C3C;
  --muted: #9E9E9E;
  --bp-sm: 590px;
  --bp-medium: 790px;
  --bp-large: 1160px;
  --bp-xl: 1260px;
}

i,
i::after,
i::before {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.5;
}

html,
body {
  color: #333;
  font-size: 16px;
}
html ::-moz-selection, body ::-moz-selection {
  background: #5b3ff9;
  color: white;
}
html ::selection,
body ::selection {
  background: #5b3ff9;
  color: white;
}

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

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

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  border: 0;
  margin: 10px 0;
  border-top: 1px solid #e9e9e9;
}

pre {
  font-family: monospace;
  font-size: 5px;
}

figure {
  margin: 0;
}

mark {
  color: #F3BB45;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #5b3ff9;
}
a:hover {
  color: #2807e4;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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: 15px;
  font-style: normal;
  line-height: inherit;
}

b,
strong {
  font-weight: bold;
}

ol ol ul,
ol ul ul,
ul ol ul,
ul ul ul {
  font-size: 100%;
}

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

small {
  font-size: 12px;
}

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

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border-style: none;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  text-align: left;
  caption-side: bottom;
}

fieldset {
  border: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 10px;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}

.h1,
h1 {
  font-size: 46px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
}

.mark,
mark {
  padding: 2px 4px;
  background-color: #363b4d;
}

.container {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  /* Breakpoints | Min Width */
}
@media (min-width: 590px) {
  .container {
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 790px) {
  .container {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1160px) {
  .container {
    max-width: 1150px;
  }
}

.container-fluid {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

/*
* * .row
*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

/*
* * .row.no-gutters
*/
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row.no-gutters > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*
* * .row > .col-*
*/
.row > [class*=col] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.offset-12 {
  margin-left: 100%;
}

.col-1 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 590px) {
  .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .d-none-sm,
.hide-sm {
    display: none !important;
  }

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

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

  .d-flex-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .fj-baseline-sm {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media (min-width: 790px) {
  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .d-none-md,
.hide-md {
    display: none !important;
  }

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

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

  .d-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .fj-baseline-md {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media (min-width: 1160px) {
  .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .d-none-lg,
.hide-lg {
    display: none !important;
  }

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

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

  .d-flex-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .fj-baseline-lg {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media (min-width: 1260px) {
  .col-xl-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .d-none-xl,
.hide-xl {
    display: none !important;
  }

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

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

  .d-flex-xl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .fj-baseline-xl {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
/*
* * Prevent Overflow hidden for Sidebar Menu and Modal
*/
.noScroll {
  overflow: hidden !important;
}

/*
* * Fixed Top Menu
*/
.fixed-top {
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1050;
}

/*
* * Main Navbar scss
*/
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  /*
  * * Container and Container fluid 
  */
  /*
  * * Navbar Brand | Logo
  */
  /*
  * * Navigation Menu Main Container
  */
  /*
  * * Sidebar Menu Toggler on Mobile
  */
  /*
  * * Default Butter Cake Menu Styling for Navbar
  * * Remove .default-nav from the .navbar to remove all the defaults styles,
  * * that applied by Butter Cake OR You can change the scss below
  */
}
.navbar * {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
.navbar > .container, .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.navbar .brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 16px;
  line-height: inherit;
  white-space: nowrap;
}
.navbar .menu-box {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  /*
  * * Navigation Menu | UL TAG
  */
}
.navbar .menu-box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  /*
  * * Navigation Item | LI TAG
  */
  /*
  * * Default fix for all LI tags inside the Menu
  */
}
.navbar .menu-box .menu .nav-item {
  margin: 0;
  /*
  * * Navigation Link | A TAG
  */
}
.navbar .menu-box .menu .nav-item .nav-link {
  display: inline-block;
}
.navbar .menu-box .menu li {
  list-style: none;
  padding: 0;
}
.navbar .toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 10px 15px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
}
.navbar .toggler:hover {
  color: white;
  background: #310ef7 !important;
}
.navbar.default-nav {
  background-color: white;
  /*
  * * Default Navbar Styles
  */
  /*
  * * Primary Navbar Styles
  */
}
.navbar.default-nav .brand {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar.default-nav .brand a {
  display: block;
  font-weight: 400;
  font-size: 28px;
  color: #5b3ff9;
}
.navbar.default-nav .brand a:hover {
  color: #2807e4 !important;
}
.navbar.default-nav .brand a img {
  display: block;
}
.navbar.default-nav .menu .nav-link {
  color: #363b4d;
  padding: 20px 25px;
}
.navbar.default-nav .menu .nav-link:focus, .navbar.default-nav .menu .nav-link:hover {
  color: white;
  background-color: #5b3ff9;
}
.navbar.default-nav .menu .active .nav-link {
  color: white;
  background-color: #5b3ff9;
}
.navbar.default-nav .slidedown,
.navbar.default-nav .sideNavbar {
  background-color: white !important;
}
.navbar.default-nav.bg-primary {
  background: #5b3ff9;
}
.navbar.default-nav.bg-primary .brand a {
  color: white;
}
.navbar.default-nav.bg-primary .brand a:hover {
  color: #2807e4 !important;
}
.navbar.default-nav.bg-primary .menu-close {
  background: #2807e4;
}
.navbar.default-nav.bg-primary .menu-close:hover {
  background: #2406cc;
}
.navbar.default-nav.bg-primary .menu .nav-link {
  color: white;
}
.navbar.default-nav.bg-primary .menu .nav-link:focus, .navbar.default-nav.bg-primary .menu .nav-link:hover {
  color: white;
  background-color: #310ef7;
}
.navbar.default-nav.bg-primary .menu .active .nav-link {
  color: white;
  background-color: #310ef7;
}
.navbar.default-nav.bg-primary .toggler {
  background-color: #4626f8 !important;
}
.navbar.default-nav.bg-primary .toggler:hover {
  background: #310ef7 !important;
}
.navbar.default-nav.bg-primary .slidedown,
.navbar.default-nav.bg-primary .sideNavbar {
  background-color: #5b3ff9 !important;
}
.navbar.default-nav.bg-secondary {
  background: #363b4d;
}
.navbar.default-nav.bg-secondary .brand a {
  color: white;
}
.navbar.default-nav.bg-secondary .brand a:hover {
  color: #161920 !important;
}
.navbar.default-nav.bg-secondary .menu-close {
  background: #161920;
}
.navbar.default-nav.bg-secondary .menu-close:hover {
  background: #0c0d11;
}
.navbar.default-nav.bg-secondary .menu .nav-link {
  color: white;
}
.navbar.default-nav.bg-secondary .menu .nav-link:focus, .navbar.default-nav.bg-secondary .menu .nav-link:hover {
  color: white;
  background-color: #21242f;
}
.navbar.default-nav.bg-secondary .menu .active .nav-link {
  color: white;
  background-color: #21242f;
}
.navbar.default-nav.bg-secondary .toggler {
  background-color: #2b303e !important;
}
.navbar.default-nav.bg-secondary .toggler:hover {
  background: #21242f !important;
}
.navbar.default-nav.bg-secondary .slidedown,
.navbar.default-nav.bg-secondary .sideNavbar {
  background-color: #363b4d !important;
}
.navbar.default-nav.bg-light {
  background: #f4f5f6;
}
.navbar.default-nav.bg-light .brand a {
  color: white;
}
.navbar.default-nav.bg-light .brand a:hover {
  color: #cacfd4 !important;
}
.navbar.default-nav.bg-light .menu-close {
  background: #cacfd4;
}
.navbar.default-nav.bg-light .menu-close:hover {
  background: #bcc2c8;
}
.navbar.default-nav.bg-light .menu .nav-link {
  color: white;
}
.navbar.default-nav.bg-light .menu .nav-link:focus, .navbar.default-nav.bg-light .menu .nav-link:hover {
  color: white;
  background-color: #d8dcdf;
}
.navbar.default-nav.bg-light .menu .active .nav-link {
  color: white;
  background-color: #d8dcdf;
}
.navbar.default-nav.bg-light .toggler {
  background-color: #e6e8eb !important;
}
.navbar.default-nav.bg-light .toggler:hover {
  background: #d8dcdf !important;
}
.navbar.default-nav.bg-light .slidedown,
.navbar.default-nav.bg-light .sideNavbar {
  background-color: #f4f5f6 !important;
}
.navbar.default-nav.bg-dark {
  background: #1c1b19;
}
.navbar.default-nav.bg-dark .brand a {
  color: white;
}
.navbar.default-nav.bg-dark .brand a:hover {
  color: black !important;
}
.navbar.default-nav.bg-dark .menu-close {
  background: black;
}
.navbar.default-nav.bg-dark .menu-close:hover {
  background: black;
}
.navbar.default-nav.bg-dark .menu .nav-link {
  color: white;
}
.navbar.default-nav.bg-dark .menu .nav-link:focus, .navbar.default-nav.bg-dark .menu .nav-link:hover {
  color: white;
  background-color: #010101;
}
.navbar.default-nav.bg-dark .menu .active .nav-link {
  color: white;
  background-color: #010101;
}
.navbar.default-nav.bg-dark .toggler {
  background-color: #0f0e0d !important;
}
.navbar.default-nav.bg-dark .toggler:hover {
  background: #010101 !important;
}
.navbar.default-nav.bg-dark .slidedown,
.navbar.default-nav.bg-dark .sideNavbar {
  background-color: #1c1b19 !important;
}
.navbar.default-nav.bg-gray {
  background: gray;
}
.navbar.default-nav.bg-gray .brand a {
  color: white;
}
.navbar.default-nav.bg-gray .brand a:hover {
  color: #5a5a5a !important;
}
.navbar.default-nav.bg-gray .menu-close {
  background: #5a5a5a;
}
.navbar.default-nav.bg-gray .menu-close:hover {
  background: #4d4d4d;
}
.navbar.default-nav.bg-gray .menu .nav-link {
  color: white;
}
.navbar.default-nav.bg-gray .menu .nav-link:focus, .navbar.default-nav.bg-gray .menu .nav-link:hover {
  color: white;
  background-color: #676767;
}
.navbar.default-nav.bg-gray .menu .active .nav-link {
  color: white;
  background-color: #676767;
}
.navbar.default-nav.bg-gray .toggler {
  background-color: #737373 !important;
}
.navbar.default-nav.bg-gray .toggler:hover {
  background: #676767 !important;
}
.navbar.default-nav.bg-gray .slidedown,
.navbar.default-nav.bg-gray .sideNavbar {
  background-color: gray !important;
}
.navbar.default-nav.bg-white {
  background: white;
}
.navbar.default-nav.bg-white .brand a {
  color: white;
}
.navbar.default-nav.bg-white .brand a:hover {
  color: #d9d9d9 !important;
}
.navbar.default-nav.bg-white .menu-close {
  background: #d9d9d9;
}
.navbar.default-nav.bg-white .menu-close:hover {
  background: #cccccc;
}
.navbar.default-nav.bg-white .menu .nav-link {
  color: white;
}
.navbar.default-nav.bg-white .menu .nav-link:focus, .navbar.default-nav.bg-white .menu .nav-link:hover {
  color: white;
  background-color: #e6e6e6;
}
.navbar.default-nav.bg-white .menu .active .nav-link {
  color: white;
  background-color: #e6e6e6;
}
.navbar.default-nav.bg-white .toggler {
  background-color: #f2f2f2 !important;
}
.navbar.default-nav.bg-white .toggler:hover {
  background: #e6e6e6 !important;
}
.navbar.default-nav.bg-white .slidedown,
.navbar.default-nav.bg-white .sideNavbar {
  background-color: white !important;
}
.navbar.default-nav.bg-success {
  background: #2ECC71;
}
.navbar.default-nav.bg-success .brand a {
  color: white;
}
.navbar.default-nav.bg-success .brand a:hover {
  color: #208e4e !important;
}
.navbar.default-nav.bg-success .menu-close {
  background: #208e4e;
}
.navbar.default-nav.bg-success .menu-close:hover {
  background: #1b7943;
}
.navbar.default-nav.bg-success .menu .nav-link {
  color: white;
}
.navbar.default-nav.bg-success .menu .nav-link:focus, .navbar.default-nav.bg-success .menu .nav-link:hover {
  color: white;
  background-color: #25a25a;
}
.navbar.default-nav.bg-success .menu .active .nav-link {
  color: white;
  background-color: #25a25a;
}
.navbar.default-nav.bg-success .toggler {
  background-color: #29b765 !important;
}
.navbar.default-nav.bg-success .toggler:hover {
  background: #25a25a !important;
}
.navbar.default-nav.bg-success .slidedown,
.navbar.default-nav.bg-success .sideNavbar {
  background-color: #2ECC71 !important;
}
.navbar.default-nav.bg-info {
  background: #17a2b8;
}
.navbar.default-nav.bg-info .brand a {
  color: white;
}
.navbar.default-nav.bg-info .brand a:hover {
  color: #0f6674 !important;
}
.navbar.default-nav.bg-info .menu-close {
  background: #0f6674;
}
.navbar.default-nav.bg-info .menu-close:hover {
  background: #0c525d;
}
.navbar.default-nav.bg-info .menu .nav-link {
  color: white;
}
.navbar.default-nav.bg-info .menu .nav-link:focus, .navbar.default-nav.bg-info .menu .nav-link:hover {
  color: white;
  background-color: #117a8b;
}
.navbar.default-nav.bg-info .menu .active .nav-link {
  color: white;
  background-color: #117a8b;
}
.navbar.default-nav.bg-info .toggler {
  background-color: #148ea1 !important;
}
.navbar.default-nav.bg-info .toggler:hover {
  background: #117a8b !important;
}
.navbar.default-nav.bg-info .slidedown,
.navbar.default-nav.bg-info .sideNavbar {
  background-color: #17a2b8 !important;
}
.navbar.default-nav.bg-warning {
  background: #F3BB45;
}
.navbar.default-nav.bg-warning .brand a {
  color: white;
}
.navbar.default-nav.bg-warning .brand a:hover {
  color: #dd9b0e !important;
}
.navbar.default-nav.bg-warning .menu-close {
  background: #dd9b0e;
}
.navbar.default-nav.bg-warning .menu-close:hover {
  background: #c58a0d;
}
.navbar.default-nav.bg-warning .menu .nav-link {
  color: white;
}
.navbar.default-nav.bg-warning .menu .nav-link:focus, .navbar.default-nav.bg-warning .menu .nav-link:hover {
  color: white;
  background-color: #f0a915;
}
.navbar.default-nav.bg-warning .menu .active .nav-link {
  color: white;
  background-color: #f0a915;
}
.navbar.default-nav.bg-warning .toggler {
  background-color: #f1b22d !important;
}
.navbar.default-nav.bg-warning .toggler:hover {
  background: #f0a915 !important;
}
.navbar.default-nav.bg-warning .slidedown,
.navbar.default-nav.bg-warning .sideNavbar {
  background-color: #F3BB45 !important;
}
.navbar.default-nav.bg-danger {
  background: #E74C3C;
}
.navbar.default-nav.bg-danger .brand a {
  color: white;
}
.navbar.default-nav.bg-danger .brand a:hover {
  color: #bf2718 !important;
}
.navbar.default-nav.bg-danger .menu-close {
  background: #bf2718;
}
.navbar.default-nav.bg-danger .menu-close:hover {
  background: #a82315;
}
.navbar.default-nav.bg-danger .menu .nav-link {
  color: white;
}
.navbar.default-nav.bg-danger .menu .nav-link:focus, .navbar.default-nav.bg-danger .menu .nav-link:hover {
  color: white;
  background-color: #d62c1a;
}
.navbar.default-nav.bg-danger .menu .active .nav-link {
  color: white;
  background-color: #d62c1a;
}
.navbar.default-nav.bg-danger .toggler {
  background-color: #e43725 !important;
}
.navbar.default-nav.bg-danger .toggler:hover {
  background: #d62c1a !important;
}
.navbar.default-nav.bg-danger .slidedown,
.navbar.default-nav.bg-danger .sideNavbar {
  background-color: #E74C3C !important;
}
.navbar.default-nav.bg-muted {
  background: #9E9E9E;
}
.navbar.default-nav.bg-muted .brand a {
  color: white;
}
.navbar.default-nav.bg-muted .brand a:hover {
  color: #787878 !important;
}
.navbar.default-nav.bg-muted .menu-close {
  background: #787878;
}
.navbar.default-nav.bg-muted .menu-close:hover {
  background: #6b6b6b;
}
.navbar.default-nav.bg-muted .menu .nav-link {
  color: white;
}
.navbar.default-nav.bg-muted .menu .nav-link:focus, .navbar.default-nav.bg-muted .menu .nav-link:hover {
  color: white;
  background-color: #858585;
}
.navbar.default-nav.bg-muted .menu .active .nav-link {
  color: white;
  background-color: #858585;
}
.navbar.default-nav.bg-muted .toggler {
  background-color: #919191 !important;
}
.navbar.default-nav.bg-muted .toggler:hover {
  background: #858585 !important;
}
.navbar.default-nav.bg-muted .slidedown,
.navbar.default-nav.bg-muted .sideNavbar {
  background-color: #9E9E9E !important;
}

.navbar.expanded .toggler {
  display: none !important;
}
.navbar.expanded .menu-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.navbar.expanded .menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar.expanded > .container, .navbar.expanded > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/*
* * Warning upating without proper knowledge can break the Navbar 
*/
@media (min-width: 590px) {
  .navbar.expand-sm .toggler {
    display: none;
  }
  .navbar.expand-sm .menu-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar.expand-sm .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar.expand-sm > .container, .navbar.expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 790px) {
  .navbar.expand-md .toggler {
    display: none;
  }
  .navbar.expand-md .menu-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar.expand-md .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar.expand-md > .container, .navbar.expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1160px) {
  .navbar.expand-lg .toggler {
    display: none;
  }
  .navbar.expand-lg .menu-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar.expand-lg .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar.expand-lg > .container, .navbar.expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1260px) {
  .navbar.expand-xl .toggler {
    display: none;
  }
  .navbar.expand-xl .menu-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar.expand-xl .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar.expand-xl > .container, .navbar.expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
/*
* * Sidebar styles for Mobile
*/
.sideNavbar {
  -webkit-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
  display: block !important;
  max-width: 300px;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden !important;
  overflow-y: auto;
  position: fixed;
  top: 0;
  height: 100%;
  left: -100%;
  z-index: 1250;
  padding-bottom: 50px;
}
.sideNavbar .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sideNavbar .menu .nav-item {
  position: relative;
  width: 100%;
  text-align: center;
}
.sideNavbar .menu .nav-item > .btn {
  margin: 10px 0 !important;
}
.sideNavbar .menu .nav-item > .input {
  margin: 10px 0 !important;
}
.sideNavbar .menu .nav-link {
  display: block;
  width: 100%;
  padding: 10px 10px !important;
  text-align: center;
}
.sideNavbar .dropdown > .dropdown-menu {
  position: unset !important;
  background: white;
  max-width: 100% !important;
  min-width: 100% !important;
  margin-top: 0 !important;
  border-radius: 0 !important;
  border: none;
}
.sideNavbar.toggled {
  left: 0;
}
.sideNavbar .menu-close {
  display: block !important;
  background: #363b4d;
  color: white;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.sideNavbar .menu-close:hover {
  background: #1c1b19;
}

.toggled ~ .shadow-fixed {
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.menu-close {
  display: none;
}

.slidedown {
  overflow: hidden;
  display: block !important;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1150;
  width: 100%;
}
.slidedown .menu {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  width: 100%;
}
.slidedown .menu .nav-item {
  width: 100%;
  text-align: center;
}
.slidedown .menu .nav-item .nav-link {
  width: 100%;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  font-weight: 400;
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  border-radius: 4px;
}
.btn:focus {
  outline: none;
}
.btn.btn-choose-file {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
.btn.btn-choose-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer !important;
  z-index: 1;
}
.btn.btn-loading.loader-active {
  position: relative;
  pointer-events: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  overflow: hidden;
}
.btn.btn-loading.loader-active .loader {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.btn.btn-loading .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: inherit;
}

.btn.primary {
  border: 1px solid #5b3ff9;
  color: white !important;
  background-color: #5b3ff9;
}
.btn.primary.active, .btn.primary:focus, .btn.primary:hover {
  color: white !important;
  background-color: #310ef7 !important;
  border-color: #310ef7 !important;
}
.btn.primary:focus, .btn.primary:active {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important;
}
.btn.primary.outline {
  border-width: 2px;
}
.btn.primary.outline:hover {
  color: white !important;
  border-color: #5b3ff9 !important;
  background-color: #5b3ff9 !important;
}
.btn.primary.outline:focus, .btn.primary.outline:active {
  background-color: #2406cc !important;
}
.btn.primary.active, .btn.primary:focus, .btn.primary:hover {
  color: white !important;
  background-color: #310ef7 !important;
  border-color: #310ef7 !important;
}
.btn.primary:focus, .btn.primary:active {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important;
}
.btn.primary.outline {
  border-width: 2px;
}
.btn.primary.outline:hover {
  color: white !important;
  border-color: #5b3ff9 !important;
  background-color: #5b3ff9 !important;
}
.btn.primary.outline:focus, .btn.primary.outline:active {
  background-color: #2406cc !important;
}

.btn.primary.outline {
  color: #5b3ff9 !important;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.primary.outline:focus {
  color: white !important;
  border-color: #310ef7 !important;
}

.btn.secondary {
  border: 1px solid #363b4d;
  color: white !important;
  background-color: #363b4d;
}
.btn.secondary.active, .btn.secondary:focus, .btn.secondary:hover {
  color: white !important;
  background-color: #21242f !important;
  border-color: #21242f !important;
}
.btn.secondary:focus, .btn.secondary:active {
  -webkit-box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important;
}
.btn.secondary.outline {
  border-width: 2px;
}
.btn.secondary.outline:hover {
  color: white !important;
  border-color: #363b4d !important;
  background-color: #363b4d !important;
}
.btn.secondary.outline:focus, .btn.secondary.outline:active {
  background-color: #0c0d11 !important;
}
.btn.secondary.active, .btn.secondary:focus, .btn.secondary:hover {
  color: white !important;
  background-color: #21242f !important;
  border-color: #21242f !important;
}
.btn.secondary:focus, .btn.secondary:active {
  -webkit-box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important;
}
.btn.secondary.outline {
  border-width: 2px;
}
.btn.secondary.outline:hover {
  color: white !important;
  border-color: #363b4d !important;
  background-color: #363b4d !important;
}
.btn.secondary.outline:focus, .btn.secondary.outline:active {
  background-color: #0c0d11 !important;
}

.btn.secondary.outline {
  color: #363b4d !important;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.secondary.outline:focus {
  color: white !important;
  border-color: #21242f !important;
}

.btn.light {
  background-color: #f4f5f6;
  color: #1c1b19 !important;
  border-color: #f4f5f6 !important;
}
.btn.light:focus, .btn.light:active, .btn.light:hover {
  color: #1c1b19 !important;
  background-color: #d8dcdf !important;
  border-color: #d8dcdf !important;
}

.btn.light.outline {
  color: #1c1b19 !important;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.light.outline:focus, .btn.light.outline:active, .btn.light.outline:hover {
  color: #1c1b19 !important;
  background-color: #d8dcdf !important;
  border-color: #d8dcdf !important;
}

.btn.white {
  border: 1px solid white;
  color: white !important;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.125) !important;
}
.btn.white.active, .btn.white:focus, .btn.white:hover {
  color: white !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn.white:focus, .btn.white:active {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important;
}
.btn.white.outline {
  border-width: 2px;
}
.btn.white.outline:hover {
  color: white !important;
  border-color: white !important;
  background-color: white !important;
}
.btn.white.outline:focus, .btn.white.outline:active {
  background-color: #cccccc !important;
}
.btn.white.active, .btn.white:focus, .btn.white:hover {
  color: white !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn.white:focus, .btn.white:active {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important;
}
.btn.white.outline {
  border-width: 2px;
}
.btn.white.outline:hover {
  color: white !important;
  border-color: white !important;
  background-color: white !important;
}
.btn.white.outline:focus, .btn.white.outline:active {
  background-color: #cccccc !important;
}
.btn.white.active {
  color: black !important;
}

.btn.white.outline {
  color: white !important;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.white.outline:focus {
  color: white !important;
  border-color: #e6e6e6 !important;
}

.btn.dark {
  border: 1px solid #1c1b19;
  color: white !important;
  background-color: #1c1b19;
}
.btn.dark.active, .btn.dark:focus, .btn.dark:hover {
  color: white !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn.dark:focus, .btn.dark:active {
  -webkit-box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important;
}
.btn.dark.outline {
  border-width: 2px;
}
.btn.dark.outline:hover {
  color: white !important;
  border-color: #1c1b19 !important;
  background-color: #1c1b19 !important;
}
.btn.dark.outline:focus, .btn.dark.outline:active {
  background-color: black !important;
}
.btn.dark.active, .btn.dark:focus, .btn.dark:hover {
  color: white !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn.dark:focus, .btn.dark:active {
  -webkit-box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important;
}
.btn.dark.outline {
  border-width: 2px;
}
.btn.dark.outline:hover {
  color: white !important;
  border-color: #1c1b19 !important;
  background-color: #1c1b19 !important;
}
.btn.dark.outline:focus, .btn.dark.outline:active {
  background-color: black !important;
}

.btn.dark.outline {
  color: #1c1b19 !important;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.dark.outline:focus {
  color: white !important;
  border-color: #010101 !important;
}

.btn.gray {
  border: 1px solid gray;
  color: white !important;
  background-color: gray;
}
.btn.gray.active, .btn.gray:focus, .btn.gray:hover {
  color: white !important;
  background-color: #676767 !important;
  border-color: #676767 !important;
}
.btn.gray:focus, .btn.gray:active {
  -webkit-box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important;
}
.btn.gray.outline {
  border-width: 2px;
}
.btn.gray.outline:hover {
  color: white !important;
  border-color: gray !important;
  background-color: gray !important;
}
.btn.gray.outline:focus, .btn.gray.outline:active {
  background-color: #4d4d4d !important;
}
.btn.gray.active, .btn.gray:focus, .btn.gray:hover {
  color: white !important;
  background-color: #676767 !important;
  border-color: #676767 !important;
}
.btn.gray:focus, .btn.gray:active {
  -webkit-box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important;
}
.btn.gray.outline {
  border-width: 2px;
}
.btn.gray.outline:hover {
  color: white !important;
  border-color: gray !important;
  background-color: gray !important;
}
.btn.gray.outline:focus, .btn.gray.outline:active {
  background-color: #4d4d4d !important;
}

.btn.gray.outline {
  color: gray !important;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.gray.outline:focus {
  color: white !important;
  border-color: #676767 !important;
}

.btn.muted {
  border: 1px solid #9E9E9E;
  color: white !important;
  background-color: #9E9E9E;
}
.btn.muted.active, .btn.muted:focus, .btn.muted:hover {
  color: white !important;
  background-color: #858585 !important;
  border-color: #858585 !important;
}
.btn.muted:focus, .btn.muted:active {
  -webkit-box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important;
}
.btn.muted.outline {
  border-width: 2px;
}
.btn.muted.outline:hover {
  color: white !important;
  border-color: #9E9E9E !important;
  background-color: #9E9E9E !important;
}
.btn.muted.outline:focus, .btn.muted.outline:active {
  background-color: #6b6b6b !important;
}
.btn.muted.active, .btn.muted:focus, .btn.muted:hover {
  color: white !important;
  background-color: #858585 !important;
  border-color: #858585 !important;
}
.btn.muted:focus, .btn.muted:active {
  -webkit-box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important;
}
.btn.muted.outline {
  border-width: 2px;
}
.btn.muted.outline:hover {
  color: white !important;
  border-color: #9E9E9E !important;
  background-color: #9E9E9E !important;
}
.btn.muted.outline:focus, .btn.muted.outline:active {
  background-color: #6b6b6b !important;
}

.btn.muted.outline {
  color: #9E9E9E !important;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.muted.outline:focus {
  color: white !important;
  border-color: #858585 !important;
}

.btn.success {
  border: 1px solid #2ECC71;
  color: white !important;
  background-color: #2ECC71;
}
.btn.success.active, .btn.success:focus, .btn.success:hover {
  color: white !important;
  background-color: #25a25a !important;
  border-color: #25a25a !important;
}
.btn.success:focus, .btn.success:active {
  -webkit-box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important;
}
.btn.success.outline {
  border-width: 2px;
}
.btn.success.outline:hover {
  color: white !important;
  border-color: #2ECC71 !important;
  background-color: #2ECC71 !important;
}
.btn.success.outline:focus, .btn.success.outline:active {
  background-color: #1b7943 !important;
}
.btn.success.active, .btn.success:focus, .btn.success:hover {
  color: white !important;
  background-color: #25a25a !important;
  border-color: #25a25a !important;
}
.btn.success:focus, .btn.success:active {
  -webkit-box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important;
}
.btn.success.outline {
  border-width: 2px;
}
.btn.success.outline:hover {
  color: white !important;
  border-color: #2ECC71 !important;
  background-color: #2ECC71 !important;
}
.btn.success.outline:focus, .btn.success.outline:active {
  background-color: #1b7943 !important;
}

.btn.success.outline {
  color: #2ECC71 !important;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.success.outline:focus {
  color: white !important;
  border-color: #25a25a !important;
}

.btn.info {
  border: 1px solid #17a2b8;
  color: white !important;
  background-color: #17a2b8;
}
.btn.info.active, .btn.info:focus, .btn.info:hover {
  color: white !important;
  background-color: #117a8b !important;
  border-color: #117a8b !important;
}
.btn.info:focus, .btn.info:active {
  -webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important;
}
.btn.info.outline {
  border-width: 2px;
}
.btn.info.outline:hover {
  color: white !important;
  border-color: #17a2b8 !important;
  background-color: #17a2b8 !important;
}
.btn.info.outline:focus, .btn.info.outline:active {
  background-color: #0c525d !important;
}
.btn.info.active, .btn.info:focus, .btn.info:hover {
  color: white !important;
  background-color: #117a8b !important;
  border-color: #117a8b !important;
}
.btn.info:focus, .btn.info:active {
  -webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important;
}
.btn.info.outline {
  border-width: 2px;
}
.btn.info.outline:hover {
  color: white !important;
  border-color: #17a2b8 !important;
  background-color: #17a2b8 !important;
}
.btn.info.outline:focus, .btn.info.outline:active {
  background-color: #0c525d !important;
}

.btn.info.outline {
  color: #17a2b8 !important;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.info.outline:focus {
  color: white !important;
  border-color: #117a8b !important;
}

.btn.warning {
  border: 1px solid #F3BB45;
  color: white !important;
  background-color: #F3BB45;
}
.btn.warning.active, .btn.warning:focus, .btn.warning:hover {
  color: white !important;
  background-color: #f0a915 !important;
  border-color: #f0a915 !important;
}
.btn.warning:focus, .btn.warning:active {
  -webkit-box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important;
}
.btn.warning.outline {
  border-width: 2px;
}
.btn.warning.outline:hover {
  color: white !important;
  border-color: #F3BB45 !important;
  background-color: #F3BB45 !important;
}
.btn.warning.outline:focus, .btn.warning.outline:active {
  background-color: #c58a0d !important;
}
.btn.warning.active, .btn.warning:focus, .btn.warning:hover {
  color: white !important;
  background-color: #f0a915 !important;
  border-color: #f0a915 !important;
}
.btn.warning:focus, .btn.warning:active {
  -webkit-box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important;
}
.btn.warning.outline {
  border-width: 2px;
}
.btn.warning.outline:hover {
  color: white !important;
  border-color: #F3BB45 !important;
  background-color: #F3BB45 !important;
}
.btn.warning.outline:focus, .btn.warning.outline:active {
  background-color: #c58a0d !important;
}

.btn.warning.outline {
  color: #F3BB45 !important;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.warning.outline:focus {
  color: white !important;
  border-color: #f0a915 !important;
}

.btn.danger {
  border: 1px solid #E74C3C;
  color: white !important;
  background-color: #E74C3C;
}
.btn.danger.active, .btn.danger:focus, .btn.danger:hover {
  color: white !important;
  background-color: #d62c1a !important;
  border-color: #d62c1a !important;
}
.btn.danger:focus, .btn.danger:active {
  -webkit-box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important;
}
.btn.danger.outline {
  border-width: 2px;
}
.btn.danger.outline:hover {
  color: white !important;
  border-color: #E74C3C !important;
  background-color: #E74C3C !important;
}
.btn.danger.outline:focus, .btn.danger.outline:active {
  background-color: #a82315 !important;
}
.btn.danger.active, .btn.danger:focus, .btn.danger:hover {
  color: white !important;
  background-color: #d62c1a !important;
  border-color: #d62c1a !important;
}
.btn.danger:focus, .btn.danger:active {
  -webkit-box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important;
}
.btn.danger.outline {
  border-width: 2px;
}
.btn.danger.outline:hover {
  color: white !important;
  border-color: #E74C3C !important;
  background-color: #E74C3C !important;
}
.btn.danger.outline:focus, .btn.danger.outline:active {
  background-color: #a82315 !important;
}

.btn.danger.outline {
  color: #E74C3C !important;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.danger.outline:focus {
  color: white !important;
  border-color: #d62c1a !important;
}

.btn-lg {
  padding: 14px 30px !important;
  font-size: 20px;
}

.btn-sm {
  padding: 8px 15px !important;
  font-size: 14px;
}

.block {
  display: block !important;
  width: 100% !important;
}
.block + .block {
  margin-top: 5px;
}

.btn-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-group + .btn-group {
  margin-top: 5px;
}
.btn-group > .dropdown > .btn, .btn-group > .btn {
  margin: 0 !important;
  border-radius: 0;
}
.btn-group > .dropdown > .btn, .btn-group > .btn {
  position: relative;
}
.btn-group > .dropdown > .btn:hover, .btn-group > .dropdown > .btn:focus, .btn-group > .dropdown > .btn:active, .btn-group > .dropdown > .btn.active, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 1;
}
.btn-group > .dropdown:first-child > .btn, .btn-group > .btn:first-child {
  border-radius: 4px 0px 0px 4px;
}
.btn-group > .dropdown:last-child > .btn, .btn-group > .btn:last-child {
  border-radius: 0px 4px 4px 0px;
}
.btn-group.stacked-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-group.stacked-group > .dropdown > .btn, .btn-group.stacked-group > .btn {
  margin: 0 !important;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}
.btn-group.stacked-group > .dropdown:first-child > .btn, .btn-group.stacked-group > .btn:first-child {
  border-radius: 4px 4px 0px 0px;
}
.btn-group.stacked-group > .dropdown:last-child > .btn, .btn-group.stacked-group > .btn:last-child {
  border-radius: 0px 0 4px 4px;
}

.jumbotron {
  background-color: #f4f5f6;
  max-width: 1150px;
  width: 100%;
  padding: 100px 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

form {
  width: 100%;
}

.input {
  display: block;
  max-width: 100%;
  width: 100%;
  min-height: 45px;
  height: 45px;
  padding: 10px 10px;
  background-color: white;
  outline: none;
  border: 1px solid #d8dcdf;
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  border-radius: 4px;
}
.input:focus {
  border-color: #5b3ff9;
  -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5);
}
.input:focus ~ .append-icon i, .input:focus ~ .pre-append-icon i {
  color: #5b3ff9 !important;
}
.input.primary {
  border: 1px solid #5b3ff9;
}
.input.primary:focus {
  border-color: #5b3ff9;
  -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5);
}
.input.primary:focus ~ .append-icon i, .input.primary:focus ~ .pre-append-icon i {
  color: #5b3ff9 !important;
}
.input.secondary {
  border: 1px solid #363b4d;
}
.input.secondary:focus {
  border-color: #363b4d;
  -webkit-box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5);
          box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5);
}
.input.secondary:focus ~ .append-icon i, .input.secondary:focus ~ .pre-append-icon i {
  color: #363b4d !important;
}
.input.light {
  border: 1px solid #f4f5f6;
}
.input.light:focus {
  border-color: #f4f5f6;
  -webkit-box-shadow: 0 0 0 2px rgba(244, 245, 246, 0.5);
          box-shadow: 0 0 0 2px rgba(244, 245, 246, 0.5);
}
.input.light:focus ~ .append-icon i, .input.light:focus ~ .pre-append-icon i {
  color: #f4f5f6 !important;
}
.input.dark {
  border: 1px solid #1c1b19;
}
.input.dark:focus {
  border-color: #1c1b19;
  -webkit-box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5);
          box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5);
}
.input.dark:focus ~ .append-icon i, .input.dark:focus ~ .pre-append-icon i {
  color: #1c1b19 !important;
}
.input.gray {
  border: 1px solid gray;
}
.input.gray:focus {
  border-color: gray;
  -webkit-box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5);
          box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5);
}
.input.gray:focus ~ .append-icon i, .input.gray:focus ~ .pre-append-icon i {
  color: gray !important;
}
.input.white {
  border: 1px solid white;
}
.input.white:focus {
  border-color: white;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.input.white:focus ~ .append-icon i, .input.white:focus ~ .pre-append-icon i {
  color: white !important;
}
.input.success {
  border: 1px solid #2ECC71;
}
.input.success:focus {
  border-color: #2ECC71;
  -webkit-box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5);
          box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5);
}
.input.success:focus ~ .append-icon i, .input.success:focus ~ .pre-append-icon i {
  color: #2ECC71 !important;
}
.input.info {
  border: 1px solid #17a2b8;
}
.input.info:focus {
  border-color: #17a2b8;
  -webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}
.input.info:focus ~ .append-icon i, .input.info:focus ~ .pre-append-icon i {
  color: #17a2b8 !important;
}
.input.warning {
  border: 1px solid #F3BB45;
}
.input.warning:focus {
  border-color: #F3BB45;
  -webkit-box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5);
          box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5);
}
.input.warning:focus ~ .append-icon i, .input.warning:focus ~ .pre-append-icon i {
  color: #F3BB45 !important;
}
.input.danger {
  border: 1px solid #E74C3C;
}
.input.danger:focus {
  border-color: #E74C3C;
  -webkit-box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5);
          box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5);
}
.input.danger:focus ~ .append-icon i, .input.danger:focus ~ .pre-append-icon i {
  color: #E74C3C !important;
}
.input.muted {
  border: 1px solid #9E9E9E;
}
.input.muted:focus {
  border-color: #9E9E9E;
  -webkit-box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5);
          box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5);
}
.input.muted:focus ~ .append-icon i, .input.muted:focus ~ .pre-append-icon i {
  color: #9E9E9E !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 10px;
  appearance: none;
  position: relative;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
  background-clip: border-box;
}
select::-ms-expand {
  display: none;
}
select option:not([disabled]) {
  color: #1c1b19;
}
select option[disabled] {
  color: gray;
}
select[multiple] {
  overflow-y: auto;
  min-height: 125px;
  background-image: none !important;
}
select[multiple] option {
  padding: 5px;
}
select[multiple] option:checked {
  background: #5b3ff9 !important;
}
select[multiple]:checked {
  background: #5b3ff9 !important;
}
select.input {
  padding: 10px 8px;
}

textarea.input {
  min-height: 150px !important;
}

textarea {
  resize: vertical;
}

label {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.group {
  padding: 10px 0;
}
.group .message,
.group .success-message,
.group .error-message {
  display: block;
  font-size: 12px;
  padding-top: 4px;
  padding-left: 4px;
  font-weight: bold;
}
.group .error-message {
  color: #E74C3C;
}
.group .success-message {
  color: #2ECC71;
}
.group .is-primary .append-icon i,
.group .is-primary .pre-append-icon i, .group.is-primary .append-icon i,
.group.is-primary .pre-append-icon i {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: #5b3ff9;
}
.group .is-primary .input, .group.is-primary .input {
  background: rgba(91, 63, 249, 0.1);
  color: #310ef7 !important;
  border-color: #5b3ff9;
}
.group .is-primary .input:focus, .group.is-primary .input:focus {
  background: white;
  color: black !important;
}
.group .is-secondary .append-icon i,
.group .is-secondary .pre-append-icon i, .group.is-secondary .append-icon i,
.group.is-secondary .pre-append-icon i {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: #363b4d;
}
.group .is-secondary .input, .group.is-secondary .input {
  background: rgba(54, 59, 77, 0.1);
  color: #21242f !important;
  border-color: #363b4d;
}
.group .is-secondary .input:focus, .group.is-secondary .input:focus {
  background: white;
  color: black !important;
}
.group .is-light .append-icon i,
.group .is-light .pre-append-icon i, .group.is-light .append-icon i,
.group.is-light .pre-append-icon i {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: #f4f5f6;
}
.group .is-light .input, .group.is-light .input {
  background: rgba(244, 245, 246, 0.1);
  color: #d8dcdf !important;
  border-color: #f4f5f6;
}
.group .is-light .input:focus, .group.is-light .input:focus {
  background: white;
  color: black !important;
}
.group .is-dark .append-icon i,
.group .is-dark .pre-append-icon i, .group.is-dark .append-icon i,
.group.is-dark .pre-append-icon i {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: #1c1b19;
}
.group .is-dark .input, .group.is-dark .input {
  background: rgba(28, 27, 25, 0.1);
  color: #010101 !important;
  border-color: #1c1b19;
}
.group .is-dark .input:focus, .group.is-dark .input:focus {
  background: white;
  color: black !important;
}
.group .is-gray .append-icon i,
.group .is-gray .pre-append-icon i, .group.is-gray .append-icon i,
.group.is-gray .pre-append-icon i {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: gray;
}
.group .is-gray .input, .group.is-gray .input {
  background: rgba(128, 128, 128, 0.1);
  color: #676767 !important;
  border-color: gray;
}
.group .is-gray .input:focus, .group.is-gray .input:focus {
  background: white;
  color: black !important;
}
.group .is-white .append-icon i,
.group .is-white .pre-append-icon i, .group.is-white .append-icon i,
.group.is-white .pre-append-icon i {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: white;
}
.group .is-white .input, .group.is-white .input {
  background: rgba(255, 255, 255, 0.1);
  color: #e6e6e6 !important;
  border-color: white;
}
.group .is-white .input:focus, .group.is-white .input:focus {
  background: white;
  color: black !important;
}
.group .is-success .append-icon i,
.group .is-success .pre-append-icon i, .group.is-success .append-icon i,
.group.is-success .pre-append-icon i {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: #2ECC71;
}
.group .is-success .input, .group.is-success .input {
  background: rgba(46, 204, 113, 0.1);
  color: #25a25a !important;
  border-color: #2ECC71;
}
.group .is-success .input:focus, .group.is-success .input:focus {
  background: white;
  color: black !important;
}
.group .is-info .append-icon i,
.group .is-info .pre-append-icon i, .group.is-info .append-icon i,
.group.is-info .pre-append-icon i {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: #17a2b8;
}
.group .is-info .input, .group.is-info .input {
  background: rgba(23, 162, 184, 0.1);
  color: #117a8b !important;
  border-color: #17a2b8;
}
.group .is-info .input:focus, .group.is-info .input:focus {
  background: white;
  color: black !important;
}
.group .is-warning .append-icon i,
.group .is-warning .pre-append-icon i, .group.is-warning .append-icon i,
.group.is-warning .pre-append-icon i {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: #F3BB45;
}
.group .is-warning .input, .group.is-warning .input {
  background: rgba(243, 187, 69, 0.1);
  color: #f0a915 !important;
  border-color: #F3BB45;
}
.group .is-warning .input:focus, .group.is-warning .input:focus {
  background: white;
  color: black !important;
}
.group .is-danger .append-icon i,
.group .is-danger .pre-append-icon i, .group.is-danger .append-icon i,
.group.is-danger .pre-append-icon i {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: #E74C3C;
}
.group .is-danger .input, .group.is-danger .input {
  background: rgba(231, 76, 60, 0.1);
  color: #d62c1a !important;
  border-color: #E74C3C;
}
.group .is-danger .input:focus, .group.is-danger .input:focus {
  background: white;
  color: black !important;
}
.group .is-muted .append-icon i,
.group .is-muted .pre-append-icon i, .group.is-muted .append-icon i,
.group.is-muted .pre-append-icon i {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: #9E9E9E;
}
.group .is-muted .input, .group.is-muted .input {
  background: rgba(158, 158, 158, 0.1);
  color: #858585 !important;
  border-color: #9E9E9E;
}
.group .is-muted .input:focus, .group.is-muted .input:focus {
  background: white;
  color: black !important;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.input-group.input-addon {
  padding: 0 !important;
}
.input-group.input-addon .pre-append-icon {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
.input-group.input-addon .append-icon {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
.input-group.input-addon.input-addon-both input {
  padding-left: 40px;
  padding-right: 40px;
}
.input-group.input-addon.input-addon-left input {
  padding-left: 40px;
}
.input-group.input-addon.input-addon-right input {
  padding-right: 40px;
}

.radio-group,
.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.radio-group label,
.checkbox-group label {
  margin: 0;
  margin-left: 10px;
}

[type=radio],
[type=checkbox] {
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.custom-radio,
.custom-checkbox {
  position: relative;
  display: block;
}
.custom-radio input,
.custom-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-radio input:checked ~ label::before,
.custom-checkbox input:checked ~ label::before {
  color: #fff;
  background-color: #5b3ff9;
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
.custom-radio label,
.custom-checkbox label {
  margin-bottom: 0;
  padding-left: 25px;
}

.custom-checkbox {
  position: relative;
  display: block;
}
.custom-checkbox input:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox input:checked:focus ~ label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25);
}
.custom-checkbox label {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
.custom-checkbox label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
  border-radius: 4px;
}
.custom-checkbox label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-radio input:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio input:focus ~ label::before {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25);
}
.custom-radio label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
  border-radius: 50%;
}
.custom-radio label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.checkbox-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox-toggle label {
  margin: 0 !important;
}

.checkbox-toggle input[type=checkbox] {
  display: block;
  margin: 0 10px 0 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: #d8dcdf;
  width: 50px;
  height: 22px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.checkbox-toggle.rounded input[type=checkbox]:after,
.checkbox-toggle.rounded input[type=checkbox] {
  border-radius: 35px !important;
}

.checkbox-toggle input[type=checkbox]:after {
  content: attr(data-off);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  text-transform: uppercase;
  font-size: 12px;
  width: 50%;
  height: calc(100% - 4px);
  font-weight: bold;
  background-color: #fdfdfd;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: white;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.checkbox-toggle input[type=checkbox]:checked {
  background-color: #aeb5bd;
}

.checkbox-toggle.primary input[type=checkbox]:checked {
  background-color: #5b3ff9 !important;
}

.checkbox-toggle.primary input[type=checkbox]:checked:after {
  color: #5b3ff9 !important;
}

.checkbox-toggle.secondary input[type=checkbox]:checked {
  background-color: #363b4d !important;
}

.checkbox-toggle.secondary input[type=checkbox]:checked:after {
  color: #363b4d !important;
}

.checkbox-toggle.light input[type=checkbox]:checked {
  background-color: #f4f5f6 !important;
}

.checkbox-toggle.light input[type=checkbox]:checked:after {
  color: #f4f5f6 !important;
}

.checkbox-toggle.dark input[type=checkbox]:checked {
  background-color: #1c1b19 !important;
}

.checkbox-toggle.dark input[type=checkbox]:checked:after {
  color: #1c1b19 !important;
}

.checkbox-toggle.gray input[type=checkbox]:checked {
  background-color: gray !important;
}

.checkbox-toggle.gray input[type=checkbox]:checked:after {
  color: gray !important;
}

.checkbox-toggle.white input[type=checkbox]:checked {
  background-color: white !important;
}

.checkbox-toggle.white input[type=checkbox]:checked:after {
  color: white !important;
}

.checkbox-toggle.success input[type=checkbox]:checked {
  background-color: #2ECC71 !important;
}

.checkbox-toggle.success input[type=checkbox]:checked:after {
  color: #2ECC71 !important;
}

.checkbox-toggle.info input[type=checkbox]:checked {
  background-color: #17a2b8 !important;
}

.checkbox-toggle.info input[type=checkbox]:checked:after {
  color: #17a2b8 !important;
}

.checkbox-toggle.warning input[type=checkbox]:checked {
  background-color: #F3BB45 !important;
}

.checkbox-toggle.warning input[type=checkbox]:checked:after {
  color: #F3BB45 !important;
}

.checkbox-toggle.danger input[type=checkbox]:checked {
  background-color: #E74C3C !important;
}

.checkbox-toggle.danger input[type=checkbox]:checked:after {
  color: #E74C3C !important;
}

.checkbox-toggle.muted input[type=checkbox]:checked {
  background-color: #9E9E9E !important;
}

.checkbox-toggle.muted input[type=checkbox]:checked:after {
  color: #9E9E9E !important;
}

.checkbox-toggle input[type=checkbox]:checked:after {
  content: attr(data-on);
  left: calc(50% - 2px);
}

.dropdown {
  position: relative;
}
.dropdown:hover > .dropdown-menu, .dropdown.menu-showing > .dropdown-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.dropdown li {
  list-style: none;
  margin: 0;
}
.dropdown.btn > .dropdown-menu {
  top: 100% !important;
}
.dropdown > .dropdown-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1);
          box-shadow: 0 2px 4px 0 rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1);
  padding: 5px 0;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap;
  -webkit-animation: dropdown 0.22s forwards ease-in-out;
          animation: dropdown 0.22s forwards ease-in-out;
  z-index: 1000;
  border-radius: 4px;
}
.dropdown > .dropdown-menu .dropdown-group {
  border-bottom: 1px solid #e9ecef;
}
.dropdown > .dropdown-menu .dropdown-group .dropdown-title {
  display: block;
  color: #363b4d;
  font-weight: bold;
  border-bottom: 1px solid #e9ecef;
  text-align: left;
  white-space: nowrap;
  padding: 10px 15px;
}
.dropdown > .dropdown-menu .dropdown-group .inner-dropdown > a, .dropdown > .dropdown-menu .dropdown-group > li > a, .dropdown > .dropdown-menu .dropdown-group > a {
  padding-left: 25px !important;
}
.dropdown > .dropdown-menu .dropdown-divider {
  height: 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown > .dropdown-menu a {
  display: block;
  color: #333;
  text-align: left;
  padding: 10px 15px;
}
.dropdown > .dropdown-menu a.active, .dropdown > .dropdown-menu a.is-active, .dropdown > .dropdown-menu a:hover {
  color: white;
  background: #5b3ff9;
}
.dropdown > .dropdown-menu .menu-hiding {
  -webkit-animation: dropdownHiding 0.22s forwards ease-in-out;
          animation: dropdownHiding 0.22s forwards ease-in-out;
}
.dropdown > .dropdown-menu .inner-dropdown .dropdown-menu {
  top: 0;
  -webkit-animation: dropdownInner 0.22s forwards ease-in-out;
          animation: dropdownInner 0.22s forwards ease-in-out;
  margin-top: 0 !important;
}
.dropdown > .dropdown-menu .inner-dropdown.dropdown-right > .dropdown-menu {
  left: 100%;
}
.dropdown > .dropdown-menu .inner-dropdown.dropdown-left > .dropdown-menu {
  left: -100%;
}
@media (max-width: 768px) {
  .dropdown > .dropdown-menu .inner-dropdown .dropdown-menu {
    top: 100% !important;
  }
  .dropdown > .dropdown-menu .inner-dropdown.dropdown-right > .dropdown-menu {
    left: 0 !important;
  }
  .dropdown > .dropdown-menu .inner-dropdown.dropdown-left > .dropdown-menu {
    left: 0 !important;
  }
}
.dropdown.dropdown-bigger {
  position: static;
}
.dropdown.dropdown-bigger > .dropdown-menu {
  left: 0 !important;
  width: 100%;
  min-width: auto !important;
  max-width: 100% !important;
}
.dropdown.dropdown-right > .dropdown-menu {
  right: 0;
}
.dropdown.dropdown-left > .dropdown-menu {
  left: 0;
}
.dropdown.carret:after, .dropdown > button:after, .dropdown > div:not(.dropdown-menu):after, .dropdown > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: 4px;
  content: " ";
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}

@-webkit-keyframes dropdown {
  0% {
    opacity: 0;
    top: 80%;
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}

@keyframes dropdown {
  0% {
    opacity: 0;
    top: 80%;
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}
@-webkit-keyframes dropdownInner {
  0% {
    opacity: 0;
    top: -10%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes dropdownInner {
  0% {
    opacity: 0;
    top: -10%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes dropdownHiding {
  0% {
    opacity: 0;
    top: 0;
  }
  100% {
    opacity: 1;
    top: -10%;
  }
}
@keyframes dropdownHiding {
  0% {
    opacity: 0;
    top: 0;
  }
  100% {
    opacity: 1;
    top: -10%;
  }
}
.card {
  position: relative;
  max-width: 100%;
  background-color: #fff;
  background-clip: border-box;
  word-wrap: break-word;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
}
.card .card-header {
  background-color: white;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card .card-header .card-title {
  margin: 0;
}
.card .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
  background-color: white;
}
.card .card-footer {
  background-color: white;
  padding: 10px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.equal-cards .card {
  height: 100%;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 20px;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 100%;
  margin: 0;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}

ul li,
ol li {
  margin-bottom: 5px;
}

blockquote {
  padding: 20px 30px;
  margin-left: 0;
  margin-right: 0;
  border-left: 4px solid #5b3ff9;
  background-color: #f9f9f9;
}

.table-fluid {
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
}
.table-fluid tr,
.table-fluid td,
.table-fluid table {
  white-space: nowrap;
}

table.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}
table.table td,
table.table th,
table.table td,
table.table th {
  padding: 10px 15px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
table.table thead {
  background-color: #f4f5f6;
}
table.table thead th {
  padding: 15px !important;
  font-weight: bold;
}
table.table th {
  font-weight: 500;
}
table.table tr {
  border-bottom: 1px solid #d8dcdf;
}

.table-striped tr:nth-child(even) {
  background-color: #f4f5f6;
}

.code-wrap {
  overflow-x: auto;
}
.code-wrap code {
  padding: 10px 15px;
}

code {
  background-color: #f4f5f6;
  color: #E74C3C;
  padding: 4px 8px;
  word-wrap: break-word;
  overflow-x: auto;
  line-height: 1.5;
  border-radius: 4px;
}

pre {
  font-size: 14px;
  padding: 10px 25px;
  background: #eee;
  overflow-y: hidden;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 15px;
  white-space: pre;
}

.alert {
  display: block;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.alert.dismissable {
  padding-right: 40px;
}
.alert .alert-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
}

.alert.primary {
  background: #5b3ff9;
  color: white;
}
.alert.primary .alert-close:hover {
  background: #310ef7;
  color: white;
}

.alert.secondary {
  background: #363b4d;
  color: white;
}
.alert.secondary .alert-close:hover {
  background: #21242f;
  color: white;
}

.alert.light {
  background: #f4f5f6;
  color: black;
}
.alert.light .alert-close:hover {
  background: #d8dcdf;
  color: black;
}

.alert.dark {
  background: #1c1b19;
  color: white;
}
.alert.dark .alert-close:hover {
  background: #010101;
  color: white;
}

.alert.gray {
  background: gray;
  color: white;
}
.alert.gray .alert-close:hover {
  background: #676767;
  color: white;
}

.alert.success {
  background: #2ECC71;
  color: white;
}
.alert.success .alert-close:hover {
  background: #25a25a;
  color: white;
}

.alert.info {
  background: #17a2b8;
  color: white;
}
.alert.info .alert-close:hover {
  background: #117a8b;
  color: white;
}

.alert.warning {
  background: #F3BB45;
  color: white;
}
.alert.warning .alert-close:hover {
  background: #f0a915;
  color: white;
}

.alert.danger {
  background: #E74C3C;
  color: white;
}
.alert.danger .alert-close:hover {
  background: #d62c1a;
  color: white;
}

.alert.muted {
  background: #9E9E9E;
  color: white;
}
.alert.muted .alert-close:hover {
  background: #858585;
  color: white;
}

.badge {
  display: inline-block;
  background-color: #f4f5f6;
  font-size: 16px;
  padding: 2px 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  border-radius: 4px;
}
.badge.badge-icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
}
.badge.badge-icon > * {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.badge-lg {
  font-size: 18px;
  padding: 2px 8px;
}
.badge-lg.badge-icon {
  width: 50px;
  height: 50px;
}

.badge-sm {
  font-size: 12px;
  padding: 2px 6px;
}
.badge-sm.badge-icon {
  width: 30px;
  height: 30px;
}

.badge.rounded {
  border-radius: 35px;
}

.badge.primary {
  background-color: #5b3ff9 !important;
  color: white;
}
.badge.primary > * {
  color: white;
}

.badge.primary.outline {
  background-color: transparent !important;
  color: #5b3ff9;
  border: 1px solid #5b3ff9;
}
.badge.primary.outline > * {
  color: #5b3ff9;
}

a.badge.primary:hover {
  background-color: #310ef7 !important;
  color: white;
}

a.badge.primary.outline:hover {
  background-color: #5b3ff9 !important;
  color: white !important;
}
a.badge.primary.outline:hover > * {
  color: white !important;
}

.badge.secondary {
  background-color: #363b4d !important;
  color: white;
}
.badge.secondary > * {
  color: white;
}

.badge.secondary.outline {
  background-color: transparent !important;
  color: #363b4d;
  border: 1px solid #363b4d;
}
.badge.secondary.outline > * {
  color: #363b4d;
}

a.badge.secondary:hover {
  background-color: #21242f !important;
  color: white;
}

a.badge.secondary.outline:hover {
  background-color: #363b4d !important;
  color: white !important;
}
a.badge.secondary.outline:hover > * {
  color: white !important;
}

.badge.light {
  background-color: #f4f5f6 !important;
  color: white;
}
.badge.light > * {
  color: white;
}

.badge.light.outline {
  background-color: transparent !important;
  color: #f4f5f6;
  border: 1px solid #f4f5f6;
}
.badge.light.outline > * {
  color: #f4f5f6;
}

a.badge.light:hover {
  background-color: #d8dcdf !important;
  color: white;
}

a.badge.light.outline:hover {
  background-color: #f4f5f6 !important;
  color: white !important;
}
a.badge.light.outline:hover > * {
  color: white !important;
}

.badge.dark {
  background-color: #1c1b19 !important;
  color: white;
}
.badge.dark > * {
  color: white;
}

.badge.dark.outline {
  background-color: transparent !important;
  color: #1c1b19;
  border: 1px solid #1c1b19;
}
.badge.dark.outline > * {
  color: #1c1b19;
}

a.badge.dark:hover {
  background-color: #010101 !important;
  color: white;
}

a.badge.dark.outline:hover {
  background-color: #1c1b19 !important;
  color: white !important;
}
a.badge.dark.outline:hover > * {
  color: white !important;
}

.badge.gray {
  background-color: gray !important;
  color: white;
}
.badge.gray > * {
  color: white;
}

.badge.gray.outline {
  background-color: transparent !important;
  color: gray;
  border: 1px solid gray;
}
.badge.gray.outline > * {
  color: gray;
}

a.badge.gray:hover {
  background-color: #676767 !important;
  color: white;
}

a.badge.gray.outline:hover {
  background-color: gray !important;
  color: white !important;
}
a.badge.gray.outline:hover > * {
  color: white !important;
}

.badge.white {
  background-color: white !important;
  color: white;
}
.badge.white > * {
  color: white;
}

.badge.white.outline {
  background-color: transparent !important;
  color: white;
  border: 1px solid white;
}
.badge.white.outline > * {
  color: white;
}

a.badge.white:hover {
  background-color: #e6e6e6 !important;
  color: white;
}

a.badge.white.outline:hover {
  background-color: white !important;
  color: white !important;
}
a.badge.white.outline:hover > * {
  color: white !important;
}

.badge.success {
  background-color: #2ECC71 !important;
  color: white;
}
.badge.success > * {
  color: white;
}

.badge.success.outline {
  background-color: transparent !important;
  color: #2ECC71;
  border: 1px solid #2ECC71;
}
.badge.success.outline > * {
  color: #2ECC71;
}

a.badge.success:hover {
  background-color: #25a25a !important;
  color: white;
}

a.badge.success.outline:hover {
  background-color: #2ECC71 !important;
  color: white !important;
}
a.badge.success.outline:hover > * {
  color: white !important;
}

.badge.info {
  background-color: #17a2b8 !important;
  color: white;
}
.badge.info > * {
  color: white;
}

.badge.info.outline {
  background-color: transparent !important;
  color: #17a2b8;
  border: 1px solid #17a2b8;
}
.badge.info.outline > * {
  color: #17a2b8;
}

a.badge.info:hover {
  background-color: #117a8b !important;
  color: white;
}

a.badge.info.outline:hover {
  background-color: #17a2b8 !important;
  color: white !important;
}
a.badge.info.outline:hover > * {
  color: white !important;
}

.badge.warning {
  background-color: #F3BB45 !important;
  color: white;
}
.badge.warning > * {
  color: white;
}

.badge.warning.outline {
  background-color: transparent !important;
  color: #F3BB45;
  border: 1px solid #F3BB45;
}
.badge.warning.outline > * {
  color: #F3BB45;
}

a.badge.warning:hover {
  background-color: #f0a915 !important;
  color: white;
}

a.badge.warning.outline:hover {
  background-color: #F3BB45 !important;
  color: white !important;
}
a.badge.warning.outline:hover > * {
  color: white !important;
}

.badge.danger {
  background-color: #E74C3C !important;
  color: white;
}
.badge.danger > * {
  color: white;
}

.badge.danger.outline {
  background-color: transparent !important;
  color: #E74C3C;
  border: 1px solid #E74C3C;
}
.badge.danger.outline > * {
  color: #E74C3C;
}

a.badge.danger:hover {
  background-color: #d62c1a !important;
  color: white;
}

a.badge.danger.outline:hover {
  background-color: #E74C3C !important;
  color: white !important;
}
a.badge.danger.outline:hover > * {
  color: white !important;
}

.badge.muted {
  background-color: #9E9E9E !important;
  color: white;
}
.badge.muted > * {
  color: white;
}

.badge.muted.outline {
  background-color: transparent !important;
  color: #9E9E9E;
  border: 1px solid #9E9E9E;
}
.badge.muted.outline > * {
  color: #9E9E9E;
}

a.badge.muted:hover {
  background-color: #858585 !important;
  color: white;
}

a.badge.muted.outline:hover {
  background-color: #9E9E9E !important;
  color: white !important;
}
a.badge.muted.outline:hover > * {
  color: white !important;
}

.modal {
  -webkit-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  padding: 80px 15px;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -10;
  overflow-x: hidden;
  opacity: 0;
  overflow-y: auto !important;
}
.modal .modal-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1350;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.modal-title {
  margin: 0;
  font-size: 20px;
}

.modal-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  border-bottom: 1px solid #e9ecef;
  padding: 10px 15px;
}
.modal-header .modal-close {
  padding: 10px;
  cursor: pointer;
}
.modal-header .modal-close:hover {
  opacity: 0.5;
}

.modal-container {
  display: none;
  max-width: 580px;
  width: 100%;
  height: auto;
  background: white;
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
.modal-container.modal-sm {
  max-width: 480px;
}
.modal-container.modal-md {
  max-width: 750px;
}
.modal-container.modal-lg {
  max-width: 1100px;
}
.modal-container .modal-body {
  padding: 15px;
}
.modal-container .modal-footer {
  padding: 10px 15px;
  background: white;
  border-top: 1px solid #e9ecef;
}

.modal.modal-show {
  opacity: 1 !important;
  z-index: 1250 !important;
  -webkit-animation: modalbg 1s ease-in forwards;
          animation: modalbg 1s ease-in forwards;
  pointer-events: initial !important;
}
.modal.modal-show .modal-container {
  display: block !important;
}
.modal.modal-show .modal-container.animation-added {
  -webkit-animation: animateUp 0.5s forwards;
          animation: animateUp 0.5s forwards;
}

.modal-exit {
  top: 0 !important;
  opacity: 0;
  z-index: -1;
}

@-webkit-keyframes modalbg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}

@keyframes modalbg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes animateUp {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes animateUp {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.tab-nav.default {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #d8dcdf;
}
.tab-nav.default .tab-link {
  outline: none;
  border: none;
  display: block;
  padding: 10px 15px 20px 15px;
  cursor: pointer;
  background: white;
  color: #1c1b19;
  position: relative;
}
.tab-nav.default .tab-link:hover {
  color: #5b3ff9;
}
.tab-nav.default .tab-link.active {
  color: #5b3ff9;
  background-color: white;
}
.tab-nav.default .tab-link.active:before, .tab-nav.default .tab-link.active:focus:before, .tab-nav.default .tab-link.active:hover:before {
  border-bottom: 11px solid #cacfd4;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 40%;
  bottom: 0;
  z-index: 1;
}
.tab-nav.default .tab-link.active:after, .tab-nav.default .tab-link.active:focus:after, .tab-nav.default .tab-link.active:hover:after {
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 40%;
  bottom: -1px;
  z-index: 1;
}

.tab-container {
  padding: 15px 0;
}

.tab-content {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}
.tab-content.active {
  display: block !important;
}
.tab-content .tab-close {
  cursor: pointer;
  opacity: 0.5;
  font-size: 16px;
}
.tab-content .tab-close:hover {
  opacity: 1;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.accordion {
  -webkit-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}

.accordion-container.default .accordion {
  padding: 15px;
  background-color: white;
  border: 1px solid #d8dcdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
}
.accordion-container.default .accordion:not(.active) {
  margin-bottom: 5px;
}
.accordion-container.default .accordion.active:after {
  color: white;
}
.accordion-container.default .active,
.accordion-container.default .accordion:hover {
  border-color: #5b3ff9;
  color: white;
  background: #5b3ff9;
}
.accordion-container.default .active:after,
.accordion-container.default .accordion:hover:after {
  color: white;
}
.accordion-container.default .accordion:after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  font-size: 20px;
  margin-left: 5px;
}
.accordion-container.default .active:after {
  content: "−";
}
.accordion-container.default .panel-box {
  border: 1px solid #d8dcdf;
  padding: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: white;
  border-radius: 4px;
}
.accordion-container .panel {
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  max-height: 0;
  overflow: hidden;
}

.breadcrumb {
  list-style: none;
  padding: 15px 20px;
  margin: 0;
  background-color: #f4f5f6;
}
.breadcrumb li {
  list-style: none;
  display: inline;
}
.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "";
  font-family: fontAwesome;
}
.breadcrumb.primary {
  background: #5b3ff9;
  color: white;
}
.breadcrumb.primary a {
  color: white;
}
.breadcrumb.primary li + li:before {
  color: white;
}
.breadcrumb.secondary {
  background: #363b4d;
  color: white;
}
.breadcrumb.secondary a {
  color: white;
}
.breadcrumb.secondary li + li:before {
  color: white;
}
.breadcrumb.light {
  background: #f4f5f6;
  color: black;
}
.breadcrumb.light a {
  color: white;
}
.breadcrumb.light li + li:before {
  color: black;
}
.breadcrumb.dark {
  background: #1c1b19;
  color: white;
}
.breadcrumb.dark a {
  color: white;
}
.breadcrumb.dark li + li:before {
  color: white;
}
.breadcrumb.gray {
  background: gray;
  color: white;
}
.breadcrumb.gray a {
  color: white;
}
.breadcrumb.gray li + li:before {
  color: white;
}
.breadcrumb.success {
  background: #2ECC71;
  color: white;
}
.breadcrumb.success a {
  color: white;
}
.breadcrumb.success li + li:before {
  color: white;
}
.breadcrumb.info {
  background: #17a2b8;
  color: white;
}
.breadcrumb.info a {
  color: white;
}
.breadcrumb.info li + li:before {
  color: white;
}
.breadcrumb.warning {
  background: #F3BB45;
  color: white;
}
.breadcrumb.warning a {
  color: white;
}
.breadcrumb.warning li + li:before {
  color: white;
}
.breadcrumb.danger {
  background: #E74C3C;
  color: white;
}
.breadcrumb.danger a {
  color: white;
}
.breadcrumb.danger li + li:before {
  color: white;
}
.breadcrumb.muted {
  background: #9E9E9E;
  color: white;
}
.breadcrumb.muted a {
  color: white;
}
.breadcrumb.muted li + li:before {
  color: white;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  overflow: hidden;
  font-size: 12px;
  background-color: #ccc;
  border-radius: 4px;
}
.progress .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .progress-bar.striped {
  background-image: -o-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-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: 16px 16px;
}
.progress .progress-bar.animated-stripe {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
.progress.primary .progress-bar {
  background-color: #5b3ff9 !important;
}
.progress.secondary .progress-bar {
  background-color: #363b4d !important;
}
.progress.light .progress-bar {
  background-color: #f4f5f6 !important;
}
.progress.dark .progress-bar {
  background-color: #1c1b19 !important;
}
.progress.gray .progress-bar {
  background-color: gray !important;
}
.progress.white .progress-bar {
  background-color: white !important;
}
.progress.success .progress-bar {
  background-color: #2ECC71 !important;
}
.progress.info .progress-bar {
  background-color: #17a2b8 !important;
}
.progress.warning .progress-bar {
  background-color: #F3BB45 !important;
}
.progress.danger .progress-bar {
  background-color: #E74C3C !important;
}
.progress.muted .progress-bar {
  background-color: #9E9E9E !important;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 0 16px;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 0 16px;
  }
  100% {
    background-position: 0 0;
  }
}
[data-tip] {
  position: relative;
}
[data-tip].tooltip-active::before, [data-tip].tooltip-active::after, [data-tip]:focus::before, [data-tip]:focus::after, [data-tip]:hover::before, [data-tip]:hover::after {
  visibility: visible;
  margin-top: 0 !important;
}

[data-tip]::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1c1b19 transparent transparent transparent;
  z-index: 100;
  margin-top: 10px;
}

[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  top: -6px;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-100%);
      -ms-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  background: #1c1b19;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  min-width: 150px;
  pointer-events: none;
  margin-top: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
}

[data-tip]::before,
[data-tip]::after {
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

[data-tip-position=left]::before {
  left: 0%;
  top: 50%;
  margin-left: -12px;
  -webkit-transform: translatey(-50%) rotate(-90deg);
      -ms-transform: translatey(-50%) rotate(-90deg);
          transform: translatey(-50%) rotate(-90deg);
}

[data-tip-position=top]::before {
  left: 50%;
}

[data-tip-position=bottom]::before {
  top: 100%;
  margin-top: 8px;
  -webkit-transform: translateX(-50%) translateY(-100%) rotate(-180deg);
      -ms-transform: translateX(-50%) translateY(-100%) rotate(-180deg);
          transform: translateX(-50%) translateY(-100%) rotate(-180deg);
}

[data-tip-position=right]::before {
  left: 100%;
  top: 50%;
  margin-left: 1px;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

[data-tip-position=left]::after {
  left: 0%;
  top: 50%;
  margin-left: -8px;
  -webkit-transform: translateX(-100%) translateY(-50%);
      -ms-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
}

[data-tip-position=top]::after {
  left: 50%;
}

[data-tip-position=bottom]::after {
  top: 100%;
  margin-top: 8px;
  -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
}

[data-tip-position=right]::after {
  left: 100%;
  top: 50%;
  margin-left: 8px;
  -webkit-transform: translateX(0%) translateY(-50%);
      -ms-transform: translateX(0%) translateY(-50%);
          transform: translateX(0%) translateY(-50%);
}

.chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #f4f5f6;
  border-radius: 35px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 90%;
  height: 30px;
  margin: 2px;
  text-decoration: none;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  padding: 5px 10px;
}
.chip.dismissable {
  padding: 5px 4px 5px 8px !important;
}
.chip.with-avatar {
  padding: 5px 10px 5px 0 !important;
}
.chip.with-avatar.dismissable {
  padding: 5px 4px 5px 0 !important;
}
.chip.with-avatar.avatar-zoomed {
  margin: 8px 2px 8px 9px;
}
.chip.with-avatar.avatar-zoomed .chip-img {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  font-size: 80%;
  margin-right: 10px;
}
.chip .btn-clear-chip {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  background: white;
  min-width: 25px;
  min-height: 25px;
  margin-left: 5px;
  color: #1c1b19;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
}
.chip .chip-img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 90%;
  font-weight: 500;
}
.chip.primary {
  background-color: #5b3ff9;
  color: white;
}
.chip.primary .chip-img {
  border: 2px solid white;
  background-color: #5b3ff9;
}
.chip.primary img.chip-img {
  border: 2px solid #5b3ff9;
}
.chip.primary .btn-clear-chip:hover {
  background: #310ef7;
  color: white;
}
.chip.secondary {
  background-color: #363b4d;
  color: white;
}
.chip.secondary .chip-img {
  border: 2px solid white;
  background-color: #363b4d;
}
.chip.secondary img.chip-img {
  border: 2px solid #363b4d;
}
.chip.secondary .btn-clear-chip:hover {
  background: #21242f;
  color: white;
}
.chip.light {
  background-color: #f4f5f6;
  color: white;
}
.chip.light .chip-img {
  border: 2px solid white;
  background-color: #f4f5f6;
}
.chip.light img.chip-img {
  border: 2px solid #f4f5f6;
}
.chip.light .btn-clear-chip:hover {
  background: #d8dcdf;
  color: white;
}
.chip.dark {
  background-color: #1c1b19;
  color: white;
}
.chip.dark .chip-img {
  border: 2px solid white;
  background-color: #1c1b19;
}
.chip.dark img.chip-img {
  border: 2px solid #1c1b19;
}
.chip.dark .btn-clear-chip:hover {
  background: #010101;
  color: white;
}
.chip.gray {
  background-color: gray;
  color: white;
}
.chip.gray .chip-img {
  border: 2px solid white;
  background-color: gray;
}
.chip.gray img.chip-img {
  border: 2px solid gray;
}
.chip.gray .btn-clear-chip:hover {
  background: #676767;
  color: white;
}
.chip.white {
  background-color: white;
  color: white;
}
.chip.white .chip-img {
  border: 2px solid white;
  background-color: white;
}
.chip.white img.chip-img {
  border: 2px solid white;
}
.chip.white .btn-clear-chip:hover {
  background: #e6e6e6;
  color: white;
}
.chip.success {
  background-color: #2ECC71;
  color: white;
}
.chip.success .chip-img {
  border: 2px solid white;
  background-color: #2ECC71;
}
.chip.success img.chip-img {
  border: 2px solid #2ECC71;
}
.chip.success .btn-clear-chip:hover {
  background: #25a25a;
  color: white;
}
.chip.info {
  background-color: #17a2b8;
  color: white;
}
.chip.info .chip-img {
  border: 2px solid white;
  background-color: #17a2b8;
}
.chip.info img.chip-img {
  border: 2px solid #17a2b8;
}
.chip.info .btn-clear-chip:hover {
  background: #117a8b;
  color: white;
}
.chip.warning {
  background-color: #F3BB45;
  color: white;
}
.chip.warning .chip-img {
  border: 2px solid white;
  background-color: #F3BB45;
}
.chip.warning img.chip-img {
  border: 2px solid #F3BB45;
}
.chip.warning .btn-clear-chip:hover {
  background: #f0a915;
  color: white;
}
.chip.danger {
  background-color: #E74C3C;
  color: white;
}
.chip.danger .chip-img {
  border: 2px solid white;
  background-color: #E74C3C;
}
.chip.danger img.chip-img {
  border: 2px solid #E74C3C;
}
.chip.danger .btn-clear-chip:hover {
  background: #d62c1a;
  color: white;
}
.chip.muted {
  background-color: #9E9E9E;
  color: white;
}
.chip.muted .chip-img {
  border: 2px solid white;
  background-color: #9E9E9E;
}
.chip.muted img.chip-img {
  border: 2px solid #9E9E9E;
}
.chip.muted .btn-clear-chip:hover {
  background: #858585;
  color: white;
}

[disabled] {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
  opacity: 0.5;
}

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

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

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

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

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

[class*=flex],
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix {
  clear: both;
  float: none !important;
}

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

.bg-secondary {
  background-color: #363b4d !important;
}

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

.bg-dark {
  background-color: #1c1b19 !important;
}

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

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

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

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

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

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

.bg-muted {
  background-color: #9E9E9E !important;
}

.bg-none {
  background: none !important;
}

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

.text-secondary {
  color: #363b4d !important;
}

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

.text-dark {
  color: #1c1b19 !important;
}

.text-gray {
  color: gray !important;
}

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

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

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

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

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

.text-muted {
  color: #9E9E9E !important;
}

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

.h-100 {
  height: 100%;
}

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

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

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

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

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

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

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

.p-1 {
  padding: 10px !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-5 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-6 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pr-6 {
  padding-right: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.px-7 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pr-7 {
  padding-right: 70px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-8 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.pr-8 {
  padding-right: 80px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.px-9 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pr-9 {
  padding-right: 90px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px-10 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pr-10 {
  padding-right: 100px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.mx-auto {
  margin: 0 auto !important;
}

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 10px !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-3 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-4 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx-5 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.my-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-6 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.my-7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mx-7 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mx-8 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.my-9 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mx-9 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.my-10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-10 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.display-1 {
  font-size: 80px;
}

.display-2 {
  font-size: 70px;
}

.display-3 {
  font-size: 60px;
}

.display-4 {
  font-size: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b-none {
  border: none !important;
}

.bt-none {
  border-top: none !important;
}

.bb-none {
  border-bottom: none !important;
}

.bl-none {
  border-left: none !important;
}

.br-none {
  border-right: none !important;
}

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

.shadow {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.shadow:hover {
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}

.shadow-1 {
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.shadow-1:hover {
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19);
          box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19);
}

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

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

.img-fluid {
  width: 100%;
}

.img-rounded {
  border-radius: 5px;
}

.img-circle {
  border-radius: 50%;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.rounded {
  border-radius: 40px !important;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

@media (min-width: 590px) {
  .d-none-sm {
    display: none !important;
  }

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

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

  .d-flex-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .fj-baseline-sm {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }

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

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

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

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

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

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

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

  .display-1-sm {
    font-size: 80px;
  }

  .display-2-sm {
    font-size: 70px;
  }

  .display-3-sm {
    font-size: 60px;
  }

  .display-4-sm {
    font-size: 50px;
  }

  .h1-sm {
    font-size: 46px;
  }

  .h2-sm {
    font-size: 36px;
  }

  .h3-sm {
    font-size: 28px;
  }

  .h4-sm {
    font-size: 22px;
  }

  .h5-sm {
    font-size: 18px;
  }

  .h6-sm {
    font-size: 16px;
  }

  p-sm {
    font-size: 16px;
  }

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

  .px-0-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .py-0-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

  .p-1-sm {
    padding: 10px !important;
  }

  .py-1-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .px-1-sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pl-1-sm {
    padding-left: 10px !important;
  }

  .pr-1-sm {
    padding-right: 10px !important;
  }

  .pt-1-sm {
    padding-top: 10px !important;
  }

  .pb-1-sm {
    padding-bottom: 10px !important;
  }

  .p-2-sm {
    padding: 20px !important;
  }

  .py-2-sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .px-2-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pl-2-sm {
    padding-left: 20px !important;
  }

  .pr-2-sm {
    padding-right: 20px !important;
  }

  .pt-2-sm {
    padding-top: 20px !important;
  }

  .pb-2-sm {
    padding-bottom: 20px !important;
  }

  .p-3-sm {
    padding: 30px !important;
  }

  .py-3-sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .px-3-sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pl-3-sm {
    padding-left: 30px !important;
  }

  .pr-3-sm {
    padding-right: 30px !important;
  }

  .pt-3-sm {
    padding-top: 30px !important;
  }

  .pb-3-sm {
    padding-bottom: 30px !important;
  }

  .p-4-sm {
    padding: 40px !important;
  }

  .py-4-sm {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .px-4-sm {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pl-4-sm {
    padding-left: 40px !important;
  }

  .pr-4-sm {
    padding-right: 40px !important;
  }

  .pt-4-sm {
    padding-top: 40px !important;
  }

  .pb-4-sm {
    padding-bottom: 40px !important;
  }

  .p-5-sm {
    padding: 50px !important;
  }

  .py-5-sm {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .px-5-sm {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pl-5-sm {
    padding-left: 50px !important;
  }

  .pr-5-sm {
    padding-right: 50px !important;
  }

  .pt-5-sm {
    padding-top: 50px !important;
  }

  .pb-5-sm {
    padding-bottom: 50px !important;
  }

  .p-6-sm {
    padding: 60px !important;
  }

  .py-6-sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .px-6-sm {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .pl-6-sm {
    padding-left: 60px !important;
  }

  .pr-6-sm {
    padding-right: 60px !important;
  }

  .pt-6-sm {
    padding-top: 60px !important;
  }

  .pb-6-sm {
    padding-bottom: 60px !important;
  }

  .p-7-sm {
    padding: 70px !important;
  }

  .py-7-sm {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .px-7-sm {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pl-7-sm {
    padding-left: 70px !important;
  }

  .pr-7-sm {
    padding-right: 70px !important;
  }

  .pt-7-sm {
    padding-top: 70px !important;
  }

  .pb-7-sm {
    padding-bottom: 70px !important;
  }

  .p-8-sm {
    padding: 80px !important;
  }

  .py-8-sm {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .px-8-sm {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .pl-8-sm {
    padding-left: 80px !important;
  }

  .pr-8-sm {
    padding-right: 80px !important;
  }

  .pt-8-sm {
    padding-top: 80px !important;
  }

  .pb-8-sm {
    padding-bottom: 80px !important;
  }

  .p-9-sm {
    padding: 90px !important;
  }

  .py-9-sm {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .px-9-sm {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .pl-9-sm {
    padding-left: 90px !important;
  }

  .pr-9-sm {
    padding-right: 90px !important;
  }

  .pt-9-sm {
    padding-top: 90px !important;
  }

  .pb-9-sm {
    padding-bottom: 90px !important;
  }

  .p-10-sm {
    padding: 100px !important;
  }

  .py-10-sm {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .px-10-sm {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .pl-10-sm {
    padding-left: 100px !important;
  }

  .pr-10-sm {
    padding-right: 100px !important;
  }

  .pt-10-sm {
    padding-top: 100px !important;
  }

  .pb-10-sm {
    padding-bottom: 100px !important;
  }

  .mx-auto-sm {
    margin: 0 auto !important;
  }

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

  .mx-0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .my-0-sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

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

  .m-1-sm {
    margin: 10px !important;
  }

  .my-1-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mx-1-sm {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .ml-1-sm {
    margin-left: 10px !important;
  }

  .mr-1-sm {
    margin-right: 10px !important;
  }

  .mt-1-sm {
    margin-top: 10px !important;
  }

  .mb-1-sm {
    margin-bottom: 10px !important;
  }

  .m-2-sm {
    margin: 20px !important;
  }

  .my-2-sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mx-2-sm {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .ml-2-sm {
    margin-left: 20px !important;
  }

  .mr-2-sm {
    margin-right: 20px !important;
  }

  .mt-2-sm {
    margin-top: 20px !important;
  }

  .mb-2-sm {
    margin-bottom: 20px !important;
  }

  .m-3-sm {
    margin: 30px !important;
  }

  .my-3-sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mx-3-sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .ml-3-sm {
    margin-left: 30px !important;
  }

  .mr-3-sm {
    margin-right: 30px !important;
  }

  .mt-3-sm {
    margin-top: 30px !important;
  }

  .mb-3-sm {
    margin-bottom: 30px !important;
  }

  .m-4-sm {
    margin: 40px !important;
  }

  .my-4-sm {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mx-4-sm {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .ml-4-sm {
    margin-left: 40px !important;
  }

  .mr-4-sm {
    margin-right: 40px !important;
  }

  .mt-4-sm {
    margin-top: 40px !important;
  }

  .mb-4-sm {
    margin-bottom: 40px !important;
  }

  .m-5-sm {
    margin: 50px !important;
  }

  .my-5-sm {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mx-5-sm {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .ml-5-sm {
    margin-left: 50px !important;
  }

  .mr-5-sm {
    margin-right: 50px !important;
  }

  .mt-5-sm {
    margin-top: 50px !important;
  }

  .mb-5-sm {
    margin-bottom: 50px !important;
  }

  .m-6-sm {
    margin: 60px !important;
  }

  .my-6-sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mx-6-sm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .ml-6-sm {
    margin-left: 60px !important;
  }

  .mr-6-sm {
    margin-right: 60px !important;
  }

  .mt-6-sm {
    margin-top: 60px !important;
  }

  .mb-6-sm {
    margin-bottom: 60px !important;
  }

  .m-7-sm {
    margin: 70px !important;
  }

  .my-7-sm {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mx-7-sm {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .ml-7-sm {
    margin-left: 70px !important;
  }

  .mr-7-sm {
    margin-right: 70px !important;
  }

  .mt-7-sm {
    margin-top: 70px !important;
  }

  .mb-7-sm {
    margin-bottom: 70px !important;
  }

  .m-8-sm {
    margin: 80px !important;
  }

  .my-8-sm {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mx-8-sm {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .ml-8-sm {
    margin-left: 80px !important;
  }

  .mr-8-sm {
    margin-right: 80px !important;
  }

  .mt-8-sm {
    margin-top: 80px !important;
  }

  .mb-8-sm {
    margin-bottom: 80px !important;
  }

  .m-9-sm {
    margin: 90px !important;
  }

  .my-9-sm {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mx-9-sm {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .ml-9-sm {
    margin-left: 90px !important;
  }

  .mr-9-sm {
    margin-right: 90px !important;
  }

  .mt-9-sm {
    margin-top: 90px !important;
  }

  .mb-9-sm {
    margin-bottom: 90px !important;
  }

  .m-10-sm {
    margin: 100px !important;
  }

  .my-10-sm {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mx-10-sm {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .ml-10-sm {
    margin-left: 100px !important;
  }

  .mr-10-sm {
    margin-right: 100px !important;
  }

  .mt-10-sm {
    margin-top: 100px !important;
  }

  .mb-10-sm {
    margin-bottom: 100px !important;
  }

  .weight-100-sm {
    font-weight: 100 !important;
  }

  .weight-200-sm {
    font-weight: 200 !important;
  }

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

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

  .weight-500-sm {
    font-weight: 500 !important;
  }

  .weight-600-sm {
    font-weight: 600 !important;
  }

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

  .weight-800-sm {
    font-weight: 800 !important;
  }

  .weight-900-sm {
    font-weight: 900 !important;
  }
}
@media (min-width: 790px) {
  .d-none-md {
    display: none !important;
  }

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

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

  .d-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .fj-baseline-md {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }

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

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

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

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

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

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

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

  .display-1-md {
    font-size: 80px;
  }

  .display-2-md {
    font-size: 70px;
  }

  .display-3-md {
    font-size: 60px;
  }

  .display-4-md {
    font-size: 50px;
  }

  .h1-md {
    font-size: 46px;
  }

  .h2-md {
    font-size: 36px;
  }

  .h3-md {
    font-size: 28px;
  }

  .h4-md {
    font-size: 22px;
  }

  .h5-md {
    font-size: 18px;
  }

  .h6-md {
    font-size: 16px;
  }

  p-md {
    font-size: 16px;
  }

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

  .px-0-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .py-0-md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

  .p-1-md {
    padding: 10px !important;
  }

  .py-1-md {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .px-1-md {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pl-1-md {
    padding-left: 10px !important;
  }

  .pr-1-md {
    padding-right: 10px !important;
  }

  .pt-1-md {
    padding-top: 10px !important;
  }

  .pb-1-md {
    padding-bottom: 10px !important;
  }

  .p-2-md {
    padding: 20px !important;
  }

  .py-2-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .px-2-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pl-2-md {
    padding-left: 20px !important;
  }

  .pr-2-md {
    padding-right: 20px !important;
  }

  .pt-2-md {
    padding-top: 20px !important;
  }

  .pb-2-md {
    padding-bottom: 20px !important;
  }

  .p-3-md {
    padding: 30px !important;
  }

  .py-3-md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .px-3-md {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pl-3-md {
    padding-left: 30px !important;
  }

  .pr-3-md {
    padding-right: 30px !important;
  }

  .pt-3-md {
    padding-top: 30px !important;
  }

  .pb-3-md {
    padding-bottom: 30px !important;
  }

  .p-4-md {
    padding: 40px !important;
  }

  .py-4-md {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .px-4-md {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pl-4-md {
    padding-left: 40px !important;
  }

  .pr-4-md {
    padding-right: 40px !important;
  }

  .pt-4-md {
    padding-top: 40px !important;
  }

  .pb-4-md {
    padding-bottom: 40px !important;
  }

  .p-5-md {
    padding: 50px !important;
  }

  .py-5-md {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .px-5-md {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pl-5-md {
    padding-left: 50px !important;
  }

  .pr-5-md {
    padding-right: 50px !important;
  }

  .pt-5-md {
    padding-top: 50px !important;
  }

  .pb-5-md {
    padding-bottom: 50px !important;
  }

  .p-6-md {
    padding: 60px !important;
  }

  .py-6-md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .px-6-md {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .pl-6-md {
    padding-left: 60px !important;
  }

  .pr-6-md {
    padding-right: 60px !important;
  }

  .pt-6-md {
    padding-top: 60px !important;
  }

  .pb-6-md {
    padding-bottom: 60px !important;
  }

  .p-7-md {
    padding: 70px !important;
  }

  .py-7-md {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .px-7-md {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pl-7-md {
    padding-left: 70px !important;
  }

  .pr-7-md {
    padding-right: 70px !important;
  }

  .pt-7-md {
    padding-top: 70px !important;
  }

  .pb-7-md {
    padding-bottom: 70px !important;
  }

  .p-8-md {
    padding: 80px !important;
  }

  .py-8-md {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .px-8-md {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .pl-8-md {
    padding-left: 80px !important;
  }

  .pr-8-md {
    padding-right: 80px !important;
  }

  .pt-8-md {
    padding-top: 80px !important;
  }

  .pb-8-md {
    padding-bottom: 80px !important;
  }

  .p-9-md {
    padding: 90px !important;
  }

  .py-9-md {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .px-9-md {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .pl-9-md {
    padding-left: 90px !important;
  }

  .pr-9-md {
    padding-right: 90px !important;
  }

  .pt-9-md {
    padding-top: 90px !important;
  }

  .pb-9-md {
    padding-bottom: 90px !important;
  }

  .p-10-md {
    padding: 100px !important;
  }

  .py-10-md {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .px-10-md {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .pl-10-md {
    padding-left: 100px !important;
  }

  .pr-10-md {
    padding-right: 100px !important;
  }

  .pt-10-md {
    padding-top: 100px !important;
  }

  .pb-10-md {
    padding-bottom: 100px !important;
  }

  .mx-auto-md {
    margin: 0 auto !important;
  }

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

  .mx-0-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .my-0-md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

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

  .m-1-md {
    margin: 10px !important;
  }

  .my-1-md {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mx-1-md {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .ml-1-md {
    margin-left: 10px !important;
  }

  .mr-1-md {
    margin-right: 10px !important;
  }

  .mt-1-md {
    margin-top: 10px !important;
  }

  .mb-1-md {
    margin-bottom: 10px !important;
  }

  .m-2-md {
    margin: 20px !important;
  }

  .my-2-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mx-2-md {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .ml-2-md {
    margin-left: 20px !important;
  }

  .mr-2-md {
    margin-right: 20px !important;
  }

  .mt-2-md {
    margin-top: 20px !important;
  }

  .mb-2-md {
    margin-bottom: 20px !important;
  }

  .m-3-md {
    margin: 30px !important;
  }

  .my-3-md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mx-3-md {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .ml-3-md {
    margin-left: 30px !important;
  }

  .mr-3-md {
    margin-right: 30px !important;
  }

  .mt-3-md {
    margin-top: 30px !important;
  }

  .mb-3-md {
    margin-bottom: 30px !important;
  }

  .m-4-md {
    margin: 40px !important;
  }

  .my-4-md {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mx-4-md {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .ml-4-md {
    margin-left: 40px !important;
  }

  .mr-4-md {
    margin-right: 40px !important;
  }

  .mt-4-md {
    margin-top: 40px !important;
  }

  .mb-4-md {
    margin-bottom: 40px !important;
  }

  .m-5-md {
    margin: 50px !important;
  }

  .my-5-md {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mx-5-md {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .ml-5-md {
    margin-left: 50px !important;
  }

  .mr-5-md {
    margin-right: 50px !important;
  }

  .mt-5-md {
    margin-top: 50px !important;
  }

  .mb-5-md {
    margin-bottom: 50px !important;
  }

  .m-6-md {
    margin: 60px !important;
  }

  .my-6-md {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mx-6-md {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .ml-6-md {
    margin-left: 60px !important;
  }

  .mr-6-md {
    margin-right: 60px !important;
  }

  .mt-6-md {
    margin-top: 60px !important;
  }

  .mb-6-md {
    margin-bottom: 60px !important;
  }

  .m-7-md {
    margin: 70px !important;
  }

  .my-7-md {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mx-7-md {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .ml-7-md {
    margin-left: 70px !important;
  }

  .mr-7-md {
    margin-right: 70px !important;
  }

  .mt-7-md {
    margin-top: 70px !important;
  }

  .mb-7-md {
    margin-bottom: 70px !important;
  }

  .m-8-md {
    margin: 80px !important;
  }

  .my-8-md {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mx-8-md {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .ml-8-md {
    margin-left: 80px !important;
  }

  .mr-8-md {
    margin-right: 80px !important;
  }

  .mt-8-md {
    margin-top: 80px !important;
  }

  .mb-8-md {
    margin-bottom: 80px !important;
  }

  .m-9-md {
    margin: 90px !important;
  }

  .my-9-md {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mx-9-md {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .ml-9-md {
    margin-left: 90px !important;
  }

  .mr-9-md {
    margin-right: 90px !important;
  }

  .mt-9-md {
    margin-top: 90px !important;
  }

  .mb-9-md {
    margin-bottom: 90px !important;
  }

  .m-10-md {
    margin: 100px !important;
  }

  .my-10-md {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mx-10-md {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .ml-10-md {
    margin-left: 100px !important;
  }

  .mr-10-md {
    margin-right: 100px !important;
  }

  .mt-10-md {
    margin-top: 100px !important;
  }

  .mb-10-md {
    margin-bottom: 100px !important;
  }

  .weight-100-md {
    font-weight: 100 !important;
  }

  .weight-200-md {
    font-weight: 200 !important;
  }

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

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

  .weight-500-md {
    font-weight: 500 !important;
  }

  .weight-600-md {
    font-weight: 600 !important;
  }

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

  .weight-800-md {
    font-weight: 800 !important;
  }

  .weight-900-md {
    font-weight: 900 !important;
  }
}
@media (min-width: 1160px) {
  .d-none-lg {
    display: none !important;
  }

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

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

  .d-flex-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .fj-baseline-lg {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }

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

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

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

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

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

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

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

  .display-1-lg {
    font-size: 80px;
  }

  .display-2-lg {
    font-size: 70px;
  }

  .display-3-lg {
    font-size: 60px;
  }

  .display-4-lg {
    font-size: 50px;
  }

  .h1-lg {
    font-size: 46px;
  }

  .h2-lg {
    font-size: 36px;
  }

  .h3-lg {
    font-size: 28px;
  }

  .h4-lg {
    font-size: 22px;
  }

  .h5-lg {
    font-size: 18px;
  }

  .h6-lg {
    font-size: 16px;
  }

  p-lg {
    font-size: 16px;
  }

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

  .px-0-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .py-0-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

  .p-1-lg {
    padding: 10px !important;
  }

  .py-1-lg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .px-1-lg {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pl-1-lg {
    padding-left: 10px !important;
  }

  .pr-1-lg {
    padding-right: 10px !important;
  }

  .pt-1-lg {
    padding-top: 10px !important;
  }

  .pb-1-lg {
    padding-bottom: 10px !important;
  }

  .p-2-lg {
    padding: 20px !important;
  }

  .py-2-lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .px-2-lg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pl-2-lg {
    padding-left: 20px !important;
  }

  .pr-2-lg {
    padding-right: 20px !important;
  }

  .pt-2-lg {
    padding-top: 20px !important;
  }

  .pb-2-lg {
    padding-bottom: 20px !important;
  }

  .p-3-lg {
    padding: 30px !important;
  }

  .py-3-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .px-3-lg {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pl-3-lg {
    padding-left: 30px !important;
  }

  .pr-3-lg {
    padding-right: 30px !important;
  }

  .pt-3-lg {
    padding-top: 30px !important;
  }

  .pb-3-lg {
    padding-bottom: 30px !important;
  }

  .p-4-lg {
    padding: 40px !important;
  }

  .py-4-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .px-4-lg {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pl-4-lg {
    padding-left: 40px !important;
  }

  .pr-4-lg {
    padding-right: 40px !important;
  }

  .pt-4-lg {
    padding-top: 40px !important;
  }

  .pb-4-lg {
    padding-bottom: 40px !important;
  }

  .p-5-lg {
    padding: 50px !important;
  }

  .py-5-lg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .px-5-lg {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pl-5-lg {
    padding-left: 50px !important;
  }

  .pr-5-lg {
    padding-right: 50px !important;
  }

  .pt-5-lg {
    padding-top: 50px !important;
  }

  .pb-5-lg {
    padding-bottom: 50px !important;
  }

  .p-6-lg {
    padding: 60px !important;
  }

  .py-6-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .px-6-lg {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .pl-6-lg {
    padding-left: 60px !important;
  }

  .pr-6-lg {
    padding-right: 60px !important;
  }

  .pt-6-lg {
    padding-top: 60px !important;
  }

  .pb-6-lg {
    padding-bottom: 60px !important;
  }

  .p-7-lg {
    padding: 70px !important;
  }

  .py-7-lg {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .px-7-lg {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pl-7-lg {
    padding-left: 70px !important;
  }

  .pr-7-lg {
    padding-right: 70px !important;
  }

  .pt-7-lg {
    padding-top: 70px !important;
  }

  .pb-7-lg {
    padding-bottom: 70px !important;
  }

  .p-8-lg {
    padding: 80px !important;
  }

  .py-8-lg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .px-8-lg {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .pl-8-lg {
    padding-left: 80px !important;
  }

  .pr-8-lg {
    padding-right: 80px !important;
  }

  .pt-8-lg {
    padding-top: 80px !important;
  }

  .pb-8-lg {
    padding-bottom: 80px !important;
  }

  .p-9-lg {
    padding: 90px !important;
  }

  .py-9-lg {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .px-9-lg {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .pl-9-lg {
    padding-left: 90px !important;
  }

  .pr-9-lg {
    padding-right: 90px !important;
  }

  .pt-9-lg {
    padding-top: 90px !important;
  }

  .pb-9-lg {
    padding-bottom: 90px !important;
  }

  .p-10-lg {
    padding: 100px !important;
  }

  .py-10-lg {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .px-10-lg {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .pl-10-lg {
    padding-left: 100px !important;
  }

  .pr-10-lg {
    padding-right: 100px !important;
  }

  .pt-10-lg {
    padding-top: 100px !important;
  }

  .pb-10-lg {
    padding-bottom: 100px !important;
  }

  .mx-auto-lg {
    margin: 0 auto !important;
  }

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

  .mx-0-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .my-0-lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

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

  .m-1-lg {
    margin: 10px !important;
  }

  .my-1-lg {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mx-1-lg {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .ml-1-lg {
    margin-left: 10px !important;
  }

  .mr-1-lg {
    margin-right: 10px !important;
  }

  .mt-1-lg {
    margin-top: 10px !important;
  }

  .mb-1-lg {
    margin-bottom: 10px !important;
  }

  .m-2-lg {
    margin: 20px !important;
  }

  .my-2-lg {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mx-2-lg {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .ml-2-lg {
    margin-left: 20px !important;
  }

  .mr-2-lg {
    margin-right: 20px !important;
  }

  .mt-2-lg {
    margin-top: 20px !important;
  }

  .mb-2-lg {
    margin-bottom: 20px !important;
  }

  .m-3-lg {
    margin: 30px !important;
  }

  .my-3-lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mx-3-lg {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .ml-3-lg {
    margin-left: 30px !important;
  }

  .mr-3-lg {
    margin-right: 30px !important;
  }

  .mt-3-lg {
    margin-top: 30px !important;
  }

  .mb-3-lg {
    margin-bottom: 30px !important;
  }

  .m-4-lg {
    margin: 40px !important;
  }

  .my-4-lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mx-4-lg {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .ml-4-lg {
    margin-left: 40px !important;
  }

  .mr-4-lg {
    margin-right: 40px !important;
  }

  .mt-4-lg {
    margin-top: 40px !important;
  }

  .mb-4-lg {
    margin-bottom: 40px !important;
  }

  .m-5-lg {
    margin: 50px !important;
  }

  .my-5-lg {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mx-5-lg {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .ml-5-lg {
    margin-left: 50px !important;
  }

  .mr-5-lg {
    margin-right: 50px !important;
  }

  .mt-5-lg {
    margin-top: 50px !important;
  }

  .mb-5-lg {
    margin-bottom: 50px !important;
  }

  .m-6-lg {
    margin: 60px !important;
  }

  .my-6-lg {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mx-6-lg {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .ml-6-lg {
    margin-left: 60px !important;
  }

  .mr-6-lg {
    margin-right: 60px !important;
  }

  .mt-6-lg {
    margin-top: 60px !important;
  }

  .mb-6-lg {
    margin-bottom: 60px !important;
  }

  .m-7-lg {
    margin: 70px !important;
  }

  .my-7-lg {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mx-7-lg {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .ml-7-lg {
    margin-left: 70px !important;
  }

  .mr-7-lg {
    margin-right: 70px !important;
  }

  .mt-7-lg {
    margin-top: 70px !important;
  }

  .mb-7-lg {
    margin-bottom: 70px !important;
  }

  .m-8-lg {
    margin: 80px !important;
  }

  .my-8-lg {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mx-8-lg {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .ml-8-lg {
    margin-left: 80px !important;
  }

  .mr-8-lg {
    margin-right: 80px !important;
  }

  .mt-8-lg {
    margin-top: 80px !important;
  }

  .mb-8-lg {
    margin-bottom: 80px !important;
  }

  .m-9-lg {
    margin: 90px !important;
  }

  .my-9-lg {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mx-9-lg {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .ml-9-lg {
    margin-left: 90px !important;
  }

  .mr-9-lg {
    margin-right: 90px !important;
  }

  .mt-9-lg {
    margin-top: 90px !important;
  }

  .mb-9-lg {
    margin-bottom: 90px !important;
  }

  .m-10-lg {
    margin: 100px !important;
  }

  .my-10-lg {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mx-10-lg {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .ml-10-lg {
    margin-left: 100px !important;
  }

  .mr-10-lg {
    margin-right: 100px !important;
  }

  .mt-10-lg {
    margin-top: 100px !important;
  }

  .mb-10-lg {
    margin-bottom: 100px !important;
  }

  .weight-100-lg {
    font-weight: 100 !important;
  }

  .weight-200-lg {
    font-weight: 200 !important;
  }

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

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

  .weight-500-lg {
    font-weight: 500 !important;
  }

  .weight-600-lg {
    font-weight: 600 !important;
  }

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

  .weight-800-lg {
    font-weight: 800 !important;
  }

  .weight-900-lg {
    font-weight: 900 !important;
  }
}
@media (min-width: 1260px) {
  .d-none-xl {
    display: none !important;
  }

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

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

  .d-flex-xl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .fj-baseline-xl {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }

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

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

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

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

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

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

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

  .display-1-xl {
    font-size: 80px;
  }

  .display-2-xl {
    font-size: 70px;
  }

  .display-3-xl {
    font-size: 60px;
  }

  .display-4-xl {
    font-size: 50px;
  }

  .h1-xl {
    font-size: 46px;
  }

  .h2-xl {
    font-size: 36px;
  }

  .h3-xl {
    font-size: 28px;
  }

  .h4-xl {
    font-size: 22px;
  }

  .h5-xl {
    font-size: 18px;
  }

  .h6-xl {
    font-size: 16px;
  }

  p-xl {
    font-size: 16px;
  }

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

  .px-0-xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .py-0-xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

  .p-1-xl {
    padding: 10px !important;
  }

  .py-1-xl {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .px-1-xl {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pl-1-xl {
    padding-left: 10px !important;
  }

  .pr-1-xl {
    padding-right: 10px !important;
  }

  .pt-1-xl {
    padding-top: 10px !important;
  }

  .pb-1-xl {
    padding-bottom: 10px !important;
  }

  .p-2-xl {
    padding: 20px !important;
  }

  .py-2-xl {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .px-2-xl {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pl-2-xl {
    padding-left: 20px !important;
  }

  .pr-2-xl {
    padding-right: 20px !important;
  }

  .pt-2-xl {
    padding-top: 20px !important;
  }

  .pb-2-xl {
    padding-bottom: 20px !important;
  }

  .p-3-xl {
    padding: 30px !important;
  }

  .py-3-xl {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .px-3-xl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pl-3-xl {
    padding-left: 30px !important;
  }

  .pr-3-xl {
    padding-right: 30px !important;
  }

  .pt-3-xl {
    padding-top: 30px !important;
  }

  .pb-3-xl {
    padding-bottom: 30px !important;
  }

  .p-4-xl {
    padding: 40px !important;
  }

  .py-4-xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .px-4-xl {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pl-4-xl {
    padding-left: 40px !important;
  }

  .pr-4-xl {
    padding-right: 40px !important;
  }

  .pt-4-xl {
    padding-top: 40px !important;
  }

  .pb-4-xl {
    padding-bottom: 40px !important;
  }

  .p-5-xl {
    padding: 50px !important;
  }

  .py-5-xl {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .px-5-xl {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pl-5-xl {
    padding-left: 50px !important;
  }

  .pr-5-xl {
    padding-right: 50px !important;
  }

  .pt-5-xl {
    padding-top: 50px !important;
  }

  .pb-5-xl {
    padding-bottom: 50px !important;
  }

  .p-6-xl {
    padding: 60px !important;
  }

  .py-6-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .px-6-xl {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .pl-6-xl {
    padding-left: 60px !important;
  }

  .pr-6-xl {
    padding-right: 60px !important;
  }

  .pt-6-xl {
    padding-top: 60px !important;
  }

  .pb-6-xl {
    padding-bottom: 60px !important;
  }

  .p-7-xl {
    padding: 70px !important;
  }

  .py-7-xl {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .px-7-xl {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pl-7-xl {
    padding-left: 70px !important;
  }

  .pr-7-xl {
    padding-right: 70px !important;
  }

  .pt-7-xl {
    padding-top: 70px !important;
  }

  .pb-7-xl {
    padding-bottom: 70px !important;
  }

  .p-8-xl {
    padding: 80px !important;
  }

  .py-8-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .px-8-xl {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .pl-8-xl {
    padding-left: 80px !important;
  }

  .pr-8-xl {
    padding-right: 80px !important;
  }

  .pt-8-xl {
    padding-top: 80px !important;
  }

  .pb-8-xl {
    padding-bottom: 80px !important;
  }

  .p-9-xl {
    padding: 90px !important;
  }

  .py-9-xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .px-9-xl {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .pl-9-xl {
    padding-left: 90px !important;
  }

  .pr-9-xl {
    padding-right: 90px !important;
  }

  .pt-9-xl {
    padding-top: 90px !important;
  }

  .pb-9-xl {
    padding-bottom: 90px !important;
  }

  .p-10-xl {
    padding: 100px !important;
  }

  .py-10-xl {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .px-10-xl {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .pl-10-xl {
    padding-left: 100px !important;
  }

  .pr-10-xl {
    padding-right: 100px !important;
  }

  .pt-10-xl {
    padding-top: 100px !important;
  }

  .pb-10-xl {
    padding-bottom: 100px !important;
  }

  .mx-auto-xl {
    margin: 0 auto !important;
  }

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

  .mx-0-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .my-0-xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

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

  .m-1-xl {
    margin: 10px !important;
  }

  .my-1-xl {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mx-1-xl {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .ml-1-xl {
    margin-left: 10px !important;
  }

  .mr-1-xl {
    margin-right: 10px !important;
  }

  .mt-1-xl {
    margin-top: 10px !important;
  }

  .mb-1-xl {
    margin-bottom: 10px !important;
  }

  .m-2-xl {
    margin: 20px !important;
  }

  .my-2-xl {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mx-2-xl {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .ml-2-xl {
    margin-left: 20px !important;
  }

  .mr-2-xl {
    margin-right: 20px !important;
  }

  .mt-2-xl {
    margin-top: 20px !important;
  }

  .mb-2-xl {
    margin-bottom: 20px !important;
  }

  .m-3-xl {
    margin: 30px !important;
  }

  .my-3-xl {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mx-3-xl {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .ml-3-xl {
    margin-left: 30px !important;
  }

  .mr-3-xl {
    margin-right: 30px !important;
  }

  .mt-3-xl {
    margin-top: 30px !important;
  }

  .mb-3-xl {
    margin-bottom: 30px !important;
  }

  .m-4-xl {
    margin: 40px !important;
  }

  .my-4-xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mx-4-xl {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .ml-4-xl {
    margin-left: 40px !important;
  }

  .mr-4-xl {
    margin-right: 40px !important;
  }

  .mt-4-xl {
    margin-top: 40px !important;
  }

  .mb-4-xl {
    margin-bottom: 40px !important;
  }

  .m-5-xl {
    margin: 50px !important;
  }

  .my-5-xl {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mx-5-xl {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .ml-5-xl {
    margin-left: 50px !important;
  }

  .mr-5-xl {
    margin-right: 50px !important;
  }

  .mt-5-xl {
    margin-top: 50px !important;
  }

  .mb-5-xl {
    margin-bottom: 50px !important;
  }

  .m-6-xl {
    margin: 60px !important;
  }

  .my-6-xl {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mx-6-xl {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .ml-6-xl {
    margin-left: 60px !important;
  }

  .mr-6-xl {
    margin-right: 60px !important;
  }

  .mt-6-xl {
    margin-top: 60px !important;
  }

  .mb-6-xl {
    margin-bottom: 60px !important;
  }

  .m-7-xl {
    margin: 70px !important;
  }

  .my-7-xl {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mx-7-xl {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .ml-7-xl {
    margin-left: 70px !important;
  }

  .mr-7-xl {
    margin-right: 70px !important;
  }

  .mt-7-xl {
    margin-top: 70px !important;
  }

  .mb-7-xl {
    margin-bottom: 70px !important;
  }

  .m-8-xl {
    margin: 80px !important;
  }

  .my-8-xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mx-8-xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .ml-8-xl {
    margin-left: 80px !important;
  }

  .mr-8-xl {
    margin-right: 80px !important;
  }

  .mt-8-xl {
    margin-top: 80px !important;
  }

  .mb-8-xl {
    margin-bottom: 80px !important;
  }

  .m-9-xl {
    margin: 90px !important;
  }

  .my-9-xl {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mx-9-xl {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .ml-9-xl {
    margin-left: 90px !important;
  }

  .mr-9-xl {
    margin-right: 90px !important;
  }

  .mt-9-xl {
    margin-top: 90px !important;
  }

  .mb-9-xl {
    margin-bottom: 90px !important;
  }

  .m-10-xl {
    margin: 100px !important;
  }

  .my-10-xl {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mx-10-xl {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .ml-10-xl {
    margin-left: 100px !important;
  }

  .mr-10-xl {
    margin-right: 100px !important;
  }

  .mt-10-xl {
    margin-top: 100px !important;
  }

  .mb-10-xl {
    margin-bottom: 100px !important;
  }

  .weight-100-xl {
    font-weight: 100 !important;
  }

  .weight-200-xl {
    font-weight: 200 !important;
  }

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

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

  .weight-500-xl {
    font-weight: 500 !important;
  }

  .weight-600-xl {
    font-weight: 600 !important;
  }

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

  .weight-800-xl {
    font-weight: 800 !important;
  }

  .weight-900-xl {
    font-weight: 900 !important;
  }
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #5b3ff9;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.flat-tabs .tab-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flat-tabs .tab-nav .tab-link {
  outline: none;
  border: none;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  background: #5b3ff9;
  color: white;
  position: relative;
}
.flat-tabs .tab-nav .tab-link:hover, .flat-tabs .tab-nav .tab-link.active {
  background: #4626f8;
  -webkit-box-shadow: inset 0 -4px 0 0 #310ef7;
          box-shadow: inset 0 -4px 0 0 #310ef7;
}
.flat-tabs .tab-container {
  padding: 15px 0;
}
.flat-tabs .tab-content {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}
.flat-tabs .tab-content.active {
  display: block !important;
}
.flat-tabs .tab-content .tab-close {
  cursor: pointer;
  opacity: 0.5;
  font-size: 16px;
}
.flat-tabs .tab-content .tab-close:hover {
  opacity: 1;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Custom Css */
/* Breakpoints | Min Width */
/* Breakpoints | Max Width */
/*# sourceMappingURL=butterCake.min.css.map */