/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --gray-blue: #b8d5fb;
  --indigo: #674eec;
  --purple: #8445f7;
  --pink: #f953bc;
  --red: #c4183c;
  --orange: #fb7906;
  --yellow: #F9C847;
  --green: #1ee248;
  --teal: #1adba2;
  --cyan: #3FA8E7;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --new-primary: #8E2DE2;
  --secondary: #5A6169;
  --success: #1ee248;
  --info: #3FA8E7;
  --warning: #F9C847;
  --danger: #c4183c;
  --light: #e9ecef;
  --dark: #210048;
  --facebook: #4867AA;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*, *::before, *::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #210048;
  text-align: left;
  background-color: #fbf9fd; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 600; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #8E2DE2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
a:hover {
  color: #6718ab;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }
a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.1875rem; }

h2, .h2 {
  font-size: 1.75rem; }

h3, .h3 {
  font-size: 1.53125rem; }

h4, .h4 {
  font-size: 1.3125rem; }

h5, .h5 {
  font-size: 1.09375rem; }

h6, .h6 {
  font-size: 0.875rem; }

.lead {
  font-size: 1.09375rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small {
  font-size: 80%;
  font-weight: 400; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
.blockquote-footer::before {
  content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fbf9fd;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #868e96; }

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #f953bc;
  word-break: break-word; }
a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #210048;
  border-radius: 0.2rem; }
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600; }

pre {
  display: block;
  font-size: 87.5%;
  color: #210048; }
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
  border-top: 2px solid #dee2e6; }
.table .table {
  background-color: #fbf9fd; }

.table-sm th, .table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6; }
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-new-primary, .table-new-primary > th, .table-new-primary > td {
  background-color: #dfc4f7; }

.table-hover .table-new-primary:hover {
  background-color: #d3aef4; }
.table-hover .table-new-primary:hover > td, .table-hover .table-new-primary:hover > th {
  background-color: #d3aef4; }

.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d1d3d5; }

.table-hover .table-secondary:hover {
  background-color: #c4c6c9; }
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c4c6c9; }

.table-success, .table-success > th, .table-success > td {
  background-color: #c0f7cc; }

.table-hover .table-success:hover {
  background-color: #a9f4ba; }
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #a9f4ba; }

.table-info, .table-info > th, .table-info > td {
  background-color: #c9e7f8; }

.table-hover .table-info:hover {
  background-color: #b2ddf5; }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #b2ddf5; }

.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fdf0cb; }

.table-hover .table-warning:hover {
  background-color: #fce9b2; }
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #fce9b2; }

.table-danger, .table-danger > th, .table-danger > td {
  background-color: #eebec8; }

.table-hover .table-danger:hover {
  background-color: #e9aab7; }
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #e9aab7; }

.table-light, .table-light > th, .table-light > td {
  background-color: #f9fafb; }

.table-hover .table-light:hover {
  background-color: #eaedf1; }
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #eaedf1; }

.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c1b8cc; }

.table-hover .table-dark:hover {
  background-color: #b4a9c1; }
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b4a9c1; }

.table-facebook, .table-facebook > th, .table-facebook > td {
  background-color: #ccd4e7; }

.table-hover .table-facebook:hover {
  background-color: #bbc5df; }
.table-hover .table-facebook:hover > td, .table-hover .table-facebook:hover > th {
  background-color: #bbc5df; }

.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fbf9fd;
  background-color: #210048;
  border-color: #33006e; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fbf9fd;
  background-color: #210048; }
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #33006e; }
.table-dark.table-bordered {
  border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dededf;
  font-weight: normal;
  color: #000 !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }
.form-control:hover {
  border-color: #b2b3b4 !important; }
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b8d5fb !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::placeholder {
  color: #868e96;
  opacity: 1; }
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px); }
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.6484375rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.640625rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
  color: #868e96; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #1ee248; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(30, 226, 72, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1ee248; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1ee248;
  box-shadow: 0 0 0 0.2rem rgba(30, 226, 72, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1ee248; }
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1ee248; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #8ff1a4; }
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #4be86d; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fbf9fd, 0 0 0 0.2rem rgba(30, 226, 72, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1ee248; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(30, 226, 72, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #c4183c; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(196, 24, 60, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #c4183c; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #c4183c;
  box-shadow: 0 0 0 0.2rem rgba(196, 24, 60, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c4183c; }
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #c4183c; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ed6e89; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e52a51; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fbf9fd, 0 0 0 0.2rem rgba(196, 24, 60, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #c4183c; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(196, 24, 60, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
.form-inline .form-check {
  width: 100%; }
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group {
    width: auto; }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.btn:hover, .btn:focus {
  text-decoration: none; }
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.btn.disabled, .btn:disabled {
  opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none; }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-new-primary {
  color: #fff;
  background-color: #8E2DE2;
  border-color: #8E2DE2; }
.btn-new-primary:hover {
  color: #fff;
  background-color: #7b1ccd;
  border-color: #741bc1; }
.btn-new-primary:focus, .btn-new-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 45, 226, 0.5); }
.btn-new-primary.disabled, .btn-new-primary:disabled {
  color: #fff;
  background-color: #8E2DE2;
  border-color: #8E2DE2; }
.btn-new-primary:not(:disabled):not(.disabled):active, .btn-new-primary:not(:disabled):not(.disabled).active, .show > .btn-new-primary.dropdown-toggle {
  color: #fff;
  background-color: #741bc1;
  border-color: #6d19b6; }
.btn-new-primary:not(:disabled):not(.disabled):active:focus, .btn-new-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-new-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 45, 226, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #5A6169;
  border-color: #5A6169; }
.btn-secondary:hover {
  color: #fff;
  background-color: #484e54;
  border-color: #42484e; }
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 97, 105, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #5A6169;
  border-color: #5A6169; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #42484e;
  border-color: #3d4147; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 97, 105, 0.5); }

.btn-success {
  color: #fff;
  background-color: #1ee248;
  border-color: #1ee248; }
.btn-success:hover {
  color: #fff;
  background-color: #19c13d;
  border-color: #17b639; }
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 226, 72, 0.5); }
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1ee248;
  border-color: #1ee248; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #17b639;
  border-color: #16aa36; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 226, 72, 0.5); }

.btn-info {
  color: #fff;
  background-color: #3FA8E7;
  border-color: #3FA8E7; }
.btn-info:hover {
  color: #fff;
  background-color: #1d99e3;
  border-color: #1b91d8; }
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 168, 231, 0.5); }
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #3FA8E7;
  border-color: #3FA8E7; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1b91d8;
  border-color: #1a8acd; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 168, 231, 0.5); }

.btn-warning {
  color: #210048;
  background-color: #F9C847;
  border-color: #F9C847; }
.btn-warning:hover {
  color: #210048;
  background-color: #f8bd22;
  border-color: #f7b916; }
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 200, 71, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
  color: #210048;
  background-color: #F9C847;
  border-color: #F9C847; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #210048;
  background-color: #f7b916;
  border-color: #f7b609; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 200, 71, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #c4183c;
  border-color: #c4183c; }
.btn-danger:hover {
  color: #fff;
  background-color: #a21432;
  border-color: #97122e; }
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 24, 60, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #c4183c;
  border-color: #c4183c; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #97122e;
  border-color: #8b112b; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 24, 60, 0.5); }

.btn-light {
  color: #210048;
  background-color: #e9ecef;
  border-color: #e9ecef; }
.btn-light:hover {
  color: #210048;
  background-color: #d3d9df;
  border-color: #cbd3da; }
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5); }
.btn-light.disabled, .btn-light:disabled {
  color: #210048;
  background-color: #e9ecef;
  border-color: #e9ecef; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #210048;
  background-color: #cbd3da;
  border-color: #c4ccd4; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #210048;
  border-color: #210048; }
.btn-dark:hover {
  color: #fff;
  background-color: #0f0022;
  border-color: #0a0015; }
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 0, 72, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #210048;
  border-color: #210048; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a0015;
  border-color: #040008; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 0, 72, 0.5); }

.btn-facebook {
  color: #fff;
  background-color: #4867AA;
  border-color: #4867AA; }
.btn-facebook:hover {
  color: #fff;
  background-color: #3d578f;
  border-color: #395186; }
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 103, 170, 0.5); }
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #4867AA;
  border-color: #4867AA; }
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #395186;
  border-color: #354c7d; }
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 103, 170, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-new-primary {
  color: #8E2DE2;
  background-color: transparent;
  background-image: none;
  border-color: #8E2DE2; }
.btn-outline-new-primary:hover {
  color: #fff;
  background-color: #8E2DE2;
  border-color: #8E2DE2; }
.btn-outline-new-primary:focus, .btn-outline-new-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 45, 226, 0.5); }
.btn-outline-new-primary.disabled, .btn-outline-new-primary:disabled {
  color: #8E2DE2;
  background-color: transparent; }
.btn-outline-new-primary:not(:disabled):not(.disabled):active, .btn-outline-new-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-new-primary.dropdown-toggle {
  color: #fff;
  background-color: #8E2DE2;
  border-color: #8E2DE2; }
.btn-outline-new-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-new-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-new-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 45, 226, 0.5); }

.btn-outline-secondary {
  color: #5A6169;
  background-color: transparent;
  background-image: none;
  border-color: #5A6169; }
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #5A6169;
  border-color: #5A6169; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 97, 105, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #5A6169;
  background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5A6169;
  border-color: #5A6169; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 97, 105, 0.5); }

.btn-outline-success {
  color: #1ee248;
  background-color: transparent;
  background-image: none;
  border-color: #1ee248; }
.btn-outline-success:hover {
  color: #fff;
  background-color: #1ee248;
  border-color: #1ee248; }
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 226, 72, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1ee248;
  background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1ee248;
  border-color: #1ee248; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 226, 72, 0.5); }

.btn-outline-info {
  color: #3FA8E7;
  background-color: transparent;
  background-image: none;
  border-color: #3FA8E7; }
.btn-outline-info:hover {
  color: #fff;
  background-color: #3FA8E7;
  border-color: #3FA8E7; }
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 168, 231, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3FA8E7;
  background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3FA8E7;
  border-color: #3FA8E7; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 168, 231, 0.5); }

.btn-outline-warning {
  color: #F9C847;
  background-color: transparent;
  background-image: none;
  border-color: #F9C847; }
.btn-outline-warning:hover {
  color: #210048;
  background-color: #F9C847;
  border-color: #F9C847; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 200, 71, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F9C847;
  background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #210048;
  background-color: #F9C847;
  border-color: #F9C847; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 200, 71, 0.5); }

.btn-outline-danger {
  color: #c4183c;
  background-color: transparent;
  background-image: none;
  border-color: #c4183c; }
.btn-outline-danger:hover {
  color: #fff;
  background-color: #c4183c;
  border-color: #c4183c; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 24, 60, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #c4183c;
  background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #c4183c;
  border-color: #c4183c; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 24, 60, 0.5); }

.btn-outline-light {
  color: #e9ecef;
  background-color: transparent;
  background-image: none;
  border-color: #e9ecef; }
.btn-outline-light:hover {
  color: #210048;
  background-color: #e9ecef;
  border-color: #e9ecef; }
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e9ecef;
  background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #210048;
  background-color: #e9ecef;
  border-color: #e9ecef; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5); }

.btn-outline-dark {
  color: #210048;
  background-color: transparent;
  background-image: none;
  border-color: #210048; }
.btn-outline-dark:hover {
  color: #fff;
  background-color: #210048;
  border-color: #210048; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 0, 72, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #210048;
  background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #210048;
  border-color: #210048; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 0, 72, 0.5); }

.btn-outline-facebook {
  color: #4867AA;
  background-color: transparent;
  background-image: none;
  border-color: #4867AA; }
.btn-outline-facebook:hover {
  color: #fff;
  background-color: #4867AA;
  border-color: #4867AA; }
.btn-outline-facebook:focus, .btn-outline-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 103, 170, 0.5); }
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  color: #4867AA;
  background-color: transparent; }
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active, .show > .btn-outline-facebook.dropdown-toggle {
  color: #fff;
  background-color: #4867AA;
  border-color: #4867AA; }
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 103, 170, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.btn-blue:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }
.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-gray-blue {
  color: #210048;
  background-color: #b8d5fb;
  border-color: #b8d5fb; }
.btn-gray-blue:hover {
  color: #210048;
  background-color: #94c0f9;
  border-color: #88b8f8; }
.btn-gray-blue:focus, .btn-gray-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 213, 251, 0.5); }
.btn-gray-blue.disabled, .btn-gray-blue:disabled {
  color: #210048;
  background-color: #b8d5fb;
  border-color: #b8d5fb; }
.btn-gray-blue:not(:disabled):not(.disabled):active, .btn-gray-blue:not(:disabled):not(.disabled).active, .show > .btn-gray-blue.dropdown-toggle {
  color: #210048;
  background-color: #88b8f8;
  border-color: #7cb1f8; }
.btn-gray-blue:not(:disabled):not(.disabled):active:focus, .btn-gray-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 213, 251, 0.5); }

.btn-indigo {
  color: #fff;
  background-color: #674eec;
  border-color: #674eec; }
.btn-indigo:hover {
  color: #fff;
  background-color: #492be8;
  border-color: #3f20e7; }
.btn-indigo:focus, .btn-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 78, 236, 0.5); }
.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #674eec;
  border-color: #674eec; }
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #3f20e7;
  border-color: #3818e2; }
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 78, 236, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #8445f7;
  border-color: #8445f7; }
.btn-purple:hover {
  color: #fff;
  background-color: #6c20f5;
  border-color: #6414f5; }
.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 69, 247, 0.5); }
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #8445f7;
  border-color: #8445f7; }
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #6414f5;
  border-color: #5c0af2; }
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 69, 247, 0.5); }

.btn-pink {
  color: #fff;
  background-color: #f953bc;
  border-color: #f953bc; }
.btn-pink:hover {
  color: #fff;
  background-color: #f82eae;
  border-color: #f722a9; }
.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 83, 188, 0.5); }
.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #f953bc;
  border-color: #f953bc; }
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #f722a9;
  border-color: #f715a4; }
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 83, 188, 0.5); }

.btn-red {
  color: #fff;
  background-color: #c4183c;
  border-color: #c4183c; }
.btn-red:hover {
  color: #fff;
  background-color: #a21432;
  border-color: #97122e; }
.btn-red:focus, .btn-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 24, 60, 0.5); }
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #c4183c;
  border-color: #c4183c; }
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #97122e;
  border-color: #8b112b; }
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 24, 60, 0.5); }

.btn-orange {
  color: #fff;
  background-color: #fb7906;
  border-color: #fb7906; }
.btn-orange:hover {
  color: #fff;
  background-color: #d76703;
  border-color: #cb6103; }
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 121, 6, 0.5); }
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #fb7906;
  border-color: #fb7906; }
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #cb6103;
  border-color: #be5b03; }
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 121, 6, 0.5); }

.btn-yellow {
  color: #210048;
  background-color: #F9C847;
  border-color: #F9C847; }
.btn-yellow:hover {
  color: #210048;
  background-color: #f8bd22;
  border-color: #f7b916; }
.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 200, 71, 0.5); }
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #210048;
  background-color: #F9C847;
  border-color: #F9C847; }
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #210048;
  background-color: #f7b916;
  border-color: #f7b609; }
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 200, 71, 0.5); }

.btn-green {
  color: #fff;
  background-color: #1ee248;
  border-color: #1ee248; }
.btn-green:hover {
  color: #fff;
  background-color: #19c13d;
  border-color: #17b639; }
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 226, 72, 0.5); }
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #1ee248;
  border-color: #1ee248; }
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #17b639;
  border-color: #16aa36; }
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 226, 72, 0.5); }

.btn-teal {
  color: #210048;
  background-color: #1adba2;
  border-color: #1adba2; }
.btn-teal:hover {
  color: #fff;
  background-color: #16b989;
  border-color: #15ad80; }
.btn-teal:focus, .btn-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 219, 162, 0.5); }
.btn-teal.disabled, .btn-teal:disabled {
  color: #210048;
  background-color: #1adba2;
  border-color: #1adba2; }
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #15ad80;
  border-color: #13a278; }
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 219, 162, 0.5); }

.btn-cyan {
  color: #fff;
  background-color: #3FA8E7;
  border-color: #3FA8E7; }
.btn-cyan:hover {
  color: #fff;
  background-color: #1d99e3;
  border-color: #1b91d8; }
.btn-cyan:focus, .btn-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 168, 231, 0.5); }
.btn-cyan.disabled, .btn-cyan:disabled {
  color: #fff;
  background-color: #3FA8E7;
  border-color: #3FA8E7; }
.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #1b91d8;
  border-color: #1a8acd; }
.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 168, 231, 0.5); }

.btn-white {
  color: #210048;
  background-color: #fff;
  border-color: #fff; }
.btn-white:hover {
  color: #210048;
  background-color: #ececec;
  border-color: #e6e6e6; }
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
.btn-white.disabled, .btn-white:disabled {
  color: #210048;
  background-color: #fff;
  border-color: #fff; }
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #210048;
  background-color: #e6e6e6;
  border-color: #dfdfdf; }
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-gray {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
.btn-gray:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d; }
.btn-gray:focus, .btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76; }
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-gray-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
.btn-gray-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }
.btn-gray-dark:focus, .btn-gray-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }
.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-blue {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
.btn-outline-blue:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #007bff;
  background-color: transparent; }
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-gray-blue {
  color: #b8d5fb;
  background-color: transparent;
  background-image: none;
  border-color: #b8d5fb; }
.btn-outline-gray-blue:hover {
  color: #210048;
  background-color: #b8d5fb;
  border-color: #b8d5fb; }
.btn-outline-gray-blue:focus, .btn-outline-gray-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 213, 251, 0.5); }
.btn-outline-gray-blue.disabled, .btn-outline-gray-blue:disabled {
  color: #b8d5fb;
  background-color: transparent; }
.btn-outline-gray-blue:not(:disabled):not(.disabled):active, .btn-outline-gray-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-blue.dropdown-toggle {
  color: #210048;
  background-color: #b8d5fb;
  border-color: #b8d5fb; }
.btn-outline-gray-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 213, 251, 0.5); }

.btn-outline-indigo {
  color: #674eec;
  background-color: transparent;
  background-image: none;
  border-color: #674eec; }
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #674eec;
  border-color: #674eec; }
.btn-outline-indigo:focus, .btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 78, 236, 0.5); }
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #674eec;
  background-color: transparent; }
.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #674eec;
  border-color: #674eec; }
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 78, 236, 0.5); }

.btn-outline-purple {
  color: #8445f7;
  background-color: transparent;
  background-image: none;
  border-color: #8445f7; }
.btn-outline-purple:hover {
  color: #fff;
  background-color: #8445f7;
  border-color: #8445f7; }
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 69, 247, 0.5); }
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #8445f7;
  background-color: transparent; }
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #8445f7;
  border-color: #8445f7; }
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 69, 247, 0.5); }

.btn-outline-pink {
  color: #f953bc;
  background-color: transparent;
  background-image: none;
  border-color: #f953bc; }
.btn-outline-pink:hover {
  color: #fff;
  background-color: #f953bc;
  border-color: #f953bc; }
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 83, 188, 0.5); }
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #f953bc;
  background-color: transparent; }
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #f953bc;
  border-color: #f953bc; }
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 83, 188, 0.5); }

.btn-outline-red {
  color: #c4183c;
  background-color: transparent;
  background-image: none;
  border-color: #c4183c; }
.btn-outline-red:hover {
  color: #fff;
  background-color: #c4183c;
  border-color: #c4183c; }
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 24, 60, 0.5); }
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #c4183c;
  background-color: transparent; }
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #c4183c;
  border-color: #c4183c; }
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 24, 60, 0.5); }

.btn-outline-orange {
  color: #fb7906;
  background-color: transparent;
  background-image: none;
  border-color: #fb7906; }
.btn-outline-orange:hover {
  color: #fff;
  background-color: #fb7906;
  border-color: #fb7906; }
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 121, 6, 0.5); }
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #fb7906;
  background-color: transparent; }
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #fb7906;
  border-color: #fb7906; }
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 121, 6, 0.5); }

.btn-outline-yellow {
  color: #F9C847;
  background-color: transparent;
  background-image: none;
  border-color: #F9C847; }
.btn-outline-yellow:hover {
  color: #210048;
  background-color: #F9C847;
  border-color: #F9C847; }
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 200, 71, 0.5); }
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #F9C847;
  background-color: transparent; }
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #210048;
  background-color: #F9C847;
  border-color: #F9C847; }
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 200, 71, 0.5); }

.btn-outline-green {
  color: #1ee248;
  background-color: transparent;
  background-image: none;
  border-color: #1ee248; }
.btn-outline-green:hover {
  color: #fff;
  background-color: #1ee248;
  border-color: #1ee248; }
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 226, 72, 0.5); }
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #1ee248;
  background-color: transparent; }
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #1ee248;
  border-color: #1ee248; }
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 226, 72, 0.5); }

.btn-outline-teal {
  color: #1adba2;
  background-color: transparent;
  background-image: none;
  border-color: #1adba2; }
.btn-outline-teal:hover {
  color: #210048;
  background-color: #1adba2;
  border-color: #1adba2; }
.btn-outline-teal:focus, .btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 219, 162, 0.5); }
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #1adba2;
  background-color: transparent; }
.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
  color: #210048;
  background-color: #1adba2;
  border-color: #1adba2; }
.btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 219, 162, 0.5); }

.btn-outline-cyan {
  color: #3FA8E7;
  background-color: transparent;
  background-image: none;
  border-color: #3FA8E7; }
.btn-outline-cyan:hover {
  color: #fff;
  background-color: #3FA8E7;
  border-color: #3FA8E7; }
.btn-outline-cyan:focus, .btn-outline-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 168, 231, 0.5); }
.btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
  color: #3FA8E7;
  background-color: transparent; }
.btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active, .show > .btn-outline-cyan.dropdown-toggle {
  color: #fff;
  background-color: #3FA8E7;
  border-color: #3FA8E7; }
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 168, 231, 0.5); }

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }
.btn-outline-white:hover {
  color: #210048;
  background-color: #fff;
  border-color: #fff; }
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent; }
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #210048;
  background-color: #fff;
  border-color: #fff; }
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-gray {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }
.btn-outline-gray:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #868e96;
  background-color: transparent; }
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-outline-gray-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
.btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
  color: #343a40;
  background-color: transparent; }
.btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #8E2DE2;
  background-color: transparent; }
.btn-link:hover {
  color: #6718ab;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
  color: #868e96; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-round {
  border-radius: 100px; }

.btn-block {
  display: block;
  width: 100%; }
.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.btn-white {
  border-color: #dededf !important; }

.btn-wide {
  padding: 0.375rem 1.5rem; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
.fade.show {
  opacity: 1; }

.collapse {
  display: none; }
.collapse.show, .collapse.in {
  display: block; }

tr.collapse.show, tr.collapse.in {
  display: table-row; }

tbody.collapse.show, tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #210048;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #210048;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
  color: #15002f;
  text-decoration: none;
  background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #868e96;
  white-space: nowrap; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto; }
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1; }
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
.dropdown-toggle-split::after {
  margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
  z-index: 3; }
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px; }
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.input-group > .custom-file {
  display: flex;
  align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-prepend, .input-group-append {
  display: flex; }
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2; }
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dededf;
  border-radius: 0.25rem; }
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 35px;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fbf9fd, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }
.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96; }
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6; }
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #dededf;
  border-radius: 0.25rem;
  appearance: none; }
.custom-select:focus {
  border-color: #b8d5fb;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(184, 213, 251, 0.5); }
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef; }
.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: calc(1.6484375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.640625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  opacity: 0; }
.custom-file-input:focus ~ .custom-file-control {
  border-color: #b8d5fb;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #b8d5fb; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #dededf;
  border-radius: 0.25rem; }
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.0625rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #dededf;
  border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
  text-decoration: none; }
.nav-link.disabled {
  color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
  margin-bottom: -1px; }
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent; }
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fbf9fd;
  border-color: #dee2e6 #dee2e6 #fbf9fd; }
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }
.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }
.navbar-expand .navbar-nav {
  flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto; }
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto; }
.navbar-expand .navbar-toggler {
  display: none; }
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
  color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
.card > hr {
  margin-right: 0;
  margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
.card-deck .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
.card-group > .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap; }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0; }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0; }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0; }
  .card-group > .card:only-child {
    border-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #868e96; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8E2DE2;
  background-color: #fff;
  border: 1px solid #dee2e6; }
.page-link:hover {
  color: #6718ab;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc; }

.badge-new-primary {
  color: #fff;
  background-color: #8E2DE2; }
.badge-new-primary[href]:hover, .badge-new-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #741bc1; }

.badge-secondary {
  color: #fff;
  background-color: #5A6169; }
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #42484e; }

.badge-success {
  color: #fff;
  background-color: #1ee248; }
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #17b639; }

.badge-info {
  color: #fff;
  background-color: #3FA8E7; }
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1b91d8; }

.badge-warning {
  color: #210048;
  background-color: #F9C847; }
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #210048;
  text-decoration: none;
  background-color: #f7b916; }

.badge-danger {
  color: #fff;
  background-color: #c4183c; }
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #97122e; }

.badge-light {
  color: #210048;
  background-color: #e9ecef; }
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #210048;
  text-decoration: none;
  background-color: #cbd3da; }

.badge-dark {
  color: #fff;
  background-color: #210048; }
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a0015; }

.badge-facebook {
  color: #fff;
  background-color: #4867AA; }
.badge-facebook[href]:hover, .badge-facebook[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #395186; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 600; }

.alert-dismissible {
  padding-right: 3.8125rem; }
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
.alert-primary hr {
  border-top-color: #9fcdff; }
.alert-primary .alert-link {
  color: #002752; }

.alert-new-primary {
  color: #4a1776;
  background-color: #e8d5f9;
  border-color: #dfc4f7; }
.alert-new-primary hr {
  border-top-color: #d3aef4; }
.alert-new-primary .alert-link {
  color: #2f0f4b; }

.alert-secondary {
  color: #2f3237;
  background-color: #dedfe1;
  border-color: #d1d3d5; }
.alert-secondary hr {
  border-top-color: #c4c6c9; }
.alert-secondary .alert-link {
  color: #18191c; }

.alert-success {
  color: #107625;
  background-color: #d2f9da;
  border-color: #c0f7cc; }
.alert-success hr {
  border-top-color: #a9f4ba; }
.alert-success .alert-link {
  color: #0a4917; }

.alert-info {
  color: #215778;
  background-color: #d9eefa;
  border-color: #c9e7f8; }
.alert-info hr {
  border-top-color: #b2ddf5; }
.alert-info .alert-link {
  color: #163a50; }

.alert-warning {
  color: #816825;
  background-color: #fef4da;
  border-color: #fdf0cb; }
.alert-warning hr {
  border-top-color: #fce9b2; }
.alert-warning .alert-link {
  color: #59481a; }

.alert-danger {
  color: #660c1f;
  background-color: #f3d1d8;
  border-color: #eebec8; }
.alert-danger hr {
  border-top-color: #e9aab7; }
.alert-danger .alert-link {
  color: #380711; }

.alert-light {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb; }
.alert-light hr {
  border-top-color: #eaedf1; }
.alert-light .alert-link {
  color: #606162; }

.alert-dark {
  color: #110025;
  background-color: #d3ccda;
  border-color: #c1b8cc; }
.alert-dark hr {
  border-top-color: #b4a9c1; }
.alert-dark .alert-link {
  color: black; }

.alert-facebook {
  color: #253658;
  background-color: #dae1ee;
  border-color: #ccd4e7; }
.alert-facebook hr {
  border-top-color: #bbc5df; }
.alert-facebook .alert-link {
  color: #162034; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }
.list-group-item-action:active {
  color: #210048;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff; }
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff; }
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-new-primary {
  color: #4a1776;
  background-color: #dfc4f7; }
.list-group-item-new-primary.list-group-item-action:hover, .list-group-item-new-primary.list-group-item-action:focus {
  color: #4a1776;
  background-color: #d3aef4; }
.list-group-item-new-primary.list-group-item-action.active {
  color: #fff;
  background-color: #4a1776;
  border-color: #4a1776; }

.list-group-item-secondary {
  color: #2f3237;
  background-color: #d1d3d5; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #2f3237;
  background-color: #c4c6c9; }
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2f3237;
  border-color: #2f3237; }

.list-group-item-success {
  color: #107625;
  background-color: #c0f7cc; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #107625;
  background-color: #a9f4ba; }
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #107625;
  border-color: #107625; }

.list-group-item-info {
  color: #215778;
  background-color: #c9e7f8; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #215778;
  background-color: #b2ddf5; }
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #215778;
  border-color: #215778; }

.list-group-item-warning {
  color: #816825;
  background-color: #fdf0cb; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #816825;
  background-color: #fce9b2; }
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #816825;
  border-color: #816825; }

.list-group-item-danger {
  color: #660c1f;
  background-color: #eebec8; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #660c1f;
  background-color: #e9aab7; }
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #660c1f;
  border-color: #660c1f; }

.list-group-item-light {
  color: #797b7c;
  background-color: #f9fafb; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #797b7c;
  background-color: #eaedf1; }
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #797b7c;
  border-color: #797b7c; }

.list-group-item-dark {
  color: #110025;
  background-color: #c1b8cc; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #110025;
  background-color: #b4a9c1; }
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #110025;
  border-color: #110025; }

.list-group-item-facebook {
  color: #253658;
  background-color: #ccd4e7; }
.list-group-item-facebook.list-group-item-action:hover, .list-group-item-facebook.list-group-item-action:focus {
  color: #253658;
  background-color: #bbc5df; }
.list-group-item-facebook.list-group-item-action.active {
  color: #fff;
  background-color: #253658;
  border-color: #253658; }

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75; }
.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%); }
.modal.show .modal-dialog {
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
.modal-backdrop.fade {
  opacity: 0; }
.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
.modal-footer > :not(:first-child) {
  margin-left: .25rem; }
.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0; }
.tooltip.show {
  opacity: 0.9; }
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1); }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0; }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1); }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem; }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
  display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #210048; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block; }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); } }

.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%); }
@supports (transform-style: preserve-3d) {
  .carousel-item-next, .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); } }

.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%); }
@supports (transform-style: preserve-3d) {
  .carousel-item-prev, .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }
.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-new-primary {
  background-color: #8E2DE2 !important; }

a.bg-new-primary:hover, a.bg-new-primary:focus, button.bg-new-primary:hover, button.bg-new-primary:focus {
  background-color: #741bc1 !important; }

.bg-secondary {
  background-color: #5A6169 !important; }

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #42484e !important; }

.bg-success {
  background-color: #1ee248 !important; }

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #17b639 !important; }

.bg-info {
  background-color: #3FA8E7 !important; }

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #1b91d8 !important; }

.bg-warning {
  background-color: #F9C847 !important; }

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #f7b916 !important; }

.bg-danger {
  background-color: #c4183c !important; }

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #97122e !important; }

.bg-light {
  background-color: #e9ecef !important; }

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #cbd3da !important; }

.bg-dark {
  background-color: #210048 !important; }

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #0a0015 !important; }

.bg-facebook {
  background-color: #4867AA !important; }

a.bg-facebook:hover, a.bg-facebook:focus, button.bg-facebook:hover, button.bg-facebook:focus {
  background-color: #395186 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-new-primary {
  border-color: #8E2DE2 !important; }

.border-secondary {
  border-color: #5A6169 !important; }

.border-success {
  border-color: #1ee248 !important; }

.border-info {
  border-color: #3FA8E7 !important; }

.border-warning {
  border-color: #F9C847 !important; }

.border-danger {
  border-color: #c4183c !important; }

.border-light {
  border-color: #e9ecef !important; }

.border-dark {
  border-color: #210048 !important; }

.border-facebook {
  border-color: #4867AA !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
.embed-responsive::before {
  display: block;
  content: ""; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-10 {
  width: 10% !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-90 {
  width: 90% !important; }

.w-100 {
  width: 100% !important; }

.h-10 {
  height: 10% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-90 {
  height: 90% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 600 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-new-primary {
  color: #8E2DE2 !important; }

a.text-new-primary:hover, a.text-new-primary:focus {
  color: #741bc1 !important; }

.text-secondary {
  color: #5A6169 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #42484e !important; }

.text-success {
  color: #1ee248 !important; }

a.text-success:hover, a.text-success:focus {
  color: #17b639 !important; }

.text-info {
  color: #3FA8E7 !important; }

a.text-info:hover, a.text-info:focus {
  color: #1b91d8 !important; }

.text-warning {
  color: #F9C847 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #f7b916 !important; }

.text-danger {
  color: #c4183c !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #97122e !important; }

.text-light {
  color: #e9ecef !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #210048 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0a0015 !important; }

.text-facebook {
  color: #4867AA !important; }

a.text-facebook:hover, a.text-facebook:focus {
  color: #395186 !important; }

.text-blue {
  color: #007bff !important; }

a.text-blue:hover, a.text-blue:focus {
  color: #0062cc !important; }

.text-gray-blue {
  color: #b8d5fb !important; }

a.text-gray-blue:hover, a.text-gray-blue:focus {
  color: #88b8f8 !important; }

.text-indigo {
  color: #674eec !important; }

a.text-indigo:hover, a.text-indigo:focus {
  color: #3f20e7 !important; }

.text-purple {
  color: #8445f7 !important; }

a.text-purple:hover, a.text-purple:focus {
  color: #6414f5 !important; }

.text-pink {
  color: #f953bc !important; }

a.text-pink:hover, a.text-pink:focus {
  color: #f722a9 !important; }

.text-red {
  color: #c4183c !important; }

a.text-red:hover, a.text-red:focus {
  color: #97122e !important; }

.text-orange {
  color: #fb7906 !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #cb6103 !important; }

.text-yellow {
  color: #F9C847 !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #f7b916 !important; }

.text-green {
  color: #1ee248 !important; }

a.text-green:hover, a.text-green:focus {
  color: #17b639 !important; }

.text-teal {
  color: #1adba2 !important; }

a.text-teal:hover, a.text-teal:focus {
  color: #15ad80 !important; }

.text-cyan {
  color: #3FA8E7 !important; }

a.text-cyan:hover, a.text-cyan:focus {
  color: #1b91d8 !important; }

.text-white {
  color: #fff !important; }

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important; }

.text-gray {
  color: #868e96 !important; }

a.text-gray:hover, a.text-gray:focus {
  color: #6c757d !important; }

.text-gray-dark {
  color: #343a40 !important; }

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  border: 1px dashed #d6d6d6;
  background: #ffffff;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid;
  background: #83b6f7; }

.dropzone.dz-drag-hover .dz-message {
  display: none; }

.dz-message-hover {
  display: none; }

.dropzone.dz-drag-hover .dz-message-hover {
  display: block; }

.dropzone .dz-message {
  text-align: center;
  margin: 5em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

#astroid-media-tab-content {
  position: absolute;
  height: calc(100% - 51px);
  width: 100%;
  left: 0px;
  top: 51px;
  padding: 20px; }
#astroid-media-tab-content .tab-pane {
  height: 100%; }
#astroid-media-tab-content .tab-pane .dropzone {
  min-height: 100%; }
#astroid-media-tab-content .dz-message .dz-message-icon {
  font-size: 72px;
  color: #dbdbdb; }
#astroid-media-tab-content .dz-message .dz-message-text {
  padding: 10px 0px; }

/***
Spectrum Colorpicker v1.8.0 Chrome Theme
https://github.com/bgrins/spectrum
Author: Hitesh Aggarwal
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 9999994;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
.sp-container.sp-flat {
  position: relative; }
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.sp-top {
  position: relative;
  width: 100%;
  display: inline-block; }

.sp-top-inner {
  height: 125px; }

.sp-bottom-inner {
  display: block;
  position: relative; }
.sp-bottom-inner .sp-bottom-inner-left {
  display: inline-block;
  width: 85px; }
.sp-bottom-inner .sp-bottom-inner-right {
  display: inline-block;
  width: 150px;
  padding-top: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-color {
  height: 125px; }

.sp-hue {
  height: 12px;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  border-radius: 2px; }

.sp-sat, .sp-val {
  height: 125px; }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 12px;
  cursor: pointer;
  border: 1px solid white;
  background: #f8f8f8;
  opacity: 1;
  height: 12px;
  box-shadow: 0px 0px 4px #000;
  border-radius: 12px; }

.sp-alpha {
  display: none;
  height: 12px;
  border-radius: 2px; }

.sp-clear {
  display: none; }
.sp-clear.sp-clear-display {
  background-position: center; }

.sp-clear-enabled .sp-clear {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  float: right;
  margin-right: 25px; }

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }
.sp-container.sp-input-disabled .sp-input-container, .sp-container.sp-buttons-disabled .sp-button-container, .sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none; }

.sp-palette-only .sp-picker-container, .sp-palette-disabled .sp-palette-container, .sp-initial-disabled .sp-initial {
  display: none; }

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: -moz-linear-gradient(left, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(left, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(left, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(left, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
*/
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }

.sp-hidden {
  display: none !important; }

/* Clearfix hack */
.sp-cf {
  *zoom: 1; }
.sp-cf:before {
  content: "";
  display: table; }
.sp-cf:after {
  content: "";
  display: table;
  clear: both; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
.sp-dragger {
  border-radius: 10px;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.sp-slider {
  position: absolute;
  left: 0;
  cursor: pointer;
  height: 12px;
  width: 12px;
  top: -1px;
  bottom: -1px;
  border: 1px solid #fff;
  background: #f8f8f8;
  opacity: 1;
  border-radius: 12px;
  box-shadow: 0px 0px 4px #000; }

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 3px;
  background-color: #FFFFFF;
  border: solid 1px #B4B4B4;
  width: 235px;
  padding: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
.sp-container button, .sp-container input {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* Input */
.sp-input-container {
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-initial-disabled .sp-input-container {
  width: 100%; }

.sp-input {
  font-size: 11px !important;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  text-align: center;
  color: #333;
  font-family: monospace !important;
  outline: none !important;
  border: 1px solid #b2b3b4 !important; }
.sp-input:focus {
  border: 1px solid #b2b3b4; }
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd; }

.sp-picker-container, .sp-palette-container {
  float: none;
  position: relative;
  padding: 0px;
  margin: 0px;
  border: none; }

.sp-picker-container {
  width: 235px; }

/* Palettes */
.sp-palette-container {
  border-top: solid 1px #dadada;
  padding: 5px 0px; }

.sp-palette-only .sp-palette-container {
  border: 0; }

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent; }

.sp-thumb-el {
  position: relative; }

/* Initial */
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0; }
.sp-initial .sp-clear-display {
  background-position: center; }

/* Buttons */
/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 0px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #eee;
  color: #333;
  vertical-align: middle;
  border-color: #dededf; }
.sp-replacer.color-picker-lg {
  width: 40px;
  height: 40px; }
.sp-replacer.color-picker-lg .sp-preview {
  width: 40px !important;
  height: 40px !important; }
.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #b2b3b4; }
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver; }

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px; }

.sp-preview {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  margin-right: 0px;
  float: left;
  z-index: 0; }

.sp-palette {
  *width: 220px;
  max-width: 220px; }
.sp-palette .sp-thumb-el {
  width: 12px;
  height: 12px;
  margin: 7px;
  border: none;
  border-radius: 2px; }

.sp-container {
  padding-bottom: 0; }
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle; }
.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd; }
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none; }
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline; }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000; }

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 2px;
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.45); }
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
  background-size: 9px; }
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
  background-size: 9px; }

.sp-clear-display {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.datepicker {
  padding: 4px;
  direction: ltr; }
.datepicker-inline {
  width: 220px; }
.datepicker-rtl {
  direction: rtl; }
.datepicker-rtl.dropdown-menu {
  left: auto; }
.datepicker-rtl table tr td span {
  float: right; }
.datepicker-dropdown {
  top: 0;
  left: 0; }
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e9ecef;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e9ecef;
  border-top: 0;
  position: absolute; }
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #e9ecef; }
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none; }
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #e9ecef;
  cursor: pointer; }
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #e9ecef; }
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #e9ecef;
  cursor: default; }
.datepicker table tr td.highlighted {
  background: #3FA8E7;
  border-radius: 0; }
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background: #5A6169;
  color: #000; }
.datepicker table tr td.today:hover:hover {
  color: #000; }
.datepicker table tr td.today.active:hover {
  color: #fff; }
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #e9ecef; }
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  background: #5A6169; }
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  background: #e9ecef;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer; }
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #e9ecef; }
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #e9ecef;
  cursor: default; }
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #e9ecef; }
.datepicker .datepicker-switch {
  width: 145px; }
.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
  cursor: pointer; }
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
  background: #e9ecef; }
.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden; }
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer; }
.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px; }

.input-daterange input {
  text-align: center; }
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 1.5;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #e9ecef;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
.slider.slider-horizontal {
  width: 210px;
  height: 14px; }
.slider.slider-horizontal .slider-track {
  height: 7px;
  width: 100%;
  margin-top: -3.5px;
  top: 50%;
  left: 0; }
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0; }
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
  margin-left: -7px; }
.slider.slider-horizontal .slider-tick.triangle, .slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 7px 7px 7px;
  width: 0;
  height: 0;
  border-bottom-color: #ebebeb;
  margin-top: 0; }
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 14px; }
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  padding-top: 16.8px;
  text-align: center; }
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0; }
.slider.slider-horizontal.slider-rtl .slider-tick, .slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -7px; }
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0; }
.slider.slider-vertical {
  height: 210px;
  width: 14px; }
.slider.slider-vertical .slider-track {
  width: 7px;
  height: 100%;
  left: 25%;
  top: 0; }
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }
.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0; }
.slider.slider-vertical .slider-tick, .slider.slider-vertical .slider-handle {
  margin-top: -7px; }
.slider.slider-vertical .slider-tick.triangle, .slider.slider-vertical .slider-handle.triangle {
  border-width: 7px 0 7px 7px;
  width: 1px;
  height: 1px;
  border-left-color: #ebebeb;
  margin-left: 0; }
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap; }
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 2.8px; }
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%; }
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0; }
.slider.slider-vertical.slider-rtl .slider-tick.triangle, .slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 7px 7px 7px 0; }
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 2.8px; }
.slider.slider-disabled .slider-handle {
  background-color: #cfcfcf;
  background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
  background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE',GradientType=0); }
.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9',GradientType=0);
  cursor: not-allowed; }
.slider input {
  display: none; }
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none; }
.slider .tooltip.top {
  margin-top: -36px; }
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none; }
.slider .hide {
  display: none; }

.slider-track {
  background-color: gainsboro;
  background-image: -moz-linear-gradient(top, #cccccc, #ececec);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#ececec));
  background-image: -webkit-linear-gradient(top, #cccccc, #ececec);
  background-image: -o-linear-gradient(top, #cccccc, #ececec);
  background-image: linear-gradient(to bottom, #cccccc, #ececec);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ececec',GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  cursor: pointer; }

.slider-selection {
  background-color: #45494c;
  background-image: -moz-linear-gradient(top, #686b6d, #22262a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#686b6d), to(#22262a));
  background-image: -webkit-linear-gradient(top, #686b6d, #22262a);
  background-image: -o-linear-gradient(top, #686b6d, #22262a);
  background-image: linear-gradient(to bottom, #686b6d, #22262a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686b6d', endColorstr='#22262a',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute; }

.slider-selection.tick-slider-selection {
  background-color: white;
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: linear-gradient(to bottom, white, white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white',GradientType=0); }

.slider-track-low, .slider-track-high {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  background: transparent; }

.slider-handle {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f8f8f8, #ebebeb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #ebebeb);
  background-image: -o-linear-gradient(top, #f8f8f8, #ebebeb);
  background-image: linear-gradient(to bottom, #f8f8f8, #ebebeb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ebebeb',GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background-color: #f8f8f8;
  border: 1px solid #fff;
  border-radius: 14px;
  box-shadow: 0px 0px 4px #000; }
.slider-handle.round {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px; }
.slider-handle.triangle {
  background: transparent none; }
.slider-handle.custom {
  background: transparent none; }
.slider-handle.custom::before {
  line-height: 14px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

.slider-tick {
  background-color: gainsboro;
  background-image: -moz-linear-gradient(top, #cccccc, #ececec);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#ececec));
  background-image: -webkit-linear-gradient(top, #cccccc, #ececec);
  background-image: -o-linear-gradient(top, #cccccc, #ececec);
  background-image: linear-gradient(to bottom, #cccccc, #ececec);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ececec',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 14px;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent; }
.slider-tick.round {
  border-radius: 50%; }
.slider-tick.triangle {
  background: transparent none; }
.slider-tick.custom {
  background: transparent none; }
.slider-tick.custom::before {
  line-height: 14px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }
.slider-tick.in-selection {
  background-color: white;
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: linear-gradient(to bottom, white, white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white',GradientType=0);
  opacity: 1; }

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #210048;
  margin: 0px auto;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto; }
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #210048;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2.0s infinite ease-in-out; }
.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1.0s; }

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
.sk-wave .sk-rect {
  background-color: #210048;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
.sk-wave .sk-rect1 {
  animation-delay: -1.2s; }
.sk-wave .sk-rect2 {
  animation-delay: -1.1s; }
.sk-wave .sk-rect3 {
  animation-delay: -1s; }
.sk-wave .sk-rect4 {
  animation-delay: -0.9s; }
.sk-wave .sk-rect5 {
  animation-delay: -0.8s; }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }
/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative; }
.sk-wandering-cubes .sk-cube {
  background-color: #210048;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s; }

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg); } }
/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #210048;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear; }
.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #210048;
  border-radius: 100%;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s; }

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg); } }
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 0px auto;
  width: 80px;
  text-align: center; }
.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #210048;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s; }
.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s; }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }
/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative; }
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #210048;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
.sk-circle .sk-circle2 {
  transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  animation-delay: -0.1s; }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }
/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #210048;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1); }
  35% {
    transform: scale3D(0, 0, 1); } }
/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative; }
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #210048;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg); }
.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg); }
.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg); }
.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg); }
.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg); }
.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg); }
.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg); }
.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg); }
.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg); }
.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg); }
.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg); }
.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s; }
.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s; }
.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s; }
.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s; }
.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s; }
.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s; }
.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s; }
.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s; }
.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s; }
.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s; }
.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s; }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg); }
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1); }
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #210048;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%; }
.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg); }
.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg); }
.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg); }
.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s; }
.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s; }
.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s; }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/*
 *  Usage:
 *
      <div class="bouncing-loader">
        <div></div>
        <div></div>
        <div></div>
      </div>
 *
 */

 @keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -1rem, 0);
  }
}
.bouncing-loader {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.bouncing-loader > div {
  width: 30px;
  height: 30px;
  margin: 1rem 0.2rem 0;
  background: #210048;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}

/*
 *  Usage:
 *
  <div class="donut"></div>
 *
 */

 @keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.donut {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #210048;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: donut-spin 1.2s linear infinite;
}

/* modify default admin element */
[ng\:loak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.form-control:focus {
  outline: none;
  box-shadow: none; }

.btn-astroid {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important;
  color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.btn-astroid:hover {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #4A00E0, #8E2DE2) repeat scroll 0 0 !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

textarea {
  min-height: 200px; }

.gradiant-light-bg {
  background: transparent linear-gradient(to right, #fff6f1, #fbdddd) repeat scroll 0 0 !important; }

/* end admin element */
.astroid-logo {
  height: 100px;
  line-height: 130px;
  /*   border-bottom: 1px solid #f3f3f3;*/
  box-shadow: 0px 0px 10px #b0b7e2; }
.astroid-logo .logo-image {
  width: 100%;
  text-align: center; }

.astroid-manager-navbar {
  position: fixed;
  width: calc(100% - 270px);
  z-index: 998;
  top: 0;
  right: 0;
  left: auto;
  background: #e9eaf2;
  box-shadow: 0px 0px 10px #b0b7e2;
  padding: 0px 25px; }

.astroid-editing-area {
  background: none; }

.astroid-editing-area .control-group {
  display: block;
  margin: 0px; }

.astroid-editing-area .control-group .control-label {
  display: none; }

.astroid-editing-area .control-group .controls {
  display: block;
  padding: 0px; }

.astroid-left {
  background: #172641; }

@media (min-width: 479px) {
  .astroid-left {
    position: fixed;
    top: 93px;
    z-index: 9;
    height: calc(100% - 85px);
    overflow-y: auto; } }
@media (min-width: 479px) {
  .astroid-right {
    float: right; } }
.astroid-left .nav-tabs {
  border: none; }

.container-main {
  padding-top: 20px; }

.astroid-left .nav-tabs > li {
  float: none;
  margin-bottom: 0px;
  margin: 10px 0px; }

.astroid-left .nav-tabs > li > a {
  display: block;
  color: #566E93;
  text-align: center;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: bold;
  background: none;
  border: none; }

@media (max-width: 479px) {
  .astroid-left .nav-tabs > li > a {
    padding: 5px 0px; } }
.astroid-left .nav-tabs > li.active > a {
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: none;
  border: none; }

.astroid-left .nav-tabs > li > a:hover, .astroid-left .nav-tabs > li > a:focus {
  display: block;
  color: #8695ab;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: none;
  border: none; }

.astroid-left .nav-tabs > li.active > a:hover, .astroid-left .nav-tabs > li.active > a:focus {
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: none;
  border: none; }

.astroid-menu-icon {
  display: block;
  text-align: center;
  padding: 5px 0px;
  font-size: 18px;
  font-weight: lighter; }

@media (max-width: 479px) {
  .astroid-menu-icon {
    display: inline-block;
    text-align: center;
    padding: 0px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: lighter; } }
.astroid-control-label {
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px; }

.astroid-field-label {
  border-bottom: 2px solid #b2b3b4;
  padding-bottom: 2px;
  color: #3071a9; }

.astroid-field-container .control-label label {
  font-size: 11px;
  color: #3071a9;
  text-transform: uppercase;
  color: #3071a9;
  letter-spacing: 1.5px; }

.astroid-field-container .control-label label.invalid {
  color: #9d261d;
  font-weight: bold; }

.astroid-tab-field-container {
  position: relative;
  padding: 0px 20px; }
.astroid-tab-field-container .form-group {
  padding: 10px 0px !important;
  border-bottom: 1px solid #eee;
  padding-bottom: 0px;
  margin: 20px auto; }
.astroid-tab-field-container .form-group:last-child {
  border-bottom: none; }
.astroid-tab-field-container .form-group label.control-label {
  width: 100%;
  text-align: left;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold; }
.astroid-tab-field-container .form-group .radio label {
  width: 100%;
  text-align: left;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold; }
.astroid-tab-field-container .form-group .help-block {
  text-align: left;
  font-size: 13px;
  padding: 10px 0px;
  font-style: italic;
  width: 100%; }

.astroid-switch {
  display: inline-block;
  border-radius: 4px;
  overflow: hidden; }

.astroid-switch label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  margin-bottom: 0px; }

.astroid-switch label input[type="radio"] {
  display: none; }

.astroid-switch label span {
  color: #8a8a8c;
  background: #b2b3b4;
  display: block;
  padding: 5px 20px; }

.astroid-switch label input[type="radio"]:checked ~ span {
  color: #507b2e;
  background: #a2dc75; }

.astroid-text-input {
  font-size: 12px !important;
  border-radius: 4px !important;
  height: 20px !important;
  line-height: 20px !important; }

.astroid-textarea-input {
  font-size: 12px !important;
  border-radius: 4px !important;
  min-height: 80px;
  min-width: 215px; }

.joomla-standard-control-label {
  font-size: 11px;
  color: #3071a9;
  text-transform: uppercase;
  color: #3071a9;
  letter-spacing: 1.5px; }

.astroid-media-selctor {
  margin: 0px;
  padding: 0px;
  line-height: 1; }
.astroid-media-selctor .list-inline-item {
  vertical-align: baseline; }

.astroid-media-preview {
  max-width: 300px;
  position: relative;
  border-radius: 0.25rem;
  border: 1px solid #dededf;
  float: left;
  overflow: hidden;
  padding: 5px;
  background: #fff;
  display: inline-block;
  margin-bottom: 20px; }
.astroid-media-preview img {
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.astroid-media-selctor .add-on {
  background: #dbdde0 !important;
  border-color: #dbdde0 !important; }

.astroid-media-selctor .field-media-input {
  text-transform: lowercase !important; }

.astroid-media-selctor .button-select {
  padding-left: 10px !important;
  padding-right: 10px !important;
  background: #d6e5ef !important;
  border-color: #d6e5ef !important;
  color: #3071a9 !important; }

.astroid-media-selctor .button-select:hover {
  background: #dfeaf2 !important;
  border-color: #dfeaf2 !important; }

.astroid-layout-builder {
  position: relative; }

.astroid-layout-element {
  margin-bottom: 10px;
  border-radius: 4px;
  position: relative;
  padding: 0px 5px !important; }

.astroid-layout-element .astroid-layout-element-inner {
  box-shadow: 0px 0px 5px rgba(173, 173, 173, 0.48);
  border-radius: 4px; }

.astroid-layout-element-header {
  background: #f3f3f3;
  padding: 25px;
  position: relative;
  border-radius: 4px 4px 4px 4px; }

.astroid-layout-element-resizer {
  display: none;
  width: 15px;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 20px; }
.astroid-layout-element-resizer .fa {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -3px;
  color: #abb3c2; }
.astroid-layout-element-resizer:hover {
  cursor: col-resize; }
.astroid-layout-element-resizer:hover .fa {
  color: #58667a; }

.astroid-layout-element-body {
  background: rgba(203, 210, 215, 0.2);
  padding: 10px;
  position: relative;
  border-radius: 0px 0px 4px 4px; }
.astroid-layout-element-body.can-resize {
  padding-right: 15px; }
.astroid-layout-element-body.can-resize .astroid-layout-element-resizer {
  display: block; }

.astroid-layout-element.opened > .astroid-layout-element-inner > .astroid-layout-element-header {
  border-radius: 4px 4px 0px 0px;
  background: #e0ecf7; }

.astroid-layout-element-columns {
  padding: 5px; }

.astroid-layout-builder-toolbar {
  text-align: right; }

.astroid-layout-element-placeholder {
  background: #fafad1;
  border-radius: 4px;
  margin: 10px auto;
  box-sizing: border-box; }

.astroid-layout-element-handle {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #bbbbbb;
  height: 100%;
  width: 50px;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFFFFF;
  cursor: move;
  border-radius: 4px 0px 0px 0px; }

.astroid-layout-element.opened > .astroid-layout-element-inner > .astroid-layout-element-header > .astroid-layout-element-handle {
  background: #99abc4; }

.astroid-layout-element-id {
  position: absolute;
  top: 0px;
  left: 50px;
  height: 100%;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #444;
  cursor: move; }

.astroid-layout-element-remove {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 30px;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #58667A;
  cursor: pointer; }

.astroid-layout-element-config {
  position: absolute;
  top: 0px;
  right: 30px;
  height: 100%;
  width: 30px;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #58667A;
  cursor: pointer; }

.astroid-layout-element-columns {
  position: absolute;
  top: 0px;
  left: 50px;
  height: 100%;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 13px;
  color: #58667A;
  cursor: pointer;
  padding: 0px;
  display: none; }
.astroid-layout-element-columns:hover {
  z-index: 9; }
.astroid-layout-element-columns:hover .astroid-layout-element-columns-selection {
  display: block; }

.astroid-layout-element-add {
  position: absolute;
  top: 0px;
  right: 90px;
  height: 100%;
  width: 30px;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #58667A;
  cursor: pointer;
  display: none; }

.astroid-layout-element-open {
  position: absolute;
  top: 0px;
  right: 60px;
  height: 100%;
  width: 30px;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #58667A;
  cursor: pointer; }

.astroid-layout-element-config:hover {
  color: #00BBB1; }

.astroid-layout-element-remove:hover {
  color: #FA404D; }

.astroid-layout-element-edit:hover {
  color: #d29a4f; }

.astroid-layout-element-add:hover {
  color: #00DE74; }

.astroid-layout-column {
  background: #fbf9fd;
  padding: 25px; }

[sv-root] {
  position: relative !important; }

.astroid-layout-blank {
  text-align: center;
  max-width: 580px;
  margin: auto;
  padding: 50px 0px; }

.astroid-layout-blank .btn-info {
  margin: 20px;
  font-weight: 300; }

.astroid-layout-blank h3 {
  color: #566d92;
  margin-bottom: 20px; }

.astroid-pop-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999; }
.astroid-pop-container .astroid-pop {
  position: absolute;
  width: 80%;
  height: 80%;
  overflow-y: auto;
  background: #fbf9fd;
  left: 10%;
  top: 10%; }
.astroid-pop-container .astroid-pop.astroid-elements-pop {
  width: 40%;
  height: 40%;
  text-align: center;
  left: 30%;
  top: 30%; }
.astroid-pop-container .astroid-pop-footer {
  padding: 8px 20px;
  border-top: 1px solid #f3f3f3;
  position: absolute;
  bottom: 0;
  width: 100%; }

.astroid-pop-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1; }
.astroid-pop-loading > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  font-size: 32px;
  color: #8E2DE2; }

.file-manager .file-manager-item {
  text-align: center;
  cursor: pointer; }
.file-manager .file-manager-item .fa-folder {
  color: #98d6f9; }
.file-manager .file-manager-item .fa-video {
  color: #f39764; }
.file-manager .file-manager-item .icon {
  display: block;
  margin: auto;
  font-size: 80px;
  height: 120px;
  line-height: 120px; }
.file-manager .file-manager-item .icon img {
  max-width: 100%;
  max-height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  border: 1px solid #f3f3f3; }
.file-manager .file-manager-item .name {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  word-break: break-all; }
.file-manager .file-manager-item:hover .icon {
  background: #f3f3f3;
  border-radius: 4px; }
.file-manager .file-manager-item:hover .name {
  color: #03A9F4; }

.icon-sizer-container {
  text-align: center;
  line-height: 50px;
  height: 45px;
  background: #f3f3f3;
  border-radius: 4px; }

.astroid-pop-overlay {
  background: rgba(33, 37, 41, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.astroid-element-setting-pop {
  width: 50%;
  height: 70%;
  text-align: center;
  left: 25%;
  top: 15%; }

.astroid-element-col-setting-pop {
  width: 250px !important;
  height: auto !important;
  max-height: 80% !important;
  text-align: center !important;
  left: calc(50% - 125px) !important;
  top: 10% !important; }

.astroid-element-setting-pop .astroid-pop-body .panel {
  margin-top: 0px;
  border: 0px;
  border-radius: 0px; }

.astroid-element-setting-pop .astroid-pop-body .panel-group {
  margin-bottom: 0px; }

.astroid-element-setting-pop .astroid-pop-body .panel-default > .panel-heading {
  background-color: #99abc4;
  border-radius: 0px !important;
  border: none !important;
  padding: 0px; }

.astroid-element-setting-pop .astroid-pop-body .panel-default.panel-open > .panel-heading {
  background-color: #54cce8; }

.astroid-element-setting-pop .astroid-pop-body .panel-default .panel-body {
  padding: 0px; }

.astroid-element-setting-pop .astroid-pop-body .panel-default .panel-title a {
  display: block;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important; }

.astroid-accordian-caret {
  right: 20px;
  line-height: 50px !important;
  position: absolute; }

.astroid-element-setting-pop .astroid-pop-body .panel-default .panel-title {
  line-height: 50px; }

.astroid-element-setting-pop .astroid-pop-body {
  padding: 0px; }

.astroid-pop-nav {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important;
  position: fixed;
  width: 100%;
  max-width: 80vw;
  z-index: 2; }
.astroid-pop-nav > .nav-tabs {
  border: none; }
.astroid-pop-nav > .nav-tabs > a {
  padding: 15px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #f8f9fa; }
.astroid-pop-nav > .nav-tabs > a.active {
  color: #210048;
  font-weight: bold;
  background: #fbf9fd; }

.astroid-pop-title {
  color: #fff !important;
  background: #007bff;
  margin: 0px;
  padding: 18px 10px;
  text-align: left;
  font-size: 14px !important; }

.astroid-element-btn {
  background: #fff;
  margin: 10px;
  width: calc(50% - 20px);
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  box-sizing: border-box;
  border: 1px solid #dededf; }
.astroid-element-btn .icon {
  width: 50px;
  height: 50px;
  background: #273867;
  display: inline-block;
  float: left;
  color: #fff;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  font-size: 20px; }
.astroid-element-btn .detail {
  text-align: left;
  width: calc(100% - 60px);
  display: inline-block;
  float: left;
  margin-left: 10px; }
.astroid-element-btn .title {
  display: block;
  font-size: 14px;
  color: #273867; }
.astroid-element-btn .desc {
  display: block;
  color: #8695ab;
  font-style: italic;
  font-size: 11px;
  line-height: 14px; }
.astroid-element-btn:hover {
  background: #efefef; }

.pop-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  display: block;
  width: 32px;
  line-height: 32px;
  cursor: pointer;
  margin: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  z-index: 9;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.pop-close:hover {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  transform: scale(1.2); }

.pop-close:hover {
  color: #f8f9fa; }

.astroid-layout-element-header-column {
  background: red; }

.element-type {
  background: #fff;
  border-radius: 4px;
  padding: 8px;
  color: #182741; }

.add-element-type {
  border-radius: 4px;
  padding: 14px;
  color: #182741;
  background: #fbf9fd !important;
  text-align: center;
  opacity: 0.8;
  cursor: pointer; }

.add-element-type:hover {
  opacity: 1; }

.element-type .icon {
  width: 40px;
  height: 40px;
  background: #566d92;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  float: left;
  margin: 2px;
  line-height: 40px;
  font-size: 18px;
  display: inline-block; }

.element-type .detail {
  display: inline-block;
  width: calc(100% - 44px);
  padding: 4px; }
.element-type .detail .desc {
  color: #8695ab;
  font-style: italic;
  font-size: 11px;
  display: block; }
.element-type .detail .desc > span {
  display: inline-block;
  margin-right: 5px; }
.element-type .detail .desc > span:after {
  content: " | ";
  color: #3FA8E7; }
.element-type .detail .desc > span:last-child {
  margin-right: 0px; }
.element-type .detail .desc > span:last-child:after {
  content: ""; }
.element-type .detail .title {
  display: block; }

input.astroid-pop-search {
  display: inline-block !important;
  line-height: 52 !important;
  height: 52px !important;
  position: absolute;
  top: 0;
  right: 60px;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 160px;
  color: #eaecf0; }
input.astroid-pop-search::-webkit-input-placeholder {
  color: #8eb2f3; }
input.astroid-pop-search:-ms-input-placeholder {
  color: #8eb2f3; }
input.astroid-pop-search::-moz-placeholder {
  color: #8eb2f3; }
input.astroid-pop-search:-moz-placeholder {
  color: #8eb2f3; }

.astroid-pop-body {
  padding: 20px;
  min-height: calc(100% - 102px);
  max-height: calc(100% - 102px);
  overflow-y: auto; }
.astroid-pop-body .form-control {
  float: left; }

.astroid-layout-element.opened > .astroid-layout-element-inner > .astroid-layout-element-header > .astroid-layout-element-columns {
  display: block; }

.astroid-layout-element.opened > .astroid-layout-element-inner > .astroid-layout-element-header > .astroid-layout-element-add {
  display: block; }

.astroid-control-group {
  padding-bottom: 20px; }

.form-horizontal .control-label {
  padding-top: 5px; }

.astroid-pop-body .nav-tabs > li > a {
  border: none !important; }

.astroid-pop-body .nav-tabs > li > a:hover {
  background-color: transparent; }

.astroid-pop-body .nav-tabs > li.active > a, .astroid-pop-body .nav-tabs > li.active > a:hover, .astroid-pop-body .nav-tabs > li.active > a:focus {
  color: #293c63;
  background-color: #DEECF8;
  border: none; }

.astroid-pop-body .nav-tabs {
  border: none; }

.astroid-element-options .control-label {
  line-height: 40px;
  padding: 0px;
  text-align: left; }

.astroid-element-options .form-group {
  text-align: left;
  margin: 0px; }

.formly-field .help-block {
  color: #556f9c;
  font-style: italic; }

.formly-field.well {
  margin: 10px;
  padding: 10px;
  box-shadow: none;
  border: none;
  background: rgba(82, 82, 82, 0.1); }

.astroid-radio-btn {
  border-radius: 4px;
  overflow: hidden; }

#astroid-wrapper #astroid-manager-disabled {
  background: rgba(243, 246, 247, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none; }
#astroid-wrapper #astroid-sidebar-wrapper {
  background: #e9eaf2;
  /*      border-right: 1px solid #f3f3f3;*/
  position: fixed;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 999;
  max-width: 270px;
  overflow-y: scroll; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav > li {
  /*            border-bottom: 1px solid #f3f3f3;*/
  position: relative; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav > li:last-child {
  border-bottom: none; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav > li > a {
  color: #210048;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: normal; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav > li > a.active {
  color: #fff;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav > li .nav-item-caret {
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
  z-index: -1; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav > li:hover > a:not(.active) {
  color: #8E2DE2; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav > li:hover > a:not(.active) ~ .sidebar-submenu-hovered {
  display: block; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav > li .sidebar-submenu, #astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav > li .sidebar-submenu-hovered {
  display: none; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav > li.has-child > a:after {
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav > li.has-child > a.active:after {
  content: "\f053"; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu {
  width: 100%; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu > li:last-child {
  border-bottom: none; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu > li > a {
  color: #210048;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  padding-left: 18px;
  /*                  border-bottom: 1px solid #f7f7f7;*/
  position: relative; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu > li > a:hover {
  color: #8E2DE2; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu > li > a.active {
  color: #000;
  font-weight: 600;
  padding-left: 18px; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu > li > a.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  z-index: 1;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu-hovered {
  width: 100%;
  position: absolute;
  background: #f3f3f3;
  left: 100%;
  top: -1px;
  border: 1px solid #f3f3f3; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu-hovered:before {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #f3f3f3;
  position: absolute;
  left: -25px;
  content: ''; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu-hovered > li {
  border-bottom: 1px solid #f3f3f3; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu-hovered > li:last-child {
  border-bottom: none; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu-hovered > li > a {
  color: #210048;
  padding-top: 15px;
  padding-bottom: 15px; }
#astroid-wrapper #astroid-sidebar-wrapper .sidebar-nav .sidebar-submenu-hovered > li > a:hover {
  color: #8E2DE2; }
#astroid-wrapper #astroid-content-wrapper {
  padding-right: 0px;
  padding-bottom: 25px;
  padding-left: 270px;
  padding-top: 60px; }
@media (max-width: 991.98px) {
  #astroid-wrapper #astroid-content-wrapper {
    padding-left: 0px; } }
#astroid-wrapper #astroid-content-wrapper > div > form > .tab-content > .tab-pane {
  padding: 20px;
  padding-top: 0px;
  /*            border: 1px solid #f3f3f3;*/ }
#astroid-wrapper #astroid-content-wrapper > div > form > .tab-content > .tab-pane#astroid-tab-astroid_layout {
  padding: 10px;
  background: none;
  border: none;
  padding-bottom: 10px; }
#astroid-wrapper #astroid-content-wrapper > div > form > .tab-content .tab-pane {
  /*            background: #fff;*/ }

.astroid-page-title {
  border-bottom: 1px solid #E0ECF7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #674eec;
  font-weight: 300; }

.btn-radio-astroid {
  outline: none !important;
  box-shadow: none !important; }

.logo-container {
  background: #674eec; }
.logo-container .logo {
  padding: 20px 50px;
  cursor: pointer; }
.logo-container .logo span {
  color: #ABB3C2;
  display: block;
  text-align: center;
  font-size: 32px; }

#astroid-content-wrapper .astroid-calendar-btn {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }
#astroid-content-wrapper .form-control {
  max-width: 300px; }
#astroid-content-wrapper .form-control.parsley-error {
  border-color: #c4183c !important;
  color: #c4183c !important; }
#astroid-content-wrapper div.mce-edit-area {
  border-right-width: 1px; }

.astroid-element {
  margin-bottom: 10px;
  position: relative;
  padding: 0px 5px; }
.astroid-element > .toolbar {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  text-align: center; }
.astroid-element > .toolbar > .icon {
  display: inline-block;
  line-height: 55px;
  width: 25px;
  text-align: center;
  color: #1b2944; }
.astroid-element > .toolbar > .icon.element-settings:hover {
  color: #1adba2; }
.astroid-element > .toolbar > .icon.element-delete:hover {
  color: #c4183c; }
.astroid-element > .head {
  /*      position: relative;
        z-index: 1;
        background: #fff;
        border-radius: $astroid-border-radius;
        overflow: hidden;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);*/
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #dededf;
  overflow: hidden;
  border-radius: 4px;
  /*      box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.10);*/ }
.astroid-element > .head > div {
  padding: 7px; }
.astroid-element > .head > div > .icon {
  max-width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  padding: 0px;
  overflow: hidden;
  margin: auto; }
.astroid-element > .head > div > .icon .element-icons {
  margin-left: 0px;
  width: 70px;
  height: 35px;
  transition: all 0.2s ease-in-out; }
.astroid-element > .head > div > .icon .element-icons > div {
  width: 35px;
  height: 35px;
  float: left; }
.astroid-element > .head > div > .icon .element-move-icon {
  color: #fff;
  background: #2B363B;
  cursor: move; }
.astroid-element > .head .controls {
  width: 100px;
  height: 35px;
  padding: 0px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  z-index: 5;
  display: none; }
.astroid-element > .head .controls > .icon {
  cursor: pointer;
  width: 20px;
  height: 35px;
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 35px;
  font-size: 16px; }
.astroid-element > .head .controls > .icon.element-info-btn {
  display: none; }
.astroid-element > .head .detail {
  padding: 0px 10px;
  white-space: nowrap;
  overflow: hidden; }
.astroid-element > .head .detail .title {
  line-height: 20px;
  display: block;
  font-size: 14px;
  font-weight: normal; }
.astroid-element > .head .detail .desc {
  display: block;
  line-height: 15px;
  color: #8695ab;
  font-style: italic;
  font-size: 11px;
  display: block; }
.astroid-element > .head .detail .desc > span {
  display: inline-block;
  margin-right: 5px; }
.astroid-element > .head .detail .desc > span:after {
  content: " | ";
  color: #3FA8E7; }
.astroid-element > .head .detail .desc > span:last-child {
  margin-right: 0px; }
.astroid-element > .head .detail .desc > span:last-child:after {
  content: ""; }
.astroid-element > .head.head-small .detail {
  display: none; }
.astroid-element > .head.head-small .controls {
  width: 40px;
  margin-left: -20px; }
.astroid-element > .head.head-small .controls > .icon {
  width: 20px;
  height: 17.5px;
  line-height: 18px; }
.astroid-element > .head.head-small .controls > .icon.element-info-btn {
  display: block; }
.astroid-element > .head.head-small .controls > .icon.edit-element-columns-btn {
  display: none; }
.astroid-element > .head.head-small .controls > .icon.add-element-btn {
  display: none; }
.astroid-element > .head .element-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8); }
.astroid-element > .head:hover .element-overlay {
  display: block; }
.astroid-element > .head:hover > .row > .controls {
  display: block; }
.astroid-element.element-editing > .head {
  background: #F9C847;
  box-shadow: 0 1px 25px #F9C847;
  border-color: #F9C847; }
.astroid-element > .body {
  position: relative;
  z-index: 1; }
.astroid-element .element-elements {
  /*      width: 100%;
        padding: 15px 20px 5px 20px;
        background: rgba(195, 195, 195, 0.11);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        border-radius: 0px 0px $astroid-border-radius $astroid-border-radius;*/
  width: 100%;
  padding: 15px 20px 5px 20px;
  /*      box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.10);*/
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #dededf;
  border-top: none;
  background: #f2f2f2; }

.astroid-element-placeholder {
  border-radius: 4px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAA/1BMVEX////+///9///73QAAnJwAm5n63wD+HQD73AD87IT+qp3998yw3d1swcD87IL+9fL9clf88J/q9/a64eD+KQD9+dsAo6T91Mv9bVb78J4AnJj+GgD+qZ39blL8USv918/8SyP++t/8+df78aW+4+X9SyD29vb9OwD19fXz2QD3+f/2//8otLL97Y3g8/H89sb87+v8Wjtnvr/8sab9eWP1KQD85ir18cv73NKFy8vz6af1c1f+dlb99bD1gWXr6+v0PQBJu7ovrK36XzD7j3T4UyHvzsfz5Yz34TT1e2X0Rgr5bkr9vrD8YjbyTyf+yr/p6vGN1NTn4772Xj7850BDmoS3AAAYxElEQVR4nNWde1vUuhaHk8wVUcHDWIURRMBM2xkRwRlQ1MEBFHEfz/a4v/9nOVlJ703SJO2g5y8eePr8SNokK2/WJWjwnCCEH7a6LzBC6Li9+Bf7gbZ7b9YQet1q7bO/3u9sHcAfnw0HZ+wHgYfh9+NO+jBhD3fFw214mLCH/wxlNOjxx1da3cfw+IO2xx7HZL23yx5fbfU3MUb3250NePzesPcEfq70hfaDjse14WGMV1utTdDeascP/xHK6GQ4AG3541yb/fF+O9YexA15jNKGsIdfioY8Au0Of5jc+yOUMXu8N3iCxeN7+cd32OOvo9fXiRrS49ownPbyDWHvGiUN6fDh9IcoIwyPE3h9uceReBw++iN4PP7ooiEwCR7nh9MONKTb4g93+MNK5ad3q4yx/I3Q8TZ/I/A4wsWGIGhI5l1jeJgPp30+CeD1qZQxMVCmDSqz1amXjOv08fkcP40eF6+vzZey9F1HM+Z4S7y+bfGuWUNQOmOkyqwh1crzeVPK98XULa9OfvrR+/39dITwpSyaMaWvSHhD+LoXzRjpulelzFbUv2lDyog/jqPHUfK4t0heHx/XYoR0xLseDp/z4VRY2rfjpSyaMXLltmegHNw8DmXK+6RKGQbqblYZteMFmL8+eCPc5r7jNhc++m5uXOcaAtYrv+699Gl4GgQwnDY6cuV0OKmVw80gyL68vNHQKVOfjtenLzPK7PFO/Hg8dR8T30fvvKKNyS7twkDjkvW6+H5Ew71gJmZMWVluvQrKmPrk6ywo2MXYaOiUO5//RSklV1EXuTIf14kZFR+99QJj1sWMdnlpj21uvov0avByjeDVYPZeqlw0R3LlLwSzLhZmOXxFkhgNhfI7UKZ4zLsolDHC6bZCLMBoJbjZCymVbIYUS3synCgR7xq/hi6WlCUGWqY8unxC2L//mreLOLOBkyuzriUv72qaKKO0IfECHH6d3bwIqV/YKcTDqd3OG+jUaBwyIyasF8p3Ubm0y5TJyfXFGcHzcKVgjtZjo/FIrvwYU9iG84fZV4yU91FmEvDNEKHQxWAvxKqdgmqbtfX5EGE6/nSRdDGvXP6KMmW2UpxcXjwZ0/IGbjve3exjiTJbfmGfINaPqIvwPlDWxsBO4TnxRRd1S7t0mwUTl71FdHXL9yBsuSkqS+ZiQZkZaB+NT66n0g1cZndTUg6/sk8OFuZn3MWBUEbRZqgTb4ZuxVeMV5DCTqEfLWXR0t5L7CL7esmMiUYIMxo55UG8tGuU294BrBQng4wyHx+yDVxOmYax0fgZvbxzsQ1He/FmCFqNx39Np2dsnnMbI9kM9bPWPLZemJt+tjgctz/HVOcTZjQyyrDuDRPrpVKmB2AX2XqfVeZzMRmou9kNXKoMbX4Y/BMhMXvYJ9EUQPECvNHh2uO/hr0z2R4kv7Qn2yzeEAIWJoRt1uQzb/X59XcwGhnluCFa5RCzLrIPQ/PKWaOxnTUaWWU2cdHKbCZenseaQWPlHEGvMaK4N71VG2g1m7MuwlyELoLNvfyeWSTN2Lwb7LO3dL/juVD/4MmY/QQrwP49+hm9aa58lBK0N9lAxB+7UX9rJt61tzhkdgmDQbJk89NZsMm6uNHp5JXNqP+Wf/KvsKHFKNqugPIblBA0tJp1EZOxC5uzSZDdZhEXNj+9Cd6nrbak/ot45AW53e96Dw1igoYRAl10ZfOVaCd5zAcq7EEs2HydH6qxr/g+dKN+dO/6QijP/nlBaMYcobdiAYZJ4DPthTubx11kk+CwvLTr2RydT98cUeii63kC7yIGLJndZM1RvFPADHneI79ym6Vjc/SKd5Eme3YLNvfp+XQHuth1Pk/A0EX27/FmkFurozfCqG4241/RkqCzph/zLlJqz+YMedja9GOuUjY6T+BdxBSHhTYjQdBAdcHHumzOBqqwi7ZsznpIvl27nCdklNG9W7Znp6U2i9VpjthX7FcRdCX1vwqCIvUbsfkcMepdtzxPKCnjk4vbL6U2H4rHd+Y0rCLoKjZH2W2nFZtzcKWW5wly5UFBeYFivPxxVEnQVWwua4gZm/Ov6Krc39cqIz1Bj0zYvF1a2q3YXKO8ZaLc7T7SKaN3eoIeGbN5eWnvaJVTo4HUyp7caJgq84OoKoKWfUVT6jdic/2+KddFN+VKgh5J52JsNFofiZr6TdgcvdJSf+ToVCoP3qiVM13UEvRwpGPzrpr6K5WNqL9CeX1ooFxJ0CM1mxMN9RsoV1N/fWWUHdcqgh6p2Jxqqb+Ocu484cBBOTlPQEYEPZKb/lFNjzw5MfLId7wDqXJb2+ZYGZX2IFKCHjlQfzWbY0OPfNJFB1//Q76U5R+XsrnK9NfwyGuMRlG57bn7+o395nKjUcMjL1ptep7glYwGqm6zUDb2yBe+omdA/Q36+ju5LqKHXXNlQ4LmAxVZUn+Tvv58F/ErC2VDgubLjS31q5QTHrA5T2hbUz8on6F4OFUSNE6sV7+VXa0rPPISZeCBgrL8NFy+gRsOzyzaPEDmBJ3ubrqtSurHNmxueJ4guojvDQY2ymhgRdBiuXllRf1mykbnCWL5PbFSTiP3zNhcbjTs2HxkRv2yDVzO9Bu1GVmz+ei5AZtrfP31qL9oNEyU1Uu7lKDvjepQP/j6TdlcruwpqF/TZqTeDP2R1N+xp36k3mYV2TzZ3Rh45BUbOM+A+vXKVdRfUk5Yg49rLZtzO1BJ/RVsLt1mGVJ/lnJNzxM8ZEPQngH1N8bmEuWuizJaJpvnlft2bN4Q9d9HG8ZsTgyoX+vr79aIw0+WGy31l5Xhz6Zs3r0L6lf7+s8HbtSPkHO0vD314xpx+MiZ+hFxjpavpP6c0XhuoVxJ/VhK/VLlfaTaZuWn7hsD6i+xebaLo1rUv5AoSzZwUmVkxObndakfJ0dfTtS/ZUD9KmXUcvabN0r9TnH4JtT/uo7fHKvsoluEv8LXrzlPSKlfqQxR0FV+c5H7VkH9Ojbf8Ow98in1d6upX6+MrNgcqajfztdvpiyo/1W3mvp1yhQd1fXIV1D/prtyI9QPkXt12Vzv6+8unforlCFyT83mLbtoeZnR6FZRv71y4Tyho1UWkXtKNl+pwebjO6N+rTI2ZXMTj3yuIXSedrFZZbPzhDmNlS395sZs7s+XpWzU5nBOY+XlsHlncjfUr1BuBTzqPFIuH+jG1svNby6yS7y2AfXLlMPVLrcwttSfVYYw0BdJ/uJhfgGGUHLPmKDlbC6ScxYG1F9UHv6gJM5frJPXH24GN9EsF5F76U4h+EgwTbe0bmy+B2lhabS8OfXjt9e7a9BFkRbmmtc/pn4IgcJCGWVtDDq9CaLHtceuejYPbl6EmIpcQDtfP2WYtivSwnJz0Sp3gG2Vx9gPv3Yj5ZyN4SGmmzJetGFzSP/Evk+tff2UUqGMk8w3l7x+CNpnXzF2kGXYfPgLVhDIxyp10YbNKeQvPg6TdEdjX/8CMt/I02nSRVtfP1em45Pry+dsoKI05is5zbr+wSbB3mz23oD6lWw+psXkPkNf/4MJpGhifMXzF1fzc9E4d4C9WJ7cN84ox4/TsZiL0EXk7De/PRtj1sXAmvp5hD/P04AupoPJOneAQhcHGeV0m0Xx9vA7+30vSuvwvKyNMWJzcm86PBv7qJgQYED9PIlhAelZ6NMQ7MBp0K/Ovpcp+3h8klFGaYQuZR/99sMadLH/KKRrG9bR8piO/5r2YKDaRfiDMk9i8D5HH+bfvo9OLX39m8hHPH+R0KwyykbLI/Lt8gN/fbOPiNp75Ckl7PVdnCkNtIb6M/mLdHx1+YESa1//I9a1jXb7IK+MCgvwp+sPlMJy8zGbYmXE5sCilJCTabS09618/Wn+IntP6ApMv5L65cpBsElIcVMRRe6Jx/kIwZB/RGAuWrI5EvmLbKDaZd/HykGSj8Ud4edx7K8x9fP8ReIXYTv7+ILvJPHTKRuooYr6lWzOG8K6yGazTfZ9mtyX5C/Cmya8cowd9RNI7iNU18WJODf8xOYisWXz/nue3DdxZnORFhYN1KyyGfVPf815ct8+KimjzGZoIbp4dW3L5mwS9Pd5ct+WM5un+YsLe+ofn/d4cl/QKivHqxNKukjH9mzu8z2IX4/NV6L8xWNrXz/b0bJ9AuuiTDke18KaL2D/S+zZ3Md7kOFaj80RB1dM7amfYoo/TX/JlCFyL7dTmCwkS3slm+8eMaqbdV088mo2Nz1P4F2k1E/qmeSV5TX3kCWb93Ygf7FM/WUDXaWcry1k4etnn3G5Nfd2fD809MhX5PW7+frnkIW67Jp7yC77vmFffxIwZ1Fzr4nKeI1H+DdZc6+ROPyhPFiz0Qj/nDmyqblnHIef390UqD91oS4rwr/rXHMv89Fr1dwb6ZTj2qtLrOanqrnXoEd+IK13s53OmPq+fl2bVTX3jNk8865VHnleQVeqjFFNZYM2S2vumbO5Wfb9SGL6mfJwR0v9BsqDYva9pM22fvMCm78y9PVLSePtMvL6i22W1NxbRhy+3GjgO4nwR46V8Sw98sN6Ef4SZRGhUN3mcs09czYf2HjkS19xUUn9FcpeWxusGSvLau5JxnUDvn7FXHRUzhqNijaXau41kCPvktdvp9w3b3Oh5p4xm7crqV/C5qldNKV+lXK3a9xmhNyi5d18/QNpvKG9rz8KbzZss1vV+rRsnJWvX+xRpcl95ucJtpX2j0wIWrK7cYvDT+ei+3nCYMemml+m5l49Njf09Q8byOt/ax7hn6+5Z07Q3Tpsfitd2pdH/UnNPYsceVSPze+A+nPV/Kxz5N/UZfNa1N9ZaJSlbY7fiDFBrw9qxOFnSePuIvxRPYK2YXOR5lJN/U1E+Jdq7jnnyDdN/RrllomypM3RSap7jrxT9r2C+hs4Tyi2Oa255xwt7xjhLzUaeuWWE/VX1Nxrjvq7JtSvVS7aRcM2V9Xcq0P9HZ1yLerXKhfaXMXmPdlpViPZ99KvqDxPGLlH+FexeVwZr+vO5vjpqDb1D23OEyxr7vWiWil12Hx96dRfr+be8irjGVG/03mCZc29gbVH3pr6decJnouyVc29k16dW/A8A+rXK+dNvy31G9bca8TX70T97ucJ2ci9/OPOlfEcqV9h+oVy18Qc1aq5F/PA8nz9ihTNJs4TjGrubWxZR8tnNnAWlfFUyt3a1K9kc4iCQ+lOwcnXX7zQyILNKW3M168i6L//6+Y3b4jN5/NmlNU193y/TNAmlfEMau5J2LykPPclyZ+VymW3jarmHl6/4FfhOFXGi1eQOjX3vIlE2aCaX1oEoKrm3viq98tX5shr7GImCLlOzb2fnUVB2fA8gYar/SB3c5+85h71iT5aXsXm+8RHG5NFRY58BZsjuJxw4XKeMPgubup4nyojKZsfIuSTT/bU/zqY5TbLjh75zOWEducJBG4LI+Fq/ua+8gL8wPt8CHcxfBvaUn94GvSlyX1W2fdwoVHuckJTXz8lNLrhV9HFdDMEgcJ0PrbNkT9ir68l66IVm0Pm2wucXE5ofp5wiPz4csJVuDUnE3+Z2wyxiURZFw/ZW7TLkX86/XAECUVCO17arbPvfSwuJ6Rqc6TYwMENRZTyywkzt2hKau6FvIsWBB03BK7jozjOX3Tz9Q/OossJ7ak/uZzwZdRFsaKWau4FAZsEiKbDyZj6KTSE8vzF/XTPbsvmcDkhhvxF2/MESuOXF0W0RxnhxZp7/Jra/IVGppXx2NrEE4p4zhQk50ysqZ9fTvglupzQ8jyBt/kz5C/ibzyvfy+Q1NwjPoU07xf8hk5bvzkPJb/m+YtsLmKajRo1ZHNxOeEXQuzPEx6nyX2InN9+B6Mhqbn3fIxpuBJnkblQ/6fLD2wgrN7MPmZTrEzZnELm2/Ta7TyBfxZ+5xshV5cf/ARL0jX12cW/4SrI8KtTtHzku/z28vsRW25uZo+QdmmXKPPMN/YV3c4TonumPMhfjC4njIJSsjX3ppdfCKKhm9/cSyPVYKC2HmmX9qIy54E0f9Gmmp9QDm720oUMU1nNPR9GyOWXMXb1m0+iynhsLnLTL2mIUrm/H19OiJHBeYI08y2aXNHlhOWae2yE+MkkcKuMJ1I0x1esi9ZsHl1OOHE+T0BxiubPfP5iUnOPfxjWxVpszr8iJdFlwzZsHl9O2HE/T8CvguhywnZWOaq5B12cHDBqwbX85seAPGxBtPbIC+QJfaWy0XnCCrflReqPNkOUUR3bg2Brj3yBzSeeyOu38/XHlxOSulEE3dzlhCRbcw9yoL1JJUFXU7/nxOYv5xjHN3TWiSJ4VbLlac09NkI2Ojkz6hYtf+zm69+dj8MmoggelpTTmnt8KVtaZbxK5Z05WZKyvuZeg5XxfpdyRc29wtK+nMp4hzWV29qt4fJq7pmz+UKnXKeGf9TmKoKOv+LybsGTbg1Nff37WKNsWHOvpWNzcY/mUn392hr+3a6BcjVBF991ls3b7tn3y6zhn1Uu1NyTEXQJebJGo0ZlPKi0r1LO+fqVph9XR/gXa+41miPfmLKqhv+OnvqFMjIjaKlzJbqmdvkR/opCvudGyncQLf+b8/plBN1wtLxKeWQV4e9eMcCMoEtFk58OnG/Biyrtn9h45Ms1/BcGbS7U3LPzyPPp5Zwj7+KRd67hb0zQhh755eX1O9bwz9TcqyTolgv1y339XgX1a2v4tyyoP19zzzhavl1c2m3ZfKOS+jU391nmDhRr7jUYLW9Xc8+mhr+N8sPCxd93cQtea7OMPFY1/JFKWdpmW4Ju1WfzWpX27SP8rdm8W5v6X9eI8H/Wu7U+Tyh99AqCLvLAMqhfray8T0OjjJGGoItsjlFN6t8e1IvDRw4R/vG4NmLzM1RJ/RUR/tvLpv7KmntaghbX1FZQf42aexW34Il9gi31W9XcO6mmfr2vX6lsdAtepuy6NFWpZs29bDCeI/V7JtSv9PXnKu2b39xXo+aeYpu1NOrPV9q3yOs3ZXPP0y7ty6f+rjP1G99QX7MynjWbN0f9rjX3WgZs/qy4TzBSdqN+lbJJzb1oW7HMynh65VEN6jequXfa/T+mfpOae7gu9btk31tRf82aezsG1K9l8+kS8/qbqLnHr6ltOEfehvo9E+r/7TX3lqisv7mvkZp7DVB/LV9/BfVX1dy7q8p4daIIZF/RvOaeV4PNs8fQjtRvdp4gm4tzP+7i0mruof8Gd1bNT3ZzH8X1au5Vszn9+/Tu8vqLN/dllJFjzb0KNocr4ujyqV+pPOGpF0Rec49krbl8ATZg82/XkF1iRP2Fpb2Q3OdWc+8dv3RIXnOP0vHJ9PZsbEjQCjbH5GqUBArb+PrhcsK2d6BWNry572eiXKy5F3cxfiNubE4hf3HqQP3Bx5DSDWZh1hTK8ahWK/fFFRlpcl++5p4IMWWr08VZDTZfwI0a5JMD9d8EceYblSobnCfAdTWQ+RaHgRZq7sXZ9896F/FAdaiMN1kcQlh8vmSLga+fYLgiQ2xYSima+eVGe3PfP9n8xRxBh0kmD3mW3rxlWxmP0geTz4cUrnHTUr+kmh+sTcnlhLSkbHJzH6Y88y1Mx0eGzQOeVTeZgDa5J71crNpvDjlTueQ+82p+l2/WUJi5uY/mlU3OE6ZnRFxOKK25B3HWGCLaJwfxXMTINlq+JULJjyfW1E/G50PIreb5i7ho+g2pf9r7Asl9hTZHCzDcE8NXkINJtNxcXFhHy8PNW6KLW5KlXevrZzPnae8Xgpv7eM7URmeSNf0m1O+Tv0Y9GKgop5zU3OOXkH4E7YkXJ8rZsjnFm5CiiWgVm0uU4RKmC5G/2HrE3tKBHfXD9ZXM0LGBmrfluZp74Wo34F3kKwixZ/MxZL518xcamVM/ReT88gOFmiO8GfY392E8PrmYamruEbb/FdowF6ktmw8v+CSA5Bwn6qeshZ+uPyC4Oip/OWE19XNbfgADtaSc1Nx7Ov0ON/FCihVfbuzZ/NnFJVtB/IRirCrjxVfmnU9/RJcT6qhfrsyT+zQ199av34iPDqvThnabJWVzZnMhuY/NRafKeGn+4jYs7H3rm/vW7m/Jb+5LF+Bz1kX46LOPiNiy+dbGmu+Pn/Euukb4Rzf3wUWh1PI8Ae6dpfFt25qae3AhMJvnkEWW+TBmbA7akKI5Fb5+l8p4af7iG0vqFzd506gZupp70EWEH88CezZvb7E9COtiHTY/FpcTxrPc4jwBtivvxaazpJyruYegizTedtqw+RosZWs+rcvmAkvsqR+fQg0Fk5p759fffYLs2ZyCCzUeTu5sHs9FS1//yzkMVLOae2y13nWJw4f8xUnOQFuzeWYFsff1z6nq5r5SzT3s6JEnPq1IsVqyrx+plBvzyPNs8z8swt+o5p5jHP7yIvztlW0IGrlR/+9WNiZoaRXTRuLwl6l8hv4Dj2UChYEX8dvB7hHCeyLWNa7vcjIYPokfhp/voqsx4WG+OYR1T/bwb1Ue/A+KNFWPFeuBAwAAAABJRU5ErkJggg==");
  margin-bottom: 12px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  border: 1px solid #eee; }
.astroid-element-placeholder > span {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block; }

.element-elements .astroid-element-placeholder {
  margin: 0px;
  width: 100%;
  margin-bottom: 12px;
  padding: 0px; }
.element-elements .astroid-element-placeholder.col-12 {
  max-width: calc(100% - 10px);
  margin-left: 5px; }

.element-helper {
  height: 55px;
  border-radius: 4px;
  line-height: 35px;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px; }

.astroid-layout-element-columns-selection .astroid-layout-element-layout {
  cursor: pointer; }
.astroid-layout-element-columns-selection .astroid-layout-element-layout div {
  background: #99abc4;
  height: 35px;
  border: 2px solid #ffffff;
  color: #fff;
  font-size: 12px;
  margin: 0px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  display: block; }
.astroid-layout-element-columns-selection .astroid-layout-element-layout:hover div {
  background: #54cce8; }

.astroid-animation-selector {
  width: calc(100% - 45px); }

.astroid-animation-selector, .astroid-select-ui {
  display: inline-block;
  float: left;
  box-shadow: none !important; }
.astroid-animation-selector .menu, .astroid-select-ui .menu {
  box-shadow: none !important; }

.animation-actor {
  display: inline-block;
  float: left;
  border-radius: 0.25rem;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  background: #fff;
  cursor: pointer; }
.animation-actor > span {
  width: 38px;
  height: 38px;
  display: inline-block;
  border-radius: 0.25rem;
  border: 1px solid rgba(34, 36, 38, 0.15); }
.animation-actor > span:hover {
  border-color: rgba(34, 36, 38, 0.35); }
.animation-actor > span.animated {
  border-color: transparent;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important;
  opacity: 0.7; }
.animation-actor.medium {
  transform: scale(2);
  margin-left: 30px; }
.animation-actor.large {
  transform: scale(3);
  margin-left: 50px; }

/*.sp-replacer{
   border-color: $astroid-field-color;
   padding: 0px;
   background: none;
   border-radius: $border-radius;
   float: left;
   &.sp-active,&:hover{
      border-color: $body-color;
   }
}

.sp-preview{
   width: 35px;
   height: 35px;
   border: none;
   margin: 0px;
}
.sp-dd{
   display: none;
}

.sp-picker-container{
   border: none;
   background: #E9ECEF;
   padding-top: 0px;
   padding-right: 0px;
   padding-left: 0px;
   width: 250px;
}

.sp-container{
   border: none;
}

.sp-input{
   background: #fff;
   border: 1px solid $ui-border-hover-color !important;
}

.sp-color{
   width: 100%;
   border: none;
}*/
.form-group .col-form-label .star {
  color: #c4183c; }

.parsley-errors-list {
  list-style-type: none;
  margin: 0px;
  padding: 0;
  color: #c4183c; }

.form-group .help-block {
  text-align: left;
  font-size: 14px;
  padding: 2px 0px;
  font-style: inherit;
  display: inline-block; }

.custom-control-label:hover {
  cursor: pointer; }
.custom-control-label::before {
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-color: #dee2e6;
  border: 1px solid #dee2e6;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
.custom-control-label::after {
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-size: 50% 50%; }

.custom-toggle {
  position: relative;
  padding-left: 80px; }
.custom-toggle .custom-control-label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 35px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  pointer-events: all; }
.custom-toggle .custom-control-label:hover::before {
  border-color: #b2b3b4; }
.custom-toggle .custom-control-label::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 27px;
  height: 27px;
  background: rgba(34, 36, 38, 0.15);
  border-radius: 100px;
  transition: 350ms; }
.custom-toggle .custom-control-label.danger::before {
  background: #fff;
  border: 1px solid #f0859b; }
.custom-toggle .custom-control-label.danger:hover::before {
  border-color: #c4183c; }
.custom-toggle .custom-control-label.danger::after {
  background: #c4183c; }
.custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
  background: #1ee248;
  border-color: #1ee248; }
.custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
  left: 66px;
  transform: translateX(-100%);
  background: #fff; }
.custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background: #e9ecef;
  border-color: #dee2e6; }
.custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::after {
  background: #dee2e6; }
.custom-toggle .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
  width: 26px; }
.custom-toggle .custom-control-input:active:not(:checked) ~ .custom-control-label::before {
  background-color: #fff; }
.custom-toggle .custom-control-input:disabled:active ~ .custom-control-label::before {
  background-color: #e9ecef; }
.custom-toggle .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none; }
.custom-toggle .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  box-shadow: none; }

.astroid-label {
  line-height: 35px;
  margin: 0px;
  height: 35px;
  display: block;
  font-weight: 600;
  font-size: 16px; }

.astroid-tab-pane .astroid-form-fieldset-section {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(84, 0, 179, 0.2);
  margin-bottom: 20px;
  background: #fff; }
.astroid-tab-pane .astroid-form-fieldset-section.labeled {
  margin-bottom: 20px; }
.astroid-tab-pane .astroid-form-fieldset-section.non-labeled:not(:first-child) {
  margin-top: -20px; }
.astroid-tab-pane .astroid-form-fieldset-section .form-group {
  padding: 10px 0px;
  border-top: 1px solid #fbf9fd;
  margin: 0px; }
.astroid-tab-pane .astroid-form-fieldset-section .form-group:first-child {
  border-top: none; }

.astroid-fade-animation {
  transition: all linear 0.2s; }
.astroid-fade-animation.ng-hide {
  opacity: 0; }

.astroid-zoom-animation {
  transition: all linear 0.2s; }
.astroid-zoom-animation.ng-hide {
  transform: scale(0); }

.astroid-fade-fast-animation {
  transition: none; }
.astroid-fade-fast-animation.ng-hide {
  display: none; }

.astroid-slide-animation {
  transition: all linear 0.2s; }
.astroid-slide-animation.ng-hide {
  transform: scaleY(0); }

.astroid-slide-animation {
  transition: all linear 0.2s; }
.astroid-slide-animation.ng-hide {
  transform: scaleY(0); }

.astroid-slide-right-animation {
  transition: all linear 0.2s; }
.astroid-slide-right-animation.ng-hide {
  margin-left: 50px; }

.astroid-typography-preview-container {
  font-size: 1em;
  line-height: 1em; }
.astroid-typography-preview-container .astroid-typography-preview {
  background: #fff !important;
  padding: 15px;
  border: 1px solid #dededf;
  border-radius: 4px; }
.astroid-typography-preview-container .astroid-typography-preview span {
  display: inline-block;
  margin: 5px; }

.astroid-font-preview {
  display: none; }
.astroid-font-preview .more, .astroid-font-preview .less {
  display: inline-block;
  line-height: 38px;
  padding: 0px 20px;
  font-size: 18px;
  cursor: pointer; }
.astroid-font-preview .less {
  display: none; }
.astroid-font-preview .light {
  margin-top: 10px;
  background: #fff !important;
  color: #210048 !important;
  padding: 15px;
  border: 1px solid #dededf; }
.astroid-font-preview .light span {
  display: inline-block;
  margin: 5px;
  font-size: 16px; }
.astroid-font-preview .dark {
  margin-top: 10px;
  background: #210048 !important;
  color: #fff !important;
  padding: 20px;
  border: 1px solid #210048; }
.astroid-font-preview .dark span {
  display: inline-block;
  margin: 5px;
  font-size: 16px; }
.astroid-font-preview.inline {
  display: inline-block; }
.astroid-font-preview.inline .light, .astroid-font-preview.inline .dark {
  margin-top: 0px;
  padding: 0px 20px;
  margin-left: 5px;
  display: inline-block; }
.astroid-font-preview.inline .light span, .astroid-font-preview.inline .dark span {
  margin: 0px;
  line-height: 36px; }
.astroid-font-preview.expand {
  display: block; }
.astroid-font-preview.expand.inline .light, .astroid-font-preview.expand.inline .dark {
  display: none; }
.astroid-font-preview.expand .more {
  display: none; }
.astroid-font-preview.expand .less {
  display: inline-block !important; }

.astroid-range-container {
  position: relative;
  max-width: 300px;
  margin-bottom: 15px; }
.astroid-range-container .astroid-range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background: #dededf url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAAAXNSR0IB2cksfwAAAANQTFRFISUpNLRZhgAAAAF0Uk5T/23kN+sAAAALSURBVHicY2CAAQAACgABf4B0XgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: relative; }
.astroid-range-container .astroid-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f8f8f8;
  box-shadow: 0px 0px 4px #000;
  border: 1px solid white;
  cursor: pointer; }
.astroid-range-container .astroid-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f8f8f8;
  border: 1px solid white;
  box-shadow: 0px 0px 4px #000;
  cursor: pointer; }
.astroid-range-container .astroid-range.astroid-range-min {
  height: 3px;
  top: -5px; }
.astroid-range-container .astroid-range.astroid-range-min::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f8f8f8;
  box-shadow: 0px 0px 4px #000;
  border: 1px solid white;
  cursor: pointer; }
.astroid-range-container .astroid-range.astroid-range-min::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f8f8f8;
  border: 1px solid white;
  box-shadow: 0px 0px 4px #000;
  cursor: pointer; }
.astroid-range-container .astroid-range-min-value {
  font-size: 14px; }
.astroid-range-container .astroid-range-value {
  display: inline-block;
  padding: 10px;
  background: #210048;
  font-size: 12px;
  width: 80px;
  text-align: center;
  color: #fbf9fd;
  font-weight: bold;
  position: relative;
  top: 15px;
  -webkit-transition: all 0.01s ease;
  -moz-transition: all 0.01s ease;
  -o-transition: all 0.01s ease;
  transition: all 0.01s ease; }
.astroid-range-container .astroid-range-value:before {
  position: absolute;
  content: '';
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #210048;
  margin-left: -10px; }

.notifyjs-corner {
  margin-right: 0px !important;
  z-index: 99999 !important; }
.notifyjs-corner .notifyjs-wrapper, .notifyjs-corner .notifyjs-container {
  margin-right: 0px !important; }

.notifyjs-bootstrap-success {
  background-image: none !important;
  background: #1ee248 !important;
  border-radius: 0px !important;
  border: none !important;
  color: #fff !important;
  text-shadow: none !important;
  font-weight: 300 !important;
  padding: 20px 30px !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  border-right: 5px solid #22262a !important; }

.notifyjs-bootstrap-error {
  background-image: none !important;
  background: #c4183c !important;
  border-radius: 0px !important;
  border: none !important;
  color: #fff !important;
  text-shadow: none !important;
  font-weight: 300 !important;
  padding: 20px 30px !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  border-right: 5px solid #22262a !important; }

.notifyjs-bootstrap-info {
  background-image: none !important;
  background: #3FA8E7 !important;
  border-radius: 0px !important;
  border: none !important;
  color: #fff !important;
  text-shadow: none !important;
  font-weight: 300 !important;
  padding: 20px 30px !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  border-right: 5px solid #22262a !important; }

.notifyjs-bootstrap-warn {
  background-image: none !important;
  background: #F9C847 !important;
  border-radius: 0px !important;
  border: none !important;
  color: #fff !important;
  text-shadow: none !important;
  font-weight: 300 !important;
  padding: 20px 30px !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  border-right: 5px solid #22262a !important; }

.astroid-font-style-selector {
  position: relative;
  padding: 5px 0px; }
.astroid-font-style-selector .checkbox {
  font-size: 24px;
  color: #dededf;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0px;
  line-height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.astroid-font-style-selector .checkbox:hover {
  color: #b2b3b4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.astroid-font-style-selector .checkbox [type='checkbox'] {
  display: none; }
.astroid-font-style-selector .checkbox [type='checkbox']:checked ~ span {
  color: #210048;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.astroid-font-style-selector .checkbox [type='checkbox']:checked ~ span:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.astroid-font-style-selector .checkbox [type='radio'] {
  display: none; }
.astroid-font-style-selector .checkbox [type='radio']:checked ~ span {
  color: #210048;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.astroid-font-style-selector .checkbox [type='radio']:checked ~ span:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.range-slider-value {
  display: block;
  color: #210048; }

.btn-image {
  padding: 2px !important;
  margin-bottom: 4px !important;
  border-radius: 0px !important;
  border: none !important;
  background: none !important; }
.btn-image span {
  display: block; }
.btn-image img {
  opacity: 0.7;
  border: 1px solid #8E2DE2;
  border-radius: 5px; }
.btn-image img:hover {
  background: #fbf9fd; }
.btn-image.btn-light img {
  background: transparent linear-gradient(to right, #fbf9fd, #ede5f6) repeat scroll 0 0 !important;
  opacity: 1;
  border-color: #210048; }
.btn-image.btn-light span {
  font-weight: bold; }

.astroid-color-picker-pop {
  float: left; }

/*.marquee{
   animation-delay: 2s;
   -moz-animation-delay: 2s;
   -webkit-animation-delay: 2s;
   -moz-animation: marquee 5s linear infinite;
   -webkit-animation: marquee 5s linear infinite;
   animation: marquee 5s linear infinite;
}

@-moz-keyframes marquee {
   0%   { -moz-transform: translateX(0%); }
   100% { -moz-transform: translateX(-10%); }
}
@-webkit-keyframes marquee {
   0%   { -webkit-transform: translateX(0%); }
   100% { -webkit-transform: translateX(-10%); }
}
@keyframes marquee {
   0%   { 
      -moz-transform: translateX(0%);  Firefox bug fix 
      -webkit-transform: translateX(0%);  Firefox bug fix 
      transform: translateX(0%); 		
   }
   100% { 
      -moz-transform: translateX(-10%);  Firefox bug fix 
      -webkit-transform: translateX(-10%);  Firefox bug fix 
      transform: translateX(-10%); 
   }
}*/
.astroid-ring-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #fff url('data:image/svg+xml;utf8,<svg width="50px"  height="50px"  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-ring" style="background: none;"><circle cx="50" cy="50" ng-attr-r="{{config.radius}}" ng-attr-stroke="{{config.base}}" ng-attr-stroke-width="{{config.width}}" fill="none" r="30" stroke="none" stroke-width="10" class=""></circle><circle cx="50" cy="50" ng-attr-r="{{config.radius}}" ng-attr-stroke="{{config.stroke}}" ng-attr-stroke-width="{{config.innerWidth}}" ng-attr-stroke-linecap="{{config.linecap}}" fill="none" r="30" stroke="#4A00E0" stroke-width="5" stroke-linecap="square" transform="rotate(180 50 50)" class=""><animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 50 50;180 50 50;720 50 50" keyTimes="0;0.5;1" dur="1s" begin="0s" repeatCount="indefinite" class=""></animateTransform><animate attributeName="stroke-dasharray" calcMode="linear" values="18.84955592153876 169.64600329384882;94.2477796076938 94.24777960769377;18.84955592153876 169.64600329384882" keyTimes="0;0.5;1" dur="1" begin="0s" repeatCount="indefinite" class=""></animate></circle></svg>');
  background-repeat: no-repeat;
  background-position: center;
  display: none; }

.astroid-code-editor .overlay {
  display: none; }
.astroid-code-editor .head {
  display: none; }
.astroid-code-editor .body .ace_editor {
  border: 1px solid #e9eaf1;
  max-width: calc(100% - 40px);
  height: 100%;
  max-height: 100%;
  border-radius: 5px; }
.astroid-code-editor .astroid-code-editor-fs {
  line-height: 40px;
  position: absolute;
  top: -10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.astroid-code-editor .astroid-code-editor-fs:hover {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  transform: scale(1.2); }
.astroid-code-editor.full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0; }
.astroid-code-editor.full-screen .astroid-code-editor-fs {
  display: none; }
.astroid-code-editor.full-screen .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }
.astroid-code-editor.full-screen .head {
  height: 60px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important;
  top: 10vh;
  width: 100%;
  left: 10vw;
  max-width: 80vw;
  z-index: 3;
  display: block;
  color: #fff;
  line-height: 60px;
  position: absolute;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0px 20px; }
.astroid-code-editor.full-screen .head .astroid-code-editor-exit-fs {
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.astroid-code-editor.full-screen .head .astroid-code-editor-exit-fs:hover {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  transform: scale(1.2); }
.astroid-code-editor.full-screen .body {
  width: 100%;
  height: 100%;
  max-width: 80vw;
  max-height: 80vh;
  padding-top: 60px;
  left: 10vw;
  top: 10vh;
  background: #fff;
  z-index: 2;
  position: absolute;
  overflow-y: auto;
  border-radius: 5px; }
.astroid-code-editor.full-screen .body .ace_editor {
  border: 1px solid #f0f0f0;
  max-width: 100% !important;
  height: 100%;
  max-height: 100%; }

.astroid-preloader-field {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  overflow: hidden; }
.astroid-preloader-field:hover {
  border: 1px solid #000; }
.astroid-preloader-field .astroid-preloader-field-select {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.astroid-preloaders-selector {
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }
.astroid-preloaders-selector.open {
  display: block; }
.astroid-preloaders-selector .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }
.astroid-preloaders-selector .head {
  height: 60px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important;
  top: 10vh;
  width: 100%;
  left: 10vw;
  max-width: 80vw;
  z-index: 3;
  display: block;
  color: #fff;
  line-height: 60px;
  position: absolute;
  font-size: 18px;
  padding: 0px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
.astroid-preloaders-selector .head .astroid-preloaders-selector-exit-fs {
  display: inline-block;
  padding: 0px 20px;
  margin-right: -20px;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.astroid-preloaders-selector .head .astroid-preloaders-selector-exit-fs:hover {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  transform: scale(1.2); }
.astroid-preloaders-selector .body {
  width: 100%;
  height: 100%;
  max-width: 80vw;
  max-height: 80vh;
  padding-top: 60px;
  left: 10vw;
  top: 10vh;
  background: #fff;
  z-index: 2;
  position: absolute;
  overflow-y: auto;
  border-radius: 5px; }
.astroid-preloaders-selector .body .astroid-preloader-select {
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 5px;
  height: 100px;
  width: 100px;
  padding: 0px;
  text-align: center;
  padding-top: 25px;
  margin: 10px;
  display: inline-block;
  float: left; }
.astroid-preloaders-selector .body .astroid-preloader-select:hover {
  border: 1px solid #000; }

[data-astroid-tooltip] {
  position: relative; }
[data-astroid-tooltip]:before, [data-astroid-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }
[data-astroid-tooltip]:before {
  /*      content: attr(data-astroid-tooltip);
        position: absolute;
        display: none;
        line-height: 20px;
        background: white;
        white-space: nowrap;
        padding: 0px 5px;
        border-radius: 4px;
        border: 1px solid #eee;
        color: $theme_textcolor;
        font-size: 11px;
        top: -25px;
        right: -100%;
        z-index: 99;*/
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  padding: 7px;
  width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #210048;
  color: #fff;
  content: attr(data-astroid-tooltip);
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  z-index: 999999; }
[data-astroid-tooltip]:after {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #210048;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }
[data-astroid-tooltip]:hover:before, [data-astroid-tooltip]:hover:after {
  visibility: visible;
  opacity: 1; }

#astroidOptionsMenu:after {
  display: none; }

[dir="rtl"] #astroid-wrapper #astroid-content-wrapper {
  padding: 68px 270px 25px 0; }

[dir="rtl"] .astroid-manager-navbar {
  left: 0;
  right: auto; }

.live-preview-toolbar {
  display: none; }

.showin-live-preview {
  display: none; }

.astroid-live-preview .astroid-manager-navbar {
  bottom: 0px;
  top: auto;
  left: 0;
  right: auto;
  width: 350px !important;
  border-bottom: none;
  box-shadow: 0px -5px 30px #eaeaea;
  border-top: 1px solid #f3f3f3; }
.astroid-live-preview.astroid-layout-tab-selected .astroid-manager-navbar {
  width: 400px !important; }
.astroid-live-preview .showin-live-preview {
  display: block !important; }
.astroid-live-preview .hidein-live-preview {
  display: none !important; }
.astroid-live-preview .btn-image img {
  max-width: 125px; }
.astroid-live-preview .astroid-label {
  font-size: 14px; }
.astroid-live-preview .tab-content {
  position: relative; }
.astroid-live-preview .tab-content .live-preview-toolbar {
  display: block;
  padding: 10px;
  padding-bottom: 0px;
  text-align: center; }
.astroid-live-preview #astroid-sidebar-wrapper {
  left: -350px;
  max-width: 350px !important;
  padding-top: 0px !important;
  padding-bottom: 75px !important; }
.astroid-live-preview #astroid-sidebar-wrapper .sidebar-nav > li.has-child > a:after {
  display: none !important; }
.astroid-live-preview #astroid-sidebar-wrapper .sidebar-nav > li.has-child > a.active:after {
  display: none !important; }
.astroid-live-preview #astroid-sidebar-wrapper .sidebar-nav > li.has-child .sidebar-submenu {
  display: none !important; }
.astroid-live-preview #astroid-content-wrapper {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-left: 0px !important;
  padding-top: 0px !important;
  height: 100vh;
  padding-bottom: 75px !important;
  overflow-y: scroll;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.astroid-live-preview #astroid-content-wrapper .container-fluid {
  padding-left: 0px;
  padding-right: 0px; }
.astroid-live-preview #astroid-content-wrapper .astroid-manager-navbar {
  width: 100%; }
.astroid-live-preview #astroid-content-wrapper .astroid-tab-pane {
  max-width: 350px; }
.astroid-live-preview #astroid-content-wrapper .astroid-tab-pane#astroid-tab-astroid_layout {
  width: 400px;
  max-width: 400px; }
.astroid-live-preview #astroid-content-wrapper .astroid-tab-pane .astroid-form-fieldset-section > .form-group > .row > .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px; }
.astroid-live-preview #astroid-content-wrapper .astroid-tab-pane .astroid-form-fieldset-section > .form-group > .row > .col-sm-7 {
  flex: 0 0 100%;
  max-width: 100%; }
.astroid-live-preview #astroid-content-wrapper .astroid-tab-pane .astroid-typography-field-group > .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px; }
.astroid-live-preview #astroid-content-wrapper .astroid-tab-pane .astroidsocialprofiles > .row > .col-sm-9 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px; }
.astroid-live-preview #astroid-content-wrapper .astroid-tab-pane .astroidsocialprofiles > .row > .col-sm-9 .col-sm-4 {
  padding-right: 0px; }
.astroid-live-preview #astroid-content-wrapper .astroid-tab-pane .astroidsocialprofiles > .row > .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 50px; }
.astroid-live-preview.show-options #astroid-sidebar-wrapper {
  left: 0px !important; }
.astroid-live-preview.show-options #astroid-content-wrapper {
  left: -400px !important;
  width: 350px !important; }
.astroid-live-preview .ezlb-elements .ezlb-element > .ezlb-toolbar {
  padding: 0px !important; }

.text-ellipsis, .ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-elements .ezlb-element .element-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#live-preview {
  width: 100%;
  height: 100%;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  outline: 0px !important;
  box-shadow: 0px !important; }

#astroid-preview-wrapper {
  height: 100vh;
  padding: 20px; }

#live-preview-viewport {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  padding: 0px;
  position: relative;
  border: 2px solid #eaeaea; }
#live-preview-viewport.desktop {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
#live-preview-viewport.tablet {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
#live-preview-viewport.tablet.portrait {
  height: 1024px;
  width: 768px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
#live-preview-viewport.tablet.landscape {
  width: 1024px;
  height: 768px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
#live-preview-viewport.mobile {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
#live-preview-viewport.mobile.portrait {
  height: 667px;
  width: 375px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
#live-preview-viewport.mobile.landscape {
  width: 667px;
  height: 375px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.viewport-options {
  font-size: 24px; }
.viewport-options li a {
  color: #ababab;
  opacity: 0.7;
  margin: 0px 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.viewport-options li a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.viewport-options li a.active {
  color: #8E2DE2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.range-slider-value {
  color: #8E2DE2;
  border-bottom: 1px dashed;
  margin-left: 5px; }

[range-slider] {
  display: block !important;
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
  line-height: 24px;
  background: none;
  width: 70px;
  text-align: center;
  border: none !important;
  border-bottom: 1px dashed !important;
  outline: none !important;
  box-shadow: none !important;
  color: #8E2DE2 !important; }
[range-slider].d-none {
  display: none !important; }

.slider-selection {
  background-color: #8E2DE2;
  background-image: -webkit-gradient(linear, left top, right top, from(#8E2DE2), to(#4A00E0));
  background-image: -webkit-linear-gradient(left, #8E2DE2, #4A00E0);
  background-image: -o-linear-gradient(left, #8E2DE2, #4A00E0);
  background-image: linear-gradient(to right, #8E2DE2, #4A00E0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009A4F',endColorstr='#17C671',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute; }

.astroid-sidebar-btn {
  height: 40px;
  border-radius: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  text-decoration: none !important;
  cursor: pointer;
  border: none;
  outline: none !important;
  box-shadow: 0px 0px 10px #b0b7e2;
  display: flex;
  padding: 0px 20px;
  margin: 10px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.astroid-sidebar-btn:hover {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  box-shadow: 0px 0px 30px #b0b7e2; }
.astroid-sidebar-btn:hover.bg-light {
  background-color: #e9ecef !important; }
.astroid-sidebar-btn span {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 5px; }
.astroid-sidebar-btn div {
  width: 100%; }
.astroid-sidebar-btn .fa {
  font-size: 12px; }

.astroid-back-btn {
  background-image: linear-gradient(#fe667d, #ffa375);
  color: #fff;
  text-decoration: none !important; }
.astroid-back-btn .fa {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.astroid-back-btn:hover {
  color: #fff;
  box-shadow: 0px 0px 20px #fe667d; }
.astroid-back-btn:hover .fa {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  transform: scale(1.2); }

#clearing-cache {
  cursor: progress !important;
  color: #e6e6e6 !important;
  background: #42484e !important; }

.bottom-0 {
  bottom: 0; }

.template-title {
  line-height: 60px;
  text-align: center;
  font-size: 16px; }

#saving-options {
  cursor: progress !important;
  color: #fff !important;
  background: transparent linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important;
  opacity: 0.5; }

#save-options {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important;
  padding-left: 30px;
  padding-right: 30px; }
#save-options:hover {
  box-shadow: 0px 0px 20px #8E2DE2; }

.jd-switch {
  display: none; }
.jd-switch, .jd-switch:after, .jd-switch:before, .jd-switch *, .jd-switch *:after, .jd-switch *:before, .jd-switch + .jd-switch-btn {
  box-sizing: border-box; }
.jd-switch::selection, .jd-switch:after::selection, .jd-switch:before::selection, .jd-switch *::selection, .jd-switch *:after::selection, .jd-switch *:before::selection, .jd-switch + .jd-switch-btn::selection {
  background: none; }
.jd-switch + .jd-switch-btn {
  outline: 0;
  display: block;
  width: 35px;
  height: 20px;
  position: relative;
  cursor: pointer;
  user-select: none; }
.jd-switch + .jd-switch-btn:after, .jd-switch + .jd-switch-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%; }
.jd-switch + .jd-switch-btn:after {
  left: 0; }
.jd-switch + .jd-switch-btn:before {
  display: none; }
.jd-switch:checked + .jd-switch-btn:after {
  left: 50%; }
.jd-switch + .jd-switch-btn {
  background: #EBEBEB;
  border-radius: 2em;
  padding: 2px;
  transition: all .4s ease; }
.jd-switch + .jd-switch-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  width: 16px;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.3); }
.jd-switch + .jd-switch-btn:hover:after {
  will-change: padding; }
.jd-switch + .jd-switch-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9; }
.jd-switch + .jd-switch-btn:active:after {
  padding-right: .8em; }
.jd-switch:checked + .jd-switch-btn {
  background: #00F25E; }
.jd-switch:checked + .jd-switch-btn:active {
  box-shadow: none; }
.jd-switch:checked + .jd-switch-btn:active:after {
  margin-left: -.8em; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.ezlb div[class^="ezlb-"] .ezlb-toolbar {
  line-height: 40px;
  font-size: 14px;
  padding: 0px 10px;
  display: none; }
.ezlb div[class^="ezlb-"] .ezlb-toolbar .ezlb-action {
  padding: 0px 5px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  opacity: 0.6;
  line-height: 20px; }
.ezlb div[class^="ezlb-"] .ezlb-toolbar .ezlb-action:hover {
  opacity: 1; }
.ezlb div[class^="ezlb-"]:hover > .ezlb-toolbar {
  display: block; }
.ezlb div[class^="ezlb-"] .ezlb-title {
  font-size: 15px;
  line-height: 40px;
  position: relative; }
.ezlb div[class^="ezlb-"] .ezlb-title input[type=text] {
  background: none;
  border: none !important;
  outline: none !important;
  box-shadow: none !important; }
.ezlb div[class^="ezlb-"] .ezlb-title:after {
  content: attr(data-info);
  position: absolute;
  width: 100%;
  text-align: left;
  top: 30px;
  left: 2px;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.8;
  height: 20px;
  line-height: 20px;
  white-space: nowrap; }
.ezlb .ezlb-section .ezlb-content .ezlb-row {
  position: relative;
  padding: 0px;
  padding-top: 1.5rem; }
.ezlb .ezlb-section .ezlb-content .ezlb-row > .ezlb-toolbar {
  position: absolute;
  right: -30px;
  top: 0px;
  width: 30px;
  padding: 0px 3px;
  padding-top: 1.5rem;
  line-height: 24px;
  height: 100%; }
.ezlb .ezlb-section .ezlb-content .ezlb-row > .ezlb-toolbar.toolbar-left {
  left: -30px;
  right: auto; }
.ezlb .ezlb-section .ezlb-content .ezlb-row.sortable-chosen {
  opacity: 0.3; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col {
  min-height: 70px;
  flex: auto;
  flex-direction: column;
  display: flex;
  padding: 0px;
  background: #fff;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border: 1px solid #e1e1e1;
  border-left-width: 0px; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col:first-child {
  border-left-width: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col:first-child .ezlb-elements .ezlb-element:first-child {
  border-top-left-radius: 5px; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col:first-child .ezlb-elements .ezlb-element:last-child {
  border-bottom-left-radius: 5px; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col:last-child .ezlb-elements .ezlb-element:first-child {
  border-top-right-radius: 5px; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col:last-child .ezlb-elements .ezlb-element:last-child {
  border-bottom-right-radius: 5px; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col.sortable-chosen {
  opacity: 0.3; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-col-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  display: block; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col:hover .ezlb-col-overlay {
  display: none; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col[draggable="true"] ~ .ezlb-col[draggable="false"] {
  border-left-width: 1px !important; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col[draggable="true"] ~ .ezlb-col[draggable="false"] .ezlb-col-overlay {
  display: block !important; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col[draggable="true"] ~ .ezlb-col .ezlb-elements .ezlb-element .ezlb-add-element {
  display: none !important; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col[draggable="true"] ~ .ezlb-col .ezlb-elements .ezlb-element > .ezlb-toolbar {
  display: none !important; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col.ezlb-col-empty {
  cursor: pointer; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col.ezlb-col-empty:after {
  content: '+';
  font-size: 24px;
  width: 120px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  opacity: 0.6; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col.ezlb-col-empty:hover:after {
  opacity: 1; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col.ezlb-col-empty .ezlb-add-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-element-col-edit {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  background: #fff;
  border-radius: 30px;
  z-index: 4;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  display: none;
  border: 1px solid #e1e1e1; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-element-col-edit:hover {
  opacity: 1; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col:hover .ezlb-element-col-edit {
  display: block; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-elements {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  max-width: 100%; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-elements .ezlb-element {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  max-width: 100%;
  background: #f9f8fd;
  flex: 1;
  padding: 20px 0px;
  position: relative;
  border-bottom: 1px solid #e1e1e1; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-elements .ezlb-element:last-child {
  border-bottom: none; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-elements .ezlb-element > .ezlb-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  background: #e9eaf1;
  padding: 0px 5px;
  line-height: 30px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-elements .ezlb-element .element-title {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 10px; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-elements .ezlb-element .ezlb-add-element {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  background: #fff;
  border-radius: 30px;
  z-index: 4;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  display: none;
  border: 1px solid #e1e1e1; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-elements .ezlb-element .ezlb-add-element:hover {
  opacity: 1; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-elements .ezlb-element:hover .ezlb-add-element {
  display: block; }
.ezlb .ezlb-section .ezlb-content .ezlb-row .ezlb-col .ezlb-elements .ezlb-element[draggable="true"] .ezlb-add-element {
  display: none !important; }

.ezlb-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none; }
.ezlb-pop.open {
  display: block; }
.ezlb-pop .ezlb-pop-overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1; }
.ezlb-pop .ezlb-pop-body {
  width: 100%;
  height: 100%;
  max-width: 70vw;
  max-height: 70vh;
  left: 15vw;
  top: 15vh;
  background: #fff;
  z-index: 2;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 5px; }
.ezlb-pop .ezlb-pop-body .astroid-tab-pane .astroid-form-fieldset-section {
  box-shadow: none; }
.ezlb-pop .ezlb-pop-body .ezlb-pop-header {
  height: 60px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important;
  position: fixed;
  z-index: 3;
  width: 100%;
  max-width: 70vw;
  left: 15vw;
  top: 15vh;
  width: 100%; }
.ezlb-pop .ezlb-pop-body .ezlb-pop-header .title, .ezlb-pop .ezlb-pop-body .ezlb-pop-header .compress, .ezlb-pop .ezlb-pop-body .ezlb-pop-header .expand, .ezlb-pop .ezlb-pop-body .ezlb-pop-header .dismiss {
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  padding: 0px 20px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.ezlb-pop .ezlb-pop-body .ezlb-pop-header .title:hover, .ezlb-pop .ezlb-pop-body .ezlb-pop-header .compress:hover, .ezlb-pop .ezlb-pop-body .ezlb-pop-header .expand:hover, .ezlb-pop .ezlb-pop-body .ezlb-pop-header .dismiss:hover {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.ezlb-pop .ezlb-pop-body .ezlb-pop-header .expand {
  display: none; }
.ezlb-pop .ezlb-pop-body .ezlb-pop-header .compress, .ezlb-pop .ezlb-pop-body .ezlb-pop-header .expand, .ezlb-pop .ezlb-pop-body .ezlb-pop-header .dismiss {
  float: right;
  cursor: pointer; }
.ezlb-pop .ezlb-pop-body .ezlb-pop-header .compress:hover, .ezlb-pop .ezlb-pop-body .ezlb-pop-header .expand:hover, .ezlb-pop .ezlb-pop-body .ezlb-pop-header .dismiss:hover {
  transform: scale(1.2); }
.ezlb-pop .ezlb-pop-body .ezlb-pop-header .nav-link {
  padding: 0px 15px;
  height: 60px;
  line-height: 60px;
  border: none !important;
  color: #eee3ff;
  font-size: 16px;
  border-radius: 0px !important; }
.ezlb-pop .ezlb-pop-body .ezlb-pop-header .nav-link:hover {
  color: #fff; }
.ezlb-pop .ezlb-pop-body .ezlb-pop-header .nav-link.active {
  color: #000 !important;
  background-color: #fff !important; }
.ezlb-pop .ezlb-pop-body .ezlb-pop-header .nav-tabs {
  border: none !important;
  float: left; }
.ezlb-pop .ezlb-pop-body .ezlb-pop-header .nav-tabs .nav-item {
  margin-bottom: 0px !important; }
.ezlb-pop .ezlb-pop-body .ezlb-pop-footer {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
  border-top: 1px solid #e1e1e1;
  position: fixed;
  z-index: 3;
  max-width: 70vw;
  left: 15vw;
  bottom: 15vh;
  width: 100%;
  padding: 0px 20px; }
.ezlb-pop .ezlb-pop-body.sm-h {
  max-width: 40vw;
  max-height: 40vh;
  left: 30vw;
  top: 30vh; }
.ezlb-pop .ezlb-pop-body.sm-h .ezlb-pop-header {
  max-width: 40vw;
  left: 30vw;
  top: 30vh; }
.ezlb-pop .ezlb-pop-body.sm-h .ezlb-pop-footer {
  max-width: 40vw;
  left: 30vw;
  bottom: 30vh; }
.ezlb-pop .ezlb-pop-body.sm-v {
  max-width: 30vw;
  max-height: 70vh;
  left: 35vw;
  top: 15vh; }
.ezlb-pop .ezlb-pop-body.sm-v .ezlb-pop-header {
  max-width: 30vw;
  left: 35vw;
  top: 15vh; }
.ezlb-pop .ezlb-pop-body.sm-v .ezlb-pop-footer {
  max-width: 30vw;
  left: 35vw;
  bottom: 15vh; }
.ezlb-pop .ezlb-pop-body.tiny-v {
  max-width: 30vw;
  max-height: 50vh;
  left: 35vw;
  top: 25vh; }
.ezlb-pop .ezlb-pop-body.tiny-v .ezlb-pop-header {
  max-width: 30vw;
  left: 35vw;
  top: 25vh; }
.ezlb-pop .ezlb-pop-body.tiny-v .ezlb-pop-footer {
  max-width: 30vw;
  left: 35vw;
  bottom: 25vh; }
.ezlb-pop .ezlb-pop-body.left-push {
  max-width: 50vw;
  max-height: 100vh;
  left: 0;
  top: 0; }
.ezlb-pop .ezlb-pop-body.left-push .ezlb-pop-header {
  max-width: 50vw;
  left: 0;
  top: 0; }
.ezlb-pop .ezlb-pop-body.left-push .ezlb-pop-footer {
  max-width: 50vw;
  left: 0;
  bottom: 0; }
.ezlb-pop .ezlb-pop-body.left-push .ezlb-pop-header .expand {
  display: block; }
.ezlb-pop .ezlb-pop-body.left-push .ezlb-pop-header .compress {
  display: none; }

.ezlb-grid-items {
  margin-top: 30px; }
.ezlb-grid-items .ezlb-grid-item .row .ezlb-grid-item-col {
  position: relative;
  padding: 0px 3px;
  margin-bottom: 30px; }
.ezlb-grid-items .ezlb-grid-item .row .ezlb-grid-item-col span {
  min-height: 120px;
  line-height: 120px;
  text-align: center;
  border: 2px solid #000000;
  display: block;
  color: #000000;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.ezlb-grid-items .ezlb-grid-item .row .ezlb-grid-item-element {
  position: relative;
  padding: 0px 3px;
  margin-bottom: 30px; }
.ezlb-grid-items .ezlb-grid-item .row .ezlb-grid-item-element > span {
  padding: 20px 5px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #000000;
  display: block;
  color: #000000;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.ezlb-grid-items .ezlb-grid-item .row .ezlb-grid-item-element > span .title {
  display: block; }
.ezlb-grid-items .ezlb-grid-item .row .ezlb-grid-item-element > span .sub-title {
  display: block;
  font-size: 11px; }
.ezlb-grid-items .ezlb-grid-item:hover {
  cursor: pointer; }
.ezlb-grid-items .ezlb-grid-item:hover .row .ezlb-grid-item-col span {
  background: #f3f3f3; }
.ezlb-grid-items .ezlb-grid-item:hover .row .ezlb-grid-item-element > span {
  background: #f3f3f3; }

.ezlb-btn {
  border: 2px solid #000000;
  color: #000000;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer; }
.ezlb-btn.ezlb-btn-sm {
  font-size: 12px;
  padding: 7px; }
.ezlb-btn.ezlb-btn-tiny {
  font-size: 11px;
  padding: 5px; }

.bootstrap-datetimepicker-widget {
  list-style: none; }
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em; }
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }
.bootstrap-datetimepicker-widget table td {
  text-align: center;
  border-radius: 4px; }
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  width: 20px; }
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }
.bootstrap-datetimepicker-widget table th.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed; }
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee; }
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777; }
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }
.bootstrap-datetimepicker-widget table td.day:hover {
  background: #eeeeee;
  cursor: pointer; }
.bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer; }
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777; }
.bootstrap-datetimepicker-widget table td.today {
  position: relative; }
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #8E2DE2;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }
.bootstrap-datetimepicker-widget table td.active {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td.active:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }
.bootstrap-datetimepicker-widget table td.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed; }
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee; }
.bootstrap-datetimepicker-widget table td span.active {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0 !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777; }
.bootstrap-datetimepicker-widget table td span.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed; }
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }
.bootstrap-datetimepicker-widget.wider {
  width: 21em; }
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*# sourceMappingURL=astroid-framework.css.map */
