

/* -------  app-assets/css/bootstrap.css  ------ */
/*!
 * 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;
  --indigo: #6610f2;
  --purple: #967ADC;
  --pink: #e83e8c;
  --red: #DA4453;
  --orange: #F6BB42;
  --yellow: #ffc107;
  --green: #37BC9B;
  --teal: #20c997;
  --cyan: #3BAFDA;
  --white: #fff;
  --gray: #55595c;
  --gray-dark: #373a3c;
  --primary: #967ADC;
  --secondary: #55595c;
  --success: #37BC9B;
  --info: #3BAFDA;
  --warning: #F6BB42;
  --danger: #DA4453;
  --light: #f7f7f9;
  --dark: #373a3c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: "Muli", Georgia, "Times New Roman", Times, serif; }

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

*,
*::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: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #55595c;
  text-align: left;
  background-color: #F1F1F1; }

[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: #8666d7;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #5a32be;
    text-decoration: none; }

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: #6F7274;
  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: "Muli", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.2;
  color: #373a3c; }

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 400; }

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

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

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

.display-4 {
  font-size: 3.5rem;
  font-weight: 400;
  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.25rem; }

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

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #55595c; }

code,
kbd,
pre,
samp {
  font-family: "Muli", Georgia, "Times New Roman", Times, serif; }

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #55595c; }
  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.333333%;
  max-width: 8.333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@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.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@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.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@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.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.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 #818a91; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #818a91; }
  .table tbody + tbody {
    border-top: 2px solid #818a91; }
  .table .table {
    background-color: #F1F1F1; }

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 247, 250, 0.5); }

.table-hover tbody tr:hover {
  background-color: rgba(245, 247, 250, 0.5); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(245, 247, 250, 0.5); }

.table-hover .table-active:hover {
  background-color: rgba(228, 233, 242, 0.5); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(228, 233, 242, 0.5); }

.table .thead-dark th {
  color: #F1F1F1;
  background-color: #2A2E30;
  border-color: #3c4244; }

.table .thead-light th {
  color: #4E5154;
  background-color: #eceeef;
  border-color: #818a91; }

.table-dark {
  color: #F1F1F1;
  background-color: #2A2E30; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #3c4244; }
  .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.75rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #4E5154;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ADB5BD;
  border-radius: 0.21rem;
  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:focus {
    color: #4E5154;
    background-color: #fff;
    border-color: #3BAFDA;
    outline: 0;
    box-shadow: none; }
  .form-control::placeholder {
    color: #55595c;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.75rem + 2px); }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.25;
  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.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.18rem; }

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.875rem + 2px + 10); }

.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: 1rem 1.25rem;
  font-size: 1.1rem;
  line-height: 1.25;
  border-radius: 0.27rem; }

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(3.375rem + 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: #6F7274; }

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

.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(55, 188, 155, 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: #37BC9B; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #37BC9B;
    box-shadow: 0 0 0 0.2rem rgba(55, 188, 155, 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: #37BC9B; }

.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: #37BC9B; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #93dfcc; }

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

.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 #F1F1F1, 0 0 0 0.2rem rgba(55, 188, 155, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #37BC9B; }
  .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(55, 188, 155, 0.25); }

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

.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(218, 68, 83, 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: #DA4453; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #DA4453;
    box-shadow: 0 0 0 0.2rem rgba(218, 68, 83, 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: #DA4453; }

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

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

.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 #F1F1F1, 0 0 0 0.2rem rgba(218, 68, 83, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DA4453; }
  .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(218, 68, 83, 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.75rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.21rem;
  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: none; }
  .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: #967ADC;
  border-color: #967ADC; }
  .btn-primary:hover {
    color: #fff;
    background-color: #7e5cd4;
    border-color: #7652d1; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 122, 220, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #967ADC;
    border-color: #967ADC; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7652d1;
    border-color: #6e48cf; }
    .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(150, 122, 220, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #55595c;
  border-color: #55595c; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #434648;
    border-color: #3d3f41; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 89, 92, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #55595c;
    border-color: #55595c; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #3d3f41;
    border-color: #36393b; }
    .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(85, 89, 92, 0.5); }

.btn-success {
  color: #fff;
  background-color: #37BC9B;
  border-color: #37BC9B; }
  .btn-success:hover {
    color: #fff;
    background-color: #2e9e83;
    border-color: #2b957a; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 188, 155, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #37BC9B;
    border-color: #37BC9B; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2b957a;
    border-color: #298b72; }
    .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(55, 188, 155, 0.5); }

.btn-info {
  color: #fff;
  background-color: #3BAFDA;
  border-color: #3BAFDA; }
  .btn-info:hover {
    color: #fff;
    background-color: #269dc9;
    border-color: #2494be; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 175, 218, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #3BAFDA;
    border-color: #3BAFDA; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2494be;
    border-color: #228cb3; }
    .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(59, 175, 218, 0.5); }

.btn-warning {
  color: #2A2E30;
  background-color: #F6BB42;
  border-color: #F6BB42; }
  .btn-warning:hover {
    color: #2A2E30;
    background-color: #f4ae1d;
    border-color: #f4a911; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 187, 66, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #2A2E30;
    background-color: #F6BB42;
    border-color: #F6BB42; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #2A2E30;
    background-color: #f4a911;
    border-color: #eda30b; }
    .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(246, 187, 66, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #DA4453;
  border-color: #DA4453; }
  .btn-danger:hover {
    color: #fff;
    background-color: #cf293a;
    border-color: #c42737; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 68, 83, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #DA4453;
    border-color: #DA4453; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c42737;
    border-color: #ba2534; }
    .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(218, 68, 83, 0.5); }

.btn-light {
  color: #2A2E30;
  background-color: #f7f7f9;
  border-color: #f7f7f9; }
  .btn-light:hover {
    color: #2A2E30;
    background-color: #e1e1e9;
    border-color: #dadae3; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 247, 249, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #2A2E30;
    background-color: #f7f7f9;
    border-color: #f7f7f9; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #2A2E30;
    background-color: #dadae3;
    border-color: #d3d3de; }
    .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(247, 247, 249, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c; }
  .btn-dark:hover {
    color: #fff;
    background-color: #252728;
    border-color: #1f2021; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #373a3c;
    border-color: #373a3c; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1f2021;
    border-color: #191a1b; }
    .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(55, 58, 60, 0.5); }

.btn-outline-primary {
  color: #967ADC;
  background-color: transparent;
  background-image: none;
  border-color: #967ADC; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #967ADC;
    border-color: #967ADC; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 122, 220, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #967ADC;
    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: #967ADC;
    border-color: #967ADC; }
    .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(150, 122, 220, 0.5); }

.btn-outline-secondary {
  color: #55595c;
  background-color: transparent;
  background-image: none;
  border-color: #55595c; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #55595c;
    border-color: #55595c; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 89, 92, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #55595c;
    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: #55595c;
    border-color: #55595c; }
    .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(85, 89, 92, 0.5); }

.btn-outline-success {
  color: #37BC9B;
  background-color: transparent;
  background-image: none;
  border-color: #37BC9B; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #37BC9B;
    border-color: #37BC9B; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 188, 155, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #37BC9B;
    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: #37BC9B;
    border-color: #37BC9B; }
    .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(55, 188, 155, 0.5); }

.btn-outline-info {
  color: #3BAFDA;
  background-color: transparent;
  background-image: none;
  border-color: #3BAFDA; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #3BAFDA;
    border-color: #3BAFDA; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 175, 218, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #3BAFDA;
    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: #3BAFDA;
    border-color: #3BAFDA; }
    .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(59, 175, 218, 0.5); }

.btn-outline-warning {
  color: #F6BB42;
  background-color: transparent;
  background-image: none;
  border-color: #F6BB42; }
  .btn-outline-warning:hover {
    color: #2A2E30;
    background-color: #F6BB42;
    border-color: #F6BB42; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 187, 66, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F6BB42;
    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: #2A2E30;
    background-color: #F6BB42;
    border-color: #F6BB42; }
    .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(246, 187, 66, 0.5); }

.btn-outline-danger {
  color: #DA4453;
  background-color: transparent;
  background-image: none;
  border-color: #DA4453; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #DA4453;
    border-color: #DA4453; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 68, 83, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #DA4453;
    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: #DA4453;
    border-color: #DA4453; }
    .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(218, 68, 83, 0.5); }

.btn-outline-light {
  color: #f7f7f9;
  background-color: transparent;
  background-image: none;
  border-color: #f7f7f9; }
  .btn-outline-light:hover {
    color: #2A2E30;
    background-color: #f7f7f9;
    border-color: #f7f7f9; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 247, 249, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f7f7f9;
    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: #2A2E30;
    background-color: #f7f7f9;
    border-color: #f7f7f9; }
    .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(247, 247, 249, 0.5); }

.btn-outline-dark {
  color: #373a3c;
  background-color: transparent;
  background-image: none;
  border-color: #373a3c; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #373a3c;
    border-color: #373a3c; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #373a3c;
    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: #373a3c;
    border-color: #373a3c; }
    .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(55, 58, 60, 0.5); }

.btn-link {
  font-weight: 400;
  color: #8666d7;
  background-color: transparent; }
  .btn-link:hover {
    color: #5a32be;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #55595c; }

.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
  line-height: 1.25;
  border-radius: 0.27rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.18rem; }

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  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: 1rem;
  color: #55595c;
  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.21rem; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.6rem 1.2rem;
  clear: both;
  font-weight: 400;
  color: #2A2E30;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2122;
    text-decoration: none;
    background-color: #F1F1F1; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3BAFDA; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #55595c;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.2rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #55595c;
  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.75rem;
  padding-left: 0.75rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

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

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

.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.75rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4E5154;
  text-align: center;
  white-space: nowrap;
  background-color: #F1F1F1;
  border: 1px solid #ADB5BD;
  border-radius: 0.21rem; }
  .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: 1.45rem;
  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: #3BAFDA; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #F1F1F1, none; }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #d1ecf6; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #55595c; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #eceeef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.225rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #818a91; }
  .custom-control-label::after {
    position: absolute;
    top: 0.225rem;
    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.21rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3BAFDA; }

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

.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(150, 122, 220, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(150, 122, 220, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3BAFDA; }

.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(150, 122, 220, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #4E5154;
  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='%23373a3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ADB5BD;
  border-radius: 0.21rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #3BAFDA;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(59, 175, 218, 0.5); }
    .custom-select:focus::-ms-value {
      color: #4E5154;
      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: #55595c;
    background-color: #eceeef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.875rem + 2px + 10);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(3.375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #3BAFDA;
    box-shadow: none; }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #3BAFDA; }
  .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.75rem + 2px);
  padding: 0.75rem 1rem;
  line-height: 1.25;
  color: #4E5154;
  background-color: #fff;
  border: 1px solid #ADB5BD;
  border-radius: 0.21rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.75rem + 2px) - 1px * 2);
    padding: 0.75rem 1rem;
    line-height: 1.25;
    color: #4E5154;
    content: "Browse";
    background-color: #F1F1F1;
    border-left: 1px solid #ADB5BD;
    border-radius: 0 0.21rem 0.21rem 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: #55595c; }

.nav-tabs {
  border-bottom: 1px solid #ADB5BD; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.21rem;
    border-top-right-radius: 0.21rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #ADB5BD #ADB5BD #ADB5BD; }
    .nav-tabs .nav-link.disabled {
      color: #55595c;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #4E5154;
    background-color: #F1F1F1;
    border-color: #ADB5BD #ADB5BD #F1F1F1; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

.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: 0.5rem 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.4275rem;
  padding-bottom: 0.4275rem;
  margin-right: 1rem;
  font-size: 1.1rem;
  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.1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.21rem; }
  .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: #373a3c; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #373a3c; }

.navbar-light .navbar-nav .nav-link {
  color: #55595c; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #818a91; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: #F1F1F1; }

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

.navbar-light .navbar-toggler {
  color: #55595c;
  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='%2355595c' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: #55595c; }
  .navbar-light .navbar-text a {
    color: #373a3c; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #373a3c; }

.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: white; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.9); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.5); }

.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: white;
  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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: white; }
  .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.06);
  border-radius: 0.27rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.27rem;
    border-top-right-radius: 0.27rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.27rem;
    border-bottom-left-radius: 0.27rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem; }

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

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

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

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

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

.card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
  .card-header:first-child {
    border-radius: calc(0.27rem - 1px) calc(0.27rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 1.5rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.27rem - 1px) calc(0.27rem - 1px); }

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.27rem - 1px); }

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

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.27rem - 1px);
  border-bottom-left-radius: calc(0.27rem - 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.27rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.27rem;
            border-top-right-radius: 0.27rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.27rem;
            border-bottom-left-radius: 0.27rem; }
        .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: 1.5rem; }

@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 0rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.21rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #55595c;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #55595c; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8666d7;
  background-color: #fff;
  border: 1px solid #818a91; }
  .page-link:hover {
    color: #5a32be;
    text-decoration: none;
    background-color: #F1F1F1;
    border-color: #818a91; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none; }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

.page-item.disabled .page-link {
  color: #55595c;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #818a91; }

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1; }

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.4em;
  font-size: 85%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.21rem; }
  .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: #967ADC; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #7652d1; }

.badge-secondary {
  color: #fff;
  background-color: #55595c; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3d3f41; }

.badge-success {
  color: #fff;
  background-color: #37BC9B; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2b957a; }

.badge-info {
  color: #fff;
  background-color: #3BAFDA; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2494be; }

.badge-warning {
  color: #2A2E30;
  background-color: #F6BB42; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #2A2E30;
    text-decoration: none;
    background-color: #f4a911; }

.badge-danger {
  color: #fff;
  background-color: #DA4453; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #c42737; }

.badge-light {
  color: #2A2E30;
  background-color: #f7f7f9; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #2A2E30;
    text-decoration: none;
    background-color: #dadae3; }

.badge-dark {
  color: #fff;
  background-color: #373a3c; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1f2021; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.27rem; }
  @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 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.21rem; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #4e3f72;
  background-color: #eae4f8;
  border-color: #e2daf5; }
  .alert-primary hr {
    border-top-color: #d2c6f0; }
  .alert-primary .alert-link {
    color: #382d51; }

.alert-secondary {
  color: #2c2e30;
  background-color: #dddede;
  border-color: #cfd1d1; }
  .alert-secondary hr {
    border-top-color: #c2c5c5; }
  .alert-secondary .alert-link {
    color: #141515; }

.alert-success {
  color: #1d6251;
  background-color: #d7f2eb;
  border-color: #c7ece3; }
  .alert-success hr {
    border-top-color: #b4e6d9; }
  .alert-success .alert-link {
    color: #113b30; }

.alert-info {
  color: #1f5b71;
  background-color: #d8eff8;
  border-color: #c8e9f5; }
  .alert-info hr {
    border-top-color: #b2e0f1; }
  .alert-info .alert-link {
    color: #143b49; }

.alert-warning {
  color: #806122;
  background-color: #fdf1d9;
  border-color: #fcecca; }
  .alert-warning hr {
    border-top-color: #fbe3b2; }
  .alert-warning .alert-link {
    color: #584217; }

.alert-danger {
  color: #71232b;
  background-color: #f8dadd;
  border-color: #f5cbcf; }
  .alert-danger hr {
    border-top-color: #f1b6bb; }
  .alert-danger .alert-link {
    color: #4a171c; }

.alert-light {
  color: #808081;
  background-color: #fdfdfe;
  border-color: #fdfdfd; }
  .alert-light hr {
    border-top-color: #f0f0f0; }
  .alert-light .alert-link {
    color: #676767; }

.alert-dark {
  color: #1d1e1f;
  background-color: #d7d8d8;
  border-color: #c7c8c8; }
  .alert-dark hr {
    border-top-color: #babbbb; }
  .alert-dark .alert-link {
    color: #040505; }

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #EEE;
  border-radius: 0.21rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #967ADC;
  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: #4E5154;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #4E5154;
    text-decoration: none;
    background-color: #F1F1F1; }
  .list-group-item-action:active {
    color: #55595c;
    background-color: #eceeef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 1.25rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #E4E7ED; }
  .list-group-item:first-child {
    border-top-left-radius: 0.21rem;
    border-top-right-radius: 0.21rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.21rem;
    border-bottom-left-radius: 0.21rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #55595c;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3BAFDA;
    border-color: #3BAFDA; }

.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: #4e3f72;
  background-color: #e2daf5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #4e3f72;
    background-color: #d2c6f0; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #4e3f72;
    border-color: #4e3f72; }

.list-group-item-secondary {
  color: #2c2e30;
  background-color: #cfd1d1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #2c2e30;
    background-color: #c2c5c5; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #2c2e30;
    border-color: #2c2e30; }

.list-group-item-success {
  color: #1d6251;
  background-color: #c7ece3; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #1d6251;
    background-color: #b4e6d9; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1d6251;
    border-color: #1d6251; }

.list-group-item-info {
  color: #1f5b71;
  background-color: #c8e9f5; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #1f5b71;
    background-color: #b2e0f1; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1f5b71;
    border-color: #1f5b71; }

.list-group-item-warning {
  color: #806122;
  background-color: #fcecca; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #806122;
    background-color: #fbe3b2; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #806122;
    border-color: #806122; }

.list-group-item-danger {
  color: #71232b;
  background-color: #f5cbcf; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #71232b;
    background-color: #f1b6bb; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #71232b;
    border-color: #71232b; }

.list-group-item-light {
  color: #808081;
  background-color: #fdfdfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #808081;
    background-color: #f0f0f0; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #808081;
    border-color: #808081; }

.list-group-item-dark {
  color: #1d1e1f;
  background-color: #c7c8c8; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1d1e1f;
    background-color: #babbbb; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1d1e1f;
    border-color: #1d1e1f; }

.close {
  float: right;
  font-size: 1.5rem;
  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.27rem;
  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 #eceeef;
  border-top-left-radius: 0.27rem;
  border-top-right-radius: 0.27rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.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 #eceeef; }
  .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: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.27rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.27rem; }
    .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.27rem 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.27rem 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: 1rem;
  color: #373a3c;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.27rem - 1px);
  border-top-right-radius: calc(0.27rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.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: #967ADC !important; }

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

.bg-secondary {
  background-color: #55595c !important; }

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

.bg-success {
  background-color: #37BC9B !important; }

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

.bg-info {
  background-color: #3BAFDA !important; }

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

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

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

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

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

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

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

.bg-dark {
  background-color: #373a3c !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1f2021 !important; }

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #818a91 !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: #967ADC !important; }

.border-secondary {
  border-color: #55595c !important; }

.border-success {
  border-color: #37BC9B !important; }

.border-info {
  border-color: #3BAFDA !important; }

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

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

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

.border-dark {
  border-color: #373a3c !important; }

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

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

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

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

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

.rounded-left {
  border-top-left-radius: 0.27rem !important;
  border-bottom-left-radius: 0.27rem !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.857143%; }

.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-25 {
  width: 25% !important; }

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

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

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

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

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

.h-75 {
  height: 75% !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: 1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 4rem !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: 1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5,
.px-5 {
  padding-left: 4rem !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: 1rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important; }
  .m-sm-2 {
    margin: 1.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.5rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important; }
  .m-sm-4 {
    margin: 3.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3.5rem !important; }
  .m-sm-5 {
    margin: 4rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4rem !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: 1rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important; }
  .p-sm-2 {
    padding: 1.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.5rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important; }
  .p-sm-4 {
    padding: 3.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3.5rem !important; }
  .p-sm-5 {
    padding: 4rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4rem !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: 1rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important; }
  .m-md-2 {
    margin: 1.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.5rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important; }
  .m-md-4 {
    margin: 3.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3.5rem !important; }
  .m-md-5 {
    margin: 4rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4rem !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: 1rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important; }
  .p-md-2 {
    padding: 1.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.5rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important; }
  .p-md-4 {
    padding: 3.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3.5rem !important; }
  .p-md-5 {
    padding: 4rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4rem !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: 1rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important; }
  .m-lg-2 {
    margin: 1.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.5rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important; }
  .m-lg-4 {
    margin: 3.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3.5rem !important; }
  .m-lg-5 {
    margin: 4rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4rem !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: 1rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important; }
  .p-lg-2 {
    padding: 1.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.5rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important; }
  .p-lg-4 {
    padding: 3.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3.5rem !important; }
  .p-lg-5 {
    padding: 4rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4rem !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: 1rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important; }
  .m-xl-2 {
    margin: 1.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.5rem !important; }
  .m-xl-3 {
    margin: 3rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important; }
  .m-xl-4 {
    margin: 3.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3.5rem !important; }
  .m-xl-5 {
    margin: 4rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4rem !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: 1rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important; }
  .p-xl-2 {
    padding: 1.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.5rem !important; }
  .p-xl-3 {
    padding: 3rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important; }
  .p-xl-4 {
    padding: 3.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3.5rem !important; }
  .p-xl-5 {
    padding: 4rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4rem !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: #967ADC !important; }

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

.text-secondary {
  color: #55595c !important; }

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

.text-success {
  color: #37BC9B !important; }

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

.text-info {
  color: #3BAFDA !important; }

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

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

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

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

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

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

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

.text-dark {
  color: #373a3c !important; }

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

.text-muted {
  color: #6F7274 !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; }


/* ------- app-assets/fonts/feather/style.min.css ------ */
@font-face{font-family:feather;src:url(fonts/feather.eot?9xfrq8);src:url(fonts/feather.eot?9xfrq8#iefix) format('embedded-opentype'),url(fonts/feather.ttf?9xfrq8) format('truetype'),url(fonts/feather.woff?9xfrq8) format('woff'),url(fonts/feather.svg?9xfrq8#feather) format('svg');font-weight:400;font-style:normal}[class*=" ft-"],[class^=ft-]{font-family:feather!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ft-bold:before{content:"\e9ea"}.ft-crop:before{content:"\e9eb"}.ft-help-circle:before{content:"\e9ec"}.ft-italic:before{content:"\e9ed"}.ft-shopping-cart:before{content:"\e9ee"}.ft-underline:before{content:"\e9ef"}.ft-activity:before{content:"\e900"}.ft-airplay:before{content:"\e901"}.ft-alert-circle:before{content:"\e902"}.ft-alert-octagon:before{content:"\e903"}.ft-alert-triangle:before{content:"\e904"}.ft-align-center:before{content:"\e905"}.ft-align-justify:before{content:"\e906"}.ft-align-left:before{content:"\e907"}.ft-align-right:before{content:"\e908"}.ft-anchor:before{content:"\e909"}.ft-aperture:before{content:"\e90a"}.ft-arrow-down-left:before{content:"\e90b"}.ft-arrow-down-right:before{content:"\e90c"}.ft-arrow-down:before{content:"\e90d"}.ft-arrow-left:before{content:"\e90e"}.ft-arrow-right:before{content:"\e90f"}.ft-arrow-up-left:before{content:"\e910"}.ft-arrow-up-right:before{content:"\e911"}.ft-arrow-up:before{content:"\e912"}.ft-at-sign:before{content:"\e913"}.ft-award:before{content:"\e914"}.ft-bar-chart-2:before{content:"\e915"}.ft-bar-chart:before{content:"\e916"}.ft-battery-charging:before{content:"\e917"}.ft-battery:before{content:"\e918"}.ft-bell-off:before{content:"\e919"}.ft-bell:before{content:"\e91a"}.ft-bluetooth:before{content:"\e91b"}.ft-book:before{content:"\e91c"}.ft-bookmark:before{content:"\e91d"}.ft-box:before{content:"\e91e"}.ft-briefcase:before{content:"\e91f"}.ft-calendar:before{content:"\e920"}.ft-camera-off:before{content:"\e921"}.ft-camera:before{content:"\e922"}.ft-cast:before{content:"\e923"}.ft-check-circle:before{content:"\e924"}.ft-check-square:before{content:"\e925"}.ft-check:before{content:"\e926"}.ft-chevron-down:before{content:"\e927"}.ft-chevron-left:before{content:"\e928"}.ft-chevron-right:before{content:"\e929"}.ft-chevron-up:before{content:"\e92a"}.ft-chevrons-down:before{content:"\e92b"}.ft-chevrons-left:before{content:"\e92c"}.ft-chevrons-right:before{content:"\e92d"}.ft-chevrons-up:before{content:"\e92e"}.ft-chrome:before{content:"\e92f"}.ft-circle:before{content:"\e930"}.ft-clipboard:before{content:"\e931"}.ft-clock:before{content:"\e932"}.ft-cloud-drizzle:before{content:"\e933"}.ft-cloud-lightning:before{content:"\e934"}.ft-cloud-off:before{content:"\e935"}.ft-cloud-rain:before{content:"\e936"}.ft-cloud-snow:before{content:"\e937"}.ft-cloud:before{content:"\e938"}.ft-codepen:before{content:"\e939"}.ft-command:before{content:"\e93a"}.ft-compass:before{content:"\e93b"}.ft-copy:before{content:"\e93c"}.ft-corner-down-left:before{content:"\e93d"}.ft-corner-down-right:before{content:"\e93e"}.ft-corner-left-down:before{content:"\e93f"}.ft-corner-left-up:before{content:"\e940"}.ft-corner-right-down:before{content:"\e941"}.ft-corner-right-up:before{content:"\e942"}.ft-corner-up-left:before{content:"\e943"}.ft-corner-up-right:before{content:"\e944"}.ft-cpu:before{content:"\e945"}.ft-credit-card:before{content:"\e946"}.ft-crosshair:before{content:"\e947"}.ft-delete:before{content:"\e948"}.ft-disc:before{content:"\e949"}.ft-download-cloud:before{content:"\e94a"}.ft-download:before{content:"\e94b"}.ft-droplet:before{content:"\e94c"}.ft-edit-2:before{content:"\e94d"}.ft-edit-3:before{content:"\e94e"}.ft-edit:before{content:"\e94f"}.ft-external-link:before{content:"\e950"}.ft-eye-off:before{content:"\e951"}.ft-eye:before{content:"\e952"}.ft-facebook:before{content:"\e953"}.ft-fast-forward:before{content:"\e954"}.ft-feather:before{content:"\e955"}.ft-file-minus:before{content:"\e956"}.ft-file-plus:before{content:"\e957"}.ft-file-text:before{content:"\e958"}.ft-file:before{content:"\e959"}.ft-film:before{content:"\e95a"}.ft-filter:before{content:"\e95b"}.ft-flag:before{content:"\e95c"}.ft-folder:before{content:"\e95d"}.ft-github:before{content:"\e95e"}.ft-gitlab:before{content:"\e95f"}.ft-globe:before{content:"\e960"}.ft-grid:before{content:"\e961"}.ft-hash:before{content:"\e962"}.ft-headphones:before{content:"\e963"}.ft-heart:before{content:"\e964"}.ft-home:before{content:"\e965"}.ft-image:before{content:"\e966"}.ft-inbox:before{content:"\e967"}.ft-info:before{content:"\e968"}.ft-instagram:before{content:"\e969"}.ft-layers:before{content:"\e96a"}.ft-layout:before{content:"\e96b"}.ft-life-buoy:before{content:"\e96c"}.ft-link-2:before{content:"\e96d"}.ft-link:before{content:"\e96e"}.ft-list:before{content:"\e96f"}.ft-loader:before{content:"\e970"}.ft-lock:before{content:"\e971"}.ft-log-in:before{content:"\e972"}.ft-log-out:before{content:"\e973"}.ft-mail:before{content:"\e974"}.ft-map-pin:before{content:"\e975"}.ft-map:before{content:"\e976"}.ft-maximize-2:before{content:"\e977"}.ft-maximize:before{content:"\e978"}.ft-menu:before{content:"\e979"}.ft-message-circle:before{content:"\e97a"}.ft-message-square:before{content:"\e97b"}.ft-mic-off:before{content:"\e97c"}.ft-mic:before{content:"\e97d"}.ft-minimize-2:before{content:"\e97e"}.ft-minimize:before{content:"\e97f"}.ft-minus-circle:before{content:"\e980"}.ft-minus-square:before{content:"\e981"}.ft-minus:before{content:"\e982"}.ft-monitor:before{content:"\e983"}.ft-moon:before{content:"\e984"}.ft-more-horizontal:before{content:"\e985"}.ft-more-vertical:before{content:"\e986"}.ft-move:before{content:"\e987"}.ft-music:before{content:"\e988"}.ft-navigation-2:before{content:"\e989"}.ft-navigation:before{content:"\e98a"}.ft-octagon:before{content:"\e98b"}.ft-package:before{content:"\e98c"}.ft-paperclip:before{content:"\e98d"}.ft-pause-circle:before{content:"\e98e"}.ft-pause:before{content:"\e98f"}.ft-percent:before{content:"\e990"}.ft-phone-call:before{content:"\e991"}.ft-phone-forwarded:before{content:"\e992"}.ft-phone-incoming:before{content:"\e993"}.ft-phone-missed:before{content:"\e994"}.ft-phone-off:before{content:"\e995"}.ft-phone-outgoing:before{content:"\e996"}.ft-phone:before{content:"\e997"}.ft-pie-chart:before{content:"\e998"}.ft-play-circle:before{content:"\e999"}.ft-play:before{content:"\e99a"}.ft-plus-circle:before{content:"\e99b"}.ft-plus-square:before{content:"\e99c"}.ft-plus:before{content:"\e99d"}.ft-pocket:before{content:"\e99e"}.ft-power:before{content:"\e99f"}.ft-printer:before{content:"\e9a0"}.ft-radio:before{content:"\e9a1"}.ft-refresh-ccw:before{content:"\e9a2"}.ft-refresh-cw:before{content:"\e9a3"}.ft-repeat:before{content:"\e9a4"}.ft-rewind:before{content:"\e9a5"}.ft-rotate-ccw:before{content:"\e9a6"}.ft-rotate-cw:before{content:"\e9a7"}.ft-save:before{content:"\e9a8"}.ft-scissors:before{content:"\e9a9"}.ft-search:before{content:"\e9aa"}.ft-server:before{content:"\e9ab"}.ft-settings:before{content:"\e9ac"}.ft-share-2:before{content:"\e9ad"}.ft-share:before{content:"\e9ae"}.ft-shield:before{content:"\e9af"}.ft-shuffle:before{content:"\e9b0"}.ft-sidebar:before{content:"\e9b1"}.ft-skip-back:before{content:"\e9b2"}.ft-skip-forward:before{content:"\e9b3"}.ft-slack:before{content:"\e9b4"}.ft-slash:before{content:"\e9b5"}.ft-sliders:before{content:"\e9b6"}.ft-smartphone:before{content:"\e9b7"}.ft-speaker:before{content:"\e9b8"}.ft-square:before{content:"\e9b9"}.ft-star:before{content:"\e9ba"}.ft-stop-circle:before{content:"\e9bb"}.ft-sun:before{content:"\e9bc"}.ft-sunrise:before{content:"\e9bd"}.ft-sunset:before{content:"\e9be"}.ft-tablet:before{content:"\e9bf"}.ft-tag:before{content:"\e9c0"}.ft-target:before{content:"\e9c1"}.ft-thermometer:before{content:"\e9c2"}.ft-thumbs-down:before{content:"\e9c3"}.ft-thumbs-up:before{content:"\e9c4"}.ft-toggle-left:before{content:"\e9c5"}.ft-toggle-right:before{content:"\e9c6"}.ft-trash-2:before{content:"\e9c7"}.ft-trash:before{content:"\e9c8"}.ft-trending-down:before{content:"\e9c9"}.ft-trending-up:before{content:"\e9ca"}.ft-triangle:before{content:"\e9cb"}.ft-tv:before{content:"\e9cc"}.ft-twitter:before{content:"\e9cd"}.ft-type:before{content:"\e9ce"}.ft-umbrella:before{content:"\e9cf"}.ft-unlock:before{content:"\e9d0"}.ft-upload-cloud:before{content:"\e9d1"}.ft-upload:before{content:"\e9d2"}.ft-user-check:before{content:"\e9d3"}.ft-user-minus:before{content:"\e9d4"}.ft-user-plus:before{content:"\e9d5"}.ft-user-x:before{content:"\e9d6"}.ft-user:before{content:"\e9d7"}.ft-users:before{content:"\e9d8"}.ft-video-off:before{content:"\e9d9"}.ft-video:before{content:"\e9da"}.ft-voicemail:before{content:"\e9db"}.ft-volume-1:before{content:"\e9dc"}.ft-volume-2:before{content:"\e9dd"}.ft-volume-x:before{content:"\e9de"}.ft-volume:before{content:"\e9df"}.ft-watch:before{content:"\e9e0"}.ft-wifi-off:before{content:"\e9e1"}.ft-wifi:before{content:"\e9e2"}.ft-wind:before{content:"\e9e3"}.ft-x-circle:before{content:"\e9e4"}.ft-x-square:before{content:"\e9e5"}.ft-x:before{content:"\e9e6"}.ft-zap:before{content:"\e9e7"}.ft-zoom-in:before{content:"\e9e8"}.ft-zoom-out:before{content:"\e9e9"}

/* ------- app-assets/fonts/font-awesome/css/font-awesome.min.css ------ */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/* ------- app-assets/fonts/simple-line-icons/style.min.css ------ */
@font-face{font-family:simple-line-icons;src:url(fonts/Simple-Line-Icons.eot?v=2.4.0);src:url(fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'),url(fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'),url(fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'),url(fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'),url(fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');font-weight:400;font-style:normal}.icon-action-redo,.icon-action-undo,.icon-anchor,.icon-arrow-down,.icon-arrow-down-circle,.icon-arrow-left,.icon-arrow-left-circle,.icon-arrow-right,.icon-arrow-right-circle,.icon-arrow-up,.icon-arrow-up-circle,.icon-badge,.icon-bag,.icon-ban,.icon-basket,.icon-basket-loaded,.icon-bell,.icon-book-open,.icon-briefcase,.icon-bubble,.icon-bubbles,.icon-bulb,.icon-calculator,.icon-calendar,.icon-call-end,.icon-call-in,.icon-call-out,.icon-camera,.icon-camrecorder,.icon-chart,.icon-check,.icon-chemistry,.icon-clock,.icon-close,.icon-cloud-download,.icon-cloud-upload,.icon-compass,.icon-control-end,.icon-control-forward,.icon-control-pause,.icon-control-play,.icon-control-rewind,.icon-control-start,.icon-credit-card,.icon-crop,.icon-cup,.icon-cursor,.icon-cursor-move,.icon-diamond,.icon-direction,.icon-directions,.icon-disc,.icon-dislike,.icon-doc,.icon-docs,.icon-drawer,.icon-drop,.icon-earphones,.icon-earphones-alt,.icon-emotsmile,.icon-energy,.icon-envelope,.icon-envelope-letter,.icon-envelope-open,.icon-equalizer,.icon-event,.icon-exclamation,.icon-eye,.icon-eyeglass,.icon-feed,.icon-film,.icon-fire,.icon-flag,.icon-folder,.icon-folder-alt,.icon-frame,.icon-game-controller,.icon-ghost,.icon-globe,.icon-globe-alt,.icon-graduation,.icon-graph,.icon-grid,.icon-handbag,.icon-heart,.icon-home,.icon-hourglass,.icon-info,.icon-key,.icon-layers,.icon-like,.icon-link,.icon-list,.icon-location-pin,.icon-lock,.icon-lock-open,.icon-login,.icon-logout,.icon-loop,.icon-magic-wand,.icon-magnet,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-map,.icon-menu,.icon-microphone,.icon-minus,.icon-mouse,.icon-music-tone,.icon-music-tone-alt,.icon-mustache,.icon-note,.icon-notebook,.icon-options,.icon-options-vertical,.icon-organization,.icon-paper-clip,.icon-paper-plane,.icon-paypal,.icon-pencil,.icon-people,.icon-phone,.icon-picture,.icon-pie-chart,.icon-pin,.icon-plane,.icon-playlist,.icon-plus,.icon-power,.icon-present,.icon-printer,.icon-puzzle,.icon-question,.icon-refresh,.icon-reload,.icon-rocket,.icon-screen-desktop,.icon-screen-smartphone,.icon-screen-tablet,.icon-settings,.icon-share,.icon-share-alt,.icon-shield,.icon-shuffle,.icon-size-actual,.icon-size-fullscreen,.icon-social-behance,.icon-social-dribbble,.icon-social-dropbox,.icon-social-facebook,.icon-social-foursqare,.icon-social-github,.icon-social-google,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-reddit,.icon-social-skype,.icon-social-soundcloud,.icon-social-spotify,.icon-social-steam,.icon-social-stumbleupon,.icon-social-tumblr,.icon-social-twitter,.icon-social-vkontakte,.icon-social-youtube,.icon-speech,.icon-speedometer,.icon-star,.icon-support,.icon-symbol-female,.icon-symbol-male,.icon-tag,.icon-target,.icon-trash,.icon-trophy,.icon-umbrella,.icon-user,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-vector,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-wallet,.icon-wrench{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-event:before{content:"\e619"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}.icon-social-vkontakte:before{content:"\e618"}.icon-social-steam:before{content:"\e620"}


/* ------- app-assets/vendors/css/extensions/pace.css ------ */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ff6275;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* ------- app-assets/vendors/css/ui/jquery-ui.min.css ------ */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}

/* ------- app-assets/vendors/css/extensions/toastr.css ------ */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
.toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
.toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
.toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
.toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
.toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
.toast-container.toast-top-center > div,
.toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width > div,
.toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  .toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  .toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  .toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  .toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* ------- app-assets/css/bootstrap-extended.css ------ */
a:focus {
  outline: none; }

.font-small-1 {
  font-size: 0.7rem !important; }

.font-small-2 {
  font-size: 0.8rem !important; }

.font-small-3 {
  font-size: 0.9rem !important; }

.font-medium-1 {
  font-size: 1.1rem !important; }

.font-medium-2 {
  font-size: 1.2rem !important; }

.font-medium-3 {
  font-size: 1.3rem !important; }

.font-medium-4 {
  font-size: 1.4rem !important; }

.font-medium-5 {
  font-size: 1.5rem !important; }

.font-large-1 {
  font-size: 2rem !important; }

.font-large-2 {
  font-size: 3rem !important; }

.font-large-3 {
  font-size: 4rem !important; }

.font-large-4 {
  font-size: 5rem !important; }

.font-large-5 {
  font-size: 6rem !important; }

.text-bold-300 {
  font-weight: 300; }

.text-bold-400 {
  font-weight: 400; }

.text-bold-500 {
  font-weight: 500; }

.text-bold-600 {
  font-weight: 600; }

.text-bold-700 {
  font-weight: 700; }

.text-italic {
  font-style: italic; }

.text-highlight {
  padding: 4px 6px; }

ol li, ul li, dl li {
  line-height: 1.8; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #F74B5C;
  background-color: #e6e8ea;
  border-radius: 0.21rem; }

pre {
  background-color: #f7f7f9; }
  pre code {
    background-color: transparent !important; }

.bd-example-row .row + .row {
  margin-top: 1rem; }

.bd-example-row .row > .col,
.bd-example-row .row > [class^="col-"] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2); }

.bd-example-row .flex-items-top,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-bottom {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1); }

.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1); }

.bd-highlight {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.15); }

.example-container {
  width: 800px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.example-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.example-content-main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .example-content-main {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .example-content-main {
      flex: 0 0 66.666667%;
      max-width: 66.666667%; } }

.example-content-secondary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .example-content-secondary {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .example-content-secondary {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }

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

.table-borderless td, .table-borderless th {
  border: none; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3ebf3;
  border-top: 1px solid #e3ebf3; }

.table-bordered th, .table-bordered td {
  border: 1px solid #e3ebf3; }

.table th, .table td {
  border-bottom: 1px solid #e3ebf3; }

.table-bordered {
  border: 1px solid #e3ebf3; }

.table-inverse {
  color: #eceeef;
  background-color: #00A5A8; }

.table.table-column th, .table.table-column td {
  border: none;
  border-left: 1px solid #e3ebf3; }

.table.table-column th:first-child, .table.table-column td:first-child {
  border-left: none; }

.table th, .table td {
  padding: 0.75rem 2rem; }

.table.table-xl th, .table.table-xl td {
  padding: 1.25rem 2rem; }

.table.table-lg th, .table.table-lg td {
  padding: 0.9rem 2rem; }

.table.table-de th, .table.table-de td {
  padding: 0.75rem 2rem; }

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

.table.table-xs th, .table.table-xs td {
  padding: 0.4rem 2rem; }

/*
* Table sizing
*/
.table-borderless thead th {
  border-top: 1px solid #e3ebf3; }

.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th {
  border: 0; }

.table > thead > tr.border-solid > th {
  border-bottom-width: 2px; }

.table > thead > tr.border-double > th {
  border-bottom-width: 4px;
  border-bottom-style: double; }

.table > tbody > tr.border-dashed > td {
  border-top-style: dashed; }

.border-custom-color td {
  border-top: inherit;
  border-bottom: inherit; }

form {
  /* .form-body{
        overflow: hidden;
    } */ }
  form label {
    color: #414141; }
  form .form-group {
    margin-bottom: 1.5rem; }
  form .form-control {
    border: 1px solid #d4d4d4;
    color: #5a5a5a; }
    form .form-control::-webkit-input-placeholder {
      color: #5a5a5a; }
    form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #5a5a5a; }
    form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #5a5a5a; }
    form .form-control:-ms-input-placeholder {
      color: #5a5a5a; }
  form .form-section {
    color: #1D2B36;
    line-height: 3rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #1D2B36; }
    form .form-section i {
      font-size: 20px;
      margin-left: 5px;
      margin-right: 10px; }
  form .form-actions {
    border-top: 1px solid #dadada;
    padding: 20px 0;
    margin-top: 20px; }
    form .form-actions.filled {
      background-color: #F3F3F3; }
    form .form-actions.center {
      text-align: center; }
    form .form-actions.right {
      text-align: right; }
    form .form-actions.top {
      border-top: 0;
      border-bottom: 1px solid #dadada;
      margin-top: 0;
      margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      form .form-actions .buttons-group {
        float: left !important;
        margin-bottom: 10px; } }
  @media (min-width: 576px) {
    form.form-horizontal .form-group .label-control {
      text-align: right; } }
  form.row-separator .form-group {
    margin: 0;
    border-bottom: 1px solid #ebebeb; }
    form.row-separator .form-group .label-control {
      padding-top: 1.5rem; }
    form.row-separator .form-group > div {
      padding: 1.2rem;
      padding-right: 0; }
    form.row-separator .form-group.last {
      border-bottom: 0; }
  form.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #ebebeb; }
    form.form-bordered .form-group .label-control {
      padding-top: 1.5rem; }
    form.form-bordered .form-group > div {
      padding: 1.2rem;
      padding-right: 0;
      border-left: 1px solid #ebebeb; }
    form.form-bordered .form-group.last {
      border-bottom: 0; }
  form.striped-rows .form-group {
    margin: 0; }
    form.striped-rows .form-group .label-control {
      padding-top: 1.5rem; }
    form.striped-rows .form-group > div {
      padding: 1.2rem;
      padding-right: 0; }
    form.striped-rows .form-group:nth-child(even) {
      background-color: #F3F3F3; }
  form.striped-labels .form-group {
    margin: 0; }
    form.striped-labels .form-group .label-control {
      padding-top: 1.5rem; }
    form.striped-labels .form-group > div {
      padding: 1.2rem;
      padding-right: 0;
      background-color: white; }
    form.striped-labels .form-group:nth-child(even) {
      background-color: #F3F3F3; }
  form .custom-control-indicator {
    width: 1.1rem;
    height: 1.075rem;
    line-height: 1.05rem;
    top: 0.15rem;
    left: 0; }
    form .custom-control-indicator + .custom-control-description {
      margin-left: 1rem; }

select.form-control {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/*Bootstrap Enhance */
.custom-checkbox {
  margin-bottom: 0; }
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(30, 159, 242, 0.5); }

.custom-checkbox input:disabled:checked ~ .custom-control-indicator {
  opacity: 0.5; }

.custom-checkbox input:disabled ~ .custom-control-indicator {
  cursor: not-allowed; }

.custom-control-input > input:focus ~ .custom-control-indicator {
  padding: 0.51rem; }

.custom-control-indicator {
  width: 1.1rem;
  height: 1.075rem;
  line-height: 1.05rem;
  top: 0.15rem; }
  .custom-control-indicator + .custom-control-description {
    margin-left: 1rem; }

.form-control:disabled, .form-control[readonly] {
  background-color: #ECEFF1; }

.input-group-addon {
  background-color: #ECEFF1;
  border-color: #BABFC7; }

.btn.btn-square {
  border-radius: 0; }

.btn.btn-round {
  border-radius: 2rem; }

.btn:focus, .btn.focus, .btn:active, .btn.active {
  outline: none;
  box-shadow: none !important; }

.btn.btn-icon i {
  font-size: 1.1rem; }

.btn.btn-icon.btn-pure {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn.btn-icon.btn-pure i {
    font-size: 1.25rem; }

.btn.btn-social {
  padding: 0.7rem 0.25rem 0.85rem 3.75rem; }

.btn-min-width {
  min-width: 8.5rem; }

.color-box {
  width: 100%;
  height: 2.75rem;
  border-radius: 0.25rem; }

.btn-float {
  padding: 15px;
  white-space: normal;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); }
  .btn-float.btn-link {
    padding: 10px; }
  .btn-float i {
    display: block;
    margin: 0;
    top: 0; }
  .btn-float.btn-float-lg i, .btn-float.btn-float-lg span {
    font-size: 2rem; }
  .btn-float.btn-float-lg i + span {
    font-size: 1.1rem; }
  .btn-float > i + span {
    display: block;
    padding-top: 10px;
    margin-bottom: -6px; }

.collapse-icon .card-header {
  position: relative; }

.collapse-icon a[data-toggle="collapse"]:after {
  position: absolute;
  top: 40%;
  right: 20px;
  margin-top: -8px;
  font-family: 'feather';
  content: "\e982";
  transition: all 300ms linear 0s; }

.collapse-icon a[data-toggle="collapse"]:before {
  position: absolute;
  top: 40%;
  right: 20px;
  margin-top: -8px;
  font-family: 'feather';
  content: "\e99d";
  transition: all 300ms linear 0s; }

.collapse-icon.left a {
  padding-left: 28px; }
  .collapse-icon.left a:before, .collapse-icon.left a:after {
    left: 20px;
    right: auto; }

.collapse-icon a[aria-expanded="true"]:before {
  opacity: 0; }

.collapse-icon a[aria-expanded="false"]:after {
  opacity: 0; }

.collapse-icon.accordion-icon-rotate a[aria-expanded="true"]:before {
  transform: rotate(180deg); }

.collapse-icon.accordion-icon-rotate a[aria-expanded="false"]:after {
  transform: rotate(-180deg); }

.dropdown.dropdown-demo {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown .dropdown-menu {
  border: 1.5px solid #E6E6E6;
  border-radius: 0.21rem;
  opacity: 0;
  transform-origin: top;
  animation-fill-mode: forwards;
  transform: scale(1, 0);
  transition: all 0.2s linear;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .dropdown .dropdown-menu .dropdown-header {
    padding: 10px 20px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #818a91; }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    width: 100%; }
    .dropdown .dropdown-menu .dropdown-item:active a, .dropdown .dropdown-menu .dropdown-item.active a {
      color: #fff; }

.dropdown .dropdown-divider {
  border: 1px solid #E6E6E6; }

.dropdown i {
  margin-right: 0.5rem; }

.dropdown .dropdown-menu {
  border: 1px solid #E6E6E6;
  border-radius: 0.21rem;
  /* transform edit display: block; */}
  .dropdown .dropdown-menu .dropdown-header {
    padding: 10px 20px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #818a91; }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    width: 100%; }
    .dropdown .dropdown-menu .dropdown-item:active a, .dropdown .dropdown-menu .dropdown-item.active a {
      color: #fff; }

.nav-item i {
  margin-right: 0.5rem; }

.show > .dropdown-menu {
  transform: scale(1, 1);
  opacity: 1; }

.dropdown-toggle::after {
  font-size: 0.8rem;
  font-family: 'FontAwesome';
  content: "\f107" !important;
  border: none !important;
  position: relative;
  top: 0px;
  right: 0px;
  padding: 0 2px 0 6px;
  margin: 0 0.3em 0 0;
  vertical-align: 0; }

.dropdown-toggle.nav-hide-arrow::after {
  display: none; }

.dropdown-toggle:focus {
  outline: 0; }

.navbar-horizontal .dropdown-menu .dropdown-submenu > a:after, .navbar-horizontal .dropdown-menu .dropdown-submenu > button:after {
  font-size: 0.85rem;
  right: 12px; }

.navbar-horizontal .dropdown-toggle::after {
  top: 14px !important; }

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

.dropdown-menu {
  box-shadow: none; }
  .dropdown-menu .dropdown-submenu {
    position: relative; }
    .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
      display: block; }
    .dropdown-menu .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
      margin-left: -1px; }
      .dropdown-menu .dropdown-submenu > .dropdown-menu.open-left {
        left: auto;
        right: 100%; }
    .dropdown-menu .dropdown-submenu > a:after, .dropdown-menu .dropdown-submenu > button:after {
      font-family: 'FontAwesome';
      content: "\f105" !important;
      right: 15px;
      font-size: 1rem;
      float: right;
      border: none;
      position: absolute; }
    .dropdown-menu .dropdown-submenu :hover > a:after, .dropdown-menu .dropdown-submenu :hover > button:after {
      border-left-color: #555; }
    .dropdown-menu .dropdown-submenu .pull-left {
      float: none; }
      .dropdown-menu .dropdown-submenu .pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px; }

.dropdown-header {
  text-transform: uppercase; }
  .dropdown-header.highlight {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }

.btn-secondary ~ .dropdown-menu .dropdown-item.active {
  background-color: #cccccc; }

.btn-primary ~ .dropdown-menu .dropdown-item.active {
  background-color: #967ADC; }

.btn-success ~ .dropdown-menu .dropdown-item.active {
  background-color: #37BC9B; }

.btn-danger ~ .dropdown-menu .dropdown-item.active {
  background-color: #DA4453; }

.btn-info ~ .dropdown-menu .dropdown-item.active {
  background-color: #3BAFDA; }

.btn-warning ~ .dropdown-menu .dropdown-item.active {
  background-color: #F6BB42; }

.dropdown-menu.arrow {
  margin-top: 12px; }
  .dropdown-menu.arrow:after, .dropdown-menu.arrow:before {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0; }
  .dropdown-menu.arrow:before {
    top: -7px;
    border-bottom-color: #b3b3b3; }
  .dropdown-menu.arrow:after {
    top: -6px;
    border-bottom-color: #fff; }

.dropdown-menu .arrow-left {
  margin-left: 7px !important; }
  .dropdown-menu .arrow-left:after, .dropdown-menu .arrow-left:before {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-left-width: 0; }
  .dropdown-menu .arrow-left:before {
    left: -8px;
    border-right-color: #b3b3b3; }
  .dropdown-menu .arrow-left:after {
    left: -7px;
    border-right-color: #fff; }

.dropdown-menu .arrow-right {
  margin-right: 7px !important; }
  .dropdown-menu .arrow-right:after, .dropdown-menu .arrow-right:before {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-right-width: 0; }
  .dropdown-menu .arrow-right:before {
    right: -7px;
    border-left-color: #b3b3b3; }
  .dropdown-menu .arrow-right:after {
    right: -6px;
    border-left-color: #fff; }

.dropup .dropdown-toggle::after {
  content: "\f106" !important; }

.dropup .dropdown-menu {
  top: auto; }
  .dropup .dropdown-menu.arrow {
    margin-bottom: 12px; }
    .dropup .dropdown-menu.arrow:after, .dropup .dropdown-menu.arrow:before {
      top: auto;
      border-top-width: 7px;
      border-bottom-width: 0; }
    .dropup .dropdown-menu.arrow:before {
      bottom: -8px;
      border-top-color: #b3b3b3; }
    .dropup .dropdown-menu.arrow:after {
      bottom: -6px;
      border-top-color: #fff; }

.dropup .dropdown-submenu .dropdown-menu {
  bottom: auto;
  top: 0; }

.dropdown-menu-xl a,
.dropdown-menu-xl button {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  font-size: 1.2rem;
  line-height: 1.43; }

.dropdown-menu-lg a,
.dropdown-menu-lg button {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.dropdown-menu-sm a,
.dropdown-menu-sm button {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 0.86rem;
  line-height: 1.67; }

.dropdown-item.buttons-columnVisibility.active {
  color: #000000; }

.drilldown-menu .dropdown-item.active.hover, .drilldown-menu .dropdown-item.active:hover, .drilldown-menu .dropdown-item:active.hover, .drilldown-menu .dropdown-item:active:hover {
  color: #fff; }

/* ===============================================================================================
    File Name: navbar.scss
    Description: Contain header navigation bar, vertical main navigation bar and
    horiznotal main navigation bar related SCSS.
    ----------------------------------------------------------------------------------------------
    Item Name: Robust - Responsive Admin Template
    Version: 2.0
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
================================================================================================*/
.navbar-dark .hamburger-inner, .navbar-dark .hamburger-inner::before, .navbar-dark .hamburger-inner::after {
  background-color: #FFFFFF; }

.header-navbar {
  padding: 0px;
  min-height: 4.57rem;
  font-family: "Muli", Georgia, "Times New Roman", Times, serif;
  transition: 300ms ease all;
  /* For sm screen*/ }
  .header-navbar .navbar-wrapper {
    width: 100%; }
  .header-navbar.navbar-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .header-navbar.navbar-dark.navbar-border {
    border-bottom: 1px solid #8596B5; }
  .header-navbar.navbar-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
  .header-navbar.navbar-without-dd-arrow .nav-link.dropdown-toggle::after {
    display: none; }
  .header-navbar.navbar-brand-center .navbar-header {
    width: 192px;
    position: absolute;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, 0);
    z-index: 999; }
  .header-navbar .navbar-header {
    height: 100%;
    width: 240px;
    height: 4.57rem;
    float: left;
    position: relative;
    padding: 0rem 0.85rem;
    transition: 300ms ease all; }
    .header-navbar .navbar-header .navbar-brand {
      padding: 14px 0px;
      margin-right: 0; }
      .header-navbar .navbar-header .navbar-brand .brand-logo {
        width: 36px; }
      .header-navbar .navbar-header .navbar-brand .brand-text {
        display: inline;
        padding-left: 6px;
        font-weight: 500;
        vertical-align: middle; }
  .header-navbar .navbar-container {
    padding: 0rem 18px;
    height: 4.57rem;
    transition: 300ms ease all;
    background: inherit; }
    .header-navbar .navbar-container ul.nav li > a.nav-link {
      padding: 1.8rem 1rem;
      font-size: 1.05rem; }
      .header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
        margin-right: 0.5rem; }
    .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
      padding: 1.2rem 0.6rem; }
      .header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
        display: inline-block;
        margin-bottom: 0.4rem;
        margin-left: 0.2rem; }
    .header-navbar .navbar-container ul.nav li a.menu-toggle {
      padding: 1.4rem 1rem; }
      .header-navbar .navbar-container ul.nav li a.menu-toggle i {
        font-size: 1.6rem; }
    .header-navbar .navbar-container ul.nav li a.nav-link-label {
      padding: 1.5rem 1rem; }
    .header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar {
      margin-right: 0.5rem; }
    .header-navbar .navbar-container ul.nav li a.nav-link-search,
    .header-navbar .navbar-container ul.nav li a.nav-link-expand {
      padding: 1.5rem 1rem; }
    .header-navbar .navbar-container ul.nav li div.input-group {
      padding: 0.7rem 1rem; }
    .header-navbar .navbar-container ul.nav li i.ficon {
      font-size: 1.4rem; }
    .header-navbar .navbar-container ul.nav li .media-list {
      max-height: 18.2rem;
      top: -20px; }
    .header-navbar .navbar-container ul.nav li .scrollable-container {
      position: relative; }
    .header-navbar .navbar-container .dropdown-menu-media {
      width: 24rem; }
      .header-navbar .navbar-container .dropdown-menu-media .media-list .media {
        padding: 1rem;
        border: none;
        border-bottom: 1px solid #E6E6E6; }
      .header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {
        border-bottom: 1px solid #E6E6E6; }
      .header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a {
        padding: 0.3rem;
        border-top: 1px solid #E6E6E6; }
  .header-navbar.navbar-without-menu .navbar-container {
    margin-left: 0; }
  .header-navbar .nav-item + .nav-item {
    margin-left: 0rem; }
  @media (max-width: 767.98px) {
    .header-navbar .navbar-header {
      width: 100% !important;
      padding: 0.5rem 1rem; }
      .header-navbar .navbar-header .menu-toggle {
        top: 2px;
        position: relative; }
      .header-navbar .navbar-header .open-navbar-container i {
        font-size: 1.8rem; }
      .header-navbar .navbar-header .navbar-brand {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0); }
    .header-navbar.navbar-with-menu .navbar-container {
      width: 100%;
      display: table;
      background: #fff;
      padding: 0rem 1rem;
      margin: 0;
      height: auto; } }

.navbar-light {
  background: #FFFFFF; }
  .navbar-light.navbar-horizontal {
    background: #FFFFFF; }
  .navbar-light .navbar-nav li {
    line-height: 1; }
  .navbar-light .navbar-nav .active.nav-link {
    background-color: rgba(0, 0, 0, 0.03); }
  .navbar-light .navbar-nav .disabled.nav-link {
    color: #55595c; }

.navbar-dark {
  background: #1D2B36; }
  .navbar-dark.navbar-horizontal {
    background: #1D2B36; }
  .navbar-dark .nav-search .form-control,
  .navbar-dark .nav-search .btn-secondary {
    color: #FFFFFF;
    background: #1D2B36; }
  .navbar-dark .navbar-brand .brand-text {
    color: #FFFFFF !important; }
  .navbar-dark .navbar-nav li {
    line-height: 1; }
  .navbar-dark .navbar-nav .active.nav-link {
    background-color: rgba(255, 255, 255, 0.05); }
  .navbar-dark .navbar-nav .disabled.nav-link {
    color: #eceeef; }

.navbar-semi-dark {
  background: #FFFFFF; }
  .navbar-semi-dark .navbar-header {
    background: #1D2B36; }
    .navbar-semi-dark .navbar-header .brand-text {
      color: #FFFFFF; }
  .navbar-semi-dark .navbar-nav li {
    line-height: 1; }
  .navbar-semi-dark .navbar-nav .nav-link {
    color: #55595c; }
  .navbar-semi-dark .navbar-nav .active.nav-link {
    background-color: rgba(0, 0, 0, 0.03); }
  .navbar-semi-dark .navbar-nav .disabled.nav-link {
    color: #55595c; }

.navbar-semi-light {
  background: #55595c; }
  .navbar-semi-light .navbar-header {
    background: #FFFFFF; }
    .navbar-semi-light .navbar-header .brand-text {
      color: #373a3c; }
  .navbar-semi-light .navbar-nav li {
    line-height: 1; }
  .navbar-semi-light .navbar-nav .nav-link {
    color: #FFFFFF; }
  .navbar-semi-light .navbar-nav .active.nav-link {
    background-color: rgba(0, 0, 0, 0.03); }
  .navbar-semi-light .navbar-nav .disabled.nav-link {
    color: #55595c; }

.mega-dropdown {
  position: static !important; }
  .mega-dropdown .dropdown-menu {
    display: flex; }

.navigation-main .mega-dropdown-menu, .navbar-nav .mega-dropdown-menu {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: calc(100% - 50px);
  padding: 0.5rem 0;
  /* fallback if needed */
  margin: 0px 25px;
  box-shadow: none;
  box-shadow: 0px 5px 75px 2px rgba(64, 70, 74, 0.2);
  z-index: 9999; }
  .navigation-main .mega-dropdown-menu ul, .navbar-nav .mega-dropdown-menu ul {
    padding: 0;
    margin: 0; }
    .navigation-main .mega-dropdown-menu ul li, .navbar-nav .mega-dropdown-menu ul li {
      list-style: none; }
      .navigation-main .mega-dropdown-menu ul li a, .navbar-nav .mega-dropdown-menu ul li a {
        display: block;
        color: #373a3c; }
        .navigation-main .mega-dropdown-menu ul li a .children-in, .navbar-nav .mega-dropdown-menu ul li a .children-in {
          float: right; }
        .navigation-main .mega-dropdown-menu ul li a:hover, .navbar-nav .mega-dropdown-menu ul li a:hover {
          text-decoration: none;
          color: #55595c; }
        .navigation-main .mega-dropdown-menu ul li a:focus, .navbar-nav .mega-dropdown-menu ul li a:focus {
          text-decoration: none;
          color: #55595c; }
    .navigation-main .mega-dropdown-menu ul a.dropdown-item, .navbar-nav .mega-dropdown-menu ul a.dropdown-item {
      padding: 10px; }
  .navigation-main .mega-dropdown-menu p.accordion-text, .navbar-nav .mega-dropdown-menu p.accordion-text {
    line-height: 1.45; }
  .navigation-main .mega-dropdown-menu .dropdown-menu-header, .navbar-nav .mega-dropdown-menu .dropdown-menu-header {
    padding: 0.5rem 0;
    border-bottom: 1px solid #E6E6E6; }
  .navigation-main .mega-dropdown-menu h6 i.la, .navbar-nav .mega-dropdown-menu h6 i.la {
    font-size: 1.1rem; }

.horizontal-top-icon-menu .mega-dropdown-menu {
  margin: 0px 25px !important; }

@media (min-width: 576px) {
  .container .mega-dropdown-menu {
    max-width: 540px;
    margin: 0 calc((100% - 540px)/2); } }

@media (min-width: 768px) {
  .container .mega-dropdown-menu {
    max-width: 720px;
    margin: 0 calc((100% - 720px)/2); } }

@media (min-width: 992px) {
  .container .mega-dropdown-menu {
    max-width: 960px;
    margin: 0 calc((100% - 960px)/2); } }

@media (min-width: 1200px) {
  .container .mega-dropdown-menu {
    max-width: 1140px;
    margin: 0 calc((100% - 1140px)/2); } }

@-moz-document url-prefix() {
  ul li a .children-in {
    position: relative;
    right: 3px;
    top: -14px; } }

.menu-list {
  list-style: none;
  padding: 0;
  overflow: hidden; }

.menu-panel {
  padding: 0; }

.sliding-menu {
  overflow: hidden;
  position: relative; }
  .sliding-menu ul {
    float: left;
    margin: 0;
    padding: 0; }
    .sliding-menu ul li {
      list-style: none;
      margin: 0; }

.navbar-menu-icon {
  width: 24px;
  margin: 16px 2px !important;
  position: relative;
  margin: 0px auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }

.navbar-menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #55595c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

.navbar-menu-icon span:nth-child(1) {
  top: 0px; }

.navbar-menu-icon span:nth-child(2) {
  top: 10px; }

.navbar-menu-icon span:nth-child(3) {
  top: 20px; }

.navbar-menu-icon.show span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg); }

.navbar-menu-icon.show span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.navbar-menu-icon.show span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg); }

@media (max-width: 767.98px) {
  .header-navbar .navbar-nav .show {
    position: static; }
  .header-navbar .navbar-nav .open-navbar-container {
    padding-top: 0.625rem; }
  .header-navbar .navbar-container .show .dropdown-menu {
    right: 0;
    left: 0 !important;
    float: none;
    width: auto;
    margin-top: 0;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll; }
  .header-navbar .navbar-container ul.nav li.nav-item i {
    margin-right: 0.2rem; }
  .header-navbar .navbar-container ul.nav li > a.nav-link {
    padding: 1.2rem 0.4rem; }
    .header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
      margin-right: 0.2rem; }
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 0.8rem 0.6rem; }
  .header-navbar .navbar-container ul.nav li a.nav-link-label {
    padding: 1.4rem 0rem 1rem 0.8rem; }
  .header-navbar .navbar-container ul.nav li a.nav-link-search,
  .header-navbar .navbar-container ul.nav li a.nav-link-expand {
    padding: 1.4rem 1rem 1rem 1rem; }
  .header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
    margin-right: 0;
    margin-left: -2px; }
  .navbar-dark .hamburger-inner,
  .navbar-dark .hamburger-inner::before,
  .navbar-dark .hamburger-inner::after,
  .navbar-semi-dark .hamburger-inner,
  .navbar-semi-dark .hamburger-inner::before,
  .navbar-semi-dark .hamburger-inner::after {
    background-color: #FFFFFF; }
  .navbar-dark .navbar-header .navbar-nav .nav-link,
  .navbar-semi-dark .navbar-header .navbar-nav .nav-link {
    color: #FFFFFF; }
  .navbar-dark .navbar-container .navbar-nav .nav-link,
  .navbar-semi-dark .navbar-container .navbar-nav .nav-link {
    color: #55595c; }
  .navbar-light .navbar-header .navbar-nav .nav-link,
  .navbar-semi-light .navbar-header .navbar-nav .nav-link {
    color: #1D2B36; }
  .navbar-light .navbar-container .navbar-nav .nav-link,
  .navbar-semi-light .navbar-container .navbar-nav .nav-link {
    color: #55595c; } }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned-top {
  transform: translateY(0%); }

.headroom--unpinned-top {
  transform: translateY(-100%); }

.headroom--pinned-bottom {
  transform: translateY(0%); }

.headroom--unpinned-bottom {
  transform: translateY(100%); }

@media (max-width: 1199.98px) {
  .header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
    margin-right: 0.2rem; }
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 0.8rem 0.6rem; }
  .header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
    margin-right: 0;
    margin-left: -2px; } }

@media (max-width: 1199.98px) {
  .header-navbar .navbar-container ul.nav li .selected-language {
    display: none; }
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
    display: none; } }

@media (max-width: 767px) {
  #navbar-mobile.navbar-collapse .navbar-nav {
    margin: 0;
    flex-flow: row wrap; }
    #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
      position: absolute; }
    #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
      float: left; } }

/* ----------- iPhone 5, 5S  iPhone 6----------- */
/* Landscape */
@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 180px; } }

/* ----------- iPhone 6+ ----------- */
/* Landscape */
@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 280px; } }

.card-group, .card-deck {
  margin-bottom: 0.75rem; }

.card {
  margin-bottom: 1.875rem;
  border: none;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05); }
  .card .card {
    box-shadow: none !important; }
  .card .card-title {
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 1.12rem; }
  .card .card-bordered {
    border: 1px solid rgba(0, 0, 0, 0.06); }
  .card.card-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto; }
  .card .card-body[class*='border-bottom-'] {
    border-bottom-width: 2px !important; }
  .card .card-img-overlay.bg-overlay {
    background: rgba(0, 0, 0, 0.45); }
  .card .card-img-overlay .text-muted {
    color: #373a3c !important; }
  .card.card-minimal {
    border: none;
    box-shadow: none; }
  .card.crypto-card-3 .card-body:before {
    font-family: "cryptocoins";
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: -32px;
    right: 0px; }

.card-moved .card, .card-moved .card-header {
  background-color: #F6BB42;
  color: #FFFFFF; }

.handle, .titleArea {
  cursor: move; }

.card-header {
  border-bottom: none; }
  .card-header .card-title {
    margin-bottom: 0; }
  .card-header .heading-elements,
  .card-header .heading-elements-toggle {
    background-color: inherit;
    position: absolute;
    top: 20px;
    right: 20px; }
    .card-header .heading-elements.heading-top-elements .page-item,
    .card-header .heading-elements-toggle.heading-top-elements .page-item {
      display: inline-block; }
    .card-header .heading-elements a,
    .card-header .heading-elements-toggle a {
      padding: 0 8px; }
      .card-header .heading-elements a.btn,
      .card-header .heading-elements-toggle a.btn {
        padding-top: 6px;
        padding-bottom: 6px; }

.card-footer {
  border-top: 1px solid #EEEEEE; }

.text-white .card-text {
  color: white; }

.text-white .card-img-overlay .text-muted {
  color: #FFF !important; }

.text-white code {
  background-color: white; }

.text-white .heading-elements i {
  color: #FFF; }

.card-head-inverse {
  color: #FFF; }
  .card-head-inverse .heading-elements i {
    color: #FFF; }

.card-transparent {
  background-color: transparent; }

.card-image-position-right {
  margin-left: 50px;
  position: absolute;
  top: -27px; }

.card-image-position-right-mid {
  position: absolute;
  top: 23px;
  margin-left: 280px;
  width: 250px; }

.card-font-style-black {
  font-size: 90px;
  font-weight: 900;
  color: #ffffff52;
  margin-top: -12px; }

.card-font-style-white {
  font-size: 72px;
  font-weight: 900;
  margin-top: -10px; }

.background-round {
  background-color: rgba(0, 0, 0, 0.18);
  padding: 8px;
  border-radius: 50%; }

@media (max-width: 991.98px) {
  .heading-elements {
    text-align: center; }
    .heading-elements .list-inline {
      display: none; }
    .heading-elements.visible {
      display: block;
      margin-top: 0;
      top: 100%;
      top: 50px;
      height: auto;
      left: 0px;
      padding: 10px;
      border: 1px solid #eee;
      z-index: 997;
      position: absolute;
      width: 100%; }
      .heading-elements.visible .list-inline {
        display: block; } }

@media (min-width: 992px) {
  .heading-elements-toggle {
    display: none; } }

.breadcrumb {
  font-size: 1rem;
  font-family: "Muli", Georgia, "Times New Roman", Times, serif;
  background-color: transparent;
  padding: 0 0 0.75rem 0rem; }
  .breadcrumb > li + li::before {
    padding-right: .6rem;
    padding-left: .6rem; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/"; }

/* Custom scss for page headers style */
.breadcrumbs-right .breadcrumb {
  float: right; }

.breadcrumbs-top .breadcrumb {
  margin: 0;
  padding: 0; }

.breadcrumb-new .content-header-title {
  padding: 6px 24px 8px 0;
  margin: 0 24px 0 0;
  border-right: 1px solid #E6E6E6; }

.pagination {
  margin-top: 1rem; }
  .pagination .page-link {
    color: #3BAFDA;
    border: 1px solid #ADB5BD; }
  .pagination .page-item.active .page-link {
    background-color: #3BAFDA;
    border-color: #3BAFDA; }

.pager {
  padding-left: 0;
  margin: 1.45 0;
  list-style: none;
  text-align: center; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #818a91;
      border-radius: 0.21rem; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #F1F1F1; }
  .pager.pager-square li a {
    border-radius: 0; }
  .pager.pager-round li a {
    border-radius: 2rem; }
  .pager.pager-flat li a {
    border: 0; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #55595c;
    background-color: #fff; }
  .pager [class*="text-"] .pager {
    text-align: inherit; }

.badge {
  color: #FFFFFF;
  font-weight: 400; }
  .badge[class*='badge-'] [class*='icon-'] {
    line-height: 1; }
    .badge[class*='badge-'] [class*='icon-'] ~ span {
      position: relative;
      bottom: 2px;
      padding: 0 5px; }
  .badge[class*='badge-'] span {
    position: relative;
    bottom: 2px;
    padding: 0 5px; }
  .badge[class*='badge-'] a {
    color: #fff; }
  .badge[class*='badge-'] .dropdown-toggle::after, .badge[class*='badge-'].dropdown-toggle::after {
    position: relative;
    top: -2px;
    right: 3px;
    font-size: 1rem; }
  .badge[class*='badge-'] .dropdown-menu a {
    color: #555; }
  .badge.badge-square {
    border-radius: 0; }
  .badge.badge-border {
    background-color: transparent;
    border-width: 3px !important;
    font-size: 85%; }
  .badge.badge-striped {
    background-color: #dadada;
    border-width: 3px !important;
    font-size: 0.85rem;
    color: #555; }
    .badge.badge-striped a {
      color: #555; }
  .badge.badge.float-right {
    margin-left: 0.5rem;
    margin-top: 0.15rem; }

.badge-xl {
  font-size: 1.8rem; }

.badge-lg {
  font-size: 1.2rem; }

.badge-md {
  font-size: 1rem; }

.badge-sm {
  font-size: 0.8rem; }

.badge-secondary {
  background-color: #55595c; }
  .badge-secondary.badge-glow {
    box-shadow: 0px 0px 10px #55595c; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    background-color: #3d3f41; }

.badge-primary {
  background-color: #967ADC; }
  .badge-primary.badge-glow {
    box-shadow: 0px 0px 10px #967ADC; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    background-color: #7652d1; }

.badge-success {
  background-color: #37BC9B; }
  .badge-success.badge-glow {
    box-shadow: 0px 0px 10px #37BC9B; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    background-color: #2b957a; }

.badge-info {
  background-color: #3BAFDA; }
  .badge-info.badge-glow {
    box-shadow: 0px 0px 10px #3BAFDA; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    background-color: #2494be; }

.badge-warning {
  background-color: #F6BB42; }
  .badge-warning.badge-glow {
    box-shadow: 0px 0px 10px #F6BB42; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    background-color: #f4a911; }

.badge-danger {
  background-color: #DA4453; }
  .badge-danger.badge-glow {
    box-shadow: 0px 0px 10px #DA4453; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    background-color: #c42737; }

.badge-up {
  position: absolute;
  top: 10px;
  right: 6px; }

.badge-icon i {
  font-size: 100%;
  margin-right: 5px; }

.form-control + .block-tag {
  display: block; }

.block-tag {
  margin-top: 0.5rem; }

.block-area {
  padding: 0.24rem 0.3rem; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
  font-size: 100%;
  font-weight: 400;
  padding: 0; }

.nav {
  border-radius: 0.25rem; }
  .nav.wrap-border {
    border: 1px solid #ddd; }
    .nav.wrap-border li.nav-header {
      margin: 0 0.5rem; }
  .nav.no-hover-bg .nav-item:hover {
    background-color: transparent; }
  .nav .dropdown .dropdown-item.active {
    background-color: transparent;
    color: #55595c; }
    .nav .dropdown .dropdown-item.active:focus {
      background-color: transparent;
      color: #55595c; }
  .nav.square-border {
    border-radius: 0; }
    .nav.square-border .nav-item .nav-link.active {
      border-radius: 0; }
  .nav .nav-item .nav-link {
    display: inline-flex; }
  .nav .nav-item i {
    align-self: center; }
  .nav .dropdown-divider {
    margin: 0.5rem 0; }
  .nav .modern-nav-toggle {
    padding: 25px 0px; }
  .nav.nav-pills .nav-item .nav-link.active {
    background-color: #3BAFDA !important;
    color: #FFFFFF; }
  .nav.nav-pills .nav-item .nav-link i.float-right:before {
    position: relative;
    top: 7px;
    left: 7px; }
  .nav.nav-pills .nav-item .nav-link .badge.float-right {
    position: relative;
    top: 1px;
    left: 3px; }
  .nav.nav-pills .nav-item .nav-link.dropdown-toggle::after {
    top: -1px; }
  .nav.nav-pills.nav-justified {
    width: 100%; }
    .nav.nav-pills.nav-justified .nav-item {
      float: none; }
    .nav.nav-pills.nav-justified .nav-link {
      text-align: center;
      margin-bottom: 5px; }
    .nav.nav-pills.nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
    @media (min-width: 576px) {
      .nav.nav-pills.nav-justified .nav-item {
        display: table-cell;
        width: 1%; }
      .nav.nav-pills.nav-justified .nav-link {
        margin-bottom: 0; } }
    .nav.nav-pills.nav-justified .nav-link {
      margin-right: 0;
      border-radius: 0.21rem; }
    @media (min-width: 576px) {
      .nav.nav-pills.nav-justified .nav-link.active,
      .nav.nav-pills.nav-justified .nav-link.active:hover,
      .nav.nav-pills.nav-justified .nav-link.active:focus {
        border-bottom-color: transparent; } }
    .nav.nav-pills.nav-justified .nav-link {
      display: block; }
      .nav.nav-pills.nav-justified .nav-link.active {
        border: none; }
        .nav.nav-pills.nav-justified .nav-link.active:hover, .nav.nav-pills.nav-justified .nav-link.active:focus {
          border: none; }
  .nav.nav-pills.nav-pill-bordered .nav-item {
    border: 1px solid #d3d3d3;
    border-radius: 0.25rem; }
  .nav.nav-pills.nav-pill-with-active-bordered .nav-item a.nav-link {
    border: 1px solid #d3d3d3;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    color: #55595c; }
    .nav.nav-pills.nav-pill-with-active-bordered .nav-item a.nav-link.active {
      border: 1px solid #3BAFDA;
      color: #FFFFFF; }
  .nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link {
    color: #55595c; }
    .nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active {
      border: 1px solid #3BAFDA;
      border-radius: 0.25rem;
      color: #FFFFFF;
      background-color: #FFFFFF; }
  .nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item ~ .nav-item a.nav-link {
    border-left: 1px solid #d3d3d3;
    border-top: 0; }
  .nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item:first-child a.nav-link {
    border-radius: 0.25rem 0.25rem 0 0; }
  .nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item:last-child a.nav-link {
    border-radius: 0 0 0.25rem 0.25rem; }
  .nav.nav-pills.nav-pill-toolbar .nav-item {
    margin-top: 0;
    margin-left: 0; }
    .nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link {
      border: 1px solid #d3d3d3;
      border-radius: 0; }
      .nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link.active, .nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link:active {
        border-color: #3BAFDA; }
  .nav.nav-tabs .nav-item .nav-link {
    padding: 0.5rem 0.7rem;
    display: inline-flex; }
    .nav.nav-tabs .nav-item .nav-link:hover:not(.active) {
      border-color: transparent; }
    .nav.nav-tabs .nav-item .nav-link.active {
      background-color: #fff;
      border-radius: 0.25rem 0.25rem 0 0; }
    .nav.nav-tabs .nav-item .nav-link i.float-right {
      margin-left: 0.5rem; }
    .nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after {
      top: -1px; }
  .nav.nav-tabs .nav-item:hover {
    color: #333; }
  .nav.nav-tabs.wrap-border {
    border: 1px solid #ddd; }
  .nav.nav-tabs.no-hover-bg .nav-item:hover {
    background-color: transparent; }
  .nav.nav-tabs .dropdown .dropdown-item.active {
    background-color: transparent;
    color: #55595c; }
    .nav.nav-tabs .dropdown .dropdown-item.active:focus {
      background-color: transparent;
      color: #55595c; }
  .nav.nav-tabs.square-border {
    border-radius: 0; }
    .nav.nav-tabs.square-border .nav-item .nav-link.active {
      border-radius: 0; }
  .nav.nav-tabs.nav-justified {
    width: 100%; }
    .nav.nav-tabs.nav-justified .nav-item {
      float: none; }
    .nav.nav-tabs.nav-justified .nav-link {
      text-align: center;
      margin-bottom: 5px; }
    .nav.nav-tabs.nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
    @media (min-width: 576px) {
      .nav.nav-tabs.nav-justified .nav-item {
        display: table-cell;
        width: 1%; }
      .nav.nav-tabs.nav-justified .nav-link {
        margin-bottom: 0; } }
    .nav.nav-tabs.nav-justified .nav-link {
      margin-right: 0;
      border-radius: 0.21rem; }
    @media (min-width: 576px) {
      .nav.nav-tabs.nav-justified .nav-link.active,
      .nav.nav-tabs.nav-justified .nav-link.active:hover,
      .nav.nav-tabs.nav-justified .nav-link.active:focus {
        border-bottom-color: transparent; } }
    .nav.nav-tabs.nav-justified .nav-item a.nav-link {
      display: block; }
      .nav.nav-tabs.nav-justified .nav-item a.nav-link .active {
        background-color: #fff; }
  .nav.nav-tabs.nav-top-border .nav-item a {
    color: #37BC9B; }
    .nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
      border-top: 3px solid #37BC9B;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      color: #555; }
    .nav.nav-tabs.nav-top-border .nav-item a:hover {
      color: #144639; }
      .nav.nav-tabs.nav-top-border .nav-item a:hover:not(.active) {
        border-color: transparent; }
  .nav.nav-tabs.nav-topline {
    border-bottom: none; }
    .nav.nav-tabs.nav-topline .nav-item:hover {
      background-color: transparent; }
    .nav.nav-tabs.nav-topline .nav-item:not(:last-child) {
      border-right: none; }
    .nav.nav-tabs.nav-topline .nav-item a {
      border: 1px solid rgba(40, 44, 42, 0.1);
      border-bottom: none; }
      .nav.nav-tabs.nav-topline .nav-item a.nav-link {
        padding: 0.8rem 0.5rem;
        background: rgba(40, 44, 42, 0.05);
        color: #74777b;
        line-height: 1;
        -webkit-transition: color 0.2s;
        transition: color 0.2s; }
        .nav.nav-tabs.nav-topline .nav-item a.nav-link.active {
          background: none;
          box-shadow: inset 0 3px 0 #DA4453;
          color: #DA4453;
          border-radius: 0;
          border-top-color: #DA4453;
          border-bottom: none; }
        .nav.nav-tabs.nav-topline .nav-item a.nav-link:hover, .nav.nav-tabs.nav-topline .nav-item a.nav-link:focus {
          color: #DA4453; }
        .nav.nav-tabs.nav-topline .nav-item a.nav-link.dropdown-toggle::after {
          top: -1px; }
  .nav.nav-tabs.nav-underline {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #3BAFDA; }
    .nav.nav-tabs.nav-underline .nav-item {
      position: relative;
      z-index: 1;
      display: block;
      text-align: center;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 0; }
      .nav.nav-tabs.nav-underline .nav-item.open a .nav-link {
        background-color: transparent; }
        .nav.nav-tabs.nav-underline .nav-item.open a .nav-link:focus, .nav.nav-tabs.nav-underline .nav-item.open a .nav-link:hover {
          background-color: transparent;
          color: #3BAFDA; }
      .nav.nav-tabs.nav-underline .nav-item a.nav-link {
        position: relative;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 2rem;
        padding: 0.5rem 1rem;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
        color: #3BAFDA;
        border: none; }
        .nav.nav-tabs.nav-underline .nav-item a.nav-link.dropdown-toggle::after {
          margin-top: -1rem; }
        .nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
          border: none;
          background-color: transparent; }
          .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus, .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover {
            color: #55595c;
            background-color: transparent; }
          .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:before {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
        .nav.nav-tabs.nav-underline .nav-item a.nav-link:hover, .nav.nav-tabs.nav-underline .nav-item a.nav-link:focus {
          color: #3BAFDA; }
        .nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 4px;
          background: #3BAFDA;
          content: '';
          -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
          -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0); }
  .nav.nav-tabs.nav-linetriangle {
    border-bottom-color: #F6BB42; }
    .nav.nav-tabs.nav-linetriangle .nav-item {
      position: relative;
      z-index: 1;
      display: block;
      text-align: center;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link {
        position: relative;
        display: block;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 2.5;
        border: none;
        color: #55595c; }
        .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          border-bottom-color: #F6BB42;
          color: #F6BB42; }
          .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after, .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
            position: absolute;
            top: 100%;
            left: 50%;
            width: 0;
            height: 0;
            border: solid transparent;
            content: '';
            pointer-events: none; }
          .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
            margin-left: -11px;
            border-width: 12px;
            border-top-color: #F6BB42; }
          .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after {
            margin-left: -10px;
            border-width: 10px;
            border-top-color: #fff; }
          .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:focus {
            color: #F6BB42; }
        .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle:after {
          margin-top: -1rem; }
        .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle.active:after {
          margin-top: 0; }
    .nav.nav-tabs.nav-linetriangle.nav-justified {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom-color: #F6BB42; }
      .nav.nav-tabs.nav-linetriangle.nav-justified .nav-item a.nav-link.active {
        top: 0px; }
  .nav.nav-tabs.nav-iconfall {
    overflow: visible;
    border-bottom: none; }
    .nav.nav-tabs.nav-iconfall .nav-item {
      position: relative;
      z-index: 1;
      display: block;
      text-align: center;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0.5rem 0.7rem 0; }
      .nav.nav-tabs.nav-iconfall .nav-item:hover, .nav.nav-tabs.nav-iconfall .nav-item:focus {
        background-color: transparent; }
      .nav.nav-tabs.nav-iconfall .nav-item a.nav-link {
        display: inline-block;
        padding: 1em 0 2em;
        color: #74777b;
        position: relative;
        line-height: 2.5;
        width: 100%;
        border: none;
        -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
      .nav.nav-tabs.nav-iconfall .nav-item a:hover, .nav.nav-tabs.nav-iconfall .nav-item a:focus {
        color: #2CC185;
        border: none; }
      .nav.nav-tabs.nav-iconfall .nav-item a.active {
        color: #2CC185;
        border: none;
        background-color: transparent; }
        .nav.nav-tabs.nav-iconfall .nav-item a.active i:after {
          opacity: 1;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
        .nav.nav-tabs.nav-iconfall .nav-item a.active i:before {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
      .nav.nav-tabs.nav-iconfall .nav-item a i {
        display: block;
        margin-right: 0; }
        .nav.nav-tabs.nav-iconfall .nav-item a i:after {
          position: absolute;
          bottom: 1em;
          left: 50%;
          margin-left: -20px;
          width: 40px;
          height: 4px;
          background: #2CC185;
          content: '';
          opacity: 0;
          -webkit-transition: -webkit-transform 0.2s ease-in;
          transition: transform 0.2s ease-in;
          -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1); }
        .nav.nav-tabs.nav-iconfall .nav-item a i:before {
          display: block;
          margin: 0 0 0.35em;
          opacity: 0;
          -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
          transition: transform 0.2s, opacity 0.2s;
          -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
          pointer-events: none; }
      .nav.nav-tabs.nav-iconfall .nav-item a.dropdown-toggle:after {
        margin-top: -1rem; }
  .nav .nav-item .nav-link {
    display: block; }
  .nav .dropdown-divider {
    margin: 0.5rem 0; }

@media (min-width: 576px) {
  .nav.nav-tabs.nav-linetriangle.nav-justified .nav-item,
  .nav.nav-tabs.nav-iconfall.nav-justified .nav-item,
  .nav.nav-tabs.nav-underline.nav-justified .nav-item {
    display: table-cell !important; } }

.nav-vertical {
  overflow: hidden; }
  .nav-vertical .nav-left.nav-tabs {
    float: left;
    border-bottom: 0;
    border-radius: 0;
    display: table; }
    .nav-vertical .nav-left.nav-tabs li.nav-item {
      float: none;
      margin: 0;
      margin-right: -1px; }
      .nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link {
        min-width: 6.5rem;
        border-right: 1px solid #ddd; }
        .nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active {
          border: 1px solid #ddd;
          border-right: 0;
          border-radius: 0.25rem 0 0 0.25rem; }
        .nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link:hover:not(.active) {
          border-color: transparent;
          border-right: 1px solid #ddd; }
    .nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link {
      color: #DA4453; }
      .nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active {
        border-left: 3px solid #DA4453;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        color: #555; }
  .nav-vertical .nav-left ~ .tab-content {
    margin-left: 45px; }
    .nav-vertical .nav-left ~ .tab-content .tab-pane {
      display: none;
      background-color: #fff;
      padding: 0 0 0.6rem 1rem;
      overflow-y: auto; }
      .nav-vertical .nav-left ~ .tab-content .tab-pane.active {
        display: block; }
  .nav-vertical .nav-right.nav-tabs {
    float: right;
    border-bottom: 0;
    border-radius: 0;
    display: table; }
    .nav-vertical .nav-right.nav-tabs li.nav-item {
      float: none;
      margin: 0;
      margin-left: -1px; }
      .nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link {
        min-width: 6.5rem;
        border-left: 1px solid #ddd; }
        .nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link.active {
          border: 1px solid #ddd;
          border-left: 0;
          border-radius: 0 0.25rem 0.25rem 0; }
        .nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link:hover:not(.active) {
          border-color: transparent;
          border-left: 1px solid #ddd; }
    .nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link {
      color: #DA4453; }
      .nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link.active {
        border-right: 3px solid #DA4453;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #555; }
  .nav-vertical .nav-right ~ .tab-content .tab-pane {
    display: none;
    background-color: #fff;
    padding: 0 0 0.6rem 1rem;
    overflow-y: auto; }
    .nav-vertical .nav-right ~ .tab-content .tab-pane.active {
      display: block; }

.nav.nav-tabs.nav-only-icon .nav-item .nav-link {
  font-size: 1.25rem; }
  .nav.nav-tabs.nav-only-icon .nav-item .nav-link i {
    margin-left: 0.5rem; }

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item.show .nav-link:focus {
  background-color: transparent; }

.alert {
  position: relative; }
  .alert .alert-link:hover {
    text-decoration: underline; }
  .alert.alert-icon-left {
    border-left-width: 4rem; }
  .alert.alert-icon-right {
    border-right-width: 4rem; }
  .alert.alert-icon-left[class*=bg-] {
    border-left-color: rgba(0, 0, 0, 0.15) !important; }
  .alert.alert-icon-right[class*=bg-] {
    border-right-color: rgba(0, 0, 0, 0.15) !important; }
  .alert[class*=alert-icon-] .alert-icon {
    content: '\f2b2';
    font-family: LineAwesome;
    color: #fff;
    width: 4rem;
    left: -4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .alert .close {
    font-size: 2rem;
    line-height: 1rem; }
  .alert[class*=bg-] {
    color: #fff; }
    .alert[class*=bg-] .alert-link {
      color: #fff; }
    .alert[class*=bg-] .close {
      color: #fff;
      opacity: 1;
      text-shadow: none; }
  .alert.alert-icon-right .alert-icon {
    left: auto;
    right: -4rem; }
  .alert[class*=alert-arrow-]:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-color: inherit;
    margin-top: -8px; }
  .alert.alert-arrow-right:before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 8px solid;
    border-right-color: inherit; }

.media-list .media {
  padding: 1.25rem;
  margin-top: 0; }
  .media-list .media .media-left {
    padding-right: 1rem;
    float: left; }
  .media-list .media .media-right {
    padding-left: 1rem;
    float: right; }

.media-list a.media {
  color: #55595c !important; }

.media [class*="avatar-"] {
  position: relative;
  padding-right: 0 !important;
  margin-right: 0; }
  .media [class*="avatar-"] i {
    position: absolute;
    right: -4px;
    bottom: -1px;
    width: 10px;
    height: 10px;
    border: 2px solid white;
    border-radius: 100%; }

.media-bordered .media {
  border-top: 1px solid #E4E7ED; }
  .media-bordered .media:first-child {
    border-top: 0; }

.media-notation a {
  margin-right: 0.5rem; }

/*=========================================================================================
  File Name: progress.scss
  Description: Extended bootstrap progress bar scss.
  ----------------------------------------------------------------------------------------
  Item Name: Robust - Responsive Admin Template
  Version: 2.0
  Author: PIXINVENT
  Author URL: http://www.themeforest.net/user/pixinvent
  ----------------------------------------------------------------------------------------

  Modifiers:       `progress-lg`
                   `progress-md`
                   `progress-sm`
                   `progress-xs`

==========================================================================================*/
.progress {
  margin-bottom: 3rem; }
  .progress:last-child {
    margin-bottom: 1rem; }
  .progress.progress-xl {
    height: 2rem !important; }
  .progress.progress-lg {
    height: 1.5rem !important; }
  .progress.progress-md {
    height: 1rem !important; }
  .progress.progress-sm {
    height: 0.5rem !important; }
  .progress.progress-xs {
    height: 0.25rem !important; }
  .progress.box-shadow {
    box-shadow: 0px 10px 15px 0px rgba(85, 89, 92, 0.3); }

/* ===============================================================================================
	File Name: list-group.scss
	Description: Contain list item, list group related extended SCSS.
	----------------------------------------------------------------------------------------------
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================================*/
ul.list-inline li {
  display: inline-block; }

ul.list-inline.list-inline-pipe > li + li:before {
  content: ' | ';
  color: #818a91; }

.list-group .list-group-item.active {
  color: #fff !important; }

.list-group .list-group-item-action:active {
  color: #fff;
  background-color: #3BAFDA; }
  .list-group .list-group-item-action:active a {
    color: #fff; }

.users-list li + li {
  margin-left: -14px; }

.users-list li img {
  border: 2px solid #fff;
  box-shadow: 0px 2px 10px 0px rgba(85, 89, 92, 0.3); }

.users-list li .badge {
  background: rgba(255, 255, 255, 0.8);
  color: #55595c;
  margin-bottom: 6px; }

.modal-sm {
  max-width: 400px; }

.modal-xs {
  max-width: 300px; }

.modal-xl {
  max-width: 94%;
  margin-left: 3%;
  margin-right: 3%; }

.icon-align {
  margin-top: 0.6rem;
  margin-left: 0.5rem; }

.popover.popover-top:after, .popover.popover-top:before, .popover.bs-tether-element-attached-top:after, .popover.bs-tether-element-attached-top:before {
  margin-left: -10px; }

.popover.popover-right:after, .popover.popover-right:before, .popover.bs-tether-element-attached-right:after, .popover.bs-tether-element-attached-right:before {
  margin-top: -10px; }

.popover.popover-bottom:after, .popover.popover-bottom:before, .popover.bs-tether-element-attached-bottom:after, .popover.bs-tether-element-attached-bottom:before {
  margin-left: -10px; }

.popover.popover-left:after, .popover.popover-left:before, .popover.bs-tether-element-attached-left:after, .popover.bs-tether-element-attached-left:before {
  margin-top: -10px; }

.icon-bg-circle {
  color: #FFFFFF;
  padding: 0.5rem;
  border-radius: 50%; }

.icon-left {
  margin-right: 0.5rem; }

.icon-right {
  margin-right: 0.5rem; }

.icon-spin {
  display: inline-block;
  animation: spin 1s infinite linear; }

.blockOverlay {
  z-index: 1050 !important; }

.blockElement, .blockPage {
  z-index: 1051 !important; }

.embed-responsive:before {
  padding-top: 57%; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.hidden {
  display: none;
  visibility: hidden; }

a:hover {
  cursor: pointer; }

.round {
  border-radius: 1.5rem; }

.square {
  border-radius: 0; }

.mega-dropdown-menu p.accordion-text {
  line-height: 1.45; }

.mega-dropdown-menu a[aria-expanded="true"] {
  padding-bottom: 1rem; }

.line-on-side {
  border-bottom: 1px solid #dadada;
  line-height: 0.1em;
  margin: 10px 0 20px; }

.line-on-side span {
  background: #fff;
  padding: 0 10px; }

.icon-line-height {
  line-height: 1.5rem !important; }

.table-middle td {
  vertical-align: middle; }

.spinner {
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }


/* ------- app-assets/css/colors.css ------ */
.white {
  color: #FFFFFF !important; }

.bg-white {
  background-color: #FFFFFF !important; }
  .bg-white .card-header, .bg-white .card-footer {
    background-color: transparent; }
  .bg-white.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6); }

.selectboxit.selectboxit-btn.bg-white {
  background-color: #FFFFFF !important; }

.alert-white {
  border-color: #FFFFFF !important;
  background-color: white !important;
  color: #a6a6a6 !important; }
  .alert-white .alert-link {
    color: #919191 !important; }

.border-white {
  border-color: #FFFFFF; }

.overlay-white {
  background: #FFFFFF;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8); }

/* .card-outline-white{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-white {
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #FFFFFF; }
  .btn-white:hover {
    border-color: !important;
    background-color: !important;
    color: #FFF !important; }
  .btn-white:focus, .btn-white:active {
    border-color: !important;
    background-color: !important;
    color: #FFF !important; }
  .btn-white.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6); }

.btn-outline-white {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF; }
  .btn-outline-white:hover {
    background-color: #FFFFFF;
    color: #FFF !important; }
  .btn-outline-white.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6); }

input[type="checkbox"].bg-white + .custom-control-label:before, input[type="radio"].bg-white + .custom-control-label:before {
  background-color: #FFFFFF !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF !important; }

.border-white {
  border: 1px solid #FFFFFF !important; }

.border-top-white {
  border-top: 1px solid #FFFFFF; }

.border-bottom-white {
  border-bottom: 1px solid #FFFFFF; }

.border-left-white {
  border-left: 1px solid #FFFFFF; }

.border-right-white {
  border-right: 1px solid #FFFFFF; }

.black {
  color: #000000 !important; }

.bg-black {
  background-color: #000000 !important; }
  .bg-black .card-header, .bg-black .card-footer {
    background-color: transparent; }
  .bg-black.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6); }

.selectboxit.selectboxit-btn.bg-black {
  background-color: #000000 !important; }

.alert-black {
  border-color: #000000 !important;
  background-color: #242424 !important;
  color: black !important; }
  .alert-black .alert-link {
    color: black !important; }

.border-black {
  border-color: #000000; }

.overlay-black {
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8); }

/* .card-outline-black{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-black {
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #FFFFFF; }
  .btn-black:hover {
    border-color: !important;
    background-color: !important;
    color: #FFF !important; }
  .btn-black:focus, .btn-black:active {
    border-color: !important;
    background-color: !important;
    color: #FFF !important; }
  .btn-black.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6); }

.btn-outline-black {
  border-color: #000000;
  background-color: transparent;
  color: #000000; }
  .btn-outline-black:hover {
    background-color: #000000;
    color: #FFF !important; }
  .btn-outline-black.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6); }

input[type="checkbox"].bg-black + .custom-control-label:before, input[type="radio"].bg-black + .custom-control-label:before {
  background-color: #000000 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important; }

.border-black {
  border: 1px solid #000000 !important; }

.border-top-black {
  border-top: 1px solid #000000; }

.border-bottom-black {
  border-bottom: 1px solid #000000; }

.border-left-black {
  border-left: 1px solid #000000; }

.border-right-black {
  border-right: 1px solid #000000; }

.primary.lighten-5 {
  color: #F1EBFF !important; }

.bg-primary.bg-lighten-5 {
  background-color: #F1EBFF !important; }
  .bg-primary.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(241, 235, 255, 0.6); }

.btn-primary.btn-lighten-5 {
  border-color: #704ACF !important;
  background-color: #F1EBFF !important; }
  .btn-primary.btn-lighten-5:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-lighten-5:focus, .btn-primary.btn-lighten-5:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-lighten-5 {
  border-color: #F1EBFF !important;
  color: #F1EBFF !important; }
  .btn-outline-primary.btn-outline-lighten-5:hover {
    background-color: #F1EBFF !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F1EBFF !important; }

.border-primary.border-lighten-5 {
  border: 1px solid #F1EBFF !important; }

.border-top-primary.border-top-lighten-5 {
  border-top: 1px solid #F1EBFF !important; }

.border-bottom-primary.border-bottom-lighten-5 {
  border-bottom: 1px solid #F1EBFF !important; }

.border-left-primary.border-left-lighten-5 {
  border-left: 1px solid #F1EBFF !important; }

.border-right-primary.border-right-lighten-5 {
  border-right: 1px solid #F1EBFF !important; }

.overlay-primary.overlay-lighten-5 {
  background: #F1EBFF;
  /* The Fallback */
  background: rgba(241, 235, 255, 0.8); }

.primary.lighten-4 {
  color: #E9E3F8 !important; }

.bg-primary.bg-lighten-4 {
  background-color: #E9E3F8 !important; }
  .bg-primary.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(233, 227, 248, 0.6); }

.btn-primary.btn-lighten-4 {
  border-color: #704ACF !important;
  background-color: #E9E3F8 !important; }
  .btn-primary.btn-lighten-4:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-lighten-4:focus, .btn-primary.btn-lighten-4:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-lighten-4 {
  border-color: #E9E3F8 !important;
  color: #E9E3F8 !important; }
  .btn-outline-primary.btn-outline-lighten-4:hover {
    background-color: #E9E3F8 !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E9E3F8 !important; }

.border-primary.border-lighten-4 {
  border: 1px solid #E9E3F8 !important; }

.border-top-primary.border-top-lighten-4 {
  border-top: 1px solid #E9E3F8 !important; }

.border-bottom-primary.border-bottom-lighten-4 {
  border-bottom: 1px solid #E9E3F8 !important; }

.border-left-primary.border-left-lighten-4 {
  border-left: 1px solid #E9E3F8 !important; }

.border-right-primary.border-right-lighten-4 {
  border-right: 1px solid #E9E3F8 !important; }

.overlay-primary.overlay-lighten-4 {
  background: #E9E3F8;
  /* The Fallback */
  background: rgba(233, 227, 248, 0.8); }

.primary.lighten-3 {
  color: #BCAAE9 !important; }

.bg-primary.bg-lighten-3 {
  background-color: #BCAAE9 !important; }
  .bg-primary.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(188, 170, 233, 0.6); }

.btn-primary.btn-lighten-3 {
  border-color: #704ACF !important;
  background-color: #BCAAE9 !important; }
  .btn-primary.btn-lighten-3:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-lighten-3:focus, .btn-primary.btn-lighten-3:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-lighten-3 {
  border-color: #BCAAE9 !important;
  color: #BCAAE9 !important; }
  .btn-outline-primary.btn-outline-lighten-3:hover {
    background-color: #BCAAE9 !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BCAAE9 !important; }

.border-primary.border-lighten-3 {
  border: 1px solid #BCAAE9 !important; }

.border-top-primary.border-top-lighten-3 {
  border-top: 1px solid #BCAAE9 !important; }

.border-bottom-primary.border-bottom-lighten-3 {
  border-bottom: 1px solid #BCAAE9 !important; }

.border-left-primary.border-left-lighten-3 {
  border-left: 1px solid #BCAAE9 !important; }

.border-right-primary.border-right-lighten-3 {
  border-right: 1px solid #BCAAE9 !important; }

.overlay-primary.overlay-lighten-3 {
  background: #BCAAE9;
  /* The Fallback */
  background: rgba(188, 170, 233, 0.8); }

.primary.lighten-2 {
  color: #AC92EC !important; }

.bg-primary.bg-lighten-2 {
  background-color: #AC92EC !important; }
  .bg-primary.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(172, 146, 236, 0.6); }

.btn-primary.btn-lighten-2 {
  border-color: #704ACF !important;
  background-color: #AC92EC !important; }
  .btn-primary.btn-lighten-2:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-lighten-2:focus, .btn-primary.btn-lighten-2:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-lighten-2 {
  border-color: #AC92EC !important;
  color: #AC92EC !important; }
  .btn-outline-primary.btn-outline-lighten-2:hover {
    background-color: #AC92EC !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AC92EC !important; }

.border-primary.border-lighten-2 {
  border: 1px solid #AC92EC !important; }

.border-top-primary.border-top-lighten-2 {
  border-top: 1px solid #AC92EC !important; }

.border-bottom-primary.border-bottom-lighten-2 {
  border-bottom: 1px solid #AC92EC !important; }

.border-left-primary.border-left-lighten-2 {
  border-left: 1px solid #AC92EC !important; }

.border-right-primary.border-right-lighten-2 {
  border-right: 1px solid #AC92EC !important; }

.overlay-primary.overlay-lighten-2 {
  background: #AC92EC;
  /* The Fallback */
  background: rgba(172, 146, 236, 0.8); }

.primary.lighten-1 {
  color: #A992E2 !important; }

.bg-primary.bg-lighten-1 {
  background-color: #A992E2 !important; }
  .bg-primary.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(169, 146, 226, 0.6); }

.btn-primary.btn-lighten-1 {
  border-color: #704ACF !important;
  background-color: #A992E2 !important; }
  .btn-primary.btn-lighten-1:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-lighten-1:focus, .btn-primary.btn-lighten-1:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-lighten-1 {
  border-color: #A992E2 !important;
  color: #A992E2 !important; }
  .btn-outline-primary.btn-outline-lighten-1:hover {
    background-color: #A992E2 !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #A992E2 !important; }

.border-primary.border-lighten-1 {
  border: 1px solid #A992E2 !important; }

.border-top-primary.border-top-lighten-1 {
  border-top: 1px solid #A992E2 !important; }

.border-bottom-primary.border-bottom-lighten-1 {
  border-bottom: 1px solid #A992E2 !important; }

.border-left-primary.border-left-lighten-1 {
  border-left: 1px solid #A992E2 !important; }

.border-right-primary.border-right-lighten-1 {
  border-right: 1px solid #A992E2 !important; }

.overlay-primary.overlay-lighten-1 {
  background: #A992E2;
  /* The Fallback */
  background: rgba(169, 146, 226, 0.8); }

.primary {
  color: #967ADC !important; }

.bg-primary {
  background-color: #967ADC !important; }
  .bg-primary .card-header, .bg-primary .card-footer {
    background-color: transparent; }
  .bg-primary.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(150, 122, 220, 0.6); }

.selectboxit.selectboxit-btn.bg-primary {
  background-color: #967ADC !important; }

.alert-primary {
  border-color: #967ADC !important;
  background-color: #c3b3eb !important;
  color: #3d2281 !important; }
  .alert-primary .alert-link {
    color: #2e1a61 !important; }

.border-primary {
  border-color: #967ADC; }

.overlay-primary {
  background: #967ADC;
  /* The Fallback */
  background: rgba(150, 122, 220, 0.8); }

/* .card-outline-primary{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-primary {
  border-color: #967ADC !important;
  background-color: #967ADC !important;
  color: #FFFFFF; }
  .btn-primary:hover {
    border-color: #704ACF !important;
    background-color: #8362D6 !important;
    color: #FFF !important; }
  .btn-primary:focus, .btn-primary:active {
    border-color: #5E34C6 !important;
    background-color: #704ACF !important;
    color: #FFF !important; }
  .btn-primary.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(150, 122, 220, 0.6); }

.btn-outline-primary {
  border-color: #967ADC;
  background-color: transparent;
  color: #967ADC; }
  .btn-outline-primary:hover {
    background-color: #967ADC;
    color: #FFF !important; }
  .btn-outline-primary.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(150, 122, 220, 0.6); }

input[type="checkbox"].bg-primary + .custom-control-label:before, input[type="radio"].bg-primary + .custom-control-label:before {
  background-color: #967ADC !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #967ADC !important; }

.border-primary {
  border: 1px solid #967ADC !important; }

.border-top-primary {
  border-top: 1px solid #967ADC; }

.border-bottom-primary {
  border-bottom: 1px solid #967ADC; }

.border-left-primary {
  border-left: 1px solid #967ADC; }

.border-right-primary {
  border-right: 1px solid #967ADC; }

.primary.darken-1 {
  color: #8362D6 !important; }

.bg-primary.bg-darken-1 {
  background-color: #8362D6 !important; }
  .bg-primary.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(131, 98, 214, 0.6); }

.btn-primary.btn-darken-1 {
  border-color: #704ACF !important;
  background-color: #8362D6 !important; }
  .btn-primary.btn-darken-1:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-darken-1:focus, .btn-primary.btn-darken-1:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-darken-1 {
  border-color: #8362D6 !important;
  color: #8362D6 !important; }
  .btn-outline-primary.btn-outline-darken-1:hover {
    background-color: #8362D6 !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8362D6 !important; }

.border-primary.border-darken-1 {
  border: 1px solid #8362D6 !important; }

.border-top-primary.border-top-darken-1 {
  border-top: 1px solid #8362D6 !important; }

.border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid #8362D6 !important; }

.border-left-primary.border-left-darken-1 {
  border-left: 1px solid #8362D6 !important; }

.border-right-primary.border-right-darken-1 {
  border-right: 1px solid #8362D6 !important; }

.overlay-primary.overlay-darken-1 {
  background: #8362D6;
  /* The Fallback */
  background: rgba(131, 98, 214, 0.8); }

.primary.darken-2 {
  color: #704ACF !important; }

.bg-primary.bg-darken-2 {
  background-color: #704ACF !important; }
  .bg-primary.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(112, 74, 207, 0.6); }

.btn-primary.btn-darken-2 {
  border-color: #704ACF !important;
  background-color: #704ACF !important; }
  .btn-primary.btn-darken-2:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-darken-2:focus, .btn-primary.btn-darken-2:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-darken-2 {
  border-color: #704ACF !important;
  color: #704ACF !important; }
  .btn-outline-primary.btn-outline-darken-2:hover {
    background-color: #704ACF !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #704ACF !important; }

.border-primary.border-darken-2 {
  border: 1px solid #704ACF !important; }

.border-top-primary.border-top-darken-2 {
  border-top: 1px solid #704ACF !important; }

.border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid #704ACF !important; }

.border-left-primary.border-left-darken-2 {
  border-left: 1px solid #704ACF !important; }

.border-right-primary.border-right-darken-2 {
  border-right: 1px solid #704ACF !important; }

.overlay-primary.overlay-darken-2 {
  background: #704ACF;
  /* The Fallback */
  background: rgba(112, 74, 207, 0.8); }

.primary.darken-3 {
  color: #5E34C6 !important; }

.bg-primary.bg-darken-3 {
  background-color: #5E34C6 !important; }
  .bg-primary.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(94, 52, 198, 0.6); }

.btn-primary.btn-darken-3 {
  border-color: #704ACF !important;
  background-color: #5E34C6 !important; }
  .btn-primary.btn-darken-3:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-darken-3:focus, .btn-primary.btn-darken-3:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-darken-3 {
  border-color: #5E34C6 !important;
  color: #5E34C6 !important; }
  .btn-outline-primary.btn-outline-darken-3:hover {
    background-color: #5E34C6 !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5E34C6 !important; }

.border-primary.border-darken-3 {
  border: 1px solid #5E34C6 !important; }

.border-top-primary.border-top-darken-3 {
  border-top: 1px solid #5E34C6 !important; }

.border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid #5E34C6 !important; }

.border-left-primary.border-left-darken-3 {
  border-left: 1px solid #5E34C6 !important; }

.border-right-primary.border-right-darken-3 {
  border-right: 1px solid #5E34C6 !important; }

.overlay-primary.overlay-darken-3 {
  background: #5E34C6;
  /* The Fallback */
  background: rgba(94, 52, 198, 0.8); }

.primary.darken-4 {
  color: #522EAE !important; }

.bg-primary.bg-darken-4 {
  background-color: #522EAE !important; }
  .bg-primary.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(82, 46, 174, 0.6); }

.btn-primary.btn-darken-4 {
  border-color: #704ACF !important;
  background-color: #522EAE !important; }
  .btn-primary.btn-darken-4:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-darken-4:focus, .btn-primary.btn-darken-4:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-darken-4 {
  border-color: #522EAE !important;
  color: #522EAE !important; }
  .btn-outline-primary.btn-outline-darken-4:hover {
    background-color: #522EAE !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #522EAE !important; }

.border-primary.border-darken-4 {
  border: 1px solid #522EAE !important; }

.border-top-primary.border-top-darken-4 {
  border-top: 1px solid #522EAE !important; }

.border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid #522EAE !important; }

.border-left-primary.border-left-darken-4 {
  border-left: 1px solid #522EAE !important; }

.border-right-primary.border-right-darken-4 {
  border-right: 1px solid #522EAE !important; }

.overlay-primary.overlay-darken-4 {
  background: #522EAE;
  /* The Fallback */
  background: rgba(82, 46, 174, 0.8); }

.primary.accent-1 {
  color: #9e77fd !important; }

.bg-primary.bg-accent-1 {
  background-color: #9e77fd !important; }
  .bg-primary.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(158, 119, 253, 0.6); }

.btn-primary.btn-accent-1 {
  border-color: #704ACF !important;
  background-color: #9e77fd !important; }
  .btn-primary.btn-accent-1:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-accent-1:focus, .btn-primary.btn-accent-1:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-accent-1 {
  border-color: #9e77fd !important;
  color: #9e77fd !important; }
  .btn-outline-primary.btn-outline-accent-1:hover {
    background-color: #9e77fd !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9e77fd !important; }

.border-primary.border-accent-1 {
  border: 1px solid #9e77fd !important; }

.border-top-primary.border-top-accent-1 {
  border-top: 1px solid #9e77fd !important; }

.border-bottom-primary.border-bottom-accent-1 {
  border-bottom: 1px solid #9e77fd !important; }

.border-left-primary.border-left-accent-1 {
  border-left: 1px solid #9e77fd !important; }

.border-right-primary.border-right-accent-1 {
  border-right: 1px solid #9e77fd !important; }

.overlay-primary.overlay-accent-1 {
  background: #9e77fd;
  /* The Fallback */
  background: rgba(158, 119, 253, 0.8); }

.primary.accent-2 {
  color: #9067f5 !important; }

.bg-primary.bg-accent-2 {
  background-color: #9067f5 !important; }
  .bg-primary.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(144, 103, 245, 0.6); }

.btn-primary.btn-accent-2 {
  border-color: #704ACF !important;
  background-color: #9067f5 !important; }
  .btn-primary.btn-accent-2:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-accent-2:focus, .btn-primary.btn-accent-2:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-accent-2 {
  border-color: #9067f5 !important;
  color: #9067f5 !important; }
  .btn-outline-primary.btn-outline-accent-2:hover {
    background-color: #9067f5 !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9067f5 !important; }

.border-primary.border-accent-2 {
  border: 1px solid #9067f5 !important; }

.border-top-primary.border-top-accent-2 {
  border-top: 1px solid #9067f5 !important; }

.border-bottom-primary.border-bottom-accent-2 {
  border-bottom: 1px solid #9067f5 !important; }

.border-left-primary.border-left-accent-2 {
  border-left: 1px solid #9067f5 !important; }

.border-right-primary.border-right-accent-2 {
  border-right: 1px solid #9067f5 !important; }

.overlay-primary.overlay-accent-2 {
  background: #9067f5;
  /* The Fallback */
  background: rgba(144, 103, 245, 0.8); }

.primary.accent-3 {
  color: #845de2 !important; }

.bg-primary.bg-accent-3 {
  background-color: #845de2 !important; }
  .bg-primary.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(132, 93, 226, 0.6); }

.btn-primary.btn-accent-3 {
  border-color: #704ACF !important;
  background-color: #845de2 !important; }
  .btn-primary.btn-accent-3:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-accent-3:focus, .btn-primary.btn-accent-3:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-accent-3 {
  border-color: #845de2 !important;
  color: #845de2 !important; }
  .btn-outline-primary.btn-outline-accent-3:hover {
    background-color: #845de2 !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #845de2 !important; }

.border-primary.border-accent-3 {
  border: 1px solid #845de2 !important; }

.border-top-primary.border-top-accent-3 {
  border-top: 1px solid #845de2 !important; }

.border-bottom-primary.border-bottom-accent-3 {
  border-bottom: 1px solid #845de2 !important; }

.border-left-primary.border-left-accent-3 {
  border-left: 1px solid #845de2 !important; }

.border-right-primary.border-right-accent-3 {
  border-right: 1px solid #845de2 !important; }

.overlay-primary.overlay-accent-3 {
  background: #845de2;
  /* The Fallback */
  background: rgba(132, 93, 226, 0.8); }

.primary.accent-4 {
  color: #7452c7 !important; }

.bg-primary.bg-accent-4 {
  background-color: #7452c7 !important; }
  .bg-primary.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(116, 82, 199, 0.6); }

.btn-primary.btn-accent-4 {
  border-color: #704ACF !important;
  background-color: #7452c7 !important; }
  .btn-primary.btn-accent-4:hover {
    border-color: #704ACF !important;
    background-color: #5E34C6 !important; }
  .btn-primary.btn-accent-4:focus, .btn-primary.btn-accent-4:active {
    border-color: #5E34C6 !important;
    background-color: #522EAE !important; }

.btn-outline-primary.btn-outline-accent-4 {
  border-color: #7452c7 !important;
  color: #7452c7 !important; }
  .btn-outline-primary.btn-outline-accent-4:hover {
    background-color: #7452c7 !important; }

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7452c7 !important; }

.border-primary.border-accent-4 {
  border: 1px solid #7452c7 !important; }

.border-top-primary.border-top-accent-4 {
  border-top: 1px solid #7452c7 !important; }

.border-bottom-primary.border-bottom-accent-4 {
  border-bottom: 1px solid #7452c7 !important; }

.border-left-primary.border-left-accent-4 {
  border-left: 1px solid #7452c7 !important; }

.border-right-primary.border-right-accent-4 {
  border-right: 1px solid #7452c7 !important; }

.overlay-primary.overlay-accent-4 {
  background: #7452c7;
  /* The Fallback */
  background: rgba(116, 82, 199, 0.8); }

.success.lighten-5 {
  color: #C2EDE3 !important; }

.bg-success.bg-lighten-5 {
  background-color: #C2EDE3 !important; }
  .bg-success.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(194, 237, 227, 0.6); }

.btn-success.btn-lighten-5 {
  border-color: #298D74 !important;
  background-color: #C2EDE3 !important; }
  .btn-success.btn-lighten-5:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-lighten-5:focus, .btn-success.btn-lighten-5:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-lighten-5 {
  border-color: #C2EDE3 !important;
  color: #C2EDE3 !important; }
  .btn-outline-success.btn-outline-lighten-5:hover {
    background-color: #C2EDE3 !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C2EDE3 !important; }

.border-success.border-lighten-5 {
  border: 1px solid #C2EDE3 !important; }

.border-top-success.border-top-lighten-5 {
  border-top: 1px solid #C2EDE3 !important; }

.border-bottom-success.border-bottom-lighten-5 {
  border-bottom: 1px solid #C2EDE3 !important; }

.border-left-success.border-left-lighten-5 {
  border-left: 1px solid #C2EDE3 !important; }

.border-right-success.border-right-lighten-5 {
  border-right: 1px solid #C2EDE3 !important; }

.overlay-success.overlay-lighten-5 {
  background: #C2EDE3;
  /* The Fallback */
  background: rgba(194, 237, 227, 0.8); }

.success.lighten-4 {
  color: #97E1CE !important; }

.bg-success.bg-lighten-4 {
  background-color: #97E1CE !important; }
  .bg-success.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(151, 225, 206, 0.6); }

.btn-success.btn-lighten-4 {
  border-color: #298D74 !important;
  background-color: #97E1CE !important; }
  .btn-success.btn-lighten-4:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-lighten-4:focus, .btn-success.btn-lighten-4:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-lighten-4 {
  border-color: #97E1CE !important;
  color: #97E1CE !important; }
  .btn-outline-success.btn-outline-lighten-4:hover {
    background-color: #97E1CE !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #97E1CE !important; }

.border-success.border-lighten-4 {
  border: 1px solid #97E1CE !important; }

.border-top-success.border-top-lighten-4 {
  border-top: 1px solid #97E1CE !important; }

.border-bottom-success.border-bottom-lighten-4 {
  border-bottom: 1px solid #97E1CE !important; }

.border-left-success.border-left-lighten-4 {
  border-left: 1px solid #97E1CE !important; }

.border-right-success.border-right-lighten-4 {
  border-right: 1px solid #97E1CE !important; }

.overlay-success.overlay-lighten-4 {
  background: #97E1CE;
  /* The Fallback */
  background: rgba(151, 225, 206, 0.8); }

.success.lighten-3 {
  color: #60D0B4 !important; }

.bg-success.bg-lighten-3 {
  background-color: #60D0B4 !important; }
  .bg-success.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(96, 208, 180, 0.6); }

.btn-success.btn-lighten-3 {
  border-color: #298D74 !important;
  background-color: #60D0B4 !important; }
  .btn-success.btn-lighten-3:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-lighten-3:focus, .btn-success.btn-lighten-3:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-lighten-3 {
  border-color: #60D0B4 !important;
  color: #60D0B4 !important; }
  .btn-outline-success.btn-outline-lighten-3:hover {
    background-color: #60D0B4 !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #60D0B4 !important; }

.border-success.border-lighten-3 {
  border: 1px solid #60D0B4 !important; }

.border-top-success.border-top-lighten-3 {
  border-top: 1px solid #60D0B4 !important; }

.border-bottom-success.border-bottom-lighten-3 {
  border-bottom: 1px solid #60D0B4 !important; }

.border-left-success.border-left-lighten-3 {
  border-left: 1px solid #60D0B4 !important; }

.border-right-success.border-right-lighten-3 {
  border-right: 1px solid #60D0B4 !important; }

.overlay-success.overlay-lighten-3 {
  background: #60D0B4;
  /* The Fallback */
  background: rgba(96, 208, 180, 0.8); }

.success.lighten-2 {
  color: #48CFAD !important; }

.bg-success.bg-lighten-2 {
  background-color: #48CFAD !important; }
  .bg-success.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(72, 207, 173, 0.6); }

.btn-success.btn-lighten-2 {
  border-color: #298D74 !important;
  background-color: #48CFAD !important; }
  .btn-success.btn-lighten-2:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-lighten-2:focus, .btn-success.btn-lighten-2:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-lighten-2 {
  border-color: #48CFAD !important;
  color: #48CFAD !important; }
  .btn-outline-success.btn-outline-lighten-2:hover {
    background-color: #48CFAD !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #48CFAD !important; }

.border-success.border-lighten-2 {
  border: 1px solid #48CFAD !important; }

.border-top-success.border-top-lighten-2 {
  border-top: 1px solid #48CFAD !important; }

.border-bottom-success.border-bottom-lighten-2 {
  border-bottom: 1px solid #48CFAD !important; }

.border-left-success.border-left-lighten-2 {
  border-left: 1px solid #48CFAD !important; }

.border-right-success.border-right-lighten-2 {
  border-right: 1px solid #48CFAD !important; }

.overlay-success.overlay-lighten-2 {
  background: #48CFAD;
  /* The Fallback */
  background: rgba(72, 207, 173, 0.8); }

.success.lighten-1 {
  color: #48C9A9 !important; }

.bg-success.bg-lighten-1 {
  background-color: #48C9A9 !important; }
  .bg-success.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(72, 201, 169, 0.6); }

.btn-success.btn-lighten-1 {
  border-color: #298D74 !important;
  background-color: #48C9A9 !important; }
  .btn-success.btn-lighten-1:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-lighten-1:focus, .btn-success.btn-lighten-1:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-lighten-1 {
  border-color: #48C9A9 !important;
  color: #48C9A9 !important; }
  .btn-outline-success.btn-outline-lighten-1:hover {
    background-color: #48C9A9 !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #48C9A9 !important; }

.border-success.border-lighten-1 {
  border: 1px solid #48C9A9 !important; }

.border-top-success.border-top-lighten-1 {
  border-top: 1px solid #48C9A9 !important; }

.border-bottom-success.border-bottom-lighten-1 {
  border-bottom: 1px solid #48C9A9 !important; }

.border-left-success.border-left-lighten-1 {
  border-left: 1px solid #48C9A9 !important; }

.border-right-success.border-right-lighten-1 {
  border-right: 1px solid #48C9A9 !important; }

.overlay-success.overlay-lighten-1 {
  background: #48C9A9;
  /* The Fallback */
  background: rgba(72, 201, 169, 0.8); }

.success {
  color: #37BC9B !important; }

.bg-success {
  background-color: #37BC9B !important; }
  .bg-success .card-header, .bg-success .card-footer {
    background-color: transparent; }
  .bg-success.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(55, 188, 155, 0.6); }

.selectboxit.selectboxit-btn.bg-success {
  background-color: #37BC9B !important; }

.alert-success {
  border-color: #37BC9B !important;
  background-color: #68d3b8 !important;
  color: #0f3229 !important; }
  .alert-success .alert-link {
    color: #05120f !important; }

.border-success {
  border-color: #37BC9B; }

.overlay-success {
  background: #37BC9B;
  /* The Fallback */
  background: rgba(55, 188, 155, 0.8); }

/* .card-outline-success{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-success {
  border-color: #37BC9B !important;
  background-color: #37BC9B !important;
  color: #FFFFFF; }
  .btn-success:hover {
    border-color: #298D74 !important;
    background-color: #30A487 !important;
    color: #FFF !important; }
  .btn-success:focus, .btn-success:active {
    border-color: #227560 !important;
    background-color: #298D74 !important;
    color: #FFF !important; }
  .btn-success.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(55, 188, 155, 0.6); }

.btn-outline-success {
  border-color: #37BC9B;
  background-color: transparent;
  color: #37BC9B; }
  .btn-outline-success:hover {
    background-color: #37BC9B;
    color: #FFF !important; }
  .btn-outline-success.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(55, 188, 155, 0.6); }

input[type="checkbox"].bg-success + .custom-control-label:before, input[type="radio"].bg-success + .custom-control-label:before {
  background-color: #37BC9B !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37BC9B !important; }

.border-success {
  border: 1px solid #37BC9B !important; }

.border-top-success {
  border-top: 1px solid #37BC9B; }

.border-bottom-success {
  border-bottom: 1px solid #37BC9B; }

.border-left-success {
  border-left: 1px solid #37BC9B; }

.border-right-success {
  border-right: 1px solid #37BC9B; }

.success.darken-1 {
  color: #30A487 !important; }

.bg-success.bg-darken-1 {
  background-color: #30A487 !important; }
  .bg-success.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(48, 164, 135, 0.6); }

.btn-success.btn-darken-1 {
  border-color: #298D74 !important;
  background-color: #30A487 !important; }
  .btn-success.btn-darken-1:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-darken-1:focus, .btn-success.btn-darken-1:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-darken-1 {
  border-color: #30A487 !important;
  color: #30A487 !important; }
  .btn-outline-success.btn-outline-darken-1:hover {
    background-color: #30A487 !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #30A487 !important; }

.border-success.border-darken-1 {
  border: 1px solid #30A487 !important; }

.border-top-success.border-top-darken-1 {
  border-top: 1px solid #30A487 !important; }

.border-bottom-success.border-bottom-darken-1 {
  border-bottom: 1px solid #30A487 !important; }

.border-left-success.border-left-darken-1 {
  border-left: 1px solid #30A487 !important; }

.border-right-success.border-right-darken-1 {
  border-right: 1px solid #30A487 !important; }

.overlay-success.overlay-darken-1 {
  background: #30A487;
  /* The Fallback */
  background: rgba(48, 164, 135, 0.8); }

.success.darken-2 {
  color: #298D74 !important; }

.bg-success.bg-darken-2 {
  background-color: #298D74 !important; }
  .bg-success.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(41, 141, 116, 0.6); }

.btn-success.btn-darken-2 {
  border-color: #298D74 !important;
  background-color: #298D74 !important; }
  .btn-success.btn-darken-2:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-darken-2:focus, .btn-success.btn-darken-2:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-darken-2 {
  border-color: #298D74 !important;
  color: #298D74 !important; }
  .btn-outline-success.btn-outline-darken-2:hover {
    background-color: #298D74 !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #298D74 !important; }

.border-success.border-darken-2 {
  border: 1px solid #298D74 !important; }

.border-top-success.border-top-darken-2 {
  border-top: 1px solid #298D74 !important; }

.border-bottom-success.border-bottom-darken-2 {
  border-bottom: 1px solid #298D74 !important; }

.border-left-success.border-left-darken-2 {
  border-left: 1px solid #298D74 !important; }

.border-right-success.border-right-darken-2 {
  border-right: 1px solid #298D74 !important; }

.overlay-success.overlay-darken-2 {
  background: #298D74;
  /* The Fallback */
  background: rgba(41, 141, 116, 0.8); }

.success.darken-3 {
  color: #227560 !important; }

.bg-success.bg-darken-3 {
  background-color: #227560 !important; }
  .bg-success.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(34, 117, 96, 0.6); }

.btn-success.btn-darken-3 {
  border-color: #298D74 !important;
  background-color: #227560 !important; }
  .btn-success.btn-darken-3:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-darken-3:focus, .btn-success.btn-darken-3:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-darken-3 {
  border-color: #227560 !important;
  color: #227560 !important; }
  .btn-outline-success.btn-outline-darken-3:hover {
    background-color: #227560 !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #227560 !important; }

.border-success.border-darken-3 {
  border: 1px solid #227560 !important; }

.border-top-success.border-top-darken-3 {
  border-top: 1px solid #227560 !important; }

.border-bottom-success.border-bottom-darken-3 {
  border-bottom: 1px solid #227560 !important; }

.border-left-success.border-left-darken-3 {
  border-left: 1px solid #227560 !important; }

.border-right-success.border-right-darken-3 {
  border-right: 1px solid #227560 !important; }

.overlay-success.overlay-darken-3 {
  background: #227560;
  /* The Fallback */
  background: rgba(34, 117, 96, 0.8); }

.success.darken-4 {
  color: #1B5D4D !important; }

.bg-success.bg-darken-4 {
  background-color: #1B5D4D !important; }
  .bg-success.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(27, 93, 77, 0.6); }

.btn-success.btn-darken-4 {
  border-color: #298D74 !important;
  background-color: #1B5D4D !important; }
  .btn-success.btn-darken-4:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-darken-4:focus, .btn-success.btn-darken-4:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-darken-4 {
  border-color: #1B5D4D !important;
  color: #1B5D4D !important; }
  .btn-outline-success.btn-outline-darken-4:hover {
    background-color: #1B5D4D !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1B5D4D !important; }

.border-success.border-darken-4 {
  border: 1px solid #1B5D4D !important; }

.border-top-success.border-top-darken-4 {
  border-top: 1px solid #1B5D4D !important; }

.border-bottom-success.border-bottom-darken-4 {
  border-bottom: 1px solid #1B5D4D !important; }

.border-left-success.border-left-darken-4 {
  border-left: 1px solid #1B5D4D !important; }

.border-right-success.border-right-darken-4 {
  border-right: 1px solid #1B5D4D !important; }

.overlay-success.overlay-darken-4 {
  background: #1B5D4D;
  /* The Fallback */
  background: rgba(27, 93, 77, 0.8); }

.success.accent-1 {
  color: #D8F7F0 !important; }

.bg-success.bg-accent-1 {
  background-color: #D8F7F0 !important; }
  .bg-success.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(216, 247, 240, 0.6); }

.btn-success.btn-accent-1 {
  border-color: #298D74 !important;
  background-color: #D8F7F0 !important; }
  .btn-success.btn-accent-1:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-accent-1:focus, .btn-success.btn-accent-1:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-accent-1 {
  border-color: #D8F7F0 !important;
  color: #D8F7F0 !important; }
  .btn-outline-success.btn-outline-accent-1:hover {
    background-color: #D8F7F0 !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D8F7F0 !important; }

.border-success.border-accent-1 {
  border: 1px solid #D8F7F0 !important; }

.border-top-success.border-top-accent-1 {
  border-top: 1px solid #D8F7F0 !important; }

.border-bottom-success.border-bottom-accent-1 {
  border-bottom: 1px solid #D8F7F0 !important; }

.border-left-success.border-left-accent-1 {
  border-left: 1px solid #D8F7F0 !important; }

.border-right-success.border-right-accent-1 {
  border-right: 1px solid #D8F7F0 !important; }

.overlay-success.overlay-accent-1 {
  background: #D8F7F0;
  /* The Fallback */
  background: rgba(216, 247, 240, 0.8); }

.success.accent-2 {
  color: #C2EDE3 !important; }

.bg-success.bg-accent-2 {
  background-color: #C2EDE3 !important; }
  .bg-success.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(194, 237, 227, 0.6); }

.btn-success.btn-accent-2 {
  border-color: #298D74 !important;
  background-color: #C2EDE3 !important; }
  .btn-success.btn-accent-2:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-accent-2:focus, .btn-success.btn-accent-2:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-accent-2 {
  border-color: #C2EDE3 !important;
  color: #C2EDE3 !important; }
  .btn-outline-success.btn-outline-accent-2:hover {
    background-color: #C2EDE3 !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C2EDE3 !important; }

.border-success.border-accent-2 {
  border: 1px solid #C2EDE3 !important; }

.border-top-success.border-top-accent-2 {
  border-top: 1px solid #C2EDE3 !important; }

.border-bottom-success.border-bottom-accent-2 {
  border-bottom: 1px solid #C2EDE3 !important; }

.border-left-success.border-left-accent-2 {
  border-left: 1px solid #C2EDE3 !important; }

.border-right-success.border-right-accent-2 {
  border-right: 1px solid #C2EDE3 !important; }

.overlay-success.overlay-accent-2 {
  background: #C2EDE3;
  /* The Fallback */
  background: rgba(194, 237, 227, 0.8); }

.success.accent-3 {
  color: #3EC3A2 !important; }

.bg-success.bg-accent-3 {
  background-color: #3EC3A2 !important; }
  .bg-success.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(62, 195, 162, 0.6); }

.btn-success.btn-accent-3 {
  border-color: #298D74 !important;
  background-color: #3EC3A2 !important; }
  .btn-success.btn-accent-3:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-accent-3:focus, .btn-success.btn-accent-3:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-accent-3 {
  border-color: #3EC3A2 !important;
  color: #3EC3A2 !important; }
  .btn-outline-success.btn-outline-accent-3:hover {
    background-color: #3EC3A2 !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3EC3A2 !important; }

.border-success.border-accent-3 {
  border: 1px solid #3EC3A2 !important; }

.border-top-success.border-top-accent-3 {
  border-top: 1px solid #3EC3A2 !important; }

.border-bottom-success.border-bottom-accent-3 {
  border-bottom: 1px solid #3EC3A2 !important; }

.border-left-success.border-left-accent-3 {
  border-left: 1px solid #3EC3A2 !important; }

.border-right-success.border-right-accent-3 {
  border-right: 1px solid #3EC3A2 !important; }

.overlay-success.overlay-accent-3 {
  background: #3EC3A2;
  /* The Fallback */
  background: rgba(62, 195, 162, 0.8); }

.success.accent-4 {
  color: #298D74 !important; }

.bg-success.bg-accent-4 {
  background-color: #298D74 !important; }
  .bg-success.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(41, 141, 116, 0.6); }

.btn-success.btn-accent-4 {
  border-color: #298D74 !important;
  background-color: #298D74 !important; }
  .btn-success.btn-accent-4:hover {
    border-color: #298D74 !important;
    background-color: #227560 !important; }
  .btn-success.btn-accent-4:focus, .btn-success.btn-accent-4:active {
    border-color: #227560 !important;
    background-color: #1B5D4D !important; }

.btn-outline-success.btn-outline-accent-4 {
  border-color: #298D74 !important;
  color: #298D74 !important; }
  .btn-outline-success.btn-outline-accent-4:hover {
    background-color: #298D74 !important; }

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #298D74 !important; }

.border-success.border-accent-4 {
  border: 1px solid #298D74 !important; }

.border-top-success.border-top-accent-4 {
  border-top: 1px solid #298D74 !important; }

.border-bottom-success.border-bottom-accent-4 {
  border-bottom: 1px solid #298D74 !important; }

.border-left-success.border-left-accent-4 {
  border-left: 1px solid #298D74 !important; }

.border-right-success.border-right-accent-4 {
  border-right: 1px solid #298D74 !important; }

.overlay-success.overlay-accent-4 {
  background: #298D74;
  /* The Fallback */
  background: rgba(41, 141, 116, 0.8); }

.info.lighten-5 {
  color: #DAF0F8 !important; }

.bg-info.bg-lighten-5 {
  background-color: #DAF0F8 !important; }
  .bg-info.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(218, 240, 248, 0.6); }

.btn-info.btn-lighten-5 {
  border-color: #228EB6 !important;
  background-color: #DAF0F8 !important; }
  .btn-info.btn-lighten-5:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-lighten-5:focus, .btn-info.btn-lighten-5:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-lighten-5 {
  border-color: #DAF0F8 !important;
  color: #DAF0F8 !important; }
  .btn-outline-info.btn-outline-lighten-5:hover {
    background-color: #DAF0F8 !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #DAF0F8 !important; }

.border-info.border-lighten-5 {
  border: 1px solid #DAF0F8 !important; }

.border-top-info.border-top-lighten-5 {
  border-top: 1px solid #DAF0F8 !important; }

.border-bottom-info.border-bottom-lighten-5 {
  border-bottom: 1px solid #DAF0F8 !important; }

.border-left-info.border-left-lighten-5 {
  border-left: 1px solid #DAF0F8 !important; }

.border-right-info.border-right-lighten-5 {
  border-right: 1px solid #DAF0F8 !important; }

.overlay-info.overlay-lighten-5 {
  background: #DAF0F8;
  /* The Fallback */
  background: rgba(218, 240, 248, 0.8); }

.info.lighten-4 {
  color: #ABDDEF !important; }

.bg-info.bg-lighten-4 {
  background-color: #ABDDEF !important; }
  .bg-info.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(171, 221, 239, 0.6); }

.btn-info.btn-lighten-4 {
  border-color: #228EB6 !important;
  background-color: #ABDDEF !important; }
  .btn-info.btn-lighten-4:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-lighten-4:focus, .btn-info.btn-lighten-4:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-lighten-4 {
  border-color: #ABDDEF !important;
  color: #ABDDEF !important; }
  .btn-outline-info.btn-outline-lighten-4:hover {
    background-color: #ABDDEF !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ABDDEF !important; }

.border-info.border-lighten-4 {
  border: 1px solid #ABDDEF !important; }

.border-top-info.border-top-lighten-4 {
  border-top: 1px solid #ABDDEF !important; }

.border-bottom-info.border-bottom-lighten-4 {
  border-bottom: 1px solid #ABDDEF !important; }

.border-left-info.border-left-lighten-4 {
  border-left: 1px solid #ABDDEF !important; }

.border-right-info.border-right-lighten-4 {
  border-right: 1px solid #ABDDEF !important; }

.overlay-info.overlay-lighten-4 {
  background: #ABDDEF;
  /* The Fallback */
  background: rgba(171, 221, 239, 0.8); }

.info.lighten-3 {
  color: #6EC4E4 !important; }

.bg-info.bg-lighten-3 {
  background-color: #6EC4E4 !important; }
  .bg-info.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(110, 196, 228, 0.6); }

.btn-info.btn-lighten-3 {
  border-color: #228EB6 !important;
  background-color: #6EC4E4 !important; }
  .btn-info.btn-lighten-3:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-lighten-3:focus, .btn-info.btn-lighten-3:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-lighten-3 {
  border-color: #6EC4E4 !important;
  color: #6EC4E4 !important; }
  .btn-outline-info.btn-outline-lighten-3:hover {
    background-color: #6EC4E4 !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6EC4E4 !important; }

.border-info.border-lighten-3 {
  border: 1px solid #6EC4E4 !important; }

.border-top-info.border-top-lighten-3 {
  border-top: 1px solid #6EC4E4 !important; }

.border-bottom-info.border-bottom-lighten-3 {
  border-bottom: 1px solid #6EC4E4 !important; }

.border-left-info.border-left-lighten-3 {
  border-left: 1px solid #6EC4E4 !important; }

.border-right-info.border-right-lighten-3 {
  border-right: 1px solid #6EC4E4 !important; }

.overlay-info.overlay-lighten-3 {
  background: #6EC4E4;
  /* The Fallback */
  background: rgba(110, 196, 228, 0.8); }

.info.lighten-2 {
  color: #4FC1E9 !important; }

.bg-info.bg-lighten-2 {
  background-color: #4FC1E9 !important; }
  .bg-info.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(79, 193, 233, 0.6); }

.btn-info.btn-lighten-2 {
  border-color: #228EB6 !important;
  background-color: #4FC1E9 !important; }
  .btn-info.btn-lighten-2:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-lighten-2:focus, .btn-info.btn-lighten-2:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-lighten-2 {
  border-color: #4FC1E9 !important;
  color: #4FC1E9 !important; }
  .btn-outline-info.btn-outline-lighten-2:hover {
    background-color: #4FC1E9 !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4FC1E9 !important; }

.border-info.border-lighten-2 {
  border: 1px solid #4FC1E9 !important; }

.border-top-info.border-top-lighten-2 {
  border-top: 1px solid #4FC1E9 !important; }

.border-bottom-info.border-bottom-lighten-2 {
  border-bottom: 1px solid #4FC1E9 !important; }

.border-left-info.border-left-lighten-2 {
  border-left: 1px solid #4FC1E9 !important; }

.border-right-info.border-right-lighten-2 {
  border-right: 1px solid #4FC1E9 !important; }

.overlay-info.overlay-lighten-2 {
  background: #4FC1E9;
  /* The Fallback */
  background: rgba(79, 193, 233, 0.8); }

.info.lighten-1 {
  color: #55B9DF !important; }

.bg-info.bg-lighten-1 {
  background-color: #55B9DF !important; }
  .bg-info.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(85, 185, 223, 0.6); }

.btn-info.btn-lighten-1 {
  border-color: #228EB6 !important;
  background-color: #55B9DF !important; }
  .btn-info.btn-lighten-1:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-lighten-1:focus, .btn-info.btn-lighten-1:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-lighten-1 {
  border-color: #55B9DF !important;
  color: #55B9DF !important; }
  .btn-outline-info.btn-outline-lighten-1:hover {
    background-color: #55B9DF !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #55B9DF !important; }

.border-info.border-lighten-1 {
  border: 1px solid #55B9DF !important; }

.border-top-info.border-top-lighten-1 {
  border-top: 1px solid #55B9DF !important; }

.border-bottom-info.border-bottom-lighten-1 {
  border-bottom: 1px solid #55B9DF !important; }

.border-left-info.border-left-lighten-1 {
  border-left: 1px solid #55B9DF !important; }

.border-right-info.border-right-lighten-1 {
  border-right: 1px solid #55B9DF !important; }

.overlay-info.overlay-lighten-1 {
  background: #55B9DF;
  /* The Fallback */
  background: rgba(85, 185, 223, 0.8); }

.info {
  color: #3BAFDA !important; }

.bg-info {
  background-color: #3BAFDA !important; }
  .bg-info .card-header, .bg-info .card-footer {
    background-color: transparent; }
  .bg-info.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(59, 175, 218, 0.6); }

.selectboxit.selectboxit-btn.bg-info {
  background-color: #3BAFDA !important; }

.alert-info {
  border-color: #3BAFDA !important;
  background-color: #77c8e5 !important;
  color: #104153 !important; }
  .alert-info .alert-link {
    color: #092631 !important; }

.border-info {
  border-color: #3BAFDA; }

.overlay-info {
  background: #3BAFDA;
  /* The Fallback */
  background: rgba(59, 175, 218, 0.8); }

/* .card-outline-info{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-info {
  border-color: #3BAFDA !important;
  background-color: #3BAFDA !important;
  color: #FFFFFF; }
  .btn-info:hover {
    border-color: #228EB6 !important;
    background-color: #27A2CF !important;
    color: #FFF !important; }
  .btn-info:focus, .btn-info:active {
    border-color: #1D7A9C !important;
    background-color: #228EB6 !important;
    color: #FFF !important; }
  .btn-info.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(59, 175, 218, 0.6); }

.btn-outline-info {
  border-color: #3BAFDA;
  background-color: transparent;
  color: #3BAFDA; }
  .btn-outline-info:hover {
    background-color: #3BAFDA;
    color: #FFF !important; }
  .btn-outline-info.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(59, 175, 218, 0.6); }

input[type="checkbox"].bg-info + .custom-control-label:before, input[type="radio"].bg-info + .custom-control-label:before {
  background-color: #3BAFDA !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3BAFDA !important; }

.border-info {
  border: 1px solid #3BAFDA !important; }

.border-top-info {
  border-top: 1px solid #3BAFDA; }

.border-bottom-info {
  border-bottom: 1px solid #3BAFDA; }

.border-left-info {
  border-left: 1px solid #3BAFDA; }

.border-right-info {
  border-right: 1px solid #3BAFDA; }

.info.darken-1 {
  color: #27A2CF !important; }

.bg-info.bg-darken-1 {
  background-color: #27A2CF !important; }
  .bg-info.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(39, 162, 207, 0.6); }

.btn-info.btn-darken-1 {
  border-color: #228EB6 !important;
  background-color: #27A2CF !important; }
  .btn-info.btn-darken-1:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-darken-1:focus, .btn-info.btn-darken-1:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-darken-1 {
  border-color: #27A2CF !important;
  color: #27A2CF !important; }
  .btn-outline-info.btn-outline-darken-1:hover {
    background-color: #27A2CF !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #27A2CF !important; }

.border-info.border-darken-1 {
  border: 1px solid #27A2CF !important; }

.border-top-info.border-top-darken-1 {
  border-top: 1px solid #27A2CF !important; }

.border-bottom-info.border-bottom-darken-1 {
  border-bottom: 1px solid #27A2CF !important; }

.border-left-info.border-left-darken-1 {
  border-left: 1px solid #27A2CF !important; }

.border-right-info.border-right-darken-1 {
  border-right: 1px solid #27A2CF !important; }

.overlay-info.overlay-darken-1 {
  background: #27A2CF;
  /* The Fallback */
  background: rgba(39, 162, 207, 0.8); }

.info.darken-2 {
  color: #228EB6 !important; }

.bg-info.bg-darken-2 {
  background-color: #228EB6 !important; }
  .bg-info.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(34, 142, 182, 0.6); }

.btn-info.btn-darken-2 {
  border-color: #228EB6 !important;
  background-color: #228EB6 !important; }
  .btn-info.btn-darken-2:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-darken-2:focus, .btn-info.btn-darken-2:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-darken-2 {
  border-color: #228EB6 !important;
  color: #228EB6 !important; }
  .btn-outline-info.btn-outline-darken-2:hover {
    background-color: #228EB6 !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #228EB6 !important; }

.border-info.border-darken-2 {
  border: 1px solid #228EB6 !important; }

.border-top-info.border-top-darken-2 {
  border-top: 1px solid #228EB6 !important; }

.border-bottom-info.border-bottom-darken-2 {
  border-bottom: 1px solid #228EB6 !important; }

.border-left-info.border-left-darken-2 {
  border-left: 1px solid #228EB6 !important; }

.border-right-info.border-right-darken-2 {
  border-right: 1px solid #228EB6 !important; }

.overlay-info.overlay-darken-2 {
  background: #228EB6;
  /* The Fallback */
  background: rgba(34, 142, 182, 0.8); }

.info.darken-3 {
  color: #1D7A9C !important; }

.bg-info.bg-darken-3 {
  background-color: #1D7A9C !important; }
  .bg-info.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(29, 122, 156, 0.6); }

.btn-info.btn-darken-3 {
  border-color: #228EB6 !important;
  background-color: #1D7A9C !important; }
  .btn-info.btn-darken-3:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-darken-3:focus, .btn-info.btn-darken-3:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-darken-3 {
  border-color: #1D7A9C !important;
  color: #1D7A9C !important; }
  .btn-outline-info.btn-outline-darken-3:hover {
    background-color: #1D7A9C !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1D7A9C !important; }

.border-info.border-darken-3 {
  border: 1px solid #1D7A9C !important; }

.border-top-info.border-top-darken-3 {
  border-top: 1px solid #1D7A9C !important; }

.border-bottom-info.border-bottom-darken-3 {
  border-bottom: 1px solid #1D7A9C !important; }

.border-left-info.border-left-darken-3 {
  border-left: 1px solid #1D7A9C !important; }

.border-right-info.border-right-darken-3 {
  border-right: 1px solid #1D7A9C !important; }

.overlay-info.overlay-darken-3 {
  background: #1D7A9C;
  /* The Fallback */
  background: rgba(29, 122, 156, 0.8); }

.info.darken-4 {
  color: #196682 !important; }

.bg-info.bg-darken-4 {
  background-color: #196682 !important; }
  .bg-info.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(25, 102, 130, 0.6); }

.btn-info.btn-darken-4 {
  border-color: #228EB6 !important;
  background-color: #196682 !important; }
  .btn-info.btn-darken-4:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-darken-4:focus, .btn-info.btn-darken-4:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-darken-4 {
  border-color: #196682 !important;
  color: #196682 !important; }
  .btn-outline-info.btn-outline-darken-4:hover {
    background-color: #196682 !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #196682 !important; }

.border-info.border-darken-4 {
  border: 1px solid #196682 !important; }

.border-top-info.border-top-darken-4 {
  border-top: 1px solid #196682 !important; }

.border-bottom-info.border-bottom-darken-4 {
  border-bottom: 1px solid #196682 !important; }

.border-left-info.border-left-darken-4 {
  border-left: 1px solid #196682 !important; }

.border-right-info.border-right-darken-4 {
  border-right: 1px solid #196682 !important; }

.overlay-info.overlay-darken-4 {
  background: #196682;
  /* The Fallback */
  background: rgba(25, 102, 130, 0.8); }

.info.accent-1 {
  color: #80D2EF !important; }

.bg-info.bg-accent-1 {
  background-color: #80D2EF !important; }
  .bg-info.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(128, 210, 239, 0.6); }

.btn-info.btn-accent-1 {
  border-color: #228EB6 !important;
  background-color: #80D2EF !important; }
  .btn-info.btn-accent-1:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-accent-1:focus, .btn-info.btn-accent-1:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-accent-1 {
  border-color: #80D2EF !important;
  color: #80D2EF !important; }
  .btn-outline-info.btn-outline-accent-1:hover {
    background-color: #80D2EF !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80D2EF !important; }

.border-info.border-accent-1 {
  border: 1px solid #80D2EF !important; }

.border-top-info.border-top-accent-1 {
  border-top: 1px solid #80D2EF !important; }

.border-bottom-info.border-bottom-accent-1 {
  border-bottom: 1px solid #80D2EF !important; }

.border-left-info.border-left-accent-1 {
  border-left: 1px solid #80D2EF !important; }

.border-right-info.border-right-accent-1 {
  border-right: 1px solid #80D2EF !important; }

.overlay-info.overlay-accent-1 {
  background: #80D2EF;
  /* The Fallback */
  background: rgba(128, 210, 239, 0.8); }

.info.accent-2 {
  color: #25B1E4 !important; }

.bg-info.bg-accent-2 {
  background-color: #25B1E4 !important; }
  .bg-info.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(37, 177, 228, 0.6); }

.btn-info.btn-accent-2 {
  border-color: #228EB6 !important;
  background-color: #25B1E4 !important; }
  .btn-info.btn-accent-2:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-accent-2:focus, .btn-info.btn-accent-2:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-accent-2 {
  border-color: #25B1E4 !important;
  color: #25B1E4 !important; }
  .btn-outline-info.btn-outline-accent-2:hover {
    background-color: #25B1E4 !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #25B1E4 !important; }

.border-info.border-accent-2 {
  border: 1px solid #25B1E4 !important; }

.border-top-info.border-top-accent-2 {
  border-top: 1px solid #25B1E4 !important; }

.border-bottom-info.border-bottom-accent-2 {
  border-bottom: 1px solid #25B1E4 !important; }

.border-left-info.border-left-accent-2 {
  border-left: 1px solid #25B1E4 !important; }

.border-right-info.border-right-accent-2 {
  border-right: 1px solid #25B1E4 !important; }

.overlay-info.overlay-accent-2 {
  background: #25B1E4;
  /* The Fallback */
  background: rgba(37, 177, 228, 0.8); }

.info.accent-3 {
  color: #168BB6 !important; }

.bg-info.bg-accent-3 {
  background-color: #168BB6 !important; }
  .bg-info.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(22, 139, 182, 0.6); }

.btn-info.btn-accent-3 {
  border-color: #228EB6 !important;
  background-color: #168BB6 !important; }
  .btn-info.btn-accent-3:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-accent-3:focus, .btn-info.btn-accent-3:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-accent-3 {
  border-color: #168BB6 !important;
  color: #168BB6 !important; }
  .btn-outline-info.btn-outline-accent-3:hover {
    background-color: #168BB6 !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #168BB6 !important; }

.border-info.border-accent-3 {
  border: 1px solid #168BB6 !important; }

.border-top-info.border-top-accent-3 {
  border-top: 1px solid #168BB6 !important; }

.border-bottom-info.border-bottom-accent-3 {
  border-bottom: 1px solid #168BB6 !important; }

.border-left-info.border-left-accent-3 {
  border-left: 1px solid #168BB6 !important; }

.border-right-info.border-right-accent-3 {
  border-right: 1px solid #168BB6 !important; }

.overlay-info.overlay-accent-3 {
  background: #168BB6;
  /* The Fallback */
  background: rgba(22, 139, 182, 0.8); }

.info.accent-4 {
  color: #126F91 !important; }

.bg-info.bg-accent-4 {
  background-color: #126F91 !important; }
  .bg-info.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(18, 111, 145, 0.6); }

.btn-info.btn-accent-4 {
  border-color: #228EB6 !important;
  background-color: #126F91 !important; }
  .btn-info.btn-accent-4:hover {
    border-color: #228EB6 !important;
    background-color: #1D7A9C !important; }
  .btn-info.btn-accent-4:focus, .btn-info.btn-accent-4:active {
    border-color: #1D7A9C !important;
    background-color: #196682 !important; }

.btn-outline-info.btn-outline-accent-4 {
  border-color: #126F91 !important;
  color: #126F91 !important; }
  .btn-outline-info.btn-outline-accent-4:hover {
    background-color: #126F91 !important; }

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #126F91 !important; }

.border-info.border-accent-4 {
  border: 1px solid #126F91 !important; }

.border-top-info.border-top-accent-4 {
  border-top: 1px solid #126F91 !important; }

.border-bottom-info.border-bottom-accent-4 {
  border-bottom: 1px solid #126F91 !important; }

.border-left-info.border-left-accent-4 {
  border-left: 1px solid #126F91 !important; }

.border-right-info.border-right-accent-4 {
  border-right: 1px solid #126F91 !important; }

.overlay-info.overlay-accent-4 {
  background: #126F91;
  /* The Fallback */
  background: rgba(18, 111, 145, 0.8); }

.warning.lighten-5 {
  color: #FFFCF6 !important; }

.bg-warning.bg-lighten-5 {
  background-color: #FFFCF6 !important; }
  .bg-warning.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 252, 246, 0.6); }

.btn-warning.btn-lighten-5 {
  border-color: #EFA50B !important;
  background-color: #FFFCF6 !important; }
  .btn-warning.btn-lighten-5:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-lighten-5:focus, .btn-warning.btn-lighten-5:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-lighten-5 {
  border-color: #FFFCF6 !important;
  color: #FFFCF6 !important; }
  .btn-outline-warning.btn-outline-lighten-5:hover {
    background-color: #FFFCF6 !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFCF6 !important; }

.border-warning.border-lighten-5 {
  border: 1px solid #FFFCF6 !important; }

.border-top-warning.border-top-lighten-5 {
  border-top: 1px solid #FFFCF6 !important; }

.border-bottom-warning.border-bottom-lighten-5 {
  border-bottom: 1px solid #FFFCF6 !important; }

.border-left-warning.border-left-lighten-5 {
  border-left: 1px solid #FFFCF6 !important; }

.border-right-warning.border-right-lighten-5 {
  border-right: 1px solid #FFFCF6 !important; }

.overlay-warning.overlay-lighten-5 {
  background: #FFFCF6;
  /* The Fallback */
  background: rgba(255, 252, 246, 0.8); }

.warning.lighten-4 {
  color: #FCE9C1 !important; }

.bg-warning.bg-lighten-4 {
  background-color: #FCE9C1 !important; }
  .bg-warning.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(252, 233, 193, 0.6); }

.btn-warning.btn-lighten-4 {
  border-color: #EFA50B !important;
  background-color: #FCE9C1 !important; }
  .btn-warning.btn-lighten-4:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-lighten-4:focus, .btn-warning.btn-lighten-4:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-lighten-4 {
  border-color: #FCE9C1 !important;
  color: #FCE9C1 !important; }
  .btn-outline-warning.btn-outline-lighten-4:hover {
    background-color: #FCE9C1 !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FCE9C1 !important; }

.border-warning.border-lighten-4 {
  border: 1px solid #FCE9C1 !important; }

.border-top-warning.border-top-lighten-4 {
  border-top: 1px solid #FCE9C1 !important; }

.border-bottom-warning.border-bottom-lighten-4 {
  border-bottom: 1px solid #FCE9C1 !important; }

.border-left-warning.border-left-lighten-4 {
  border-left: 1px solid #FCE9C1 !important; }

.border-right-warning.border-right-lighten-4 {
  border-right: 1px solid #FCE9C1 !important; }

.overlay-warning.overlay-lighten-4 {
  background: #FCE9C1;
  /* The Fallback */
  background: rgba(252, 233, 193, 0.8); }

.warning.lighten-3 {
  color: #F9D07C !important; }

.bg-warning.bg-lighten-3 {
  background-color: #F9D07C !important; }
  .bg-warning.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(249, 208, 124, 0.6); }

.btn-warning.btn-lighten-3 {
  border-color: #EFA50B !important;
  background-color: #F9D07C !important; }
  .btn-warning.btn-lighten-3:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-lighten-3:focus, .btn-warning.btn-lighten-3:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-lighten-3 {
  border-color: #F9D07C !important;
  color: #F9D07C !important; }
  .btn-outline-warning.btn-outline-lighten-3:hover {
    background-color: #F9D07C !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F9D07C !important; }

.border-warning.border-lighten-3 {
  border: 1px solid #F9D07C !important; }

.border-top-warning.border-top-lighten-3 {
  border-top: 1px solid #F9D07C !important; }

.border-bottom-warning.border-bottom-lighten-3 {
  border-bottom: 1px solid #F9D07C !important; }

.border-left-warning.border-left-lighten-3 {
  border-left: 1px solid #F9D07C !important; }

.border-right-warning.border-right-lighten-3 {
  border-right: 1px solid #F9D07C !important; }

.overlay-warning.overlay-lighten-3 {
  background: #F9D07C;
  /* The Fallback */
  background: rgba(249, 208, 124, 0.8); }

.warning.lighten-2 {
  color: #FFCE54 !important; }

.bg-warning.bg-lighten-2 {
  background-color: #FFCE54 !important; }
  .bg-warning.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 206, 84, 0.6); }

.btn-warning.btn-lighten-2 {
  border-color: #EFA50B !important;
  background-color: #FFCE54 !important; }
  .btn-warning.btn-lighten-2:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-lighten-2:focus, .btn-warning.btn-lighten-2:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-lighten-2 {
  border-color: #FFCE54 !important;
  color: #FFCE54 !important; }
  .btn-outline-warning.btn-outline-lighten-2:hover {
    background-color: #FFCE54 !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFCE54 !important; }

.border-warning.border-lighten-2 {
  border: 1px solid #FFCE54 !important; }

.border-top-warning.border-top-lighten-2 {
  border-top: 1px solid #FFCE54 !important; }

.border-bottom-warning.border-bottom-lighten-2 {
  border-bottom: 1px solid #FFCE54 !important; }

.border-left-warning.border-left-lighten-2 {
  border-left: 1px solid #FFCE54 !important; }

.border-right-warning.border-right-lighten-2 {
  border-right: 1px solid #FFCE54 !important; }

.overlay-warning.overlay-lighten-2 {
  background: #FFCE54;
  /* The Fallback */
  background: rgba(255, 206, 84, 0.8); }

.warning.lighten-1 {
  color: #F7C55F !important; }

.bg-warning.bg-lighten-1 {
  background-color: #F7C55F !important; }
  .bg-warning.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(247, 197, 95, 0.6); }

.btn-warning.btn-lighten-1 {
  border-color: #EFA50B !important;
  background-color: #F7C55F !important; }
  .btn-warning.btn-lighten-1:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-lighten-1:focus, .btn-warning.btn-lighten-1:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-lighten-1 {
  border-color: #F7C55F !important;
  color: #F7C55F !important; }
  .btn-outline-warning.btn-outline-lighten-1:hover {
    background-color: #F7C55F !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F7C55F !important; }

.border-warning.border-lighten-1 {
  border: 1px solid #F7C55F !important; }

.border-top-warning.border-top-lighten-1 {
  border-top: 1px solid #F7C55F !important; }

.border-bottom-warning.border-bottom-lighten-1 {
  border-bottom: 1px solid #F7C55F !important; }

.border-left-warning.border-left-lighten-1 {
  border-left: 1px solid #F7C55F !important; }

.border-right-warning.border-right-lighten-1 {
  border-right: 1px solid #F7C55F !important; }

.overlay-warning.overlay-lighten-1 {
  background: #F7C55F;
  /* The Fallback */
  background: rgba(247, 197, 95, 0.8); }

.warning {
  color: #F6BB42 !important; }

.bg-warning {
  background-color: #F6BB42 !important; }
  .bg-warning .card-header, .bg-warning .card-footer {
    background-color: transparent; }
  .bg-warning.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(246, 187, 66, 0.6); }

.selectboxit.selectboxit-btn.bg-warning {
  background-color: #F6BB42 !important; }

.alert-warning {
  border-color: #F6BB42 !important;
  background-color: #f9d486 !important;
  color: #7f5806 !important; }
  .alert-warning .alert-link {
    color: #583d04 !important; }

.border-warning {
  border-color: #F6BB42; }

.overlay-warning {
  background: #F6BB42;
  /* The Fallback */
  background: rgba(246, 187, 66, 0.8); }

/* .card-outline-warning{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-warning {
  border-color: #F6BB42 !important;
  background-color: #F6BB42 !important;
  color: #FFFFFF; }
  .btn-warning:hover {
    border-color: #EFA50B !important;
    background-color: #F5B025 !important;
    color: #FFF !important; }
  .btn-warning:focus, .btn-warning:active {
    border-color: #D2910A !important;
    background-color: #EFA50B !important;
    color: #FFF !important; }
  .btn-warning.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(246, 187, 66, 0.6); }

.btn-outline-warning {
  border-color: #F6BB42;
  background-color: transparent;
  color: #F6BB42; }
  .btn-outline-warning:hover {
    background-color: #F6BB42;
    color: #FFF !important; }
  .btn-outline-warning.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(246, 187, 66, 0.6); }

input[type="checkbox"].bg-warning + .custom-control-label:before, input[type="radio"].bg-warning + .custom-control-label:before {
  background-color: #F6BB42 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F6BB42 !important; }

.border-warning {
  border: 1px solid #F6BB42 !important; }

.border-top-warning {
  border-top: 1px solid #F6BB42; }

.border-bottom-warning {
  border-bottom: 1px solid #F6BB42; }

.border-left-warning {
  border-left: 1px solid #F6BB42; }

.border-right-warning {
  border-right: 1px solid #F6BB42; }

.warning.darken-1 {
  color: #F5B025 !important; }

.bg-warning.bg-darken-1 {
  background-color: #F5B025 !important; }
  .bg-warning.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(245, 176, 37, 0.6); }

.btn-warning.btn-darken-1 {
  border-color: #EFA50B !important;
  background-color: #F5B025 !important; }
  .btn-warning.btn-darken-1:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-darken-1:focus, .btn-warning.btn-darken-1:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-darken-1 {
  border-color: #F5B025 !important;
  color: #F5B025 !important; }
  .btn-outline-warning.btn-outline-darken-1:hover {
    background-color: #F5B025 !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F5B025 !important; }

.border-warning.border-darken-1 {
  border: 1px solid #F5B025 !important; }

.border-top-warning.border-top-darken-1 {
  border-top: 1px solid #F5B025 !important; }

.border-bottom-warning.border-bottom-darken-1 {
  border-bottom: 1px solid #F5B025 !important; }

.border-left-warning.border-left-darken-1 {
  border-left: 1px solid #F5B025 !important; }

.border-right-warning.border-right-darken-1 {
  border-right: 1px solid #F5B025 !important; }

.overlay-warning.overlay-darken-1 {
  background: #F5B025;
  /* The Fallback */
  background: rgba(245, 176, 37, 0.8); }

.warning.darken-2 {
  color: #EFA50B !important; }

.bg-warning.bg-darken-2 {
  background-color: #EFA50B !important; }
  .bg-warning.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(239, 165, 11, 0.6); }

.btn-warning.btn-darken-2 {
  border-color: #EFA50B !important;
  background-color: #EFA50B !important; }
  .btn-warning.btn-darken-2:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-darken-2:focus, .btn-warning.btn-darken-2:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-darken-2 {
  border-color: #EFA50B !important;
  color: #EFA50B !important; }
  .btn-outline-warning.btn-outline-darken-2:hover {
    background-color: #EFA50B !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EFA50B !important; }

.border-warning.border-darken-2 {
  border: 1px solid #EFA50B !important; }

.border-top-warning.border-top-darken-2 {
  border-top: 1px solid #EFA50B !important; }

.border-bottom-warning.border-bottom-darken-2 {
  border-bottom: 1px solid #EFA50B !important; }

.border-left-warning.border-left-darken-2 {
  border-left: 1px solid #EFA50B !important; }

.border-right-warning.border-right-darken-2 {
  border-right: 1px solid #EFA50B !important; }

.overlay-warning.overlay-darken-2 {
  background: #EFA50B;
  /* The Fallback */
  background: rgba(239, 165, 11, 0.8); }

.warning.darken-3 {
  color: #D2910A !important; }

.bg-warning.bg-darken-3 {
  background-color: #D2910A !important; }
  .bg-warning.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(210, 145, 10, 0.6); }

.btn-warning.btn-darken-3 {
  border-color: #EFA50B !important;
  background-color: #D2910A !important; }
  .btn-warning.btn-darken-3:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-darken-3:focus, .btn-warning.btn-darken-3:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-darken-3 {
  border-color: #D2910A !important;
  color: #D2910A !important; }
  .btn-outline-warning.btn-outline-darken-3:hover {
    background-color: #D2910A !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D2910A !important; }

.border-warning.border-darken-3 {
  border: 1px solid #D2910A !important; }

.border-top-warning.border-top-darken-3 {
  border-top: 1px solid #D2910A !important; }

.border-bottom-warning.border-bottom-darken-3 {
  border-bottom: 1px solid #D2910A !important; }

.border-left-warning.border-left-darken-3 {
  border-left: 1px solid #D2910A !important; }

.border-right-warning.border-right-darken-3 {
  border-right: 1px solid #D2910A !important; }

.overlay-warning.overlay-darken-3 {
  background: #D2910A;
  /* The Fallback */
  background: rgba(210, 145, 10, 0.8); }

.warning.darken-4 {
  color: #B57C09 !important; }

.bg-warning.bg-darken-4 {
  background-color: #B57C09 !important; }
  .bg-warning.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(181, 124, 9, 0.6); }

.btn-warning.btn-darken-4 {
  border-color: #EFA50B !important;
  background-color: #B57C09 !important; }
  .btn-warning.btn-darken-4:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-darken-4:focus, .btn-warning.btn-darken-4:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-darken-4 {
  border-color: #B57C09 !important;
  color: #B57C09 !important; }
  .btn-outline-warning.btn-outline-darken-4:hover {
    background-color: #B57C09 !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B57C09 !important; }

.border-warning.border-darken-4 {
  border: 1px solid #B57C09 !important; }

.border-top-warning.border-top-darken-4 {
  border-top: 1px solid #B57C09 !important; }

.border-bottom-warning.border-bottom-darken-4 {
  border-bottom: 1px solid #B57C09 !important; }

.border-left-warning.border-left-darken-4 {
  border-left: 1px solid #B57C09 !important; }

.border-right-warning.border-right-darken-4 {
  border-right: 1px solid #B57C09 !important; }

.overlay-warning.overlay-darken-4 {
  background: #B57C09;
  /* The Fallback */
  background: rgba(181, 124, 9, 0.8); }

.warning.accent-1 {
  color: #fddea1 !important; }

.bg-warning.bg-accent-1 {
  background-color: #fddea1 !important; }
  .bg-warning.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(253, 222, 161, 0.6); }

.btn-warning.btn-accent-1 {
  border-color: #EFA50B !important;
  background-color: #fddea1 !important; }
  .btn-warning.btn-accent-1:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-accent-1:focus, .btn-warning.btn-accent-1:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-accent-1 {
  border-color: #fddea1 !important;
  color: #fddea1 !important; }
  .btn-outline-warning.btn-outline-accent-1:hover {
    background-color: #fddea1 !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fddea1 !important; }

.border-warning.border-accent-1 {
  border: 1px solid #fddea1 !important; }

.border-top-warning.border-top-accent-1 {
  border-top: 1px solid #fddea1 !important; }

.border-bottom-warning.border-bottom-accent-1 {
  border-bottom: 1px solid #fddea1 !important; }

.border-left-warning.border-left-accent-1 {
  border-left: 1px solid #fddea1 !important; }

.border-right-warning.border-right-accent-1 {
  border-right: 1px solid #fddea1 !important; }

.overlay-warning.overlay-accent-1 {
  background: #fddea1;
  /* The Fallback */
  background: rgba(253, 222, 161, 0.8); }

.warning.accent-2 {
  color: #f9d07d !important; }

.bg-warning.bg-accent-2 {
  background-color: #f9d07d !important; }
  .bg-warning.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(249, 208, 125, 0.6); }

.btn-warning.btn-accent-2 {
  border-color: #EFA50B !important;
  background-color: #f9d07d !important; }
  .btn-warning.btn-accent-2:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-accent-2:focus, .btn-warning.btn-accent-2:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-accent-2 {
  border-color: #f9d07d !important;
  color: #f9d07d !important; }
  .btn-outline-warning.btn-outline-accent-2:hover {
    background-color: #f9d07d !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f9d07d !important; }

.border-warning.border-accent-2 {
  border: 1px solid #f9d07d !important; }

.border-top-warning.border-top-accent-2 {
  border-top: 1px solid #f9d07d !important; }

.border-bottom-warning.border-bottom-accent-2 {
  border-bottom: 1px solid #f9d07d !important; }

.border-left-warning.border-left-accent-2 {
  border-left: 1px solid #f9d07d !important; }

.border-right-warning.border-right-accent-2 {
  border-right: 1px solid #f9d07d !important; }

.overlay-warning.overlay-accent-2 {
  background: #f9d07d;
  /* The Fallback */
  background: rgba(249, 208, 125, 0.8); }

.warning.accent-3 {
  color: #FDA85C !important; }

.bg-warning.bg-accent-3 {
  background-color: #FDA85C !important; }
  .bg-warning.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(253, 168, 92, 0.6); }

.btn-warning.btn-accent-3 {
  border-color: #EFA50B !important;
  background-color: #FDA85C !important; }
  .btn-warning.btn-accent-3:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-accent-3:focus, .btn-warning.btn-accent-3:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-accent-3 {
  border-color: #FDA85C !important;
  color: #FDA85C !important; }
  .btn-outline-warning.btn-outline-accent-3:hover {
    background-color: #FDA85C !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FDA85C !important; }

.border-warning.border-accent-3 {
  border: 1px solid #FDA85C !important; }

.border-top-warning.border-top-accent-3 {
  border-top: 1px solid #FDA85C !important; }

.border-bottom-warning.border-bottom-accent-3 {
  border-bottom: 1px solid #FDA85C !important; }

.border-left-warning.border-left-accent-3 {
  border-left: 1px solid #FDA85C !important; }

.border-right-warning.border-right-accent-3 {
  border-right: 1px solid #FDA85C !important; }

.overlay-warning.overlay-accent-3 {
  background: #FDA85C;
  /* The Fallback */
  background: rgba(253, 168, 92, 0.8); }

.warning.accent-4 {
  color: #F5A90B !important; }

.bg-warning.bg-accent-4 {
  background-color: #F5A90B !important; }
  .bg-warning.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(245, 169, 11, 0.6); }

.btn-warning.btn-accent-4 {
  border-color: #EFA50B !important;
  background-color: #F5A90B !important; }
  .btn-warning.btn-accent-4:hover {
    border-color: #EFA50B !important;
    background-color: #D2910A !important; }
  .btn-warning.btn-accent-4:focus, .btn-warning.btn-accent-4:active {
    border-color: #D2910A !important;
    background-color: #B57C09 !important; }

.btn-outline-warning.btn-outline-accent-4 {
  border-color: #F5A90B !important;
  color: #F5A90B !important; }
  .btn-outline-warning.btn-outline-accent-4:hover {
    background-color: #F5A90B !important; }

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F5A90B !important; }

.border-warning.border-accent-4 {
  border: 1px solid #F5A90B !important; }

.border-top-warning.border-top-accent-4 {
  border-top: 1px solid #F5A90B !important; }

.border-bottom-warning.border-bottom-accent-4 {
  border-bottom: 1px solid #F5A90B !important; }

.border-left-warning.border-left-accent-4 {
  border-left: 1px solid #F5A90B !important; }

.border-right-warning.border-right-accent-4 {
  border-right: 1px solid #F5A90B !important; }

.overlay-warning.overlay-accent-4 {
  background: #F5A90B;
  /* The Fallback */
  background: rgba(245, 169, 11, 0.8); }

.danger.lighten-5 {
  color: #F9E1E4 !important; }

.bg-danger.bg-lighten-5 {
  background-color: #F9E1E4 !important; }
  .bg-danger.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(249, 225, 228, 0.6); }

.btn-danger.btn-lighten-5 {
  border-color: #BC2534 !important;
  background-color: #F9E1E4 !important; }
  .btn-danger.btn-lighten-5:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-lighten-5:focus, .btn-danger.btn-lighten-5:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-lighten-5 {
  border-color: #F9E1E4 !important;
  color: #F9E1E4 !important; }
  .btn-outline-danger.btn-outline-lighten-5:hover {
    background-color: #F9E1E4 !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F9E1E4 !important; }

.border-danger.border-lighten-5 {
  border: 1px solid #F9E1E4 !important; }

.border-top-danger.border-top-lighten-5 {
  border-top: 1px solid #F9E1E4 !important; }

.border-bottom-danger.border-bottom-lighten-5 {
  border-bottom: 1px solid #F9E1E4 !important; }

.border-left-danger.border-left-lighten-5 {
  border-left: 1px solid #F9E1E4 !important; }

.border-right-danger.border-right-lighten-5 {
  border-right: 1px solid #F9E1E4 !important; }

.overlay-danger.overlay-lighten-5 {
  background: #F9E1E4;
  /* The Fallback */
  background: rgba(249, 225, 228, 0.8); }

.danger.lighten-4 {
  color: #F0B3B9 !important; }

.bg-danger.bg-lighten-4 {
  background-color: #F0B3B9 !important; }
  .bg-danger.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(240, 179, 185, 0.6); }

.btn-danger.btn-lighten-4 {
  border-color: #BC2534 !important;
  background-color: #F0B3B9 !important; }
  .btn-danger.btn-lighten-4:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-lighten-4:focus, .btn-danger.btn-lighten-4:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-lighten-4 {
  border-color: #F0B3B9 !important;
  color: #F0B3B9 !important; }
  .btn-outline-danger.btn-outline-lighten-4:hover {
    background-color: #F0B3B9 !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F0B3B9 !important; }

.border-danger.border-lighten-4 {
  border: 1px solid #F0B3B9 !important; }

.border-top-danger.border-top-lighten-4 {
  border-top: 1px solid #F0B3B9 !important; }

.border-bottom-danger.border-bottom-lighten-4 {
  border-bottom: 1px solid #F0B3B9 !important; }

.border-left-danger.border-left-lighten-4 {
  border-left: 1px solid #F0B3B9 !important; }

.border-right-danger.border-right-lighten-4 {
  border-right: 1px solid #F0B3B9 !important; }

.overlay-danger.overlay-lighten-4 {
  background: #F0B3B9;
  /* The Fallback */
  background: rgba(240, 179, 185, 0.8); }

.danger.lighten-3 {
  color: #E47782 !important; }

.bg-danger.bg-lighten-3 {
  background-color: #E47782 !important; }
  .bg-danger.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(228, 119, 130, 0.6); }

.btn-danger.btn-lighten-3 {
  border-color: #BC2534 !important;
  background-color: #E47782 !important; }
  .btn-danger.btn-lighten-3:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-lighten-3:focus, .btn-danger.btn-lighten-3:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-lighten-3 {
  border-color: #E47782 !important;
  color: #E47782 !important; }
  .btn-outline-danger.btn-outline-lighten-3:hover {
    background-color: #E47782 !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E47782 !important; }

.border-danger.border-lighten-3 {
  border: 1px solid #E47782 !important; }

.border-top-danger.border-top-lighten-3 {
  border-top: 1px solid #E47782 !important; }

.border-bottom-danger.border-bottom-lighten-3 {
  border-bottom: 1px solid #E47782 !important; }

.border-left-danger.border-left-lighten-3 {
  border-left: 1px solid #E47782 !important; }

.border-right-danger.border-right-lighten-3 {
  border-right: 1px solid #E47782 !important; }

.overlay-danger.overlay-lighten-3 {
  background: #E47782;
  /* The Fallback */
  background: rgba(228, 119, 130, 0.8); }

.danger.lighten-2 {
  color: #ED5565 !important; }

.bg-danger.bg-lighten-2 {
  background-color: #ED5565 !important; }
  .bg-danger.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(237, 85, 101, 0.6); }

.btn-danger.btn-lighten-2 {
  border-color: #BC2534 !important;
  background-color: #ED5565 !important; }
  .btn-danger.btn-lighten-2:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-lighten-2:focus, .btn-danger.btn-lighten-2:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-lighten-2 {
  border-color: #ED5565 !important;
  color: #ED5565 !important; }
  .btn-outline-danger.btn-outline-lighten-2:hover {
    background-color: #ED5565 !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ED5565 !important; }

.border-danger.border-lighten-2 {
  border: 1px solid #ED5565 !important; }

.border-top-danger.border-top-lighten-2 {
  border-top: 1px solid #ED5565 !important; }

.border-bottom-danger.border-bottom-lighten-2 {
  border-bottom: 1px solid #ED5565 !important; }

.border-left-danger.border-left-lighten-2 {
  border-left: 1px solid #ED5565 !important; }

.border-right-danger.border-right-lighten-2 {
  border-right: 1px solid #ED5565 !important; }

.overlay-danger.overlay-lighten-2 {
  background: #ED5565;
  /* The Fallback */
  background: rgba(237, 85, 101, 0.8); }

.danger.lighten-1 {
  color: #DF5E6A !important; }

.bg-danger.bg-lighten-1 {
  background-color: #DF5E6A !important; }
  .bg-danger.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(223, 94, 106, 0.6); }

.btn-danger.btn-lighten-1 {
  border-color: #BC2534 !important;
  background-color: #DF5E6A !important; }
  .btn-danger.btn-lighten-1:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-lighten-1:focus, .btn-danger.btn-lighten-1:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-lighten-1 {
  border-color: #DF5E6A !important;
  color: #DF5E6A !important; }
  .btn-outline-danger.btn-outline-lighten-1:hover {
    background-color: #DF5E6A !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #DF5E6A !important; }

.border-danger.border-lighten-1 {
  border: 1px solid #DF5E6A !important; }

.border-top-danger.border-top-lighten-1 {
  border-top: 1px solid #DF5E6A !important; }

.border-bottom-danger.border-bottom-lighten-1 {
  border-bottom: 1px solid #DF5E6A !important; }

.border-left-danger.border-left-lighten-1 {
  border-left: 1px solid #DF5E6A !important; }

.border-right-danger.border-right-lighten-1 {
  border-right: 1px solid #DF5E6A !important; }

.overlay-danger.overlay-lighten-1 {
  background: #DF5E6A;
  /* The Fallback */
  background: rgba(223, 94, 106, 0.8); }

.danger {
  color: #DA4453 !important; }

.bg-danger {
  background-color: #DA4453 !important; }
  .bg-danger .card-header, .bg-danger .card-footer {
    background-color: transparent; }
  .bg-danger.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(218, 68, 83, 0.6); }

.selectboxit.selectboxit-btn.bg-danger {
  background-color: #DA4453 !important; }

.alert-danger {
  border-color: #DA4453 !important;
  background-color: #e6808a !important;
  color: #5a1219 !important; }
  .alert-danger .alert-link {
    color: #380b0f !important; }

.border-danger {
  border-color: #DA4453; }

.overlay-danger {
  background: #DA4453;
  /* The Fallback */
  background: rgba(218, 68, 83, 0.8); }

/* .card-outline-danger{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-danger {
  border-color: #DA4453 !important;
  background-color: #DA4453 !important;
  color: #FFFFFF; }
  .btn-danger:hover {
    border-color: #BC2534 !important;
    background-color: #D52A3B !important;
    color: #FFF !important; }
  .btn-danger:focus, .btn-danger:active {
    border-color: #A2202D !important;
    background-color: #BC2534 !important;
    color: #FFF !important; }
  .btn-danger.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(218, 68, 83, 0.6); }

.btn-outline-danger {
  border-color: #DA4453;
  background-color: transparent;
  color: #DA4453; }
  .btn-outline-danger:hover {
    background-color: #DA4453;
    color: #FFF !important; }
  .btn-outline-danger.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(218, 68, 83, 0.6); }

input[type="checkbox"].bg-danger + .custom-control-label:before, input[type="radio"].bg-danger + .custom-control-label:before {
  background-color: #DA4453 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #DA4453 !important; }

.border-danger {
  border: 1px solid #DA4453 !important; }

.border-top-danger {
  border-top: 1px solid #DA4453; }

.border-bottom-danger {
  border-bottom: 1px solid #DA4453; }

.border-left-danger {
  border-left: 1px solid #DA4453; }

.border-right-danger {
  border-right: 1px solid #DA4453; }

.danger.darken-1 {
  color: #D52A3B !important; }

.bg-danger.bg-darken-1 {
  background-color: #D52A3B !important; }
  .bg-danger.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(213, 42, 59, 0.6); }

.btn-danger.btn-darken-1 {
  border-color: #BC2534 !important;
  background-color: #D52A3B !important; }
  .btn-danger.btn-darken-1:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-darken-1:focus, .btn-danger.btn-darken-1:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-darken-1 {
  border-color: #D52A3B !important;
  color: #D52A3B !important; }
  .btn-outline-danger.btn-outline-darken-1:hover {
    background-color: #D52A3B !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D52A3B !important; }

.border-danger.border-darken-1 {
  border: 1px solid #D52A3B !important; }

.border-top-danger.border-top-darken-1 {
  border-top: 1px solid #D52A3B !important; }

.border-bottom-danger.border-bottom-darken-1 {
  border-bottom: 1px solid #D52A3B !important; }

.border-left-danger.border-left-darken-1 {
  border-left: 1px solid #D52A3B !important; }

.border-right-danger.border-right-darken-1 {
  border-right: 1px solid #D52A3B !important; }

.overlay-danger.overlay-darken-1 {
  background: #D52A3B;
  /* The Fallback */
  background: rgba(213, 42, 59, 0.8); }

.danger.darken-2 {
  color: #BC2534 !important; }

.bg-danger.bg-darken-2 {
  background-color: #BC2534 !important; }
  .bg-danger.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(188, 37, 52, 0.6); }

.btn-danger.btn-darken-2 {
  border-color: #BC2534 !important;
  background-color: #BC2534 !important; }
  .btn-danger.btn-darken-2:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-darken-2:focus, .btn-danger.btn-darken-2:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-darken-2 {
  border-color: #BC2534 !important;
  color: #BC2534 !important; }
  .btn-outline-danger.btn-outline-darken-2:hover {
    background-color: #BC2534 !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BC2534 !important; }

.border-danger.border-darken-2 {
  border: 1px solid #BC2534 !important; }

.border-top-danger.border-top-darken-2 {
  border-top: 1px solid #BC2534 !important; }

.border-bottom-danger.border-bottom-darken-2 {
  border-bottom: 1px solid #BC2534 !important; }

.border-left-danger.border-left-darken-2 {
  border-left: 1px solid #BC2534 !important; }

.border-right-danger.border-right-darken-2 {
  border-right: 1px solid #BC2534 !important; }

.overlay-danger.overlay-darken-2 {
  background: #BC2534;
  /* The Fallback */
  background: rgba(188, 37, 52, 0.8); }

.danger.darken-3 {
  color: #A2202D !important; }

.bg-danger.bg-darken-3 {
  background-color: #A2202D !important; }
  .bg-danger.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(162, 32, 45, 0.6); }

.btn-danger.btn-darken-3 {
  border-color: #BC2534 !important;
  background-color: #A2202D !important; }
  .btn-danger.btn-darken-3:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-darken-3:focus, .btn-danger.btn-darken-3:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-darken-3 {
  border-color: #A2202D !important;
  color: #A2202D !important; }
  .btn-outline-danger.btn-outline-darken-3:hover {
    background-color: #A2202D !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #A2202D !important; }

.border-danger.border-darken-3 {
  border: 1px solid #A2202D !important; }

.border-top-danger.border-top-darken-3 {
  border-top: 1px solid #A2202D !important; }

.border-bottom-danger.border-bottom-darken-3 {
  border-bottom: 1px solid #A2202D !important; }

.border-left-danger.border-left-darken-3 {
  border-left: 1px solid #A2202D !important; }

.border-right-danger.border-right-darken-3 {
  border-right: 1px solid #A2202D !important; }

.overlay-danger.overlay-darken-3 {
  background: #A2202D;
  /* The Fallback */
  background: rgba(162, 32, 45, 0.8); }

.danger.darken-4 {
  color: #891B26 !important; }

.bg-danger.bg-darken-4 {
  background-color: #891B26 !important; }
  .bg-danger.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(137, 27, 38, 0.6); }

.btn-danger.btn-darken-4 {
  border-color: #BC2534 !important;
  background-color: #891B26 !important; }
  .btn-danger.btn-darken-4:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-darken-4:focus, .btn-danger.btn-darken-4:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-darken-4 {
  border-color: #891B26 !important;
  color: #891B26 !important; }
  .btn-outline-danger.btn-outline-darken-4:hover {
    background-color: #891B26 !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #891B26 !important; }

.border-danger.border-darken-4 {
  border: 1px solid #891B26 !important; }

.border-top-danger.border-top-darken-4 {
  border-top: 1px solid #891B26 !important; }

.border-bottom-danger.border-bottom-darken-4 {
  border-bottom: 1px solid #891B26 !important; }

.border-left-danger.border-left-darken-4 {
  border-left: 1px solid #891B26 !important; }

.border-right-danger.border-right-darken-4 {
  border-right: 1px solid #891B26 !important; }

.overlay-danger.overlay-darken-4 {
  background: #891B26;
  /* The Fallback */
  background: rgba(137, 27, 38, 0.8); }

.danger.accent-1 {
  color: #F9E1E4 !important; }

.bg-danger.bg-accent-1 {
  background-color: #F9E1E4 !important; }
  .bg-danger.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(249, 225, 228, 0.6); }

.btn-danger.btn-accent-1 {
  border-color: #BC2534 !important;
  background-color: #F9E1E4 !important; }
  .btn-danger.btn-accent-1:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-accent-1:focus, .btn-danger.btn-accent-1:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-accent-1 {
  border-color: #F9E1E4 !important;
  color: #F9E1E4 !important; }
  .btn-outline-danger.btn-outline-accent-1:hover {
    background-color: #F9E1E4 !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F9E1E4 !important; }

.border-danger.border-accent-1 {
  border: 1px solid #F9E1E4 !important; }

.border-top-danger.border-top-accent-1 {
  border-top: 1px solid #F9E1E4 !important; }

.border-bottom-danger.border-bottom-accent-1 {
  border-bottom: 1px solid #F9E1E4 !important; }

.border-left-danger.border-left-accent-1 {
  border-left: 1px solid #F9E1E4 !important; }

.border-right-danger.border-right-accent-1 {
  border-right: 1px solid #F9E1E4 !important; }

.overlay-danger.overlay-accent-1 {
  background: #F9E1E4;
  /* The Fallback */
  background: rgba(249, 225, 228, 0.8); }

.danger.accent-2 {
  color: #EA7983 !important; }

.bg-danger.bg-accent-2 {
  background-color: #EA7983 !important; }
  .bg-danger.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(234, 121, 131, 0.6); }

.btn-danger.btn-accent-2 {
  border-color: #BC2534 !important;
  background-color: #EA7983 !important; }
  .btn-danger.btn-accent-2:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-accent-2:focus, .btn-danger.btn-accent-2:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-accent-2 {
  border-color: #EA7983 !important;
  color: #EA7983 !important; }
  .btn-outline-danger.btn-outline-accent-2:hover {
    background-color: #EA7983 !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EA7983 !important; }

.border-danger.border-accent-2 {
  border: 1px solid #EA7983 !important; }

.border-top-danger.border-top-accent-2 {
  border-top: 1px solid #EA7983 !important; }

.border-bottom-danger.border-bottom-accent-2 {
  border-bottom: 1px solid #EA7983 !important; }

.border-left-danger.border-left-accent-2 {
  border-left: 1px solid #EA7983 !important; }

.border-right-danger.border-right-accent-2 {
  border-right: 1px solid #EA7983 !important; }

.overlay-danger.overlay-accent-2 {
  background: #EA7983;
  /* The Fallback */
  background: rgba(234, 121, 131, 0.8); }

.danger.accent-3 {
  color: #DF5E6A !important; }

.bg-danger.bg-accent-3 {
  background-color: #DF5E6A !important; }
  .bg-danger.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(223, 94, 106, 0.6); }

.btn-danger.btn-accent-3 {
  border-color: #BC2534 !important;
  background-color: #DF5E6A !important; }
  .btn-danger.btn-accent-3:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-accent-3:focus, .btn-danger.btn-accent-3:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-accent-3 {
  border-color: #DF5E6A !important;
  color: #DF5E6A !important; }
  .btn-outline-danger.btn-outline-accent-3:hover {
    background-color: #DF5E6A !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #DF5E6A !important; }

.border-danger.border-accent-3 {
  border: 1px solid #DF5E6A !important; }

.border-top-danger.border-top-accent-3 {
  border-top: 1px solid #DF5E6A !important; }

.border-bottom-danger.border-bottom-accent-3 {
  border-bottom: 1px solid #DF5E6A !important; }

.border-left-danger.border-left-accent-3 {
  border-left: 1px solid #DF5E6A !important; }

.border-right-danger.border-right-accent-3 {
  border-right: 1px solid #DF5E6A !important; }

.overlay-danger.overlay-accent-3 {
  background: #DF5E6A;
  /* The Fallback */
  background: rgba(223, 94, 106, 0.8); }

.danger.accent-4 {
  color: #CC2F3E !important; }

.bg-danger.bg-accent-4 {
  background-color: #CC2F3E !important; }
  .bg-danger.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(204, 47, 62, 0.6); }

.btn-danger.btn-accent-4 {
  border-color: #BC2534 !important;
  background-color: #CC2F3E !important; }
  .btn-danger.btn-accent-4:hover {
    border-color: #BC2534 !important;
    background-color: #A2202D !important; }
  .btn-danger.btn-accent-4:focus, .btn-danger.btn-accent-4:active {
    border-color: #A2202D !important;
    background-color: #891B26 !important; }

.btn-outline-danger.btn-outline-accent-4 {
  border-color: #CC2F3E !important;
  color: #CC2F3E !important; }
  .btn-outline-danger.btn-outline-accent-4:hover {
    background-color: #CC2F3E !important; }

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CC2F3E !important; }

.border-danger.border-accent-4 {
  border: 1px solid #CC2F3E !important; }

.border-top-danger.border-top-accent-4 {
  border-top: 1px solid #CC2F3E !important; }

.border-bottom-danger.border-bottom-accent-4 {
  border-bottom: 1px solid #CC2F3E !important; }

.border-left-danger.border-left-accent-4 {
  border-left: 1px solid #CC2F3E !important; }

.border-right-danger.border-right-accent-4 {
  border-right: 1px solid #CC2F3E !important; }

.overlay-danger.overlay-accent-4 {
  background: #CC2F3E;
  /* The Fallback */
  background: rgba(204, 47, 62, 0.8); }

.red.lighten-5 {
  color: #FFEBEE !important; }

.bg-red.bg-lighten-5 {
  background-color: #FFEBEE !important; }
  .bg-red.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 235, 238, 0.6); }

.btn-red.btn-lighten-5 {
  border-color: #D32F2F !important;
  background-color: #FFEBEE !important; }
  .btn-red.btn-lighten-5:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-lighten-5:focus, .btn-red.btn-lighten-5:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-lighten-5 {
  border-color: #FFEBEE !important;
  color: #FFEBEE !important; }
  .btn-outline-red.btn-outline-lighten-5:hover {
    background-color: #FFEBEE !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEBEE !important; }

.border-red.border-lighten-5 {
  border: 1px solid #FFEBEE !important; }

.border-top-red.border-top-lighten-5 {
  border-top: 1px solid #FFEBEE !important; }

.border-bottom-red.border-bottom-lighten-5 {
  border-bottom: 1px solid #FFEBEE !important; }

.border-left-red.border-left-lighten-5 {
  border-left: 1px solid #FFEBEE !important; }

.border-right-red.border-right-lighten-5 {
  border-right: 1px solid #FFEBEE !important; }

.overlay-red.overlay-lighten-5 {
  background: #FFEBEE;
  /* The Fallback */
  background: rgba(255, 235, 238, 0.8); }

.red.lighten-4 {
  color: #FFCDD2 !important; }

.bg-red.bg-lighten-4 {
  background-color: #FFCDD2 !important; }
  .bg-red.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 205, 210, 0.6); }

.btn-red.btn-lighten-4 {
  border-color: #D32F2F !important;
  background-color: #FFCDD2 !important; }
  .btn-red.btn-lighten-4:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-lighten-4:focus, .btn-red.btn-lighten-4:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-lighten-4 {
  border-color: #FFCDD2 !important;
  color: #FFCDD2 !important; }
  .btn-outline-red.btn-outline-lighten-4:hover {
    background-color: #FFCDD2 !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFCDD2 !important; }

.border-red.border-lighten-4 {
  border: 1px solid #FFCDD2 !important; }

.border-top-red.border-top-lighten-4 {
  border-top: 1px solid #FFCDD2 !important; }

.border-bottom-red.border-bottom-lighten-4 {
  border-bottom: 1px solid #FFCDD2 !important; }

.border-left-red.border-left-lighten-4 {
  border-left: 1px solid #FFCDD2 !important; }

.border-right-red.border-right-lighten-4 {
  border-right: 1px solid #FFCDD2 !important; }

.overlay-red.overlay-lighten-4 {
  background: #FFCDD2;
  /* The Fallback */
  background: rgba(255, 205, 210, 0.8); }

.red.lighten-3 {
  color: #EF9A9A !important; }

.bg-red.bg-lighten-3 {
  background-color: #EF9A9A !important; }
  .bg-red.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(239, 154, 154, 0.6); }

.btn-red.btn-lighten-3 {
  border-color: #D32F2F !important;
  background-color: #EF9A9A !important; }
  .btn-red.btn-lighten-3:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-lighten-3:focus, .btn-red.btn-lighten-3:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-lighten-3 {
  border-color: #EF9A9A !important;
  color: #EF9A9A !important; }
  .btn-outline-red.btn-outline-lighten-3:hover {
    background-color: #EF9A9A !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EF9A9A !important; }

.border-red.border-lighten-3 {
  border: 1px solid #EF9A9A !important; }

.border-top-red.border-top-lighten-3 {
  border-top: 1px solid #EF9A9A !important; }

.border-bottom-red.border-bottom-lighten-3 {
  border-bottom: 1px solid #EF9A9A !important; }

.border-left-red.border-left-lighten-3 {
  border-left: 1px solid #EF9A9A !important; }

.border-right-red.border-right-lighten-3 {
  border-right: 1px solid #EF9A9A !important; }

.overlay-red.overlay-lighten-3 {
  background: #EF9A9A;
  /* The Fallback */
  background: rgba(239, 154, 154, 0.8); }

.red.lighten-2 {
  color: #E57373 !important; }

.bg-red.bg-lighten-2 {
  background-color: #E57373 !important; }
  .bg-red.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(229, 115, 115, 0.6); }

.btn-red.btn-lighten-2 {
  border-color: #D32F2F !important;
  background-color: #E57373 !important; }
  .btn-red.btn-lighten-2:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-lighten-2:focus, .btn-red.btn-lighten-2:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-lighten-2 {
  border-color: #E57373 !important;
  color: #E57373 !important; }
  .btn-outline-red.btn-outline-lighten-2:hover {
    background-color: #E57373 !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E57373 !important; }

.border-red.border-lighten-2 {
  border: 1px solid #E57373 !important; }

.border-top-red.border-top-lighten-2 {
  border-top: 1px solid #E57373 !important; }

.border-bottom-red.border-bottom-lighten-2 {
  border-bottom: 1px solid #E57373 !important; }

.border-left-red.border-left-lighten-2 {
  border-left: 1px solid #E57373 !important; }

.border-right-red.border-right-lighten-2 {
  border-right: 1px solid #E57373 !important; }

.overlay-red.overlay-lighten-2 {
  background: #E57373;
  /* The Fallback */
  background: rgba(229, 115, 115, 0.8); }

.red.lighten-1 {
  color: #EF5350 !important; }

.bg-red.bg-lighten-1 {
  background-color: #EF5350 !important; }
  .bg-red.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(239, 83, 80, 0.6); }

.btn-red.btn-lighten-1 {
  border-color: #D32F2F !important;
  background-color: #EF5350 !important; }
  .btn-red.btn-lighten-1:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-lighten-1:focus, .btn-red.btn-lighten-1:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-lighten-1 {
  border-color: #EF5350 !important;
  color: #EF5350 !important; }
  .btn-outline-red.btn-outline-lighten-1:hover {
    background-color: #EF5350 !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EF5350 !important; }

.border-red.border-lighten-1 {
  border: 1px solid #EF5350 !important; }

.border-top-red.border-top-lighten-1 {
  border-top: 1px solid #EF5350 !important; }

.border-bottom-red.border-bottom-lighten-1 {
  border-bottom: 1px solid #EF5350 !important; }

.border-left-red.border-left-lighten-1 {
  border-left: 1px solid #EF5350 !important; }

.border-right-red.border-right-lighten-1 {
  border-right: 1px solid #EF5350 !important; }

.overlay-red.overlay-lighten-1 {
  background: #EF5350;
  /* The Fallback */
  background: rgba(239, 83, 80, 0.8); }

.red {
  color: #F44336 !important; }

.bg-red {
  background-color: #F44336 !important; }
  .bg-red .card-header, .bg-red .card-footer {
    background-color: transparent; }
  .bg-red.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6); }

.selectboxit.selectboxit-btn.bg-red {
  background-color: #F44336 !important; }

.alert-red {
  border-color: #F44336 !important;
  background-color: #f8827a !important;
  color: #710e06 !important; }
  .alert-red .alert-link {
    color: #4b0904 !important; }

.border-red {
  border-color: #F44336; }

.overlay-red {
  background: #F44336;
  /* The Fallback */
  background: rgba(244, 67, 54, 0.8); }

/* .card-outline-red{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-red {
  border-color: #F44336 !important;
  background-color: #F44336 !important;
  color: #FFFFFF; }
  .btn-red:hover {
    border-color: #D32F2F !important;
    background-color: #E53935 !important;
    color: #FFF !important; }
  .btn-red:focus, .btn-red:active {
    border-color: #C62828 !important;
    background-color: #D32F2F !important;
    color: #FFF !important; }
  .btn-red.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6); }

.btn-outline-red {
  border-color: #F44336;
  background-color: transparent;
  color: #F44336; }
  .btn-outline-red:hover {
    background-color: #F44336;
    color: #FFF !important; }
  .btn-outline-red.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6); }

input[type="checkbox"].bg-red + .custom-control-label:before, input[type="radio"].bg-red + .custom-control-label:before {
  background-color: #F44336 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F44336 !important; }

.border-red {
  border: 1px solid #F44336 !important; }

.border-top-red {
  border-top: 1px solid #F44336; }

.border-bottom-red {
  border-bottom: 1px solid #F44336; }

.border-left-red {
  border-left: 1px solid #F44336; }

.border-right-red {
  border-right: 1px solid #F44336; }

.red.darken-1 {
  color: #E53935 !important; }

.bg-red.bg-darken-1 {
  background-color: #E53935 !important; }
  .bg-red.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(229, 57, 53, 0.6); }

.btn-red.btn-darken-1 {
  border-color: #D32F2F !important;
  background-color: #E53935 !important; }
  .btn-red.btn-darken-1:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-darken-1:focus, .btn-red.btn-darken-1:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-darken-1 {
  border-color: #E53935 !important;
  color: #E53935 !important; }
  .btn-outline-red.btn-outline-darken-1:hover {
    background-color: #E53935 !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E53935 !important; }

.border-red.border-darken-1 {
  border: 1px solid #E53935 !important; }

.border-top-red.border-top-darken-1 {
  border-top: 1px solid #E53935 !important; }

.border-bottom-red.border-bottom-darken-1 {
  border-bottom: 1px solid #E53935 !important; }

.border-left-red.border-left-darken-1 {
  border-left: 1px solid #E53935 !important; }

.border-right-red.border-right-darken-1 {
  border-right: 1px solid #E53935 !important; }

.overlay-red.overlay-darken-1 {
  background: #E53935;
  /* The Fallback */
  background: rgba(229, 57, 53, 0.8); }

.red.darken-2 {
  color: #D32F2F !important; }

.bg-red.bg-darken-2 {
  background-color: #D32F2F !important; }
  .bg-red.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(211, 47, 47, 0.6); }

.btn-red.btn-darken-2 {
  border-color: #D32F2F !important;
  background-color: #D32F2F !important; }
  .btn-red.btn-darken-2:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-darken-2:focus, .btn-red.btn-darken-2:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-darken-2 {
  border-color: #D32F2F !important;
  color: #D32F2F !important; }
  .btn-outline-red.btn-outline-darken-2:hover {
    background-color: #D32F2F !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D32F2F !important; }

.border-red.border-darken-2 {
  border: 1px solid #D32F2F !important; }

.border-top-red.border-top-darken-2 {
  border-top: 1px solid #D32F2F !important; }

.border-bottom-red.border-bottom-darken-2 {
  border-bottom: 1px solid #D32F2F !important; }

.border-left-red.border-left-darken-2 {
  border-left: 1px solid #D32F2F !important; }

.border-right-red.border-right-darken-2 {
  border-right: 1px solid #D32F2F !important; }

.overlay-red.overlay-darken-2 {
  background: #D32F2F;
  /* The Fallback */
  background: rgba(211, 47, 47, 0.8); }

.red.darken-3 {
  color: #C62828 !important; }

.bg-red.bg-darken-3 {
  background-color: #C62828 !important; }
  .bg-red.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(198, 40, 40, 0.6); }

.btn-red.btn-darken-3 {
  border-color: #D32F2F !important;
  background-color: #C62828 !important; }
  .btn-red.btn-darken-3:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-darken-3:focus, .btn-red.btn-darken-3:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-darken-3 {
  border-color: #C62828 !important;
  color: #C62828 !important; }
  .btn-outline-red.btn-outline-darken-3:hover {
    background-color: #C62828 !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C62828 !important; }

.border-red.border-darken-3 {
  border: 1px solid #C62828 !important; }

.border-top-red.border-top-darken-3 {
  border-top: 1px solid #C62828 !important; }

.border-bottom-red.border-bottom-darken-3 {
  border-bottom: 1px solid #C62828 !important; }

.border-left-red.border-left-darken-3 {
  border-left: 1px solid #C62828 !important; }

.border-right-red.border-right-darken-3 {
  border-right: 1px solid #C62828 !important; }

.overlay-red.overlay-darken-3 {
  background: #C62828;
  /* The Fallback */
  background: rgba(198, 40, 40, 0.8); }

.red.darken-4 {
  color: #B71C1C !important; }

.bg-red.bg-darken-4 {
  background-color: #B71C1C !important; }
  .bg-red.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(183, 28, 28, 0.6); }

.btn-red.btn-darken-4 {
  border-color: #D32F2F !important;
  background-color: #B71C1C !important; }
  .btn-red.btn-darken-4:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-darken-4:focus, .btn-red.btn-darken-4:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-darken-4 {
  border-color: #B71C1C !important;
  color: #B71C1C !important; }
  .btn-outline-red.btn-outline-darken-4:hover {
    background-color: #B71C1C !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B71C1C !important; }

.border-red.border-darken-4 {
  border: 1px solid #B71C1C !important; }

.border-top-red.border-top-darken-4 {
  border-top: 1px solid #B71C1C !important; }

.border-bottom-red.border-bottom-darken-4 {
  border-bottom: 1px solid #B71C1C !important; }

.border-left-red.border-left-darken-4 {
  border-left: 1px solid #B71C1C !important; }

.border-right-red.border-right-darken-4 {
  border-right: 1px solid #B71C1C !important; }

.overlay-red.overlay-darken-4 {
  background: #B71C1C;
  /* The Fallback */
  background: rgba(183, 28, 28, 0.8); }

.red.accent-1 {
  color: #FF8A80 !important; }

.bg-red.bg-accent-1 {
  background-color: #FF8A80 !important; }
  .bg-red.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 138, 128, 0.6); }

.btn-red.btn-accent-1 {
  border-color: #D32F2F !important;
  background-color: #FF8A80 !important; }
  .btn-red.btn-accent-1:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-accent-1:focus, .btn-red.btn-accent-1:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-accent-1 {
  border-color: #FF8A80 !important;
  color: #FF8A80 !important; }
  .btn-outline-red.btn-outline-accent-1:hover {
    background-color: #FF8A80 !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF8A80 !important; }

.border-red.border-accent-1 {
  border: 1px solid #FF8A80 !important; }

.border-top-red.border-top-accent-1 {
  border-top: 1px solid #FF8A80 !important; }

.border-bottom-red.border-bottom-accent-1 {
  border-bottom: 1px solid #FF8A80 !important; }

.border-left-red.border-left-accent-1 {
  border-left: 1px solid #FF8A80 !important; }

.border-right-red.border-right-accent-1 {
  border-right: 1px solid #FF8A80 !important; }

.overlay-red.overlay-accent-1 {
  background: #FF8A80;
  /* The Fallback */
  background: rgba(255, 138, 128, 0.8); }

.red.accent-2 {
  color: #FF5252 !important; }

.bg-red.bg-accent-2 {
  background-color: #FF5252 !important; }
  .bg-red.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 82, 82, 0.6); }

.btn-red.btn-accent-2 {
  border-color: #D32F2F !important;
  background-color: #FF5252 !important; }
  .btn-red.btn-accent-2:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-accent-2:focus, .btn-red.btn-accent-2:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-accent-2 {
  border-color: #FF5252 !important;
  color: #FF5252 !important; }
  .btn-outline-red.btn-outline-accent-2:hover {
    background-color: #FF5252 !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF5252 !important; }

.border-red.border-accent-2 {
  border: 1px solid #FF5252 !important; }

.border-top-red.border-top-accent-2 {
  border-top: 1px solid #FF5252 !important; }

.border-bottom-red.border-bottom-accent-2 {
  border-bottom: 1px solid #FF5252 !important; }

.border-left-red.border-left-accent-2 {
  border-left: 1px solid #FF5252 !important; }

.border-right-red.border-right-accent-2 {
  border-right: 1px solid #FF5252 !important; }

.overlay-red.overlay-accent-2 {
  background: #FF5252;
  /* The Fallback */
  background: rgba(255, 82, 82, 0.8); }

.red.accent-3 {
  color: #FF1744 !important; }

.bg-red.bg-accent-3 {
  background-color: #FF1744 !important; }
  .bg-red.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 23, 68, 0.6); }

.btn-red.btn-accent-3 {
  border-color: #D32F2F !important;
  background-color: #FF1744 !important; }
  .btn-red.btn-accent-3:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-accent-3:focus, .btn-red.btn-accent-3:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-accent-3 {
  border-color: #FF1744 !important;
  color: #FF1744 !important; }
  .btn-outline-red.btn-outline-accent-3:hover {
    background-color: #FF1744 !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF1744 !important; }

.border-red.border-accent-3 {
  border: 1px solid #FF1744 !important; }

.border-top-red.border-top-accent-3 {
  border-top: 1px solid #FF1744 !important; }

.border-bottom-red.border-bottom-accent-3 {
  border-bottom: 1px solid #FF1744 !important; }

.border-left-red.border-left-accent-3 {
  border-left: 1px solid #FF1744 !important; }

.border-right-red.border-right-accent-3 {
  border-right: 1px solid #FF1744 !important; }

.overlay-red.overlay-accent-3 {
  background: #FF1744;
  /* The Fallback */
  background: rgba(255, 23, 68, 0.8); }

.red.accent-4 {
  color: #D50000 !important; }

.bg-red.bg-accent-4 {
  background-color: #D50000 !important; }
  .bg-red.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(213, 0, 0, 0.6); }

.btn-red.btn-accent-4 {
  border-color: #D32F2F !important;
  background-color: #D50000 !important; }
  .btn-red.btn-accent-4:hover {
    border-color: #D32F2F !important;
    background-color: #C62828 !important; }
  .btn-red.btn-accent-4:focus, .btn-red.btn-accent-4:active {
    border-color: #C62828 !important;
    background-color: #B71C1C !important; }

.btn-outline-red.btn-outline-accent-4 {
  border-color: #D50000 !important;
  color: #D50000 !important; }
  .btn-outline-red.btn-outline-accent-4:hover {
    background-color: #D50000 !important; }

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D50000 !important; }

.border-red.border-accent-4 {
  border: 1px solid #D50000 !important; }

.border-top-red.border-top-accent-4 {
  border-top: 1px solid #D50000 !important; }

.border-bottom-red.border-bottom-accent-4 {
  border-bottom: 1px solid #D50000 !important; }

.border-left-red.border-left-accent-4 {
  border-left: 1px solid #D50000 !important; }

.border-right-red.border-right-accent-4 {
  border-right: 1px solid #D50000 !important; }

.overlay-red.overlay-accent-4 {
  background: #D50000;
  /* The Fallback */
  background: rgba(213, 0, 0, 0.8); }

.pink.lighten-5 {
  color: #FCE4EC !important; }

.bg-pink.bg-lighten-5 {
  background-color: #FCE4EC !important; }
  .bg-pink.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(252, 228, 236, 0.6); }

.btn-pink.btn-lighten-5 {
  border-color: #C2185B !important;
  background-color: #FCE4EC !important; }
  .btn-pink.btn-lighten-5:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-lighten-5:focus, .btn-pink.btn-lighten-5:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-lighten-5 {
  border-color: #FCE4EC !important;
  color: #FCE4EC !important; }
  .btn-outline-pink.btn-outline-lighten-5:hover {
    background-color: #FCE4EC !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FCE4EC !important; }

.border-pink.border-lighten-5 {
  border: 1px solid #FCE4EC !important; }

.border-top-pink.border-top-lighten-5 {
  border-top: 1px solid #FCE4EC !important; }

.border-bottom-pink.border-bottom-lighten-5 {
  border-bottom: 1px solid #FCE4EC !important; }

.border-left-pink.border-left-lighten-5 {
  border-left: 1px solid #FCE4EC !important; }

.border-right-pink.border-right-lighten-5 {
  border-right: 1px solid #FCE4EC !important; }

.overlay-pink.overlay-lighten-5 {
  background: #FCE4EC;
  /* The Fallback */
  background: rgba(252, 228, 236, 0.8); }

.pink.lighten-4 {
  color: #F8BBD0 !important; }

.bg-pink.bg-lighten-4 {
  background-color: #F8BBD0 !important; }
  .bg-pink.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(248, 187, 208, 0.6); }

.btn-pink.btn-lighten-4 {
  border-color: #C2185B !important;
  background-color: #F8BBD0 !important; }
  .btn-pink.btn-lighten-4:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-lighten-4:focus, .btn-pink.btn-lighten-4:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-lighten-4 {
  border-color: #F8BBD0 !important;
  color: #F8BBD0 !important; }
  .btn-outline-pink.btn-outline-lighten-4:hover {
    background-color: #F8BBD0 !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F8BBD0 !important; }

.border-pink.border-lighten-4 {
  border: 1px solid #F8BBD0 !important; }

.border-top-pink.border-top-lighten-4 {
  border-top: 1px solid #F8BBD0 !important; }

.border-bottom-pink.border-bottom-lighten-4 {
  border-bottom: 1px solid #F8BBD0 !important; }

.border-left-pink.border-left-lighten-4 {
  border-left: 1px solid #F8BBD0 !important; }

.border-right-pink.border-right-lighten-4 {
  border-right: 1px solid #F8BBD0 !important; }

.overlay-pink.overlay-lighten-4 {
  background: #F8BBD0;
  /* The Fallback */
  background: rgba(248, 187, 208, 0.8); }

.pink.lighten-3 {
  color: #F48FB1 !important; }

.bg-pink.bg-lighten-3 {
  background-color: #F48FB1 !important; }
  .bg-pink.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(244, 143, 177, 0.6); }

.btn-pink.btn-lighten-3 {
  border-color: #C2185B !important;
  background-color: #F48FB1 !important; }
  .btn-pink.btn-lighten-3:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-lighten-3:focus, .btn-pink.btn-lighten-3:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-lighten-3 {
  border-color: #F48FB1 !important;
  color: #F48FB1 !important; }
  .btn-outline-pink.btn-outline-lighten-3:hover {
    background-color: #F48FB1 !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F48FB1 !important; }

.border-pink.border-lighten-3 {
  border: 1px solid #F48FB1 !important; }

.border-top-pink.border-top-lighten-3 {
  border-top: 1px solid #F48FB1 !important; }

.border-bottom-pink.border-bottom-lighten-3 {
  border-bottom: 1px solid #F48FB1 !important; }

.border-left-pink.border-left-lighten-3 {
  border-left: 1px solid #F48FB1 !important; }

.border-right-pink.border-right-lighten-3 {
  border-right: 1px solid #F48FB1 !important; }

.overlay-pink.overlay-lighten-3 {
  background: #F48FB1;
  /* The Fallback */
  background: rgba(244, 143, 177, 0.8); }

.pink.lighten-2 {
  color: #F06292 !important; }

.bg-pink.bg-lighten-2 {
  background-color: #F06292 !important; }
  .bg-pink.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(240, 98, 146, 0.6); }

.btn-pink.btn-lighten-2 {
  border-color: #C2185B !important;
  background-color: #F06292 !important; }
  .btn-pink.btn-lighten-2:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-lighten-2:focus, .btn-pink.btn-lighten-2:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-lighten-2 {
  border-color: #F06292 !important;
  color: #F06292 !important; }
  .btn-outline-pink.btn-outline-lighten-2:hover {
    background-color: #F06292 !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F06292 !important; }

.border-pink.border-lighten-2 {
  border: 1px solid #F06292 !important; }

.border-top-pink.border-top-lighten-2 {
  border-top: 1px solid #F06292 !important; }

.border-bottom-pink.border-bottom-lighten-2 {
  border-bottom: 1px solid #F06292 !important; }

.border-left-pink.border-left-lighten-2 {
  border-left: 1px solid #F06292 !important; }

.border-right-pink.border-right-lighten-2 {
  border-right: 1px solid #F06292 !important; }

.overlay-pink.overlay-lighten-2 {
  background: #F06292;
  /* The Fallback */
  background: rgba(240, 98, 146, 0.8); }

.pink.lighten-1 {
  color: #EC407A !important; }

.bg-pink.bg-lighten-1 {
  background-color: #EC407A !important; }
  .bg-pink.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(236, 64, 122, 0.6); }

.btn-pink.btn-lighten-1 {
  border-color: #C2185B !important;
  background-color: #EC407A !important; }
  .btn-pink.btn-lighten-1:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-lighten-1:focus, .btn-pink.btn-lighten-1:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-lighten-1 {
  border-color: #EC407A !important;
  color: #EC407A !important; }
  .btn-outline-pink.btn-outline-lighten-1:hover {
    background-color: #EC407A !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EC407A !important; }

.border-pink.border-lighten-1 {
  border: 1px solid #EC407A !important; }

.border-top-pink.border-top-lighten-1 {
  border-top: 1px solid #EC407A !important; }

.border-bottom-pink.border-bottom-lighten-1 {
  border-bottom: 1px solid #EC407A !important; }

.border-left-pink.border-left-lighten-1 {
  border-left: 1px solid #EC407A !important; }

.border-right-pink.border-right-lighten-1 {
  border-right: 1px solid #EC407A !important; }

.overlay-pink.overlay-lighten-1 {
  background: #EC407A;
  /* The Fallback */
  background: rgba(236, 64, 122, 0.8); }

.pink {
  color: #E91E63 !important; }

.bg-pink {
  background-color: #E91E63 !important; }
  .bg-pink .card-header, .bg-pink .card-footer {
    background-color: transparent; }
  .bg-pink.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6); }

.selectboxit.selectboxit-btn.bg-pink {
  background-color: #E91E63 !important; }

.alert-pink {
  border-color: #E91E63 !important;
  background-color: #ef5f90 !important;
  color: #4d081f !important; }
  .alert-pink .alert-link {
    color: #280410 !important; }

.border-pink {
  border-color: #E91E63; }

.overlay-pink {
  background: #E91E63;
  /* The Fallback */
  background: rgba(233, 30, 99, 0.8); }

/* .card-outline-pink{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-pink {
  border-color: #E91E63 !important;
  background-color: #E91E63 !important;
  color: #FFFFFF; }
  .btn-pink:hover {
    border-color: #C2185B !important;
    background-color: #D81B60 !important;
    color: #FFF !important; }
  .btn-pink:focus, .btn-pink:active {
    border-color: #AD1457 !important;
    background-color: #C2185B !important;
    color: #FFF !important; }
  .btn-pink.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6); }

.btn-outline-pink {
  border-color: #E91E63;
  background-color: transparent;
  color: #E91E63; }
  .btn-outline-pink:hover {
    background-color: #E91E63;
    color: #FFF !important; }
  .btn-outline-pink.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6); }

input[type="checkbox"].bg-pink + .custom-control-label:before, input[type="radio"].bg-pink + .custom-control-label:before {
  background-color: #E91E63 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E91E63 !important; }

.border-pink {
  border: 1px solid #E91E63 !important; }

.border-top-pink {
  border-top: 1px solid #E91E63; }

.border-bottom-pink {
  border-bottom: 1px solid #E91E63; }

.border-left-pink {
  border-left: 1px solid #E91E63; }

.border-right-pink {
  border-right: 1px solid #E91E63; }

.pink.darken-1 {
  color: #D81B60 !important; }

.bg-pink.bg-darken-1 {
  background-color: #D81B60 !important; }
  .bg-pink.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(216, 27, 96, 0.6); }

.btn-pink.btn-darken-1 {
  border-color: #C2185B !important;
  background-color: #D81B60 !important; }
  .btn-pink.btn-darken-1:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-darken-1:focus, .btn-pink.btn-darken-1:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-darken-1 {
  border-color: #D81B60 !important;
  color: #D81B60 !important; }
  .btn-outline-pink.btn-outline-darken-1:hover {
    background-color: #D81B60 !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D81B60 !important; }

.border-pink.border-darken-1 {
  border: 1px solid #D81B60 !important; }

.border-top-pink.border-top-darken-1 {
  border-top: 1px solid #D81B60 !important; }

.border-bottom-pink.border-bottom-darken-1 {
  border-bottom: 1px solid #D81B60 !important; }

.border-left-pink.border-left-darken-1 {
  border-left: 1px solid #D81B60 !important; }

.border-right-pink.border-right-darken-1 {
  border-right: 1px solid #D81B60 !important; }

.overlay-pink.overlay-darken-1 {
  background: #D81B60;
  /* The Fallback */
  background: rgba(216, 27, 96, 0.8); }

.pink.darken-2 {
  color: #C2185B !important; }

.bg-pink.bg-darken-2 {
  background-color: #C2185B !important; }
  .bg-pink.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(194, 24, 91, 0.6); }

.btn-pink.btn-darken-2 {
  border-color: #C2185B !important;
  background-color: #C2185B !important; }
  .btn-pink.btn-darken-2:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-darken-2:focus, .btn-pink.btn-darken-2:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-darken-2 {
  border-color: #C2185B !important;
  color: #C2185B !important; }
  .btn-outline-pink.btn-outline-darken-2:hover {
    background-color: #C2185B !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C2185B !important; }

.border-pink.border-darken-2 {
  border: 1px solid #C2185B !important; }

.border-top-pink.border-top-darken-2 {
  border-top: 1px solid #C2185B !important; }

.border-bottom-pink.border-bottom-darken-2 {
  border-bottom: 1px solid #C2185B !important; }

.border-left-pink.border-left-darken-2 {
  border-left: 1px solid #C2185B !important; }

.border-right-pink.border-right-darken-2 {
  border-right: 1px solid #C2185B !important; }

.overlay-pink.overlay-darken-2 {
  background: #C2185B;
  /* The Fallback */
  background: rgba(194, 24, 91, 0.8); }

.pink.darken-3 {
  color: #AD1457 !important; }

.bg-pink.bg-darken-3 {
  background-color: #AD1457 !important; }
  .bg-pink.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(173, 20, 87, 0.6); }

.btn-pink.btn-darken-3 {
  border-color: #C2185B !important;
  background-color: #AD1457 !important; }
  .btn-pink.btn-darken-3:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-darken-3:focus, .btn-pink.btn-darken-3:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-darken-3 {
  border-color: #AD1457 !important;
  color: #AD1457 !important; }
  .btn-outline-pink.btn-outline-darken-3:hover {
    background-color: #AD1457 !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AD1457 !important; }

.border-pink.border-darken-3 {
  border: 1px solid #AD1457 !important; }

.border-top-pink.border-top-darken-3 {
  border-top: 1px solid #AD1457 !important; }

.border-bottom-pink.border-bottom-darken-3 {
  border-bottom: 1px solid #AD1457 !important; }

.border-left-pink.border-left-darken-3 {
  border-left: 1px solid #AD1457 !important; }

.border-right-pink.border-right-darken-3 {
  border-right: 1px solid #AD1457 !important; }

.overlay-pink.overlay-darken-3 {
  background: #AD1457;
  /* The Fallback */
  background: rgba(173, 20, 87, 0.8); }

.pink.darken-4 {
  color: #880E4F !important; }

.bg-pink.bg-darken-4 {
  background-color: #880E4F !important; }
  .bg-pink.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(136, 14, 79, 0.6); }

.btn-pink.btn-darken-4 {
  border-color: #C2185B !important;
  background-color: #880E4F !important; }
  .btn-pink.btn-darken-4:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-darken-4:focus, .btn-pink.btn-darken-4:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-darken-4 {
  border-color: #880E4F !important;
  color: #880E4F !important; }
  .btn-outline-pink.btn-outline-darken-4:hover {
    background-color: #880E4F !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #880E4F !important; }

.border-pink.border-darken-4 {
  border: 1px solid #880E4F !important; }

.border-top-pink.border-top-darken-4 {
  border-top: 1px solid #880E4F !important; }

.border-bottom-pink.border-bottom-darken-4 {
  border-bottom: 1px solid #880E4F !important; }

.border-left-pink.border-left-darken-4 {
  border-left: 1px solid #880E4F !important; }

.border-right-pink.border-right-darken-4 {
  border-right: 1px solid #880E4F !important; }

.overlay-pink.overlay-darken-4 {
  background: #880E4F;
  /* The Fallback */
  background: rgba(136, 14, 79, 0.8); }

.pink.accent-1 {
  color: #FF80AB !important; }

.bg-pink.bg-accent-1 {
  background-color: #FF80AB !important; }
  .bg-pink.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 128, 171, 0.6); }

.btn-pink.btn-accent-1 {
  border-color: #C2185B !important;
  background-color: #FF80AB !important; }
  .btn-pink.btn-accent-1:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-accent-1:focus, .btn-pink.btn-accent-1:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-accent-1 {
  border-color: #FF80AB !important;
  color: #FF80AB !important; }
  .btn-outline-pink.btn-outline-accent-1:hover {
    background-color: #FF80AB !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF80AB !important; }

.border-pink.border-accent-1 {
  border: 1px solid #FF80AB !important; }

.border-top-pink.border-top-accent-1 {
  border-top: 1px solid #FF80AB !important; }

.border-bottom-pink.border-bottom-accent-1 {
  border-bottom: 1px solid #FF80AB !important; }

.border-left-pink.border-left-accent-1 {
  border-left: 1px solid #FF80AB !important; }

.border-right-pink.border-right-accent-1 {
  border-right: 1px solid #FF80AB !important; }

.overlay-pink.overlay-accent-1 {
  background: #FF80AB;
  /* The Fallback */
  background: rgba(255, 128, 171, 0.8); }

.pink.accent-2 {
  color: #FF4081 !important; }

.bg-pink.bg-accent-2 {
  background-color: #FF4081 !important; }
  .bg-pink.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 64, 129, 0.6); }

.btn-pink.btn-accent-2 {
  border-color: #C2185B !important;
  background-color: #FF4081 !important; }
  .btn-pink.btn-accent-2:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-accent-2:focus, .btn-pink.btn-accent-2:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-accent-2 {
  border-color: #FF4081 !important;
  color: #FF4081 !important; }
  .btn-outline-pink.btn-outline-accent-2:hover {
    background-color: #FF4081 !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF4081 !important; }

.border-pink.border-accent-2 {
  border: 1px solid #FF4081 !important; }

.border-top-pink.border-top-accent-2 {
  border-top: 1px solid #FF4081 !important; }

.border-bottom-pink.border-bottom-accent-2 {
  border-bottom: 1px solid #FF4081 !important; }

.border-left-pink.border-left-accent-2 {
  border-left: 1px solid #FF4081 !important; }

.border-right-pink.border-right-accent-2 {
  border-right: 1px solid #FF4081 !important; }

.overlay-pink.overlay-accent-2 {
  background: #FF4081;
  /* The Fallback */
  background: rgba(255, 64, 129, 0.8); }

.pink.accent-3 {
  color: #F50057 !important; }

.bg-pink.bg-accent-3 {
  background-color: #F50057 !important; }
  .bg-pink.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(245, 0, 87, 0.6); }

.btn-pink.btn-accent-3 {
  border-color: #C2185B !important;
  background-color: #F50057 !important; }
  .btn-pink.btn-accent-3:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-accent-3:focus, .btn-pink.btn-accent-3:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-accent-3 {
  border-color: #F50057 !important;
  color: #F50057 !important; }
  .btn-outline-pink.btn-outline-accent-3:hover {
    background-color: #F50057 !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F50057 !important; }

.border-pink.border-accent-3 {
  border: 1px solid #F50057 !important; }

.border-top-pink.border-top-accent-3 {
  border-top: 1px solid #F50057 !important; }

.border-bottom-pink.border-bottom-accent-3 {
  border-bottom: 1px solid #F50057 !important; }

.border-left-pink.border-left-accent-3 {
  border-left: 1px solid #F50057 !important; }

.border-right-pink.border-right-accent-3 {
  border-right: 1px solid #F50057 !important; }

.overlay-pink.overlay-accent-3 {
  background: #F50057;
  /* The Fallback */
  background: rgba(245, 0, 87, 0.8); }

.pink.accent-4 {
  color: #C51162 !important; }

.bg-pink.bg-accent-4 {
  background-color: #C51162 !important; }
  .bg-pink.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(197, 17, 98, 0.6); }

.btn-pink.btn-accent-4 {
  border-color: #C2185B !important;
  background-color: #C51162 !important; }
  .btn-pink.btn-accent-4:hover {
    border-color: #C2185B !important;
    background-color: #AD1457 !important; }
  .btn-pink.btn-accent-4:focus, .btn-pink.btn-accent-4:active {
    border-color: #AD1457 !important;
    background-color: #880E4F !important; }

.btn-outline-pink.btn-outline-accent-4 {
  border-color: #C51162 !important;
  color: #C51162 !important; }
  .btn-outline-pink.btn-outline-accent-4:hover {
    background-color: #C51162 !important; }

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C51162 !important; }

.border-pink.border-accent-4 {
  border: 1px solid #C51162 !important; }

.border-top-pink.border-top-accent-4 {
  border-top: 1px solid #C51162 !important; }

.border-bottom-pink.border-bottom-accent-4 {
  border-bottom: 1px solid #C51162 !important; }

.border-left-pink.border-left-accent-4 {
  border-left: 1px solid #C51162 !important; }

.border-right-pink.border-right-accent-4 {
  border-right: 1px solid #C51162 !important; }

.overlay-pink.overlay-accent-4 {
  background: #C51162;
  /* The Fallback */
  background: rgba(197, 17, 98, 0.8); }

.purple.lighten-5 {
  color: #F3E5F5 !important; }

.bg-purple.bg-lighten-5 {
  background-color: #F3E5F5 !important; }
  .bg-purple.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(243, 229, 245, 0.6); }

.btn-purple.btn-lighten-5 {
  border-color: #7B1FA2 !important;
  background-color: #F3E5F5 !important; }
  .btn-purple.btn-lighten-5:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-lighten-5:focus, .btn-purple.btn-lighten-5:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-lighten-5 {
  border-color: #F3E5F5 !important;
  color: #F3E5F5 !important; }
  .btn-outline-purple.btn-outline-lighten-5:hover {
    background-color: #F3E5F5 !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F3E5F5 !important; }

.border-purple.border-lighten-5 {
  border: 1px solid #F3E5F5 !important; }

.border-top-purple.border-top-lighten-5 {
  border-top: 1px solid #F3E5F5 !important; }

.border-bottom-purple.border-bottom-lighten-5 {
  border-bottom: 1px solid #F3E5F5 !important; }

.border-left-purple.border-left-lighten-5 {
  border-left: 1px solid #F3E5F5 !important; }

.border-right-purple.border-right-lighten-5 {
  border-right: 1px solid #F3E5F5 !important; }

.overlay-purple.overlay-lighten-5 {
  background: #F3E5F5;
  /* The Fallback */
  background: rgba(243, 229, 245, 0.8); }

.purple.lighten-4 {
  color: #E1BEE7 !important; }

.bg-purple.bg-lighten-4 {
  background-color: #E1BEE7 !important; }
  .bg-purple.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(225, 190, 231, 0.6); }

.btn-purple.btn-lighten-4 {
  border-color: #7B1FA2 !important;
  background-color: #E1BEE7 !important; }
  .btn-purple.btn-lighten-4:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-lighten-4:focus, .btn-purple.btn-lighten-4:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-lighten-4 {
  border-color: #E1BEE7 !important;
  color: #E1BEE7 !important; }
  .btn-outline-purple.btn-outline-lighten-4:hover {
    background-color: #E1BEE7 !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E1BEE7 !important; }

.border-purple.border-lighten-4 {
  border: 1px solid #E1BEE7 !important; }

.border-top-purple.border-top-lighten-4 {
  border-top: 1px solid #E1BEE7 !important; }

.border-bottom-purple.border-bottom-lighten-4 {
  border-bottom: 1px solid #E1BEE7 !important; }

.border-left-purple.border-left-lighten-4 {
  border-left: 1px solid #E1BEE7 !important; }

.border-right-purple.border-right-lighten-4 {
  border-right: 1px solid #E1BEE7 !important; }

.overlay-purple.overlay-lighten-4 {
  background: #E1BEE7;
  /* The Fallback */
  background: rgba(225, 190, 231, 0.8); }

.purple.lighten-3 {
  color: #CE93D8 !important; }

.bg-purple.bg-lighten-3 {
  background-color: #CE93D8 !important; }
  .bg-purple.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(206, 147, 216, 0.6); }

.btn-purple.btn-lighten-3 {
  border-color: #7B1FA2 !important;
  background-color: #CE93D8 !important; }
  .btn-purple.btn-lighten-3:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-lighten-3:focus, .btn-purple.btn-lighten-3:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-lighten-3 {
  border-color: #CE93D8 !important;
  color: #CE93D8 !important; }
  .btn-outline-purple.btn-outline-lighten-3:hover {
    background-color: #CE93D8 !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CE93D8 !important; }

.border-purple.border-lighten-3 {
  border: 1px solid #CE93D8 !important; }

.border-top-purple.border-top-lighten-3 {
  border-top: 1px solid #CE93D8 !important; }

.border-bottom-purple.border-bottom-lighten-3 {
  border-bottom: 1px solid #CE93D8 !important; }

.border-left-purple.border-left-lighten-3 {
  border-left: 1px solid #CE93D8 !important; }

.border-right-purple.border-right-lighten-3 {
  border-right: 1px solid #CE93D8 !important; }

.overlay-purple.overlay-lighten-3 {
  background: #CE93D8;
  /* The Fallback */
  background: rgba(206, 147, 216, 0.8); }

.purple.lighten-2 {
  color: #BA68C8 !important; }

.bg-purple.bg-lighten-2 {
  background-color: #BA68C8 !important; }
  .bg-purple.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(186, 104, 200, 0.6); }

.btn-purple.btn-lighten-2 {
  border-color: #7B1FA2 !important;
  background-color: #BA68C8 !important; }
  .btn-purple.btn-lighten-2:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-lighten-2:focus, .btn-purple.btn-lighten-2:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-lighten-2 {
  border-color: #BA68C8 !important;
  color: #BA68C8 !important; }
  .btn-outline-purple.btn-outline-lighten-2:hover {
    background-color: #BA68C8 !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BA68C8 !important; }

.border-purple.border-lighten-2 {
  border: 1px solid #BA68C8 !important; }

.border-top-purple.border-top-lighten-2 {
  border-top: 1px solid #BA68C8 !important; }

.border-bottom-purple.border-bottom-lighten-2 {
  border-bottom: 1px solid #BA68C8 !important; }

.border-left-purple.border-left-lighten-2 {
  border-left: 1px solid #BA68C8 !important; }

.border-right-purple.border-right-lighten-2 {
  border-right: 1px solid #BA68C8 !important; }

.overlay-purple.overlay-lighten-2 {
  background: #BA68C8;
  /* The Fallback */
  background: rgba(186, 104, 200, 0.8); }

.purple.lighten-1 {
  color: #AB47BC !important; }

.bg-purple.bg-lighten-1 {
  background-color: #AB47BC !important; }
  .bg-purple.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(171, 71, 188, 0.6); }

.btn-purple.btn-lighten-1 {
  border-color: #7B1FA2 !important;
  background-color: #AB47BC !important; }
  .btn-purple.btn-lighten-1:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-lighten-1:focus, .btn-purple.btn-lighten-1:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-lighten-1 {
  border-color: #AB47BC !important;
  color: #AB47BC !important; }
  .btn-outline-purple.btn-outline-lighten-1:hover {
    background-color: #AB47BC !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AB47BC !important; }

.border-purple.border-lighten-1 {
  border: 1px solid #AB47BC !important; }

.border-top-purple.border-top-lighten-1 {
  border-top: 1px solid #AB47BC !important; }

.border-bottom-purple.border-bottom-lighten-1 {
  border-bottom: 1px solid #AB47BC !important; }

.border-left-purple.border-left-lighten-1 {
  border-left: 1px solid #AB47BC !important; }

.border-right-purple.border-right-lighten-1 {
  border-right: 1px solid #AB47BC !important; }

.overlay-purple.overlay-lighten-1 {
  background: #AB47BC;
  /* The Fallback */
  background: rgba(171, 71, 188, 0.8); }

.purple {
  color: #9C27B0 !important; }

.bg-purple {
  background-color: #9C27B0 !important; }
  .bg-purple .card-header, .bg-purple .card-footer {
    background-color: transparent; }
  .bg-purple.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6); }

.selectboxit.selectboxit-btn.bg-purple {
  background-color: #9C27B0 !important; }

.alert-purple {
  border-color: #9C27B0 !important;
  background-color: #c248d6 !important;
  color: #1a071e !important; }
  .alert-purple .alert-link {
    color: black !important; }

.border-purple {
  border-color: #9C27B0; }

.overlay-purple {
  background: #9C27B0;
  /* The Fallback */
  background: rgba(156, 39, 176, 0.8); }

/* .card-outline-purple{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-purple {
  border-color: #9C27B0 !important;
  background-color: #9C27B0 !important;
  color: #FFFFFF; }
  .btn-purple:hover {
    border-color: #7B1FA2 !important;
    background-color: #8E24AA !important;
    color: #FFF !important; }
  .btn-purple:focus, .btn-purple:active {
    border-color: #6A1B9A !important;
    background-color: #7B1FA2 !important;
    color: #FFF !important; }
  .btn-purple.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6); }

.btn-outline-purple {
  border-color: #9C27B0;
  background-color: transparent;
  color: #9C27B0; }
  .btn-outline-purple:hover {
    background-color: #9C27B0;
    color: #FFF !important; }
  .btn-outline-purple.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6); }

input[type="checkbox"].bg-purple + .custom-control-label:before, input[type="radio"].bg-purple + .custom-control-label:before {
  background-color: #9C27B0 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9C27B0 !important; }

.border-purple {
  border: 1px solid #9C27B0 !important; }

.border-top-purple {
  border-top: 1px solid #9C27B0; }

.border-bottom-purple {
  border-bottom: 1px solid #9C27B0; }

.border-left-purple {
  border-left: 1px solid #9C27B0; }

.border-right-purple {
  border-right: 1px solid #9C27B0; }

.purple.darken-1 {
  color: #8E24AA !important; }

.bg-purple.bg-darken-1 {
  background-color: #8E24AA !important; }
  .bg-purple.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(142, 36, 170, 0.6); }

.btn-purple.btn-darken-1 {
  border-color: #7B1FA2 !important;
  background-color: #8E24AA !important; }
  .btn-purple.btn-darken-1:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-darken-1:focus, .btn-purple.btn-darken-1:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-darken-1 {
  border-color: #8E24AA !important;
  color: #8E24AA !important; }
  .btn-outline-purple.btn-outline-darken-1:hover {
    background-color: #8E24AA !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8E24AA !important; }

.border-purple.border-darken-1 {
  border: 1px solid #8E24AA !important; }

.border-top-purple.border-top-darken-1 {
  border-top: 1px solid #8E24AA !important; }

.border-bottom-purple.border-bottom-darken-1 {
  border-bottom: 1px solid #8E24AA !important; }

.border-left-purple.border-left-darken-1 {
  border-left: 1px solid #8E24AA !important; }

.border-right-purple.border-right-darken-1 {
  border-right: 1px solid #8E24AA !important; }

.overlay-purple.overlay-darken-1 {
  background: #8E24AA;
  /* The Fallback */
  background: rgba(142, 36, 170, 0.8); }

.purple.darken-2 {
  color: #7B1FA2 !important; }

.bg-purple.bg-darken-2 {
  background-color: #7B1FA2 !important; }
  .bg-purple.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(123, 31, 162, 0.6); }

.btn-purple.btn-darken-2 {
  border-color: #7B1FA2 !important;
  background-color: #7B1FA2 !important; }
  .btn-purple.btn-darken-2:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-darken-2:focus, .btn-purple.btn-darken-2:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-darken-2 {
  border-color: #7B1FA2 !important;
  color: #7B1FA2 !important; }
  .btn-outline-purple.btn-outline-darken-2:hover {
    background-color: #7B1FA2 !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7B1FA2 !important; }

.border-purple.border-darken-2 {
  border: 1px solid #7B1FA2 !important; }

.border-top-purple.border-top-darken-2 {
  border-top: 1px solid #7B1FA2 !important; }

.border-bottom-purple.border-bottom-darken-2 {
  border-bottom: 1px solid #7B1FA2 !important; }

.border-left-purple.border-left-darken-2 {
  border-left: 1px solid #7B1FA2 !important; }

.border-right-purple.border-right-darken-2 {
  border-right: 1px solid #7B1FA2 !important; }

.overlay-purple.overlay-darken-2 {
  background: #7B1FA2;
  /* The Fallback */
  background: rgba(123, 31, 162, 0.8); }

.purple.darken-3 {
  color: #6A1B9A !important; }

.bg-purple.bg-darken-3 {
  background-color: #6A1B9A !important; }
  .bg-purple.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(106, 27, 154, 0.6); }

.btn-purple.btn-darken-3 {
  border-color: #7B1FA2 !important;
  background-color: #6A1B9A !important; }
  .btn-purple.btn-darken-3:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-darken-3:focus, .btn-purple.btn-darken-3:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-darken-3 {
  border-color: #6A1B9A !important;
  color: #6A1B9A !important; }
  .btn-outline-purple.btn-outline-darken-3:hover {
    background-color: #6A1B9A !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6A1B9A !important; }

.border-purple.border-darken-3 {
  border: 1px solid #6A1B9A !important; }

.border-top-purple.border-top-darken-3 {
  border-top: 1px solid #6A1B9A !important; }

.border-bottom-purple.border-bottom-darken-3 {
  border-bottom: 1px solid #6A1B9A !important; }

.border-left-purple.border-left-darken-3 {
  border-left: 1px solid #6A1B9A !important; }

.border-right-purple.border-right-darken-3 {
  border-right: 1px solid #6A1B9A !important; }

.overlay-purple.overlay-darken-3 {
  background: #6A1B9A;
  /* The Fallback */
  background: rgba(106, 27, 154, 0.8); }

.purple.darken-4 {
  color: #4A148C !important; }

.bg-purple.bg-darken-4 {
  background-color: #4A148C !important; }
  .bg-purple.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(74, 20, 140, 0.6); }

.btn-purple.btn-darken-4 {
  border-color: #7B1FA2 !important;
  background-color: #4A148C !important; }
  .btn-purple.btn-darken-4:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-darken-4:focus, .btn-purple.btn-darken-4:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-darken-4 {
  border-color: #4A148C !important;
  color: #4A148C !important; }
  .btn-outline-purple.btn-outline-darken-4:hover {
    background-color: #4A148C !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4A148C !important; }

.border-purple.border-darken-4 {
  border: 1px solid #4A148C !important; }

.border-top-purple.border-top-darken-4 {
  border-top: 1px solid #4A148C !important; }

.border-bottom-purple.border-bottom-darken-4 {
  border-bottom: 1px solid #4A148C !important; }

.border-left-purple.border-left-darken-4 {
  border-left: 1px solid #4A148C !important; }

.border-right-purple.border-right-darken-4 {
  border-right: 1px solid #4A148C !important; }

.overlay-purple.overlay-darken-4 {
  background: #4A148C;
  /* The Fallback */
  background: rgba(74, 20, 140, 0.8); }

.purple.accent-1 {
  color: #EA80FC !important; }

.bg-purple.bg-accent-1 {
  background-color: #EA80FC !important; }
  .bg-purple.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(234, 128, 252, 0.6); }

.btn-purple.btn-accent-1 {
  border-color: #7B1FA2 !important;
  background-color: #EA80FC !important; }
  .btn-purple.btn-accent-1:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-accent-1:focus, .btn-purple.btn-accent-1:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-accent-1 {
  border-color: #EA80FC !important;
  color: #EA80FC !important; }
  .btn-outline-purple.btn-outline-accent-1:hover {
    background-color: #EA80FC !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EA80FC !important; }

.border-purple.border-accent-1 {
  border: 1px solid #EA80FC !important; }

.border-top-purple.border-top-accent-1 {
  border-top: 1px solid #EA80FC !important; }

.border-bottom-purple.border-bottom-accent-1 {
  border-bottom: 1px solid #EA80FC !important; }

.border-left-purple.border-left-accent-1 {
  border-left: 1px solid #EA80FC !important; }

.border-right-purple.border-right-accent-1 {
  border-right: 1px solid #EA80FC !important; }

.overlay-purple.overlay-accent-1 {
  background: #EA80FC;
  /* The Fallback */
  background: rgba(234, 128, 252, 0.8); }

.purple.accent-2 {
  color: #E040FB !important; }

.bg-purple.bg-accent-2 {
  background-color: #E040FB !important; }
  .bg-purple.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(224, 64, 251, 0.6); }

.btn-purple.btn-accent-2 {
  border-color: #7B1FA2 !important;
  background-color: #E040FB !important; }
  .btn-purple.btn-accent-2:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-accent-2:focus, .btn-purple.btn-accent-2:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-accent-2 {
  border-color: #E040FB !important;
  color: #E040FB !important; }
  .btn-outline-purple.btn-outline-accent-2:hover {
    background-color: #E040FB !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E040FB !important; }

.border-purple.border-accent-2 {
  border: 1px solid #E040FB !important; }

.border-top-purple.border-top-accent-2 {
  border-top: 1px solid #E040FB !important; }

.border-bottom-purple.border-bottom-accent-2 {
  border-bottom: 1px solid #E040FB !important; }

.border-left-purple.border-left-accent-2 {
  border-left: 1px solid #E040FB !important; }

.border-right-purple.border-right-accent-2 {
  border-right: 1px solid #E040FB !important; }

.overlay-purple.overlay-accent-2 {
  background: #E040FB;
  /* The Fallback */
  background: rgba(224, 64, 251, 0.8); }

.purple.accent-3 {
  color: #D500F9 !important; }

.bg-purple.bg-accent-3 {
  background-color: #D500F9 !important; }
  .bg-purple.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(213, 0, 249, 0.6); }

.btn-purple.btn-accent-3 {
  border-color: #7B1FA2 !important;
  background-color: #D500F9 !important; }
  .btn-purple.btn-accent-3:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-accent-3:focus, .btn-purple.btn-accent-3:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-accent-3 {
  border-color: #D500F9 !important;
  color: #D500F9 !important; }
  .btn-outline-purple.btn-outline-accent-3:hover {
    background-color: #D500F9 !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D500F9 !important; }

.border-purple.border-accent-3 {
  border: 1px solid #D500F9 !important; }

.border-top-purple.border-top-accent-3 {
  border-top: 1px solid #D500F9 !important; }

.border-bottom-purple.border-bottom-accent-3 {
  border-bottom: 1px solid #D500F9 !important; }

.border-left-purple.border-left-accent-3 {
  border-left: 1px solid #D500F9 !important; }

.border-right-purple.border-right-accent-3 {
  border-right: 1px solid #D500F9 !important; }

.overlay-purple.overlay-accent-3 {
  background: #D500F9;
  /* The Fallback */
  background: rgba(213, 0, 249, 0.8); }

.purple.accent-4 {
  color: #DD00FF !important; }

.bg-purple.bg-accent-4 {
  background-color: #DD00FF !important; }
  .bg-purple.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(221, 0, 255, 0.6); }

.btn-purple.btn-accent-4 {
  border-color: #7B1FA2 !important;
  background-color: #DD00FF !important; }
  .btn-purple.btn-accent-4:hover {
    border-color: #7B1FA2 !important;
    background-color: #6A1B9A !important; }
  .btn-purple.btn-accent-4:focus, .btn-purple.btn-accent-4:active {
    border-color: #6A1B9A !important;
    background-color: #4A148C !important; }

.btn-outline-purple.btn-outline-accent-4 {
  border-color: #DD00FF !important;
  color: #DD00FF !important; }
  .btn-outline-purple.btn-outline-accent-4:hover {
    background-color: #DD00FF !important; }

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #DD00FF !important; }

.border-purple.border-accent-4 {
  border: 1px solid #DD00FF !important; }

.border-top-purple.border-top-accent-4 {
  border-top: 1px solid #DD00FF !important; }

.border-bottom-purple.border-bottom-accent-4 {
  border-bottom: 1px solid #DD00FF !important; }

.border-left-purple.border-left-accent-4 {
  border-left: 1px solid #DD00FF !important; }

.border-right-purple.border-right-accent-4 {
  border-right: 1px solid #DD00FF !important; }

.overlay-purple.overlay-accent-4 {
  background: #DD00FF;
  /* The Fallback */
  background: rgba(221, 0, 255, 0.8); }

.deep-purple.lighten-5 {
  color: #EDE7F6 !important; }

.bg-deep-purple.bg-lighten-5 {
  background-color: #EDE7F6 !important; }
  .bg-deep-purple.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(237, 231, 246, 0.6); }

.btn-deep-purple.btn-lighten-5 {
  border-color: #512DA8 !important;
  background-color: #EDE7F6 !important; }
  .btn-deep-purple.btn-lighten-5:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-lighten-5:focus, .btn-deep-purple.btn-lighten-5:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-lighten-5 {
  border-color: #EDE7F6 !important;
  color: #EDE7F6 !important; }
  .btn-outline-deep-purple.btn-outline-lighten-5:hover {
    background-color: #EDE7F6 !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EDE7F6 !important; }

.border-deep-purple.border-lighten-5 {
  border: 1px solid #EDE7F6 !important; }

.border-top-deep-purple.border-top-lighten-5 {
  border-top: 1px solid #EDE7F6 !important; }

.border-bottom-deep-purple.border-bottom-lighten-5 {
  border-bottom: 1px solid #EDE7F6 !important; }

.border-left-deep-purple.border-left-lighten-5 {
  border-left: 1px solid #EDE7F6 !important; }

.border-right-deep-purple.border-right-lighten-5 {
  border-right: 1px solid #EDE7F6 !important; }

.overlay-deep-purple.overlay-lighten-5 {
  background: #EDE7F6;
  /* The Fallback */
  background: rgba(237, 231, 246, 0.8); }

.deep-purple.lighten-4 {
  color: #D1C4E9 !important; }

.bg-deep-purple.bg-lighten-4 {
  background-color: #D1C4E9 !important; }
  .bg-deep-purple.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(209, 196, 233, 0.6); }

.btn-deep-purple.btn-lighten-4 {
  border-color: #512DA8 !important;
  background-color: #D1C4E9 !important; }
  .btn-deep-purple.btn-lighten-4:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-lighten-4:focus, .btn-deep-purple.btn-lighten-4:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-lighten-4 {
  border-color: #D1C4E9 !important;
  color: #D1C4E9 !important; }
  .btn-outline-deep-purple.btn-outline-lighten-4:hover {
    background-color: #D1C4E9 !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D1C4E9 !important; }

.border-deep-purple.border-lighten-4 {
  border: 1px solid #D1C4E9 !important; }

.border-top-deep-purple.border-top-lighten-4 {
  border-top: 1px solid #D1C4E9 !important; }

.border-bottom-deep-purple.border-bottom-lighten-4 {
  border-bottom: 1px solid #D1C4E9 !important; }

.border-left-deep-purple.border-left-lighten-4 {
  border-left: 1px solid #D1C4E9 !important; }

.border-right-deep-purple.border-right-lighten-4 {
  border-right: 1px solid #D1C4E9 !important; }

.overlay-deep-purple.overlay-lighten-4 {
  background: #D1C4E9;
  /* The Fallback */
  background: rgba(209, 196, 233, 0.8); }

.deep-purple.lighten-3 {
  color: #B39DDB !important; }

.bg-deep-purple.bg-lighten-3 {
  background-color: #B39DDB !important; }
  .bg-deep-purple.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(179, 157, 219, 0.6); }

.btn-deep-purple.btn-lighten-3 {
  border-color: #512DA8 !important;
  background-color: #B39DDB !important; }
  .btn-deep-purple.btn-lighten-3:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-lighten-3:focus, .btn-deep-purple.btn-lighten-3:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-lighten-3 {
  border-color: #B39DDB !important;
  color: #B39DDB !important; }
  .btn-outline-deep-purple.btn-outline-lighten-3:hover {
    background-color: #B39DDB !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B39DDB !important; }

.border-deep-purple.border-lighten-3 {
  border: 1px solid #B39DDB !important; }

.border-top-deep-purple.border-top-lighten-3 {
  border-top: 1px solid #B39DDB !important; }

.border-bottom-deep-purple.border-bottom-lighten-3 {
  border-bottom: 1px solid #B39DDB !important; }

.border-left-deep-purple.border-left-lighten-3 {
  border-left: 1px solid #B39DDB !important; }

.border-right-deep-purple.border-right-lighten-3 {
  border-right: 1px solid #B39DDB !important; }

.overlay-deep-purple.overlay-lighten-3 {
  background: #B39DDB;
  /* The Fallback */
  background: rgba(179, 157, 219, 0.8); }

.deep-purple.lighten-2 {
  color: #9575CD !important; }

.bg-deep-purple.bg-lighten-2 {
  background-color: #9575CD !important; }
  .bg-deep-purple.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(149, 117, 205, 0.6); }

.btn-deep-purple.btn-lighten-2 {
  border-color: #512DA8 !important;
  background-color: #9575CD !important; }
  .btn-deep-purple.btn-lighten-2:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-lighten-2:focus, .btn-deep-purple.btn-lighten-2:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-lighten-2 {
  border-color: #9575CD !important;
  color: #9575CD !important; }
  .btn-outline-deep-purple.btn-outline-lighten-2:hover {
    background-color: #9575CD !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9575CD !important; }

.border-deep-purple.border-lighten-2 {
  border: 1px solid #9575CD !important; }

.border-top-deep-purple.border-top-lighten-2 {
  border-top: 1px solid #9575CD !important; }

.border-bottom-deep-purple.border-bottom-lighten-2 {
  border-bottom: 1px solid #9575CD !important; }

.border-left-deep-purple.border-left-lighten-2 {
  border-left: 1px solid #9575CD !important; }

.border-right-deep-purple.border-right-lighten-2 {
  border-right: 1px solid #9575CD !important; }

.overlay-deep-purple.overlay-lighten-2 {
  background: #9575CD;
  /* The Fallback */
  background: rgba(149, 117, 205, 0.8); }

.deep-purple.lighten-1 {
  color: #7E57C2 !important; }

.bg-deep-purple.bg-lighten-1 {
  background-color: #7E57C2 !important; }
  .bg-deep-purple.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(126, 87, 194, 0.6); }

.btn-deep-purple.btn-lighten-1 {
  border-color: #512DA8 !important;
  background-color: #7E57C2 !important; }
  .btn-deep-purple.btn-lighten-1:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-lighten-1:focus, .btn-deep-purple.btn-lighten-1:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-lighten-1 {
  border-color: #7E57C2 !important;
  color: #7E57C2 !important; }
  .btn-outline-deep-purple.btn-outline-lighten-1:hover {
    background-color: #7E57C2 !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7E57C2 !important; }

.border-deep-purple.border-lighten-1 {
  border: 1px solid #7E57C2 !important; }

.border-top-deep-purple.border-top-lighten-1 {
  border-top: 1px solid #7E57C2 !important; }

.border-bottom-deep-purple.border-bottom-lighten-1 {
  border-bottom: 1px solid #7E57C2 !important; }

.border-left-deep-purple.border-left-lighten-1 {
  border-left: 1px solid #7E57C2 !important; }

.border-right-deep-purple.border-right-lighten-1 {
  border-right: 1px solid #7E57C2 !important; }

.overlay-deep-purple.overlay-lighten-1 {
  background: #7E57C2;
  /* The Fallback */
  background: rgba(126, 87, 194, 0.8); }

.deep-purple {
  color: #673AB7 !important; }

.bg-deep-purple {
  background-color: #673AB7 !important; }
  .bg-deep-purple .card-header, .bg-deep-purple .card-footer {
    background-color: transparent; }
  .bg-deep-purple.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(103, 58, 183, 0.6); }

.selectboxit.selectboxit-btn.bg-deep-purple {
  background-color: #673AB7 !important; }

.alert-deep-purple {
  border-color: #673AB7 !important;
  background-color: #8e69cf !important;
  color: #1b0f2f !important; }
  .alert-deep-purple .alert-link {
    color: #090510 !important; }

.border-deep-purple {
  border-color: #673AB7; }

.overlay-deep-purple {
  background: #673AB7;
  /* The Fallback */
  background: rgba(103, 58, 183, 0.8); }

/* .card-outline-deep-purple{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-deep-purple {
  border-color: #673AB7 !important;
  background-color: #673AB7 !important;
  color: #FFFFFF; }
  .btn-deep-purple:hover {
    border-color: #512DA8 !important;
    background-color: #5E35B1 !important;
    color: #FFF !important; }
  .btn-deep-purple:focus, .btn-deep-purple:active {
    border-color: #4527A0 !important;
    background-color: #512DA8 !important;
    color: #FFF !important; }
  .btn-deep-purple.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(103, 58, 183, 0.6); }

.btn-outline-deep-purple {
  border-color: #673AB7;
  background-color: transparent;
  color: #673AB7; }
  .btn-outline-deep-purple:hover {
    background-color: #673AB7;
    color: #FFF !important; }
  .btn-outline-deep-purple.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(103, 58, 183, 0.6); }

input[type="checkbox"].bg-deep-purple + .custom-control-label:before, input[type="radio"].bg-deep-purple + .custom-control-label:before {
  background-color: #673AB7 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #673AB7 !important; }

.border-deep-purple {
  border: 1px solid #673AB7 !important; }

.border-top-deep-purple {
  border-top: 1px solid #673AB7; }

.border-bottom-deep-purple {
  border-bottom: 1px solid #673AB7; }

.border-left-deep-purple {
  border-left: 1px solid #673AB7; }

.border-right-deep-purple {
  border-right: 1px solid #673AB7; }

.deep-purple.darken-1 {
  color: #5E35B1 !important; }

.bg-deep-purple.bg-darken-1 {
  background-color: #5E35B1 !important; }
  .bg-deep-purple.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(94, 53, 177, 0.6); }

.btn-deep-purple.btn-darken-1 {
  border-color: #512DA8 !important;
  background-color: #5E35B1 !important; }
  .btn-deep-purple.btn-darken-1:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-darken-1:focus, .btn-deep-purple.btn-darken-1:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-darken-1 {
  border-color: #5E35B1 !important;
  color: #5E35B1 !important; }
  .btn-outline-deep-purple.btn-outline-darken-1:hover {
    background-color: #5E35B1 !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5E35B1 !important; }

.border-deep-purple.border-darken-1 {
  border: 1px solid #5E35B1 !important; }

.border-top-deep-purple.border-top-darken-1 {
  border-top: 1px solid #5E35B1 !important; }

.border-bottom-deep-purple.border-bottom-darken-1 {
  border-bottom: 1px solid #5E35B1 !important; }

.border-left-deep-purple.border-left-darken-1 {
  border-left: 1px solid #5E35B1 !important; }

.border-right-deep-purple.border-right-darken-1 {
  border-right: 1px solid #5E35B1 !important; }

.overlay-deep-purple.overlay-darken-1 {
  background: #5E35B1;
  /* The Fallback */
  background: rgba(94, 53, 177, 0.8); }

.deep-purple.darken-2 {
  color: #512DA8 !important; }

.bg-deep-purple.bg-darken-2 {
  background-color: #512DA8 !important; }
  .bg-deep-purple.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(81, 45, 168, 0.6); }

.btn-deep-purple.btn-darken-2 {
  border-color: #512DA8 !important;
  background-color: #512DA8 !important; }
  .btn-deep-purple.btn-darken-2:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-darken-2:focus, .btn-deep-purple.btn-darken-2:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-darken-2 {
  border-color: #512DA8 !important;
  color: #512DA8 !important; }
  .btn-outline-deep-purple.btn-outline-darken-2:hover {
    background-color: #512DA8 !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #512DA8 !important; }

.border-deep-purple.border-darken-2 {
  border: 1px solid #512DA8 !important; }

.border-top-deep-purple.border-top-darken-2 {
  border-top: 1px solid #512DA8 !important; }

.border-bottom-deep-purple.border-bottom-darken-2 {
  border-bottom: 1px solid #512DA8 !important; }

.border-left-deep-purple.border-left-darken-2 {
  border-left: 1px solid #512DA8 !important; }

.border-right-deep-purple.border-right-darken-2 {
  border-right: 1px solid #512DA8 !important; }

.overlay-deep-purple.overlay-darken-2 {
  background: #512DA8;
  /* The Fallback */
  background: rgba(81, 45, 168, 0.8); }

.deep-purple.darken-3 {
  color: #4527A0 !important; }

.bg-deep-purple.bg-darken-3 {
  background-color: #4527A0 !important; }
  .bg-deep-purple.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(69, 39, 160, 0.6); }

.btn-deep-purple.btn-darken-3 {
  border-color: #512DA8 !important;
  background-color: #4527A0 !important; }
  .btn-deep-purple.btn-darken-3:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-darken-3:focus, .btn-deep-purple.btn-darken-3:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-darken-3 {
  border-color: #4527A0 !important;
  color: #4527A0 !important; }
  .btn-outline-deep-purple.btn-outline-darken-3:hover {
    background-color: #4527A0 !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4527A0 !important; }

.border-deep-purple.border-darken-3 {
  border: 1px solid #4527A0 !important; }

.border-top-deep-purple.border-top-darken-3 {
  border-top: 1px solid #4527A0 !important; }

.border-bottom-deep-purple.border-bottom-darken-3 {
  border-bottom: 1px solid #4527A0 !important; }

.border-left-deep-purple.border-left-darken-3 {
  border-left: 1px solid #4527A0 !important; }

.border-right-deep-purple.border-right-darken-3 {
  border-right: 1px solid #4527A0 !important; }

.overlay-deep-purple.overlay-darken-3 {
  background: #4527A0;
  /* The Fallback */
  background: rgba(69, 39, 160, 0.8); }

.deep-purple.darken-4 {
  color: #311B92 !important; }

.bg-deep-purple.bg-darken-4 {
  background-color: #311B92 !important; }
  .bg-deep-purple.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(49, 27, 146, 0.6); }

.btn-deep-purple.btn-darken-4 {
  border-color: #512DA8 !important;
  background-color: #311B92 !important; }
  .btn-deep-purple.btn-darken-4:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-darken-4:focus, .btn-deep-purple.btn-darken-4:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-darken-4 {
  border-color: #311B92 !important;
  color: #311B92 !important; }
  .btn-outline-deep-purple.btn-outline-darken-4:hover {
    background-color: #311B92 !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #311B92 !important; }

.border-deep-purple.border-darken-4 {
  border: 1px solid #311B92 !important; }

.border-top-deep-purple.border-top-darken-4 {
  border-top: 1px solid #311B92 !important; }

.border-bottom-deep-purple.border-bottom-darken-4 {
  border-bottom: 1px solid #311B92 !important; }

.border-left-deep-purple.border-left-darken-4 {
  border-left: 1px solid #311B92 !important; }

.border-right-deep-purple.border-right-darken-4 {
  border-right: 1px solid #311B92 !important; }

.overlay-deep-purple.overlay-darken-4 {
  background: #311B92;
  /* The Fallback */
  background: rgba(49, 27, 146, 0.8); }

.deep-purple.accent-1 {
  color: #B388FF !important; }

.bg-deep-purple.bg-accent-1 {
  background-color: #B388FF !important; }
  .bg-deep-purple.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(179, 136, 255, 0.6); }

.btn-deep-purple.btn-accent-1 {
  border-color: #512DA8 !important;
  background-color: #B388FF !important; }
  .btn-deep-purple.btn-accent-1:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-accent-1:focus, .btn-deep-purple.btn-accent-1:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-accent-1 {
  border-color: #B388FF !important;
  color: #B388FF !important; }
  .btn-outline-deep-purple.btn-outline-accent-1:hover {
    background-color: #B388FF !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B388FF !important; }

.border-deep-purple.border-accent-1 {
  border: 1px solid #B388FF !important; }

.border-top-deep-purple.border-top-accent-1 {
  border-top: 1px solid #B388FF !important; }

.border-bottom-deep-purple.border-bottom-accent-1 {
  border-bottom: 1px solid #B388FF !important; }

.border-left-deep-purple.border-left-accent-1 {
  border-left: 1px solid #B388FF !important; }

.border-right-deep-purple.border-right-accent-1 {
  border-right: 1px solid #B388FF !important; }

.overlay-deep-purple.overlay-accent-1 {
  background: #B388FF;
  /* The Fallback */
  background: rgba(179, 136, 255, 0.8); }

.deep-purple.accent-2 {
  color: #7C4DFF !important; }

.bg-deep-purple.bg-accent-2 {
  background-color: #7C4DFF !important; }
  .bg-deep-purple.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(124, 77, 255, 0.6); }

.btn-deep-purple.btn-accent-2 {
  border-color: #512DA8 !important;
  background-color: #7C4DFF !important; }
  .btn-deep-purple.btn-accent-2:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-accent-2:focus, .btn-deep-purple.btn-accent-2:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-accent-2 {
  border-color: #7C4DFF !important;
  color: #7C4DFF !important; }
  .btn-outline-deep-purple.btn-outline-accent-2:hover {
    background-color: #7C4DFF !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7C4DFF !important; }

.border-deep-purple.border-accent-2 {
  border: 1px solid #7C4DFF !important; }

.border-top-deep-purple.border-top-accent-2 {
  border-top: 1px solid #7C4DFF !important; }

.border-bottom-deep-purple.border-bottom-accent-2 {
  border-bottom: 1px solid #7C4DFF !important; }

.border-left-deep-purple.border-left-accent-2 {
  border-left: 1px solid #7C4DFF !important; }

.border-right-deep-purple.border-right-accent-2 {
  border-right: 1px solid #7C4DFF !important; }

.overlay-deep-purple.overlay-accent-2 {
  background: #7C4DFF;
  /* The Fallback */
  background: rgba(124, 77, 255, 0.8); }

.deep-purple.accent-3 {
  color: #651FFF !important; }

.bg-deep-purple.bg-accent-3 {
  background-color: #651FFF !important; }
  .bg-deep-purple.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(101, 31, 255, 0.6); }

.btn-deep-purple.btn-accent-3 {
  border-color: #512DA8 !important;
  background-color: #651FFF !important; }
  .btn-deep-purple.btn-accent-3:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-accent-3:focus, .btn-deep-purple.btn-accent-3:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-accent-3 {
  border-color: #651FFF !important;
  color: #651FFF !important; }
  .btn-outline-deep-purple.btn-outline-accent-3:hover {
    background-color: #651FFF !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #651FFF !important; }

.border-deep-purple.border-accent-3 {
  border: 1px solid #651FFF !important; }

.border-top-deep-purple.border-top-accent-3 {
  border-top: 1px solid #651FFF !important; }

.border-bottom-deep-purple.border-bottom-accent-3 {
  border-bottom: 1px solid #651FFF !important; }

.border-left-deep-purple.border-left-accent-3 {
  border-left: 1px solid #651FFF !important; }

.border-right-deep-purple.border-right-accent-3 {
  border-right: 1px solid #651FFF !important; }

.overlay-deep-purple.overlay-accent-3 {
  background: #651FFF;
  /* The Fallback */
  background: rgba(101, 31, 255, 0.8); }

.deep-purple.accent-4 {
  color: #6200EA !important; }

.bg-deep-purple.bg-accent-4 {
  background-color: #6200EA !important; }
  .bg-deep-purple.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(98, 0, 234, 0.6); }

.btn-deep-purple.btn-accent-4 {
  border-color: #512DA8 !important;
  background-color: #6200EA !important; }
  .btn-deep-purple.btn-accent-4:hover {
    border-color: #512DA8 !important;
    background-color: #4527A0 !important; }
  .btn-deep-purple.btn-accent-4:focus, .btn-deep-purple.btn-accent-4:active {
    border-color: #4527A0 !important;
    background-color: #311B92 !important; }

.btn-outline-deep-purple.btn-outline-accent-4 {
  border-color: #6200EA !important;
  color: #6200EA !important; }
  .btn-outline-deep-purple.btn-outline-accent-4:hover {
    background-color: #6200EA !important; }

input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6200EA !important; }

.border-deep-purple.border-accent-4 {
  border: 1px solid #6200EA !important; }

.border-top-deep-purple.border-top-accent-4 {
  border-top: 1px solid #6200EA !important; }

.border-bottom-deep-purple.border-bottom-accent-4 {
  border-bottom: 1px solid #6200EA !important; }

.border-left-deep-purple.border-left-accent-4 {
  border-left: 1px solid #6200EA !important; }

.border-right-deep-purple.border-right-accent-4 {
  border-right: 1px solid #6200EA !important; }

.overlay-deep-purple.overlay-accent-4 {
  background: #6200EA;
  /* The Fallback */
  background: rgba(98, 0, 234, 0.8); }

.indigo.lighten-5 {
  color: #E8EAF6 !important; }

.bg-indigo.bg-lighten-5 {
  background-color: #E8EAF6 !important; }
  .bg-indigo.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(232, 234, 246, 0.6); }

.btn-indigo.btn-lighten-5 {
  border-color: #303F9F !important;
  background-color: #E8EAF6 !important; }
  .btn-indigo.btn-lighten-5:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-lighten-5:focus, .btn-indigo.btn-lighten-5:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-lighten-5 {
  border-color: #E8EAF6 !important;
  color: #E8EAF6 !important; }
  .btn-outline-indigo.btn-outline-lighten-5:hover {
    background-color: #E8EAF6 !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E8EAF6 !important; }

.border-indigo.border-lighten-5 {
  border: 1px solid #E8EAF6 !important; }

.border-top-indigo.border-top-lighten-5 {
  border-top: 1px solid #E8EAF6 !important; }

.border-bottom-indigo.border-bottom-lighten-5 {
  border-bottom: 1px solid #E8EAF6 !important; }

.border-left-indigo.border-left-lighten-5 {
  border-left: 1px solid #E8EAF6 !important; }

.border-right-indigo.border-right-lighten-5 {
  border-right: 1px solid #E8EAF6 !important; }

.overlay-indigo.overlay-lighten-5 {
  background: #E8EAF6;
  /* The Fallback */
  background: rgba(232, 234, 246, 0.8); }

.indigo.lighten-4 {
  color: #C5CAE9 !important; }

.bg-indigo.bg-lighten-4 {
  background-color: #C5CAE9 !important; }
  .bg-indigo.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(197, 202, 233, 0.6); }

.btn-indigo.btn-lighten-4 {
  border-color: #303F9F !important;
  background-color: #C5CAE9 !important; }
  .btn-indigo.btn-lighten-4:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-lighten-4:focus, .btn-indigo.btn-lighten-4:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-lighten-4 {
  border-color: #C5CAE9 !important;
  color: #C5CAE9 !important; }
  .btn-outline-indigo.btn-outline-lighten-4:hover {
    background-color: #C5CAE9 !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C5CAE9 !important; }

.border-indigo.border-lighten-4 {
  border: 1px solid #C5CAE9 !important; }

.border-top-indigo.border-top-lighten-4 {
  border-top: 1px solid #C5CAE9 !important; }

.border-bottom-indigo.border-bottom-lighten-4 {
  border-bottom: 1px solid #C5CAE9 !important; }

.border-left-indigo.border-left-lighten-4 {
  border-left: 1px solid #C5CAE9 !important; }

.border-right-indigo.border-right-lighten-4 {
  border-right: 1px solid #C5CAE9 !important; }

.overlay-indigo.overlay-lighten-4 {
  background: #C5CAE9;
  /* The Fallback */
  background: rgba(197, 202, 233, 0.8); }

.indigo.lighten-3 {
  color: #9FA8DA !important; }

.bg-indigo.bg-lighten-3 {
  background-color: #9FA8DA !important; }
  .bg-indigo.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(159, 168, 218, 0.6); }

.btn-indigo.btn-lighten-3 {
  border-color: #303F9F !important;
  background-color: #9FA8DA !important; }
  .btn-indigo.btn-lighten-3:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-lighten-3:focus, .btn-indigo.btn-lighten-3:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-lighten-3 {
  border-color: #9FA8DA !important;
  color: #9FA8DA !important; }
  .btn-outline-indigo.btn-outline-lighten-3:hover {
    background-color: #9FA8DA !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9FA8DA !important; }

.border-indigo.border-lighten-3 {
  border: 1px solid #9FA8DA !important; }

.border-top-indigo.border-top-lighten-3 {
  border-top: 1px solid #9FA8DA !important; }

.border-bottom-indigo.border-bottom-lighten-3 {
  border-bottom: 1px solid #9FA8DA !important; }

.border-left-indigo.border-left-lighten-3 {
  border-left: 1px solid #9FA8DA !important; }

.border-right-indigo.border-right-lighten-3 {
  border-right: 1px solid #9FA8DA !important; }

.overlay-indigo.overlay-lighten-3 {
  background: #9FA8DA;
  /* The Fallback */
  background: rgba(159, 168, 218, 0.8); }

.indigo.lighten-2 {
  color: #7986CB !important; }

.bg-indigo.bg-lighten-2 {
  background-color: #7986CB !important; }
  .bg-indigo.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(121, 134, 203, 0.6); }

.btn-indigo.btn-lighten-2 {
  border-color: #303F9F !important;
  background-color: #7986CB !important; }
  .btn-indigo.btn-lighten-2:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-lighten-2:focus, .btn-indigo.btn-lighten-2:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-lighten-2 {
  border-color: #7986CB !important;
  color: #7986CB !important; }
  .btn-outline-indigo.btn-outline-lighten-2:hover {
    background-color: #7986CB !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7986CB !important; }

.border-indigo.border-lighten-2 {
  border: 1px solid #7986CB !important; }

.border-top-indigo.border-top-lighten-2 {
  border-top: 1px solid #7986CB !important; }

.border-bottom-indigo.border-bottom-lighten-2 {
  border-bottom: 1px solid #7986CB !important; }

.border-left-indigo.border-left-lighten-2 {
  border-left: 1px solid #7986CB !important; }

.border-right-indigo.border-right-lighten-2 {
  border-right: 1px solid #7986CB !important; }

.overlay-indigo.overlay-lighten-2 {
  background: #7986CB;
  /* The Fallback */
  background: rgba(121, 134, 203, 0.8); }

.indigo.lighten-1 {
  color: #5C6BC0 !important; }

.bg-indigo.bg-lighten-1 {
  background-color: #5C6BC0 !important; }
  .bg-indigo.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(92, 107, 192, 0.6); }

.btn-indigo.btn-lighten-1 {
  border-color: #303F9F !important;
  background-color: #5C6BC0 !important; }
  .btn-indigo.btn-lighten-1:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-lighten-1:focus, .btn-indigo.btn-lighten-1:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-lighten-1 {
  border-color: #5C6BC0 !important;
  color: #5C6BC0 !important; }
  .btn-outline-indigo.btn-outline-lighten-1:hover {
    background-color: #5C6BC0 !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5C6BC0 !important; }

.border-indigo.border-lighten-1 {
  border: 1px solid #5C6BC0 !important; }

.border-top-indigo.border-top-lighten-1 {
  border-top: 1px solid #5C6BC0 !important; }

.border-bottom-indigo.border-bottom-lighten-1 {
  border-bottom: 1px solid #5C6BC0 !important; }

.border-left-indigo.border-left-lighten-1 {
  border-left: 1px solid #5C6BC0 !important; }

.border-right-indigo.border-right-lighten-1 {
  border-right: 1px solid #5C6BC0 !important; }

.overlay-indigo.overlay-lighten-1 {
  background: #5C6BC0;
  /* The Fallback */
  background: rgba(92, 107, 192, 0.8); }

.indigo {
  color: #3F51B5 !important; }

.bg-indigo {
  background-color: #3F51B5 !important; }
  .bg-indigo .card-header, .bg-indigo .card-footer {
    background-color: transparent; }
  .bg-indigo.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(63, 81, 181, 0.6); }

.selectboxit.selectboxit-btn.bg-indigo {
  background-color: #3F51B5 !important; }

.alert-indigo {
  border-color: #3F51B5 !important;
  background-color: #6f7dcd !important;
  color: #111631 !important; }
  .alert-indigo .alert-link {
    color: #060812 !important; }

.border-indigo {
  border-color: #3F51B5; }

.overlay-indigo {
  background: #3F51B5;
  /* The Fallback */
  background: rgba(63, 81, 181, 0.8); }

/* .card-outline-indigo{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-indigo {
  border-color: #3F51B5 !important;
  background-color: #3F51B5 !important;
  color: #FFFFFF; }
  .btn-indigo:hover {
    border-color: #303F9F !important;
    background-color: #3949AB !important;
    color: #FFF !important; }
  .btn-indigo:focus, .btn-indigo:active {
    border-color: #283593 !important;
    background-color: #303F9F !important;
    color: #FFF !important; }
  .btn-indigo.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(63, 81, 181, 0.6); }

.btn-outline-indigo {
  border-color: #3F51B5;
  background-color: transparent;
  color: #3F51B5; }
  .btn-outline-indigo:hover {
    background-color: #3F51B5;
    color: #FFF !important; }
  .btn-outline-indigo.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(63, 81, 181, 0.6); }

input[type="checkbox"].bg-indigo + .custom-control-label:before, input[type="radio"].bg-indigo + .custom-control-label:before {
  background-color: #3F51B5 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3F51B5 !important; }

.border-indigo {
  border: 1px solid #3F51B5 !important; }

.border-top-indigo {
  border-top: 1px solid #3F51B5; }

.border-bottom-indigo {
  border-bottom: 1px solid #3F51B5; }

.border-left-indigo {
  border-left: 1px solid #3F51B5; }

.border-right-indigo {
  border-right: 1px solid #3F51B5; }

.indigo.darken-1 {
  color: #3949AB !important; }

.bg-indigo.bg-darken-1 {
  background-color: #3949AB !important; }
  .bg-indigo.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(57, 73, 171, 0.6); }

.btn-indigo.btn-darken-1 {
  border-color: #303F9F !important;
  background-color: #3949AB !important; }
  .btn-indigo.btn-darken-1:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-darken-1:focus, .btn-indigo.btn-darken-1:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-darken-1 {
  border-color: #3949AB !important;
  color: #3949AB !important; }
  .btn-outline-indigo.btn-outline-darken-1:hover {
    background-color: #3949AB !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3949AB !important; }

.border-indigo.border-darken-1 {
  border: 1px solid #3949AB !important; }

.border-top-indigo.border-top-darken-1 {
  border-top: 1px solid #3949AB !important; }

.border-bottom-indigo.border-bottom-darken-1 {
  border-bottom: 1px solid #3949AB !important; }

.border-left-indigo.border-left-darken-1 {
  border-left: 1px solid #3949AB !important; }

.border-right-indigo.border-right-darken-1 {
  border-right: 1px solid #3949AB !important; }

.overlay-indigo.overlay-darken-1 {
  background: #3949AB;
  /* The Fallback */
  background: rgba(57, 73, 171, 0.8); }

.indigo.darken-2 {
  color: #303F9F !important; }

.bg-indigo.bg-darken-2 {
  background-color: #303F9F !important; }
  .bg-indigo.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(48, 63, 159, 0.6); }

.btn-indigo.btn-darken-2 {
  border-color: #303F9F !important;
  background-color: #303F9F !important; }
  .btn-indigo.btn-darken-2:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-darken-2:focus, .btn-indigo.btn-darken-2:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-darken-2 {
  border-color: #303F9F !important;
  color: #303F9F !important; }
  .btn-outline-indigo.btn-outline-darken-2:hover {
    background-color: #303F9F !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #303F9F !important; }

.border-indigo.border-darken-2 {
  border: 1px solid #303F9F !important; }

.border-top-indigo.border-top-darken-2 {
  border-top: 1px solid #303F9F !important; }

.border-bottom-indigo.border-bottom-darken-2 {
  border-bottom: 1px solid #303F9F !important; }

.border-left-indigo.border-left-darken-2 {
  border-left: 1px solid #303F9F !important; }

.border-right-indigo.border-right-darken-2 {
  border-right: 1px solid #303F9F !important; }

.overlay-indigo.overlay-darken-2 {
  background: #303F9F;
  /* The Fallback */
  background: rgba(48, 63, 159, 0.8); }

.indigo.darken-3 {
  color: #283593 !important; }

.bg-indigo.bg-darken-3 {
  background-color: #283593 !important; }
  .bg-indigo.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(40, 53, 147, 0.6); }

.btn-indigo.btn-darken-3 {
  border-color: #303F9F !important;
  background-color: #283593 !important; }
  .btn-indigo.btn-darken-3:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-darken-3:focus, .btn-indigo.btn-darken-3:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-darken-3 {
  border-color: #283593 !important;
  color: #283593 !important; }
  .btn-outline-indigo.btn-outline-darken-3:hover {
    background-color: #283593 !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #283593 !important; }

.border-indigo.border-darken-3 {
  border: 1px solid #283593 !important; }

.border-top-indigo.border-top-darken-3 {
  border-top: 1px solid #283593 !important; }

.border-bottom-indigo.border-bottom-darken-3 {
  border-bottom: 1px solid #283593 !important; }

.border-left-indigo.border-left-darken-3 {
  border-left: 1px solid #283593 !important; }

.border-right-indigo.border-right-darken-3 {
  border-right: 1px solid #283593 !important; }

.overlay-indigo.overlay-darken-3 {
  background: #283593;
  /* The Fallback */
  background: rgba(40, 53, 147, 0.8); }

.indigo.darken-4 {
  color: #1A237E !important; }

.bg-indigo.bg-darken-4 {
  background-color: #1A237E !important; }
  .bg-indigo.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(26, 35, 126, 0.6); }

.btn-indigo.btn-darken-4 {
  border-color: #303F9F !important;
  background-color: #1A237E !important; }
  .btn-indigo.btn-darken-4:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-darken-4:focus, .btn-indigo.btn-darken-4:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-darken-4 {
  border-color: #1A237E !important;
  color: #1A237E !important; }
  .btn-outline-indigo.btn-outline-darken-4:hover {
    background-color: #1A237E !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1A237E !important; }

.border-indigo.border-darken-4 {
  border: 1px solid #1A237E !important; }

.border-top-indigo.border-top-darken-4 {
  border-top: 1px solid #1A237E !important; }

.border-bottom-indigo.border-bottom-darken-4 {
  border-bottom: 1px solid #1A237E !important; }

.border-left-indigo.border-left-darken-4 {
  border-left: 1px solid #1A237E !important; }

.border-right-indigo.border-right-darken-4 {
  border-right: 1px solid #1A237E !important; }

.overlay-indigo.overlay-darken-4 {
  background: #1A237E;
  /* The Fallback */
  background: rgba(26, 35, 126, 0.8); }

.indigo.accent-1 {
  color: #8C9EFF !important; }

.bg-indigo.bg-accent-1 {
  background-color: #8C9EFF !important; }
  .bg-indigo.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(140, 158, 255, 0.6); }

.btn-indigo.btn-accent-1 {
  border-color: #303F9F !important;
  background-color: #8C9EFF !important; }
  .btn-indigo.btn-accent-1:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-accent-1:focus, .btn-indigo.btn-accent-1:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-accent-1 {
  border-color: #8C9EFF !important;
  color: #8C9EFF !important; }
  .btn-outline-indigo.btn-outline-accent-1:hover {
    background-color: #8C9EFF !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8C9EFF !important; }

.border-indigo.border-accent-1 {
  border: 1px solid #8C9EFF !important; }

.border-top-indigo.border-top-accent-1 {
  border-top: 1px solid #8C9EFF !important; }

.border-bottom-indigo.border-bottom-accent-1 {
  border-bottom: 1px solid #8C9EFF !important; }

.border-left-indigo.border-left-accent-1 {
  border-left: 1px solid #8C9EFF !important; }

.border-right-indigo.border-right-accent-1 {
  border-right: 1px solid #8C9EFF !important; }

.overlay-indigo.overlay-accent-1 {
  background: #8C9EFF;
  /* The Fallback */
  background: rgba(140, 158, 255, 0.8); }

.indigo.accent-2 {
  color: #536DFE !important; }

.bg-indigo.bg-accent-2 {
  background-color: #536DFE !important; }
  .bg-indigo.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(83, 109, 254, 0.6); }

.btn-indigo.btn-accent-2 {
  border-color: #303F9F !important;
  background-color: #536DFE !important; }
  .btn-indigo.btn-accent-2:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-accent-2:focus, .btn-indigo.btn-accent-2:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-accent-2 {
  border-color: #536DFE !important;
  color: #536DFE !important; }
  .btn-outline-indigo.btn-outline-accent-2:hover {
    background-color: #536DFE !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #536DFE !important; }

.border-indigo.border-accent-2 {
  border: 1px solid #536DFE !important; }

.border-top-indigo.border-top-accent-2 {
  border-top: 1px solid #536DFE !important; }

.border-bottom-indigo.border-bottom-accent-2 {
  border-bottom: 1px solid #536DFE !important; }

.border-left-indigo.border-left-accent-2 {
  border-left: 1px solid #536DFE !important; }

.border-right-indigo.border-right-accent-2 {
  border-right: 1px solid #536DFE !important; }

.overlay-indigo.overlay-accent-2 {
  background: #536DFE;
  /* The Fallback */
  background: rgba(83, 109, 254, 0.8); }

.indigo.accent-3 {
  color: #3D5AFE !important; }

.bg-indigo.bg-accent-3 {
  background-color: #3D5AFE !important; }
  .bg-indigo.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(61, 90, 254, 0.6); }

.btn-indigo.btn-accent-3 {
  border-color: #303F9F !important;
  background-color: #3D5AFE !important; }
  .btn-indigo.btn-accent-3:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-accent-3:focus, .btn-indigo.btn-accent-3:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-accent-3 {
  border-color: #3D5AFE !important;
  color: #3D5AFE !important; }
  .btn-outline-indigo.btn-outline-accent-3:hover {
    background-color: #3D5AFE !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3D5AFE !important; }

.border-indigo.border-accent-3 {
  border: 1px solid #3D5AFE !important; }

.border-top-indigo.border-top-accent-3 {
  border-top: 1px solid #3D5AFE !important; }

.border-bottom-indigo.border-bottom-accent-3 {
  border-bottom: 1px solid #3D5AFE !important; }

.border-left-indigo.border-left-accent-3 {
  border-left: 1px solid #3D5AFE !important; }

.border-right-indigo.border-right-accent-3 {
  border-right: 1px solid #3D5AFE !important; }

.overlay-indigo.overlay-accent-3 {
  background: #3D5AFE;
  /* The Fallback */
  background: rgba(61, 90, 254, 0.8); }

.indigo.accent-4 {
  color: #304FFE !important; }

.bg-indigo.bg-accent-4 {
  background-color: #304FFE !important; }
  .bg-indigo.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(48, 79, 254, 0.6); }

.btn-indigo.btn-accent-4 {
  border-color: #303F9F !important;
  background-color: #304FFE !important; }
  .btn-indigo.btn-accent-4:hover {
    border-color: #303F9F !important;
    background-color: #283593 !important; }
  .btn-indigo.btn-accent-4:focus, .btn-indigo.btn-accent-4:active {
    border-color: #283593 !important;
    background-color: #1A237E !important; }

.btn-outline-indigo.btn-outline-accent-4 {
  border-color: #304FFE !important;
  color: #304FFE !important; }
  .btn-outline-indigo.btn-outline-accent-4:hover {
    background-color: #304FFE !important; }

input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #304FFE !important; }

.border-indigo.border-accent-4 {
  border: 1px solid #304FFE !important; }

.border-top-indigo.border-top-accent-4 {
  border-top: 1px solid #304FFE !important; }

.border-bottom-indigo.border-bottom-accent-4 {
  border-bottom: 1px solid #304FFE !important; }

.border-left-indigo.border-left-accent-4 {
  border-left: 1px solid #304FFE !important; }

.border-right-indigo.border-right-accent-4 {
  border-right: 1px solid #304FFE !important; }

.overlay-indigo.overlay-accent-4 {
  background: #304FFE;
  /* The Fallback */
  background: rgba(48, 79, 254, 0.8); }

.blue.lighten-5 {
  color: #E3F2FD !important; }

.bg-blue.bg-lighten-5 {
  background-color: #E3F2FD !important; }
  .bg-blue.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(227, 242, 253, 0.6); }

.btn-blue.btn-lighten-5 {
  border-color: #1976D2 !important;
  background-color: #E3F2FD !important; }
  .btn-blue.btn-lighten-5:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-lighten-5:focus, .btn-blue.btn-lighten-5:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-lighten-5 {
  border-color: #E3F2FD !important;
  color: #E3F2FD !important; }
  .btn-outline-blue.btn-outline-lighten-5:hover {
    background-color: #E3F2FD !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E3F2FD !important; }

.border-blue.border-lighten-5 {
  border: 1px solid #E3F2FD !important; }

.border-top-blue.border-top-lighten-5 {
  border-top: 1px solid #E3F2FD !important; }

.border-bottom-blue.border-bottom-lighten-5 {
  border-bottom: 1px solid #E3F2FD !important; }

.border-left-blue.border-left-lighten-5 {
  border-left: 1px solid #E3F2FD !important; }

.border-right-blue.border-right-lighten-5 {
  border-right: 1px solid #E3F2FD !important; }

.overlay-blue.overlay-lighten-5 {
  background: #E3F2FD;
  /* The Fallback */
  background: rgba(227, 242, 253, 0.8); }

.blue.lighten-4 {
  color: #BBDEFB !important; }

.bg-blue.bg-lighten-4 {
  background-color: #BBDEFB !important; }
  .bg-blue.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(187, 222, 251, 0.6); }

.btn-blue.btn-lighten-4 {
  border-color: #1976D2 !important;
  background-color: #BBDEFB !important; }
  .btn-blue.btn-lighten-4:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-lighten-4:focus, .btn-blue.btn-lighten-4:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-lighten-4 {
  border-color: #BBDEFB !important;
  color: #BBDEFB !important; }
  .btn-outline-blue.btn-outline-lighten-4:hover {
    background-color: #BBDEFB !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BBDEFB !important; }

.border-blue.border-lighten-4 {
  border: 1px solid #BBDEFB !important; }

.border-top-blue.border-top-lighten-4 {
  border-top: 1px solid #BBDEFB !important; }

.border-bottom-blue.border-bottom-lighten-4 {
  border-bottom: 1px solid #BBDEFB !important; }

.border-left-blue.border-left-lighten-4 {
  border-left: 1px solid #BBDEFB !important; }

.border-right-blue.border-right-lighten-4 {
  border-right: 1px solid #BBDEFB !important; }

.overlay-blue.overlay-lighten-4 {
  background: #BBDEFB;
  /* The Fallback */
  background: rgba(187, 222, 251, 0.8); }

.blue.lighten-3 {
  color: #90CAF9 !important; }

.bg-blue.bg-lighten-3 {
  background-color: #90CAF9 !important; }
  .bg-blue.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(144, 202, 249, 0.6); }

.btn-blue.btn-lighten-3 {
  border-color: #1976D2 !important;
  background-color: #90CAF9 !important; }
  .btn-blue.btn-lighten-3:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-lighten-3:focus, .btn-blue.btn-lighten-3:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-lighten-3 {
  border-color: #90CAF9 !important;
  color: #90CAF9 !important; }
  .btn-outline-blue.btn-outline-lighten-3:hover {
    background-color: #90CAF9 !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90CAF9 !important; }

.border-blue.border-lighten-3 {
  border: 1px solid #90CAF9 !important; }

.border-top-blue.border-top-lighten-3 {
  border-top: 1px solid #90CAF9 !important; }

.border-bottom-blue.border-bottom-lighten-3 {
  border-bottom: 1px solid #90CAF9 !important; }

.border-left-blue.border-left-lighten-3 {
  border-left: 1px solid #90CAF9 !important; }

.border-right-blue.border-right-lighten-3 {
  border-right: 1px solid #90CAF9 !important; }

.overlay-blue.overlay-lighten-3 {
  background: #90CAF9;
  /* The Fallback */
  background: rgba(144, 202, 249, 0.8); }

.blue.lighten-2 {
  color: #64B5F6 !important; }

.bg-blue.bg-lighten-2 {
  background-color: #64B5F6 !important; }
  .bg-blue.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(100, 181, 246, 0.6); }

.btn-blue.btn-lighten-2 {
  border-color: #1976D2 !important;
  background-color: #64B5F6 !important; }
  .btn-blue.btn-lighten-2:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-lighten-2:focus, .btn-blue.btn-lighten-2:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-lighten-2 {
  border-color: #64B5F6 !important;
  color: #64B5F6 !important; }
  .btn-outline-blue.btn-outline-lighten-2:hover {
    background-color: #64B5F6 !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64B5F6 !important; }

.border-blue.border-lighten-2 {
  border: 1px solid #64B5F6 !important; }

.border-top-blue.border-top-lighten-2 {
  border-top: 1px solid #64B5F6 !important; }

.border-bottom-blue.border-bottom-lighten-2 {
  border-bottom: 1px solid #64B5F6 !important; }

.border-left-blue.border-left-lighten-2 {
  border-left: 1px solid #64B5F6 !important; }

.border-right-blue.border-right-lighten-2 {
  border-right: 1px solid #64B5F6 !important; }

.overlay-blue.overlay-lighten-2 {
  background: #64B5F6;
  /* The Fallback */
  background: rgba(100, 181, 246, 0.8); }

.blue.lighten-1 {
  color: #42A5F5 !important; }

.bg-blue.bg-lighten-1 {
  background-color: #42A5F5 !important; }
  .bg-blue.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(66, 165, 245, 0.6); }

.btn-blue.btn-lighten-1 {
  border-color: #1976D2 !important;
  background-color: #42A5F5 !important; }
  .btn-blue.btn-lighten-1:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-lighten-1:focus, .btn-blue.btn-lighten-1:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-lighten-1 {
  border-color: #42A5F5 !important;
  color: #42A5F5 !important; }
  .btn-outline-blue.btn-outline-lighten-1:hover {
    background-color: #42A5F5 !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #42A5F5 !important; }

.border-blue.border-lighten-1 {
  border: 1px solid #42A5F5 !important; }

.border-top-blue.border-top-lighten-1 {
  border-top: 1px solid #42A5F5 !important; }

.border-bottom-blue.border-bottom-lighten-1 {
  border-bottom: 1px solid #42A5F5 !important; }

.border-left-blue.border-left-lighten-1 {
  border-left: 1px solid #42A5F5 !important; }

.border-right-blue.border-right-lighten-1 {
  border-right: 1px solid #42A5F5 !important; }

.overlay-blue.overlay-lighten-1 {
  background: #42A5F5;
  /* The Fallback */
  background: rgba(66, 165, 245, 0.8); }

.blue {
  color: #2196F3 !important; }

.bg-blue {
  background-color: #2196F3 !important; }
  .bg-blue .card-header, .bg-blue .card-footer {
    background-color: transparent; }
  .bg-blue.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6); }

.selectboxit.selectboxit-btn.bg-blue {
  background-color: #2196F3 !important; }

.alert-blue {
  border-color: #2196F3 !important;
  background-color: #65b6f7 !important;
  color: #05365d !important; }
  .alert-blue .alert-link {
    color: #031f36 !important; }

.border-blue {
  border-color: #2196F3; }

.overlay-blue {
  background: #2196F3;
  /* The Fallback */
  background: rgba(33, 150, 243, 0.8); }

/* .card-outline-blue{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-blue {
  border-color: #2196F3 !important;
  background-color: #2196F3 !important;
  color: #FFFFFF; }
  .btn-blue:hover {
    border-color: #1976D2 !important;
    background-color: #1E88E5 !important;
    color: #FFF !important; }
  .btn-blue:focus, .btn-blue:active {
    border-color: #1565C0 !important;
    background-color: #1976D2 !important;
    color: #FFF !important; }
  .btn-blue.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6); }

.btn-outline-blue {
  border-color: #2196F3;
  background-color: transparent;
  color: #2196F3; }
  .btn-outline-blue:hover {
    background-color: #2196F3;
    color: #FFF !important; }
  .btn-outline-blue.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6); }

input[type="checkbox"].bg-blue + .custom-control-label:before, input[type="radio"].bg-blue + .custom-control-label:before {
  background-color: #2196F3 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2196F3 !important; }

.border-blue {
  border: 1px solid #2196F3 !important; }

.border-top-blue {
  border-top: 1px solid #2196F3; }

.border-bottom-blue {
  border-bottom: 1px solid #2196F3; }

.border-left-blue {
  border-left: 1px solid #2196F3; }

.border-right-blue {
  border-right: 1px solid #2196F3; }

.blue.darken-1 {
  color: #1E88E5 !important; }

.bg-blue.bg-darken-1 {
  background-color: #1E88E5 !important; }
  .bg-blue.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(30, 136, 229, 0.6); }

.btn-blue.btn-darken-1 {
  border-color: #1976D2 !important;
  background-color: #1E88E5 !important; }
  .btn-blue.btn-darken-1:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-darken-1:focus, .btn-blue.btn-darken-1:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-darken-1 {
  border-color: #1E88E5 !important;
  color: #1E88E5 !important; }
  .btn-outline-blue.btn-outline-darken-1:hover {
    background-color: #1E88E5 !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1E88E5 !important; }

.border-blue.border-darken-1 {
  border: 1px solid #1E88E5 !important; }

.border-top-blue.border-top-darken-1 {
  border-top: 1px solid #1E88E5 !important; }

.border-bottom-blue.border-bottom-darken-1 {
  border-bottom: 1px solid #1E88E5 !important; }

.border-left-blue.border-left-darken-1 {
  border-left: 1px solid #1E88E5 !important; }

.border-right-blue.border-right-darken-1 {
  border-right: 1px solid #1E88E5 !important; }

.overlay-blue.overlay-darken-1 {
  background: #1E88E5;
  /* The Fallback */
  background: rgba(30, 136, 229, 0.8); }

.blue.darken-2 {
  color: #1976D2 !important; }

.bg-blue.bg-darken-2 {
  background-color: #1976D2 !important; }
  .bg-blue.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(25, 118, 210, 0.6); }

.btn-blue.btn-darken-2 {
  border-color: #1976D2 !important;
  background-color: #1976D2 !important; }
  .btn-blue.btn-darken-2:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-darken-2:focus, .btn-blue.btn-darken-2:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-darken-2 {
  border-color: #1976D2 !important;
  color: #1976D2 !important; }
  .btn-outline-blue.btn-outline-darken-2:hover {
    background-color: #1976D2 !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1976D2 !important; }

.border-blue.border-darken-2 {
  border: 1px solid #1976D2 !important; }

.border-top-blue.border-top-darken-2 {
  border-top: 1px solid #1976D2 !important; }

.border-bottom-blue.border-bottom-darken-2 {
  border-bottom: 1px solid #1976D2 !important; }

.border-left-blue.border-left-darken-2 {
  border-left: 1px solid #1976D2 !important; }

.border-right-blue.border-right-darken-2 {
  border-right: 1px solid #1976D2 !important; }

.overlay-blue.overlay-darken-2 {
  background: #1976D2;
  /* The Fallback */
  background: rgba(25, 118, 210, 0.8); }

.blue.darken-3 {
  color: #1565C0 !important; }

.bg-blue.bg-darken-3 {
  background-color: #1565C0 !important; }
  .bg-blue.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(21, 101, 192, 0.6); }

.btn-blue.btn-darken-3 {
  border-color: #1976D2 !important;
  background-color: #1565C0 !important; }
  .btn-blue.btn-darken-3:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-darken-3:focus, .btn-blue.btn-darken-3:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-darken-3 {
  border-color: #1565C0 !important;
  color: #1565C0 !important; }
  .btn-outline-blue.btn-outline-darken-3:hover {
    background-color: #1565C0 !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1565C0 !important; }

.border-blue.border-darken-3 {
  border: 1px solid #1565C0 !important; }

.border-top-blue.border-top-darken-3 {
  border-top: 1px solid #1565C0 !important; }

.border-bottom-blue.border-bottom-darken-3 {
  border-bottom: 1px solid #1565C0 !important; }

.border-left-blue.border-left-darken-3 {
  border-left: 1px solid #1565C0 !important; }

.border-right-blue.border-right-darken-3 {
  border-right: 1px solid #1565C0 !important; }

.overlay-blue.overlay-darken-3 {
  background: #1565C0;
  /* The Fallback */
  background: rgba(21, 101, 192, 0.8); }

.blue.darken-4 {
  color: #0D47A1 !important; }

.bg-blue.bg-darken-4 {
  background-color: #0D47A1 !important; }
  .bg-blue.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(13, 71, 161, 0.6); }

.btn-blue.btn-darken-4 {
  border-color: #1976D2 !important;
  background-color: #0D47A1 !important; }
  .btn-blue.btn-darken-4:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-darken-4:focus, .btn-blue.btn-darken-4:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-darken-4 {
  border-color: #0D47A1 !important;
  color: #0D47A1 !important; }
  .btn-outline-blue.btn-outline-darken-4:hover {
    background-color: #0D47A1 !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0D47A1 !important; }

.border-blue.border-darken-4 {
  border: 1px solid #0D47A1 !important; }

.border-top-blue.border-top-darken-4 {
  border-top: 1px solid #0D47A1 !important; }

.border-bottom-blue.border-bottom-darken-4 {
  border-bottom: 1px solid #0D47A1 !important; }

.border-left-blue.border-left-darken-4 {
  border-left: 1px solid #0D47A1 !important; }

.border-right-blue.border-right-darken-4 {
  border-right: 1px solid #0D47A1 !important; }

.overlay-blue.overlay-darken-4 {
  background: #0D47A1;
  /* The Fallback */
  background: rgba(13, 71, 161, 0.8); }

.blue.accent-1 {
  color: #82B1FF !important; }

.bg-blue.bg-accent-1 {
  background-color: #82B1FF !important; }
  .bg-blue.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(130, 177, 255, 0.6); }

.btn-blue.btn-accent-1 {
  border-color: #1976D2 !important;
  background-color: #82B1FF !important; }
  .btn-blue.btn-accent-1:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-accent-1:focus, .btn-blue.btn-accent-1:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-accent-1 {
  border-color: #82B1FF !important;
  color: #82B1FF !important; }
  .btn-outline-blue.btn-outline-accent-1:hover {
    background-color: #82B1FF !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #82B1FF !important; }

.border-blue.border-accent-1 {
  border: 1px solid #82B1FF !important; }

.border-top-blue.border-top-accent-1 {
  border-top: 1px solid #82B1FF !important; }

.border-bottom-blue.border-bottom-accent-1 {
  border-bottom: 1px solid #82B1FF !important; }

.border-left-blue.border-left-accent-1 {
  border-left: 1px solid #82B1FF !important; }

.border-right-blue.border-right-accent-1 {
  border-right: 1px solid #82B1FF !important; }

.overlay-blue.overlay-accent-1 {
  background: #82B1FF;
  /* The Fallback */
  background: rgba(130, 177, 255, 0.8); }

.blue.accent-2 {
  color: #448AFF !important; }

.bg-blue.bg-accent-2 {
  background-color: #448AFF !important; }
  .bg-blue.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(68, 138, 255, 0.6); }

.btn-blue.btn-accent-2 {
  border-color: #1976D2 !important;
  background-color: #448AFF !important; }
  .btn-blue.btn-accent-2:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-accent-2:focus, .btn-blue.btn-accent-2:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-accent-2 {
  border-color: #448AFF !important;
  color: #448AFF !important; }
  .btn-outline-blue.btn-outline-accent-2:hover {
    background-color: #448AFF !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #448AFF !important; }

.border-blue.border-accent-2 {
  border: 1px solid #448AFF !important; }

.border-top-blue.border-top-accent-2 {
  border-top: 1px solid #448AFF !important; }

.border-bottom-blue.border-bottom-accent-2 {
  border-bottom: 1px solid #448AFF !important; }

.border-left-blue.border-left-accent-2 {
  border-left: 1px solid #448AFF !important; }

.border-right-blue.border-right-accent-2 {
  border-right: 1px solid #448AFF !important; }

.overlay-blue.overlay-accent-2 {
  background: #448AFF;
  /* The Fallback */
  background: rgba(68, 138, 255, 0.8); }

.blue.accent-3 {
  color: #2979FF !important; }

.bg-blue.bg-accent-3 {
  background-color: #2979FF !important; }
  .bg-blue.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(41, 121, 255, 0.6); }

.btn-blue.btn-accent-3 {
  border-color: #1976D2 !important;
  background-color: #2979FF !important; }
  .btn-blue.btn-accent-3:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-accent-3:focus, .btn-blue.btn-accent-3:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-accent-3 {
  border-color: #2979FF !important;
  color: #2979FF !important; }
  .btn-outline-blue.btn-outline-accent-3:hover {
    background-color: #2979FF !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2979FF !important; }

.border-blue.border-accent-3 {
  border: 1px solid #2979FF !important; }

.border-top-blue.border-top-accent-3 {
  border-top: 1px solid #2979FF !important; }

.border-bottom-blue.border-bottom-accent-3 {
  border-bottom: 1px solid #2979FF !important; }

.border-left-blue.border-left-accent-3 {
  border-left: 1px solid #2979FF !important; }

.border-right-blue.border-right-accent-3 {
  border-right: 1px solid #2979FF !important; }

.overlay-blue.overlay-accent-3 {
  background: #2979FF;
  /* The Fallback */
  background: rgba(41, 121, 255, 0.8); }

.blue.accent-4 {
  color: #2962FF !important; }

.bg-blue.bg-accent-4 {
  background-color: #2962FF !important; }
  .bg-blue.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(41, 98, 255, 0.6); }

.btn-blue.btn-accent-4 {
  border-color: #1976D2 !important;
  background-color: #2962FF !important; }
  .btn-blue.btn-accent-4:hover {
    border-color: #1976D2 !important;
    background-color: #1565C0 !important; }
  .btn-blue.btn-accent-4:focus, .btn-blue.btn-accent-4:active {
    border-color: #1565C0 !important;
    background-color: #0D47A1 !important; }

.btn-outline-blue.btn-outline-accent-4 {
  border-color: #2962FF !important;
  color: #2962FF !important; }
  .btn-outline-blue.btn-outline-accent-4:hover {
    background-color: #2962FF !important; }

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2962FF !important; }

.border-blue.border-accent-4 {
  border: 1px solid #2962FF !important; }

.border-top-blue.border-top-accent-4 {
  border-top: 1px solid #2962FF !important; }

.border-bottom-blue.border-bottom-accent-4 {
  border-bottom: 1px solid #2962FF !important; }

.border-left-blue.border-left-accent-4 {
  border-left: 1px solid #2962FF !important; }

.border-right-blue.border-right-accent-4 {
  border-right: 1px solid #2962FF !important; }

.overlay-blue.overlay-accent-4 {
  background: #2962FF;
  /* The Fallback */
  background: rgba(41, 98, 255, 0.8); }

.light-blue.lighten-5 {
  color: #E1F5FE !important; }

.bg-light-blue.bg-lighten-5 {
  background-color: #E1F5FE !important; }
  .bg-light-blue.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(225, 245, 254, 0.6); }

.btn-light-blue.btn-lighten-5 {
  border-color: #0288D1 !important;
  background-color: #E1F5FE !important; }
  .btn-light-blue.btn-lighten-5:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-lighten-5:focus, .btn-light-blue.btn-lighten-5:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-lighten-5 {
  border-color: #E1F5FE !important;
  color: #E1F5FE !important; }
  .btn-outline-light-blue.btn-outline-lighten-5:hover {
    background-color: #E1F5FE !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E1F5FE !important; }

.border-light-blue.border-lighten-5 {
  border: 1px solid #E1F5FE !important; }

.border-top-light-blue.border-top-lighten-5 {
  border-top: 1px solid #E1F5FE !important; }

.border-bottom-light-blue.border-bottom-lighten-5 {
  border-bottom: 1px solid #E1F5FE !important; }

.border-left-light-blue.border-left-lighten-5 {
  border-left: 1px solid #E1F5FE !important; }

.border-right-light-blue.border-right-lighten-5 {
  border-right: 1px solid #E1F5FE !important; }

.overlay-light-blue.overlay-lighten-5 {
  background: #E1F5FE;
  /* The Fallback */
  background: rgba(225, 245, 254, 0.8); }

.light-blue.lighten-4 {
  color: #B3E5FC !important; }

.bg-light-blue.bg-lighten-4 {
  background-color: #B3E5FC !important; }
  .bg-light-blue.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(179, 229, 252, 0.6); }

.btn-light-blue.btn-lighten-4 {
  border-color: #0288D1 !important;
  background-color: #B3E5FC !important; }
  .btn-light-blue.btn-lighten-4:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-lighten-4:focus, .btn-light-blue.btn-lighten-4:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-lighten-4 {
  border-color: #B3E5FC !important;
  color: #B3E5FC !important; }
  .btn-outline-light-blue.btn-outline-lighten-4:hover {
    background-color: #B3E5FC !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B3E5FC !important; }

.border-light-blue.border-lighten-4 {
  border: 1px solid #B3E5FC !important; }

.border-top-light-blue.border-top-lighten-4 {
  border-top: 1px solid #B3E5FC !important; }

.border-bottom-light-blue.border-bottom-lighten-4 {
  border-bottom: 1px solid #B3E5FC !important; }

.border-left-light-blue.border-left-lighten-4 {
  border-left: 1px solid #B3E5FC !important; }

.border-right-light-blue.border-right-lighten-4 {
  border-right: 1px solid #B3E5FC !important; }

.overlay-light-blue.overlay-lighten-4 {
  background: #B3E5FC;
  /* The Fallback */
  background: rgba(179, 229, 252, 0.8); }

.light-blue.lighten-3 {
  color: #81D4FA !important; }

.bg-light-blue.bg-lighten-3 {
  background-color: #81D4FA !important; }
  .bg-light-blue.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(129, 212, 250, 0.6); }

.btn-light-blue.btn-lighten-3 {
  border-color: #0288D1 !important;
  background-color: #81D4FA !important; }
  .btn-light-blue.btn-lighten-3:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-lighten-3:focus, .btn-light-blue.btn-lighten-3:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-lighten-3 {
  border-color: #81D4FA !important;
  color: #81D4FA !important; }
  .btn-outline-light-blue.btn-outline-lighten-3:hover {
    background-color: #81D4FA !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #81D4FA !important; }

.border-light-blue.border-lighten-3 {
  border: 1px solid #81D4FA !important; }

.border-top-light-blue.border-top-lighten-3 {
  border-top: 1px solid #81D4FA !important; }

.border-bottom-light-blue.border-bottom-lighten-3 {
  border-bottom: 1px solid #81D4FA !important; }

.border-left-light-blue.border-left-lighten-3 {
  border-left: 1px solid #81D4FA !important; }

.border-right-light-blue.border-right-lighten-3 {
  border-right: 1px solid #81D4FA !important; }

.overlay-light-blue.overlay-lighten-3 {
  background: #81D4FA;
  /* The Fallback */
  background: rgba(129, 212, 250, 0.8); }

.light-blue.lighten-2 {
  color: #4FC3F7 !important; }

.bg-light-blue.bg-lighten-2 {
  background-color: #4FC3F7 !important; }
  .bg-light-blue.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(79, 195, 247, 0.6); }

.btn-light-blue.btn-lighten-2 {
  border-color: #0288D1 !important;
  background-color: #4FC3F7 !important; }
  .btn-light-blue.btn-lighten-2:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-lighten-2:focus, .btn-light-blue.btn-lighten-2:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-lighten-2 {
  border-color: #4FC3F7 !important;
  color: #4FC3F7 !important; }
  .btn-outline-light-blue.btn-outline-lighten-2:hover {
    background-color: #4FC3F7 !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4FC3F7 !important; }

.border-light-blue.border-lighten-2 {
  border: 1px solid #4FC3F7 !important; }

.border-top-light-blue.border-top-lighten-2 {
  border-top: 1px solid #4FC3F7 !important; }

.border-bottom-light-blue.border-bottom-lighten-2 {
  border-bottom: 1px solid #4FC3F7 !important; }

.border-left-light-blue.border-left-lighten-2 {
  border-left: 1px solid #4FC3F7 !important; }

.border-right-light-blue.border-right-lighten-2 {
  border-right: 1px solid #4FC3F7 !important; }

.overlay-light-blue.overlay-lighten-2 {
  background: #4FC3F7;
  /* The Fallback */
  background: rgba(79, 195, 247, 0.8); }

.light-blue.lighten-1 {
  color: #29B6F6 !important; }

.bg-light-blue.bg-lighten-1 {
  background-color: #29B6F6 !important; }
  .bg-light-blue.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(41, 182, 246, 0.6); }

.btn-light-blue.btn-lighten-1 {
  border-color: #0288D1 !important;
  background-color: #29B6F6 !important; }
  .btn-light-blue.btn-lighten-1:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-lighten-1:focus, .btn-light-blue.btn-lighten-1:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-lighten-1 {
  border-color: #29B6F6 !important;
  color: #29B6F6 !important; }
  .btn-outline-light-blue.btn-outline-lighten-1:hover {
    background-color: #29B6F6 !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #29B6F6 !important; }

.border-light-blue.border-lighten-1 {
  border: 1px solid #29B6F6 !important; }

.border-top-light-blue.border-top-lighten-1 {
  border-top: 1px solid #29B6F6 !important; }

.border-bottom-light-blue.border-bottom-lighten-1 {
  border-bottom: 1px solid #29B6F6 !important; }

.border-left-light-blue.border-left-lighten-1 {
  border-left: 1px solid #29B6F6 !important; }

.border-right-light-blue.border-right-lighten-1 {
  border-right: 1px solid #29B6F6 !important; }

.overlay-light-blue.overlay-lighten-1 {
  background: #29B6F6;
  /* The Fallback */
  background: rgba(41, 182, 246, 0.8); }

.light-blue {
  color: #03A9F4 !important; }

.bg-light-blue {
  background-color: #03A9F4 !important; }
  .bg-light-blue .card-header, .bg-light-blue .card-footer {
    background-color: transparent; }
  .bg-light-blue.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(3, 169, 244, 0.6); }

.selectboxit.selectboxit-btn.bg-light-blue {
  background-color: #03A9F4 !important; }

.alert-light-blue {
  border-color: #03A9F4 !important;
  background-color: #42c2fd !important;
  color: #012f44 !important; }
  .alert-light-blue .alert-link {
    color: #00131b !important; }

.border-light-blue {
  border-color: #03A9F4; }

.overlay-light-blue {
  background: #03A9F4;
  /* The Fallback */
  background: rgba(3, 169, 244, 0.8); }

/* .card-outline-light-blue{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-light-blue {
  border-color: #03A9F4 !important;
  background-color: #03A9F4 !important;
  color: #FFFFFF; }
  .btn-light-blue:hover {
    border-color: #0288D1 !important;
    background-color: #039BE5 !important;
    color: #FFF !important; }
  .btn-light-blue:focus, .btn-light-blue:active {
    border-color: #0277BD !important;
    background-color: #0288D1 !important;
    color: #FFF !important; }
  .btn-light-blue.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(3, 169, 244, 0.6); }

.btn-outline-light-blue {
  border-color: #03A9F4;
  background-color: transparent;
  color: #03A9F4; }
  .btn-outline-light-blue:hover {
    background-color: #03A9F4;
    color: #FFF !important; }
  .btn-outline-light-blue.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(3, 169, 244, 0.6); }

input[type="checkbox"].bg-light-blue + .custom-control-label:before, input[type="radio"].bg-light-blue + .custom-control-label:before {
  background-color: #03A9F4 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #03A9F4 !important; }

.border-light-blue {
  border: 1px solid #03A9F4 !important; }

.border-top-light-blue {
  border-top: 1px solid #03A9F4; }

.border-bottom-light-blue {
  border-bottom: 1px solid #03A9F4; }

.border-left-light-blue {
  border-left: 1px solid #03A9F4; }

.border-right-light-blue {
  border-right: 1px solid #03A9F4; }

.light-blue.darken-1 {
  color: #039BE5 !important; }

.bg-light-blue.bg-darken-1 {
  background-color: #039BE5 !important; }
  .bg-light-blue.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(3, 155, 229, 0.6); }

.btn-light-blue.btn-darken-1 {
  border-color: #0288D1 !important;
  background-color: #039BE5 !important; }
  .btn-light-blue.btn-darken-1:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-darken-1:focus, .btn-light-blue.btn-darken-1:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-darken-1 {
  border-color: #039BE5 !important;
  color: #039BE5 !important; }
  .btn-outline-light-blue.btn-outline-darken-1:hover {
    background-color: #039BE5 !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #039BE5 !important; }

.border-light-blue.border-darken-1 {
  border: 1px solid #039BE5 !important; }

.border-top-light-blue.border-top-darken-1 {
  border-top: 1px solid #039BE5 !important; }

.border-bottom-light-blue.border-bottom-darken-1 {
  border-bottom: 1px solid #039BE5 !important; }

.border-left-light-blue.border-left-darken-1 {
  border-left: 1px solid #039BE5 !important; }

.border-right-light-blue.border-right-darken-1 {
  border-right: 1px solid #039BE5 !important; }

.overlay-light-blue.overlay-darken-1 {
  background: #039BE5;
  /* The Fallback */
  background: rgba(3, 155, 229, 0.8); }

.light-blue.darken-2 {
  color: #0288D1 !important; }

.bg-light-blue.bg-darken-2 {
  background-color: #0288D1 !important; }
  .bg-light-blue.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(2, 136, 209, 0.6); }

.btn-light-blue.btn-darken-2 {
  border-color: #0288D1 !important;
  background-color: #0288D1 !important; }
  .btn-light-blue.btn-darken-2:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-darken-2:focus, .btn-light-blue.btn-darken-2:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-darken-2 {
  border-color: #0288D1 !important;
  color: #0288D1 !important; }
  .btn-outline-light-blue.btn-outline-darken-2:hover {
    background-color: #0288D1 !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0288D1 !important; }

.border-light-blue.border-darken-2 {
  border: 1px solid #0288D1 !important; }

.border-top-light-blue.border-top-darken-2 {
  border-top: 1px solid #0288D1 !important; }

.border-bottom-light-blue.border-bottom-darken-2 {
  border-bottom: 1px solid #0288D1 !important; }

.border-left-light-blue.border-left-darken-2 {
  border-left: 1px solid #0288D1 !important; }

.border-right-light-blue.border-right-darken-2 {
  border-right: 1px solid #0288D1 !important; }

.overlay-light-blue.overlay-darken-2 {
  background: #0288D1;
  /* The Fallback */
  background: rgba(2, 136, 209, 0.8); }

.light-blue.darken-3 {
  color: #0277BD !important; }

.bg-light-blue.bg-darken-3 {
  background-color: #0277BD !important; }
  .bg-light-blue.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(2, 119, 189, 0.6); }

.btn-light-blue.btn-darken-3 {
  border-color: #0288D1 !important;
  background-color: #0277BD !important; }
  .btn-light-blue.btn-darken-3:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-darken-3:focus, .btn-light-blue.btn-darken-3:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-darken-3 {
  border-color: #0277BD !important;
  color: #0277BD !important; }
  .btn-outline-light-blue.btn-outline-darken-3:hover {
    background-color: #0277BD !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0277BD !important; }

.border-light-blue.border-darken-3 {
  border: 1px solid #0277BD !important; }

.border-top-light-blue.border-top-darken-3 {
  border-top: 1px solid #0277BD !important; }

.border-bottom-light-blue.border-bottom-darken-3 {
  border-bottom: 1px solid #0277BD !important; }

.border-left-light-blue.border-left-darken-3 {
  border-left: 1px solid #0277BD !important; }

.border-right-light-blue.border-right-darken-3 {
  border-right: 1px solid #0277BD !important; }

.overlay-light-blue.overlay-darken-3 {
  background: #0277BD;
  /* The Fallback */
  background: rgba(2, 119, 189, 0.8); }

.light-blue.darken-4 {
  color: #01579B !important; }

.bg-light-blue.bg-darken-4 {
  background-color: #01579B !important; }
  .bg-light-blue.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(1, 87, 155, 0.6); }

.btn-light-blue.btn-darken-4 {
  border-color: #0288D1 !important;
  background-color: #01579B !important; }
  .btn-light-blue.btn-darken-4:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-darken-4:focus, .btn-light-blue.btn-darken-4:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-darken-4 {
  border-color: #01579B !important;
  color: #01579B !important; }
  .btn-outline-light-blue.btn-outline-darken-4:hover {
    background-color: #01579B !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #01579B !important; }

.border-light-blue.border-darken-4 {
  border: 1px solid #01579B !important; }

.border-top-light-blue.border-top-darken-4 {
  border-top: 1px solid #01579B !important; }

.border-bottom-light-blue.border-bottom-darken-4 {
  border-bottom: 1px solid #01579B !important; }

.border-left-light-blue.border-left-darken-4 {
  border-left: 1px solid #01579B !important; }

.border-right-light-blue.border-right-darken-4 {
  border-right: 1px solid #01579B !important; }

.overlay-light-blue.overlay-darken-4 {
  background: #01579B;
  /* The Fallback */
  background: rgba(1, 87, 155, 0.8); }

.light-blue.accent-1 {
  color: #80D8FF !important; }

.bg-light-blue.bg-accent-1 {
  background-color: #80D8FF !important; }
  .bg-light-blue.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(128, 216, 255, 0.6); }

.btn-light-blue.btn-accent-1 {
  border-color: #0288D1 !important;
  background-color: #80D8FF !important; }
  .btn-light-blue.btn-accent-1:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-accent-1:focus, .btn-light-blue.btn-accent-1:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-accent-1 {
  border-color: #80D8FF !important;
  color: #80D8FF !important; }
  .btn-outline-light-blue.btn-outline-accent-1:hover {
    background-color: #80D8FF !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80D8FF !important; }

.border-light-blue.border-accent-1 {
  border: 1px solid #80D8FF !important; }

.border-top-light-blue.border-top-accent-1 {
  border-top: 1px solid #80D8FF !important; }

.border-bottom-light-blue.border-bottom-accent-1 {
  border-bottom: 1px solid #80D8FF !important; }

.border-left-light-blue.border-left-accent-1 {
  border-left: 1px solid #80D8FF !important; }

.border-right-light-blue.border-right-accent-1 {
  border-right: 1px solid #80D8FF !important; }

.overlay-light-blue.overlay-accent-1 {
  background: #80D8FF;
  /* The Fallback */
  background: rgba(128, 216, 255, 0.8); }

.light-blue.accent-2 {
  color: #40C4FF !important; }

.bg-light-blue.bg-accent-2 {
  background-color: #40C4FF !important; }
  .bg-light-blue.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(64, 196, 255, 0.6); }

.btn-light-blue.btn-accent-2 {
  border-color: #0288D1 !important;
  background-color: #40C4FF !important; }
  .btn-light-blue.btn-accent-2:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-accent-2:focus, .btn-light-blue.btn-accent-2:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-accent-2 {
  border-color: #40C4FF !important;
  color: #40C4FF !important; }
  .btn-outline-light-blue.btn-outline-accent-2:hover {
    background-color: #40C4FF !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #40C4FF !important; }

.border-light-blue.border-accent-2 {
  border: 1px solid #40C4FF !important; }

.border-top-light-blue.border-top-accent-2 {
  border-top: 1px solid #40C4FF !important; }

.border-bottom-light-blue.border-bottom-accent-2 {
  border-bottom: 1px solid #40C4FF !important; }

.border-left-light-blue.border-left-accent-2 {
  border-left: 1px solid #40C4FF !important; }

.border-right-light-blue.border-right-accent-2 {
  border-right: 1px solid #40C4FF !important; }

.overlay-light-blue.overlay-accent-2 {
  background: #40C4FF;
  /* The Fallback */
  background: rgba(64, 196, 255, 0.8); }

.light-blue.accent-3 {
  color: #00B0FF !important; }

.bg-light-blue.bg-accent-3 {
  background-color: #00B0FF !important; }
  .bg-light-blue.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 176, 255, 0.6); }

.btn-light-blue.btn-accent-3 {
  border-color: #0288D1 !important;
  background-color: #00B0FF !important; }
  .btn-light-blue.btn-accent-3:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-accent-3:focus, .btn-light-blue.btn-accent-3:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-accent-3 {
  border-color: #00B0FF !important;
  color: #00B0FF !important; }
  .btn-outline-light-blue.btn-outline-accent-3:hover {
    background-color: #00B0FF !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00B0FF !important; }

.border-light-blue.border-accent-3 {
  border: 1px solid #00B0FF !important; }

.border-top-light-blue.border-top-accent-3 {
  border-top: 1px solid #00B0FF !important; }

.border-bottom-light-blue.border-bottom-accent-3 {
  border-bottom: 1px solid #00B0FF !important; }

.border-left-light-blue.border-left-accent-3 {
  border-left: 1px solid #00B0FF !important; }

.border-right-light-blue.border-right-accent-3 {
  border-right: 1px solid #00B0FF !important; }

.overlay-light-blue.overlay-accent-3 {
  background: #00B0FF;
  /* The Fallback */
  background: rgba(0, 176, 255, 0.8); }

.light-blue.accent-4 {
  color: #0091EA !important; }

.bg-light-blue.bg-accent-4 {
  background-color: #0091EA !important; }
  .bg-light-blue.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 145, 234, 0.6); }

.btn-light-blue.btn-accent-4 {
  border-color: #0288D1 !important;
  background-color: #0091EA !important; }
  .btn-light-blue.btn-accent-4:hover {
    border-color: #0288D1 !important;
    background-color: #0277BD !important; }
  .btn-light-blue.btn-accent-4:focus, .btn-light-blue.btn-accent-4:active {
    border-color: #0277BD !important;
    background-color: #01579B !important; }

.btn-outline-light-blue.btn-outline-accent-4 {
  border-color: #0091EA !important;
  color: #0091EA !important; }
  .btn-outline-light-blue.btn-outline-accent-4:hover {
    background-color: #0091EA !important; }

input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0091EA !important; }

.border-light-blue.border-accent-4 {
  border: 1px solid #0091EA !important; }

.border-top-light-blue.border-top-accent-4 {
  border-top: 1px solid #0091EA !important; }

.border-bottom-light-blue.border-bottom-accent-4 {
  border-bottom: 1px solid #0091EA !important; }

.border-left-light-blue.border-left-accent-4 {
  border-left: 1px solid #0091EA !important; }

.border-right-light-blue.border-right-accent-4 {
  border-right: 1px solid #0091EA !important; }

.overlay-light-blue.overlay-accent-4 {
  background: #0091EA;
  /* The Fallback */
  background: rgba(0, 145, 234, 0.8); }

.cyan.lighten-5 {
  color: #E0F7FA !important; }

.bg-cyan.bg-lighten-5 {
  background-color: #E0F7FA !important; }
  .bg-cyan.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(224, 247, 250, 0.6); }

.btn-cyan.btn-lighten-5 {
  border-color: #0097A7 !important;
  background-color: #E0F7FA !important; }
  .btn-cyan.btn-lighten-5:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-lighten-5:focus, .btn-cyan.btn-lighten-5:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-lighten-5 {
  border-color: #E0F7FA !important;
  color: #E0F7FA !important; }
  .btn-outline-cyan.btn-outline-lighten-5:hover {
    background-color: #E0F7FA !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E0F7FA !important; }

.border-cyan.border-lighten-5 {
  border: 1px solid #E0F7FA !important; }

.border-top-cyan.border-top-lighten-5 {
  border-top: 1px solid #E0F7FA !important; }

.border-bottom-cyan.border-bottom-lighten-5 {
  border-bottom: 1px solid #E0F7FA !important; }

.border-left-cyan.border-left-lighten-5 {
  border-left: 1px solid #E0F7FA !important; }

.border-right-cyan.border-right-lighten-5 {
  border-right: 1px solid #E0F7FA !important; }

.overlay-cyan.overlay-lighten-5 {
  background: #E0F7FA;
  /* The Fallback */
  background: rgba(224, 247, 250, 0.8); }

.cyan.lighten-4 {
  color: #B2EBF2 !important; }

.bg-cyan.bg-lighten-4 {
  background-color: #B2EBF2 !important; }
  .bg-cyan.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(178, 235, 242, 0.6); }

.btn-cyan.btn-lighten-4 {
  border-color: #0097A7 !important;
  background-color: #B2EBF2 !important; }
  .btn-cyan.btn-lighten-4:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-lighten-4:focus, .btn-cyan.btn-lighten-4:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-lighten-4 {
  border-color: #B2EBF2 !important;
  color: #B2EBF2 !important; }
  .btn-outline-cyan.btn-outline-lighten-4:hover {
    background-color: #B2EBF2 !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B2EBF2 !important; }

.border-cyan.border-lighten-4 {
  border: 1px solid #B2EBF2 !important; }

.border-top-cyan.border-top-lighten-4 {
  border-top: 1px solid #B2EBF2 !important; }

.border-bottom-cyan.border-bottom-lighten-4 {
  border-bottom: 1px solid #B2EBF2 !important; }

.border-left-cyan.border-left-lighten-4 {
  border-left: 1px solid #B2EBF2 !important; }

.border-right-cyan.border-right-lighten-4 {
  border-right: 1px solid #B2EBF2 !important; }

.overlay-cyan.overlay-lighten-4 {
  background: #B2EBF2;
  /* The Fallback */
  background: rgba(178, 235, 242, 0.8); }

.cyan.lighten-3 {
  color: #80DEEA !important; }

.bg-cyan.bg-lighten-3 {
  background-color: #80DEEA !important; }
  .bg-cyan.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(128, 222, 234, 0.6); }

.btn-cyan.btn-lighten-3 {
  border-color: #0097A7 !important;
  background-color: #80DEEA !important; }
  .btn-cyan.btn-lighten-3:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-lighten-3:focus, .btn-cyan.btn-lighten-3:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-lighten-3 {
  border-color: #80DEEA !important;
  color: #80DEEA !important; }
  .btn-outline-cyan.btn-outline-lighten-3:hover {
    background-color: #80DEEA !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80DEEA !important; }

.border-cyan.border-lighten-3 {
  border: 1px solid #80DEEA !important; }

.border-top-cyan.border-top-lighten-3 {
  border-top: 1px solid #80DEEA !important; }

.border-bottom-cyan.border-bottom-lighten-3 {
  border-bottom: 1px solid #80DEEA !important; }

.border-left-cyan.border-left-lighten-3 {
  border-left: 1px solid #80DEEA !important; }

.border-right-cyan.border-right-lighten-3 {
  border-right: 1px solid #80DEEA !important; }

.overlay-cyan.overlay-lighten-3 {
  background: #80DEEA;
  /* The Fallback */
  background: rgba(128, 222, 234, 0.8); }

.cyan.lighten-2 {
  color: #4DD0E1 !important; }

.bg-cyan.bg-lighten-2 {
  background-color: #4DD0E1 !important; }
  .bg-cyan.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(77, 208, 225, 0.6); }

.btn-cyan.btn-lighten-2 {
  border-color: #0097A7 !important;
  background-color: #4DD0E1 !important; }
  .btn-cyan.btn-lighten-2:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-lighten-2:focus, .btn-cyan.btn-lighten-2:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-lighten-2 {
  border-color: #4DD0E1 !important;
  color: #4DD0E1 !important; }
  .btn-outline-cyan.btn-outline-lighten-2:hover {
    background-color: #4DD0E1 !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4DD0E1 !important; }

.border-cyan.border-lighten-2 {
  border: 1px solid #4DD0E1 !important; }

.border-top-cyan.border-top-lighten-2 {
  border-top: 1px solid #4DD0E1 !important; }

.border-bottom-cyan.border-bottom-lighten-2 {
  border-bottom: 1px solid #4DD0E1 !important; }

.border-left-cyan.border-left-lighten-2 {
  border-left: 1px solid #4DD0E1 !important; }

.border-right-cyan.border-right-lighten-2 {
  border-right: 1px solid #4DD0E1 !important; }

.overlay-cyan.overlay-lighten-2 {
  background: #4DD0E1;
  /* The Fallback */
  background: rgba(77, 208, 225, 0.8); }

.cyan.lighten-1 {
  color: #26C6DA !important; }

.bg-cyan.bg-lighten-1 {
  background-color: #26C6DA !important; }
  .bg-cyan.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(38, 198, 218, 0.6); }

.btn-cyan.btn-lighten-1 {
  border-color: #0097A7 !important;
  background-color: #26C6DA !important; }
  .btn-cyan.btn-lighten-1:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-lighten-1:focus, .btn-cyan.btn-lighten-1:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-lighten-1 {
  border-color: #26C6DA !important;
  color: #26C6DA !important; }
  .btn-outline-cyan.btn-outline-lighten-1:hover {
    background-color: #26C6DA !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26C6DA !important; }

.border-cyan.border-lighten-1 {
  border: 1px solid #26C6DA !important; }

.border-top-cyan.border-top-lighten-1 {
  border-top: 1px solid #26C6DA !important; }

.border-bottom-cyan.border-bottom-lighten-1 {
  border-bottom: 1px solid #26C6DA !important; }

.border-left-cyan.border-left-lighten-1 {
  border-left: 1px solid #26C6DA !important; }

.border-right-cyan.border-right-lighten-1 {
  border-right: 1px solid #26C6DA !important; }

.overlay-cyan.overlay-lighten-1 {
  background: #26C6DA;
  /* The Fallback */
  background: rgba(38, 198, 218, 0.8); }

.cyan {
  color: #00BCD4 !important; }

.bg-cyan {
  background-color: #00BCD4 !important; }
  .bg-cyan .card-header, .bg-cyan .card-footer {
    background-color: transparent; }
  .bg-cyan.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6); }

.selectboxit.selectboxit-btn.bg-cyan {
  background-color: #00BCD4 !important; }

.alert-cyan {
  border-color: #00BCD4 !important;
  background-color: #1ce5ff !important;
  color: #001e22 !important; }
  .alert-cyan .alert-link {
    color: black !important; }

.border-cyan {
  border-color: #00BCD4; }

.overlay-cyan {
  background: #00BCD4;
  /* The Fallback */
  background: rgba(0, 188, 212, 0.8); }

/* .card-outline-cyan{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-cyan {
  border-color: #00BCD4 !important;
  background-color: #00BCD4 !important;
  color: #FFFFFF; }
  .btn-cyan:hover {
    border-color: #0097A7 !important;
    background-color: #00ACC1 !important;
    color: #FFF !important; }
  .btn-cyan:focus, .btn-cyan:active {
    border-color: #00838F !important;
    background-color: #0097A7 !important;
    color: #FFF !important; }
  .btn-cyan.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6); }

.btn-outline-cyan {
  border-color: #00BCD4;
  background-color: transparent;
  color: #00BCD4; }
  .btn-outline-cyan:hover {
    background-color: #00BCD4;
    color: #FFF !important; }
  .btn-outline-cyan.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6); }

input[type="checkbox"].bg-cyan + .custom-control-label:before, input[type="radio"].bg-cyan + .custom-control-label:before {
  background-color: #00BCD4 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00BCD4 !important; }

.border-cyan {
  border: 1px solid #00BCD4 !important; }

.border-top-cyan {
  border-top: 1px solid #00BCD4; }

.border-bottom-cyan {
  border-bottom: 1px solid #00BCD4; }

.border-left-cyan {
  border-left: 1px solid #00BCD4; }

.border-right-cyan {
  border-right: 1px solid #00BCD4; }

.cyan.darken-1 {
  color: #00ACC1 !important; }

.bg-cyan.bg-darken-1 {
  background-color: #00ACC1 !important; }
  .bg-cyan.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 172, 193, 0.6); }

.btn-cyan.btn-darken-1 {
  border-color: #0097A7 !important;
  background-color: #00ACC1 !important; }
  .btn-cyan.btn-darken-1:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-darken-1:focus, .btn-cyan.btn-darken-1:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-darken-1 {
  border-color: #00ACC1 !important;
  color: #00ACC1 !important; }
  .btn-outline-cyan.btn-outline-darken-1:hover {
    background-color: #00ACC1 !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00ACC1 !important; }

.border-cyan.border-darken-1 {
  border: 1px solid #00ACC1 !important; }

.border-top-cyan.border-top-darken-1 {
  border-top: 1px solid #00ACC1 !important; }

.border-bottom-cyan.border-bottom-darken-1 {
  border-bottom: 1px solid #00ACC1 !important; }

.border-left-cyan.border-left-darken-1 {
  border-left: 1px solid #00ACC1 !important; }

.border-right-cyan.border-right-darken-1 {
  border-right: 1px solid #00ACC1 !important; }

.overlay-cyan.overlay-darken-1 {
  background: #00ACC1;
  /* The Fallback */
  background: rgba(0, 172, 193, 0.8); }

.cyan.darken-2 {
  color: #0097A7 !important; }

.bg-cyan.bg-darken-2 {
  background-color: #0097A7 !important; }
  .bg-cyan.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 151, 167, 0.6); }

.btn-cyan.btn-darken-2 {
  border-color: #0097A7 !important;
  background-color: #0097A7 !important; }
  .btn-cyan.btn-darken-2:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-darken-2:focus, .btn-cyan.btn-darken-2:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-darken-2 {
  border-color: #0097A7 !important;
  color: #0097A7 !important; }
  .btn-outline-cyan.btn-outline-darken-2:hover {
    background-color: #0097A7 !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0097A7 !important; }

.border-cyan.border-darken-2 {
  border: 1px solid #0097A7 !important; }

.border-top-cyan.border-top-darken-2 {
  border-top: 1px solid #0097A7 !important; }

.border-bottom-cyan.border-bottom-darken-2 {
  border-bottom: 1px solid #0097A7 !important; }

.border-left-cyan.border-left-darken-2 {
  border-left: 1px solid #0097A7 !important; }

.border-right-cyan.border-right-darken-2 {
  border-right: 1px solid #0097A7 !important; }

.overlay-cyan.overlay-darken-2 {
  background: #0097A7;
  /* The Fallback */
  background: rgba(0, 151, 167, 0.8); }

.cyan.darken-3 {
  color: #00838F !important; }

.bg-cyan.bg-darken-3 {
  background-color: #00838F !important; }
  .bg-cyan.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 131, 143, 0.6); }

.btn-cyan.btn-darken-3 {
  border-color: #0097A7 !important;
  background-color: #00838F !important; }
  .btn-cyan.btn-darken-3:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-darken-3:focus, .btn-cyan.btn-darken-3:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-darken-3 {
  border-color: #00838F !important;
  color: #00838F !important; }
  .btn-outline-cyan.btn-outline-darken-3:hover {
    background-color: #00838F !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00838F !important; }

.border-cyan.border-darken-3 {
  border: 1px solid #00838F !important; }

.border-top-cyan.border-top-darken-3 {
  border-top: 1px solid #00838F !important; }

.border-bottom-cyan.border-bottom-darken-3 {
  border-bottom: 1px solid #00838F !important; }

.border-left-cyan.border-left-darken-3 {
  border-left: 1px solid #00838F !important; }

.border-right-cyan.border-right-darken-3 {
  border-right: 1px solid #00838F !important; }

.overlay-cyan.overlay-darken-3 {
  background: #00838F;
  /* The Fallback */
  background: rgba(0, 131, 143, 0.8); }

.cyan.darken-4 {
  color: #006064 !important; }

.bg-cyan.bg-darken-4 {
  background-color: #006064 !important; }
  .bg-cyan.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 96, 100, 0.6); }

.btn-cyan.btn-darken-4 {
  border-color: #0097A7 !important;
  background-color: #006064 !important; }
  .btn-cyan.btn-darken-4:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-darken-4:focus, .btn-cyan.btn-darken-4:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-darken-4 {
  border-color: #006064 !important;
  color: #006064 !important; }
  .btn-outline-cyan.btn-outline-darken-4:hover {
    background-color: #006064 !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #006064 !important; }

.border-cyan.border-darken-4 {
  border: 1px solid #006064 !important; }

.border-top-cyan.border-top-darken-4 {
  border-top: 1px solid #006064 !important; }

.border-bottom-cyan.border-bottom-darken-4 {
  border-bottom: 1px solid #006064 !important; }

.border-left-cyan.border-left-darken-4 {
  border-left: 1px solid #006064 !important; }

.border-right-cyan.border-right-darken-4 {
  border-right: 1px solid #006064 !important; }

.overlay-cyan.overlay-darken-4 {
  background: #006064;
  /* The Fallback */
  background: rgba(0, 96, 100, 0.8); }

.cyan.accent-1 {
  color: #84FFFF !important; }

.bg-cyan.bg-accent-1 {
  background-color: #84FFFF !important; }
  .bg-cyan.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(132, 255, 255, 0.6); }

.btn-cyan.btn-accent-1 {
  border-color: #0097A7 !important;
  background-color: #84FFFF !important; }
  .btn-cyan.btn-accent-1:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-accent-1:focus, .btn-cyan.btn-accent-1:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-accent-1 {
  border-color: #84FFFF !important;
  color: #84FFFF !important; }
  .btn-outline-cyan.btn-outline-accent-1:hover {
    background-color: #84FFFF !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #84FFFF !important; }

.border-cyan.border-accent-1 {
  border: 1px solid #84FFFF !important; }

.border-top-cyan.border-top-accent-1 {
  border-top: 1px solid #84FFFF !important; }

.border-bottom-cyan.border-bottom-accent-1 {
  border-bottom: 1px solid #84FFFF !important; }

.border-left-cyan.border-left-accent-1 {
  border-left: 1px solid #84FFFF !important; }

.border-right-cyan.border-right-accent-1 {
  border-right: 1px solid #84FFFF !important; }

.overlay-cyan.overlay-accent-1 {
  background: #84FFFF;
  /* The Fallback */
  background: rgba(132, 255, 255, 0.8); }

.cyan.accent-2 {
  color: #18FFFF !important; }

.bg-cyan.bg-accent-2 {
  background-color: #18FFFF !important; }
  .bg-cyan.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(24, 255, 255, 0.6); }

.btn-cyan.btn-accent-2 {
  border-color: #0097A7 !important;
  background-color: #18FFFF !important; }
  .btn-cyan.btn-accent-2:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-accent-2:focus, .btn-cyan.btn-accent-2:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-accent-2 {
  border-color: #18FFFF !important;
  color: #18FFFF !important; }
  .btn-outline-cyan.btn-outline-accent-2:hover {
    background-color: #18FFFF !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #18FFFF !important; }

.border-cyan.border-accent-2 {
  border: 1px solid #18FFFF !important; }

.border-top-cyan.border-top-accent-2 {
  border-top: 1px solid #18FFFF !important; }

.border-bottom-cyan.border-bottom-accent-2 {
  border-bottom: 1px solid #18FFFF !important; }

.border-left-cyan.border-left-accent-2 {
  border-left: 1px solid #18FFFF !important; }

.border-right-cyan.border-right-accent-2 {
  border-right: 1px solid #18FFFF !important; }

.overlay-cyan.overlay-accent-2 {
  background: #18FFFF;
  /* The Fallback */
  background: rgba(24, 255, 255, 0.8); }

.cyan.accent-3 {
  color: #00E5FF !important; }

.bg-cyan.bg-accent-3 {
  background-color: #00E5FF !important; }
  .bg-cyan.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 229, 255, 0.6); }

.btn-cyan.btn-accent-3 {
  border-color: #0097A7 !important;
  background-color: #00E5FF !important; }
  .btn-cyan.btn-accent-3:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-accent-3:focus, .btn-cyan.btn-accent-3:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-accent-3 {
  border-color: #00E5FF !important;
  color: #00E5FF !important; }
  .btn-outline-cyan.btn-outline-accent-3:hover {
    background-color: #00E5FF !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00E5FF !important; }

.border-cyan.border-accent-3 {
  border: 1px solid #00E5FF !important; }

.border-top-cyan.border-top-accent-3 {
  border-top: 1px solid #00E5FF !important; }

.border-bottom-cyan.border-bottom-accent-3 {
  border-bottom: 1px solid #00E5FF !important; }

.border-left-cyan.border-left-accent-3 {
  border-left: 1px solid #00E5FF !important; }

.border-right-cyan.border-right-accent-3 {
  border-right: 1px solid #00E5FF !important; }

.overlay-cyan.overlay-accent-3 {
  background: #00E5FF;
  /* The Fallback */
  background: rgba(0, 229, 255, 0.8); }

.cyan.accent-4 {
  color: #00B8D4 !important; }

.bg-cyan.bg-accent-4 {
  background-color: #00B8D4 !important; }
  .bg-cyan.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 184, 212, 0.6); }

.btn-cyan.btn-accent-4 {
  border-color: #0097A7 !important;
  background-color: #00B8D4 !important; }
  .btn-cyan.btn-accent-4:hover {
    border-color: #0097A7 !important;
    background-color: #00838F !important; }
  .btn-cyan.btn-accent-4:focus, .btn-cyan.btn-accent-4:active {
    border-color: #00838F !important;
    background-color: #006064 !important; }

.btn-outline-cyan.btn-outline-accent-4 {
  border-color: #00B8D4 !important;
  color: #00B8D4 !important; }
  .btn-outline-cyan.btn-outline-accent-4:hover {
    background-color: #00B8D4 !important; }

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00B8D4 !important; }

.border-cyan.border-accent-4 {
  border: 1px solid #00B8D4 !important; }

.border-top-cyan.border-top-accent-4 {
  border-top: 1px solid #00B8D4 !important; }

.border-bottom-cyan.border-bottom-accent-4 {
  border-bottom: 1px solid #00B8D4 !important; }

.border-left-cyan.border-left-accent-4 {
  border-left: 1px solid #00B8D4 !important; }

.border-right-cyan.border-right-accent-4 {
  border-right: 1px solid #00B8D4 !important; }

.overlay-cyan.overlay-accent-4 {
  background: #00B8D4;
  /* The Fallback */
  background: rgba(0, 184, 212, 0.8); }

.teal.lighten-5 {
  color: #E0F2F1 !important; }

.bg-teal.bg-lighten-5 {
  background-color: #E0F2F1 !important; }
  .bg-teal.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(224, 242, 241, 0.6); }

.btn-teal.btn-lighten-5 {
  border-color: #00796B !important;
  background-color: #E0F2F1 !important; }
  .btn-teal.btn-lighten-5:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-lighten-5:focus, .btn-teal.btn-lighten-5:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-lighten-5 {
  border-color: #E0F2F1 !important;
  color: #E0F2F1 !important; }
  .btn-outline-teal.btn-outline-lighten-5:hover {
    background-color: #E0F2F1 !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E0F2F1 !important; }

.border-teal.border-lighten-5 {
  border: 1px solid #E0F2F1 !important; }

.border-top-teal.border-top-lighten-5 {
  border-top: 1px solid #E0F2F1 !important; }

.border-bottom-teal.border-bottom-lighten-5 {
  border-bottom: 1px solid #E0F2F1 !important; }

.border-left-teal.border-left-lighten-5 {
  border-left: 1px solid #E0F2F1 !important; }

.border-right-teal.border-right-lighten-5 {
  border-right: 1px solid #E0F2F1 !important; }

.overlay-teal.overlay-lighten-5 {
  background: #E0F2F1;
  /* The Fallback */
  background: rgba(224, 242, 241, 0.8); }

.teal.lighten-4 {
  color: #B2DFDB !important; }

.bg-teal.bg-lighten-4 {
  background-color: #B2DFDB !important; }
  .bg-teal.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(178, 223, 219, 0.6); }

.btn-teal.btn-lighten-4 {
  border-color: #00796B !important;
  background-color: #B2DFDB !important; }
  .btn-teal.btn-lighten-4:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-lighten-4:focus, .btn-teal.btn-lighten-4:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-lighten-4 {
  border-color: #B2DFDB !important;
  color: #B2DFDB !important; }
  .btn-outline-teal.btn-outline-lighten-4:hover {
    background-color: #B2DFDB !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B2DFDB !important; }

.border-teal.border-lighten-4 {
  border: 1px solid #B2DFDB !important; }

.border-top-teal.border-top-lighten-4 {
  border-top: 1px solid #B2DFDB !important; }

.border-bottom-teal.border-bottom-lighten-4 {
  border-bottom: 1px solid #B2DFDB !important; }

.border-left-teal.border-left-lighten-4 {
  border-left: 1px solid #B2DFDB !important; }

.border-right-teal.border-right-lighten-4 {
  border-right: 1px solid #B2DFDB !important; }

.overlay-teal.overlay-lighten-4 {
  background: #B2DFDB;
  /* The Fallback */
  background: rgba(178, 223, 219, 0.8); }

.teal.lighten-3 {
  color: #80CBC4 !important; }

.bg-teal.bg-lighten-3 {
  background-color: #80CBC4 !important; }
  .bg-teal.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(128, 203, 196, 0.6); }

.btn-teal.btn-lighten-3 {
  border-color: #00796B !important;
  background-color: #80CBC4 !important; }
  .btn-teal.btn-lighten-3:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-lighten-3:focus, .btn-teal.btn-lighten-3:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-lighten-3 {
  border-color: #80CBC4 !important;
  color: #80CBC4 !important; }
  .btn-outline-teal.btn-outline-lighten-3:hover {
    background-color: #80CBC4 !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80CBC4 !important; }

.border-teal.border-lighten-3 {
  border: 1px solid #80CBC4 !important; }

.border-top-teal.border-top-lighten-3 {
  border-top: 1px solid #80CBC4 !important; }

.border-bottom-teal.border-bottom-lighten-3 {
  border-bottom: 1px solid #80CBC4 !important; }

.border-left-teal.border-left-lighten-3 {
  border-left: 1px solid #80CBC4 !important; }

.border-right-teal.border-right-lighten-3 {
  border-right: 1px solid #80CBC4 !important; }

.overlay-teal.overlay-lighten-3 {
  background: #80CBC4;
  /* The Fallback */
  background: rgba(128, 203, 196, 0.8); }

.teal.lighten-2 {
  color: #4DB6AC !important; }

.bg-teal.bg-lighten-2 {
  background-color: #4DB6AC !important; }
  .bg-teal.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(77, 182, 172, 0.6); }

.btn-teal.btn-lighten-2 {
  border-color: #00796B !important;
  background-color: #4DB6AC !important; }
  .btn-teal.btn-lighten-2:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-lighten-2:focus, .btn-teal.btn-lighten-2:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-lighten-2 {
  border-color: #4DB6AC !important;
  color: #4DB6AC !important; }
  .btn-outline-teal.btn-outline-lighten-2:hover {
    background-color: #4DB6AC !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4DB6AC !important; }

.border-teal.border-lighten-2 {
  border: 1px solid #4DB6AC !important; }

.border-top-teal.border-top-lighten-2 {
  border-top: 1px solid #4DB6AC !important; }

.border-bottom-teal.border-bottom-lighten-2 {
  border-bottom: 1px solid #4DB6AC !important; }

.border-left-teal.border-left-lighten-2 {
  border-left: 1px solid #4DB6AC !important; }

.border-right-teal.border-right-lighten-2 {
  border-right: 1px solid #4DB6AC !important; }

.overlay-teal.overlay-lighten-2 {
  background: #4DB6AC;
  /* The Fallback */
  background: rgba(77, 182, 172, 0.8); }

.teal.lighten-1 {
  color: #26A69A !important; }

.bg-teal.bg-lighten-1 {
  background-color: #26A69A !important; }
  .bg-teal.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(38, 166, 154, 0.6); }

.btn-teal.btn-lighten-1 {
  border-color: #00796B !important;
  background-color: #26A69A !important; }
  .btn-teal.btn-lighten-1:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-lighten-1:focus, .btn-teal.btn-lighten-1:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-lighten-1 {
  border-color: #26A69A !important;
  color: #26A69A !important; }
  .btn-outline-teal.btn-outline-lighten-1:hover {
    background-color: #26A69A !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26A69A !important; }

.border-teal.border-lighten-1 {
  border: 1px solid #26A69A !important; }

.border-top-teal.border-top-lighten-1 {
  border-top: 1px solid #26A69A !important; }

.border-bottom-teal.border-bottom-lighten-1 {
  border-bottom: 1px solid #26A69A !important; }

.border-left-teal.border-left-lighten-1 {
  border-left: 1px solid #26A69A !important; }

.border-right-teal.border-right-lighten-1 {
  border-right: 1px solid #26A69A !important; }

.overlay-teal.overlay-lighten-1 {
  background: #26A69A;
  /* The Fallback */
  background: rgba(38, 166, 154, 0.8); }

.teal {
  color: #009688 !important; }

.bg-teal {
  background-color: #009688 !important; }
  .bg-teal .card-header, .bg-teal .card-footer {
    background-color: transparent; }
  .bg-teal.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6); }

.selectboxit.selectboxit-btn.bg-teal {
  background-color: #009688 !important; }

.alert-teal {
  border-color: #009688 !important;
  background-color: #00ddc9 !important;
  color: black !important; }
  .alert-teal .alert-link {
    color: black !important; }

.border-teal {
  border-color: #009688; }

.overlay-teal {
  background: #009688;
  /* The Fallback */
  background: rgba(0, 150, 136, 0.8); }

/* .card-outline-teal{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-teal {
  border-color: #009688 !important;
  background-color: #009688 !important;
  color: #FFFFFF; }
  .btn-teal:hover {
    border-color: #00796B !important;
    background-color: #00897B !important;
    color: #FFF !important; }
  .btn-teal:focus, .btn-teal:active {
    border-color: #00695C !important;
    background-color: #00796B !important;
    color: #FFF !important; }
  .btn-teal.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6); }

.btn-outline-teal {
  border-color: #009688;
  background-color: transparent;
  color: #009688; }
  .btn-outline-teal:hover {
    background-color: #009688;
    color: #FFF !important; }
  .btn-outline-teal.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6); }

input[type="checkbox"].bg-teal + .custom-control-label:before, input[type="radio"].bg-teal + .custom-control-label:before {
  background-color: #009688 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009688 !important; }

.border-teal {
  border: 1px solid #009688 !important; }

.border-top-teal {
  border-top: 1px solid #009688; }

.border-bottom-teal {
  border-bottom: 1px solid #009688; }

.border-left-teal {
  border-left: 1px solid #009688; }

.border-right-teal {
  border-right: 1px solid #009688; }

.teal.darken-1 {
  color: #00897B !important; }

.bg-teal.bg-darken-1 {
  background-color: #00897B !important; }
  .bg-teal.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 137, 123, 0.6); }

.btn-teal.btn-darken-1 {
  border-color: #00796B !important;
  background-color: #00897B !important; }
  .btn-teal.btn-darken-1:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-darken-1:focus, .btn-teal.btn-darken-1:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-darken-1 {
  border-color: #00897B !important;
  color: #00897B !important; }
  .btn-outline-teal.btn-outline-darken-1:hover {
    background-color: #00897B !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00897B !important; }

.border-teal.border-darken-1 {
  border: 1px solid #00897B !important; }

.border-top-teal.border-top-darken-1 {
  border-top: 1px solid #00897B !important; }

.border-bottom-teal.border-bottom-darken-1 {
  border-bottom: 1px solid #00897B !important; }

.border-left-teal.border-left-darken-1 {
  border-left: 1px solid #00897B !important; }

.border-right-teal.border-right-darken-1 {
  border-right: 1px solid #00897B !important; }

.overlay-teal.overlay-darken-1 {
  background: #00897B;
  /* The Fallback */
  background: rgba(0, 137, 123, 0.8); }

.teal.darken-2 {
  color: #00796B !important; }

.bg-teal.bg-darken-2 {
  background-color: #00796B !important; }
  .bg-teal.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 121, 107, 0.6); }

.btn-teal.btn-darken-2 {
  border-color: #00796B !important;
  background-color: #00796B !important; }
  .btn-teal.btn-darken-2:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-darken-2:focus, .btn-teal.btn-darken-2:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-darken-2 {
  border-color: #00796B !important;
  color: #00796B !important; }
  .btn-outline-teal.btn-outline-darken-2:hover {
    background-color: #00796B !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00796B !important; }

.border-teal.border-darken-2 {
  border: 1px solid #00796B !important; }

.border-top-teal.border-top-darken-2 {
  border-top: 1px solid #00796B !important; }

.border-bottom-teal.border-bottom-darken-2 {
  border-bottom: 1px solid #00796B !important; }

.border-left-teal.border-left-darken-2 {
  border-left: 1px solid #00796B !important; }

.border-right-teal.border-right-darken-2 {
  border-right: 1px solid #00796B !important; }

.overlay-teal.overlay-darken-2 {
  background: #00796B;
  /* The Fallback */
  background: rgba(0, 121, 107, 0.8); }

.teal.darken-3 {
  color: #00695C !important; }

.bg-teal.bg-darken-3 {
  background-color: #00695C !important; }
  .bg-teal.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 105, 92, 0.6); }

.btn-teal.btn-darken-3 {
  border-color: #00796B !important;
  background-color: #00695C !important; }
  .btn-teal.btn-darken-3:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-darken-3:focus, .btn-teal.btn-darken-3:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-darken-3 {
  border-color: #00695C !important;
  color: #00695C !important; }
  .btn-outline-teal.btn-outline-darken-3:hover {
    background-color: #00695C !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00695C !important; }

.border-teal.border-darken-3 {
  border: 1px solid #00695C !important; }

.border-top-teal.border-top-darken-3 {
  border-top: 1px solid #00695C !important; }

.border-bottom-teal.border-bottom-darken-3 {
  border-bottom: 1px solid #00695C !important; }

.border-left-teal.border-left-darken-3 {
  border-left: 1px solid #00695C !important; }

.border-right-teal.border-right-darken-3 {
  border-right: 1px solid #00695C !important; }

.overlay-teal.overlay-darken-3 {
  background: #00695C;
  /* The Fallback */
  background: rgba(0, 105, 92, 0.8); }

.teal.darken-4 {
  color: #004D40 !important; }

.bg-teal.bg-darken-4 {
  background-color: #004D40 !important; }
  .bg-teal.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 77, 64, 0.6); }

.btn-teal.btn-darken-4 {
  border-color: #00796B !important;
  background-color: #004D40 !important; }
  .btn-teal.btn-darken-4:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-darken-4:focus, .btn-teal.btn-darken-4:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-darken-4 {
  border-color: #004D40 !important;
  color: #004D40 !important; }
  .btn-outline-teal.btn-outline-darken-4:hover {
    background-color: #004D40 !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #004D40 !important; }

.border-teal.border-darken-4 {
  border: 1px solid #004D40 !important; }

.border-top-teal.border-top-darken-4 {
  border-top: 1px solid #004D40 !important; }

.border-bottom-teal.border-bottom-darken-4 {
  border-bottom: 1px solid #004D40 !important; }

.border-left-teal.border-left-darken-4 {
  border-left: 1px solid #004D40 !important; }

.border-right-teal.border-right-darken-4 {
  border-right: 1px solid #004D40 !important; }

.overlay-teal.overlay-darken-4 {
  background: #004D40;
  /* The Fallback */
  background: rgba(0, 77, 64, 0.8); }

.teal.accent-1 {
  color: #A7FFEB !important; }

.bg-teal.bg-accent-1 {
  background-color: #A7FFEB !important; }
  .bg-teal.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(167, 255, 235, 0.6); }

.btn-teal.btn-accent-1 {
  border-color: #00796B !important;
  background-color: #A7FFEB !important; }
  .btn-teal.btn-accent-1:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-accent-1:focus, .btn-teal.btn-accent-1:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-accent-1 {
  border-color: #A7FFEB !important;
  color: #A7FFEB !important; }
  .btn-outline-teal.btn-outline-accent-1:hover {
    background-color: #A7FFEB !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #A7FFEB !important; }

.border-teal.border-accent-1 {
  border: 1px solid #A7FFEB !important; }

.border-top-teal.border-top-accent-1 {
  border-top: 1px solid #A7FFEB !important; }

.border-bottom-teal.border-bottom-accent-1 {
  border-bottom: 1px solid #A7FFEB !important; }

.border-left-teal.border-left-accent-1 {
  border-left: 1px solid #A7FFEB !important; }

.border-right-teal.border-right-accent-1 {
  border-right: 1px solid #A7FFEB !important; }

.overlay-teal.overlay-accent-1 {
  background: #A7FFEB;
  /* The Fallback */
  background: rgba(167, 255, 235, 0.8); }

.teal.accent-2 {
  color: #64FFDA !important; }

.bg-teal.bg-accent-2 {
  background-color: #64FFDA !important; }
  .bg-teal.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(100, 255, 218, 0.6); }

.btn-teal.btn-accent-2 {
  border-color: #00796B !important;
  background-color: #64FFDA !important; }
  .btn-teal.btn-accent-2:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-accent-2:focus, .btn-teal.btn-accent-2:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-accent-2 {
  border-color: #64FFDA !important;
  color: #64FFDA !important; }
  .btn-outline-teal.btn-outline-accent-2:hover {
    background-color: #64FFDA !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64FFDA !important; }

.border-teal.border-accent-2 {
  border: 1px solid #64FFDA !important; }

.border-top-teal.border-top-accent-2 {
  border-top: 1px solid #64FFDA !important; }

.border-bottom-teal.border-bottom-accent-2 {
  border-bottom: 1px solid #64FFDA !important; }

.border-left-teal.border-left-accent-2 {
  border-left: 1px solid #64FFDA !important; }

.border-right-teal.border-right-accent-2 {
  border-right: 1px solid #64FFDA !important; }

.overlay-teal.overlay-accent-2 {
  background: #64FFDA;
  /* The Fallback */
  background: rgba(100, 255, 218, 0.8); }

.teal.accent-3 {
  color: #1DE9B6 !important; }

.bg-teal.bg-accent-3 {
  background-color: #1DE9B6 !important; }
  .bg-teal.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(29, 233, 182, 0.6); }

.btn-teal.btn-accent-3 {
  border-color: #00796B !important;
  background-color: #1DE9B6 !important; }
  .btn-teal.btn-accent-3:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-accent-3:focus, .btn-teal.btn-accent-3:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-accent-3 {
  border-color: #1DE9B6 !important;
  color: #1DE9B6 !important; }
  .btn-outline-teal.btn-outline-accent-3:hover {
    background-color: #1DE9B6 !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1DE9B6 !important; }

.border-teal.border-accent-3 {
  border: 1px solid #1DE9B6 !important; }

.border-top-teal.border-top-accent-3 {
  border-top: 1px solid #1DE9B6 !important; }

.border-bottom-teal.border-bottom-accent-3 {
  border-bottom: 1px solid #1DE9B6 !important; }

.border-left-teal.border-left-accent-3 {
  border-left: 1px solid #1DE9B6 !important; }

.border-right-teal.border-right-accent-3 {
  border-right: 1px solid #1DE9B6 !important; }

.overlay-teal.overlay-accent-3 {
  background: #1DE9B6;
  /* The Fallback */
  background: rgba(29, 233, 182, 0.8); }

.teal.accent-4 {
  color: #00BFA5 !important; }

.bg-teal.bg-accent-4 {
  background-color: #00BFA5 !important; }
  .bg-teal.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 191, 165, 0.6); }

.btn-teal.btn-accent-4 {
  border-color: #00796B !important;
  background-color: #00BFA5 !important; }
  .btn-teal.btn-accent-4:hover {
    border-color: #00796B !important;
    background-color: #00695C !important; }
  .btn-teal.btn-accent-4:focus, .btn-teal.btn-accent-4:active {
    border-color: #00695C !important;
    background-color: #004D40 !important; }

.btn-outline-teal.btn-outline-accent-4 {
  border-color: #00BFA5 !important;
  color: #00BFA5 !important; }
  .btn-outline-teal.btn-outline-accent-4:hover {
    background-color: #00BFA5 !important; }

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00BFA5 !important; }

.border-teal.border-accent-4 {
  border: 1px solid #00BFA5 !important; }

.border-top-teal.border-top-accent-4 {
  border-top: 1px solid #00BFA5 !important; }

.border-bottom-teal.border-bottom-accent-4 {
  border-bottom: 1px solid #00BFA5 !important; }

.border-left-teal.border-left-accent-4 {
  border-left: 1px solid #00BFA5 !important; }

.border-right-teal.border-right-accent-4 {
  border-right: 1px solid #00BFA5 !important; }

.overlay-teal.overlay-accent-4 {
  background: #00BFA5;
  /* The Fallback */
  background: rgba(0, 191, 165, 0.8); }

.green.lighten-5 {
  color: #E8F5E9 !important; }

.bg-green.bg-lighten-5 {
  background-color: #E8F5E9 !important; }
  .bg-green.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(232, 245, 233, 0.6); }

.btn-green.btn-lighten-5 {
  border-color: #388E3C !important;
  background-color: #E8F5E9 !important; }
  .btn-green.btn-lighten-5:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-lighten-5:focus, .btn-green.btn-lighten-5:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-lighten-5 {
  border-color: #E8F5E9 !important;
  color: #E8F5E9 !important; }
  .btn-outline-green.btn-outline-lighten-5:hover {
    background-color: #E8F5E9 !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E8F5E9 !important; }

.border-green.border-lighten-5 {
  border: 1px solid #E8F5E9 !important; }

.border-top-green.border-top-lighten-5 {
  border-top: 1px solid #E8F5E9 !important; }

.border-bottom-green.border-bottom-lighten-5 {
  border-bottom: 1px solid #E8F5E9 !important; }

.border-left-green.border-left-lighten-5 {
  border-left: 1px solid #E8F5E9 !important; }

.border-right-green.border-right-lighten-5 {
  border-right: 1px solid #E8F5E9 !important; }

.overlay-green.overlay-lighten-5 {
  background: #E8F5E9;
  /* The Fallback */
  background: rgba(232, 245, 233, 0.8); }

.green.lighten-4 {
  color: #C8E6C9 !important; }

.bg-green.bg-lighten-4 {
  background-color: #C8E6C9 !important; }
  .bg-green.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(200, 230, 201, 0.6); }

.btn-green.btn-lighten-4 {
  border-color: #388E3C !important;
  background-color: #C8E6C9 !important; }
  .btn-green.btn-lighten-4:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-lighten-4:focus, .btn-green.btn-lighten-4:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-lighten-4 {
  border-color: #C8E6C9 !important;
  color: #C8E6C9 !important; }
  .btn-outline-green.btn-outline-lighten-4:hover {
    background-color: #C8E6C9 !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C8E6C9 !important; }

.border-green.border-lighten-4 {
  border: 1px solid #C8E6C9 !important; }

.border-top-green.border-top-lighten-4 {
  border-top: 1px solid #C8E6C9 !important; }

.border-bottom-green.border-bottom-lighten-4 {
  border-bottom: 1px solid #C8E6C9 !important; }

.border-left-green.border-left-lighten-4 {
  border-left: 1px solid #C8E6C9 !important; }

.border-right-green.border-right-lighten-4 {
  border-right: 1px solid #C8E6C9 !important; }

.overlay-green.overlay-lighten-4 {
  background: #C8E6C9;
  /* The Fallback */
  background: rgba(200, 230, 201, 0.8); }

.green.lighten-3 {
  color: #A5D6A7 !important; }

.bg-green.bg-lighten-3 {
  background-color: #A5D6A7 !important; }
  .bg-green.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(165, 214, 167, 0.6); }

.btn-green.btn-lighten-3 {
  border-color: #388E3C !important;
  background-color: #A5D6A7 !important; }
  .btn-green.btn-lighten-3:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-lighten-3:focus, .btn-green.btn-lighten-3:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-lighten-3 {
  border-color: #A5D6A7 !important;
  color: #A5D6A7 !important; }
  .btn-outline-green.btn-outline-lighten-3:hover {
    background-color: #A5D6A7 !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #A5D6A7 !important; }

.border-green.border-lighten-3 {
  border: 1px solid #A5D6A7 !important; }

.border-top-green.border-top-lighten-3 {
  border-top: 1px solid #A5D6A7 !important; }

.border-bottom-green.border-bottom-lighten-3 {
  border-bottom: 1px solid #A5D6A7 !important; }

.border-left-green.border-left-lighten-3 {
  border-left: 1px solid #A5D6A7 !important; }

.border-right-green.border-right-lighten-3 {
  border-right: 1px solid #A5D6A7 !important; }

.overlay-green.overlay-lighten-3 {
  background: #A5D6A7;
  /* The Fallback */
  background: rgba(165, 214, 167, 0.8); }

.green.lighten-2 {
  color: #81C784 !important; }

.bg-green.bg-lighten-2 {
  background-color: #81C784 !important; }
  .bg-green.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(129, 199, 132, 0.6); }

.btn-green.btn-lighten-2 {
  border-color: #388E3C !important;
  background-color: #81C784 !important; }
  .btn-green.btn-lighten-2:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-lighten-2:focus, .btn-green.btn-lighten-2:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-lighten-2 {
  border-color: #81C784 !important;
  color: #81C784 !important; }
  .btn-outline-green.btn-outline-lighten-2:hover {
    background-color: #81C784 !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #81C784 !important; }

.border-green.border-lighten-2 {
  border: 1px solid #81C784 !important; }

.border-top-green.border-top-lighten-2 {
  border-top: 1px solid #81C784 !important; }

.border-bottom-green.border-bottom-lighten-2 {
  border-bottom: 1px solid #81C784 !important; }

.border-left-green.border-left-lighten-2 {
  border-left: 1px solid #81C784 !important; }

.border-right-green.border-right-lighten-2 {
  border-right: 1px solid #81C784 !important; }

.overlay-green.overlay-lighten-2 {
  background: #81C784;
  /* The Fallback */
  background: rgba(129, 199, 132, 0.8); }

.green.lighten-1 {
  color: #66BB6A !important; }

.bg-green.bg-lighten-1 {
  background-color: #66BB6A !important; }
  .bg-green.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(102, 187, 106, 0.6); }

.btn-green.btn-lighten-1 {
  border-color: #388E3C !important;
  background-color: #66BB6A !important; }
  .btn-green.btn-lighten-1:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-lighten-1:focus, .btn-green.btn-lighten-1:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-lighten-1 {
  border-color: #66BB6A !important;
  color: #66BB6A !important; }
  .btn-outline-green.btn-outline-lighten-1:hover {
    background-color: #66BB6A !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #66BB6A !important; }

.border-green.border-lighten-1 {
  border: 1px solid #66BB6A !important; }

.border-top-green.border-top-lighten-1 {
  border-top: 1px solid #66BB6A !important; }

.border-bottom-green.border-bottom-lighten-1 {
  border-bottom: 1px solid #66BB6A !important; }

.border-left-green.border-left-lighten-1 {
  border-left: 1px solid #66BB6A !important; }

.border-right-green.border-right-lighten-1 {
  border-right: 1px solid #66BB6A !important; }

.overlay-green.overlay-lighten-1 {
  background: #66BB6A;
  /* The Fallback */
  background: rgba(102, 187, 106, 0.8); }

.green {
  color: #4CAF50 !important; }

.bg-green {
  background-color: #4CAF50 !important; }
  .bg-green .card-header, .bg-green .card-footer {
    background-color: transparent; }
  .bg-green.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(76, 175, 80, 0.6); }

.selectboxit.selectboxit-btn.bg-green {
  background-color: #4CAF50 !important; }

.alert-green {
  border-color: #4CAF50 !important;
  background-color: #7cc67f !important;
  color: #163317 !important; }
  .alert-green .alert-link {
    color: #0a160a !important; }

.border-green {
  border-color: #4CAF50; }

.overlay-green {
  background: #4CAF50;
  /* The Fallback */
  background: rgba(76, 175, 80, 0.8); }

/* .card-outline-green{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-green {
  border-color: #4CAF50 !important;
  background-color: #4CAF50 !important;
  color: #FFFFFF; }
  .btn-green:hover {
    border-color: #388E3C !important;
    background-color: #43A047 !important;
    color: #FFF !important; }
  .btn-green:focus, .btn-green:active {
    border-color: #2E7D32 !important;
    background-color: #388E3C !important;
    color: #FFF !important; }
  .btn-green.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(76, 175, 80, 0.6); }

.btn-outline-green {
  border-color: #4CAF50;
  background-color: transparent;
  color: #4CAF50; }
  .btn-outline-green:hover {
    background-color: #4CAF50;
    color: #FFF !important; }
  .btn-outline-green.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(76, 175, 80, 0.6); }

input[type="checkbox"].bg-green + .custom-control-label:before, input[type="radio"].bg-green + .custom-control-label:before {
  background-color: #4CAF50 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4CAF50 !important; }

.border-green {
  border: 1px solid #4CAF50 !important; }

.border-top-green {
  border-top: 1px solid #4CAF50; }

.border-bottom-green {
  border-bottom: 1px solid #4CAF50; }

.border-left-green {
  border-left: 1px solid #4CAF50; }

.border-right-green {
  border-right: 1px solid #4CAF50; }

.green.darken-1 {
  color: #43A047 !important; }

.bg-green.bg-darken-1 {
  background-color: #43A047 !important; }
  .bg-green.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(67, 160, 71, 0.6); }

.btn-green.btn-darken-1 {
  border-color: #388E3C !important;
  background-color: #43A047 !important; }
  .btn-green.btn-darken-1:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-darken-1:focus, .btn-green.btn-darken-1:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-darken-1 {
  border-color: #43A047 !important;
  color: #43A047 !important; }
  .btn-outline-green.btn-outline-darken-1:hover {
    background-color: #43A047 !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #43A047 !important; }

.border-green.border-darken-1 {
  border: 1px solid #43A047 !important; }

.border-top-green.border-top-darken-1 {
  border-top: 1px solid #43A047 !important; }

.border-bottom-green.border-bottom-darken-1 {
  border-bottom: 1px solid #43A047 !important; }

.border-left-green.border-left-darken-1 {
  border-left: 1px solid #43A047 !important; }

.border-right-green.border-right-darken-1 {
  border-right: 1px solid #43A047 !important; }

.overlay-green.overlay-darken-1 {
  background: #43A047;
  /* The Fallback */
  background: rgba(67, 160, 71, 0.8); }

.green.darken-2 {
  color: #388E3C !important; }

.bg-green.bg-darken-2 {
  background-color: #388E3C !important; }
  .bg-green.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(56, 142, 60, 0.6); }

.btn-green.btn-darken-2 {
  border-color: #388E3C !important;
  background-color: #388E3C !important; }
  .btn-green.btn-darken-2:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-darken-2:focus, .btn-green.btn-darken-2:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-darken-2 {
  border-color: #388E3C !important;
  color: #388E3C !important; }
  .btn-outline-green.btn-outline-darken-2:hover {
    background-color: #388E3C !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #388E3C !important; }

.border-green.border-darken-2 {
  border: 1px solid #388E3C !important; }

.border-top-green.border-top-darken-2 {
  border-top: 1px solid #388E3C !important; }

.border-bottom-green.border-bottom-darken-2 {
  border-bottom: 1px solid #388E3C !important; }

.border-left-green.border-left-darken-2 {
  border-left: 1px solid #388E3C !important; }

.border-right-green.border-right-darken-2 {
  border-right: 1px solid #388E3C !important; }

.overlay-green.overlay-darken-2 {
  background: #388E3C;
  /* The Fallback */
  background: rgba(56, 142, 60, 0.8); }

.green.darken-3 {
  color: #2E7D32 !important; }

.bg-green.bg-darken-3 {
  background-color: #2E7D32 !important; }
  .bg-green.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(46, 125, 50, 0.6); }

.btn-green.btn-darken-3 {
  border-color: #388E3C !important;
  background-color: #2E7D32 !important; }
  .btn-green.btn-darken-3:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-darken-3:focus, .btn-green.btn-darken-3:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-darken-3 {
  border-color: #2E7D32 !important;
  color: #2E7D32 !important; }
  .btn-outline-green.btn-outline-darken-3:hover {
    background-color: #2E7D32 !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2E7D32 !important; }

.border-green.border-darken-3 {
  border: 1px solid #2E7D32 !important; }

.border-top-green.border-top-darken-3 {
  border-top: 1px solid #2E7D32 !important; }

.border-bottom-green.border-bottom-darken-3 {
  border-bottom: 1px solid #2E7D32 !important; }

.border-left-green.border-left-darken-3 {
  border-left: 1px solid #2E7D32 !important; }

.border-right-green.border-right-darken-3 {
  border-right: 1px solid #2E7D32 !important; }

.overlay-green.overlay-darken-3 {
  background: #2E7D32;
  /* The Fallback */
  background: rgba(46, 125, 50, 0.8); }

.green.darken-4 {
  color: #1B5E20 !important; }

.bg-green.bg-darken-4 {
  background-color: #1B5E20 !important; }
  .bg-green.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(27, 94, 32, 0.6); }

.btn-green.btn-darken-4 {
  border-color: #388E3C !important;
  background-color: #1B5E20 !important; }
  .btn-green.btn-darken-4:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-darken-4:focus, .btn-green.btn-darken-4:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-darken-4 {
  border-color: #1B5E20 !important;
  color: #1B5E20 !important; }
  .btn-outline-green.btn-outline-darken-4:hover {
    background-color: #1B5E20 !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1B5E20 !important; }

.border-green.border-darken-4 {
  border: 1px solid #1B5E20 !important; }

.border-top-green.border-top-darken-4 {
  border-top: 1px solid #1B5E20 !important; }

.border-bottom-green.border-bottom-darken-4 {
  border-bottom: 1px solid #1B5E20 !important; }

.border-left-green.border-left-darken-4 {
  border-left: 1px solid #1B5E20 !important; }

.border-right-green.border-right-darken-4 {
  border-right: 1px solid #1B5E20 !important; }

.overlay-green.overlay-darken-4 {
  background: #1B5E20;
  /* The Fallback */
  background: rgba(27, 94, 32, 0.8); }

.green.accent-1 {
  color: #B9F6CA !important; }

.bg-green.bg-accent-1 {
  background-color: #B9F6CA !important; }
  .bg-green.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(185, 246, 202, 0.6); }

.btn-green.btn-accent-1 {
  border-color: #388E3C !important;
  background-color: #B9F6CA !important; }
  .btn-green.btn-accent-1:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-accent-1:focus, .btn-green.btn-accent-1:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-accent-1 {
  border-color: #B9F6CA !important;
  color: #B9F6CA !important; }
  .btn-outline-green.btn-outline-accent-1:hover {
    background-color: #B9F6CA !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B9F6CA !important; }

.border-green.border-accent-1 {
  border: 1px solid #B9F6CA !important; }

.border-top-green.border-top-accent-1 {
  border-top: 1px solid #B9F6CA !important; }

.border-bottom-green.border-bottom-accent-1 {
  border-bottom: 1px solid #B9F6CA !important; }

.border-left-green.border-left-accent-1 {
  border-left: 1px solid #B9F6CA !important; }

.border-right-green.border-right-accent-1 {
  border-right: 1px solid #B9F6CA !important; }

.overlay-green.overlay-accent-1 {
  background: #B9F6CA;
  /* The Fallback */
  background: rgba(185, 246, 202, 0.8); }

.green.accent-2 {
  color: #69F0AE !important; }

.bg-green.bg-accent-2 {
  background-color: #69F0AE !important; }
  .bg-green.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(105, 240, 174, 0.6); }

.btn-green.btn-accent-2 {
  border-color: #388E3C !important;
  background-color: #69F0AE !important; }
  .btn-green.btn-accent-2:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-accent-2:focus, .btn-green.btn-accent-2:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-accent-2 {
  border-color: #69F0AE !important;
  color: #69F0AE !important; }
  .btn-outline-green.btn-outline-accent-2:hover {
    background-color: #69F0AE !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #69F0AE !important; }

.border-green.border-accent-2 {
  border: 1px solid #69F0AE !important; }

.border-top-green.border-top-accent-2 {
  border-top: 1px solid #69F0AE !important; }

.border-bottom-green.border-bottom-accent-2 {
  border-bottom: 1px solid #69F0AE !important; }

.border-left-green.border-left-accent-2 {
  border-left: 1px solid #69F0AE !important; }

.border-right-green.border-right-accent-2 {
  border-right: 1px solid #69F0AE !important; }

.overlay-green.overlay-accent-2 {
  background: #69F0AE;
  /* The Fallback */
  background: rgba(105, 240, 174, 0.8); }

.green.accent-3 {
  color: #00E676 !important; }

.bg-green.bg-accent-3 {
  background-color: #00E676 !important; }
  .bg-green.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 230, 118, 0.6); }

.btn-green.btn-accent-3 {
  border-color: #388E3C !important;
  background-color: #00E676 !important; }
  .btn-green.btn-accent-3:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-accent-3:focus, .btn-green.btn-accent-3:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-accent-3 {
  border-color: #00E676 !important;
  color: #00E676 !important; }
  .btn-outline-green.btn-outline-accent-3:hover {
    background-color: #00E676 !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00E676 !important; }

.border-green.border-accent-3 {
  border: 1px solid #00E676 !important; }

.border-top-green.border-top-accent-3 {
  border-top: 1px solid #00E676 !important; }

.border-bottom-green.border-bottom-accent-3 {
  border-bottom: 1px solid #00E676 !important; }

.border-left-green.border-left-accent-3 {
  border-left: 1px solid #00E676 !important; }

.border-right-green.border-right-accent-3 {
  border-right: 1px solid #00E676 !important; }

.overlay-green.overlay-accent-3 {
  background: #00E676;
  /* The Fallback */
  background: rgba(0, 230, 118, 0.8); }

.green.accent-4 {
  color: #00C853 !important; }

.bg-green.bg-accent-4 {
  background-color: #00C853 !important; }
  .bg-green.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 200, 83, 0.6); }

.btn-green.btn-accent-4 {
  border-color: #388E3C !important;
  background-color: #00C853 !important; }
  .btn-green.btn-accent-4:hover {
    border-color: #388E3C !important;
    background-color: #2E7D32 !important; }
  .btn-green.btn-accent-4:focus, .btn-green.btn-accent-4:active {
    border-color: #2E7D32 !important;
    background-color: #1B5E20 !important; }

.btn-outline-green.btn-outline-accent-4 {
  border-color: #00C853 !important;
  color: #00C853 !important; }
  .btn-outline-green.btn-outline-accent-4:hover {
    background-color: #00C853 !important; }

input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00C853 !important; }

.border-green.border-accent-4 {
  border: 1px solid #00C853 !important; }

.border-top-green.border-top-accent-4 {
  border-top: 1px solid #00C853 !important; }

.border-bottom-green.border-bottom-accent-4 {
  border-bottom: 1px solid #00C853 !important; }

.border-left-green.border-left-accent-4 {
  border-left: 1px solid #00C853 !important; }

.border-right-green.border-right-accent-4 {
  border-right: 1px solid #00C853 !important; }

.overlay-green.overlay-accent-4 {
  background: #00C853;
  /* The Fallback */
  background: rgba(0, 200, 83, 0.8); }

.light-green.lighten-5 {
  color: #F1F8A9 !important; }

.bg-light-green.bg-lighten-5 {
  background-color: #F1F8A9 !important; }
  .bg-light-green.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(241, 248, 169, 0.6); }

.btn-light-green.btn-lighten-5 {
  border-color: #689F38 !important;
  background-color: #F1F8A9 !important; }
  .btn-light-green.btn-lighten-5:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-lighten-5:focus, .btn-light-green.btn-lighten-5:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-lighten-5 {
  border-color: #F1F8A9 !important;
  color: #F1F8A9 !important; }
  .btn-outline-light-green.btn-outline-lighten-5:hover {
    background-color: #F1F8A9 !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F1F8A9 !important; }

.border-light-green.border-lighten-5 {
  border: 1px solid #F1F8A9 !important; }

.border-top-light-green.border-top-lighten-5 {
  border-top: 1px solid #F1F8A9 !important; }

.border-bottom-light-green.border-bottom-lighten-5 {
  border-bottom: 1px solid #F1F8A9 !important; }

.border-left-light-green.border-left-lighten-5 {
  border-left: 1px solid #F1F8A9 !important; }

.border-right-light-green.border-right-lighten-5 {
  border-right: 1px solid #F1F8A9 !important; }

.overlay-light-green.overlay-lighten-5 {
  background: #F1F8A9;
  /* The Fallback */
  background: rgba(241, 248, 169, 0.8); }

.light-green.lighten-4 {
  color: #DCEDC8 !important; }

.bg-light-green.bg-lighten-4 {
  background-color: #DCEDC8 !important; }
  .bg-light-green.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(220, 237, 200, 0.6); }

.btn-light-green.btn-lighten-4 {
  border-color: #689F38 !important;
  background-color: #DCEDC8 !important; }
  .btn-light-green.btn-lighten-4:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-lighten-4:focus, .btn-light-green.btn-lighten-4:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-lighten-4 {
  border-color: #DCEDC8 !important;
  color: #DCEDC8 !important; }
  .btn-outline-light-green.btn-outline-lighten-4:hover {
    background-color: #DCEDC8 !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #DCEDC8 !important; }

.border-light-green.border-lighten-4 {
  border: 1px solid #DCEDC8 !important; }

.border-top-light-green.border-top-lighten-4 {
  border-top: 1px solid #DCEDC8 !important; }

.border-bottom-light-green.border-bottom-lighten-4 {
  border-bottom: 1px solid #DCEDC8 !important; }

.border-left-light-green.border-left-lighten-4 {
  border-left: 1px solid #DCEDC8 !important; }

.border-right-light-green.border-right-lighten-4 {
  border-right: 1px solid #DCEDC8 !important; }

.overlay-light-green.overlay-lighten-4 {
  background: #DCEDC8;
  /* The Fallback */
  background: rgba(220, 237, 200, 0.8); }

.light-green.lighten-3 {
  color: #C5E1A5 !important; }

.bg-light-green.bg-lighten-3 {
  background-color: #C5E1A5 !important; }
  .bg-light-green.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(197, 225, 165, 0.6); }

.btn-light-green.btn-lighten-3 {
  border-color: #689F38 !important;
  background-color: #C5E1A5 !important; }
  .btn-light-green.btn-lighten-3:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-lighten-3:focus, .btn-light-green.btn-lighten-3:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-lighten-3 {
  border-color: #C5E1A5 !important;
  color: #C5E1A5 !important; }
  .btn-outline-light-green.btn-outline-lighten-3:hover {
    background-color: #C5E1A5 !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C5E1A5 !important; }

.border-light-green.border-lighten-3 {
  border: 1px solid #C5E1A5 !important; }

.border-top-light-green.border-top-lighten-3 {
  border-top: 1px solid #C5E1A5 !important; }

.border-bottom-light-green.border-bottom-lighten-3 {
  border-bottom: 1px solid #C5E1A5 !important; }

.border-left-light-green.border-left-lighten-3 {
  border-left: 1px solid #C5E1A5 !important; }

.border-right-light-green.border-right-lighten-3 {
  border-right: 1px solid #C5E1A5 !important; }

.overlay-light-green.overlay-lighten-3 {
  background: #C5E1A5;
  /* The Fallback */
  background: rgba(197, 225, 165, 0.8); }

.light-green.lighten-2 {
  color: #AED581 !important; }

.bg-light-green.bg-lighten-2 {
  background-color: #AED581 !important; }
  .bg-light-green.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(174, 213, 129, 0.6); }

.btn-light-green.btn-lighten-2 {
  border-color: #689F38 !important;
  background-color: #AED581 !important; }
  .btn-light-green.btn-lighten-2:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-lighten-2:focus, .btn-light-green.btn-lighten-2:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-lighten-2 {
  border-color: #AED581 !important;
  color: #AED581 !important; }
  .btn-outline-light-green.btn-outline-lighten-2:hover {
    background-color: #AED581 !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AED581 !important; }

.border-light-green.border-lighten-2 {
  border: 1px solid #AED581 !important; }

.border-top-light-green.border-top-lighten-2 {
  border-top: 1px solid #AED581 !important; }

.border-bottom-light-green.border-bottom-lighten-2 {
  border-bottom: 1px solid #AED581 !important; }

.border-left-light-green.border-left-lighten-2 {
  border-left: 1px solid #AED581 !important; }

.border-right-light-green.border-right-lighten-2 {
  border-right: 1px solid #AED581 !important; }

.overlay-light-green.overlay-lighten-2 {
  background: #AED581;
  /* The Fallback */
  background: rgba(174, 213, 129, 0.8); }

.light-green.lighten-1 {
  color: #9CCC65 !important; }

.bg-light-green.bg-lighten-1 {
  background-color: #9CCC65 !important; }
  .bg-light-green.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(156, 204, 101, 0.6); }

.btn-light-green.btn-lighten-1 {
  border-color: #689F38 !important;
  background-color: #9CCC65 !important; }
  .btn-light-green.btn-lighten-1:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-lighten-1:focus, .btn-light-green.btn-lighten-1:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-lighten-1 {
  border-color: #9CCC65 !important;
  color: #9CCC65 !important; }
  .btn-outline-light-green.btn-outline-lighten-1:hover {
    background-color: #9CCC65 !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9CCC65 !important; }

.border-light-green.border-lighten-1 {
  border: 1px solid #9CCC65 !important; }

.border-top-light-green.border-top-lighten-1 {
  border-top: 1px solid #9CCC65 !important; }

.border-bottom-light-green.border-bottom-lighten-1 {
  border-bottom: 1px solid #9CCC65 !important; }

.border-left-light-green.border-left-lighten-1 {
  border-left: 1px solid #9CCC65 !important; }

.border-right-light-green.border-right-lighten-1 {
  border-right: 1px solid #9CCC65 !important; }

.overlay-light-green.overlay-lighten-1 {
  background: #9CCC65;
  /* The Fallback */
  background: rgba(156, 204, 101, 0.8); }

.light-green {
  color: #8BC34A !important; }

.bg-light-green {
  background-color: #8BC34A !important; }
  .bg-light-green .card-header, .bg-light-green .card-footer {
    background-color: transparent; }
  .bg-light-green.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(139, 195, 74, 0.6); }

.selectboxit.selectboxit-btn.bg-light-green {
  background-color: #8BC34A !important; }

.alert-light-green {
  border-color: #8BC34A !important;
  background-color: #add580 !important;
  color: #2f4417 !important; }
  .alert-light-green .alert-link {
    color: #1a250c !important; }

.border-light-green {
  border-color: #8BC34A; }

.overlay-light-green {
  background: #8BC34A;
  /* The Fallback */
  background: rgba(139, 195, 74, 0.8); }

/* .card-outline-light-green{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-light-green {
  border-color: #8BC34A !important;
  background-color: #8BC34A !important;
  color: #FFFFFF; }
  .btn-light-green:hover {
    border-color: #689F38 !important;
    background-color: #7CB342 !important;
    color: #FFF !important; }
  .btn-light-green:focus, .btn-light-green:active {
    border-color: #558B2F !important;
    background-color: #689F38 !important;
    color: #FFF !important; }
  .btn-light-green.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(139, 195, 74, 0.6); }

.btn-outline-light-green {
  border-color: #8BC34A;
  background-color: transparent;
  color: #8BC34A; }
  .btn-outline-light-green:hover {
    background-color: #8BC34A;
    color: #FFF !important; }
  .btn-outline-light-green.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(139, 195, 74, 0.6); }

input[type="checkbox"].bg-light-green + .custom-control-label:before, input[type="radio"].bg-light-green + .custom-control-label:before {
  background-color: #8BC34A !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8BC34A !important; }

.border-light-green {
  border: 1px solid #8BC34A !important; }

.border-top-light-green {
  border-top: 1px solid #8BC34A; }

.border-bottom-light-green {
  border-bottom: 1px solid #8BC34A; }

.border-left-light-green {
  border-left: 1px solid #8BC34A; }

.border-right-light-green {
  border-right: 1px solid #8BC34A; }

.light-green.darken-1 {
  color: #7CB342 !important; }

.bg-light-green.bg-darken-1 {
  background-color: #7CB342 !important; }
  .bg-light-green.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(124, 179, 66, 0.6); }

.btn-light-green.btn-darken-1 {
  border-color: #689F38 !important;
  background-color: #7CB342 !important; }
  .btn-light-green.btn-darken-1:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-darken-1:focus, .btn-light-green.btn-darken-1:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-darken-1 {
  border-color: #7CB342 !important;
  color: #7CB342 !important; }
  .btn-outline-light-green.btn-outline-darken-1:hover {
    background-color: #7CB342 !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7CB342 !important; }

.border-light-green.border-darken-1 {
  border: 1px solid #7CB342 !important; }

.border-top-light-green.border-top-darken-1 {
  border-top: 1px solid #7CB342 !important; }

.border-bottom-light-green.border-bottom-darken-1 {
  border-bottom: 1px solid #7CB342 !important; }

.border-left-light-green.border-left-darken-1 {
  border-left: 1px solid #7CB342 !important; }

.border-right-light-green.border-right-darken-1 {
  border-right: 1px solid #7CB342 !important; }

.overlay-light-green.overlay-darken-1 {
  background: #7CB342;
  /* The Fallback */
  background: rgba(124, 179, 66, 0.8); }

.light-green.darken-2 {
  color: #689F38 !important; }

.bg-light-green.bg-darken-2 {
  background-color: #689F38 !important; }
  .bg-light-green.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(104, 159, 56, 0.6); }

.btn-light-green.btn-darken-2 {
  border-color: #689F38 !important;
  background-color: #689F38 !important; }
  .btn-light-green.btn-darken-2:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-darken-2:focus, .btn-light-green.btn-darken-2:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-darken-2 {
  border-color: #689F38 !important;
  color: #689F38 !important; }
  .btn-outline-light-green.btn-outline-darken-2:hover {
    background-color: #689F38 !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #689F38 !important; }

.border-light-green.border-darken-2 {
  border: 1px solid #689F38 !important; }

.border-top-light-green.border-top-darken-2 {
  border-top: 1px solid #689F38 !important; }

.border-bottom-light-green.border-bottom-darken-2 {
  border-bottom: 1px solid #689F38 !important; }

.border-left-light-green.border-left-darken-2 {
  border-left: 1px solid #689F38 !important; }

.border-right-light-green.border-right-darken-2 {
  border-right: 1px solid #689F38 !important; }

.overlay-light-green.overlay-darken-2 {
  background: #689F38;
  /* The Fallback */
  background: rgba(104, 159, 56, 0.8); }

.light-green.darken-3 {
  color: #558B2F !important; }

.bg-light-green.bg-darken-3 {
  background-color: #558B2F !important; }
  .bg-light-green.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(85, 139, 47, 0.6); }

.btn-light-green.btn-darken-3 {
  border-color: #689F38 !important;
  background-color: #558B2F !important; }
  .btn-light-green.btn-darken-3:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-darken-3:focus, .btn-light-green.btn-darken-3:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-darken-3 {
  border-color: #558B2F !important;
  color: #558B2F !important; }
  .btn-outline-light-green.btn-outline-darken-3:hover {
    background-color: #558B2F !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #558B2F !important; }

.border-light-green.border-darken-3 {
  border: 1px solid #558B2F !important; }

.border-top-light-green.border-top-darken-3 {
  border-top: 1px solid #558B2F !important; }

.border-bottom-light-green.border-bottom-darken-3 {
  border-bottom: 1px solid #558B2F !important; }

.border-left-light-green.border-left-darken-3 {
  border-left: 1px solid #558B2F !important; }

.border-right-light-green.border-right-darken-3 {
  border-right: 1px solid #558B2F !important; }

.overlay-light-green.overlay-darken-3 {
  background: #558B2F;
  /* The Fallback */
  background: rgba(85, 139, 47, 0.8); }

.light-green.darken-4 {
  color: #33691E !important; }

.bg-light-green.bg-darken-4 {
  background-color: #33691E !important; }
  .bg-light-green.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(51, 105, 30, 0.6); }

.btn-light-green.btn-darken-4 {
  border-color: #689F38 !important;
  background-color: #33691E !important; }
  .btn-light-green.btn-darken-4:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-darken-4:focus, .btn-light-green.btn-darken-4:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-darken-4 {
  border-color: #33691E !important;
  color: #33691E !important; }
  .btn-outline-light-green.btn-outline-darken-4:hover {
    background-color: #33691E !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #33691E !important; }

.border-light-green.border-darken-4 {
  border: 1px solid #33691E !important; }

.border-top-light-green.border-top-darken-4 {
  border-top: 1px solid #33691E !important; }

.border-bottom-light-green.border-bottom-darken-4 {
  border-bottom: 1px solid #33691E !important; }

.border-left-light-green.border-left-darken-4 {
  border-left: 1px solid #33691E !important; }

.border-right-light-green.border-right-darken-4 {
  border-right: 1px solid #33691E !important; }

.overlay-light-green.overlay-darken-4 {
  background: #33691E;
  /* The Fallback */
  background: rgba(51, 105, 30, 0.8); }

.light-green.accent-1 {
  color: #CCFF90 !important; }

.bg-light-green.bg-accent-1 {
  background-color: #CCFF90 !important; }
  .bg-light-green.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(204, 255, 144, 0.6); }

.btn-light-green.btn-accent-1 {
  border-color: #689F38 !important;
  background-color: #CCFF90 !important; }
  .btn-light-green.btn-accent-1:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-accent-1:focus, .btn-light-green.btn-accent-1:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-accent-1 {
  border-color: #CCFF90 !important;
  color: #CCFF90 !important; }
  .btn-outline-light-green.btn-outline-accent-1:hover {
    background-color: #CCFF90 !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CCFF90 !important; }

.border-light-green.border-accent-1 {
  border: 1px solid #CCFF90 !important; }

.border-top-light-green.border-top-accent-1 {
  border-top: 1px solid #CCFF90 !important; }

.border-bottom-light-green.border-bottom-accent-1 {
  border-bottom: 1px solid #CCFF90 !important; }

.border-left-light-green.border-left-accent-1 {
  border-left: 1px solid #CCFF90 !important; }

.border-right-light-green.border-right-accent-1 {
  border-right: 1px solid #CCFF90 !important; }

.overlay-light-green.overlay-accent-1 {
  background: #CCFF90;
  /* The Fallback */
  background: rgba(204, 255, 144, 0.8); }

.light-green.accent-2 {
  color: #B2FF59 !important; }

.bg-light-green.bg-accent-2 {
  background-color: #B2FF59 !important; }
  .bg-light-green.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(178, 255, 89, 0.6); }

.btn-light-green.btn-accent-2 {
  border-color: #689F38 !important;
  background-color: #B2FF59 !important; }
  .btn-light-green.btn-accent-2:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-accent-2:focus, .btn-light-green.btn-accent-2:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-accent-2 {
  border-color: #B2FF59 !important;
  color: #B2FF59 !important; }
  .btn-outline-light-green.btn-outline-accent-2:hover {
    background-color: #B2FF59 !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B2FF59 !important; }

.border-light-green.border-accent-2 {
  border: 1px solid #B2FF59 !important; }

.border-top-light-green.border-top-accent-2 {
  border-top: 1px solid #B2FF59 !important; }

.border-bottom-light-green.border-bottom-accent-2 {
  border-bottom: 1px solid #B2FF59 !important; }

.border-left-light-green.border-left-accent-2 {
  border-left: 1px solid #B2FF59 !important; }

.border-right-light-green.border-right-accent-2 {
  border-right: 1px solid #B2FF59 !important; }

.overlay-light-green.overlay-accent-2 {
  background: #B2FF59;
  /* The Fallback */
  background: rgba(178, 255, 89, 0.8); }

.light-green.accent-3 {
  color: #76FF03 !important; }

.bg-light-green.bg-accent-3 {
  background-color: #76FF03 !important; }
  .bg-light-green.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(118, 255, 3, 0.6); }

.btn-light-green.btn-accent-3 {
  border-color: #689F38 !important;
  background-color: #76FF03 !important; }
  .btn-light-green.btn-accent-3:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-accent-3:focus, .btn-light-green.btn-accent-3:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-accent-3 {
  border-color: #76FF03 !important;
  color: #76FF03 !important; }
  .btn-outline-light-green.btn-outline-accent-3:hover {
    background-color: #76FF03 !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #76FF03 !important; }

.border-light-green.border-accent-3 {
  border: 1px solid #76FF03 !important; }

.border-top-light-green.border-top-accent-3 {
  border-top: 1px solid #76FF03 !important; }

.border-bottom-light-green.border-bottom-accent-3 {
  border-bottom: 1px solid #76FF03 !important; }

.border-left-light-green.border-left-accent-3 {
  border-left: 1px solid #76FF03 !important; }

.border-right-light-green.border-right-accent-3 {
  border-right: 1px solid #76FF03 !important; }

.overlay-light-green.overlay-accent-3 {
  background: #76FF03;
  /* The Fallback */
  background: rgba(118, 255, 3, 0.8); }

.light-green.accent-4 {
  color: #64DD17 !important; }

.bg-light-green.bg-accent-4 {
  background-color: #64DD17 !important; }
  .bg-light-green.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(100, 221, 23, 0.6); }

.btn-light-green.btn-accent-4 {
  border-color: #689F38 !important;
  background-color: #64DD17 !important; }
  .btn-light-green.btn-accent-4:hover {
    border-color: #689F38 !important;
    background-color: #558B2F !important; }
  .btn-light-green.btn-accent-4:focus, .btn-light-green.btn-accent-4:active {
    border-color: #558B2F !important;
    background-color: #33691E !important; }

.btn-outline-light-green.btn-outline-accent-4 {
  border-color: #64DD17 !important;
  color: #64DD17 !important; }
  .btn-outline-light-green.btn-outline-accent-4:hover {
    background-color: #64DD17 !important; }

input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64DD17 !important; }

.border-light-green.border-accent-4 {
  border: 1px solid #64DD17 !important; }

.border-top-light-green.border-top-accent-4 {
  border-top: 1px solid #64DD17 !important; }

.border-bottom-light-green.border-bottom-accent-4 {
  border-bottom: 1px solid #64DD17 !important; }

.border-left-light-green.border-left-accent-4 {
  border-left: 1px solid #64DD17 !important; }

.border-right-light-green.border-right-accent-4 {
  border-right: 1px solid #64DD17 !important; }

.overlay-light-green.overlay-accent-4 {
  background: #64DD17;
  /* The Fallback */
  background: rgba(100, 221, 23, 0.8); }

.lime.lighten-5 {
  color: #F9FBE7 !important; }

.bg-lime.bg-lighten-5 {
  background-color: #F9FBE7 !important; }
  .bg-lime.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(249, 251, 231, 0.6); }

.btn-lime.btn-lighten-5 {
  border-color: #AFB42B !important;
  background-color: #F9FBE7 !important; }
  .btn-lime.btn-lighten-5:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-lighten-5:focus, .btn-lime.btn-lighten-5:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-lighten-5 {
  border-color: #F9FBE7 !important;
  color: #F9FBE7 !important; }
  .btn-outline-lime.btn-outline-lighten-5:hover {
    background-color: #F9FBE7 !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F9FBE7 !important; }

.border-lime.border-lighten-5 {
  border: 1px solid #F9FBE7 !important; }

.border-top-lime.border-top-lighten-5 {
  border-top: 1px solid #F9FBE7 !important; }

.border-bottom-lime.border-bottom-lighten-5 {
  border-bottom: 1px solid #F9FBE7 !important; }

.border-left-lime.border-left-lighten-5 {
  border-left: 1px solid #F9FBE7 !important; }

.border-right-lime.border-right-lighten-5 {
  border-right: 1px solid #F9FBE7 !important; }

.overlay-lime.overlay-lighten-5 {
  background: #F9FBE7;
  /* The Fallback */
  background: rgba(249, 251, 231, 0.8); }

.lime.lighten-4 {
  color: #F0F4C3 !important; }

.bg-lime.bg-lighten-4 {
  background-color: #F0F4C3 !important; }
  .bg-lime.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(240, 244, 195, 0.6); }

.btn-lime.btn-lighten-4 {
  border-color: #AFB42B !important;
  background-color: #F0F4C3 !important; }
  .btn-lime.btn-lighten-4:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-lighten-4:focus, .btn-lime.btn-lighten-4:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-lighten-4 {
  border-color: #F0F4C3 !important;
  color: #F0F4C3 !important; }
  .btn-outline-lime.btn-outline-lighten-4:hover {
    background-color: #F0F4C3 !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F0F4C3 !important; }

.border-lime.border-lighten-4 {
  border: 1px solid #F0F4C3 !important; }

.border-top-lime.border-top-lighten-4 {
  border-top: 1px solid #F0F4C3 !important; }

.border-bottom-lime.border-bottom-lighten-4 {
  border-bottom: 1px solid #F0F4C3 !important; }

.border-left-lime.border-left-lighten-4 {
  border-left: 1px solid #F0F4C3 !important; }

.border-right-lime.border-right-lighten-4 {
  border-right: 1px solid #F0F4C3 !important; }

.overlay-lime.overlay-lighten-4 {
  background: #F0F4C3;
  /* The Fallback */
  background: rgba(240, 244, 195, 0.8); }

.lime.lighten-3 {
  color: #E6EE9C !important; }

.bg-lime.bg-lighten-3 {
  background-color: #E6EE9C !important; }
  .bg-lime.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(230, 238, 156, 0.6); }

.btn-lime.btn-lighten-3 {
  border-color: #AFB42B !important;
  background-color: #E6EE9C !important; }
  .btn-lime.btn-lighten-3:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-lighten-3:focus, .btn-lime.btn-lighten-3:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-lighten-3 {
  border-color: #E6EE9C !important;
  color: #E6EE9C !important; }
  .btn-outline-lime.btn-outline-lighten-3:hover {
    background-color: #E6EE9C !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E6EE9C !important; }

.border-lime.border-lighten-3 {
  border: 1px solid #E6EE9C !important; }

.border-top-lime.border-top-lighten-3 {
  border-top: 1px solid #E6EE9C !important; }

.border-bottom-lime.border-bottom-lighten-3 {
  border-bottom: 1px solid #E6EE9C !important; }

.border-left-lime.border-left-lighten-3 {
  border-left: 1px solid #E6EE9C !important; }

.border-right-lime.border-right-lighten-3 {
  border-right: 1px solid #E6EE9C !important; }

.overlay-lime.overlay-lighten-3 {
  background: #E6EE9C;
  /* The Fallback */
  background: rgba(230, 238, 156, 0.8); }

.lime.lighten-2 {
  color: #DCE775 !important; }

.bg-lime.bg-lighten-2 {
  background-color: #DCE775 !important; }
  .bg-lime.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(220, 231, 117, 0.6); }

.btn-lime.btn-lighten-2 {
  border-color: #AFB42B !important;
  background-color: #DCE775 !important; }
  .btn-lime.btn-lighten-2:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-lighten-2:focus, .btn-lime.btn-lighten-2:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-lighten-2 {
  border-color: #DCE775 !important;
  color: #DCE775 !important; }
  .btn-outline-lime.btn-outline-lighten-2:hover {
    background-color: #DCE775 !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #DCE775 !important; }

.border-lime.border-lighten-2 {
  border: 1px solid #DCE775 !important; }

.border-top-lime.border-top-lighten-2 {
  border-top: 1px solid #DCE775 !important; }

.border-bottom-lime.border-bottom-lighten-2 {
  border-bottom: 1px solid #DCE775 !important; }

.border-left-lime.border-left-lighten-2 {
  border-left: 1px solid #DCE775 !important; }

.border-right-lime.border-right-lighten-2 {
  border-right: 1px solid #DCE775 !important; }

.overlay-lime.overlay-lighten-2 {
  background: #DCE775;
  /* The Fallback */
  background: rgba(220, 231, 117, 0.8); }

.lime.lighten-1 {
  color: #D4E157 !important; }

.bg-lime.bg-lighten-1 {
  background-color: #D4E157 !important; }
  .bg-lime.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(212, 225, 87, 0.6); }

.btn-lime.btn-lighten-1 {
  border-color: #AFB42B !important;
  background-color: #D4E157 !important; }
  .btn-lime.btn-lighten-1:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-lighten-1:focus, .btn-lime.btn-lighten-1:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-lighten-1 {
  border-color: #D4E157 !important;
  color: #D4E157 !important; }
  .btn-outline-lime.btn-outline-lighten-1:hover {
    background-color: #D4E157 !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D4E157 !important; }

.border-lime.border-lighten-1 {
  border: 1px solid #D4E157 !important; }

.border-top-lime.border-top-lighten-1 {
  border-top: 1px solid #D4E157 !important; }

.border-bottom-lime.border-bottom-lighten-1 {
  border-bottom: 1px solid #D4E157 !important; }

.border-left-lime.border-left-lighten-1 {
  border-left: 1px solid #D4E157 !important; }

.border-right-lime.border-right-lighten-1 {
  border-right: 1px solid #D4E157 !important; }

.overlay-lime.overlay-lighten-1 {
  background: #D4E157;
  /* The Fallback */
  background: rgba(212, 225, 87, 0.8); }

.lime {
  color: #CDDC39 !important; }

.bg-lime {
  background-color: #CDDC39 !important; }
  .bg-lime .card-header, .bg-lime .card-footer {
    background-color: transparent; }
  .bg-lime.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(205, 220, 57, 0.6); }

.selectboxit.selectboxit-btn.bg-lime {
  background-color: #CDDC39 !important; }

.alert-lime {
  border-color: #CDDC39 !important;
  background-color: #dce776 !important;
  color: #4d540f !important; }
  .alert-lime .alert-link {
    color: #2d3109 !important; }

.border-lime {
  border-color: #CDDC39; }

.overlay-lime {
  background: #CDDC39;
  /* The Fallback */
  background: rgba(205, 220, 57, 0.8); }

/* .card-outline-lime{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-lime {
  border-color: #CDDC39 !important;
  background-color: #CDDC39 !important;
  color: #FFFFFF; }
  .btn-lime:hover {
    border-color: #AFB42B !important;
    background-color: #C0CA33 !important;
    color: #FFF !important; }
  .btn-lime:focus, .btn-lime:active {
    border-color: #9E9D24 !important;
    background-color: #AFB42B !important;
    color: #FFF !important; }
  .btn-lime.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(205, 220, 57, 0.6); }

.btn-outline-lime {
  border-color: #CDDC39;
  background-color: transparent;
  color: #CDDC39; }
  .btn-outline-lime:hover {
    background-color: #CDDC39;
    color: #FFF !important; }
  .btn-outline-lime.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(205, 220, 57, 0.6); }

input[type="checkbox"].bg-lime + .custom-control-label:before, input[type="radio"].bg-lime + .custom-control-label:before {
  background-color: #CDDC39 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CDDC39 !important; }

.border-lime {
  border: 1px solid #CDDC39 !important; }

.border-top-lime {
  border-top: 1px solid #CDDC39; }

.border-bottom-lime {
  border-bottom: 1px solid #CDDC39; }

.border-left-lime {
  border-left: 1px solid #CDDC39; }

.border-right-lime {
  border-right: 1px solid #CDDC39; }

.lime.darken-1 {
  color: #C0CA33 !important; }

.bg-lime.bg-darken-1 {
  background-color: #C0CA33 !important; }
  .bg-lime.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(192, 202, 51, 0.6); }

.btn-lime.btn-darken-1 {
  border-color: #AFB42B !important;
  background-color: #C0CA33 !important; }
  .btn-lime.btn-darken-1:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-darken-1:focus, .btn-lime.btn-darken-1:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-darken-1 {
  border-color: #C0CA33 !important;
  color: #C0CA33 !important; }
  .btn-outline-lime.btn-outline-darken-1:hover {
    background-color: #C0CA33 !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C0CA33 !important; }

.border-lime.border-darken-1 {
  border: 1px solid #C0CA33 !important; }

.border-top-lime.border-top-darken-1 {
  border-top: 1px solid #C0CA33 !important; }

.border-bottom-lime.border-bottom-darken-1 {
  border-bottom: 1px solid #C0CA33 !important; }

.border-left-lime.border-left-darken-1 {
  border-left: 1px solid #C0CA33 !important; }

.border-right-lime.border-right-darken-1 {
  border-right: 1px solid #C0CA33 !important; }

.overlay-lime.overlay-darken-1 {
  background: #C0CA33;
  /* The Fallback */
  background: rgba(192, 202, 51, 0.8); }

.lime.darken-2 {
  color: #AFB42B !important; }

.bg-lime.bg-darken-2 {
  background-color: #AFB42B !important; }
  .bg-lime.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(175, 180, 43, 0.6); }

.btn-lime.btn-darken-2 {
  border-color: #AFB42B !important;
  background-color: #AFB42B !important; }
  .btn-lime.btn-darken-2:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-darken-2:focus, .btn-lime.btn-darken-2:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-darken-2 {
  border-color: #AFB42B !important;
  color: #AFB42B !important; }
  .btn-outline-lime.btn-outline-darken-2:hover {
    background-color: #AFB42B !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AFB42B !important; }

.border-lime.border-darken-2 {
  border: 1px solid #AFB42B !important; }

.border-top-lime.border-top-darken-2 {
  border-top: 1px solid #AFB42B !important; }

.border-bottom-lime.border-bottom-darken-2 {
  border-bottom: 1px solid #AFB42B !important; }

.border-left-lime.border-left-darken-2 {
  border-left: 1px solid #AFB42B !important; }

.border-right-lime.border-right-darken-2 {
  border-right: 1px solid #AFB42B !important; }

.overlay-lime.overlay-darken-2 {
  background: #AFB42B;
  /* The Fallback */
  background: rgba(175, 180, 43, 0.8); }

.lime.darken-3 {
  color: #9E9D24 !important; }

.bg-lime.bg-darken-3 {
  background-color: #9E9D24 !important; }
  .bg-lime.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(158, 157, 36, 0.6); }

.btn-lime.btn-darken-3 {
  border-color: #AFB42B !important;
  background-color: #9E9D24 !important; }
  .btn-lime.btn-darken-3:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-darken-3:focus, .btn-lime.btn-darken-3:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-darken-3 {
  border-color: #9E9D24 !important;
  color: #9E9D24 !important; }
  .btn-outline-lime.btn-outline-darken-3:hover {
    background-color: #9E9D24 !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9E9D24 !important; }

.border-lime.border-darken-3 {
  border: 1px solid #9E9D24 !important; }

.border-top-lime.border-top-darken-3 {
  border-top: 1px solid #9E9D24 !important; }

.border-bottom-lime.border-bottom-darken-3 {
  border-bottom: 1px solid #9E9D24 !important; }

.border-left-lime.border-left-darken-3 {
  border-left: 1px solid #9E9D24 !important; }

.border-right-lime.border-right-darken-3 {
  border-right: 1px solid #9E9D24 !important; }

.overlay-lime.overlay-darken-3 {
  background: #9E9D24;
  /* The Fallback */
  background: rgba(158, 157, 36, 0.8); }

.lime.darken-4 {
  color: #827717 !important; }

.bg-lime.bg-darken-4 {
  background-color: #827717 !important; }
  .bg-lime.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(130, 119, 23, 0.6); }

.btn-lime.btn-darken-4 {
  border-color: #AFB42B !important;
  background-color: #827717 !important; }
  .btn-lime.btn-darken-4:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-darken-4:focus, .btn-lime.btn-darken-4:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-darken-4 {
  border-color: #827717 !important;
  color: #827717 !important; }
  .btn-outline-lime.btn-outline-darken-4:hover {
    background-color: #827717 !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #827717 !important; }

.border-lime.border-darken-4 {
  border: 1px solid #827717 !important; }

.border-top-lime.border-top-darken-4 {
  border-top: 1px solid #827717 !important; }

.border-bottom-lime.border-bottom-darken-4 {
  border-bottom: 1px solid #827717 !important; }

.border-left-lime.border-left-darken-4 {
  border-left: 1px solid #827717 !important; }

.border-right-lime.border-right-darken-4 {
  border-right: 1px solid #827717 !important; }

.overlay-lime.overlay-darken-4 {
  background: #827717;
  /* The Fallback */
  background: rgba(130, 119, 23, 0.8); }

.lime.accent-1 {
  color: #F4FF81 !important; }

.bg-lime.bg-accent-1 {
  background-color: #F4FF81 !important; }
  .bg-lime.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(244, 255, 129, 0.6); }

.btn-lime.btn-accent-1 {
  border-color: #AFB42B !important;
  background-color: #F4FF81 !important; }
  .btn-lime.btn-accent-1:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-accent-1:focus, .btn-lime.btn-accent-1:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-accent-1 {
  border-color: #F4FF81 !important;
  color: #F4FF81 !important; }
  .btn-outline-lime.btn-outline-accent-1:hover {
    background-color: #F4FF81 !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F4FF81 !important; }

.border-lime.border-accent-1 {
  border: 1px solid #F4FF81 !important; }

.border-top-lime.border-top-accent-1 {
  border-top: 1px solid #F4FF81 !important; }

.border-bottom-lime.border-bottom-accent-1 {
  border-bottom: 1px solid #F4FF81 !important; }

.border-left-lime.border-left-accent-1 {
  border-left: 1px solid #F4FF81 !important; }

.border-right-lime.border-right-accent-1 {
  border-right: 1px solid #F4FF81 !important; }

.overlay-lime.overlay-accent-1 {
  background: #F4FF81;
  /* The Fallback */
  background: rgba(244, 255, 129, 0.8); }

.lime.accent-2 {
  color: #EEFF41 !important; }

.bg-lime.bg-accent-2 {
  background-color: #EEFF41 !important; }
  .bg-lime.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(238, 255, 65, 0.6); }

.btn-lime.btn-accent-2 {
  border-color: #AFB42B !important;
  background-color: #EEFF41 !important; }
  .btn-lime.btn-accent-2:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-accent-2:focus, .btn-lime.btn-accent-2:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-accent-2 {
  border-color: #EEFF41 !important;
  color: #EEFF41 !important; }
  .btn-outline-lime.btn-outline-accent-2:hover {
    background-color: #EEFF41 !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EEFF41 !important; }

.border-lime.border-accent-2 {
  border: 1px solid #EEFF41 !important; }

.border-top-lime.border-top-accent-2 {
  border-top: 1px solid #EEFF41 !important; }

.border-bottom-lime.border-bottom-accent-2 {
  border-bottom: 1px solid #EEFF41 !important; }

.border-left-lime.border-left-accent-2 {
  border-left: 1px solid #EEFF41 !important; }

.border-right-lime.border-right-accent-2 {
  border-right: 1px solid #EEFF41 !important; }

.overlay-lime.overlay-accent-2 {
  background: #EEFF41;
  /* The Fallback */
  background: rgba(238, 255, 65, 0.8); }

.lime.accent-3 {
  color: #C6FF00 !important; }

.bg-lime.bg-accent-3 {
  background-color: #C6FF00 !important; }
  .bg-lime.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(198, 255, 0, 0.6); }

.btn-lime.btn-accent-3 {
  border-color: #AFB42B !important;
  background-color: #C6FF00 !important; }
  .btn-lime.btn-accent-3:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-accent-3:focus, .btn-lime.btn-accent-3:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-accent-3 {
  border-color: #C6FF00 !important;
  color: #C6FF00 !important; }
  .btn-outline-lime.btn-outline-accent-3:hover {
    background-color: #C6FF00 !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C6FF00 !important; }

.border-lime.border-accent-3 {
  border: 1px solid #C6FF00 !important; }

.border-top-lime.border-top-accent-3 {
  border-top: 1px solid #C6FF00 !important; }

.border-bottom-lime.border-bottom-accent-3 {
  border-bottom: 1px solid #C6FF00 !important; }

.border-left-lime.border-left-accent-3 {
  border-left: 1px solid #C6FF00 !important; }

.border-right-lime.border-right-accent-3 {
  border-right: 1px solid #C6FF00 !important; }

.overlay-lime.overlay-accent-3 {
  background: #C6FF00;
  /* The Fallback */
  background: rgba(198, 255, 0, 0.8); }

.lime.accent-4 {
  color: #AEEA00 !important; }

.bg-lime.bg-accent-4 {
  background-color: #AEEA00 !important; }
  .bg-lime.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(174, 234, 0, 0.6); }

.btn-lime.btn-accent-4 {
  border-color: #AFB42B !important;
  background-color: #AEEA00 !important; }
  .btn-lime.btn-accent-4:hover {
    border-color: #AFB42B !important;
    background-color: #9E9D24 !important; }
  .btn-lime.btn-accent-4:focus, .btn-lime.btn-accent-4:active {
    border-color: #9E9D24 !important;
    background-color: #827717 !important; }

.btn-outline-lime.btn-outline-accent-4 {
  border-color: #AEEA00 !important;
  color: #AEEA00 !important; }
  .btn-outline-lime.btn-outline-accent-4:hover {
    background-color: #AEEA00 !important; }

input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AEEA00 !important; }

.border-lime.border-accent-4 {
  border: 1px solid #AEEA00 !important; }

.border-top-lime.border-top-accent-4 {
  border-top: 1px solid #AEEA00 !important; }

.border-bottom-lime.border-bottom-accent-4 {
  border-bottom: 1px solid #AEEA00 !important; }

.border-left-lime.border-left-accent-4 {
  border-left: 1px solid #AEEA00 !important; }

.border-right-lime.border-right-accent-4 {
  border-right: 1px solid #AEEA00 !important; }

.overlay-lime.overlay-accent-4 {
  background: #AEEA00;
  /* The Fallback */
  background: rgba(174, 234, 0, 0.8); }

.yellow.lighten-5 {
  color: #FFFDE7 !important; }

.bg-yellow.bg-lighten-5 {
  background-color: #FFFDE7 !important; }
  .bg-yellow.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 253, 231, 0.6); }

.btn-yellow.btn-lighten-5 {
  border-color: #FBC02D !important;
  background-color: #FFFDE7 !important; }
  .btn-yellow.btn-lighten-5:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-lighten-5:focus, .btn-yellow.btn-lighten-5:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-lighten-5 {
  border-color: #FFFDE7 !important;
  color: #FFFDE7 !important; }
  .btn-outline-yellow.btn-outline-lighten-5:hover {
    background-color: #FFFDE7 !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFDE7 !important; }

.border-yellow.border-lighten-5 {
  border: 1px solid #FFFDE7 !important; }

.border-top-yellow.border-top-lighten-5 {
  border-top: 1px solid #FFFDE7 !important; }

.border-bottom-yellow.border-bottom-lighten-5 {
  border-bottom: 1px solid #FFFDE7 !important; }

.border-left-yellow.border-left-lighten-5 {
  border-left: 1px solid #FFFDE7 !important; }

.border-right-yellow.border-right-lighten-5 {
  border-right: 1px solid #FFFDE7 !important; }

.overlay-yellow.overlay-lighten-5 {
  background: #FFFDE7;
  /* The Fallback */
  background: rgba(255, 253, 231, 0.8); }

.yellow.lighten-4 {
  color: #FFF9C4 !important; }

.bg-yellow.bg-lighten-4 {
  background-color: #FFF9C4 !important; }
  .bg-yellow.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 249, 196, 0.6); }

.btn-yellow.btn-lighten-4 {
  border-color: #FBC02D !important;
  background-color: #FFF9C4 !important; }
  .btn-yellow.btn-lighten-4:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-lighten-4:focus, .btn-yellow.btn-lighten-4:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-lighten-4 {
  border-color: #FFF9C4 !important;
  color: #FFF9C4 !important; }
  .btn-outline-yellow.btn-outline-lighten-4:hover {
    background-color: #FFF9C4 !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF9C4 !important; }

.border-yellow.border-lighten-4 {
  border: 1px solid #FFF9C4 !important; }

.border-top-yellow.border-top-lighten-4 {
  border-top: 1px solid #FFF9C4 !important; }

.border-bottom-yellow.border-bottom-lighten-4 {
  border-bottom: 1px solid #FFF9C4 !important; }

.border-left-yellow.border-left-lighten-4 {
  border-left: 1px solid #FFF9C4 !important; }

.border-right-yellow.border-right-lighten-4 {
  border-right: 1px solid #FFF9C4 !important; }

.overlay-yellow.overlay-lighten-4 {
  background: #FFF9C4;
  /* The Fallback */
  background: rgba(255, 249, 196, 0.8); }

.yellow.lighten-3 {
  color: #FFF59D !important; }

.bg-yellow.bg-lighten-3 {
  background-color: #FFF59D !important; }
  .bg-yellow.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 245, 157, 0.6); }

.btn-yellow.btn-lighten-3 {
  border-color: #FBC02D !important;
  background-color: #FFF59D !important; }
  .btn-yellow.btn-lighten-3:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-lighten-3:focus, .btn-yellow.btn-lighten-3:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-lighten-3 {
  border-color: #FFF59D !important;
  color: #FFF59D !important; }
  .btn-outline-yellow.btn-outline-lighten-3:hover {
    background-color: #FFF59D !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF59D !important; }

.border-yellow.border-lighten-3 {
  border: 1px solid #FFF59D !important; }

.border-top-yellow.border-top-lighten-3 {
  border-top: 1px solid #FFF59D !important; }

.border-bottom-yellow.border-bottom-lighten-3 {
  border-bottom: 1px solid #FFF59D !important; }

.border-left-yellow.border-left-lighten-3 {
  border-left: 1px solid #FFF59D !important; }

.border-right-yellow.border-right-lighten-3 {
  border-right: 1px solid #FFF59D !important; }

.overlay-yellow.overlay-lighten-3 {
  background: #FFF59D;
  /* The Fallback */
  background: rgba(255, 245, 157, 0.8); }

.yellow.lighten-2 {
  color: #FFF176 !important; }

.bg-yellow.bg-lighten-2 {
  background-color: #FFF176 !important; }
  .bg-yellow.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 241, 118, 0.6); }

.btn-yellow.btn-lighten-2 {
  border-color: #FBC02D !important;
  background-color: #FFF176 !important; }
  .btn-yellow.btn-lighten-2:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-lighten-2:focus, .btn-yellow.btn-lighten-2:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-lighten-2 {
  border-color: #FFF176 !important;
  color: #FFF176 !important; }
  .btn-outline-yellow.btn-outline-lighten-2:hover {
    background-color: #FFF176 !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF176 !important; }

.border-yellow.border-lighten-2 {
  border: 1px solid #FFF176 !important; }

.border-top-yellow.border-top-lighten-2 {
  border-top: 1px solid #FFF176 !important; }

.border-bottom-yellow.border-bottom-lighten-2 {
  border-bottom: 1px solid #FFF176 !important; }

.border-left-yellow.border-left-lighten-2 {
  border-left: 1px solid #FFF176 !important; }

.border-right-yellow.border-right-lighten-2 {
  border-right: 1px solid #FFF176 !important; }

.overlay-yellow.overlay-lighten-2 {
  background: #FFF176;
  /* The Fallback */
  background: rgba(255, 241, 118, 0.8); }

.yellow.lighten-1 {
  color: #FFEE58 !important; }

.bg-yellow.bg-lighten-1 {
  background-color: #FFEE58 !important; }
  .bg-yellow.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 238, 88, 0.6); }

.btn-yellow.btn-lighten-1 {
  border-color: #FBC02D !important;
  background-color: #FFEE58 !important; }
  .btn-yellow.btn-lighten-1:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-lighten-1:focus, .btn-yellow.btn-lighten-1:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-lighten-1 {
  border-color: #FFEE58 !important;
  color: #FFEE58 !important; }
  .btn-outline-yellow.btn-outline-lighten-1:hover {
    background-color: #FFEE58 !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEE58 !important; }

.border-yellow.border-lighten-1 {
  border: 1px solid #FFEE58 !important; }

.border-top-yellow.border-top-lighten-1 {
  border-top: 1px solid #FFEE58 !important; }

.border-bottom-yellow.border-bottom-lighten-1 {
  border-bottom: 1px solid #FFEE58 !important; }

.border-left-yellow.border-left-lighten-1 {
  border-left: 1px solid #FFEE58 !important; }

.border-right-yellow.border-right-lighten-1 {
  border-right: 1px solid #FFEE58 !important; }

.overlay-yellow.overlay-lighten-1 {
  background: #FFEE58;
  /* The Fallback */
  background: rgba(255, 238, 88, 0.8); }

.yellow {
  color: #FFEB3B !important; }

.bg-yellow {
  background-color: #FFEB3B !important; }
  .bg-yellow .card-header, .bg-yellow .card-footer {
    background-color: transparent; }
  .bg-yellow.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6); }

.selectboxit.selectboxit-btn.bg-yellow {
  background-color: #FFEB3B !important; }

.alert-yellow {
  border-color: #FFEB3B !important;
  background-color: #fff282 !important;
  color: #887a00 !important; }
  .alert-yellow .alert-link {
    color: #5f5500 !important; }

.border-yellow {
  border-color: #FFEB3B; }

.overlay-yellow {
  background: #FFEB3B;
  /* The Fallback */
  background: rgba(255, 235, 59, 0.8); }

/* .card-outline-yellow{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-yellow {
  border-color: #FFEB3B !important;
  background-color: #FFEB3B !important;
  color: #FFFFFF; }
  .btn-yellow:hover {
    border-color: #FBC02D !important;
    background-color: #FDD835 !important;
    color: #FFF !important; }
  .btn-yellow:focus, .btn-yellow:active {
    border-color: #F9A825 !important;
    background-color: #FBC02D !important;
    color: #FFF !important; }
  .btn-yellow.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6); }

.btn-outline-yellow {
  border-color: #FFEB3B;
  background-color: transparent;
  color: #FFEB3B; }
  .btn-outline-yellow:hover {
    background-color: #FFEB3B;
    color: #FFF !important; }
  .btn-outline-yellow.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6); }

input[type="checkbox"].bg-yellow + .custom-control-label:before, input[type="radio"].bg-yellow + .custom-control-label:before {
  background-color: #FFEB3B !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEB3B !important; }

.border-yellow {
  border: 1px solid #FFEB3B !important; }

.border-top-yellow {
  border-top: 1px solid #FFEB3B; }

.border-bottom-yellow {
  border-bottom: 1px solid #FFEB3B; }

.border-left-yellow {
  border-left: 1px solid #FFEB3B; }

.border-right-yellow {
  border-right: 1px solid #FFEB3B; }

.yellow.darken-1 {
  color: #FDD835 !important; }

.bg-yellow.bg-darken-1 {
  background-color: #FDD835 !important; }
  .bg-yellow.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(253, 216, 53, 0.6); }

.btn-yellow.btn-darken-1 {
  border-color: #FBC02D !important;
  background-color: #FDD835 !important; }
  .btn-yellow.btn-darken-1:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-darken-1:focus, .btn-yellow.btn-darken-1:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-darken-1 {
  border-color: #FDD835 !important;
  color: #FDD835 !important; }
  .btn-outline-yellow.btn-outline-darken-1:hover {
    background-color: #FDD835 !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FDD835 !important; }

.border-yellow.border-darken-1 {
  border: 1px solid #FDD835 !important; }

.border-top-yellow.border-top-darken-1 {
  border-top: 1px solid #FDD835 !important; }

.border-bottom-yellow.border-bottom-darken-1 {
  border-bottom: 1px solid #FDD835 !important; }

.border-left-yellow.border-left-darken-1 {
  border-left: 1px solid #FDD835 !important; }

.border-right-yellow.border-right-darken-1 {
  border-right: 1px solid #FDD835 !important; }

.overlay-yellow.overlay-darken-1 {
  background: #FDD835;
  /* The Fallback */
  background: rgba(253, 216, 53, 0.8); }

.yellow.darken-2 {
  color: #FBC02D !important; }

.bg-yellow.bg-darken-2 {
  background-color: #FBC02D !important; }
  .bg-yellow.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(251, 192, 45, 0.6); }

.btn-yellow.btn-darken-2 {
  border-color: #FBC02D !important;
  background-color: #FBC02D !important; }
  .btn-yellow.btn-darken-2:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-darken-2:focus, .btn-yellow.btn-darken-2:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-darken-2 {
  border-color: #FBC02D !important;
  color: #FBC02D !important; }
  .btn-outline-yellow.btn-outline-darken-2:hover {
    background-color: #FBC02D !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FBC02D !important; }

.border-yellow.border-darken-2 {
  border: 1px solid #FBC02D !important; }

.border-top-yellow.border-top-darken-2 {
  border-top: 1px solid #FBC02D !important; }

.border-bottom-yellow.border-bottom-darken-2 {
  border-bottom: 1px solid #FBC02D !important; }

.border-left-yellow.border-left-darken-2 {
  border-left: 1px solid #FBC02D !important; }

.border-right-yellow.border-right-darken-2 {
  border-right: 1px solid #FBC02D !important; }

.overlay-yellow.overlay-darken-2 {
  background: #FBC02D;
  /* The Fallback */
  background: rgba(251, 192, 45, 0.8); }

.yellow.darken-3 {
  color: #F9A825 !important; }

.bg-yellow.bg-darken-3 {
  background-color: #F9A825 !important; }
  .bg-yellow.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(249, 168, 37, 0.6); }

.btn-yellow.btn-darken-3 {
  border-color: #FBC02D !important;
  background-color: #F9A825 !important; }
  .btn-yellow.btn-darken-3:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-darken-3:focus, .btn-yellow.btn-darken-3:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-darken-3 {
  border-color: #F9A825 !important;
  color: #F9A825 !important; }
  .btn-outline-yellow.btn-outline-darken-3:hover {
    background-color: #F9A825 !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F9A825 !important; }

.border-yellow.border-darken-3 {
  border: 1px solid #F9A825 !important; }

.border-top-yellow.border-top-darken-3 {
  border-top: 1px solid #F9A825 !important; }

.border-bottom-yellow.border-bottom-darken-3 {
  border-bottom: 1px solid #F9A825 !important; }

.border-left-yellow.border-left-darken-3 {
  border-left: 1px solid #F9A825 !important; }

.border-right-yellow.border-right-darken-3 {
  border-right: 1px solid #F9A825 !important; }

.overlay-yellow.overlay-darken-3 {
  background: #F9A825;
  /* The Fallback */
  background: rgba(249, 168, 37, 0.8); }

.yellow.darken-4 {
  color: #F57F17 !important; }

.bg-yellow.bg-darken-4 {
  background-color: #F57F17 !important; }
  .bg-yellow.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(245, 127, 23, 0.6); }

.btn-yellow.btn-darken-4 {
  border-color: #FBC02D !important;
  background-color: #F57F17 !important; }
  .btn-yellow.btn-darken-4:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-darken-4:focus, .btn-yellow.btn-darken-4:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-darken-4 {
  border-color: #F57F17 !important;
  color: #F57F17 !important; }
  .btn-outline-yellow.btn-outline-darken-4:hover {
    background-color: #F57F17 !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F57F17 !important; }

.border-yellow.border-darken-4 {
  border: 1px solid #F57F17 !important; }

.border-top-yellow.border-top-darken-4 {
  border-top: 1px solid #F57F17 !important; }

.border-bottom-yellow.border-bottom-darken-4 {
  border-bottom: 1px solid #F57F17 !important; }

.border-left-yellow.border-left-darken-4 {
  border-left: 1px solid #F57F17 !important; }

.border-right-yellow.border-right-darken-4 {
  border-right: 1px solid #F57F17 !important; }

.overlay-yellow.overlay-darken-4 {
  background: #F57F17;
  /* The Fallback */
  background: rgba(245, 127, 23, 0.8); }

.yellow.accent-1 {
  color: #FFFF8D !important; }

.bg-yellow.bg-accent-1 {
  background-color: #FFFF8D !important; }
  .bg-yellow.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 255, 141, 0.6); }

.btn-yellow.btn-accent-1 {
  border-color: #FBC02D !important;
  background-color: #FFFF8D !important; }
  .btn-yellow.btn-accent-1:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-accent-1:focus, .btn-yellow.btn-accent-1:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-accent-1 {
  border-color: #FFFF8D !important;
  color: #FFFF8D !important; }
  .btn-outline-yellow.btn-outline-accent-1:hover {
    background-color: #FFFF8D !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFF8D !important; }

.border-yellow.border-accent-1 {
  border: 1px solid #FFFF8D !important; }

.border-top-yellow.border-top-accent-1 {
  border-top: 1px solid #FFFF8D !important; }

.border-bottom-yellow.border-bottom-accent-1 {
  border-bottom: 1px solid #FFFF8D !important; }

.border-left-yellow.border-left-accent-1 {
  border-left: 1px solid #FFFF8D !important; }

.border-right-yellow.border-right-accent-1 {
  border-right: 1px solid #FFFF8D !important; }

.overlay-yellow.overlay-accent-1 {
  background: #FFFF8D;
  /* The Fallback */
  background: rgba(255, 255, 141, 0.8); }

.yellow.accent-2 {
  color: #FFFF00 !important; }

.bg-yellow.bg-accent-2 {
  background-color: #FFFF00 !important; }
  .bg-yellow.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 255, 0, 0.6); }

.btn-yellow.btn-accent-2 {
  border-color: #FBC02D !important;
  background-color: #FFFF00 !important; }
  .btn-yellow.btn-accent-2:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-accent-2:focus, .btn-yellow.btn-accent-2:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-accent-2 {
  border-color: #FFFF00 !important;
  color: #FFFF00 !important; }
  .btn-outline-yellow.btn-outline-accent-2:hover {
    background-color: #FFFF00 !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFF00 !important; }

.border-yellow.border-accent-2 {
  border: 1px solid #FFFF00 !important; }

.border-top-yellow.border-top-accent-2 {
  border-top: 1px solid #FFFF00 !important; }

.border-bottom-yellow.border-bottom-accent-2 {
  border-bottom: 1px solid #FFFF00 !important; }

.border-left-yellow.border-left-accent-2 {
  border-left: 1px solid #FFFF00 !important; }

.border-right-yellow.border-right-accent-2 {
  border-right: 1px solid #FFFF00 !important; }

.overlay-yellow.overlay-accent-2 {
  background: #FFFF00;
  /* The Fallback */
  background: rgba(255, 255, 0, 0.8); }

.yellow.accent-3 {
  color: #FFEA00 !important; }

.bg-yellow.bg-accent-3 {
  background-color: #FFEA00 !important; }
  .bg-yellow.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 234, 0, 0.6); }

.btn-yellow.btn-accent-3 {
  border-color: #FBC02D !important;
  background-color: #FFEA00 !important; }
  .btn-yellow.btn-accent-3:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-accent-3:focus, .btn-yellow.btn-accent-3:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-accent-3 {
  border-color: #FFEA00 !important;
  color: #FFEA00 !important; }
  .btn-outline-yellow.btn-outline-accent-3:hover {
    background-color: #FFEA00 !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEA00 !important; }

.border-yellow.border-accent-3 {
  border: 1px solid #FFEA00 !important; }

.border-top-yellow.border-top-accent-3 {
  border-top: 1px solid #FFEA00 !important; }

.border-bottom-yellow.border-bottom-accent-3 {
  border-bottom: 1px solid #FFEA00 !important; }

.border-left-yellow.border-left-accent-3 {
  border-left: 1px solid #FFEA00 !important; }

.border-right-yellow.border-right-accent-3 {
  border-right: 1px solid #FFEA00 !important; }

.overlay-yellow.overlay-accent-3 {
  background: #FFEA00;
  /* The Fallback */
  background: rgba(255, 234, 0, 0.8); }

.yellow.accent-4 {
  color: #FFD600 !important; }

.bg-yellow.bg-accent-4 {
  background-color: #FFD600 !important; }
  .bg-yellow.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 214, 0, 0.6); }

.btn-yellow.btn-accent-4 {
  border-color: #FBC02D !important;
  background-color: #FFD600 !important; }
  .btn-yellow.btn-accent-4:hover {
    border-color: #FBC02D !important;
    background-color: #F9A825 !important; }
  .btn-yellow.btn-accent-4:focus, .btn-yellow.btn-accent-4:active {
    border-color: #F9A825 !important;
    background-color: #F57F17 !important; }

.btn-outline-yellow.btn-outline-accent-4 {
  border-color: #FFD600 !important;
  color: #FFD600 !important; }
  .btn-outline-yellow.btn-outline-accent-4:hover {
    background-color: #FFD600 !important; }

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD600 !important; }

.border-yellow.border-accent-4 {
  border: 1px solid #FFD600 !important; }

.border-top-yellow.border-top-accent-4 {
  border-top: 1px solid #FFD600 !important; }

.border-bottom-yellow.border-bottom-accent-4 {
  border-bottom: 1px solid #FFD600 !important; }

.border-left-yellow.border-left-accent-4 {
  border-left: 1px solid #FFD600 !important; }

.border-right-yellow.border-right-accent-4 {
  border-right: 1px solid #FFD600 !important; }

.overlay-yellow.overlay-accent-4 {
  background: #FFD600;
  /* The Fallback */
  background: rgba(255, 214, 0, 0.8); }

.amber.lighten-5 {
  color: #FFF8E1 !important; }

.bg-amber.bg-lighten-5 {
  background-color: #FFF8E1 !important; }
  .bg-amber.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 248, 225, 0.6); }

.btn-amber.btn-lighten-5 {
  border-color: #FFA000 !important;
  background-color: #FFF8E1 !important; }
  .btn-amber.btn-lighten-5:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-lighten-5:focus, .btn-amber.btn-lighten-5:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-lighten-5 {
  border-color: #FFF8E1 !important;
  color: #FFF8E1 !important; }
  .btn-outline-amber.btn-outline-lighten-5:hover {
    background-color: #FFF8E1 !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF8E1 !important; }

.border-amber.border-lighten-5 {
  border: 1px solid #FFF8E1 !important; }

.border-top-amber.border-top-lighten-5 {
  border-top: 1px solid #FFF8E1 !important; }

.border-bottom-amber.border-bottom-lighten-5 {
  border-bottom: 1px solid #FFF8E1 !important; }

.border-left-amber.border-left-lighten-5 {
  border-left: 1px solid #FFF8E1 !important; }

.border-right-amber.border-right-lighten-5 {
  border-right: 1px solid #FFF8E1 !important; }

.overlay-amber.overlay-lighten-5 {
  background: #FFF8E1;
  /* The Fallback */
  background: rgba(255, 248, 225, 0.8); }

.amber.lighten-4 {
  color: #FFECB3 !important; }

.bg-amber.bg-lighten-4 {
  background-color: #FFECB3 !important; }
  .bg-amber.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 236, 179, 0.6); }

.btn-amber.btn-lighten-4 {
  border-color: #FFA000 !important;
  background-color: #FFECB3 !important; }
  .btn-amber.btn-lighten-4:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-lighten-4:focus, .btn-amber.btn-lighten-4:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-lighten-4 {
  border-color: #FFECB3 !important;
  color: #FFECB3 !important; }
  .btn-outline-amber.btn-outline-lighten-4:hover {
    background-color: #FFECB3 !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFECB3 !important; }

.border-amber.border-lighten-4 {
  border: 1px solid #FFECB3 !important; }

.border-top-amber.border-top-lighten-4 {
  border-top: 1px solid #FFECB3 !important; }

.border-bottom-amber.border-bottom-lighten-4 {
  border-bottom: 1px solid #FFECB3 !important; }

.border-left-amber.border-left-lighten-4 {
  border-left: 1px solid #FFECB3 !important; }

.border-right-amber.border-right-lighten-4 {
  border-right: 1px solid #FFECB3 !important; }

.overlay-amber.overlay-lighten-4 {
  background: #FFECB3;
  /* The Fallback */
  background: rgba(255, 236, 179, 0.8); }

.amber.lighten-3 {
  color: #FFE082 !important; }

.bg-amber.bg-lighten-3 {
  background-color: #FFE082 !important; }
  .bg-amber.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 224, 130, 0.6); }

.btn-amber.btn-lighten-3 {
  border-color: #FFA000 !important;
  background-color: #FFE082 !important; }
  .btn-amber.btn-lighten-3:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-lighten-3:focus, .btn-amber.btn-lighten-3:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-lighten-3 {
  border-color: #FFE082 !important;
  color: #FFE082 !important; }
  .btn-outline-amber.btn-outline-lighten-3:hover {
    background-color: #FFE082 !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE082 !important; }

.border-amber.border-lighten-3 {
  border: 1px solid #FFE082 !important; }

.border-top-amber.border-top-lighten-3 {
  border-top: 1px solid #FFE082 !important; }

.border-bottom-amber.border-bottom-lighten-3 {
  border-bottom: 1px solid #FFE082 !important; }

.border-left-amber.border-left-lighten-3 {
  border-left: 1px solid #FFE082 !important; }

.border-right-amber.border-right-lighten-3 {
  border-right: 1px solid #FFE082 !important; }

.overlay-amber.overlay-lighten-3 {
  background: #FFE082;
  /* The Fallback */
  background: rgba(255, 224, 130, 0.8); }

.amber.lighten-2 {
  color: #FFD54F !important; }

.bg-amber.bg-lighten-2 {
  background-color: #FFD54F !important; }
  .bg-amber.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 213, 79, 0.6); }

.btn-amber.btn-lighten-2 {
  border-color: #FFA000 !important;
  background-color: #FFD54F !important; }
  .btn-amber.btn-lighten-2:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-lighten-2:focus, .btn-amber.btn-lighten-2:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-lighten-2 {
  border-color: #FFD54F !important;
  color: #FFD54F !important; }
  .btn-outline-amber.btn-outline-lighten-2:hover {
    background-color: #FFD54F !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD54F !important; }

.border-amber.border-lighten-2 {
  border: 1px solid #FFD54F !important; }

.border-top-amber.border-top-lighten-2 {
  border-top: 1px solid #FFD54F !important; }

.border-bottom-amber.border-bottom-lighten-2 {
  border-bottom: 1px solid #FFD54F !important; }

.border-left-amber.border-left-lighten-2 {
  border-left: 1px solid #FFD54F !important; }

.border-right-amber.border-right-lighten-2 {
  border-right: 1px solid #FFD54F !important; }

.overlay-amber.overlay-lighten-2 {
  background: #FFD54F;
  /* The Fallback */
  background: rgba(255, 213, 79, 0.8); }

.amber.lighten-1 {
  color: #FFCA28 !important; }

.bg-amber.bg-lighten-1 {
  background-color: #FFCA28 !important; }
  .bg-amber.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 202, 40, 0.6); }

.btn-amber.btn-lighten-1 {
  border-color: #FFA000 !important;
  background-color: #FFCA28 !important; }
  .btn-amber.btn-lighten-1:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-lighten-1:focus, .btn-amber.btn-lighten-1:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-lighten-1 {
  border-color: #FFCA28 !important;
  color: #FFCA28 !important; }
  .btn-outline-amber.btn-outline-lighten-1:hover {
    background-color: #FFCA28 !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFCA28 !important; }

.border-amber.border-lighten-1 {
  border: 1px solid #FFCA28 !important; }

.border-top-amber.border-top-lighten-1 {
  border-top: 1px solid #FFCA28 !important; }

.border-bottom-amber.border-bottom-lighten-1 {
  border-bottom: 1px solid #FFCA28 !important; }

.border-left-amber.border-left-lighten-1 {
  border-left: 1px solid #FFCA28 !important; }

.border-right-amber.border-right-lighten-1 {
  border-right: 1px solid #FFCA28 !important; }

.overlay-amber.overlay-lighten-1 {
  background: #FFCA28;
  /* The Fallback */
  background: rgba(255, 202, 40, 0.8); }

.amber {
  color: #FFC107 !important; }

.bg-amber {
  background-color: #FFC107 !important; }
  .bg-amber .card-header, .bg-amber .card-footer {
    background-color: transparent; }
  .bg-amber.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6); }

.selectboxit.selectboxit-btn.bg-amber {
  background-color: #FFC107 !important; }

.alert-amber {
  border-color: #FFC107 !important;
  background-color: #ffd34e !important;
  color: #543f00 !important; }
  .alert-amber .alert-link {
    color: #2b2000 !important; }

.border-amber {
  border-color: #FFC107; }

.overlay-amber {
  background: #FFC107;
  /* The Fallback */
  background: rgba(255, 193, 7, 0.8); }

/* .card-outline-amber{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-amber {
  border-color: #FFC107 !important;
  background-color: #FFC107 !important;
  color: #FFFFFF; }
  .btn-amber:hover {
    border-color: #FFA000 !important;
    background-color: #FFB300 !important;
    color: #FFF !important; }
  .btn-amber:focus, .btn-amber:active {
    border-color: #FF8F00 !important;
    background-color: #FFA000 !important;
    color: #FFF !important; }
  .btn-amber.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6); }

.btn-outline-amber {
  border-color: #FFC107;
  background-color: transparent;
  color: #FFC107; }
  .btn-outline-amber:hover {
    background-color: #FFC107;
    color: #FFF !important; }
  .btn-outline-amber.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6); }

input[type="checkbox"].bg-amber + .custom-control-label:before, input[type="radio"].bg-amber + .custom-control-label:before {
  background-color: #FFC107 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFC107 !important; }

.border-amber {
  border: 1px solid #FFC107 !important; }

.border-top-amber {
  border-top: 1px solid #FFC107; }

.border-bottom-amber {
  border-bottom: 1px solid #FFC107; }

.border-left-amber {
  border-left: 1px solid #FFC107; }

.border-right-amber {
  border-right: 1px solid #FFC107; }

.amber.darken-1 {
  color: #FFB300 !important; }

.bg-amber.bg-darken-1 {
  background-color: #FFB300 !important; }
  .bg-amber.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 179, 0, 0.6); }

.btn-amber.btn-darken-1 {
  border-color: #FFA000 !important;
  background-color: #FFB300 !important; }
  .btn-amber.btn-darken-1:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-darken-1:focus, .btn-amber.btn-darken-1:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-darken-1 {
  border-color: #FFB300 !important;
  color: #FFB300 !important; }
  .btn-outline-amber.btn-outline-darken-1:hover {
    background-color: #FFB300 !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFB300 !important; }

.border-amber.border-darken-1 {
  border: 1px solid #FFB300 !important; }

.border-top-amber.border-top-darken-1 {
  border-top: 1px solid #FFB300 !important; }

.border-bottom-amber.border-bottom-darken-1 {
  border-bottom: 1px solid #FFB300 !important; }

.border-left-amber.border-left-darken-1 {
  border-left: 1px solid #FFB300 !important; }

.border-right-amber.border-right-darken-1 {
  border-right: 1px solid #FFB300 !important; }

.overlay-amber.overlay-darken-1 {
  background: #FFB300;
  /* The Fallback */
  background: rgba(255, 179, 0, 0.8); }

.amber.darken-2 {
  color: #FFA000 !important; }

.bg-amber.bg-darken-2 {
  background-color: #FFA000 !important; }
  .bg-amber.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 160, 0, 0.6); }

.btn-amber.btn-darken-2 {
  border-color: #FFA000 !important;
  background-color: #FFA000 !important; }
  .btn-amber.btn-darken-2:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-darken-2:focus, .btn-amber.btn-darken-2:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-darken-2 {
  border-color: #FFA000 !important;
  color: #FFA000 !important; }
  .btn-outline-amber.btn-outline-darken-2:hover {
    background-color: #FFA000 !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFA000 !important; }

.border-amber.border-darken-2 {
  border: 1px solid #FFA000 !important; }

.border-top-amber.border-top-darken-2 {
  border-top: 1px solid #FFA000 !important; }

.border-bottom-amber.border-bottom-darken-2 {
  border-bottom: 1px solid #FFA000 !important; }

.border-left-amber.border-left-darken-2 {
  border-left: 1px solid #FFA000 !important; }

.border-right-amber.border-right-darken-2 {
  border-right: 1px solid #FFA000 !important; }

.overlay-amber.overlay-darken-2 {
  background: #FFA000;
  /* The Fallback */
  background: rgba(255, 160, 0, 0.8); }

.amber.darken-3 {
  color: #FF8F00 !important; }

.bg-amber.bg-darken-3 {
  background-color: #FF8F00 !important; }
  .bg-amber.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 143, 0, 0.6); }

.btn-amber.btn-darken-3 {
  border-color: #FFA000 !important;
  background-color: #FF8F00 !important; }
  .btn-amber.btn-darken-3:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-darken-3:focus, .btn-amber.btn-darken-3:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-darken-3 {
  border-color: #FF8F00 !important;
  color: #FF8F00 !important; }
  .btn-outline-amber.btn-outline-darken-3:hover {
    background-color: #FF8F00 !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF8F00 !important; }

.border-amber.border-darken-3 {
  border: 1px solid #FF8F00 !important; }

.border-top-amber.border-top-darken-3 {
  border-top: 1px solid #FF8F00 !important; }

.border-bottom-amber.border-bottom-darken-3 {
  border-bottom: 1px solid #FF8F00 !important; }

.border-left-amber.border-left-darken-3 {
  border-left: 1px solid #FF8F00 !important; }

.border-right-amber.border-right-darken-3 {
  border-right: 1px solid #FF8F00 !important; }

.overlay-amber.overlay-darken-3 {
  background: #FF8F00;
  /* The Fallback */
  background: rgba(255, 143, 0, 0.8); }

.amber.darken-4 {
  color: #FF6F00 !important; }

.bg-amber.bg-darken-4 {
  background-color: #FF6F00 !important; }
  .bg-amber.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 111, 0, 0.6); }

.btn-amber.btn-darken-4 {
  border-color: #FFA000 !important;
  background-color: #FF6F00 !important; }
  .btn-amber.btn-darken-4:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-darken-4:focus, .btn-amber.btn-darken-4:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-darken-4 {
  border-color: #FF6F00 !important;
  color: #FF6F00 !important; }
  .btn-outline-amber.btn-outline-darken-4:hover {
    background-color: #FF6F00 !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF6F00 !important; }

.border-amber.border-darken-4 {
  border: 1px solid #FF6F00 !important; }

.border-top-amber.border-top-darken-4 {
  border-top: 1px solid #FF6F00 !important; }

.border-bottom-amber.border-bottom-darken-4 {
  border-bottom: 1px solid #FF6F00 !important; }

.border-left-amber.border-left-darken-4 {
  border-left: 1px solid #FF6F00 !important; }

.border-right-amber.border-right-darken-4 {
  border-right: 1px solid #FF6F00 !important; }

.overlay-amber.overlay-darken-4 {
  background: #FF6F00;
  /* The Fallback */
  background: rgba(255, 111, 0, 0.8); }

.amber.accent-1 {
  color: #FFE57F !important; }

.bg-amber.bg-accent-1 {
  background-color: #FFE57F !important; }
  .bg-amber.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 229, 127, 0.6); }

.btn-amber.btn-accent-1 {
  border-color: #FFA000 !important;
  background-color: #FFE57F !important; }
  .btn-amber.btn-accent-1:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-accent-1:focus, .btn-amber.btn-accent-1:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-accent-1 {
  border-color: #FFE57F !important;
  color: #FFE57F !important; }
  .btn-outline-amber.btn-outline-accent-1:hover {
    background-color: #FFE57F !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE57F !important; }

.border-amber.border-accent-1 {
  border: 1px solid #FFE57F !important; }

.border-top-amber.border-top-accent-1 {
  border-top: 1px solid #FFE57F !important; }

.border-bottom-amber.border-bottom-accent-1 {
  border-bottom: 1px solid #FFE57F !important; }

.border-left-amber.border-left-accent-1 {
  border-left: 1px solid #FFE57F !important; }

.border-right-amber.border-right-accent-1 {
  border-right: 1px solid #FFE57F !important; }

.overlay-amber.overlay-accent-1 {
  background: #FFE57F;
  /* The Fallback */
  background: rgba(255, 229, 127, 0.8); }

.amber.accent-2 {
  color: #FFD740 !important; }

.bg-amber.bg-accent-2 {
  background-color: #FFD740 !important; }
  .bg-amber.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 215, 64, 0.6); }

.btn-amber.btn-accent-2 {
  border-color: #FFA000 !important;
  background-color: #FFD740 !important; }
  .btn-amber.btn-accent-2:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-accent-2:focus, .btn-amber.btn-accent-2:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-accent-2 {
  border-color: #FFD740 !important;
  color: #FFD740 !important; }
  .btn-outline-amber.btn-outline-accent-2:hover {
    background-color: #FFD740 !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD740 !important; }

.border-amber.border-accent-2 {
  border: 1px solid #FFD740 !important; }

.border-top-amber.border-top-accent-2 {
  border-top: 1px solid #FFD740 !important; }

.border-bottom-amber.border-bottom-accent-2 {
  border-bottom: 1px solid #FFD740 !important; }

.border-left-amber.border-left-accent-2 {
  border-left: 1px solid #FFD740 !important; }

.border-right-amber.border-right-accent-2 {
  border-right: 1px solid #FFD740 !important; }

.overlay-amber.overlay-accent-2 {
  background: #FFD740;
  /* The Fallback */
  background: rgba(255, 215, 64, 0.8); }

.amber.accent-3 {
  color: #FFC400 !important; }

.bg-amber.bg-accent-3 {
  background-color: #FFC400 !important; }
  .bg-amber.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 196, 0, 0.6); }

.btn-amber.btn-accent-3 {
  border-color: #FFA000 !important;
  background-color: #FFC400 !important; }
  .btn-amber.btn-accent-3:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-accent-3:focus, .btn-amber.btn-accent-3:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-accent-3 {
  border-color: #FFC400 !important;
  color: #FFC400 !important; }
  .btn-outline-amber.btn-outline-accent-3:hover {
    background-color: #FFC400 !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFC400 !important; }

.border-amber.border-accent-3 {
  border: 1px solid #FFC400 !important; }

.border-top-amber.border-top-accent-3 {
  border-top: 1px solid #FFC400 !important; }

.border-bottom-amber.border-bottom-accent-3 {
  border-bottom: 1px solid #FFC400 !important; }

.border-left-amber.border-left-accent-3 {
  border-left: 1px solid #FFC400 !important; }

.border-right-amber.border-right-accent-3 {
  border-right: 1px solid #FFC400 !important; }

.overlay-amber.overlay-accent-3 {
  background: #FFC400;
  /* The Fallback */
  background: rgba(255, 196, 0, 0.8); }

.amber.accent-4 {
  color: #FFAB00 !important; }

.bg-amber.bg-accent-4 {
  background-color: #FFAB00 !important; }
  .bg-amber.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 171, 0, 0.6); }

.btn-amber.btn-accent-4 {
  border-color: #FFA000 !important;
  background-color: #FFAB00 !important; }
  .btn-amber.btn-accent-4:hover {
    border-color: #FFA000 !important;
    background-color: #FF8F00 !important; }
  .btn-amber.btn-accent-4:focus, .btn-amber.btn-accent-4:active {
    border-color: #FF8F00 !important;
    background-color: #FF6F00 !important; }

.btn-outline-amber.btn-outline-accent-4 {
  border-color: #FFAB00 !important;
  color: #FFAB00 !important; }
  .btn-outline-amber.btn-outline-accent-4:hover {
    background-color: #FFAB00 !important; }

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFAB00 !important; }

.border-amber.border-accent-4 {
  border: 1px solid #FFAB00 !important; }

.border-top-amber.border-top-accent-4 {
  border-top: 1px solid #FFAB00 !important; }

.border-bottom-amber.border-bottom-accent-4 {
  border-bottom: 1px solid #FFAB00 !important; }

.border-left-amber.border-left-accent-4 {
  border-left: 1px solid #FFAB00 !important; }

.border-right-amber.border-right-accent-4 {
  border-right: 1px solid #FFAB00 !important; }

.overlay-amber.overlay-accent-4 {
  background: #FFAB00;
  /* The Fallback */
  background: rgba(255, 171, 0, 0.8); }

.orange.lighten-5 {
  color: #FFF3E0 !important; }

.bg-orange.bg-lighten-5 {
  background-color: #FFF3E0 !important; }
  .bg-orange.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 243, 224, 0.6); }

.btn-orange.btn-lighten-5 {
  border-color: #F57C00 !important;
  background-color: #FFF3E0 !important; }
  .btn-orange.btn-lighten-5:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-lighten-5:focus, .btn-orange.btn-lighten-5:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-lighten-5 {
  border-color: #FFF3E0 !important;
  color: #FFF3E0 !important; }
  .btn-outline-orange.btn-outline-lighten-5:hover {
    background-color: #FFF3E0 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF3E0 !important; }

.border-orange.border-lighten-5 {
  border: 1px solid #FFF3E0 !important; }

.border-top-orange.border-top-lighten-5 {
  border-top: 1px solid #FFF3E0 !important; }

.border-bottom-orange.border-bottom-lighten-5 {
  border-bottom: 1px solid #FFF3E0 !important; }

.border-left-orange.border-left-lighten-5 {
  border-left: 1px solid #FFF3E0 !important; }

.border-right-orange.border-right-lighten-5 {
  border-right: 1px solid #FFF3E0 !important; }

.overlay-orange.overlay-lighten-5 {
  background: #FFF3E0;
  /* The Fallback */
  background: rgba(255, 243, 224, 0.8); }

.orange.lighten-4 {
  color: #FFE0B2 !important; }

.bg-orange.bg-lighten-4 {
  background-color: #FFE0B2 !important; }
  .bg-orange.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 224, 178, 0.6); }

.btn-orange.btn-lighten-4 {
  border-color: #F57C00 !important;
  background-color: #FFE0B2 !important; }
  .btn-orange.btn-lighten-4:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-lighten-4:focus, .btn-orange.btn-lighten-4:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-lighten-4 {
  border-color: #FFE0B2 !important;
  color: #FFE0B2 !important; }
  .btn-outline-orange.btn-outline-lighten-4:hover {
    background-color: #FFE0B2 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE0B2 !important; }

.border-orange.border-lighten-4 {
  border: 1px solid #FFE0B2 !important; }

.border-top-orange.border-top-lighten-4 {
  border-top: 1px solid #FFE0B2 !important; }

.border-bottom-orange.border-bottom-lighten-4 {
  border-bottom: 1px solid #FFE0B2 !important; }

.border-left-orange.border-left-lighten-4 {
  border-left: 1px solid #FFE0B2 !important; }

.border-right-orange.border-right-lighten-4 {
  border-right: 1px solid #FFE0B2 !important; }

.overlay-orange.overlay-lighten-4 {
  background: #FFE0B2;
  /* The Fallback */
  background: rgba(255, 224, 178, 0.8); }

.orange.lighten-3 {
  color: #FFCC80 !important; }

.bg-orange.bg-lighten-3 {
  background-color: #FFCC80 !important; }
  .bg-orange.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 204, 128, 0.6); }

.btn-orange.btn-lighten-3 {
  border-color: #F57C00 !important;
  background-color: #FFCC80 !important; }
  .btn-orange.btn-lighten-3:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-lighten-3:focus, .btn-orange.btn-lighten-3:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-lighten-3 {
  border-color: #FFCC80 !important;
  color: #FFCC80 !important; }
  .btn-outline-orange.btn-outline-lighten-3:hover {
    background-color: #FFCC80 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFCC80 !important; }

.border-orange.border-lighten-3 {
  border: 1px solid #FFCC80 !important; }

.border-top-orange.border-top-lighten-3 {
  border-top: 1px solid #FFCC80 !important; }

.border-bottom-orange.border-bottom-lighten-3 {
  border-bottom: 1px solid #FFCC80 !important; }

.border-left-orange.border-left-lighten-3 {
  border-left: 1px solid #FFCC80 !important; }

.border-right-orange.border-right-lighten-3 {
  border-right: 1px solid #FFCC80 !important; }

.overlay-orange.overlay-lighten-3 {
  background: #FFCC80;
  /* The Fallback */
  background: rgba(255, 204, 128, 0.8); }

.orange.lighten-2 {
  color: #FFB74D !important; }

.bg-orange.bg-lighten-2 {
  background-color: #FFB74D !important; }
  .bg-orange.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 183, 77, 0.6); }

.btn-orange.btn-lighten-2 {
  border-color: #F57C00 !important;
  background-color: #FFB74D !important; }
  .btn-orange.btn-lighten-2:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-lighten-2:focus, .btn-orange.btn-lighten-2:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-lighten-2 {
  border-color: #FFB74D !important;
  color: #FFB74D !important; }
  .btn-outline-orange.btn-outline-lighten-2:hover {
    background-color: #FFB74D !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFB74D !important; }

.border-orange.border-lighten-2 {
  border: 1px solid #FFB74D !important; }

.border-top-orange.border-top-lighten-2 {
  border-top: 1px solid #FFB74D !important; }

.border-bottom-orange.border-bottom-lighten-2 {
  border-bottom: 1px solid #FFB74D !important; }

.border-left-orange.border-left-lighten-2 {
  border-left: 1px solid #FFB74D !important; }

.border-right-orange.border-right-lighten-2 {
  border-right: 1px solid #FFB74D !important; }

.overlay-orange.overlay-lighten-2 {
  background: #FFB74D;
  /* The Fallback */
  background: rgba(255, 183, 77, 0.8); }

.orange.lighten-1 {
  color: #FFA726 !important; }

.bg-orange.bg-lighten-1 {
  background-color: #FFA726 !important; }
  .bg-orange.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 167, 38, 0.6); }

.btn-orange.btn-lighten-1 {
  border-color: #F57C00 !important;
  background-color: #FFA726 !important; }
  .btn-orange.btn-lighten-1:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-lighten-1:focus, .btn-orange.btn-lighten-1:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-lighten-1 {
  border-color: #FFA726 !important;
  color: #FFA726 !important; }
  .btn-outline-orange.btn-outline-lighten-1:hover {
    background-color: #FFA726 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFA726 !important; }

.border-orange.border-lighten-1 {
  border: 1px solid #FFA726 !important; }

.border-top-orange.border-top-lighten-1 {
  border-top: 1px solid #FFA726 !important; }

.border-bottom-orange.border-bottom-lighten-1 {
  border-bottom: 1px solid #FFA726 !important; }

.border-left-orange.border-left-lighten-1 {
  border-left: 1px solid #FFA726 !important; }

.border-right-orange.border-right-lighten-1 {
  border-right: 1px solid #FFA726 !important; }

.overlay-orange.overlay-lighten-1 {
  background: #FFA726;
  /* The Fallback */
  background: rgba(255, 167, 38, 0.8); }

.orange {
  color: #FF9800 !important; }

.bg-orange {
  background-color: #FF9800 !important; }
  .bg-orange .card-header, .bg-orange .card-footer {
    background-color: transparent; }
  .bg-orange.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 152, 0, 0.6); }

.selectboxit.selectboxit-btn.bg-orange {
  background-color: #FF9800 !important; }

.alert-orange {
  border-color: #FF9800 !important;
  background-color: #ffb547 !important;
  color: #4d2e00 !important; }
  .alert-orange .alert-link {
    color: #241500 !important; }

.border-orange {
  border-color: #FF9800; }

.overlay-orange {
  background: #FF9800;
  /* The Fallback */
  background: rgba(255, 152, 0, 0.8); }

/* .card-outline-orange{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-orange {
  border-color: #FF9800 !important;
  background-color: #FF9800 !important;
  color: #FFFFFF; }
  .btn-orange:hover {
    border-color: #F57C00 !important;
    background-color: #FB8C00 !important;
    color: #FFF !important; }
  .btn-orange:focus, .btn-orange:active {
    border-color: #EF6C00 !important;
    background-color: #F57C00 !important;
    color: #FFF !important; }
  .btn-orange.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 152, 0, 0.6); }

.btn-outline-orange {
  border-color: #FF9800;
  background-color: transparent;
  color: #FF9800; }
  .btn-outline-orange:hover {
    background-color: #FF9800;
    color: #FFF !important; }
  .btn-outline-orange.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 152, 0, 0.6); }

input[type="checkbox"].bg-orange + .custom-control-label:before, input[type="radio"].bg-orange + .custom-control-label:before {
  background-color: #FF9800 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF9800 !important; }

.border-orange {
  border: 1px solid #FF9800 !important; }

.border-top-orange {
  border-top: 1px solid #FF9800; }

.border-bottom-orange {
  border-bottom: 1px solid #FF9800; }

.border-left-orange {
  border-left: 1px solid #FF9800; }

.border-right-orange {
  border-right: 1px solid #FF9800; }

.orange.darken-1 {
  color: #FB8C00 !important; }

.bg-orange.bg-darken-1 {
  background-color: #FB8C00 !important; }
  .bg-orange.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(251, 140, 0, 0.6); }

.btn-orange.btn-darken-1 {
  border-color: #F57C00 !important;
  background-color: #FB8C00 !important; }
  .btn-orange.btn-darken-1:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-darken-1:focus, .btn-orange.btn-darken-1:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-darken-1 {
  border-color: #FB8C00 !important;
  color: #FB8C00 !important; }
  .btn-outline-orange.btn-outline-darken-1:hover {
    background-color: #FB8C00 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FB8C00 !important; }

.border-orange.border-darken-1 {
  border: 1px solid #FB8C00 !important; }

.border-top-orange.border-top-darken-1 {
  border-top: 1px solid #FB8C00 !important; }

.border-bottom-orange.border-bottom-darken-1 {
  border-bottom: 1px solid #FB8C00 !important; }

.border-left-orange.border-left-darken-1 {
  border-left: 1px solid #FB8C00 !important; }

.border-right-orange.border-right-darken-1 {
  border-right: 1px solid #FB8C00 !important; }

.overlay-orange.overlay-darken-1 {
  background: #FB8C00;
  /* The Fallback */
  background: rgba(251, 140, 0, 0.8); }

.orange.darken-2 {
  color: #F57C00 !important; }

.bg-orange.bg-darken-2 {
  background-color: #F57C00 !important; }
  .bg-orange.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(245, 124, 0, 0.6); }

.btn-orange.btn-darken-2 {
  border-color: #F57C00 !important;
  background-color: #F57C00 !important; }
  .btn-orange.btn-darken-2:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-darken-2:focus, .btn-orange.btn-darken-2:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-darken-2 {
  border-color: #F57C00 !important;
  color: #F57C00 !important; }
  .btn-outline-orange.btn-outline-darken-2:hover {
    background-color: #F57C00 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F57C00 !important; }

.border-orange.border-darken-2 {
  border: 1px solid #F57C00 !important; }

.border-top-orange.border-top-darken-2 {
  border-top: 1px solid #F57C00 !important; }

.border-bottom-orange.border-bottom-darken-2 {
  border-bottom: 1px solid #F57C00 !important; }

.border-left-orange.border-left-darken-2 {
  border-left: 1px solid #F57C00 !important; }

.border-right-orange.border-right-darken-2 {
  border-right: 1px solid #F57C00 !important; }

.overlay-orange.overlay-darken-2 {
  background: #F57C00;
  /* The Fallback */
  background: rgba(245, 124, 0, 0.8); }

.orange.darken-3 {
  color: #EF6C00 !important; }

.bg-orange.bg-darken-3 {
  background-color: #EF6C00 !important; }
  .bg-orange.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(239, 108, 0, 0.6); }

.btn-orange.btn-darken-3 {
  border-color: #F57C00 !important;
  background-color: #EF6C00 !important; }
  .btn-orange.btn-darken-3:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-darken-3:focus, .btn-orange.btn-darken-3:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-darken-3 {
  border-color: #EF6C00 !important;
  color: #EF6C00 !important; }
  .btn-outline-orange.btn-outline-darken-3:hover {
    background-color: #EF6C00 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EF6C00 !important; }

.border-orange.border-darken-3 {
  border: 1px solid #EF6C00 !important; }

.border-top-orange.border-top-darken-3 {
  border-top: 1px solid #EF6C00 !important; }

.border-bottom-orange.border-bottom-darken-3 {
  border-bottom: 1px solid #EF6C00 !important; }

.border-left-orange.border-left-darken-3 {
  border-left: 1px solid #EF6C00 !important; }

.border-right-orange.border-right-darken-3 {
  border-right: 1px solid #EF6C00 !important; }

.overlay-orange.overlay-darken-3 {
  background: #EF6C00;
  /* The Fallback */
  background: rgba(239, 108, 0, 0.8); }

.orange.darken-4 {
  color: #E65100 !important; }

.bg-orange.bg-darken-4 {
  background-color: #E65100 !important; }
  .bg-orange.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(230, 81, 0, 0.6); }

.btn-orange.btn-darken-4 {
  border-color: #F57C00 !important;
  background-color: #E65100 !important; }
  .btn-orange.btn-darken-4:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-darken-4:focus, .btn-orange.btn-darken-4:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-darken-4 {
  border-color: #E65100 !important;
  color: #E65100 !important; }
  .btn-outline-orange.btn-outline-darken-4:hover {
    background-color: #E65100 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E65100 !important; }

.border-orange.border-darken-4 {
  border: 1px solid #E65100 !important; }

.border-top-orange.border-top-darken-4 {
  border-top: 1px solid #E65100 !important; }

.border-bottom-orange.border-bottom-darken-4 {
  border-bottom: 1px solid #E65100 !important; }

.border-left-orange.border-left-darken-4 {
  border-left: 1px solid #E65100 !important; }

.border-right-orange.border-right-darken-4 {
  border-right: 1px solid #E65100 !important; }

.overlay-orange.overlay-darken-4 {
  background: #E65100;
  /* The Fallback */
  background: rgba(230, 81, 0, 0.8); }

.orange.accent-1 {
  color: #FFD180 !important; }

.bg-orange.bg-accent-1 {
  background-color: #FFD180 !important; }
  .bg-orange.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 209, 128, 0.6); }

.btn-orange.btn-accent-1 {
  border-color: #F57C00 !important;
  background-color: #FFD180 !important; }
  .btn-orange.btn-accent-1:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-accent-1:focus, .btn-orange.btn-accent-1:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-accent-1 {
  border-color: #FFD180 !important;
  color: #FFD180 !important; }
  .btn-outline-orange.btn-outline-accent-1:hover {
    background-color: #FFD180 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD180 !important; }

.border-orange.border-accent-1 {
  border: 1px solid #FFD180 !important; }

.border-top-orange.border-top-accent-1 {
  border-top: 1px solid #FFD180 !important; }

.border-bottom-orange.border-bottom-accent-1 {
  border-bottom: 1px solid #FFD180 !important; }

.border-left-orange.border-left-accent-1 {
  border-left: 1px solid #FFD180 !important; }

.border-right-orange.border-right-accent-1 {
  border-right: 1px solid #FFD180 !important; }

.overlay-orange.overlay-accent-1 {
  background: #FFD180;
  /* The Fallback */
  background: rgba(255, 209, 128, 0.8); }

.orange.accent-2 {
  color: #FFAB40 !important; }

.bg-orange.bg-accent-2 {
  background-color: #FFAB40 !important; }
  .bg-orange.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 171, 64, 0.6); }

.btn-orange.btn-accent-2 {
  border-color: #F57C00 !important;
  background-color: #FFAB40 !important; }
  .btn-orange.btn-accent-2:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-accent-2:focus, .btn-orange.btn-accent-2:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-accent-2 {
  border-color: #FFAB40 !important;
  color: #FFAB40 !important; }
  .btn-outline-orange.btn-outline-accent-2:hover {
    background-color: #FFAB40 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFAB40 !important; }

.border-orange.border-accent-2 {
  border: 1px solid #FFAB40 !important; }

.border-top-orange.border-top-accent-2 {
  border-top: 1px solid #FFAB40 !important; }

.border-bottom-orange.border-bottom-accent-2 {
  border-bottom: 1px solid #FFAB40 !important; }

.border-left-orange.border-left-accent-2 {
  border-left: 1px solid #FFAB40 !important; }

.border-right-orange.border-right-accent-2 {
  border-right: 1px solid #FFAB40 !important; }

.overlay-orange.overlay-accent-2 {
  background: #FFAB40;
  /* The Fallback */
  background: rgba(255, 171, 64, 0.8); }

.orange.accent-3 {
  color: #FF9100 !important; }

.bg-orange.bg-accent-3 {
  background-color: #FF9100 !important; }
  .bg-orange.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 145, 0, 0.6); }

.btn-orange.btn-accent-3 {
  border-color: #F57C00 !important;
  background-color: #FF9100 !important; }
  .btn-orange.btn-accent-3:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-accent-3:focus, .btn-orange.btn-accent-3:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-accent-3 {
  border-color: #FF9100 !important;
  color: #FF9100 !important; }
  .btn-outline-orange.btn-outline-accent-3:hover {
    background-color: #FF9100 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF9100 !important; }

.border-orange.border-accent-3 {
  border: 1px solid #FF9100 !important; }

.border-top-orange.border-top-accent-3 {
  border-top: 1px solid #FF9100 !important; }

.border-bottom-orange.border-bottom-accent-3 {
  border-bottom: 1px solid #FF9100 !important; }

.border-left-orange.border-left-accent-3 {
  border-left: 1px solid #FF9100 !important; }

.border-right-orange.border-right-accent-3 {
  border-right: 1px solid #FF9100 !important; }

.overlay-orange.overlay-accent-3 {
  background: #FF9100;
  /* The Fallback */
  background: rgba(255, 145, 0, 0.8); }

.orange.accent-4 {
  color: #FF6D00 !important; }

.bg-orange.bg-accent-4 {
  background-color: #FF6D00 !important; }
  .bg-orange.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 109, 0, 0.6); }

.btn-orange.btn-accent-4 {
  border-color: #F57C00 !important;
  background-color: #FF6D00 !important; }
  .btn-orange.btn-accent-4:hover {
    border-color: #F57C00 !important;
    background-color: #EF6C00 !important; }
  .btn-orange.btn-accent-4:focus, .btn-orange.btn-accent-4:active {
    border-color: #EF6C00 !important;
    background-color: #E65100 !important; }

.btn-outline-orange.btn-outline-accent-4 {
  border-color: #FF6D00 !important;
  color: #FF6D00 !important; }
  .btn-outline-orange.btn-outline-accent-4:hover {
    background-color: #FF6D00 !important; }

input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF6D00 !important; }

.border-orange.border-accent-4 {
  border: 1px solid #FF6D00 !important; }

.border-top-orange.border-top-accent-4 {
  border-top: 1px solid #FF6D00 !important; }

.border-bottom-orange.border-bottom-accent-4 {
  border-bottom: 1px solid #FF6D00 !important; }

.border-left-orange.border-left-accent-4 {
  border-left: 1px solid #FF6D00 !important; }

.border-right-orange.border-right-accent-4 {
  border-right: 1px solid #FF6D00 !important; }

.overlay-orange.overlay-accent-4 {
  background: #FF6D00;
  /* The Fallback */
  background: rgba(255, 109, 0, 0.8); }

.deep-orange.lighten-5 {
  color: #FbE9E7 !important; }

.bg-deep-orange.bg-lighten-5 {
  background-color: #FbE9E7 !important; }
  .bg-deep-orange.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(251, 233, 231, 0.6); }

.btn-deep-orange.btn-lighten-5 {
  border-color: #E64A19 !important;
  background-color: #FbE9E7 !important; }
  .btn-deep-orange.btn-lighten-5:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-lighten-5:focus, .btn-deep-orange.btn-lighten-5:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-lighten-5 {
  border-color: #FbE9E7 !important;
  color: #FbE9E7 !important; }
  .btn-outline-deep-orange.btn-outline-lighten-5:hover {
    background-color: #FbE9E7 !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FbE9E7 !important; }

.border-deep-orange.border-lighten-5 {
  border: 1px solid #FbE9E7 !important; }

.border-top-deep-orange.border-top-lighten-5 {
  border-top: 1px solid #FbE9E7 !important; }

.border-bottom-deep-orange.border-bottom-lighten-5 {
  border-bottom: 1px solid #FbE9E7 !important; }

.border-left-deep-orange.border-left-lighten-5 {
  border-left: 1px solid #FbE9E7 !important; }

.border-right-deep-orange.border-right-lighten-5 {
  border-right: 1px solid #FbE9E7 !important; }

.overlay-deep-orange.overlay-lighten-5 {
  background: #FbE9E7;
  /* The Fallback */
  background: rgba(251, 233, 231, 0.8); }

.deep-orange.lighten-4 {
  color: #FFCCBC !important; }

.bg-deep-orange.bg-lighten-4 {
  background-color: #FFCCBC !important; }
  .bg-deep-orange.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 204, 188, 0.6); }

.btn-deep-orange.btn-lighten-4 {
  border-color: #E64A19 !important;
  background-color: #FFCCBC !important; }
  .btn-deep-orange.btn-lighten-4:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-lighten-4:focus, .btn-deep-orange.btn-lighten-4:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-lighten-4 {
  border-color: #FFCCBC !important;
  color: #FFCCBC !important; }
  .btn-outline-deep-orange.btn-outline-lighten-4:hover {
    background-color: #FFCCBC !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFCCBC !important; }

.border-deep-orange.border-lighten-4 {
  border: 1px solid #FFCCBC !important; }

.border-top-deep-orange.border-top-lighten-4 {
  border-top: 1px solid #FFCCBC !important; }

.border-bottom-deep-orange.border-bottom-lighten-4 {
  border-bottom: 1px solid #FFCCBC !important; }

.border-left-deep-orange.border-left-lighten-4 {
  border-left: 1px solid #FFCCBC !important; }

.border-right-deep-orange.border-right-lighten-4 {
  border-right: 1px solid #FFCCBC !important; }

.overlay-deep-orange.overlay-lighten-4 {
  background: #FFCCBC;
  /* The Fallback */
  background: rgba(255, 204, 188, 0.8); }

.deep-orange.lighten-3 {
  color: #FFAB91 !important; }

.bg-deep-orange.bg-lighten-3 {
  background-color: #FFAB91 !important; }
  .bg-deep-orange.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 171, 145, 0.6); }

.btn-deep-orange.btn-lighten-3 {
  border-color: #E64A19 !important;
  background-color: #FFAB91 !important; }
  .btn-deep-orange.btn-lighten-3:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-lighten-3:focus, .btn-deep-orange.btn-lighten-3:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-lighten-3 {
  border-color: #FFAB91 !important;
  color: #FFAB91 !important; }
  .btn-outline-deep-orange.btn-outline-lighten-3:hover {
    background-color: #FFAB91 !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFAB91 !important; }

.border-deep-orange.border-lighten-3 {
  border: 1px solid #FFAB91 !important; }

.border-top-deep-orange.border-top-lighten-3 {
  border-top: 1px solid #FFAB91 !important; }

.border-bottom-deep-orange.border-bottom-lighten-3 {
  border-bottom: 1px solid #FFAB91 !important; }

.border-left-deep-orange.border-left-lighten-3 {
  border-left: 1px solid #FFAB91 !important; }

.border-right-deep-orange.border-right-lighten-3 {
  border-right: 1px solid #FFAB91 !important; }

.overlay-deep-orange.overlay-lighten-3 {
  background: #FFAB91;
  /* The Fallback */
  background: rgba(255, 171, 145, 0.8); }

.deep-orange.lighten-2 {
  color: #FF8A65 !important; }

.bg-deep-orange.bg-lighten-2 {
  background-color: #FF8A65 !important; }
  .bg-deep-orange.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 138, 101, 0.6); }

.btn-deep-orange.btn-lighten-2 {
  border-color: #E64A19 !important;
  background-color: #FF8A65 !important; }
  .btn-deep-orange.btn-lighten-2:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-lighten-2:focus, .btn-deep-orange.btn-lighten-2:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-lighten-2 {
  border-color: #FF8A65 !important;
  color: #FF8A65 !important; }
  .btn-outline-deep-orange.btn-outline-lighten-2:hover {
    background-color: #FF8A65 !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF8A65 !important; }

.border-deep-orange.border-lighten-2 {
  border: 1px solid #FF8A65 !important; }

.border-top-deep-orange.border-top-lighten-2 {
  border-top: 1px solid #FF8A65 !important; }

.border-bottom-deep-orange.border-bottom-lighten-2 {
  border-bottom: 1px solid #FF8A65 !important; }

.border-left-deep-orange.border-left-lighten-2 {
  border-left: 1px solid #FF8A65 !important; }

.border-right-deep-orange.border-right-lighten-2 {
  border-right: 1px solid #FF8A65 !important; }

.overlay-deep-orange.overlay-lighten-2 {
  background: #FF8A65;
  /* The Fallback */
  background: rgba(255, 138, 101, 0.8); }

.deep-orange.lighten-1 {
  color: #FF7043 !important; }

.bg-deep-orange.bg-lighten-1 {
  background-color: #FF7043 !important; }
  .bg-deep-orange.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 112, 67, 0.6); }

.btn-deep-orange.btn-lighten-1 {
  border-color: #E64A19 !important;
  background-color: #FF7043 !important; }
  .btn-deep-orange.btn-lighten-1:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-lighten-1:focus, .btn-deep-orange.btn-lighten-1:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-lighten-1 {
  border-color: #FF7043 !important;
  color: #FF7043 !important; }
  .btn-outline-deep-orange.btn-outline-lighten-1:hover {
    background-color: #FF7043 !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF7043 !important; }

.border-deep-orange.border-lighten-1 {
  border: 1px solid #FF7043 !important; }

.border-top-deep-orange.border-top-lighten-1 {
  border-top: 1px solid #FF7043 !important; }

.border-bottom-deep-orange.border-bottom-lighten-1 {
  border-bottom: 1px solid #FF7043 !important; }

.border-left-deep-orange.border-left-lighten-1 {
  border-left: 1px solid #FF7043 !important; }

.border-right-deep-orange.border-right-lighten-1 {
  border-right: 1px solid #FF7043 !important; }

.overlay-deep-orange.overlay-lighten-1 {
  background: #FF7043;
  /* The Fallback */
  background: rgba(255, 112, 67, 0.8); }

.deep-orange {
  color: #FF5722 !important; }

.bg-deep-orange {
  background-color: #FF5722 !important; }
  .bg-deep-orange .card-header, .bg-deep-orange .card-footer {
    background-color: transparent; }
  .bg-deep-orange.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 87, 34, 0.6); }

.selectboxit.selectboxit-btn.bg-deep-orange {
  background-color: #FF5722 !important; }

.alert-deep-orange {
  border-color: #FF5722 !important;
  background-color: #ff8d69 !important;
  color: #6f1b00 !important; }
  .alert-deep-orange .alert-link {
    color: #461100 !important; }

.border-deep-orange {
  border-color: #FF5722; }

.overlay-deep-orange {
  background: #FF5722;
  /* The Fallback */
  background: rgba(255, 87, 34, 0.8); }

/* .card-outline-deep-orange{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-deep-orange {
  border-color: #FF5722 !important;
  background-color: #FF5722 !important;
  color: #FFFFFF; }
  .btn-deep-orange:hover {
    border-color: #E64A19 !important;
    background-color: #F4511E !important;
    color: #FFF !important; }
  .btn-deep-orange:focus, .btn-deep-orange:active {
    border-color: #D84315 !important;
    background-color: #E64A19 !important;
    color: #FFF !important; }
  .btn-deep-orange.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 87, 34, 0.6); }

.btn-outline-deep-orange {
  border-color: #FF5722;
  background-color: transparent;
  color: #FF5722; }
  .btn-outline-deep-orange:hover {
    background-color: #FF5722;
    color: #FFF !important; }
  .btn-outline-deep-orange.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 87, 34, 0.6); }

input[type="checkbox"].bg-deep-orange + .custom-control-label:before, input[type="radio"].bg-deep-orange + .custom-control-label:before {
  background-color: #FF5722 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF5722 !important; }

.border-deep-orange {
  border: 1px solid #FF5722 !important; }

.border-top-deep-orange {
  border-top: 1px solid #FF5722; }

.border-bottom-deep-orange {
  border-bottom: 1px solid #FF5722; }

.border-left-deep-orange {
  border-left: 1px solid #FF5722; }

.border-right-deep-orange {
  border-right: 1px solid #FF5722; }

.deep-orange.darken-1 {
  color: #F4511E !important; }

.bg-deep-orange.bg-darken-1 {
  background-color: #F4511E !important; }
  .bg-deep-orange.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(244, 81, 30, 0.6); }

.btn-deep-orange.btn-darken-1 {
  border-color: #E64A19 !important;
  background-color: #F4511E !important; }
  .btn-deep-orange.btn-darken-1:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-darken-1:focus, .btn-deep-orange.btn-darken-1:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-darken-1 {
  border-color: #F4511E !important;
  color: #F4511E !important; }
  .btn-outline-deep-orange.btn-outline-darken-1:hover {
    background-color: #F4511E !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F4511E !important; }

.border-deep-orange.border-darken-1 {
  border: 1px solid #F4511E !important; }

.border-top-deep-orange.border-top-darken-1 {
  border-top: 1px solid #F4511E !important; }

.border-bottom-deep-orange.border-bottom-darken-1 {
  border-bottom: 1px solid #F4511E !important; }

.border-left-deep-orange.border-left-darken-1 {
  border-left: 1px solid #F4511E !important; }

.border-right-deep-orange.border-right-darken-1 {
  border-right: 1px solid #F4511E !important; }

.overlay-deep-orange.overlay-darken-1 {
  background: #F4511E;
  /* The Fallback */
  background: rgba(244, 81, 30, 0.8); }

.deep-orange.darken-2 {
  color: #E64A19 !important; }

.bg-deep-orange.bg-darken-2 {
  background-color: #E64A19 !important; }
  .bg-deep-orange.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(230, 74, 25, 0.6); }

.btn-deep-orange.btn-darken-2 {
  border-color: #E64A19 !important;
  background-color: #E64A19 !important; }
  .btn-deep-orange.btn-darken-2:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-darken-2:focus, .btn-deep-orange.btn-darken-2:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-darken-2 {
  border-color: #E64A19 !important;
  color: #E64A19 !important; }
  .btn-outline-deep-orange.btn-outline-darken-2:hover {
    background-color: #E64A19 !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E64A19 !important; }

.border-deep-orange.border-darken-2 {
  border: 1px solid #E64A19 !important; }

.border-top-deep-orange.border-top-darken-2 {
  border-top: 1px solid #E64A19 !important; }

.border-bottom-deep-orange.border-bottom-darken-2 {
  border-bottom: 1px solid #E64A19 !important; }

.border-left-deep-orange.border-left-darken-2 {
  border-left: 1px solid #E64A19 !important; }

.border-right-deep-orange.border-right-darken-2 {
  border-right: 1px solid #E64A19 !important; }

.overlay-deep-orange.overlay-darken-2 {
  background: #E64A19;
  /* The Fallback */
  background: rgba(230, 74, 25, 0.8); }

.deep-orange.darken-3 {
  color: #D84315 !important; }

.bg-deep-orange.bg-darken-3 {
  background-color: #D84315 !important; }
  .bg-deep-orange.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(216, 67, 21, 0.6); }

.btn-deep-orange.btn-darken-3 {
  border-color: #E64A19 !important;
  background-color: #D84315 !important; }
  .btn-deep-orange.btn-darken-3:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-darken-3:focus, .btn-deep-orange.btn-darken-3:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-darken-3 {
  border-color: #D84315 !important;
  color: #D84315 !important; }
  .btn-outline-deep-orange.btn-outline-darken-3:hover {
    background-color: #D84315 !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D84315 !important; }

.border-deep-orange.border-darken-3 {
  border: 1px solid #D84315 !important; }

.border-top-deep-orange.border-top-darken-3 {
  border-top: 1px solid #D84315 !important; }

.border-bottom-deep-orange.border-bottom-darken-3 {
  border-bottom: 1px solid #D84315 !important; }

.border-left-deep-orange.border-left-darken-3 {
  border-left: 1px solid #D84315 !important; }

.border-right-deep-orange.border-right-darken-3 {
  border-right: 1px solid #D84315 !important; }

.overlay-deep-orange.overlay-darken-3 {
  background: #D84315;
  /* The Fallback */
  background: rgba(216, 67, 21, 0.8); }

.deep-orange.darken-4 {
  color: #BF360C !important; }

.bg-deep-orange.bg-darken-4 {
  background-color: #BF360C !important; }
  .bg-deep-orange.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(191, 54, 12, 0.6); }

.btn-deep-orange.btn-darken-4 {
  border-color: #E64A19 !important;
  background-color: #BF360C !important; }
  .btn-deep-orange.btn-darken-4:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-darken-4:focus, .btn-deep-orange.btn-darken-4:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-darken-4 {
  border-color: #BF360C !important;
  color: #BF360C !important; }
  .btn-outline-deep-orange.btn-outline-darken-4:hover {
    background-color: #BF360C !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BF360C !important; }

.border-deep-orange.border-darken-4 {
  border: 1px solid #BF360C !important; }

.border-top-deep-orange.border-top-darken-4 {
  border-top: 1px solid #BF360C !important; }

.border-bottom-deep-orange.border-bottom-darken-4 {
  border-bottom: 1px solid #BF360C !important; }

.border-left-deep-orange.border-left-darken-4 {
  border-left: 1px solid #BF360C !important; }

.border-right-deep-orange.border-right-darken-4 {
  border-right: 1px solid #BF360C !important; }

.overlay-deep-orange.overlay-darken-4 {
  background: #BF360C;
  /* The Fallback */
  background: rgba(191, 54, 12, 0.8); }

.deep-orange.accent-1 {
  color: #FF9E80 !important; }

.bg-deep-orange.bg-accent-1 {
  background-color: #FF9E80 !important; }
  .bg-deep-orange.bg-accent-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 158, 128, 0.6); }

.btn-deep-orange.btn-accent-1 {
  border-color: #E64A19 !important;
  background-color: #FF9E80 !important; }
  .btn-deep-orange.btn-accent-1:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-accent-1:focus, .btn-deep-orange.btn-accent-1:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-accent-1 {
  border-color: #FF9E80 !important;
  color: #FF9E80 !important; }
  .btn-outline-deep-orange.btn-outline-accent-1:hover {
    background-color: #FF9E80 !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF9E80 !important; }

.border-deep-orange.border-accent-1 {
  border: 1px solid #FF9E80 !important; }

.border-top-deep-orange.border-top-accent-1 {
  border-top: 1px solid #FF9E80 !important; }

.border-bottom-deep-orange.border-bottom-accent-1 {
  border-bottom: 1px solid #FF9E80 !important; }

.border-left-deep-orange.border-left-accent-1 {
  border-left: 1px solid #FF9E80 !important; }

.border-right-deep-orange.border-right-accent-1 {
  border-right: 1px solid #FF9E80 !important; }

.overlay-deep-orange.overlay-accent-1 {
  background: #FF9E80;
  /* The Fallback */
  background: rgba(255, 158, 128, 0.8); }

.deep-orange.accent-2 {
  color: #FF6E40 !important; }

.bg-deep-orange.bg-accent-2 {
  background-color: #FF6E40 !important; }
  .bg-deep-orange.bg-accent-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 110, 64, 0.6); }

.btn-deep-orange.btn-accent-2 {
  border-color: #E64A19 !important;
  background-color: #FF6E40 !important; }
  .btn-deep-orange.btn-accent-2:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-accent-2:focus, .btn-deep-orange.btn-accent-2:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-accent-2 {
  border-color: #FF6E40 !important;
  color: #FF6E40 !important; }
  .btn-outline-deep-orange.btn-outline-accent-2:hover {
    background-color: #FF6E40 !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF6E40 !important; }

.border-deep-orange.border-accent-2 {
  border: 1px solid #FF6E40 !important; }

.border-top-deep-orange.border-top-accent-2 {
  border-top: 1px solid #FF6E40 !important; }

.border-bottom-deep-orange.border-bottom-accent-2 {
  border-bottom: 1px solid #FF6E40 !important; }

.border-left-deep-orange.border-left-accent-2 {
  border-left: 1px solid #FF6E40 !important; }

.border-right-deep-orange.border-right-accent-2 {
  border-right: 1px solid #FF6E40 !important; }

.overlay-deep-orange.overlay-accent-2 {
  background: #FF6E40;
  /* The Fallback */
  background: rgba(255, 110, 64, 0.8); }

.deep-orange.accent-3 {
  color: #FF3D00 !important; }

.bg-deep-orange.bg-accent-3 {
  background-color: #FF3D00 !important; }
  .bg-deep-orange.bg-accent-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 61, 0, 0.6); }

.btn-deep-orange.btn-accent-3 {
  border-color: #E64A19 !important;
  background-color: #FF3D00 !important; }
  .btn-deep-orange.btn-accent-3:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-accent-3:focus, .btn-deep-orange.btn-accent-3:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-accent-3 {
  border-color: #FF3D00 !important;
  color: #FF3D00 !important; }
  .btn-outline-deep-orange.btn-outline-accent-3:hover {
    background-color: #FF3D00 !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF3D00 !important; }

.border-deep-orange.border-accent-3 {
  border: 1px solid #FF3D00 !important; }

.border-top-deep-orange.border-top-accent-3 {
  border-top: 1px solid #FF3D00 !important; }

.border-bottom-deep-orange.border-bottom-accent-3 {
  border-bottom: 1px solid #FF3D00 !important; }

.border-left-deep-orange.border-left-accent-3 {
  border-left: 1px solid #FF3D00 !important; }

.border-right-deep-orange.border-right-accent-3 {
  border-right: 1px solid #FF3D00 !important; }

.overlay-deep-orange.overlay-accent-3 {
  background: #FF3D00;
  /* The Fallback */
  background: rgba(255, 61, 0, 0.8); }

.deep-orange.accent-4 {
  color: #DD2C00 !important; }

.bg-deep-orange.bg-accent-4 {
  background-color: #DD2C00 !important; }
  .bg-deep-orange.bg-accent-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(221, 44, 0, 0.6); }

.btn-deep-orange.btn-accent-4 {
  border-color: #E64A19 !important;
  background-color: #DD2C00 !important; }
  .btn-deep-orange.btn-accent-4:hover {
    border-color: #E64A19 !important;
    background-color: #D84315 !important; }
  .btn-deep-orange.btn-accent-4:focus, .btn-deep-orange.btn-accent-4:active {
    border-color: #D84315 !important;
    background-color: #BF360C !important; }

.btn-outline-deep-orange.btn-outline-accent-4 {
  border-color: #DD2C00 !important;
  color: #DD2C00 !important; }
  .btn-outline-deep-orange.btn-outline-accent-4:hover {
    background-color: #DD2C00 !important; }

input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #DD2C00 !important; }

.border-deep-orange.border-accent-4 {
  border: 1px solid #DD2C00 !important; }

.border-top-deep-orange.border-top-accent-4 {
  border-top: 1px solid #DD2C00 !important; }

.border-bottom-deep-orange.border-bottom-accent-4 {
  border-bottom: 1px solid #DD2C00 !important; }

.border-left-deep-orange.border-left-accent-4 {
  border-left: 1px solid #DD2C00 !important; }

.border-right-deep-orange.border-right-accent-4 {
  border-right: 1px solid #DD2C00 !important; }

.overlay-deep-orange.overlay-accent-4 {
  background: #DD2C00;
  /* The Fallback */
  background: rgba(221, 44, 0, 0.8); }

.brown.lighten-5 {
  color: #EFEBE9 !important; }

.bg-brown.bg-lighten-5 {
  background-color: #EFEBE9 !important; }
  .bg-brown.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(239, 235, 233, 0.6); }

.btn-brown.btn-lighten-5 {
  border-color: #5D4037 !important;
  background-color: #EFEBE9 !important; }
  .btn-brown.btn-lighten-5:hover {
    border-color: #5D4037 !important;
    background-color: #4E342E !important; }
  .btn-brown.btn-lighten-5:focus, .btn-brown.btn-lighten-5:active {
    border-color: #4E342E !important;
    background-color: #3E2723 !important; }

.btn-outline-brown.btn-outline-lighten-5 {
  border-color: #EFEBE9 !important;
  color: #EFEBE9 !important; }
  .btn-outline-brown.btn-outline-lighten-5:hover {
    background-color: #EFEBE9 !important; }

input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EFEBE9 !important; }

.border-brown.border-lighten-5 {
  border: 1px solid #EFEBE9 !important; }

.border-top-brown.border-top-lighten-5 {
  border-top: 1px solid #EFEBE9 !important; }

.border-bottom-brown.border-bottom-lighten-5 {
  border-bottom: 1px solid #EFEBE9 !important; }

.border-left-brown.border-left-lighten-5 {
  border-left: 1px solid #EFEBE9 !important; }

.border-right-brown.border-right-lighten-5 {
  border-right: 1px solid #EFEBE9 !important; }

.overlay-brown.overlay-lighten-5 {
  background: #EFEBE9;
  /* The Fallback */
  background: rgba(239, 235, 233, 0.8); }

.brown.lighten-4 {
  color: #D7CCC8 !important; }

.bg-brown.bg-lighten-4 {
  background-color: #D7CCC8 !important; }
  .bg-brown.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(215, 204, 200, 0.6); }

.btn-brown.btn-lighten-4 {
  border-color: #5D4037 !important;
  background-color: #D7CCC8 !important; }
  .btn-brown.btn-lighten-4:hover {
    border-color: #5D4037 !important;
    background-color: #4E342E !important; }
  .btn-brown.btn-lighten-4:focus, .btn-brown.btn-lighten-4:active {
    border-color: #4E342E !important;
    background-color: #3E2723 !important; }

.btn-outline-brown.btn-outline-lighten-4 {
  border-color: #D7CCC8 !important;
  color: #D7CCC8 !important; }
  .btn-outline-brown.btn-outline-lighten-4:hover {
    background-color: #D7CCC8 !important; }

input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D7CCC8 !important; }

.border-brown.border-lighten-4 {
  border: 1px solid #D7CCC8 !important; }

.border-top-brown.border-top-lighten-4 {
  border-top: 1px solid #D7CCC8 !important; }

.border-bottom-brown.border-bottom-lighten-4 {
  border-bottom: 1px solid #D7CCC8 !important; }

.border-left-brown.border-left-lighten-4 {
  border-left: 1px solid #D7CCC8 !important; }

.border-right-brown.border-right-lighten-4 {
  border-right: 1px solid #D7CCC8 !important; }

.overlay-brown.overlay-lighten-4 {
  background: #D7CCC8;
  /* The Fallback */
  background: rgba(215, 204, 200, 0.8); }

.brown.lighten-3 {
  color: #BCAAA4 !important; }

.bg-brown.bg-lighten-3 {
  background-color: #BCAAA4 !important; }
  .bg-brown.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(188, 170, 164, 0.6); }

.btn-brown.btn-lighten-3 {
  border-color: #5D4037 !important;
  background-color: #BCAAA4 !important; }
  .btn-brown.btn-lighten-3:hover {
    border-color: #5D4037 !important;
    background-color: #4E342E !important; }
  .btn-brown.btn-lighten-3:focus, .btn-brown.btn-lighten-3:active {
    border-color: #4E342E !important;
    background-color: #3E2723 !important; }

.btn-outline-brown.btn-outline-lighten-3 {
  border-color: #BCAAA4 !important;
  color: #BCAAA4 !important; }
  .btn-outline-brown.btn-outline-lighten-3:hover {
    background-color: #BCAAA4 !important; }

input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BCAAA4 !important; }

.border-brown.border-lighten-3 {
  border: 1px solid #BCAAA4 !important; }

.border-top-brown.border-top-lighten-3 {
  border-top: 1px solid #BCAAA4 !important; }

.border-bottom-brown.border-bottom-lighten-3 {
  border-bottom: 1px solid #BCAAA4 !important; }

.border-left-brown.border-left-lighten-3 {
  border-left: 1px solid #BCAAA4 !important; }

.border-right-brown.border-right-lighten-3 {
  border-right: 1px solid #BCAAA4 !important; }

.overlay-brown.overlay-lighten-3 {
  background: #BCAAA4;
  /* The Fallback */
  background: rgba(188, 170, 164, 0.8); }

.brown.lighten-2 {
  color: #A1887F !important; }

.bg-brown.bg-lighten-2 {
  background-color: #A1887F !important; }
  .bg-brown.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(161, 136, 127, 0.6); }

.btn-brown.btn-lighten-2 {
  border-color: #5D4037 !important;
  background-color: #A1887F !important; }
  .btn-brown.btn-lighten-2:hover {
    border-color: #5D4037 !important;
    background-color: #4E342E !important; }
  .btn-brown.btn-lighten-2:focus, .btn-brown.btn-lighten-2:active {
    border-color: #4E342E !important;
    background-color: #3E2723 !important; }

.btn-outline-brown.btn-outline-lighten-2 {
  border-color: #A1887F !important;
  color: #A1887F !important; }
  .btn-outline-brown.btn-outline-lighten-2:hover {
    background-color: #A1887F !important; }

input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #A1887F !important; }

.border-brown.border-lighten-2 {
  border: 1px solid #A1887F !important; }

.border-top-brown.border-top-lighten-2 {
  border-top: 1px solid #A1887F !important; }

.border-bottom-brown.border-bottom-lighten-2 {
  border-bottom: 1px solid #A1887F !important; }

.border-left-brown.border-left-lighten-2 {
  border-left: 1px solid #A1887F !important; }

.border-right-brown.border-right-lighten-2 {
  border-right: 1px solid #A1887F !important; }

.overlay-brown.overlay-lighten-2 {
  background: #A1887F;
  /* The Fallback */
  background: rgba(161, 136, 127, 0.8); }

.brown.lighten-1 {
  color: #8D6E63 !important; }

.bg-brown.bg-lighten-1 {
  background-color: #8D6E63 !important; }
  .bg-brown.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(141, 110, 99, 0.6); }

.btn-brown.btn-lighten-1 {
  border-color: #5D4037 !important;
  background-color: #8D6E63 !important; }
  .btn-brown.btn-lighten-1:hover {
    border-color: #5D4037 !important;
    background-color: #4E342E !important; }
  .btn-brown.btn-lighten-1:focus, .btn-brown.btn-lighten-1:active {
    border-color: #4E342E !important;
    background-color: #3E2723 !important; }

.btn-outline-brown.btn-outline-lighten-1 {
  border-color: #8D6E63 !important;
  color: #8D6E63 !important; }
  .btn-outline-brown.btn-outline-lighten-1:hover {
    background-color: #8D6E63 !important; }

input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8D6E63 !important; }

.border-brown.border-lighten-1 {
  border: 1px solid #8D6E63 !important; }

.border-top-brown.border-top-lighten-1 {
  border-top: 1px solid #8D6E63 !important; }

.border-bottom-brown.border-bottom-lighten-1 {
  border-bottom: 1px solid #8D6E63 !important; }

.border-left-brown.border-left-lighten-1 {
  border-left: 1px solid #8D6E63 !important; }

.border-right-brown.border-right-lighten-1 {
  border-right: 1px solid #8D6E63 !important; }

.overlay-brown.overlay-lighten-1 {
  background: #8D6E63;
  /* The Fallback */
  background: rgba(141, 110, 99, 0.8); }

.brown {
  color: #795548 !important; }

.bg-brown {
  background-color: #795548 !important; }
  .bg-brown .card-header, .bg-brown .card-footer {
    background-color: transparent; }
  .bg-brown.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(121, 85, 72, 0.6); }

.selectboxit.selectboxit-btn.bg-brown {
  background-color: #795548 !important; }

.alert-brown {
  border-color: #795548 !important;
  background-color: #a37665 !important;
  color: #090605 !important; }
  .alert-brown .alert-link {
    color: black !important; }

.border-brown {
  border-color: #795548; }

.overlay-brown {
  background: #795548;
  /* The Fallback */
  background: rgba(121, 85, 72, 0.8); }

/* .card-outline-brown{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-brown {
  border-color: #795548 !important;
  background-color: #795548 !important;
  color: #FFFFFF; }
  .btn-brown:hover {
    border-color: #5D4037 !important;
    background-color: #6D4C41 !important;
    color: #FFF !important; }
  .btn-brown:focus, .btn-brown:active {
    border-color: #4E342E !important;
    background-color: #5D4037 !important;
    color: #FFF !important; }
  .btn-brown.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(121, 85, 72, 0.6); }

.btn-outline-brown {
  border-color: #795548;
  background-color: transparent;
  color: #795548; }
  .btn-outline-brown:hover {
    background-color: #795548;
    color: #FFF !important; }
  .btn-outline-brown.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(121, 85, 72, 0.6); }

input[type="checkbox"].bg-brown + .custom-control-label:before, input[type="radio"].bg-brown + .custom-control-label:before {
  background-color: #795548 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #795548 !important; }

.border-brown {
  border: 1px solid #795548 !important; }

.border-top-brown {
  border-top: 1px solid #795548; }

.border-bottom-brown {
  border-bottom: 1px solid #795548; }

.border-left-brown {
  border-left: 1px solid #795548; }

.border-right-brown {
  border-right: 1px solid #795548; }

.brown.darken-1 {
  color: #6D4C41 !important; }

.bg-brown.bg-darken-1 {
  background-color: #6D4C41 !important; }
  .bg-brown.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(109, 76, 65, 0.6); }

.btn-brown.btn-darken-1 {
  border-color: #5D4037 !important;
  background-color: #6D4C41 !important; }
  .btn-brown.btn-darken-1:hover {
    border-color: #5D4037 !important;
    background-color: #4E342E !important; }
  .btn-brown.btn-darken-1:focus, .btn-brown.btn-darken-1:active {
    border-color: #4E342E !important;
    background-color: #3E2723 !important; }

.btn-outline-brown.btn-outline-darken-1 {
  border-color: #6D4C41 !important;
  color: #6D4C41 !important; }
  .btn-outline-brown.btn-outline-darken-1:hover {
    background-color: #6D4C41 !important; }

input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6D4C41 !important; }

.border-brown.border-darken-1 {
  border: 1px solid #6D4C41 !important; }

.border-top-brown.border-top-darken-1 {
  border-top: 1px solid #6D4C41 !important; }

.border-bottom-brown.border-bottom-darken-1 {
  border-bottom: 1px solid #6D4C41 !important; }

.border-left-brown.border-left-darken-1 {
  border-left: 1px solid #6D4C41 !important; }

.border-right-brown.border-right-darken-1 {
  border-right: 1px solid #6D4C41 !important; }

.overlay-brown.overlay-darken-1 {
  background: #6D4C41;
  /* The Fallback */
  background: rgba(109, 76, 65, 0.8); }

.brown.darken-2 {
  color: #5D4037 !important; }

.bg-brown.bg-darken-2 {
  background-color: #5D4037 !important; }
  .bg-brown.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(93, 64, 55, 0.6); }

.btn-brown.btn-darken-2 {
  border-color: #5D4037 !important;
  background-color: #5D4037 !important; }
  .btn-brown.btn-darken-2:hover {
    border-color: #5D4037 !important;
    background-color: #4E342E !important; }
  .btn-brown.btn-darken-2:focus, .btn-brown.btn-darken-2:active {
    border-color: #4E342E !important;
    background-color: #3E2723 !important; }

.btn-outline-brown.btn-outline-darken-2 {
  border-color: #5D4037 !important;
  color: #5D4037 !important; }
  .btn-outline-brown.btn-outline-darken-2:hover {
    background-color: #5D4037 !important; }

input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5D4037 !important; }

.border-brown.border-darken-2 {
  border: 1px solid #5D4037 !important; }

.border-top-brown.border-top-darken-2 {
  border-top: 1px solid #5D4037 !important; }

.border-bottom-brown.border-bottom-darken-2 {
  border-bottom: 1px solid #5D4037 !important; }

.border-left-brown.border-left-darken-2 {
  border-left: 1px solid #5D4037 !important; }

.border-right-brown.border-right-darken-2 {
  border-right: 1px solid #5D4037 !important; }

.overlay-brown.overlay-darken-2 {
  background: #5D4037;
  /* The Fallback */
  background: rgba(93, 64, 55, 0.8); }

.brown.darken-3 {
  color: #4E342E !important; }

.bg-brown.bg-darken-3 {
  background-color: #4E342E !important; }
  .bg-brown.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(78, 52, 46, 0.6); }

.btn-brown.btn-darken-3 {
  border-color: #5D4037 !important;
  background-color: #4E342E !important; }
  .btn-brown.btn-darken-3:hover {
    border-color: #5D4037 !important;
    background-color: #4E342E !important; }
  .btn-brown.btn-darken-3:focus, .btn-brown.btn-darken-3:active {
    border-color: #4E342E !important;
    background-color: #3E2723 !important; }

.btn-outline-brown.btn-outline-darken-3 {
  border-color: #4E342E !important;
  color: #4E342E !important; }
  .btn-outline-brown.btn-outline-darken-3:hover {
    background-color: #4E342E !important; }

input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4E342E !important; }

.border-brown.border-darken-3 {
  border: 1px solid #4E342E !important; }

.border-top-brown.border-top-darken-3 {
  border-top: 1px solid #4E342E !important; }

.border-bottom-brown.border-bottom-darken-3 {
  border-bottom: 1px solid #4E342E !important; }

.border-left-brown.border-left-darken-3 {
  border-left: 1px solid #4E342E !important; }

.border-right-brown.border-right-darken-3 {
  border-right: 1px solid #4E342E !important; }

.overlay-brown.overlay-darken-3 {
  background: #4E342E;
  /* The Fallback */
  background: rgba(78, 52, 46, 0.8); }

.brown.darken-4 {
  color: #3E2723 !important; }

.bg-brown.bg-darken-4 {
  background-color: #3E2723 !important; }
  .bg-brown.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(62, 39, 35, 0.6); }

.btn-brown.btn-darken-4 {
  border-color: #5D4037 !important;
  background-color: #3E2723 !important; }
  .btn-brown.btn-darken-4:hover {
    border-color: #5D4037 !important;
    background-color: #4E342E !important; }
  .btn-brown.btn-darken-4:focus, .btn-brown.btn-darken-4:active {
    border-color: #4E342E !important;
    background-color: #3E2723 !important; }

.btn-outline-brown.btn-outline-darken-4 {
  border-color: #3E2723 !important;
  color: #3E2723 !important; }
  .btn-outline-brown.btn-outline-darken-4:hover {
    background-color: #3E2723 !important; }

input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3E2723 !important; }

.border-brown.border-darken-4 {
  border: 1px solid #3E2723 !important; }

.border-top-brown.border-top-darken-4 {
  border-top: 1px solid #3E2723 !important; }

.border-bottom-brown.border-bottom-darken-4 {
  border-bottom: 1px solid #3E2723 !important; }

.border-left-brown.border-left-darken-4 {
  border-left: 1px solid #3E2723 !important; }

.border-right-brown.border-right-darken-4 {
  border-right: 1px solid #3E2723 !important; }

.overlay-brown.overlay-darken-4 {
  background: #3E2723;
  /* The Fallback */
  background: rgba(62, 39, 35, 0.8); }

.blue-grey.lighten-5 {
  color: #ECEFF1 !important; }

.bg-blue-grey.bg-lighten-5 {
  background-color: #ECEFF1 !important; }
  .bg-blue-grey.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(236, 239, 241, 0.6); }

.btn-blue-grey.btn-lighten-5 {
  border-color: #455A64 !important;
  background-color: #ECEFF1 !important; }
  .btn-blue-grey.btn-lighten-5:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important; }
  .btn-blue-grey.btn-lighten-5:focus, .btn-blue-grey.btn-lighten-5:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-blue-grey.btn-outline-lighten-5 {
  border-color: #ECEFF1 !important;
  color: #ECEFF1 !important; }
  .btn-outline-blue-grey.btn-outline-lighten-5:hover {
    background-color: #ECEFF1 !important; }

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ECEFF1 !important; }

.border-blue-grey.border-lighten-5 {
  border: 1px solid #ECEFF1 !important; }

.border-top-blue-grey.border-top-lighten-5 {
  border-top: 1px solid #ECEFF1 !important; }

.border-bottom-blue-grey.border-bottom-lighten-5 {
  border-bottom: 1px solid #ECEFF1 !important; }

.border-left-blue-grey.border-left-lighten-5 {
  border-left: 1px solid #ECEFF1 !important; }

.border-right-blue-grey.border-right-lighten-5 {
  border-right: 1px solid #ECEFF1 !important; }

.overlay-blue-grey.overlay-lighten-5 {
  background: #ECEFF1;
  /* The Fallback */
  background: rgba(236, 239, 241, 0.8); }

.blue-grey.lighten-4 {
  color: #CFD8DC !important; }

.bg-blue-grey.bg-lighten-4 {
  background-color: #CFD8DC !important; }
  .bg-blue-grey.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(207, 216, 220, 0.6); }

.btn-blue-grey.btn-lighten-4 {
  border-color: #455A64 !important;
  background-color: #CFD8DC !important; }
  .btn-blue-grey.btn-lighten-4:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important; }
  .btn-blue-grey.btn-lighten-4:focus, .btn-blue-grey.btn-lighten-4:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-blue-grey.btn-outline-lighten-4 {
  border-color: #CFD8DC !important;
  color: #CFD8DC !important; }
  .btn-outline-blue-grey.btn-outline-lighten-4:hover {
    background-color: #CFD8DC !important; }

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CFD8DC !important; }

.border-blue-grey.border-lighten-4 {
  border: 1px solid #CFD8DC !important; }

.border-top-blue-grey.border-top-lighten-4 {
  border-top: 1px solid #CFD8DC !important; }

.border-bottom-blue-grey.border-bottom-lighten-4 {
  border-bottom: 1px solid #CFD8DC !important; }

.border-left-blue-grey.border-left-lighten-4 {
  border-left: 1px solid #CFD8DC !important; }

.border-right-blue-grey.border-right-lighten-4 {
  border-right: 1px solid #CFD8DC !important; }

.overlay-blue-grey.overlay-lighten-4 {
  background: #CFD8DC;
  /* The Fallback */
  background: rgba(207, 216, 220, 0.8); }

.blue-grey.lighten-3 {
  color: #B0BEC5 !important; }

.bg-blue-grey.bg-lighten-3 {
  background-color: #B0BEC5 !important; }
  .bg-blue-grey.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(176, 190, 197, 0.6); }

.btn-blue-grey.btn-lighten-3 {
  border-color: #455A64 !important;
  background-color: #B0BEC5 !important; }
  .btn-blue-grey.btn-lighten-3:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important; }
  .btn-blue-grey.btn-lighten-3:focus, .btn-blue-grey.btn-lighten-3:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-blue-grey.btn-outline-lighten-3 {
  border-color: #B0BEC5 !important;
  color: #B0BEC5 !important; }
  .btn-outline-blue-grey.btn-outline-lighten-3:hover {
    background-color: #B0BEC5 !important; }

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B0BEC5 !important; }

.border-blue-grey.border-lighten-3 {
  border: 1px solid #B0BEC5 !important; }

.border-top-blue-grey.border-top-lighten-3 {
  border-top: 1px solid #B0BEC5 !important; }

.border-bottom-blue-grey.border-bottom-lighten-3 {
  border-bottom: 1px solid #B0BEC5 !important; }

.border-left-blue-grey.border-left-lighten-3 {
  border-left: 1px solid #B0BEC5 !important; }

.border-right-blue-grey.border-right-lighten-3 {
  border-right: 1px solid #B0BEC5 !important; }

.overlay-blue-grey.overlay-lighten-3 {
  background: #B0BEC5;
  /* The Fallback */
  background: rgba(176, 190, 197, 0.8); }

.blue-grey.lighten-2 {
  color: #90A4AE !important; }

.bg-blue-grey.bg-lighten-2 {
  background-color: #90A4AE !important; }
  .bg-blue-grey.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(144, 164, 174, 0.6); }

.btn-blue-grey.btn-lighten-2 {
  border-color: #455A64 !important;
  background-color: #90A4AE !important; }
  .btn-blue-grey.btn-lighten-2:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important; }
  .btn-blue-grey.btn-lighten-2:focus, .btn-blue-grey.btn-lighten-2:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-blue-grey.btn-outline-lighten-2 {
  border-color: #90A4AE !important;
  color: #90A4AE !important; }
  .btn-outline-blue-grey.btn-outline-lighten-2:hover {
    background-color: #90A4AE !important; }

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90A4AE !important; }

.border-blue-grey.border-lighten-2 {
  border: 1px solid #90A4AE !important; }

.border-top-blue-grey.border-top-lighten-2 {
  border-top: 1px solid #90A4AE !important; }

.border-bottom-blue-grey.border-bottom-lighten-2 {
  border-bottom: 1px solid #90A4AE !important; }

.border-left-blue-grey.border-left-lighten-2 {
  border-left: 1px solid #90A4AE !important; }

.border-right-blue-grey.border-right-lighten-2 {
  border-right: 1px solid #90A4AE !important; }

.overlay-blue-grey.overlay-lighten-2 {
  background: #90A4AE;
  /* The Fallback */
  background: rgba(144, 164, 174, 0.8); }

.blue-grey.lighten-1 {
  color: #78909C !important; }

.bg-blue-grey.bg-lighten-1 {
  background-color: #78909C !important; }
  .bg-blue-grey.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(120, 144, 156, 0.6); }

.btn-blue-grey.btn-lighten-1 {
  border-color: #455A64 !important;
  background-color: #78909C !important; }
  .btn-blue-grey.btn-lighten-1:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important; }
  .btn-blue-grey.btn-lighten-1:focus, .btn-blue-grey.btn-lighten-1:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-blue-grey.btn-outline-lighten-1 {
  border-color: #78909C !important;
  color: #78909C !important; }
  .btn-outline-blue-grey.btn-outline-lighten-1:hover {
    background-color: #78909C !important; }

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909C !important; }

.border-blue-grey.border-lighten-1 {
  border: 1px solid #78909C !important; }

.border-top-blue-grey.border-top-lighten-1 {
  border-top: 1px solid #78909C !important; }

.border-bottom-blue-grey.border-bottom-lighten-1 {
  border-bottom: 1px solid #78909C !important; }

.border-left-blue-grey.border-left-lighten-1 {
  border-left: 1px solid #78909C !important; }

.border-right-blue-grey.border-right-lighten-1 {
  border-right: 1px solid #78909C !important; }

.overlay-blue-grey.overlay-lighten-1 {
  background: #78909C;
  /* The Fallback */
  background: rgba(120, 144, 156, 0.8); }

.blue-grey {
  color: #607D8B !important; }

.bg-blue-grey {
  background-color: #607D8B !important; }
  .bg-blue-grey .card-header, .bg-blue-grey .card-footer {
    background-color: transparent; }
  .bg-blue-grey.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6); }

.selectboxit.selectboxit-btn.bg-blue-grey {
  background-color: #607D8B !important; }

.alert-blue-grey {
  border-color: #607D8B !important;
  background-color: #87a0ac !important;
  color: #171e21 !important; }
  .alert-blue-grey .alert-link {
    color: #060809 !important; }

.border-blue-grey {
  border-color: #607D8B; }

.overlay-blue-grey {
  background: #607D8B;
  /* The Fallback */
  background: rgba(96, 125, 139, 0.8); }

/* .card-outline-blue-grey{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-blue-grey {
  border-color: #607D8B !important;
  background-color: #607D8B !important;
  color: #FFFFFF; }
  .btn-blue-grey:hover {
    border-color: #455A64 !important;
    background-color: #546E7A !important;
    color: #FFF !important; }
  .btn-blue-grey:focus, .btn-blue-grey:active {
    border-color: #37474F !important;
    background-color: #455A64 !important;
    color: #FFF !important; }
  .btn-blue-grey.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6); }

.btn-outline-blue-grey {
  border-color: #607D8B;
  background-color: transparent;
  color: #607D8B; }
  .btn-outline-blue-grey:hover {
    background-color: #607D8B;
    color: #FFF !important; }
  .btn-outline-blue-grey.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6); }

input[type="checkbox"].bg-blue-grey + .custom-control-label:before, input[type="radio"].bg-blue-grey + .custom-control-label:before {
  background-color: #607D8B !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #607D8B !important; }

.border-blue-grey {
  border: 1px solid #607D8B !important; }

.border-top-blue-grey {
  border-top: 1px solid #607D8B; }

.border-bottom-blue-grey {
  border-bottom: 1px solid #607D8B; }

.border-left-blue-grey {
  border-left: 1px solid #607D8B; }

.border-right-blue-grey {
  border-right: 1px solid #607D8B; }

.blue-grey.darken-1 {
  color: #546E7A !important; }

.bg-blue-grey.bg-darken-1 {
  background-color: #546E7A !important; }
  .bg-blue-grey.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(84, 110, 122, 0.6); }

.btn-blue-grey.btn-darken-1 {
  border-color: #455A64 !important;
  background-color: #546E7A !important; }
  .btn-blue-grey.btn-darken-1:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important; }
  .btn-blue-grey.btn-darken-1:focus, .btn-blue-grey.btn-darken-1:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-blue-grey.btn-outline-darken-1 {
  border-color: #546E7A !important;
  color: #546E7A !important; }
  .btn-outline-blue-grey.btn-outline-darken-1:hover {
    background-color: #546E7A !important; }

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #546E7A !important; }

.border-blue-grey.border-darken-1 {
  border: 1px solid #546E7A !important; }

.border-top-blue-grey.border-top-darken-1 {
  border-top: 1px solid #546E7A !important; }

.border-bottom-blue-grey.border-bottom-darken-1 {
  border-bottom: 1px solid #546E7A !important; }

.border-left-blue-grey.border-left-darken-1 {
  border-left: 1px solid #546E7A !important; }

.border-right-blue-grey.border-right-darken-1 {
  border-right: 1px solid #546E7A !important; }

.overlay-blue-grey.overlay-darken-1 {
  background: #546E7A;
  /* The Fallback */
  background: rgba(84, 110, 122, 0.8); }

.blue-grey.darken-2 {
  color: #455A64 !important; }

.bg-blue-grey.bg-darken-2 {
  background-color: #455A64 !important; }
  .bg-blue-grey.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(69, 90, 100, 0.6); }

.btn-blue-grey.btn-darken-2 {
  border-color: #455A64 !important;
  background-color: #455A64 !important; }
  .btn-blue-grey.btn-darken-2:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important; }
  .btn-blue-grey.btn-darken-2:focus, .btn-blue-grey.btn-darken-2:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-blue-grey.btn-outline-darken-2 {
  border-color: #455A64 !important;
  color: #455A64 !important; }
  .btn-outline-blue-grey.btn-outline-darken-2:hover {
    background-color: #455A64 !important; }

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #455A64 !important; }

.border-blue-grey.border-darken-2 {
  border: 1px solid #455A64 !important; }

.border-top-blue-grey.border-top-darken-2 {
  border-top: 1px solid #455A64 !important; }

.border-bottom-blue-grey.border-bottom-darken-2 {
  border-bottom: 1px solid #455A64 !important; }

.border-left-blue-grey.border-left-darken-2 {
  border-left: 1px solid #455A64 !important; }

.border-right-blue-grey.border-right-darken-2 {
  border-right: 1px solid #455A64 !important; }

.overlay-blue-grey.overlay-darken-2 {
  background: #455A64;
  /* The Fallback */
  background: rgba(69, 90, 100, 0.8); }

.blue-grey.darken-3 {
  color: #37474F !important; }

.bg-blue-grey.bg-darken-3 {
  background-color: #37474F !important; }
  .bg-blue-grey.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(55, 71, 79, 0.6); }

.btn-blue-grey.btn-darken-3 {
  border-color: #455A64 !important;
  background-color: #37474F !important; }
  .btn-blue-grey.btn-darken-3:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important; }
  .btn-blue-grey.btn-darken-3:focus, .btn-blue-grey.btn-darken-3:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-blue-grey.btn-outline-darken-3 {
  border-color: #37474F !important;
  color: #37474F !important; }
  .btn-outline-blue-grey.btn-outline-darken-3:hover {
    background-color: #37474F !important; }

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37474F !important; }

.border-blue-grey.border-darken-3 {
  border: 1px solid #37474F !important; }

.border-top-blue-grey.border-top-darken-3 {
  border-top: 1px solid #37474F !important; }

.border-bottom-blue-grey.border-bottom-darken-3 {
  border-bottom: 1px solid #37474F !important; }

.border-left-blue-grey.border-left-darken-3 {
  border-left: 1px solid #37474F !important; }

.border-right-blue-grey.border-right-darken-3 {
  border-right: 1px solid #37474F !important; }

.overlay-blue-grey.overlay-darken-3 {
  background: #37474F;
  /* The Fallback */
  background: rgba(55, 71, 79, 0.8); }

.blue-grey.darken-4 {
  color: #263238 !important; }

.bg-blue-grey.bg-darken-4 {
  background-color: #263238 !important; }
  .bg-blue-grey.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(38, 50, 56, 0.6); }

.btn-blue-grey.btn-darken-4 {
  border-color: #455A64 !important;
  background-color: #263238 !important; }
  .btn-blue-grey.btn-darken-4:hover {
    border-color: #455A64 !important;
    background-color: #37474F !important; }
  .btn-blue-grey.btn-darken-4:focus, .btn-blue-grey.btn-darken-4:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-blue-grey.btn-outline-darken-4 {
  border-color: #263238 !important;
  color: #263238 !important; }
  .btn-outline-blue-grey.btn-outline-darken-4:hover {
    background-color: #263238 !important; }

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important; }

.border-blue-grey.border-darken-4 {
  border: 1px solid #263238 !important; }

.border-top-blue-grey.border-top-darken-4 {
  border-top: 1px solid #263238 !important; }

.border-bottom-blue-grey.border-bottom-darken-4 {
  border-bottom: 1px solid #263238 !important; }

.border-left-blue-grey.border-left-darken-4 {
  border-left: 1px solid #263238 !important; }

.border-right-blue-grey.border-right-darken-4 {
  border-right: 1px solid #263238 !important; }

.overlay-blue-grey.overlay-darken-4 {
  background: #263238;
  /* The Fallback */
  background: rgba(38, 50, 56, 0.8); }

.grey.lighten-5 {
  color: #FAFAFA !important; }

.bg-grey.bg-lighten-5 {
  background-color: #FAFAFA !important; }
  .bg-grey.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(250, 250, 250, 0.6); }

.btn-grey.btn-lighten-5 {
  border-color: #616161 !important;
  background-color: #FAFAFA !important; }
  .btn-grey.btn-lighten-5:hover {
    border-color: #616161 !important;
    background-color: #424242 !important; }
  .btn-grey.btn-lighten-5:focus, .btn-grey.btn-lighten-5:active {
    border-color: #424242 !important;
    background-color: #212121 !important; }

.btn-outline-grey.btn-outline-lighten-5 {
  border-color: #FAFAFA !important;
  color: #FAFAFA !important; }
  .btn-outline-grey.btn-outline-lighten-5:hover {
    background-color: #FAFAFA !important; }

input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FAFAFA !important; }

.border-grey.border-lighten-5 {
  border: 1px solid #FAFAFA !important; }

.border-top-grey.border-top-lighten-5 {
  border-top: 1px solid #FAFAFA !important; }

.border-bottom-grey.border-bottom-lighten-5 {
  border-bottom: 1px solid #FAFAFA !important; }

.border-left-grey.border-left-lighten-5 {
  border-left: 1px solid #FAFAFA !important; }

.border-right-grey.border-right-lighten-5 {
  border-right: 1px solid #FAFAFA !important; }

.overlay-grey.overlay-lighten-5 {
  background: #FAFAFA;
  /* The Fallback */
  background: rgba(250, 250, 250, 0.8); }

.grey.lighten-4 {
  color: #F5F5F5 !important; }

.bg-grey.bg-lighten-4 {
  background-color: #F5F5F5 !important; }
  .bg-grey.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(245, 245, 245, 0.6); }

.btn-grey.btn-lighten-4 {
  border-color: #616161 !important;
  background-color: #F5F5F5 !important; }
  .btn-grey.btn-lighten-4:hover {
    border-color: #616161 !important;
    background-color: #424242 !important; }
  .btn-grey.btn-lighten-4:focus, .btn-grey.btn-lighten-4:active {
    border-color: #424242 !important;
    background-color: #212121 !important; }

.btn-outline-grey.btn-outline-lighten-4 {
  border-color: #F5F5F5 !important;
  color: #F5F5F5 !important; }
  .btn-outline-grey.btn-outline-lighten-4:hover {
    background-color: #F5F5F5 !important; }

input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F5F5F5 !important; }

.border-grey.border-lighten-4 {
  border: 1px solid #F5F5F5 !important; }

.border-top-grey.border-top-lighten-4 {
  border-top: 1px solid #F5F5F5 !important; }

.border-bottom-grey.border-bottom-lighten-4 {
  border-bottom: 1px solid #F5F5F5 !important; }

.border-left-grey.border-left-lighten-4 {
  border-left: 1px solid #F5F5F5 !important; }

.border-right-grey.border-right-lighten-4 {
  border-right: 1px solid #F5F5F5 !important; }

.overlay-grey.overlay-lighten-4 {
  background: #F5F5F5;
  /* The Fallback */
  background: rgba(245, 245, 245, 0.8); }

.grey.lighten-3 {
  color: #EEEEEE !important; }

.bg-grey.bg-lighten-3 {
  background-color: #EEEEEE !important; }
  .bg-grey.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(238, 238, 238, 0.6); }

.btn-grey.btn-lighten-3 {
  border-color: #616161 !important;
  background-color: #EEEEEE !important; }
  .btn-grey.btn-lighten-3:hover {
    border-color: #616161 !important;
    background-color: #424242 !important; }
  .btn-grey.btn-lighten-3:focus, .btn-grey.btn-lighten-3:active {
    border-color: #424242 !important;
    background-color: #212121 !important; }

.btn-outline-grey.btn-outline-lighten-3 {
  border-color: #EEEEEE !important;
  color: #EEEEEE !important; }
  .btn-outline-grey.btn-outline-lighten-3:hover {
    background-color: #EEEEEE !important; }

input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EEEEEE !important; }

.border-grey.border-lighten-3 {
  border: 1px solid #EEEEEE !important; }

.border-top-grey.border-top-lighten-3 {
  border-top: 1px solid #EEEEEE !important; }

.border-bottom-grey.border-bottom-lighten-3 {
  border-bottom: 1px solid #EEEEEE !important; }

.border-left-grey.border-left-lighten-3 {
  border-left: 1px solid #EEEEEE !important; }

.border-right-grey.border-right-lighten-3 {
  border-right: 1px solid #EEEEEE !important; }

.overlay-grey.overlay-lighten-3 {
  background: #EEEEEE;
  /* The Fallback */
  background: rgba(238, 238, 238, 0.8); }

.grey.lighten-2 {
  color: #E0E0E0 !important; }

.bg-grey.bg-lighten-2 {
  background-color: #E0E0E0 !important; }
  .bg-grey.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(224, 224, 224, 0.6); }

.btn-grey.btn-lighten-2 {
  border-color: #616161 !important;
  background-color: #E0E0E0 !important; }
  .btn-grey.btn-lighten-2:hover {
    border-color: #616161 !important;
    background-color: #424242 !important; }
  .btn-grey.btn-lighten-2:focus, .btn-grey.btn-lighten-2:active {
    border-color: #424242 !important;
    background-color: #212121 !important; }

.btn-outline-grey.btn-outline-lighten-2 {
  border-color: #E0E0E0 !important;
  color: #E0E0E0 !important; }
  .btn-outline-grey.btn-outline-lighten-2:hover {
    background-color: #E0E0E0 !important; }

input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E0E0E0 !important; }

.border-grey.border-lighten-2 {
  border: 1px solid #E0E0E0 !important; }

.border-top-grey.border-top-lighten-2 {
  border-top: 1px solid #E0E0E0 !important; }

.border-bottom-grey.border-bottom-lighten-2 {
  border-bottom: 1px solid #E0E0E0 !important; }

.border-left-grey.border-left-lighten-2 {
  border-left: 1px solid #E0E0E0 !important; }

.border-right-grey.border-right-lighten-2 {
  border-right: 1px solid #E0E0E0 !important; }

.overlay-grey.overlay-lighten-2 {
  background: #E0E0E0;
  /* The Fallback */
  background: rgba(224, 224, 224, 0.8); }

.grey.lighten-1 {
  color: #BDBDBD !important; }

.bg-grey.bg-lighten-1 {
  background-color: #BDBDBD !important; }
  .bg-grey.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(189, 189, 189, 0.6); }

.btn-grey.btn-lighten-1 {
  border-color: #616161 !important;
  background-color: #BDBDBD !important; }
  .btn-grey.btn-lighten-1:hover {
    border-color: #616161 !important;
    background-color: #424242 !important; }
  .btn-grey.btn-lighten-1:focus, .btn-grey.btn-lighten-1:active {
    border-color: #424242 !important;
    background-color: #212121 !important; }

.btn-outline-grey.btn-outline-lighten-1 {
  border-color: #BDBDBD !important;
  color: #BDBDBD !important; }
  .btn-outline-grey.btn-outline-lighten-1:hover {
    background-color: #BDBDBD !important; }

input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BDBDBD !important; }

.border-grey.border-lighten-1 {
  border: 1px solid #BDBDBD !important; }

.border-top-grey.border-top-lighten-1 {
  border-top: 1px solid #BDBDBD !important; }

.border-bottom-grey.border-bottom-lighten-1 {
  border-bottom: 1px solid #BDBDBD !important; }

.border-left-grey.border-left-lighten-1 {
  border-left: 1px solid #BDBDBD !important; }

.border-right-grey.border-right-lighten-1 {
  border-right: 1px solid #BDBDBD !important; }

.overlay-grey.overlay-lighten-1 {
  background: #BDBDBD;
  /* The Fallback */
  background: rgba(189, 189, 189, 0.8); }

.grey {
  color: #9E9E9E !important; }

.bg-grey {
  background-color: #9E9E9E !important; }
  .bg-grey .card-header, .bg-grey .card-footer {
    background-color: transparent; }
  .bg-grey.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(158, 158, 158, 0.6); }

.selectboxit.selectboxit-btn.bg-grey {
  background-color: #9E9E9E !important; }

.alert-grey {
  border-color: #9E9E9E !important;
  background-color: #c2c2c2 !important;
  color: #454545 !important; }
  .alert-grey .alert-link {
    color: #303030 !important; }

.border-grey {
  border-color: #9E9E9E; }

.overlay-grey {
  background: #9E9E9E;
  /* The Fallback */
  background: rgba(158, 158, 158, 0.8); }

/* .card-outline-grey{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-grey {
  border-color: #9E9E9E !important;
  background-color: #9E9E9E !important;
  color: #FFFFFF; }
  .btn-grey:hover {
    border-color: #616161 !important;
    background-color: #757575 !important;
    color: #FFF !important; }
  .btn-grey:focus, .btn-grey:active {
    border-color: #424242 !important;
    background-color: #616161 !important;
    color: #FFF !important; }
  .btn-grey.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(158, 158, 158, 0.6); }

.btn-outline-grey {
  border-color: #9E9E9E;
  background-color: transparent;
  color: #9E9E9E; }
  .btn-outline-grey:hover {
    background-color: #9E9E9E;
    color: #FFF !important; }
  .btn-outline-grey.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(158, 158, 158, 0.6); }

input[type="checkbox"].bg-grey + .custom-control-label:before, input[type="radio"].bg-grey + .custom-control-label:before {
  background-color: #9E9E9E !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9E9E9E !important; }

.border-grey {
  border: 1px solid #9E9E9E !important; }

.border-top-grey {
  border-top: 1px solid #9E9E9E; }

.border-bottom-grey {
  border-bottom: 1px solid #9E9E9E; }

.border-left-grey {
  border-left: 1px solid #9E9E9E; }

.border-right-grey {
  border-right: 1px solid #9E9E9E; }

.grey.darken-1 {
  color: #757575 !important; }

.bg-grey.bg-darken-1 {
  background-color: #757575 !important; }
  .bg-grey.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(117, 117, 117, 0.6); }

.btn-grey.btn-darken-1 {
  border-color: #616161 !important;
  background-color: #757575 !important; }
  .btn-grey.btn-darken-1:hover {
    border-color: #616161 !important;
    background-color: #424242 !important; }
  .btn-grey.btn-darken-1:focus, .btn-grey.btn-darken-1:active {
    border-color: #424242 !important;
    background-color: #212121 !important; }

.btn-outline-grey.btn-outline-darken-1 {
  border-color: #757575 !important;
  color: #757575 !important; }
  .btn-outline-grey.btn-outline-darken-1:hover {
    background-color: #757575 !important; }

input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #757575 !important; }

.border-grey.border-darken-1 {
  border: 1px solid #757575 !important; }

.border-top-grey.border-top-darken-1 {
  border-top: 1px solid #757575 !important; }

.border-bottom-grey.border-bottom-darken-1 {
  border-bottom: 1px solid #757575 !important; }

.border-left-grey.border-left-darken-1 {
  border-left: 1px solid #757575 !important; }

.border-right-grey.border-right-darken-1 {
  border-right: 1px solid #757575 !important; }

.overlay-grey.overlay-darken-1 {
  background: #757575;
  /* The Fallback */
  background: rgba(117, 117, 117, 0.8); }

.grey.darken-2 {
  color: #616161 !important; }

.bg-grey.bg-darken-2 {
  background-color: #616161 !important; }
  .bg-grey.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(97, 97, 97, 0.6); }

.btn-grey.btn-darken-2 {
  border-color: #616161 !important;
  background-color: #616161 !important; }
  .btn-grey.btn-darken-2:hover {
    border-color: #616161 !important;
    background-color: #424242 !important; }
  .btn-grey.btn-darken-2:focus, .btn-grey.btn-darken-2:active {
    border-color: #424242 !important;
    background-color: #212121 !important; }

.btn-outline-grey.btn-outline-darken-2 {
  border-color: #616161 !important;
  color: #616161 !important; }
  .btn-outline-grey.btn-outline-darken-2:hover {
    background-color: #616161 !important; }

input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #616161 !important; }

.border-grey.border-darken-2 {
  border: 1px solid #616161 !important; }

.border-top-grey.border-top-darken-2 {
  border-top: 1px solid #616161 !important; }

.border-bottom-grey.border-bottom-darken-2 {
  border-bottom: 1px solid #616161 !important; }

.border-left-grey.border-left-darken-2 {
  border-left: 1px solid #616161 !important; }

.border-right-grey.border-right-darken-2 {
  border-right: 1px solid #616161 !important; }

.overlay-grey.overlay-darken-2 {
  background: #616161;
  /* The Fallback */
  background: rgba(97, 97, 97, 0.8); }

.grey.darken-3 {
  color: #424242 !important; }

.bg-grey.bg-darken-3 {
  background-color: #424242 !important; }
  .bg-grey.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(66, 66, 66, 0.6); }

.btn-grey.btn-darken-3 {
  border-color: #616161 !important;
  background-color: #424242 !important; }
  .btn-grey.btn-darken-3:hover {
    border-color: #616161 !important;
    background-color: #424242 !important; }
  .btn-grey.btn-darken-3:focus, .btn-grey.btn-darken-3:active {
    border-color: #424242 !important;
    background-color: #212121 !important; }

.btn-outline-grey.btn-outline-darken-3 {
  border-color: #424242 !important;
  color: #424242 !important; }
  .btn-outline-grey.btn-outline-darken-3:hover {
    background-color: #424242 !important; }

input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #424242 !important; }

.border-grey.border-darken-3 {
  border: 1px solid #424242 !important; }

.border-top-grey.border-top-darken-3 {
  border-top: 1px solid #424242 !important; }

.border-bottom-grey.border-bottom-darken-3 {
  border-bottom: 1px solid #424242 !important; }

.border-left-grey.border-left-darken-3 {
  border-left: 1px solid #424242 !important; }

.border-right-grey.border-right-darken-3 {
  border-right: 1px solid #424242 !important; }

.overlay-grey.overlay-darken-3 {
  background: #424242;
  /* The Fallback */
  background: rgba(66, 66, 66, 0.8); }

.grey.darken-4 {
  color: #212121 !important; }

.bg-grey.bg-darken-4 {
  background-color: #212121 !important; }
  .bg-grey.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(33, 33, 33, 0.6); }

.btn-grey.btn-darken-4 {
  border-color: #616161 !important;
  background-color: #212121 !important; }
  .btn-grey.btn-darken-4:hover {
    border-color: #616161 !important;
    background-color: #424242 !important; }
  .btn-grey.btn-darken-4:focus, .btn-grey.btn-darken-4:active {
    border-color: #424242 !important;
    background-color: #212121 !important; }

.btn-outline-grey.btn-outline-darken-4 {
  border-color: #212121 !important;
  color: #212121 !important; }
  .btn-outline-grey.btn-outline-darken-4:hover {
    background-color: #212121 !important; }

input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #212121 !important; }

.border-grey.border-darken-4 {
  border: 1px solid #212121 !important; }

.border-top-grey.border-top-darken-4 {
  border-top: 1px solid #212121 !important; }

.border-bottom-grey.border-bottom-darken-4 {
  border-bottom: 1px solid #212121 !important; }

.border-left-grey.border-left-darken-4 {
  border-left: 1px solid #212121 !important; }

.border-right-grey.border-right-darken-4 {
  border-right: 1px solid #212121 !important; }

.overlay-grey.overlay-darken-4 {
  background: #212121;
  /* The Fallback */
  background: rgba(33, 33, 33, 0.8); }

.grey-blue.lighten-5 {
  color: #ECEFF1 !important; }

.bg-grey-blue.bg-lighten-5 {
  background-color: #ECEFF1 !important; }
  .bg-grey-blue.bg-lighten-5.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(236, 239, 241, 0.6); }

.btn-grey-blue.btn-lighten-5 {
  border-color: #2C303B !important;
  background-color: #ECEFF1 !important; }
  .btn-grey-blue.btn-lighten-5:hover {
    border-color: #2C303B !important;
    background-color: #37474F !important; }
  .btn-grey-blue.btn-lighten-5:focus, .btn-grey-blue.btn-lighten-5:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-grey-blue.btn-outline-lighten-5 {
  border-color: #ECEFF1 !important;
  color: #ECEFF1 !important; }
  .btn-outline-grey-blue.btn-outline-lighten-5:hover {
    background-color: #ECEFF1 !important; }

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ECEFF1 !important; }

.border-grey-blue.border-lighten-5 {
  border: 1px solid #ECEFF1 !important; }

.border-top-grey-blue.border-top-lighten-5 {
  border-top: 1px solid #ECEFF1 !important; }

.border-bottom-grey-blue.border-bottom-lighten-5 {
  border-bottom: 1px solid #ECEFF1 !important; }

.border-left-grey-blue.border-left-lighten-5 {
  border-left: 1px solid #ECEFF1 !important; }

.border-right-grey-blue.border-right-lighten-5 {
  border-right: 1px solid #ECEFF1 !important; }

.overlay-grey-blue.overlay-lighten-5 {
  background: #ECEFF1;
  /* The Fallback */
  background: rgba(236, 239, 241, 0.8); }

.grey-blue.lighten-4 {
  color: #CFD8DC !important; }

.bg-grey-blue.bg-lighten-4 {
  background-color: #CFD8DC !important; }
  .bg-grey-blue.bg-lighten-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(207, 216, 220, 0.6); }

.btn-grey-blue.btn-lighten-4 {
  border-color: #2C303B !important;
  background-color: #CFD8DC !important; }
  .btn-grey-blue.btn-lighten-4:hover {
    border-color: #2C303B !important;
    background-color: #37474F !important; }
  .btn-grey-blue.btn-lighten-4:focus, .btn-grey-blue.btn-lighten-4:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-grey-blue.btn-outline-lighten-4 {
  border-color: #CFD8DC !important;
  color: #CFD8DC !important; }
  .btn-outline-grey-blue.btn-outline-lighten-4:hover {
    background-color: #CFD8DC !important; }

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CFD8DC !important; }

.border-grey-blue.border-lighten-4 {
  border: 1px solid #CFD8DC !important; }

.border-top-grey-blue.border-top-lighten-4 {
  border-top: 1px solid #CFD8DC !important; }

.border-bottom-grey-blue.border-bottom-lighten-4 {
  border-bottom: 1px solid #CFD8DC !important; }

.border-left-grey-blue.border-left-lighten-4 {
  border-left: 1px solid #CFD8DC !important; }

.border-right-grey-blue.border-right-lighten-4 {
  border-right: 1px solid #CFD8DC !important; }

.overlay-grey-blue.overlay-lighten-4 {
  background: #CFD8DC;
  /* The Fallback */
  background: rgba(207, 216, 220, 0.8); }

.grey-blue.lighten-3 {
  color: #B0BEC5 !important; }

.bg-grey-blue.bg-lighten-3 {
  background-color: #B0BEC5 !important; }
  .bg-grey-blue.bg-lighten-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(176, 190, 197, 0.6); }

.btn-grey-blue.btn-lighten-3 {
  border-color: #2C303B !important;
  background-color: #B0BEC5 !important; }
  .btn-grey-blue.btn-lighten-3:hover {
    border-color: #2C303B !important;
    background-color: #37474F !important; }
  .btn-grey-blue.btn-lighten-3:focus, .btn-grey-blue.btn-lighten-3:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-grey-blue.btn-outline-lighten-3 {
  border-color: #B0BEC5 !important;
  color: #B0BEC5 !important; }
  .btn-outline-grey-blue.btn-outline-lighten-3:hover {
    background-color: #B0BEC5 !important; }

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B0BEC5 !important; }

.border-grey-blue.border-lighten-3 {
  border: 1px solid #B0BEC5 !important; }

.border-top-grey-blue.border-top-lighten-3 {
  border-top: 1px solid #B0BEC5 !important; }

.border-bottom-grey-blue.border-bottom-lighten-3 {
  border-bottom: 1px solid #B0BEC5 !important; }

.border-left-grey-blue.border-left-lighten-3 {
  border-left: 1px solid #B0BEC5 !important; }

.border-right-grey-blue.border-right-lighten-3 {
  border-right: 1px solid #B0BEC5 !important; }

.overlay-grey-blue.overlay-lighten-3 {
  background: #B0BEC5;
  /* The Fallback */
  background: rgba(176, 190, 197, 0.8); }

.grey-blue.lighten-2 {
  color: #6F85AD !important; }

.bg-grey-blue.bg-lighten-2 {
  background-color: #6F85AD !important; }
  .bg-grey-blue.bg-lighten-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(111, 133, 173, 0.6); }

.btn-grey-blue.btn-lighten-2 {
  border-color: #2C303B !important;
  background-color: #6F85AD !important; }
  .btn-grey-blue.btn-lighten-2:hover {
    border-color: #2C303B !important;
    background-color: #37474F !important; }
  .btn-grey-blue.btn-lighten-2:focus, .btn-grey-blue.btn-lighten-2:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-grey-blue.btn-outline-lighten-2 {
  border-color: #6F85AD !important;
  color: #6F85AD !important; }
  .btn-outline-grey-blue.btn-outline-lighten-2:hover {
    background-color: #6F85AD !important; }

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6F85AD !important; }

.border-grey-blue.border-lighten-2 {
  border: 1px solid #6F85AD !important; }

.border-top-grey-blue.border-top-lighten-2 {
  border-top: 1px solid #6F85AD !important; }

.border-bottom-grey-blue.border-bottom-lighten-2 {
  border-bottom: 1px solid #6F85AD !important; }

.border-left-grey-blue.border-left-lighten-2 {
  border-left: 1px solid #6F85AD !important; }

.border-right-grey-blue.border-right-lighten-2 {
  border-right: 1px solid #6F85AD !important; }

.overlay-grey-blue.overlay-lighten-2 {
  background: #6F85AD;
  /* The Fallback */
  background: rgba(111, 133, 173, 0.8); }

.grey-blue.lighten-1 {
  color: #78909C !important; }

.bg-grey-blue.bg-lighten-1 {
  background-color: #78909C !important; }
  .bg-grey-blue.bg-lighten-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(120, 144, 156, 0.6); }

.btn-grey-blue.btn-lighten-1 {
  border-color: #2C303B !important;
  background-color: #78909C !important; }
  .btn-grey-blue.btn-lighten-1:hover {
    border-color: #2C303B !important;
    background-color: #37474F !important; }
  .btn-grey-blue.btn-lighten-1:focus, .btn-grey-blue.btn-lighten-1:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-grey-blue.btn-outline-lighten-1 {
  border-color: #78909C !important;
  color: #78909C !important; }
  .btn-outline-grey-blue.btn-outline-lighten-1:hover {
    background-color: #78909C !important; }

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909C !important; }

.border-grey-blue.border-lighten-1 {
  border: 1px solid #78909C !important; }

.border-top-grey-blue.border-top-lighten-1 {
  border-top: 1px solid #78909C !important; }

.border-bottom-grey-blue.border-bottom-lighten-1 {
  border-bottom: 1px solid #78909C !important; }

.border-left-grey-blue.border-left-lighten-1 {
  border-left: 1px solid #78909C !important; }

.border-right-grey-blue.border-right-lighten-1 {
  border-right: 1px solid #78909C !important; }

.overlay-grey-blue.overlay-lighten-1 {
  background: #78909C;
  /* The Fallback */
  background: rgba(120, 144, 156, 0.8); }

.grey-blue {
  color: #1B2942 !important; }

.bg-grey-blue {
  background-color: #1B2942 !important; }
  .bg-grey-blue .card-header, .bg-grey-blue .card-footer {
    background-color: transparent; }
  .bg-grey-blue.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6); }

.selectboxit.selectboxit-btn.bg-grey-blue {
  background-color: #1B2942 !important; }

.alert-grey-blue {
  border-color: #1B2942 !important;
  background-color: #304875 !important;
  color: black !important; }
  .alert-grey-blue .alert-link {
    color: black !important; }

.border-grey-blue {
  border-color: #1B2942; }

.overlay-grey-blue {
  background: #1B2942;
  /* The Fallback */
  background: rgba(27, 41, 66, 0.8); }

/* .card-outline-grey-blue{
        border-width: 1px;
        border-style: solid;
        border-color: $color_value;
        background-color: transparent;
        .card-header, .card-footer{
          background-color: transparent;
        }
      } */
.btn-grey-blue {
  border-color: #1B2942 !important;
  background-color: #1B2942 !important;
  color: #FFFFFF; }
  .btn-grey-blue:hover {
    border-color: #2C303B !important;
    background-color: #546E7A !important;
    color: #FFF !important; }
  .btn-grey-blue:focus, .btn-grey-blue:active {
    border-color: #37474F !important;
    background-color: #2C303B !important;
    color: #FFF !important; }
  .btn-grey-blue.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6); }

.btn-outline-grey-blue {
  border-color: #1B2942;
  background-color: transparent;
  color: #1B2942; }
  .btn-outline-grey-blue:hover {
    background-color: #1B2942;
    color: #FFF !important; }
  .btn-outline-grey-blue.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6); }

input[type="checkbox"].bg-grey-blue + .custom-control-label:before, input[type="radio"].bg-grey-blue + .custom-control-label:before {
  background-color: #1B2942 !important; }

/* .custom-control-label{
        &:before{
          background-color: #ddd !important;
        }
      } */
input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1B2942 !important; }

.border-grey-blue {
  border: 1px solid #1B2942 !important; }

.border-top-grey-blue {
  border-top: 1px solid #1B2942; }

.border-bottom-grey-blue {
  border-bottom: 1px solid #1B2942; }

.border-left-grey-blue {
  border-left: 1px solid #1B2942; }

.border-right-grey-blue {
  border-right: 1px solid #1B2942; }

.grey-blue.darken-1 {
  color: #546E7A !important; }

.bg-grey-blue.bg-darken-1 {
  background-color: #546E7A !important; }
  .bg-grey-blue.bg-darken-1.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(84, 110, 122, 0.6); }

.btn-grey-blue.btn-darken-1 {
  border-color: #2C303B !important;
  background-color: #546E7A !important; }
  .btn-grey-blue.btn-darken-1:hover {
    border-color: #2C303B !important;
    background-color: #37474F !important; }
  .btn-grey-blue.btn-darken-1:focus, .btn-grey-blue.btn-darken-1:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-grey-blue.btn-outline-darken-1 {
  border-color: #546E7A !important;
  color: #546E7A !important; }
  .btn-outline-grey-blue.btn-outline-darken-1:hover {
    background-color: #546E7A !important; }

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #546E7A !important; }

.border-grey-blue.border-darken-1 {
  border: 1px solid #546E7A !important; }

.border-top-grey-blue.border-top-darken-1 {
  border-top: 1px solid #546E7A !important; }

.border-bottom-grey-blue.border-bottom-darken-1 {
  border-bottom: 1px solid #546E7A !important; }

.border-left-grey-blue.border-left-darken-1 {
  border-left: 1px solid #546E7A !important; }

.border-right-grey-blue.border-right-darken-1 {
  border-right: 1px solid #546E7A !important; }

.overlay-grey-blue.overlay-darken-1 {
  background: #546E7A;
  /* The Fallback */
  background: rgba(84, 110, 122, 0.8); }

.grey-blue.darken-2 {
  color: #2C303B !important; }

.bg-grey-blue.bg-darken-2 {
  background-color: #2C303B !important; }
  .bg-grey-blue.bg-darken-2.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(44, 48, 59, 0.6); }

.btn-grey-blue.btn-darken-2 {
  border-color: #2C303B !important;
  background-color: #2C303B !important; }
  .btn-grey-blue.btn-darken-2:hover {
    border-color: #2C303B !important;
    background-color: #37474F !important; }
  .btn-grey-blue.btn-darken-2:focus, .btn-grey-blue.btn-darken-2:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-grey-blue.btn-outline-darken-2 {
  border-color: #2C303B !important;
  color: #2C303B !important; }
  .btn-outline-grey-blue.btn-outline-darken-2:hover {
    background-color: #2C303B !important; }

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2C303B !important; }

.border-grey-blue.border-darken-2 {
  border: 1px solid #2C303B !important; }

.border-top-grey-blue.border-top-darken-2 {
  border-top: 1px solid #2C303B !important; }

.border-bottom-grey-blue.border-bottom-darken-2 {
  border-bottom: 1px solid #2C303B !important; }

.border-left-grey-blue.border-left-darken-2 {
  border-left: 1px solid #2C303B !important; }

.border-right-grey-blue.border-right-darken-2 {
  border-right: 1px solid #2C303B !important; }

.overlay-grey-blue.overlay-darken-2 {
  background: #2C303B;
  /* The Fallback */
  background: rgba(44, 48, 59, 0.8); }

.grey-blue.darken-3 {
  color: #37474F !important; }

.bg-grey-blue.bg-darken-3 {
  background-color: #37474F !important; }
  .bg-grey-blue.bg-darken-3.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(55, 71, 79, 0.6); }

.btn-grey-blue.btn-darken-3 {
  border-color: #2C303B !important;
  background-color: #37474F !important; }
  .btn-grey-blue.btn-darken-3:hover {
    border-color: #2C303B !important;
    background-color: #37474F !important; }
  .btn-grey-blue.btn-darken-3:focus, .btn-grey-blue.btn-darken-3:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-grey-blue.btn-outline-darken-3 {
  border-color: #37474F !important;
  color: #37474F !important; }
  .btn-outline-grey-blue.btn-outline-darken-3:hover {
    background-color: #37474F !important; }

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37474F !important; }

.border-grey-blue.border-darken-3 {
  border: 1px solid #37474F !important; }

.border-top-grey-blue.border-top-darken-3 {
  border-top: 1px solid #37474F !important; }

.border-bottom-grey-blue.border-bottom-darken-3 {
  border-bottom: 1px solid #37474F !important; }

.border-left-grey-blue.border-left-darken-3 {
  border-left: 1px solid #37474F !important; }

.border-right-grey-blue.border-right-darken-3 {
  border-right: 1px solid #37474F !important; }

.overlay-grey-blue.overlay-darken-3 {
  background: #37474F;
  /* The Fallback */
  background: rgba(55, 71, 79, 0.8); }

.grey-blue.darken-4 {
  color: #263238 !important; }

.bg-grey-blue.bg-darken-4 {
  background-color: #263238 !important; }
  .bg-grey-blue.bg-darken-4.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(38, 50, 56, 0.6); }

.btn-grey-blue.btn-darken-4 {
  border-color: #2C303B !important;
  background-color: #263238 !important; }
  .btn-grey-blue.btn-darken-4:hover {
    border-color: #2C303B !important;
    background-color: #37474F !important; }
  .btn-grey-blue.btn-darken-4:focus, .btn-grey-blue.btn-darken-4:active {
    border-color: #37474F !important;
    background-color: #263238 !important; }

.btn-outline-grey-blue.btn-outline-darken-4 {
  border-color: #263238 !important;
  color: #263238 !important; }
  .btn-outline-grey-blue.btn-outline-darken-4:hover {
    background-color: #263238 !important; }

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important; }

.border-grey-blue.border-darken-4 {
  border: 1px solid #263238 !important; }

.border-top-grey-blue.border-top-darken-4 {
  border-top: 1px solid #263238 !important; }

.border-bottom-grey-blue.border-bottom-darken-4 {
  border-bottom: 1px solid #263238 !important; }

.border-left-grey-blue.border-left-darken-4 {
  border-left: 1px solid #263238 !important; }

.border-right-grey-blue.border-right-darken-4 {
  border-right: 1px solid #263238 !important; }

.overlay-grey-blue.overlay-darken-4 {
  background: #263238;
  /* The Fallback */
  background: rgba(38, 50, 56, 0.8); }

.shades.black {
  color: #000000 !important; }

.bg-shades.bg-black {
  background-color: #000000 !important; }
  .bg-shades.bg-black.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6); }

.btn-shades.btn-black {
  border-color: !important;
  background-color: #000000 !important; }
  .btn-shades.btn-black:hover {
    border-color: !important;
    background-color: !important; }
  .btn-shades.btn-black:focus, .btn-shades.btn-black:active {
    border-color: !important;
    background-color: !important; }

.btn-outline-shades.btn-outline-black {
  border-color: #000000 !important;
  color: #000000 !important; }
  .btn-outline-shades.btn-outline-black:hover {
    background-color: #000000 !important; }

input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important; }

.border-shades.border-black {
  border: 1px solid #000000 !important; }

.border-top-shades.border-top-black {
  border-top: 1px solid #000000 !important; }

.border-bottom-shades.border-bottom-black {
  border-bottom: 1px solid #000000 !important; }

.border-left-shades.border-left-black {
  border-left: 1px solid #000000 !important; }

.border-right-shades.border-right-black {
  border-right: 1px solid #000000 !important; }

.overlay-shades.overlay-black {
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8); }

.shades.white {
  color: #FFFFFF !important; }

.bg-shades.bg-white {
  background-color: #FFFFFF !important; }
  .bg-shades.bg-white.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6); }

.btn-shades.btn-white {
  border-color: !important;
  background-color: #FFFFFF !important; }
  .btn-shades.btn-white:hover {
    border-color: !important;
    background-color: !important; }
  .btn-shades.btn-white:focus, .btn-shades.btn-white:active {
    border-color: !important;
    background-color: !important; }

.btn-outline-shades.btn-outline-white {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important; }
  .btn-outline-shades.btn-outline-white:hover {
    background-color: #FFFFFF !important; }

input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF !important; }

.border-shades.border-white {
  border: 1px solid #FFFFFF !important; }

.border-top-shades.border-top-white {
  border-top: 1px solid #FFFFFF !important; }

.border-bottom-shades.border-bottom-white {
  border-bottom: 1px solid #FFFFFF !important; }

.border-left-shades.border-left-white {
  border-left: 1px solid #FFFFFF !important; }

.border-right-shades.border-right-white {
  border-right: 1px solid #FFFFFF !important; }

.overlay-shades.overlay-white {
  background: #FFFFFF;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8); }

.shades.transparent {
  color: transparent !important; }

.bg-shades.bg-transparent {
  background-color: transparent !important; }
  .bg-shades.bg-transparent.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6); }

.btn-shades.btn-transparent {
  border-color: !important;
  background-color: transparent !important; }
  .btn-shades.btn-transparent:hover {
    border-color: !important;
    background-color: !important; }
  .btn-shades.btn-transparent:focus, .btn-shades.btn-transparent:active {
    border-color: !important;
    background-color: !important; }

.btn-outline-shades.btn-outline-transparent {
  border-color: transparent !important;
  color: transparent !important; }
  .btn-outline-shades.btn-outline-transparent:hover {
    background-color: transparent !important; }

input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent !important; }

.border-shades.border-transparent {
  border: 1px solid transparent !important; }

.border-top-shades.border-top-transparent {
  border-top: 1px solid transparent !important; }

.border-bottom-shades.border-bottom-transparent {
  border-bottom: 1px solid transparent !important; }

.border-left-shades.border-left-transparent {
  border-left: 1px solid transparent !important; }

.border-right-shades.border-right-transparent {
  border-right: 1px solid transparent !important; }

.overlay-shades.overlay-transparent {
  background: transparent;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8); }

.black {
  color: #000000; }

.bg-black {
  background-color: #000000; }
  .bg-black.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6); }

input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000; }

.border-black {
  border: 1px solid #000000; }

.border-top-black {
  border-top: 1px solid #000000; }

.border-bottom-black {
  border-bottom: 1px solid #000000; }

.border-left-black {
  border-left: 1px solid #000000; }

.border-right-black {
  border-right: 1px solid #000000; }

.white {
  color: #FFFFFF; }

.bg-white {
  background-color: #FFFFFF; }
  .bg-white.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6); }

input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF; }

.border-white {
  border: 1px solid #FFFFFF; }

.border-top-white {
  border-top: 1px solid #FFFFFF; }

.border-bottom-white {
  border-bottom: 1px solid #FFFFFF; }

.border-left-white {
  border-left: 1px solid #FFFFFF; }

.border-right-white {
  border-right: 1px solid #FFFFFF; }

.transparent {
  color: transparent; }

.bg-transparent {
  background-color: transparent; }
  .bg-transparent.bg-glow {
    box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6); }

input:focus ~ .bg-transparent {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent; }

.border-transparent {
  border: 1px solid transparent; }

.border-top-transparent {
  border-top: 1px solid transparent; }

.border-bottom-transparent {
  border-bottom: 1px solid transparent; }

.border-left-transparent {
  border-left: 1px solid transparent; }

.border-right-transparent {
  border-right: 1px solid transparent; }


/* ------- app-assets/css/components.css ------ */
html {
  font-size: 14px;
  height: 100%; }
  html body {
    height: 100%;
    background-color: #F3F3F3;
    direction: ltr; }
    html body.fixed-navbar {
      padding-top: 4.57rem; }
    html body a {
      color: #3BAFDA; }
      html body a:hover {
        color: #2494be; }
    html body .content {
      padding: 0;
      position: relative;
      transition: 300ms ease all;
      backface-visibility: hidden;
      min-height: calc(100% - 32px); }
      html body .content.app-content {
        overflow: hidden; }
      html body .content .content-wrapper {
        padding: 2.2rem; }
        html body .content .content-wrapper .content-header-title {
          font-weight: 500;
          letter-spacing: 1px;
          color: #373a3c; }
    html body .la {
      font-size: 1.4rem; }
    html body[data-col="1-column"]:not(.vertical-content-menu) .content,
    html body[data-col="1-column"]:not(.vertical-content-menu) .footer {
      margin-left: 0px !important; }
    html body[data-col="1-column"].horizontal-layout .content,
    html body[data-col="1-column"].horizontal-layout .footer {
      margin: 0 auto !important; }
    html body[data-col="1-column"].vertical-content-menu .content-body {
      margin-left: 0px !important; }
    html body.boxed-layout {
      padding-left: 0;
      padding-right: 0; }
    html body.bg-full-screen-image {
      background: url(../../app-assets/images/backgrounds/bg-2.jpg) no-repeat center center fixed;
      background-size: cover; }
    html body .pace .pace-progress {
      background: #3BAFDA; }

/*
* Blank page
*/
.blank-page .content-wrapper {
  padding: 0 !important; }
  .blank-page .content-wrapper .flexbox-container {
    display: flex;
    align-items: center;
    height: 100vh; }

.app-content.center-layout {
  overflow: hidden; }

@media (max-width: 767.98px) {
  html body .content .content-wrapper {
    padding: 1rem; }
  html body footer {
    text-align: center; } }

/*
* Col 3 layout for detached and general type
*/
@media (min-width: 992px) {
  body .content-right {
    width: calc(100% - 300px);
    float: right; }
  body .content-left {
    width: calc(100% - 300px);
    float: left; }
  body .content-detached {
    width: 100%; }
    body .content-detached.content-right {
      float: right;
      margin-left: -300px; }
      body .content-detached.content-right .content-body {
        margin-left: 320px; }
    body .content-detached.content-left {
      float: left;
      margin-right: -300px; }
      body .content-detached.content-left .content-body {
        margin-right: 320px; }
  .sidebar-right.sidebar-sticky {
    float: right !important;
    margin-left: -300px;
    width: 300px !important; }
  [data-col="content-left-sidebar"] .sticky-wrapper {
    float: left; }
  .vertical-content-menu .content .sidebar-left {
    margin-left: 268px; }
  .vertical-content-menu .content .content-detached.content-right {
    float: right;
    width: calc(100% - 300px);
    margin-left: -300px; }
    .vertical-content-menu .content .content-detached.content-right .content-body {
      margin-left: 295px; }
  .vertical-content-menu .content .content-detached.content-left {
    float: left;
    width: 100%;
    margin-right: -300px; }
    .vertical-content-menu .content .content-detached.content-left .content-body {
      margin-right: 320px; } }

/*=========================================================================================
	File Name: sidebar.scss
	Description: content sidebar specific scss.
	----------------------------------------------------------------------------------------
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.sidebar {
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .sidebar {
      vertical-align: top;
      width: 300px; } }

.sidebar-fixed {
  position: fixed;
  height: 100%;
  overflow: scroll; }

@media (min-width: 992px) {
  .sidebar-left {
    float: left; }
  .sidebar-right {
    float: right; } }

.horizontal-menu-padding .header-navbar .navbar-container {
  padding: 0; }

.header-navbar .navbar-container {
  height: auto; }

footer.footer {
  padding: 0.8rem; }

footer.navbar-shadow {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1); }

footer.navbar-border {
  border-top: 1px solid #E4E7ED; }

footer.footer-transparent {
  border: none; }

footer.footer-light {
  background: #FFFFFF; }

footer.footer-dark {
  background: #1D2B36;
  color: #fff; }

/*=========================================================================================
	File Name: navigations.scss
	Description: Common mixin for menus, contain dark and light version scss.
	----------------------------------------------------------------------------------------
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.main-menu {
  z-index: 1000;
  position: absolute;
  display: table-cell; }
  .main-menu.menu-light {
    color: #55595c;
    background: #FFFFFF;
    border-right: 1px solid #E4E7ED; }
    .main-menu.menu-light .main-menu-header {
      padding: 20px; }
      .main-menu.menu-light .main-menu-header .menu-search {
        background: #e6e6e6;
        padding: 0.5rem 1rem;
        color: #3d3f41; }
        .main-menu.menu-light .main-menu-header .menu-search:focus {
          border-color: #d9d9d9; }
    .main-menu.menu-light .navigation {
      background: #FFFFFF; }
      .main-menu.menu-light .navigation .navigation-header {
        color: #55595c;
        padding: 30px 20px 8px 20px; }
        .main-menu.menu-light .navigation .navigation-header span {
          font-weight: 600;
          text-transform: uppercase; }
      .main-menu.menu-light .navigation li a {
        color: #55595c;
        transition: all 0.2s ease; }
        .main-menu.menu-light .navigation li a i, .main-menu.menu-light .navigation li a span {
          transition: all 0.2s ease; }
        .main-menu.menu-light .navigation li a span {
          display: inline-block; }
        .main-menu.menu-light .navigation li a span.menu-sub-title {
          color: #a1a6a9; }
      .main-menu.menu-light .navigation li.hover > a, .main-menu.menu-light .navigation li.open > a, .main-menu.menu-light .navigation li.active > a {
        color: #FFFFFF; }
      .main-menu.menu-light .navigation > li {
        padding: 0; }
        .main-menu.menu-light .navigation > li > a {
          padding: 8px 20px; }
          .main-menu.menu-light .navigation > li > a .label {
            margin-top: 4px;
            margin-right: 5px; }
          .main-menu.menu-light .navigation > li > a i {
            position: relative;
            top: 1px; }
        .main-menu.menu-light .navigation > li.open > ul {
          background: whitesmoke; }
        .main-menu.menu-light .navigation > li.open > a {
          color: #3d3f41;
          background: whitesmoke; }
        .main-menu.menu-light .navigation > li.open .hover > a {
          background: #f0f0f0; }
        .main-menu.menu-light .navigation > li:not(.open) > ul {
          display: none; }
        .main-menu.menu-light .navigation > li.hover > a, .main-menu.menu-light .navigation > li:hover > a, .main-menu.menu-light .navigation > li.active > a {
          color: #3d3f41;
          background-color: whitesmoke; }
          .main-menu.menu-light .navigation > li.hover > a.mm-next, .main-menu.menu-light .navigation > li:hover > a.mm-next, .main-menu.menu-light .navigation > li.active > a.mm-next {
            background-color: inherit; }
        .main-menu.menu-light .navigation > li.active > a {
          color: #55595c;
          font-weight: 700;
          background: #f0f0f0;
          border-right: 4px solid #3BAFDA; }
        .main-menu.menu-light .navigation > li .active {
          background: #f0f0f0; }
          .main-menu.menu-light .navigation > li .active > a {
            color: #6d7377;
            font-weight: 700;
            background: #f0f0f0;
            border-right: 4px solid #3BAFDA; }
          .main-menu.menu-light .navigation > li .active .hover > a {
            background: whitesmoke; }
        .main-menu.menu-light .navigation > li ul {
          padding: 0;
          margin: 0;
          font-size: 1rem; }
          .main-menu.menu-light .navigation > li ul li {
            color: #55595c;
            background: transparent; }
            .main-menu.menu-light .navigation > li ul li > a {
              padding: 8px 20px 8px 50px; }
          .main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul {
            display: none; }
          .main-menu.menu-light .navigation > li ul .open {
            background: #ededed; }
            .main-menu.menu-light .navigation > li ul .open > a {
              color: #55595c; }
            .main-menu.menu-light .navigation > li ul .open > ul {
              display: block;
              background: #ededed; }
              .main-menu.menu-light .navigation > li ul .open > ul li > a {
                padding: 8px 20px 8px 60px; }
              .main-menu.menu-light .navigation > li ul .open > ul .open {
                background: #e6e6e6; }
                .main-menu.menu-light .navigation > li ul .open > ul .open > ul {
                  display: block;
                  background: #e6e6e6; }
                  .main-menu.menu-light .navigation > li ul .open > ul .open > ul li > a {
                    padding: 8px 20px 8px 70px; }
            .main-menu.menu-light .navigation > li ul .open .hover > a {
              background: whitesmoke; }
          .main-menu.menu-light .navigation > li ul .hover > a, .main-menu.menu-light .navigation > li ul:hover > a {
            color: #5f6367; }
          .main-menu.menu-light .navigation > li ul .active {
            background: transparent; }
            .main-menu.menu-light .navigation > li ul .active > a {
              color: #6d7377;
              font-weight: 700; }
            .main-menu.menu-light .navigation > li ul .active .hover > a {
              background-color: transparent; }
        .main-menu.menu-light .navigation > li > ul {
          background: #FFFFFF; }
    .main-menu.menu-light ul.menu-popout {
      background: #FFFFFF; }
      .main-menu.menu-light ul.menu-popout li a {
        color: #55595c; }
        .main-menu.menu-light ul.menu-popout li a span.menu-sub-title {
          color: #a1a6a9; }
      .main-menu.menu-light ul.menu-popout .has-sub:not(.open) > ul {
        display: none; }
      .main-menu.menu-light ul.menu-popout .open > a {
        color: #55595c; }
      .main-menu.menu-light ul.menu-popout .open > ul {
        display: block; }
        .main-menu.menu-light ul.menu-popout .open > ul .open {
          background: #e8e8e8; }
          .main-menu.menu-light ul.menu-popout .open > ul .open > ul {
            display: block;
            background: #e8e8e8; }
      .main-menu.menu-light ul.menu-popout .hover > a, .main-menu.menu-light ul.menu-popout:hover > a {
        color: #5f6367; }
      .main-menu.menu-light ul.menu-popout .active {
        font-weight: 700; }
        .main-menu.menu-light ul.menu-popout .active > a {
          color: #6d7377; }
        .main-menu.menu-light ul.menu-popout .active .hover > a, .main-menu.menu-light ul.menu-popout .active :hover > a {
          background-color: transparent; }
    .main-menu.menu-light.mm-menu .mm-search input {
      background: #e6e6e6;
      color: #55595c;
      padding: 16px 16px; }
    .main-menu.menu-light.mm-menu .mm-divider {
      background: #f2f2f2; }
    .main-menu.menu-light.mm-menu .mm-navbar > {
      border-color: white; }
      .main-menu.menu-light.mm-menu .mm-navbar > *,
      .main-menu.menu-light.mm-menu .mm-navbar > a {
        color: #18191a; }
      .main-menu.menu-light.mm-menu .mm-navbar > .mm-btn:before,
      .main-menu.menu-light.mm-menu .mm-navbar > .mm-btn:after {
        border-color: #494c4f; }
    .main-menu.menu-light.mm-menu .mm-listview > li .mm-arrow:after,
    .main-menu.menu-light.mm-menu .mm-listview > li .mm-next:after {
      border-color: #303334; }
    .main-menu.menu-light.mm-menu .mm-listview.navigation-main > li:hover .mm-arrow:after,
    .main-menu.menu-light.mm-menu .mm-listview.navigation-main > li:hover .mm-next:after {
      border-color: #FFFFFF; }
    .main-menu.menu-light.mm-menu .mm-hasnavbar .mm-listview > li:hover {
      background-color: #f2f2f2; }
  .main-menu.menu-dark {
    color: #dcdcdc;
    background: #1D2B36; }
    .main-menu.menu-dark .main-menu-header {
      padding: 20px; }
      .main-menu.menu-dark .main-menu-header .menu-search {
        background: #0b1115;
        padding: 0.5rem 1rem;
        color: #c3c3c3; }
        .main-menu.menu-dark .main-menu-header .menu-search:focus {
          border-color: #020304; }
    .main-menu.menu-dark .navigation {
      background: #1D2B36; }
      .main-menu.menu-dark .navigation .navigation-header {
        color: #dcdcdc;
        padding: 30px 20px 8px 20px; }
        .main-menu.menu-dark .navigation .navigation-header span {
          font-weight: 600;
          text-transform: uppercase; }
      .main-menu.menu-dark .navigation li a {
        color: #dcdcdc;
        transition: all 0.2s ease; }
        .main-menu.menu-dark .navigation li a i, .main-menu.menu-dark .navigation li a span {
          transition: all 0.2s ease; }
        .main-menu.menu-dark .navigation li a span {
          display: inline-block; }
        .main-menu.menu-dark .navigation li a span.menu-sub-title {
          color: white; }
      .main-menu.menu-dark .navigation li.hover > a, .main-menu.menu-dark .navigation li.open > a, .main-menu.menu-dark .navigation li.active > a {
        color: #FFFFFF; }
      .main-menu.menu-dark .navigation > li {
        padding: 0; }
        .main-menu.menu-dark .navigation > li > a {
          padding: 8px 20px; }
          .main-menu.menu-dark .navigation > li > a .label {
            margin-top: 4px;
            margin-right: 5px; }
          .main-menu.menu-dark .navigation > li > a i {
            position: relative;
            top: 1px; }
        .main-menu.menu-dark .navigation > li.open > ul {
          background: #162029; }
        .main-menu.menu-dark .navigation > li.open > a {
          color: #c3c3c3;
          background: #162029; }
        .main-menu.menu-dark .navigation > li.open .hover > a {
          background: #121b22; }
        .main-menu.menu-dark .navigation > li:not(.open) > ul {
          display: none; }
        .main-menu.menu-dark .navigation > li.hover > a, .main-menu.menu-dark .navigation > li:hover > a, .main-menu.menu-dark .navigation > li.active > a {
          color: #c3c3c3;
          background-color: #162029; }
          .main-menu.menu-dark .navigation > li.hover > a.mm-next, .main-menu.menu-dark .navigation > li:hover > a.mm-next, .main-menu.menu-dark .navigation > li.active > a.mm-next {
            background-color: inherit; }
        .main-menu.menu-dark .navigation > li.active > a {
          color: #dcdcdc;
          font-weight: 700;
          background: #121b22;
          border-right: 4px solid #3BAFDA; }
        .main-menu.menu-dark .navigation > li .active {
          background: #121b22; }
          .main-menu.menu-dark .navigation > li .active > a {
            color: #f6f6f6;
            font-weight: 700;
            background: #121b22;
            border-right: 4px solid #3BAFDA; }
          .main-menu.menu-dark .navigation > li .active .hover > a {
            background: #162029; }
        .main-menu.menu-dark .navigation > li ul {
          padding: 0;
          margin: 0;
          font-size: 1rem; }
          .main-menu.menu-dark .navigation > li ul li {
            color: #dcdcdc;
            background: transparent; }
            .main-menu.menu-dark .navigation > li ul li > a {
              padding: 8px 20px 8px 50px; }
          .main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul {
            display: none; }
          .main-menu.menu-dark .navigation > li ul .open {
            background: #11191f; }
            .main-menu.menu-dark .navigation > li ul .open > a {
              color: #dcdcdc; }
            .main-menu.menu-dark .navigation > li ul .open > ul {
              display: block;
              background: #11191f; }
              .main-menu.menu-dark .navigation > li ul .open > ul li > a {
                padding: 8px 20px 8px 60px; }
              .main-menu.menu-dark .navigation > li ul .open > ul .open {
                background: #0b1115; }
                .main-menu.menu-dark .navigation > li ul .open > ul .open > ul {
                  display: block;
                  background: #0b1115; }
                  .main-menu.menu-dark .navigation > li ul .open > ul .open > ul li > a {
                    padding: 8px 20px 8px 70px; }
            .main-menu.menu-dark .navigation > li ul .open .hover > a {
              background: #162029; }
          .main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul:hover > a {
            color: #e6e6e6; }
          .main-menu.menu-dark .navigation > li ul .active {
            background: transparent; }
            .main-menu.menu-dark .navigation > li ul .active > a {
              color: #f6f6f6;
              font-weight: 700; }
            .main-menu.menu-dark .navigation > li ul .active .hover > a {
              background-color: transparent; }
        .main-menu.menu-dark .navigation > li > ul {
          background: #1D2B36; }
    .main-menu.menu-dark ul.menu-popout {
      background: #1D2B36; }
      .main-menu.menu-dark ul.menu-popout li a {
        color: #dcdcdc; }
        .main-menu.menu-dark ul.menu-popout li a span.menu-sub-title {
          color: white; }
      .main-menu.menu-dark ul.menu-popout .has-sub:not(.open) > ul {
        display: none; }
      .main-menu.menu-dark ul.menu-popout .open > a {
        color: #dcdcdc; }
      .main-menu.menu-dark ul.menu-popout .open > ul {
        display: block; }
        .main-menu.menu-dark ul.menu-popout .open > ul .open {
          background: #0d1318; }
          .main-menu.menu-dark ul.menu-popout .open > ul .open > ul {
            display: block;
            background: #0d1318; }
      .main-menu.menu-dark ul.menu-popout .hover > a, .main-menu.menu-dark ul.menu-popout:hover > a {
        color: #e6e6e6; }
      .main-menu.menu-dark ul.menu-popout .active {
        font-weight: 700; }
        .main-menu.menu-dark ul.menu-popout .active > a {
          color: #f6f6f6; }
        .main-menu.menu-dark ul.menu-popout .active .hover > a, .main-menu.menu-dark ul.menu-popout .active :hover > a {
          background-color: transparent; }
    .main-menu.menu-dark.mm-menu .mm-search input {
      background: #0b1115;
      color: #dcdcdc;
      padding: 16px 16px; }
    .main-menu.menu-dark.mm-menu .mm-divider {
      background: #141e25; }
    .main-menu.menu-dark.mm-menu .mm-navbar > {
      border-color: #263847; }
      .main-menu.menu-dark.mm-menu .mm-navbar > *,
      .main-menu.menu-dark.mm-menu .mm-navbar > a {
        color: #9c9c9c; }
      .main-menu.menu-dark.mm-menu .mm-navbar > .mm-btn:before,
      .main-menu.menu-dark.mm-menu .mm-navbar > .mm-btn:after {
        border-color: #cfcfcf; }
    .main-menu.menu-dark.mm-menu .mm-listview > li .mm-arrow:after,
    .main-menu.menu-dark.mm-menu .mm-listview > li .mm-next:after {
      border-color: #b6b6b6; }
    .main-menu.menu-dark.mm-menu .mm-listview.navigation-main > li:hover .mm-arrow:after,
    .main-menu.menu-dark.mm-menu .mm-listview.navigation-main > li:hover .mm-next:after {
      border-color: #FFFFFF; }
    .main-menu.menu-dark.mm-menu .mm-hasnavbar .mm-listview > li:hover {
      background-color: #141e25; }
  .main-menu.menu-fixed {
    position: fixed;
    height: 100%;
    /* fallback if needed */
    top: 4.57rem;
    height: calc(100% - 4.57rem); }
    .main-menu.menu-fixed .main-menu-footer {
      position: fixed; }
  .main-menu.menu-shadow {
    box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.1); }
  .main-menu.menu-border {
    border-right: 1px solid #E4E7ED; }
  .main-menu.menu-native-scroll .main-menu-content {
    overflow-y: scroll; }
  .main-menu.menu-bordered.menu-light .navigation > li {
    border-top: 1px solid #E4E7ED; }
  .main-menu.menu-bordered.menu-dark .navigation > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .main-menu .main-menu-content {
    height: 100%;
    position: relative; }
  .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-menu ul.navigation-main {
      overflow-x: hidden; }
  .main-menu a {
    outline: none; }
    .main-menu a:hover, .main-menu a:focus {
      text-decoration: none; }

.navigation {
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  font-family: "Muli", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  overflow-y: hidden;
  padding-bottom: 20px; }
  .navigation .navigation-header {
    font-family: "Muli", Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    line-height: 1.2;
    padding: 12px 22px;
    font-size: 1rem; }
  .navigation li {
    position: relative;
    white-space: nowrap; }
    .navigation li a {
      display: block;
      /* white-space: nowrap; */
      text-overflow: ellipsis;
      overflow: hidden; }
    .navigation li .is-hidden {
      /* transition: all 250ms ease-in;
            transform: scale(0);
            opacity: 0; */ }
    .navigation li .is-shown {
      /* transition: all 250ms ease-in;
            transform: scale(1);
            opacity: 1; */ }
    .navigation li.disabled a {
      cursor: not-allowed; }

.menu-popout li.disabled a {
  cursor: not-allowed; }

.dropdown-notification .notification-text {
  margin-bottom: 0.5rem; }

.dropdown-notification .notification-tag {
  position: relative;
  top: -28px;
  right: 20px; }

.main-menu-header .user-content {
  padding: 20px; }
  .main-menu-header .user-content .media {
    overflow: inherit; }
  .main-menu-header .user-content .media-body {
    vertical-align: bottom;
    opacity: 1;
    width: 150px;
    white-space: nowrap;
    transition: all .3s ease .15s; }

.main-menu-footer {
  position: relative;
  overflow: hidden;
  bottom: 0;
  display: block;
  z-index: 1000;
  color: #b0c5d5;
  background-color: #0b1115; }
  .main-menu-footer.footer-open {
    max-height: 500px;
    transition: max-height 0.2s ease-in-out; }
  .main-menu-footer.footer-close {
    max-height: 15px;
    transition: max-height 0.2s ease-in-out; }
  .main-menu-footer a {
    color: #8facc3; }
    .main-menu-footer a:hover, .main-menu-footer a:focus {
      color: #FFFFFF; }
  .main-menu-footer .header {
    height: 19px;
    border-bottom: 1px solid #141e25; }
  .main-menu-footer .toggle {
    transform: rotate(0deg);
    transition: -webkit-transform 0.2s ease-in-out; }
  .main-menu-footer .content {
    padding: 0; }
    .main-menu-footer .content .actions > a {
      display: block;
      float: left;
      width: 33.333333%;
      padding: 1rem 0;
      color: #8facc3;
      text-align: center;
      border-top: 1px solid #141e25;
      border-left: 1px solid #141e25; }
      .main-menu-footer .content .actions > a > span {
        font-size: 1.35rem; }
      .main-menu-footer .content .actions > a:hover, .main-menu-footer .content .actions > a:focus {
        color: #FFFFFF; }

body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content {
  margin-left: 0; }

.vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a:after, .vertical-overlay-menu .menu-icon-right ul.navigation li > a:after {
  left: 8px;
  right: initial !important; }

.vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a > i, .vertical-overlay-menu .menu-icon-right ul.navigation li > a > i {
  float: right !important;
  margin: 0px -6px  0px 0px !important; }

.horizontal-layout .navbar-icon-right ul.nav > li > a:after {
  float: left;
  position: relative;
  top: 27px;
  left: -16px; }

.horizontal-layout .navbar-icon-right ul.nav > li > a > i {
  float: right;
  margin: 0px 4px 0 8px; }

.horizontal-layout .navbar-fixed {
  z-index: 999 !important; }

@media (max-width: 767.98px) {
  .menu-hide .main-menu,
  .menu-open .main-menu {
    transition: transform .25s, top .35s, height .35s; }
  .main-menu {
    transform: translate3d(-240px, 0, 0);
    backface-visibility: hidden;
    perspective: 1000; }
  .menu-open .main-menu {
    transform: translate3d(0, 0, 0); } }

@media (max-width: 991.98px) {
  .horizontal-layout.vertical-overlay-menu .main-menu-content {
    padding: 0; }
    .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu {
      margin: 0;
      width: 100%; }
      .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu > li {
        padding: 0; }
  .horizontal-layout.vertical-overlay-menu .navbar .navbar-container {
    margin-left: 0px; } }

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

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

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

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

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

.position-top-0 {
  top: 0; }

.position-right-0 {
  right: 0; }

.position-bottom-0 {
  bottom: 0; }

.position-left-0 {
  left: 0; }

.zindex-1 {
  z-index: 1 !important; }

.zindex-2 {
  z-index: 2 !important; }

.zindex-3 {
  z-index: 3 !important; }

.zindex-4 {
  z-index: 4 !important; }

.zindex-0 {
  z-index: 0 !important; }

.zindex-minus-1 {
  z-index: -1 !important; }

.zindex-minus-2 {
  z-index: -2 !important; }

.zindex-minus-3 {
  z-index: -3 !important; }

.zindex-minus-4 {
  z-index: -4 !important; }

.no-edge-top {
  top: 0 !important; }

.no-edge-bottom {
  bottom: 0 !important; }

.no-edge-left {
  left: 0 !important; }

.no-edge-right {
  right: 0 !important; }

.cursor-pointer {
  cursor: pointer; }

.cursor-move {
  cursor: move; }

.cursor-default {
  cursor: default; }

.cursor-progress {
  cursor: progress; }

.cursor-not-allowed {
  cursor: not-allowed; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-auto {
  overflow: auto; }

.overflow-scroll {
  overflow: scroll; }

.overflow-x-scroll {
  overflow: scroll; }

.overflow-y-scroll {
  overflow: scroll; }

.bullets-inside {
  list-style: inside; }

.list-style-circle {
  list-style: circle; }

.list-style-square {
  list-style: square; }

.list-style-icons {
  padding-left: 10px;
  margin-left: 0;
  list-style: none; }
  .list-style-icons > li i {
    float: left;
    width: 1em;
    margin: 0 6px 0 0; }

.border {
  border: 1px solid; }

.border-top {
  border-top: 1px solid; }

.border-bottom {
  border-bottom: 1px solid; }

.border-left {
  border-left: 1px solid; }

.border-right {
  border-right: 1px solid; }

.border-2 {
  border-width: 2px !important; }

.border-top-2 {
  border-top-width: 2px !important; }

.border-bottom-2 {
  border-bottom-width: 2px !important; }

.border-left-2 {
  border-left-width: 2px !important; }

.border-right-2 {
  border-right-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-top-3 {
  border-top-width: 3px !important; }

.border-bottom-3 {
  border-bottom-width: 3px !important; }

.border-left-3 {
  border-left-width: 3px !important; }

.border-right-3 {
  border-right-width: 3px !important; }

.no-border-top-radius {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.no-border-bottom-radius {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.no-border-top-left-radius {
  border-top-left-radius: 0 !important; }

.no-border-top-right-radius {
  border-top-right-radius: 0 !important; }

.no-border-bottom-left-radius {
  border-bottom-left-radius: 0 !important; }

.no-border-bottom-right-radius {
  border-bottom-right-radius: 0 !important; }

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

.box-shadow-1 {
  box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16); }

.box-shadow-2 {
  box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2); }

.box-shadow-3 {
  box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26); }

.box-shadow-4 {
  box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3); }

.box-shadow-5 {
  box-shadow: 0 27px 24px 0 rgba(62, 57, 107, 0.36); }

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

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

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

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

.width-50 {
  width: 50px !important; }

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

.width-150 {
  width: 150px !important; }

.width-200 {
  width: 200px !important; }

.width-250 {
  width: 250px !important; }

.width-300 {
  width: 300px !important; }

.width-350 {
  width: 350px !important; }

.width-400 {
  width: 400px !important; }

.width-450 {
  width: 450px !important; }

.width-500 {
  width: 500px !important; }

.width-550 {
  width: 550px !important; }

.width-600 {
  width: 600px !important; }

.width-650 {
  width: 650px !important; }

.width-700 {
  width: 700px !important; }

.width-750 {
  width: 750px !important; }

.width-800 {
  width: 800px !important; }

.width-5-per {
  width: 5% !important; }

.width-10-per {
  width: 10% !important; }

.width-15-per {
  width: 15% !important; }

.width-20-per {
  width: 20% !important; }

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

.width-30-per {
  width: 30% !important; }

.width-35-per {
  width: 35% !important; }

.width-40-per {
  width: 40% !important; }

.width-45-per {
  width: 45% !important; }

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

.width-55-per {
  width: 55% !important; }

.width-60-per {
  width: 60% !important; }

.width-65-per {
  width: 65% !important; }

.width-70-per {
  width: 70% !important; }

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

.width-80-per {
  width: 80% !important; }

.width-90-per {
  width: 90% !important; }

.width-95-per {
  width: 95% !important; }

.height-50 {
  height: 50px !important; }

.height-75 {
  height: 75px !important; }

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

.height-150 {
  height: 150px !important; }

.height-200 {
  height: 200px !important; }

.height-250 {
  height: 250px !important; }

.height-300 {
  height: 300px !important; }

.height-350 {
  height: 350px !important; }

.height-400 {
  height: 400px !important; }

.height-450 {
  height: 450px !important; }

.height-500 {
  height: 500px !important; }

.height-550 {
  height: 550px !important; }

.height-600 {
  height: 600px !important; }

.height-650 {
  height: 650px !important; }

.height-700 {
  height: 700px !important; }

.height-750 {
  height: 750px !important; }

.height-800 {
  height: 800px !important; }

.height-5-per {
  height: 5% !important; }

.height-10-per {
  height: 10% !important; }

.height-15-per {
  height: 15% !important; }

.height-20-per {
  height: 20% !important; }

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

.height-30-per {
  height: 30% !important; }

.height-35-per {
  height: 35% !important; }

.height-40-per {
  height: 40% !important; }

.height-45-per {
  height: 45% !important; }

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

.height-55-per {
  height: 55% !important; }

.height-60-per {
  height: 60% !important; }

.height-65-per {
  height: 65% !important; }

.height-70-per {
  height: 70% !important; }

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

.height-80-per {
  height: 80% !important; }

.full-height-vh-with-nav {
  height: calc(100vh - 4.57rem - 4rem); }

.full-height-vh {
  height: 100vh; }

.line-height-1 {
  line-height: 1 !important; }

.line-height-2 {
  line-height: 2 !important; }

.rotate-45 {
  transform: rotate(45deg); }

.rotate-45-inverse {
  transform: rotate(-45deg); }

.rotate-90 {
  transform: rotate(45deg); }

.rotate-90-inverse {
  transform: rotate(-45deg); }

.rotate-180 {
  transform: rotate(45deg); }

.rotate-180-inverse {
  transform: rotate(-45deg); }

.pull-up {
  transition: all 0.25s ease; }
  .pull-up:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
    z-index: 999; }

.spinner {
  display: inline-block;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.spinner-reverse {
  display: inline-block;
  animation: spin-reverse 1s linear infinite; }

@keyframes spin-reverse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

.bg-cover {
  background-size: cover !important; }

.background-repeat {
  background-repeat: repeat !important; }

.background-no-repeat {
  background-repeat: no-repeat !important; }

.img-xl {
  width: 64px !important;
  height: 64px !important; }

.img-lg {
  width: 44px !important;
  height: 44px !important; }

.img-sm {
  width: 36px !important;
  height: 36px !important; }

.img-xs {
  width: 32px !important;
  height: 32px !important; }

.bg-hexagons {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23f7f7f7' fill-opacity='1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-hexagons-danger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ff6576' fill-opacity='1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.avatar {
  position: relative;
  display: inline-block;
  width: 30px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom; }
  .avatar i {
    position: absolute;
    right: -7px;
    bottom: 2px;
    width: 10px;
    height: 10px;
    border-radius: 100%; }
  .avatar span.text-circle {
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 1.2rem;
    background: #f7f7f9;
    display: table-cell; }
  .avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px; }
  .avatar .badge-up {
    top: -8px;
    right: -11px; }

.avatar-online i {
  background-color: #37BC9B; }

.avatar-off i {
  background-color: #373a3c; }

.avatar-busy i {
  background-color: #DA4453; }

.avatar-away i {
  background-color: #F6BB42; }

.avatar-100 {
  width: 100px; }
  .avatar-100 span.text-circle {
    width: 100px;
    height: 100px; }
  .avatar-100 i {
    height: 20px;
    width: 20px; }

.avatar-50 {
  width: 50px; }
  .avatar-50 span.text-circle {
    width: 50px;
    height: 50px; }
  .avatar-50 i {
    height: 10px;
    width: 10px; }

.avatar-lg {
  width: 144px; }
  .avatar-lg span.text-circle {
    width: 144px;
    height: 144px; }
  .avatar-lg i {
    right: 0;
    bottom: 0;
    height: 30px;
    width: 30px; }

.avatar-md {
  width: 40px; }
  .avatar-md span.text-circle {
    width: 40px;
    height: 40px; }
  .avatar-md i {
    right: 0;
    bottom: 0;
    height: 12px;
    width: 12px; }

.avatar-sm {
  width: 32px; }
  .avatar-sm span.text-circle {
    width: 32px;
    height: 32px; }
  .avatar-sm i {
    height: 10px;
    width: 10px; }

.avatar-xs {
  width: 24px; }
  .avatar-xs span.text-circle {
    width: 24px;
    height: 24px; }
  .avatar-xs i {
    height: 9px;
    width: 9px; }

/*=========================================================================================
	File Name: search.scss
	Description: Search  functionality.
	----------------------------------------------------------------------------------------
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.navbar-container a.nav-link-search {
  float: left; }

.navbar-container .search-input {
  float: left;
  padding-top: 1.2rem;
  width: 0; }
  .navbar-container .search-input .input {
    width: 0;
    border: none;
    background: none;
    transition: all 0.2s ease-out;
    line-height: 16px; }
  .navbar-container .search-input.open .input {
    width: 200px;
    padding: 5px 10px;
    outline: none;
    background: none;
    transition: all 0.3s ease-out; }

.navbar-light .search-input .input, .navbar-semi-dark .search-input .input {
  color: #2C303B; }
  .navbar-light .search-input .input::placeholder, .navbar-semi-dark .search-input .input::placeholder {
    color: #2C303B; }

.navbar-light .search-input.open .input, .navbar-semi-dark .search-input.open .input {
  color: #2C303B;
  border-bottom: 1px solid #2C303B; }

.navbar-dark .search-input .input, .navbar-semi-light .search-input .input {
  color: #F9FAFD; }
  .navbar-dark .search-input .input::placeholder, .navbar-semi-light .search-input .input::placeholder {
    color: #F9FAFD; }

.navbar-dark .search-input.open .input, .navbar-semi-light .search-input.open .input {
  color: #F9FAFD;
  border-bottom: 1px solid #F9FAFD; }

@media (max-width: 991.98px) {
  #navbar-mobile .search-input.open .input {
    width: 180px;
    color: #2C303B;
    border-bottom: 1px solid #2C303B;
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 1;
    padding: 10px 10px;
    top: -5px; } }

.chart-container {
  position: relative;
  width: 100%; }

@media (max-width: 768px) {
  .chart-container {
    overflow-x: scroll;
    overflow-y: visible;
    max-width: 100%; } }

.chart {
  position: relative;
  display: block;
  width: 100%; }

.jqstooltip {
  box-sizing: content-box; }

[class*="bs-callout"] p {
  letter-spacing: 0.6px; }

[class*="bs-callout"] .media {
  border-radius: 0.25rem !important; }

[class*="bs-callout"].callout-bordered {
  border: 1px solid #ddd; }

[class*="bs-callout"].callout-border-left {
  border-left: 5px solid; }

[class*="bs-callout"].callout-border-right {
  border-right: 5px solid; }

[class*="bs-callout"] .callout-arrow-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
  [class*="bs-callout"] .callout-arrow-left:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -11%;
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-color: inherit;
    margin-top: -8px; }

[class*="bs-callout"] .callout-arrow-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
  [class*="bs-callout"] .callout-arrow-right:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -11%;
    border-left: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-color: inherit;
    border-right: 8px solid;
    border-right-color: inherit;
    margin-top: -8px; }

[class*="bs-callout"].callout-round {
  border-radius: 5rem !important; }
  [class*="bs-callout"].callout-round .media-left {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem; }
  [class*="bs-callout"].callout-round .media-right {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem; }

[class*="bs-callout"].callout-square {
  border-radius: 0 !important; }
  [class*="bs-callout"].callout-square .media, [class*="bs-callout"].callout-square .callout-arrow-left, [class*="bs-callout"].callout-square .callout-arrow-right {
    border-radius: 0 !important; }

.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 3.95rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .btn-social > :first-child, .btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.95rem;
    line-height: 2.7rem;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .btn-social.btn-lg, .btn-lg.btn-social-icon {
    padding-left: 3.25rem; }
    .btn-social.btn-lg > :first-child, .btn-lg.btn-social-icon > :first-child {
      line-height: 3.7rem;
      width: 3rem;
      font-size: 1.8em; }
  .btn-social.btn-sm, .btn-sm.btn-social-icon {
    padding-left: 3.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
    .btn-social.btn-sm > :first-child, .btn-sm.btn-social-icon > :first-child {
      line-height: 2.2rem;
      width: 3rem;
      font-size: 1.4em; }
  .btn-social.btn-xs, .btn-xs.btn-social-icon {
    padding-left: 2.25rem;
    font-size: 0.75rem;
    line-height: 0.2rem; }
    .btn-social.btn-xs > :first-child, .btn-xs.btn-social-icon > :first-child {
      line-height: 2rem;
      width: 1.8rem;
      font-size: 1.2em; }

.btn-social-icon {
  height: 2.95rem;
  width: 2.95rem;
  padding: 0; }
  .btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important; }
  .btn-social-icon.btn-lg {
    height: 4rem;
    width: 4rem;
    padding-left: 0;
    padding-right: 0; }
  .btn-social-icon.btn-sm {
    height: 2.5rem;
    width: 2.5rem;
    padding-left: 0;
    padding-right: 0; }
  .btn-social-icon.btn-xs {
    height: 2rem;
    width: 2rem;
    padding-left: 0;
    padding-right: 0; }

.btn-adn {
  background-color: #d87a68;
  color: #fff;
  background-color: #d87a68;
  border-color: #fff; }
  .btn-adn:hover {
    color: #fff;
    background-color: #d87a68;
    border-color: #d87a68; }
  .btn-adn:focus, .btn-adn.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-adn.disabled, .btn-adn:disabled {
    color: #fff;
    background-color: #d87a68;
    border-color: #fff; }
  .btn-adn:not(:disabled):not(.disabled):active, .btn-adn:not(:disabled):not(.disabled).active,
  .show > .btn-adn.dropdown-toggle {
    color: #fff;
    background-color: #ce563f;
    border-color: #dfdfdf; }
    .btn-adn:not(:disabled):not(.disabled):active:focus, .btn-adn:not(:disabled):not(.disabled).active:focus,
    .show > .btn-adn.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-bitbucket {
  background-color: #205081;
  color: #fff;
  background-color: #205081;
  border-color: #fff; }
  .btn-bitbucket:hover {
    color: #fff;
    background-color: #205081;
    border-color: #205081; }
  .btn-bitbucket:focus, .btn-bitbucket.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-bitbucket.disabled, .btn-bitbucket:disabled {
    color: #fff;
    background-color: #205081;
    border-color: #fff; }
  .btn-bitbucket:not(:disabled):not(.disabled):active, .btn-bitbucket:not(:disabled):not(.disabled).active,
  .show > .btn-bitbucket.dropdown-toggle {
    color: #fff;
    background-color: #163758;
    border-color: #dfdfdf; }
    .btn-bitbucket:not(:disabled):not(.disabled):active:focus, .btn-bitbucket:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bitbucket.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
  background-color: #1087dd;
  border-color: #fff; }
  .btn-dropbox:hover {
    color: #fff;
    background-color: #1087dd;
    border-color: #1087dd; }
  .btn-dropbox:focus, .btn-dropbox.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-dropbox.disabled, .btn-dropbox:disabled {
    color: #fff;
    background-color: #1087dd;
    border-color: #fff; }
  .btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active,
  .show > .btn-dropbox.dropdown-toggle {
    color: #fff;
    background-color: #0d6aad;
    border-color: #dfdfdf; }
    .btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dropbox.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: #fff; }
  .btn-facebook:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-facebook:focus, .btn-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff; }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #dfdfdf; }
    .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(255, 255, 255, 0.5); }

.btn-flickr {
  background-color: #ff0084;
  color: #fff;
  background-color: #ff0084;
  border-color: #fff; }
  .btn-flickr:hover {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084; }
  .btn-flickr:focus, .btn-flickr.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-flickr.disabled, .btn-flickr:disabled {
    color: #fff;
    background-color: #ff0084;
    border-color: #fff; }
  .btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active,
  .show > .btn-flickr.dropdown-toggle {
    color: #fff;
    background-color: #cc006a;
    border-color: #dfdfdf; }
    .btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flickr.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-foursquare {
  background-color: #f94877;
  color: #fff;
  background-color: #f94877;
  border-color: #fff; }
  .btn-foursquare:hover {
    color: #fff;
    background-color: #f94877;
    border-color: #f94877; }
  .btn-foursquare:focus, .btn-foursquare.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-foursquare.disabled, .btn-foursquare:disabled {
    color: #fff;
    background-color: #f94877;
    border-color: #fff; }
  .btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare:not(:disabled):not(.disabled).active,
  .show > .btn-foursquare.dropdown-toggle {
    color: #fff;
    background-color: #f71752;
    border-color: #dfdfdf; }
    .btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus,
    .show > .btn-foursquare.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-github {
  background-color: #444444;
  color: #fff;
  background-color: #444444;
  border-color: #fff; }
  .btn-github:hover {
    color: #fff;
    background-color: #444444;
    border-color: #444444; }
  .btn-github:focus, .btn-github.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-github.disabled, .btn-github:disabled {
    color: #fff;
    background-color: #444444;
    border-color: #fff; }
  .btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active,
  .show > .btn-github.dropdown-toggle {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #dfdfdf; }
    .btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus,
    .show > .btn-github.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: #fff; }
  .btn-google:hover {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39; }
  .btn-google:focus, .btn-google.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-google.disabled, .btn-google:disabled {
    color: #fff;
    background-color: #dd4b39;
    border-color: #fff; }
  .btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
  .show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #c23321;
    border-color: #dfdfdf; }
    .btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
    .show > .btn-google.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-instagram {
  background-color: #3f729b;
  color: #fff;
  background-color: #3f729b;
  border-color: #fff; }
  .btn-instagram:hover {
    color: #fff;
    background-color: #3f729b;
    border-color: #3f729b; }
  .btn-instagram:focus, .btn-instagram.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-instagram.disabled, .btn-instagram:disabled {
    color: #fff;
    background-color: #3f729b;
    border-color: #fff; }
  .btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active,
  .show > .btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #305777;
    border-color: #dfdfdf; }
    .btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus,
    .show > .btn-instagram.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: #fff; }
  .btn-linkedin:hover {
    color: #fff;
    background-color: #007bb6;
    border-color: #007bb6; }
  .btn-linkedin:focus, .btn-linkedin.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-linkedin.disabled, .btn-linkedin:disabled {
    color: #fff;
    background-color: #007bb6;
    border-color: #fff; }
  .btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active,
  .show > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005983;
    border-color: #dfdfdf; }
    .btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus,
    .show > .btn-linkedin.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: #fff; }
  .btn-microsoft:hover {
    color: #fff;
    background-color: #2672ec;
    border-color: #2672ec; }
  .btn-microsoft:focus, .btn-microsoft.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-microsoft.disabled, .btn-microsoft:disabled {
    color: #fff;
    background-color: #2672ec;
    border-color: #fff; }
  .btn-microsoft:not(:disabled):not(.disabled):active, .btn-microsoft:not(:disabled):not(.disabled).active,
  .show > .btn-microsoft.dropdown-toggle {
    color: #fff;
    background-color: #125acd;
    border-color: #dfdfdf; }
    .btn-microsoft:not(:disabled):not(.disabled):active:focus, .btn-microsoft:not(:disabled):not(.disabled).active:focus,
    .show > .btn-microsoft.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-odnoklassniki {
  background-color: #f4731c;
  color: #fff;
  background-color: #f4731c;
  border-color: #fff; }
  .btn-odnoklassniki:hover {
    color: #fff;
    background-color: #f4731c;
    border-color: #f4731c; }
  .btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-odnoklassniki.disabled, .btn-odnoklassniki:disabled {
    color: #fff;
    background-color: #f4731c;
    border-color: #fff; }
  .btn-odnoklassniki:not(:disabled):not(.disabled):active, .btn-odnoklassniki:not(:disabled):not(.disabled).active,
  .show > .btn-odnoklassniki.dropdown-toggle {
    color: #fff;
    background-color: #d35b0a;
    border-color: #dfdfdf; }
    .btn-odnoklassniki:not(:disabled):not(.disabled):active:focus, .btn-odnoklassniki:not(:disabled):not(.disabled).active:focus,
    .show > .btn-odnoklassniki.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-openid {
  background-color: #f7931e;
  color: #2A2E30;
  background-color: #f7931e;
  border-color: #fff; }
  .btn-openid:hover {
    color: #2A2E30;
    background-color: #f7931e;
    border-color: #f7931e; }
  .btn-openid:focus, .btn-openid.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-openid.disabled, .btn-openid:disabled {
    color: #2A2E30;
    background-color: #f7931e;
    border-color: #fff; }
  .btn-openid:not(:disabled):not(.disabled):active, .btn-openid:not(:disabled):not(.disabled).active,
  .show > .btn-openid.dropdown-toggle {
    color: #fff;
    background-color: #da7908;
    border-color: #dfdfdf; }
    .btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid:not(:disabled):not(.disabled).active:focus,
    .show > .btn-openid.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: #fff; }
  .btn-pinterest:hover {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027; }
  .btn-pinterest:focus, .btn-pinterest.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-pinterest.disabled, .btn-pinterest:disabled {
    color: #fff;
    background-color: #cb2027;
    border-color: #fff; }
  .btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active,
  .show > .btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #9f191f;
    border-color: #dfdfdf; }
    .btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pinterest.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-reddit {
  background-color: #eff7ff;
  color: #2A2E30;
  background-color: #eff7ff;
  border-color: #000; }
  .btn-reddit:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-reddit:focus, .btn-reddit.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-reddit.disabled, .btn-reddit:disabled {
    color: #2A2E30;
    background-color: #eff7ff;
    border-color: #000; }
  .btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active,
  .show > .btn-reddit.dropdown-toggle {
    color: #2A2E30;
    background-color: #bcdeff;
    border-color: black; }
    .btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus,
    .show > .btn-reddit.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-soundcloud {
  background-color: #ff5500;
  color: #fff;
  background-color: #ff5500;
  border-color: #fff; }
  .btn-soundcloud:hover {
    color: #fff;
    background-color: #ff5500;
    border-color: #ff5500; }
  .btn-soundcloud:focus, .btn-soundcloud.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-soundcloud.disabled, .btn-soundcloud:disabled {
    color: #fff;
    background-color: #ff5500;
    border-color: #fff; }
  .btn-soundcloud:not(:disabled):not(.disabled):active, .btn-soundcloud:not(:disabled):not(.disabled).active,
  .show > .btn-soundcloud.dropdown-toggle {
    color: #fff;
    background-color: #cc4400;
    border-color: #dfdfdf; }
    .btn-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-soundcloud:not(:disabled):not(.disabled).active:focus,
    .show > .btn-soundcloud.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
  background-color: #2c4762;
  border-color: #fff; }
  .btn-tumblr:hover {
    color: #fff;
    background-color: #2c4762;
    border-color: #2c4762; }
  .btn-tumblr:focus, .btn-tumblr.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-tumblr.disabled, .btn-tumblr:disabled {
    color: #fff;
    background-color: #2c4762;
    border-color: #fff; }
  .btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active,
  .show > .btn-tumblr.dropdown-toggle {
    color: #fff;
    background-color: #1c2e3f;
    border-color: #dfdfdf; }
    .btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tumblr.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-twitter {
  background-color: #55acee;
  color: #2A2E30;
  background-color: #55acee;
  border-color: #fff; }
  .btn-twitter:hover {
    color: #2A2E30;
    background-color: #fff;
    border-color: #55acee; }
  .btn-twitter:focus, .btn-twitter.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-twitter.disabled, .btn-twitter:disabled {
    color: #2A2E30;
    background-color: #55acee;
    border-color: #fff; }
  .btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
  .show > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #2795e9;
    border-color: #dfdfdf; }
    .btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-twitter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-vimeo {
  background-color: #1ab7ea;
  color: #fff;
  background-color: #1ab7ea;
  border-color: #fff; }
  .btn-vimeo:hover {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #1ab7ea; }
  .btn-vimeo:focus, .btn-vimeo.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-vimeo.disabled, .btn-vimeo:disabled {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #fff; }
  .btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active,
  .show > .btn-vimeo.dropdown-toggle {
    color: #fff;
    background-color: #1295bf;
    border-color: #dfdfdf; }
    .btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-vimeo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-vk {
  background-color: #587ea3;
  color: #fff;
  background-color: #587ea3;
  border-color: #fff; }
  .btn-vk:hover {
    color: #fff;
    background-color: #587ea3;
    border-color: #587ea3; }
  .btn-vk:focus, .btn-vk.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-vk.disabled, .btn-vk:disabled {
    color: #fff;
    background-color: #587ea3;
    border-color: #fff; }
  .btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active,
  .show > .btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #466482;
    border-color: #dfdfdf; }
    .btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus,
    .show > .btn-vk.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: #fff; }
  .btn-yahoo:hover {
    color: #fff;
    background-color: #720e9e;
    border-color: #720e9e; }
  .btn-yahoo:focus, .btn-yahoo.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-yahoo.disabled, .btn-yahoo:disabled {
    color: #fff;
    background-color: #720e9e;
    border-color: #fff; }
  .btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active,
  .show > .btn-yahoo.dropdown-toggle {
    color: #fff;
    background-color: #500a6f;
    border-color: #dfdfdf; }
    .btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yahoo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-adn {
  border: 1px solid #d87a68 !important;
  color: #d87a68; }

.btn-outline-bitbucket {
  border: 1px solid #205081 !important;
  color: #205081; }

.btn-outline-dropbox {
  border: 1px solid #1087dd !important;
  color: #1087dd; }

.btn-outline-facebook {
  border: 1px solid #3b5998 !important;
  color: #3b5998; }

.btn-outline-flickr {
  border: 1px solid #ff0084 !important;
  color: #ff0084; }

.btn-outline-foursquare {
  border: 1px solid #f94877 !important;
  color: #f94877; }

.btn-outline-github {
  border: 1px solid #444444 !important;
  color: #444444; }

.btn-outline-google {
  border: 1px solid #dd4b39 !important;
  color: #dd4b39; }

.btn-outline-instagram {
  border: 1px solid #3f729b !important;
  color: #3f729b; }

.btn-outline-linkedin {
  border: 1px solid #007bb6 !important;
  color: #007bb6; }

.btn-outline-microsoft {
  border: 1px solid #2672ec !important;
  color: #2672ec; }

.btn-outline-odnoklassniki {
  border: 1px solid #f4731c !important;
  color: #f4731c; }

.btn-outline-openid {
  border: 1px solid #f7931e !important;
  color: #f7931e; }

.btn-outline-pinterest {
  border: 1px solid #cb2027 !important;
  color: #cb2027; }

.btn-outline-reddit {
  border: 1px solid #ff4500 !important;
  color: #ff4500; }

.btn-outline-soundcloud {
  border: 1px solid #ff5500 !important;
  color: #ff5500; }

.btn-outline-tumblr {
  border: 1px solid #2c4762 !important;
  color: #2c4762; }

.btn-outline-twitter {
  border: 1px solid #55acee !important;
  color: #55acee; }

.btn-outline-vimeo {
  border: 1px solid #1ab7ea !important;
  color: #1ab7ea; }

.btn-outline-vk {
  border: 1px solid #587ea3 !important;
  color: #587ea3; }

.btn-outline-yahoo {
  border: 1px solid #720e9e !important;
  color: #720e9e; }

.btn-outline-adn:hover {
  color: #ad412d;
  border: 1px solid #ad412d !important; }

.btn-outline-bitbucket:hover {
  color: #0c1d2f;
  border: 1px solid #0c1d2f !important; }

.btn-outline-dropbox:hover {
  color: #094d7e;
  border: 1px solid #094d7e !important; }

.btn-outline-facebook:hover {
  color: #1e2e4f;
  border: 1px solid #1e2e4f !important; }

.btn-outline-flickr:hover {
  color: #99004f;
  border: 1px solid #99004f !important; }

.btn-outline-foursquare:hover {
  color: #d4073d;
  border: 1px solid #d4073d !important; }

.btn-outline-github:hover {
  color: #111111;
  border: 1px solid #111111 !important; }

.btn-outline-google:hover {
  color: #96271a;
  border: 1px solid #96271a !important; }

.btn-outline-instagram:hover {
  color: #223d52;
  border: 1px solid #223d52 !important; }

.btn-outline-linkedin:hover {
  color: #003650;
  border: 1px solid #003650 !important; }

.btn-outline-microsoft:hover {
  color: #0e459e;
  border: 1px solid #0e459e !important; }

.btn-outline-odnoklassniki:hover {
  color: #a24608;
  border: 1px solid #a24608 !important; }

.btn-outline-openid:hover {
  color: #a95e06;
  border: 1px solid #a95e06 !important; }

.btn-outline-pinterest:hover {
  color: #731216;
  border: 1px solid #731216 !important; }

.btn-outline-reddit:hover {
  color: #992900;
  border: 1px solid #992900 !important; }

.btn-outline-soundcloud:hover {
  color: #993300;
  border: 1px solid #993300 !important; }

.btn-outline-tumblr:hover {
  color: #0c141c;
  border: 1px solid #0c141c !important; }

.btn-outline-twitter:hover {
  color: #147bc9;
  border: 1px solid #147bc9 !important; }

.btn-outline-vimeo:hover {
  color: #0d7091;
  border: 1px solid #0d7091 !important; }

.btn-outline-vk:hover {
  color: #344b61;
  border: 1px solid #344b61 !important; }

.btn-outline-yahoo:hover {
  color: #2e0640;
  border: 1px solid #2e0640 !important; }

.bg-adn {
  background-color: #d87a68; }

.bg-bitbucket {
  background-color: #205081; }

.bg-dropbox {
  background-color: #1087dd; }

.bg-facebook {
  background-color: #3b5998; }

.bg-flickr {
  background-color: #ff0084; }

.bg-foursquare {
  background-color: #f94877; }

.bg-github {
  background-color: #444444; }

.bg-google {
  background-color: #dd4b39; }

.bg-instagram {
  background-color: #3f729b; }

.bg-linkedin {
  background-color: #007bb6; }

.bg-microsoft {
  background-color: #2672ec; }

.bg-odnoklassniki {
  background-color: #f4731c; }

.bg-openid {
  background-color: #f7931e; }

.bg-pinterest {
  background-color: #cb2027; }

.bg-reddit {
  background-color: #ff4500; }

.bg-soundcloud {
  background-color: #ff5500; }

.bg-tumblr {
  background-color: #2c4762; }

.bg-twitter {
  background-color: #55acee; }

.bg-vimeo {
  background-color: #1ab7ea; }

.bg-vk {
  background-color: #587ea3; }

.bg-yahoo {
  background-color: #720e9e; }

/*=========================================================================================
	File Name: demo.scss
	Description: CSS used for demo purpose only. Remove this css from your project.
	----------------------------------------------------------------------------------------
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.fonticon-container > .fonticon-wrap {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 4.8rem;
  text-align: center;
  border-radius: 0.1875rem;
  margin-right: 1rem;
  margin-bottom: 1.5rem; }
  .fonticon-container > .fonticon-wrap > i {
    font-size: 2.28rem;
    transition: all .2s ease-in-out; }
  .fonticon-container > .fonticon-wrap.youtube {
    width: 100px; }

.fonticon-container:hover i {
  color: #967ADC;
  font-size: 2.9rem;
  transform: scale(1.3); }

.fonticon-container > .fonticon-classname, .fonticon-container > .fonticon-unit {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2; }

.fonticon-container > .fonticon-unit {
  font-size: 1rem;
  font-style: italic; }

.scroll-example {
  padding: 0.5rem;
  position: relative;
  border: 2px solid #dadada;
  overflow: auto; }
  .scroll-example .horz-scroll-content {
    width: 1200px; }

.browser {
  background: #e0e0e0;
  border: 4px solid #e0e0e0;
  width: 100%;
  height: 12rem;
  padding-top: 20px;
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.browser iframe {
  border: 0;
  background: #fff;
  height: 100%;
  width: 100%; }

.loader-wrapper {
  height: 8em; }

.maintenance-icon {
  font-size: 4rem; }

.animationIcon {
  right: 30px;
  bottom: 10px; }

.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 4px;
      transition: background-color .2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 4px;
      transition: background-color .2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 8px; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

.ps-theme-dark {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-theme-dark {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-theme-dark {
      overflow: auto !important; } }
  .ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail,
  .ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transperant; }
  .ps-theme-dark.ps-in-scrolling {
    pointer-events: none; }
    .ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: rgba(0, 0, 0, 0.4); }
    .ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: rgba(0, 0, 0, 0.4); }
  .ps-theme-dark > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      transition: background-color .2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .ps-theme-dark > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 6px; }
    .ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      transition: background-color .2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
  .ps-theme-dark:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: rgba(0, 0, 0, 0.4); }
    .ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: rgba(0, 0, 0, 0.4); }
  .ps-theme-dark:hover > .ps-scrollbar-x-rail,
  .ps-theme-dark:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.9; }
    .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: rgba(0, 0, 0, 0.4); }
  .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.9; }
    .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: rgba(0, 0, 0, 0.4); }

.ps-theme-light {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-theme-light {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-theme-light {
      overflow: auto !important; } }
  .ps-theme-light.ps-active-x > .ps-scrollbar-x-rail,
  .ps-theme-light.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transperant; }
  .ps-theme-light.ps-in-scrolling {
    pointer-events: none; }
    .ps-theme-light.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: rgba(255, 255, 255, 0.2);
      opacity: 0.9; }
      .ps-theme-light.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: rgba(255, 255, 255, 0.8); }
    .ps-theme-light.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: rgba(255, 255, 255, 0.2);
      opacity: 0.9; }
      .ps-theme-light.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: rgba(255, 255, 255, 0.8); }
  .ps-theme-light > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .ps-theme-light > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 4px;
      transition: background-color .2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .ps-theme-light > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 6px; }
    .ps-theme-light > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 4px;
      transition: background-color .2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
  .ps-theme-light:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-theme-light:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: rgba(255, 255, 255, 0.2);
      opacity: 0.9; }
      .ps-theme-light:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: rgba(255, 255, 255, 0.8); }
    .ps-theme-light:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: rgba(255, 255, 255, 0.2);
      opacity: 0.9; }
      .ps-theme-light:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: rgba(255, 255, 255, 0.8); }
  .ps-theme-light:hover > .ps-scrollbar-x-rail,
  .ps-theme-light:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-theme-light:hover > .ps-scrollbar-x-rail:hover {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0.9; }
    .ps-theme-light:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: rgba(255, 255, 255, 0.8); }
  .ps-theme-light:hover > .ps-scrollbar-y-rail:hover {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0.9; }
    .ps-theme-light:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: rgba(255, 255, 255, 0.8); }

.menu-collapsed .ps-theme-dark {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .menu-collapsed .ps-theme-dark {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menu-collapsed .ps-theme-dark {
      overflow: auto !important; } }
  .menu-collapsed .ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail,
  .menu-collapsed .ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .menu-collapsed .ps-theme-dark.ps-in-scrolling {
    pointer-events: none; }
    .menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #55595c !important;
      border-radius: 4px;
      transition: background-color .2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 6px; }
    .menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #55595c !important;
      border-radius: 4px;
      transition: background-color .2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
  .menu-collapsed .ps-theme-dark:hover.ps-in-scrolling {
    pointer-events: none; }
    .menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail,
  .menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail {
    opacity: 0; }
  .menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

.menu-collapsed ul.ps-theme-dark {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .menu-collapsed ul.ps-theme-dark {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menu-collapsed ul.ps-theme-dark {
      overflow: auto !important; } }
  .menu-collapsed ul.ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail,
  .menu-collapsed ul.ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transperant; }
  .menu-collapsed ul.ps-theme-dark.ps-in-scrolling {
    pointer-events: none; }
    .menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: rgba(0, 0, 0, 0.4); }
    .menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: rgba(0, 0, 0, 0.4); }
  .menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      transition: background-color .2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 6px; }
    .menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      transition: background-color .2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
  .menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling {
    pointer-events: none; }
    .menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: rgba(0, 0, 0, 0.4); }
    .menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: rgba(0, 0, 0, 0.4); }
  .menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail,
  .menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.9; }
    .menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: rgba(0, 0, 0, 0.4); }
  .menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.9; }
    .menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: rgba(0, 0, 0, 0.4); }

.vertical-menu-modern.menu-collapsed .ps-theme-dark {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .vertical-menu-modern.menu-collapsed .ps-theme-dark {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .vertical-menu-modern.menu-collapsed .ps-theme-dark {
      overflow: auto !important; } }
  .vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail,
  .vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transperant; }
  .vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling {
    pointer-events: none; }
    .vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: rgba(0, 0, 0, 0.4); }
    .vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: rgba(0, 0, 0, 0.4); }
  .vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      transition: background-color .2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 6px; }
    .vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      transition: background-color .2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
  .vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling {
    pointer-events: none; }
    .vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: rgba(0, 0, 0, 0.4); }
    .vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: rgba(0, 0, 0, 0.4); }
  .vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail,
  .vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.9; }
    .vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: rgba(0, 0, 0, 0.4); }
  .vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.9; }
    .vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: rgba(0, 0, 0, 0.4); }

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
      overflow: auto !important; } }
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail,
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transperant; }
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling {
    pointer-events: none; }
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: rgba(0, 0, 0, 0.4); }
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: rgba(0, 0, 0, 0.4); }
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      transition: background-color .2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 6px; }
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      transition: background-color .2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling {
    pointer-events: none; }
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: rgba(0, 0, 0, 0.4); }
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0.9; }
      .vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: rgba(0, 0, 0, 0.4); }
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail,
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.9; }
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: rgba(0, 0, 0, 0.4); }
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.9; }
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: rgba(0, 0, 0, 0.4); }

/* to make scrollbars always visible */
.always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.large-margin.ps-container > .ps-scrollbar-x-rail {
  margin: 0 25%; }

.large-margin.ps-container > .ps-scrollbar-y-rail {
  margin: 100px 0; }

@media screen and (min-width: 0px) {
  head {
    font-family: "xs 0px"; }
  body:after {
    content: "xs - min-width: 0px"; } }

@media screen and (min-width: 544px) {
  head {
    font-family: "sm 544px"; }
  body:after {
    content: "sm - min-width: 544px"; } }

@media screen and (min-width: 768px) {
  head {
    font-family: "md 768px"; }
  body:after {
    content: "md - min-width: 768px"; } }

@media screen and (min-width: 992px) {
  head {
    font-family: "lg 992px"; }
  body:after {
    content: "lg - min-width: 992px"; } }

@media screen and (min-width: 1200px) {
  head {
    font-family: "xl 1200px"; }
  body:after {
    content: "xl - min-width: 1200px"; } }

head {
  clear: both; }
  head title {
    font-family: "xs 0px, sm 544px, md 768px, lg 992px, xl 1200px"; }

body:after {
  display: none; }

*[data-usn-if] {
  display: none; }

/* ------------------------------------------------------------------------------
*
*  # Editor CSS
*
*  Summernote, Code Mirror & ACE Editors
*
*
* ---------------------------------------------------------------------------- */
/* CKEditor Starts */
#cke_ckeditor-inline {
  max-width: 68%; }

/* CKEditor Ends */
/* Summernote Style Starts */
.note-editor.note-frame {
  border-radius: 0.3rem; }

.note-popover.popover {
  display: none; }

.note-toolbar.panel-heading {
  color: #333;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  padding: 0.25rem 1rem 0.55rem !important; }

.note-toolbar button.note-btn {
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem; }

.note-toolbar .dropdown-toggle::after {
  display: none; }

/* Summernote Style Ends */
.content {
  overflow: visible;
  position: relative;
  width: auto;
  margin-left: 0;
  min-height: auto;
  padding: inherit; }

/* TinyMCE */
.mce-tinymce-inline {
  max-width: 80% !important; }

.mce-container-body {
  overflow: auto; }

/* Code Mirror */
.CodeMirror {
  border-top: 1px solid black;
  border-bottom: 1px solid black; }
  .CodeMirror .CodeMirror-selected {
    background-color: skyblue !important; }
  .CodeMirror .CodeMirror-selectedtext {
    color: white; }
  .CodeMirror .styled-background {
    background-color: #ff7; }
  .CodeMirror .cm-matchhighlight {
    background-color: lightgreen; }
  .CodeMirror .CodeMirror-selection-highlight-scrollbar {
    background-color: green; }

#codemirror-tabs + .CodeMirror .cm-tab {
  background: url(../../app-assets/images/icons/img.png);
  background-position: right;
  background-repeat: no-repeat; }

iframe#preview {
  height: 300px;
  border: 1px solid black;
  width: 100%; }

/* Ace Editor */
.ace_editor {
  position: relative;
  overflow: hidden;
  height: 320px; }

/* Quill Editor */
.ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor, .ql-toolbar {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem; }

.group-area {
  margin-bottom: 3rem; }

.block {
  display: block;
  width: 100%; }

select[multiple='multiple'] {
  overflow: hidden; }

/* Input with icon */
.has-icon-left .form-control {
  padding-left: 2.5rem; }

.form-control-position {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 3.2rem;
  text-align: center; }

select.form-control:not([size]):not([multiple]),
input.form-control {
  /*--------------------------
        Sizing
        --------------------------*/ }
  select.form-control:not([size]):not([multiple]).input-xl,
  input.form-control.input-xl {
    height: 3.75rem;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.45;
    border-radius: 0.35rem; }
  select.form-control:not([size]):not([multiple]).form-group-xl .form-control,
  input.form-control.form-group-xl .form-control {
    height: 3.75rem;
    padding: 0.5rem 0.5rem;
    font-size: 1.5rem;
    line-height: 1.45;
    border-radius: 0.35rem; }
  select.form-control:not([size]):not([multiple]).form-group-xl .form-control-static,
  input.form-control.form-group-xl .form-control-static {
    height: 3.55rem;
    padding: 0.5rem 0.5rem;
    font-size: 1.5rem;
    line-height: 1.7; }
  select.form-control:not([size]):not([multiple]).input-lg,
  input.form-control.input-lg {
    height: 3rem;
    padding: 0.75rem 0.75rem;
    font-size: 1.1rem;
    line-height: 1.45;
    border-radius: 0.27rem; }
  select.form-control:not([size]):not([multiple]).form-group-lg .form-control,
  input.form-control.form-group-lg .form-control {
    height: 3rem;
    padding: 1rem 1.25rem;
    font-size: 1.1rem;
    line-height: 1.25;
    border-radius: 0.27rem; }
  select.form-control:not([size]):not([multiple]).form-group-lg select.form-control,
  input.form-control.form-group-lg select.form-control {
    height: calc(3.375rem + 2px);
    line-height: calc(3.375rem + 2px); }
  select.form-control:not([size]):not([multiple]).form-group-lg textarea.form-control,
  select.form-control:not([size]):not([multiple]).form-group-lg select[multiple].form-control,
  input.form-control.form-group-lg textarea.form-control,
  input.form-control.form-group-lg select[multiple].form-control {
    height: auto; }
  select.form-control:not([size]):not([multiple]).form-group-lg .form-control-static,
  input.form-control.form-group-lg .form-control-static {
    height: calc(3.375rem + 2px);
    min-height: 2.55rem;
    padding: 2rem 1.25rem;
    font-size: 1.1rem;
    line-height: 1.25; }
  select.form-control:not([size]):not([multiple]).input-sm,
  input.form-control.input-sm {
    height: 2rem;
    padding: 0.95rem 0.95rem;
    font-size: 0.975rem;
    line-height: 1.45;
    border-radius: 0.18rem; }
  select.form-control:not([size]):not([multiple]).form-group-sm .form-control,
  input.form-control.form-group-sm .form-control {
    /* font-size: $font-size-sm;
                line-height: $line-height-sm; */
    height: calc(1.875rem + 2px + 10);
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.45;
    border-radius: 0.18rem; }
  select.form-control:not([size]):not([multiple]).form-group-sm .form-control-static,
  input.form-control.form-group-sm .form-control-static {
    font-size: 0.875rem;
    line-height: 1; }
  select.form-control:not([size]):not([multiple]).input-xs,
  input.form-control.input-xs {
    height: 1.525rem;
    padding: 0.1rem 0.525rem;
    font-size: 0.75rem;
    line-height: 1.45;
    border-radius: 0.12rem; }
  select.form-control:not([size]):not([multiple]).form-group-xs .form-control,
  input.form-control.form-group-xs .form-control {
    height: 1.525rem;
    padding: 0.2rem 0.275rem;
    font-size: 0.75rem;
    line-height: 1.45;
    border-radius: 0.12rem; }
  select.form-control:not([size]):not([multiple]).form-group-xs .form-control-static,
  input.form-control.form-group-xs .form-control-static {
    height: 1.525rem;
    padding: 0.2rem 0.275rem;
    font-size: 0.75rem;
    line-height: 1.5; }
  select.form-control:not([size]):not([multiple]).input-xl + .form-control-position,
  select.form-control:not([size]):not([multiple]).form-group-xl > .form-control-position,
  input.form-control.input-xl + .form-control-position,
  input.form-control.form-group-xl > .form-control-position {
    width: 3.55rem;
    height: 3.55rem;
    line-height: 3.55rem;
    top: 4px; }
  select.form-control:not([size]):not([multiple]).input-lg + .form-control-position,
  select.form-control:not([size]):not([multiple]).form-group-lg > .form-control-position,
  input.form-control.input-lg + .form-control-position,
  input.form-control.form-group-lg > .form-control-position {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    top: 4px; }
  select.form-control:not([size]):not([multiple]).input-sm + .form-control-position,
  select.form-control:not([size]):not([multiple]).form-group-sm > .form-control-position,
  input.form-control.input-sm + .form-control-position,
  input.form-control.form-group-sm > .form-control-position {
    width: calc(1.875rem + 2px + 10);
    height: calc(1.875rem + 2px + 10);
    line-height: calc(1.875rem + 2px + 10);
    top: -6px; }
  select.form-control:not([size]):not([multiple]).input-xs + .form-control-position,
  select.form-control:not([size]):not([multiple]).form-group-xs > .form-control-position,
  input.form-control.input-xs + .form-control-position,
  input.form-control.form-group-xs > .form-control-position {
    width: 1.525rem;
    height: 1.525rem;
    line-height: 1.525rem;
    top: 0; }

/*---------------------------------
Input Icon
---------------------------------*/
.position-relative .form-control {
  padding-right: calc(2.75rem + 2px); }
  .position-relative .form-control.input-xl {
    padding-right: 3.55rem; }
  .position-relative .form-control.input-lg {
    padding-right: calc(3.375rem + 2px); }
  .position-relative .form-control.input-sm {
    padding-right: calc(1.875rem + 2px + 10); }
  .position-relative .form-control.input-xs {
    padding-right: 1.525rem; }

/* Input Icon left */
.has-icon-left .form-control {
  padding-right: 1rem;
  padding-left: calc(2.75rem + 2px); }
  .has-icon-left .form-control.input-xl {
    padding-right: 0.5rem;
    padding-left: 3.55rem; }
  .has-icon-left .form-control.input-lg {
    padding-right: 1.25rem;
    padding-left: calc(3.375rem + 2px); }
  .has-icon-left .form-control.input-sm {
    padding-right: 0.75rem;
    padding-left: 1.97rem; }
  .has-icon-left .form-control.input-xs {
    padding-right: 0.275rem;
    padding-left: 1.525rem; }

.has-icon-left .form-control-position {
  right: auto;
  left: inherit; }

input[type="color"] {
  height: calc(2.75rem + 2px); }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  line-height: 1.45; }

.font-size-large {
  font-size: 1.1rem; }

.font-size-base {
  font-size: 1rem; }

.font-size-small {
  font-size: 0.875rem; }

.font-size-xsmall {
  font-size: 0.75rem; }

.form-group-style {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden; }
  .form-group-style label {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700; }
  .form-group-style .form-control {
    border: none;
    padding-left: 0;
    margin-top: -4px;
    background: none; }
  .form-group-style.focus {
    background-color: #f0f0f0; }
    .form-group-style.focus label {
      opacity: 0.5; }
  .form-group-style label.filled {
    opacity: 0.5; }

.input-group-xs .form-control,
.input-group-xs .input-group-addon,
.input-group-xs .input-group-btn > button {
  padding: 0.175rem 0.5rem;
  font-size: 0.725rem;
  line-height: 1.677777;
  border-bottom-left-radius: 0.175rem;
  border-top-left-radius: 0.175rem; }

.input-group-xs .input-group-btn > button {
  border-radius: 0.175rem; }

/* .input-group-btn > button {
    &.dropdown-toggle::after{
        margin-top: -1.75rem;
    }
} */
.input-group-addon {
  padding: 0.75rem; }

.floating-label-form-group-with-focus label,
.floating-label-form-group-with-value label {
  color: #967ADC !important;
  text-transform: uppercase;
  font-weight: 400; }

.select2-container--classic:focus,
.select2-container--default:focus {
  outline: none; }

.select2-container--classic .img-flag,
.select2-container--default .img-flag {
  height: 15px;
  width: 18px; }

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
  height: 40px !important;
  padding: 5px;
  border-color: #D9D9D9 !important; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered i,
  .select2-container--default .select2-selection--single .select2-selection__rendered i {
    margin-right: 0.5rem; }

.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #CCCCCC !important;
  outline: 0; }

.select2-container--classic.select2-container--focus,
.select2-container--default.select2-container--focus {
  outline: 0; }
  .select2-container--classic.select2-container--focus .select2-selection--multiple,
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #CCCCCC !important;
    outline: 0; }

.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  min-height: 40px !important;
  padding: 5px 8px !important;
  border-color: #D9D9D9 !important; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice,
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 2px 6px !important;
    margin-top: 0px !important;
    background-color: #967ADC !important;
    border-color: #7652d1 !important;
    color: #FFFFFF;
    margin-right: 8px !important;
    margin-bottom: 2px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered,
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block !important;
    padding: 0 !important; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFFFFF !important;
    float: right;
    margin-left: 0.5rem; }
  .select2-container--classic .select2-selection--multiple i,
  .select2-container--default .select2-selection--multiple i {
    position: relative;
    top: 1px;
    margin-right: 0.5rem;
    padding-left: 1px; }
  .select2-container--classic .select2-selection--multiple[class*=bg-] .select2-selection__choice,
  .select2-container--default .select2-selection--multiple[class*=bg-] .select2-selection__choice {
    background-color: rgba(0, 0, 0, 0.15) !important;
    border-color: rgba(0, 0, 0, 0.2) !important; }

.select2-container--classic .select2-results__options .select2-results__option i,
.select2-container--default .select2-results__options .select2-results__option i {
  margin-right: 0.5rem; }

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #967ADC !important;
  color: #FFFFFF !important; }

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E0E0E0 !important;
  color: #424242 !important; }

.select2-container--classic .select2-result-repository .select2-result-repository__avatar,
.select2-container--default .select2-result-repository .select2-result-repository__avatar {
  width: 22%;
  float: left; }
  .select2-container--classic .select2-result-repository .select2-result-repository__avatar img,
  .select2-container--default .select2-result-repository .select2-result-repository__avatar img {
    width: 75px; }

.select2-container--classic .select2-result-repository .select2-result-repository__meta,
.select2-container--default .select2-result-repository .select2-result-repository__meta {
  width: 78%;
  float: right; }
  .select2-container--classic .select2-result-repository .select2-result-repository__meta .select2-result-repository__title,
  .select2-container--default .select2-result-repository .select2-result-repository__meta .select2-result-repository__title {
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: capitalize; }
  .select2-container--classic .select2-result-repository .select2-result-repository__meta .select2-result-repository__statistics div,
  .select2-container--default .select2-result-repository .select2-result-repository__meta .select2-result-repository__statistics div {
    display: inline;
    margin-right: 1rem; }

.select2-container--classic .select-lg,
.select2-container--default .select-lg {
  height: calc(3.375rem + 2px)0.55 !important;
  font-size: 1.1rem;
  margin-bottom: 0 !important;
  padding: 0.75rem 0; }
  .select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered,
  .select2-container--default .select-lg.select2-selection--single .select2-selection__rendered {
    padding-top: 0.1rem;
    padding-left: 1rem;
    padding-right: 5.5rem;
    line-height: 1; }
  .select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow,
  .select2-container--default .select-lg.select2-selection--single .select2-selection__arrow {
    top: 0.75rem !important; }
  .select2-container--classic .select-lg.select2-selection--multiple .select2-selection__choice,
  .select2-container--default .select-lg.select2-selection--multiple .select2-selection__choice {
    padding: 0.2rem 0.75rem !important;
    font-size: 1.1rem; }
  .select2-container--classic .select-lg.select2-selection--multiple .select2-search--inline .select2-search__field,
  .select2-container--default .select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0;
    font-size: 1.1rem; }

.select2-container--classic .select-sm,
.select2-container--default .select-sm {
  height: calc(calc(1.875rem + 2px + 10) + 0.5rem) !important;
  font-size: 0.875rem;
  padding: 0.35rem 0.2rem;
  margin-bottom: 0 !important; }
  .select2-container--classic .select-sm.select2-selection--single .select2-selection__rendered,
  .select2-container--default .select-sm.select2-selection--single .select2-selection__rendered {
    padding-right: 5.5rem; }
  .select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow,
  .select2-container--default .select-sm.select2-selection--single .select2-selection__arrow {
    top: 0.5rem !important; }
  .select2-container--classic .select-sm.select2-selection--multiple,
  .select2-container--default .select-sm.select2-selection--multiple {
    min-height: calc(calc(1.875rem + 2px + 10) + 0.5rem) !important;
    padding: 0.25rem 0.5rem !important; }
    .select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice,
    .select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice {
      padding: 0 0.5rem !important;
      font-size: 0.875rem; }
    .select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field,
    .select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0.35rem 0;
      margin-top: 0; }

.select2-container--classic .select-xs,
.select2-container--default .select-xs {
  height: calc(calc(1.875rem + 2px + 10)) !important;
  padding: 0 0.2rem;
  font-size: 0.75rem;
  margin-bottom: 0 !important;
  line-height: 1.5; }
  .select2-container--classic .select-xs.select2-selection--single .select2-selection__rendered,
  .select2-container--default .select-xs.select2-selection--single .select2-selection__rendered {
    padding-left: 0.525rem;
    padding-right: 4.55rem; }
  .select2-container--classic .select-xs.select2-selection--single .select2-selection__arrow,
  .select2-container--default .select-xs.select2-selection--single .select2-selection__arrow {
    top: 0.175rem !important; }
  .select2-container--classic .select-xs.select2-selection--multiple,
  .select2-container--default .select-xs.select2-selection--multiple {
    min-height: calc(calc(1.875rem + 2px + 10) + 0.2rem) !important;
    padding: 4px 6px !important; }
    .select2-container--classic .select-xs.select2-selection--multiple .select2-selection__choice,
    .select2-container--default .select-xs.select2-selection--multiple .select2-selection__choice {
      padding: 0 0.4rem !important;
      font-size: 0.75rem; }
    .select2-container--classic .select-xs.select2-selection--multiple .select2-search--inline .select2-search__field,
    .select2-container--default .select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0;
      font-size: 0.75rem;
      margin-top: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
  right: 6px !important; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 1px !important;
  right: 2px !important;
  height: 96% !important; }

table.dataTable {
  border-spacing: 0px; }

.content-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, .content-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #967ADC;
  border-radius: 0;
  top: 10px;
  left: 10px;
  box-shadow: 0 0 2px #444; }

.content-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, .content-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #DA4453; }

@media (max-width: 991.98px) {
  .dataTables_wrapper table {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto; } }

.DTFC_LeftBodyLiner {
  top: -1px !important; }

div.dataTables_wrapper {
  width: 100%;
  margin: 0 auto; }
  div.dataTables_wrapper div.dataTables_filter label {
    margin-top: 1rem; }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 10px 0; }

td.highlight {
  font-weight: bold;
  color: #967ADC;
  background-color: whitesmoke !important; }

tr.group {
  background-color: #ededed !important; }
  tr.group:hover {
    background-color: #ededed !important; }

th {
  white-space: nowrap; }

.toolbar {
  float: left; }

.no-style thead > tr > th, .no-style tfoot > tr > th {
  border-bottom: 1px solid #e3ebf3; }

table.dataTable.compact tbody td {
  padding: 4px; }

.table-striped tbody tr.odd.selected, .table-striped tbody tr.even.selected {
  background-color: #967ADC;
  color: #fff; }

table.dataTable tbody > tr > .selected {
  background-color: #967ADC; }

a.dt-button.red {
  color: red; }

a.dt-button.orange {
  color: orange; }

a.dt-button.green {
  color: green; }

.dataex-css-row tr {
  height: 55px; }

.dataex-key-customstyling td.focus {
  outline: 1px solid #ac1212;
  outline-offset: -3px;
  background-color: #e3ebf3 !important; }

.dt-events-log {
  border: 1px solid #888;
  background: #f7f7f7;
  padding: 1em;
  margin-bottom: 1em; }

.dataTables_wrapper tfoot input {
  width: 100%;
  box-sizing: border-box; }

td.details-control {
  background: url("../images/datatables/resources/details_open.png") no-repeat center center;
  cursor: pointer; }

tr.shown td.details-control {
  background: url("../images/datatables/resources/details_close.png") no-repeat center center; }

.DTFC_LeftBodyLiner, .DTFC_RightBodyLiner {
  background: white; }

.datepaginator .pagination li, .datepaginator-sm .pagination li, .datepaginator-lg .pagination li {
  display: inline-block; }
  .datepaginator .pagination li a, .datepaginator-sm .pagination li a, .datepaginator-lg .pagination li a {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.6;
    color: #3BAFDA;
    text-decoration: none;
    background-color: #fff;
    border: none; }
    .datepaginator .pagination li a.dp-off, .datepaginator-sm .pagination li a.dp-off, .datepaginator-lg .pagination li a.dp-off {
      background-color: #f5f5f5 !important; }
    .datepaginator .pagination li a.dp-today, .datepaginator-sm .pagination li a.dp-today, .datepaginator-lg .pagination li a.dp-today {
      background-color: #3BAFDA !important; }
    .datepaginator .pagination li a.dp-selected, .datepaginator-sm .pagination li a.dp-selected, .datepaginator-lg .pagination li a.dp-selected {
      background-color: #3BAFDA !important; }
    .datepaginator .pagination li a .dp-divider, .datepaginator-sm .pagination li a .dp-divider, .datepaginator-lg .pagination li a .dp-divider {
      border-left: 2px solid #ddd !important; }
    .datepaginator .pagination li a #dp-calendar, .datepaginator-sm .pagination li a #dp-calendar, .datepaginator-lg .pagination li a #dp-calendar {
      padding: 0px 5px 0 0 !important;
      margin-right: 3px;
      position: absolute;
      right: -5px;
      top: 0px;
      font-size: 1.4rem; }

.pagination.pagination-separate li:first-child a {
  margin-left: 0; }

.pagination.pagination-separate li a {
  margin-left: 3px; }

.pagination.pagination-separate.pagination-sm li.active a {
  padding: 0.5rem 0.7rem; }

.pagination li a.no-border {
  padding: 0.5rem 1rem; }

.pagination.pagination-round.pagination-flat li.active a {
  border-width: 1px;
  border-radius: 2rem;
  padding: 0.5rem 1rem; }

.pagination.pagination-round.pagination-flat.pagination-sm li.active a {
  padding: 0.5rem 0.7rem; }

.pagination.pagination-round li a.page-link:hover.no-border {
  border-width: 1px;
  border-radius: 2rem; }

.pagination.pagination-round li:first-child a {
  border-top-left-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
  padding-left: 1.2rem; }

.pagination.pagination-round li:last-child a {
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
  padding-right: 1.2rem; }

.pagination.pagination-round li.active a.no-border, .pagination.pagination-round li.active a.no-border:hover {
  border-width: 1px;
  border-radius: 2rem;
  padding: 0.5rem 1rem; }

.pagination.pagination-curved li a {
  border-radius: 0.25rem; }

.pagination.pagination-curved.pagination-sm li.active a {
  padding: 0.5rem 0.7rem; }

.pagination.pagination-flat li a {
  border: 0;
  border-radius: 0.25rem; }

.pagination.pagination-flat li.active a {
  border-width: 1px;
  border-radius: 3px;
  padding: 0.5rem 1rem; }

.pagination.pagination-flat.pagination-sm li.active a {
  padding: 0.5rem 0.7rem; }


/* ------- pp-assets/vendors/css/extensions/unslider.css ------ */
/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider {
  position: relative;
  text-align: center;
  overflow: auto;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}
.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 10;
  cursor: pointer;
}
.unslider-arrow.next {
  left: auto;
  right: 20px;
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #1D2B36;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #1D2B36;
  cursor: default;
}

.unslider-arrow {
  display: block;
  width: 32px;
  height: 32px;
  top: 50%;
  right: -50px;
  left: auto;
  margin-top: -16px;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(0,0,0,.2);
  /*text-indent: -999em;*/
  font-size: 0;
  opacity: .6;
  transition: opacity .2s;
  text-align: center;
  line-height: 32px;
}

.unslider-arrow.prev {
  left: 20px;
  right: auto;
}
.unslider-arrow.prev:before {
  font-family: 'feather';
  font-size: 1.3rem;
  content: '\e928';
  color: #1D2B36;
}

.unslider-arrow.next:before {
  font-family: 'feather';
  font-size: 1.3rem;
  content: '\e929';
  color: #1D2B36;
}

/* ------- app-assets/css/core/menu/menu-types/vertical-menu.css ------ */
/*=========================================================================================
    File Name: vertical-menu.scss
    Description: A calssic vertical style menu with expand and collops support. It support
    light & dark version, filpped layout, right side icons, native scroll and borders menu
    item seperation.
    ----------------------------------------------------------------------------------------
    Item Name: Robust - Responsive Admin Template
    Version: 2.0
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
@media (min-width: 576px) {
  body.vertical-layout.vertical-menu.menu-flipped .main-menu {
    right: 0; } }

body.vertical-layout.vertical-menu .navbar .navbar-brand {
  white-space: nowrap; }

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-header {
  float: left;
  width: 240px; }

body.vertical-layout.vertical-menu.menu-expanded .navbar.navbar-brand-center .navbar-header {
  float: left;
  width: auto; }

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container {
  margin-left: 240px; }

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-brand .brand-text {
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein; }

body.vertical-layout.vertical-menu.menu-expanded .main-menu {
  width: 240px;
  transition: 300ms ease all;
  backface-visibility: hidden; }
  body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation .navigation-header .ft-minus {
    display: none; }
  body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li > a > i {
    margin-right: 12px; }
    body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li > a > i:before {
      font-size: 1.2rem; }
  body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li > a > span.badge {
    position: absolute;
    right: 20px;
    top: 10px; }
  body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1rem;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(0deg);
    transition: -webkit-transform 0.2s ease-in-out; }
  body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation li.has-sub .has-sub > a:not(.mm-next):after {
    top: 8px; }
  body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation li.open > a:not(.mm-next):after {
    transform: rotate(90deg); }
  body.vertical-layout.vertical-menu.menu-expanded .main-menu .main-menu-footer {
    width: 240px; }

body.vertical-layout.vertical-menu.menu-expanded .content,
body.vertical-layout.vertical-menu.menu-expanded .footer {
  margin-left: 240px; }

body.vertical-layout.vertical-menu.menu-expanded .navbar-brand-center .content,
body.vertical-layout.vertical-menu.menu-expanded .navbar-brand-center .footer {
  margin-left: 0; }

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-header {
  float: left;
  width: 60px; }

body.vertical-layout.vertical-menu.menu-collapsed .navbar.navbar-brand-center .navbar-header {
  float: left;
  width: auto; }

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand {
  padding: 17px 0px; }

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-container {
  margin-left: 60px; }

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand .brand-text {
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout; }

body.vertical-layout.vertical-menu.menu-collapsed .main-menu {
  width: 60px;
  transform: translateZ(-160px) translateX(-160px);
  transform: translate3d(0, 0, 0);
  transition: 300ms ease all; }
  body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-footer {
    width: 60px; }
  body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-footer,
  body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-header .media-body .media-heading,
  body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-header .media-body .text-muted,
  body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-header .media-right {
    display: none; }
  body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-header .media-body {
    opacity: 0; }
  body.vertical-layout.vertical-menu.menu-collapsed .main-menu .user-content {
    padding: 20px 10px; }
  body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > span.menu-title, body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title {
    right: -240px;
    width: 240px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    background-color: #3BAFDA;
    border-color: #3BAFDA;
    padding: 14px 20px; }
  body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content {
    left: 60px;
    width: 240px;
    transition: visibility .25s,opacity .25s;
    box-shadow: 25px 5px 75px 2px rgba(64, 70, 74, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.02); }
    body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content li {
      white-space: nowrap;
      position: relative; }
      body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content li a {
        display: block;
        padding: 8px 20px 8px 20px;
        transition: all 0.2s ease; }
      body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content li.has-sub > a:not(.mm-next):after {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 1rem;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 12px;
        transform: rotate(0deg);
        transition: -webkit-transform 0.2s ease-in-out; }
      body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content li.has-sub .has-sub > a:not(.mm-next):after {
        top: 8px; }
      body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content li.open > a:not(.mm-next):after {
        transform: rotate(90deg); }
      body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content li:hover > a, body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content li.hover > a {
        transform: translateX(4px); }
        body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content li:hover > a > a, body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content li.hover > a > a {
          transform: translateX(-4px); }
  body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation {
    overflow: visible; }
    body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li.navigation-header {
      padding: 22px 20px 8px 20px; }
      body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li.navigation-header .ft-minus {
        display: block;
        font-size: 1.3rem; }
      body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li.navigation-header span {
        display: none; }
    body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li > a {
      padding: 10px 0px 10px 18px; }
      body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li > a > span {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        right: -240px;
        width: 240px;
        font-weight: 600;
        color: #fff;
        text-align: left;
        background-color: #967ADC;
        border-color: #967ADC;
        padding: 14px 20px; }
      body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li > a > i {
        margin-right: 0;
        font-size: 1.4rem;
        line-height: 1;
        visibility: visible;
        opacity: 1; }
    body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li > ul {
      display: none; }
    body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li > a > span {
      display: none; }
  body.vertical-layout.vertical-menu.menu-collapsed .main-menu .mTSWrapper {
    overflow: visible; }

body.vertical-layout.vertical-menu.menu-collapsed .content,
body.vertical-layout.vertical-menu.menu-collapsed .footer {
  margin-left: 60px; }

body.vertical-layout.vertical-menu.menu-collapsed .navbar-brand-center .content,
body.vertical-layout.vertical-menu.menu-collapsed .navbar-brand-center .footer {
  margin-left: 0; }

body.vertical-layout.vertical-menu.menu-collapsed.menu-flipped .content {
  margin: 0;
  margin-right: 60px; }

@media (min-width: 576px) {
  body.vertical-layout.vertical-menu.menu-collapsed.menu-flipped .main-menu {
    right: 0; }
    body.vertical-layout.vertical-menu.menu-collapsed.menu-flipped .main-menu span.menu-title {
      right: 60px; }
    body.vertical-layout.vertical-menu.menu-collapsed.menu-flipped .main-menu ul.menu-content {
      right: 60px;
      left: inherit; } }

body.vertical-layout.vertical-menu.menu-collapsed.menu-flipped .navbar .navbar-header {
  float: right; }

body.vertical-layout.vertical-menu.menu-collapsed.menu-flipped .navbar .navbar-container {
  margin: 0;
  margin-right: 60px; }

body.vertical-layout.vertical-menu.menu-collapsed.menu-flipped .footer {
  margin: 0;
  margin-right: 60px; }

[data-textdirection="rtl"] body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li > a {
  padding: 14px 16px !important; }

[data-textdirection="rtl"] body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li.navigation-header .ft-minus {
  padding: 12px 0px; }

@media (min-width: 992px) {
  body.vertical-layout.vertical-menu.menu-flipped .content {
    margin: 0;
    margin-right: 240px; }
  body.vertical-layout.vertical-menu.menu-flipped .navbar .navbar-header {
    float: right; }
  body.vertical-layout.vertical-menu.menu-flipped .navbar .navbar-container {
    margin: 0;
    margin-right: 240px; }
  body.vertical-layout.vertical-menu.menu-flipped .footer {
    margin: 0;
    margin-right: 240px; } }

@media (max-width: 991.98px) {
  body.vertical-layout.vertical-menu .main-menu {
    width: 60px; }
    body.vertical-layout.vertical-menu .main-menu .main-menu-footer {
      width: 240px; }
  body.vertical-layout.vertical-menu .navbar .navbar-header {
    width: 60px; }
  body.vertical-layout.vertical-menu .content,
  body.vertical-layout.vertical-menu .footer {
    margin-left: 60px; } }

@media (max-width: 767.98px) {
  body.vertical-layout.vertical-menu .content,
  body.vertical-layout.vertical-menu .footer {
    margin-left: 0; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/*=========================================================================================
	File Name: vertical-overlay-menu.scss
	Description: A overlay style vertical menu with show and hide support. It support 
	light & dark version, filpped layout, right side icons, native scroll and borders menu 
	item seperation.
	----------------------------------------------------------------------------------------
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.vertical-overlay-menu .content {
  margin-left: 0; }

.vertical-overlay-menu .navbar .navbar-header {
  float: left;
  width: 240px; }

.vertical-overlay-menu .navbar.navbar-brand-center .navbar-container {
  margin-left: 0; }

.vertical-overlay-menu .navbar.navbar-brand-center .navbar-header {
  float: left;
  width: auto; }

.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: width .25s,opacity .25s,transform .25s;
  width: 240px;
  left: -240px; }
  .vertical-overlay-menu .main-menu .navigation .navigation-header .ft-minus {
    display: none; }
  .vertical-overlay-menu .main-menu .navigation > li > a > i {
    margin-right: 12px; }
    .vertical-overlay-menu .main-menu .navigation > li > a > i:before {
      font-size: 1.2rem;
      transition: 200ms ease all; }
  .vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after, .vertical-overlay-menu.menu-hide .main-menu .navigation li.has-sub > a:not(.mm-next):after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1rem;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(0deg);
    transition: -webkit-transform 0.2s ease-in-out; }
  .vertical-overlay-menu .main-menu .navigation li.has-sub .has-sub > a:not(.mm-next):after, .vertical-overlay-menu.menu-hide .main-menu .navigation li.has-sub .has-sub > a:not(.mm-next):after {
    top: 8px; }
  .vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after, .vertical-overlay-menu.menu-hide .main-menu .navigation li.open > a:not(.mm-next):after {
    transform: rotate(90deg); }
  .vertical-overlay-menu .main-menu .main-menu-footer {
    bottom: 55px; }
  .vertical-overlay-menu .main-menu .main-menu-footer {
    width: 240px; }

.vertical-overlay-menu.menu-open .main-menu {
  opacity: 1;
  transform: translate3d(240px, 0, 0);
  transition: width .25s,opacity .25s,transform .25s; }

.vertical-overlay-menu.menu-flipped .main-menu {
  right: -240px;
  left: inherit; }

.vertical-overlay-menu.menu-flipped .navbar .navbar-container {
  margin: 0;
  margin-right: 240px; }

.vertical-overlay-menu.menu-flipped .navbar .navbar-header {
  float: right; }

.vertical-overlay-menu.menu-flipped.menu-open .main-menu {
  transform: translate3d(-240px, 0, 0); }

@media (max-width: 991.98px) {
  .vertical-overlay-menu .main-menu .main-menu-footer {
    bottom: 0px; } }


/* ------- app-assets/css/core/colors/palette-gradient.css ------ */
.bg-gradient-x-white .card-header, .bg-gradient-x-white .card-footer, .bg-gradient-y-white .card-header, .bg-gradient-y-white .card-footer, .bg-gradient-directional-white .card-header, .bg-gradient-directional-white .card-footer, .bg-gradient-radial-white .card-header, .bg-gradient-radial-white .card-footer, .bg-gradient-striped-white .card-header, .bg-gradient-striped-white .card-footer, .bg-gradient-x2-white .card-header, .bg-gradient-x2-white .card-footer, .bg-gradient-y2-white .card-header, .bg-gradient-y2-white .card-footer {
  background-color: transparent; }

.bg-gradient-x-black .card-header, .bg-gradient-x-black .card-footer, .bg-gradient-y-black .card-header, .bg-gradient-y-black .card-footer, .bg-gradient-directional-black .card-header, .bg-gradient-directional-black .card-footer, .bg-gradient-radial-black .card-header, .bg-gradient-radial-black .card-footer, .bg-gradient-striped-black .card-header, .bg-gradient-striped-black .card-footer, .bg-gradient-x2-black .card-header, .bg-gradient-x2-black .card-footer, .bg-gradient-y2-black .card-header, .bg-gradient-y2-black .card-footer {
  background-color: transparent; }

.bg-gradient-x-primary {
  background-image: linear-gradient(to right, #704ACF 0%, #AC92EC 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-primary {
  background-image: linear-gradient(to bottom, #704ACF 0%, #AC92EC 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-primary {
  background-image: linear-gradient(45deg, #704ACF, #AC92EC);
  background-repeat: repeat-x; }

.bg-gradient-x2-primary {
  background-image: linear-gradient(to right, #AC92EC, #967ADC 50%, #BCAAE9);
  background-repeat: no-repeat; }

.bg-gradient-y2-primary {
  background-image: linear-gradient(#AC92EC, #967ADC 50%, #BCAAE9);
  background-repeat: no-repeat; }

.bg-gradient-radial-primary {
  background-image: radial-gradient(circle, #704ACF, #AC92EC);
  background-repeat: no-repeat; }

.bg-gradient-striped-primary {
  background-image: linear-gradient(45deg, #BCAAE9 25%, transparent 25%, transparent 50%, #BCAAE9 50%, #BCAAE9 75%, transparent 75%, transparent); }

.bg-gradient-x-primary .card-header, .bg-gradient-x-primary .card-footer, .bg-gradient-y-primary .card-header, .bg-gradient-y-primary .card-footer, .bg-gradient-directional-primary .card-header, .bg-gradient-directional-primary .card-footer, .bg-gradient-radial-primary .card-header, .bg-gradient-radial-primary .card-footer, .bg-gradient-striped-primary .card-header, .bg-gradient-striped-primary .card-footer, .bg-gradient-x2-primary .card-header, .bg-gradient-x2-primary .card-footer, .bg-gradient-y2-primary .card-header, .bg-gradient-y2-primary .card-footer {
  background-color: transparent; }

.bg-gradient-x-success {
  background-image: linear-gradient(to right, #298D74 0%, #48CFAD 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-success {
  background-image: linear-gradient(to bottom, #298D74 0%, #48CFAD 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-success {
  background-image: linear-gradient(45deg, #298D74, #48CFAD);
  background-repeat: repeat-x; }

.bg-gradient-x2-success {
  background-image: linear-gradient(to right, #48CFAD, #37BC9B 50%, #60D0B4);
  background-repeat: no-repeat; }

.bg-gradient-y2-success {
  background-image: linear-gradient(#48CFAD, #37BC9B 50%, #60D0B4);
  background-repeat: no-repeat; }

.bg-gradient-radial-success {
  background-image: radial-gradient(circle, #298D74, #48CFAD);
  background-repeat: no-repeat; }

.bg-gradient-striped-success {
  background-image: linear-gradient(45deg, #60D0B4 25%, transparent 25%, transparent 50%, #60D0B4 50%, #60D0B4 75%, transparent 75%, transparent); }

.bg-gradient-x-success .card-header, .bg-gradient-x-success .card-footer, .bg-gradient-y-success .card-header, .bg-gradient-y-success .card-footer, .bg-gradient-directional-success .card-header, .bg-gradient-directional-success .card-footer, .bg-gradient-radial-success .card-header, .bg-gradient-radial-success .card-footer, .bg-gradient-striped-success .card-header, .bg-gradient-striped-success .card-footer, .bg-gradient-x2-success .card-header, .bg-gradient-x2-success .card-footer, .bg-gradient-y2-success .card-header, .bg-gradient-y2-success .card-footer {
  background-color: transparent; }

.bg-gradient-x-info {
  background-image: linear-gradient(to right, #228EB6 0%, #4FC1E9 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-info {
  background-image: linear-gradient(to bottom, #228EB6 0%, #4FC1E9 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-info {
  background-image: linear-gradient(45deg, #228EB6, #4FC1E9);
  background-repeat: repeat-x; }

.bg-gradient-x2-info {
  background-image: linear-gradient(to right, #4FC1E9, #3BAFDA 50%, #6EC4E4);
  background-repeat: no-repeat; }

.bg-gradient-y2-info {
  background-image: linear-gradient(#4FC1E9, #3BAFDA 50%, #6EC4E4);
  background-repeat: no-repeat; }

.bg-gradient-radial-info {
  background-image: radial-gradient(circle, #228EB6, #4FC1E9);
  background-repeat: no-repeat; }

.bg-gradient-striped-info {
  background-image: linear-gradient(45deg, #6EC4E4 25%, transparent 25%, transparent 50%, #6EC4E4 50%, #6EC4E4 75%, transparent 75%, transparent); }

.bg-gradient-x-info .card-header, .bg-gradient-x-info .card-footer, .bg-gradient-y-info .card-header, .bg-gradient-y-info .card-footer, .bg-gradient-directional-info .card-header, .bg-gradient-directional-info .card-footer, .bg-gradient-radial-info .card-header, .bg-gradient-radial-info .card-footer, .bg-gradient-striped-info .card-header, .bg-gradient-striped-info .card-footer, .bg-gradient-x2-info .card-header, .bg-gradient-x2-info .card-footer, .bg-gradient-y2-info .card-header, .bg-gradient-y2-info .card-footer {
  background-color: transparent; }

.bg-gradient-x-warning {
  background-image: linear-gradient(to right, #EFA50B 0%, #FFCE54 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-warning {
  background-image: linear-gradient(to bottom, #EFA50B 0%, #FFCE54 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-warning {
  background-image: linear-gradient(45deg, #EFA50B, #FFCE54);
  background-repeat: repeat-x; }

.bg-gradient-x2-warning {
  background-image: linear-gradient(to right, #FFCE54, #F6BB42 50%, #F9D07C);
  background-repeat: no-repeat; }

.bg-gradient-y2-warning {
  background-image: linear-gradient(#FFCE54, #F6BB42 50%, #F9D07C);
  background-repeat: no-repeat; }

.bg-gradient-radial-warning {
  background-image: radial-gradient(circle, #EFA50B, #FFCE54);
  background-repeat: no-repeat; }

.bg-gradient-striped-warning {
  background-image: linear-gradient(45deg, #F9D07C 25%, transparent 25%, transparent 50%, #F9D07C 50%, #F9D07C 75%, transparent 75%, transparent); }

.bg-gradient-x-warning .card-header, .bg-gradient-x-warning .card-footer, .bg-gradient-y-warning .card-header, .bg-gradient-y-warning .card-footer, .bg-gradient-directional-warning .card-header, .bg-gradient-directional-warning .card-footer, .bg-gradient-radial-warning .card-header, .bg-gradient-radial-warning .card-footer, .bg-gradient-striped-warning .card-header, .bg-gradient-striped-warning .card-footer, .bg-gradient-x2-warning .card-header, .bg-gradient-x2-warning .card-footer, .bg-gradient-y2-warning .card-header, .bg-gradient-y2-warning .card-footer {
  background-color: transparent; }

.bg-gradient-x-danger {
  background-image: linear-gradient(to right, #BC2534 0%, #ED5565 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-danger {
  background-image: linear-gradient(to bottom, #BC2534 0%, #ED5565 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-danger {
  background-image: linear-gradient(45deg, #BC2534, #ED5565);
  background-repeat: repeat-x; }

.bg-gradient-x2-danger {
  background-image: linear-gradient(to right, #ED5565, #DA4453 50%, #E47782);
  background-repeat: no-repeat; }

.bg-gradient-y2-danger {
  background-image: linear-gradient(#ED5565, #DA4453 50%, #E47782);
  background-repeat: no-repeat; }

.bg-gradient-radial-danger {
  background-image: radial-gradient(circle, #BC2534, #ED5565);
  background-repeat: no-repeat; }

.bg-gradient-striped-danger {
  background-image: linear-gradient(45deg, #E47782 25%, transparent 25%, transparent 50%, #E47782 50%, #E47782 75%, transparent 75%, transparent); }

.bg-gradient-x-danger .card-header, .bg-gradient-x-danger .card-footer, .bg-gradient-y-danger .card-header, .bg-gradient-y-danger .card-footer, .bg-gradient-directional-danger .card-header, .bg-gradient-directional-danger .card-footer, .bg-gradient-radial-danger .card-header, .bg-gradient-radial-danger .card-footer, .bg-gradient-striped-danger .card-header, .bg-gradient-striped-danger .card-footer, .bg-gradient-x2-danger .card-header, .bg-gradient-x2-danger .card-footer, .bg-gradient-y2-danger .card-header, .bg-gradient-y2-danger .card-footer {
  background-color: transparent; }

.bg-gradient-x-red {
  background-image: linear-gradient(to right, #D32F2F 0%, #E57373 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-red {
  background-image: linear-gradient(to bottom, #D32F2F 0%, #E57373 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-red {
  background-image: linear-gradient(45deg, #D32F2F, #E57373);
  background-repeat: repeat-x; }

.bg-gradient-x2-red {
  background-image: linear-gradient(to right, #E57373, #F44336 50%, #EF9A9A);
  background-repeat: no-repeat; }

.bg-gradient-y2-red {
  background-image: linear-gradient(#E57373, #F44336 50%, #EF9A9A);
  background-repeat: no-repeat; }

.bg-gradient-radial-red {
  background-image: radial-gradient(circle, #D32F2F, #E57373);
  background-repeat: no-repeat; }

.bg-gradient-striped-red {
  background-image: linear-gradient(45deg, #EF9A9A 25%, transparent 25%, transparent 50%, #EF9A9A 50%, #EF9A9A 75%, transparent 75%, transparent); }

.bg-gradient-x-red .card-header, .bg-gradient-x-red .card-footer, .bg-gradient-y-red .card-header, .bg-gradient-y-red .card-footer, .bg-gradient-directional-red .card-header, .bg-gradient-directional-red .card-footer, .bg-gradient-radial-red .card-header, .bg-gradient-radial-red .card-footer, .bg-gradient-striped-red .card-header, .bg-gradient-striped-red .card-footer, .bg-gradient-x2-red .card-header, .bg-gradient-x2-red .card-footer, .bg-gradient-y2-red .card-header, .bg-gradient-y2-red .card-footer {
  background-color: transparent; }

.bg-gradient-x-pink {
  background-image: linear-gradient(to right, #C2185B 0%, #F06292 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-pink {
  background-image: linear-gradient(to bottom, #C2185B 0%, #F06292 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-pink {
  background-image: linear-gradient(45deg, #C2185B, #F06292);
  background-repeat: repeat-x; }

.bg-gradient-x2-pink {
  background-image: linear-gradient(to right, #F06292, #E91E63 50%, #F48FB1);
  background-repeat: no-repeat; }

.bg-gradient-y2-pink {
  background-image: linear-gradient(#F06292, #E91E63 50%, #F48FB1);
  background-repeat: no-repeat; }

.bg-gradient-radial-pink {
  background-image: radial-gradient(circle, #C2185B, #F06292);
  background-repeat: no-repeat; }

.bg-gradient-striped-pink {
  background-image: linear-gradient(45deg, #F48FB1 25%, transparent 25%, transparent 50%, #F48FB1 50%, #F48FB1 75%, transparent 75%, transparent); }

.bg-gradient-x-pink .card-header, .bg-gradient-x-pink .card-footer, .bg-gradient-y-pink .card-header, .bg-gradient-y-pink .card-footer, .bg-gradient-directional-pink .card-header, .bg-gradient-directional-pink .card-footer, .bg-gradient-radial-pink .card-header, .bg-gradient-radial-pink .card-footer, .bg-gradient-striped-pink .card-header, .bg-gradient-striped-pink .card-footer, .bg-gradient-x2-pink .card-header, .bg-gradient-x2-pink .card-footer, .bg-gradient-y2-pink .card-header, .bg-gradient-y2-pink .card-footer {
  background-color: transparent; }

.bg-gradient-x-purple {
  background-image: linear-gradient(to right, #7B1FA2 0%, #BA68C8 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-purple {
  background-image: linear-gradient(to bottom, #7B1FA2 0%, #BA68C8 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-purple {
  background-image: linear-gradient(45deg, #7B1FA2, #BA68C8);
  background-repeat: repeat-x; }

.bg-gradient-x2-purple {
  background-image: linear-gradient(to right, #BA68C8, #9C27B0 50%, #CE93D8);
  background-repeat: no-repeat; }

.bg-gradient-y2-purple {
  background-image: linear-gradient(#BA68C8, #9C27B0 50%, #CE93D8);
  background-repeat: no-repeat; }

.bg-gradient-radial-purple {
  background-image: radial-gradient(circle, #7B1FA2, #BA68C8);
  background-repeat: no-repeat; }

.bg-gradient-striped-purple {
  background-image: linear-gradient(45deg, #CE93D8 25%, transparent 25%, transparent 50%, #CE93D8 50%, #CE93D8 75%, transparent 75%, transparent); }

.bg-gradient-x-purple .card-header, .bg-gradient-x-purple .card-footer, .bg-gradient-y-purple .card-header, .bg-gradient-y-purple .card-footer, .bg-gradient-directional-purple .card-header, .bg-gradient-directional-purple .card-footer, .bg-gradient-radial-purple .card-header, .bg-gradient-radial-purple .card-footer, .bg-gradient-striped-purple .card-header, .bg-gradient-striped-purple .card-footer, .bg-gradient-x2-purple .card-header, .bg-gradient-x2-purple .card-footer, .bg-gradient-y2-purple .card-header, .bg-gradient-y2-purple .card-footer {
  background-color: transparent; }

.bg-gradient-x-deep-purple {
  background-image: linear-gradient(to right, #512DA8 0%, #9575CD 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-deep-purple {
  background-image: linear-gradient(to bottom, #512DA8 0%, #9575CD 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-deep-purple {
  background-image: linear-gradient(45deg, #512DA8, #9575CD);
  background-repeat: repeat-x; }

.bg-gradient-x2-deep-purple {
  background-image: linear-gradient(to right, #9575CD, #673AB7 50%, #B39DDB);
  background-repeat: no-repeat; }

.bg-gradient-y2-deep-purple {
  background-image: linear-gradient(#9575CD, #673AB7 50%, #B39DDB);
  background-repeat: no-repeat; }

.bg-gradient-radial-deep-purple {
  background-image: radial-gradient(circle, #512DA8, #9575CD);
  background-repeat: no-repeat; }

.bg-gradient-striped-deep-purple {
  background-image: linear-gradient(45deg, #B39DDB 25%, transparent 25%, transparent 50%, #B39DDB 50%, #B39DDB 75%, transparent 75%, transparent); }

.bg-gradient-x-deep-purple .card-header, .bg-gradient-x-deep-purple .card-footer, .bg-gradient-y-deep-purple .card-header, .bg-gradient-y-deep-purple .card-footer, .bg-gradient-directional-deep-purple .card-header, .bg-gradient-directional-deep-purple .card-footer, .bg-gradient-radial-deep-purple .card-header, .bg-gradient-radial-deep-purple .card-footer, .bg-gradient-striped-deep-purple .card-header, .bg-gradient-striped-deep-purple .card-footer, .bg-gradient-x2-deep-purple .card-header, .bg-gradient-x2-deep-purple .card-footer, .bg-gradient-y2-deep-purple .card-header, .bg-gradient-y2-deep-purple .card-footer {
  background-color: transparent; }

.bg-gradient-x-indigo {
  background-image: linear-gradient(to right, #303F9F 0%, #7986CB 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-indigo {
  background-image: linear-gradient(to bottom, #303F9F 0%, #7986CB 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-indigo {
  background-image: linear-gradient(45deg, #303F9F, #7986CB);
  background-repeat: repeat-x; }

.bg-gradient-x2-indigo {
  background-image: linear-gradient(to right, #7986CB, #3F51B5 50%, #9FA8DA);
  background-repeat: no-repeat; }

.bg-gradient-y2-indigo {
  background-image: linear-gradient(#7986CB, #3F51B5 50%, #9FA8DA);
  background-repeat: no-repeat; }

.bg-gradient-radial-indigo {
  background-image: radial-gradient(circle, #303F9F, #7986CB);
  background-repeat: no-repeat; }

.bg-gradient-striped-indigo {
  background-image: linear-gradient(45deg, #9FA8DA 25%, transparent 25%, transparent 50%, #9FA8DA 50%, #9FA8DA 75%, transparent 75%, transparent); }

.bg-gradient-x-indigo .card-header, .bg-gradient-x-indigo .card-footer, .bg-gradient-y-indigo .card-header, .bg-gradient-y-indigo .card-footer, .bg-gradient-directional-indigo .card-header, .bg-gradient-directional-indigo .card-footer, .bg-gradient-radial-indigo .card-header, .bg-gradient-radial-indigo .card-footer, .bg-gradient-striped-indigo .card-header, .bg-gradient-striped-indigo .card-footer, .bg-gradient-x2-indigo .card-header, .bg-gradient-x2-indigo .card-footer, .bg-gradient-y2-indigo .card-header, .bg-gradient-y2-indigo .card-footer {
  background-color: transparent; }

.bg-gradient-x-blue {
  background-image: linear-gradient(to right, #1976D2 0%, #64B5F6 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-blue {
  background-image: linear-gradient(to bottom, #1976D2 0%, #64B5F6 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-blue {
  background-image: linear-gradient(45deg, #1976D2, #64B5F6);
  background-repeat: repeat-x; }

.bg-gradient-x2-blue {
  background-image: linear-gradient(to right, #64B5F6, #2196F3 50%, #90CAF9);
  background-repeat: no-repeat; }

.bg-gradient-y2-blue {
  background-image: linear-gradient(#64B5F6, #2196F3 50%, #90CAF9);
  background-repeat: no-repeat; }

.bg-gradient-radial-blue {
  background-image: radial-gradient(circle, #1976D2, #64B5F6);
  background-repeat: no-repeat; }

.bg-gradient-striped-blue {
  background-image: linear-gradient(45deg, #90CAF9 25%, transparent 25%, transparent 50%, #90CAF9 50%, #90CAF9 75%, transparent 75%, transparent); }

.bg-gradient-x-blue .card-header, .bg-gradient-x-blue .card-footer, .bg-gradient-y-blue .card-header, .bg-gradient-y-blue .card-footer, .bg-gradient-directional-blue .card-header, .bg-gradient-directional-blue .card-footer, .bg-gradient-radial-blue .card-header, .bg-gradient-radial-blue .card-footer, .bg-gradient-striped-blue .card-header, .bg-gradient-striped-blue .card-footer, .bg-gradient-x2-blue .card-header, .bg-gradient-x2-blue .card-footer, .bg-gradient-y2-blue .card-header, .bg-gradient-y2-blue .card-footer {
  background-color: transparent; }

.bg-gradient-x-light-blue {
  background-image: linear-gradient(to right, #0288D1 0%, #4FC3F7 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-light-blue {
  background-image: linear-gradient(to bottom, #0288D1 0%, #4FC3F7 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-light-blue {
  background-image: linear-gradient(45deg, #0288D1, #4FC3F7);
  background-repeat: repeat-x; }

.bg-gradient-x2-light-blue {
  background-image: linear-gradient(to right, #4FC3F7, #03A9F4 50%, #81D4FA);
  background-repeat: no-repeat; }

.bg-gradient-y2-light-blue {
  background-image: linear-gradient(#4FC3F7, #03A9F4 50%, #81D4FA);
  background-repeat: no-repeat; }

.bg-gradient-radial-light-blue {
  background-image: radial-gradient(circle, #0288D1, #4FC3F7);
  background-repeat: no-repeat; }

.bg-gradient-striped-light-blue {
  background-image: linear-gradient(45deg, #81D4FA 25%, transparent 25%, transparent 50%, #81D4FA 50%, #81D4FA 75%, transparent 75%, transparent); }

.bg-gradient-x-light-blue .card-header, .bg-gradient-x-light-blue .card-footer, .bg-gradient-y-light-blue .card-header, .bg-gradient-y-light-blue .card-footer, .bg-gradient-directional-light-blue .card-header, .bg-gradient-directional-light-blue .card-footer, .bg-gradient-radial-light-blue .card-header, .bg-gradient-radial-light-blue .card-footer, .bg-gradient-striped-light-blue .card-header, .bg-gradient-striped-light-blue .card-footer, .bg-gradient-x2-light-blue .card-header, .bg-gradient-x2-light-blue .card-footer, .bg-gradient-y2-light-blue .card-header, .bg-gradient-y2-light-blue .card-footer {
  background-color: transparent; }

.bg-gradient-x-cyan {
  background-image: linear-gradient(to right, #0097A7 0%, #4DD0E1 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-cyan {
  background-image: linear-gradient(to bottom, #0097A7 0%, #4DD0E1 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-cyan {
  background-image: linear-gradient(45deg, #0097A7, #4DD0E1);
  background-repeat: repeat-x; }

.bg-gradient-x2-cyan {
  background-image: linear-gradient(to right, #4DD0E1, #00BCD4 50%, #80DEEA);
  background-repeat: no-repeat; }

.bg-gradient-y2-cyan {
  background-image: linear-gradient(#4DD0E1, #00BCD4 50%, #80DEEA);
  background-repeat: no-repeat; }

.bg-gradient-radial-cyan {
  background-image: radial-gradient(circle, #0097A7, #4DD0E1);
  background-repeat: no-repeat; }

.bg-gradient-striped-cyan {
  background-image: linear-gradient(45deg, #80DEEA 25%, transparent 25%, transparent 50%, #80DEEA 50%, #80DEEA 75%, transparent 75%, transparent); }

.bg-gradient-x-cyan .card-header, .bg-gradient-x-cyan .card-footer, .bg-gradient-y-cyan .card-header, .bg-gradient-y-cyan .card-footer, .bg-gradient-directional-cyan .card-header, .bg-gradient-directional-cyan .card-footer, .bg-gradient-radial-cyan .card-header, .bg-gradient-radial-cyan .card-footer, .bg-gradient-striped-cyan .card-header, .bg-gradient-striped-cyan .card-footer, .bg-gradient-x2-cyan .card-header, .bg-gradient-x2-cyan .card-footer, .bg-gradient-y2-cyan .card-header, .bg-gradient-y2-cyan .card-footer {
  background-color: transparent; }

.bg-gradient-x-teal {
  background-image: linear-gradient(to right, #00796B 0%, #4DB6AC 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-teal {
  background-image: linear-gradient(to bottom, #00796B 0%, #4DB6AC 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-teal {
  background-image: linear-gradient(45deg, #00796B, #4DB6AC);
  background-repeat: repeat-x; }

.bg-gradient-x2-teal {
  background-image: linear-gradient(to right, #4DB6AC, #009688 50%, #80CBC4);
  background-repeat: no-repeat; }

.bg-gradient-y2-teal {
  background-image: linear-gradient(#4DB6AC, #009688 50%, #80CBC4);
  background-repeat: no-repeat; }

.bg-gradient-radial-teal {
  background-image: radial-gradient(circle, #00796B, #4DB6AC);
  background-repeat: no-repeat; }

.bg-gradient-striped-teal {
  background-image: linear-gradient(45deg, #80CBC4 25%, transparent 25%, transparent 50%, #80CBC4 50%, #80CBC4 75%, transparent 75%, transparent); }

.bg-gradient-x-teal .card-header, .bg-gradient-x-teal .card-footer, .bg-gradient-y-teal .card-header, .bg-gradient-y-teal .card-footer, .bg-gradient-directional-teal .card-header, .bg-gradient-directional-teal .card-footer, .bg-gradient-radial-teal .card-header, .bg-gradient-radial-teal .card-footer, .bg-gradient-striped-teal .card-header, .bg-gradient-striped-teal .card-footer, .bg-gradient-x2-teal .card-header, .bg-gradient-x2-teal .card-footer, .bg-gradient-y2-teal .card-header, .bg-gradient-y2-teal .card-footer {
  background-color: transparent; }

.bg-gradient-x-green {
  background-image: linear-gradient(to right, #388E3C 0%, #81C784 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-green {
  background-image: linear-gradient(to bottom, #388E3C 0%, #81C784 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-green {
  background-image: linear-gradient(45deg, #388E3C, #81C784);
  background-repeat: repeat-x; }

.bg-gradient-x2-green {
  background-image: linear-gradient(to right, #81C784, #4CAF50 50%, #A5D6A7);
  background-repeat: no-repeat; }

.bg-gradient-y2-green {
  background-image: linear-gradient(#81C784, #4CAF50 50%, #A5D6A7);
  background-repeat: no-repeat; }

.bg-gradient-radial-green {
  background-image: radial-gradient(circle, #388E3C, #81C784);
  background-repeat: no-repeat; }

.bg-gradient-striped-green {
  background-image: linear-gradient(45deg, #A5D6A7 25%, transparent 25%, transparent 50%, #A5D6A7 50%, #A5D6A7 75%, transparent 75%, transparent); }

.bg-gradient-x-green .card-header, .bg-gradient-x-green .card-footer, .bg-gradient-y-green .card-header, .bg-gradient-y-green .card-footer, .bg-gradient-directional-green .card-header, .bg-gradient-directional-green .card-footer, .bg-gradient-radial-green .card-header, .bg-gradient-radial-green .card-footer, .bg-gradient-striped-green .card-header, .bg-gradient-striped-green .card-footer, .bg-gradient-x2-green .card-header, .bg-gradient-x2-green .card-footer, .bg-gradient-y2-green .card-header, .bg-gradient-y2-green .card-footer {
  background-color: transparent; }

.bg-gradient-x-light-green {
  background-image: linear-gradient(to right, #689F38 0%, #AED581 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-light-green {
  background-image: linear-gradient(to bottom, #689F38 0%, #AED581 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-light-green {
  background-image: linear-gradient(45deg, #689F38, #AED581);
  background-repeat: repeat-x; }

.bg-gradient-x2-light-green {
  background-image: linear-gradient(to right, #AED581, #8BC34A 50%, #C5E1A5);
  background-repeat: no-repeat; }

.bg-gradient-y2-light-green {
  background-image: linear-gradient(#AED581, #8BC34A 50%, #C5E1A5);
  background-repeat: no-repeat; }

.bg-gradient-radial-light-green {
  background-image: radial-gradient(circle, #689F38, #AED581);
  background-repeat: no-repeat; }

.bg-gradient-striped-light-green {
  background-image: linear-gradient(45deg, #C5E1A5 25%, transparent 25%, transparent 50%, #C5E1A5 50%, #C5E1A5 75%, transparent 75%, transparent); }

.bg-gradient-x-light-green .card-header, .bg-gradient-x-light-green .card-footer, .bg-gradient-y-light-green .card-header, .bg-gradient-y-light-green .card-footer, .bg-gradient-directional-light-green .card-header, .bg-gradient-directional-light-green .card-footer, .bg-gradient-radial-light-green .card-header, .bg-gradient-radial-light-green .card-footer, .bg-gradient-striped-light-green .card-header, .bg-gradient-striped-light-green .card-footer, .bg-gradient-x2-light-green .card-header, .bg-gradient-x2-light-green .card-footer, .bg-gradient-y2-light-green .card-header, .bg-gradient-y2-light-green .card-footer {
  background-color: transparent; }

.bg-gradient-x-lime {
  background-image: linear-gradient(to right, #AFB42B 0%, #DCE775 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-lime {
  background-image: linear-gradient(to bottom, #AFB42B 0%, #DCE775 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-lime {
  background-image: linear-gradient(45deg, #AFB42B, #DCE775);
  background-repeat: repeat-x; }

.bg-gradient-x2-lime {
  background-image: linear-gradient(to right, #DCE775, #CDDC39 50%, #E6EE9C);
  background-repeat: no-repeat; }

.bg-gradient-y2-lime {
  background-image: linear-gradient(#DCE775, #CDDC39 50%, #E6EE9C);
  background-repeat: no-repeat; }

.bg-gradient-radial-lime {
  background-image: radial-gradient(circle, #AFB42B, #DCE775);
  background-repeat: no-repeat; }

.bg-gradient-striped-lime {
  background-image: linear-gradient(45deg, #E6EE9C 25%, transparent 25%, transparent 50%, #E6EE9C 50%, #E6EE9C 75%, transparent 75%, transparent); }

.bg-gradient-x-lime .card-header, .bg-gradient-x-lime .card-footer, .bg-gradient-y-lime .card-header, .bg-gradient-y-lime .card-footer, .bg-gradient-directional-lime .card-header, .bg-gradient-directional-lime .card-footer, .bg-gradient-radial-lime .card-header, .bg-gradient-radial-lime .card-footer, .bg-gradient-striped-lime .card-header, .bg-gradient-striped-lime .card-footer, .bg-gradient-x2-lime .card-header, .bg-gradient-x2-lime .card-footer, .bg-gradient-y2-lime .card-header, .bg-gradient-y2-lime .card-footer {
  background-color: transparent; }

.bg-gradient-x-yellow {
  background-image: linear-gradient(to right, #FBC02D 0%, #FFF176 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-yellow {
  background-image: linear-gradient(to bottom, #FBC02D 0%, #FFF176 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-yellow {
  background-image: linear-gradient(45deg, #FBC02D, #FFF176);
  background-repeat: repeat-x; }

.bg-gradient-x2-yellow {
  background-image: linear-gradient(to right, #FFF176, #FFEB3B 50%, #FFF59D);
  background-repeat: no-repeat; }

.bg-gradient-y2-yellow {
  background-image: linear-gradient(#FFF176, #FFEB3B 50%, #FFF59D);
  background-repeat: no-repeat; }

.bg-gradient-radial-yellow {
  background-image: radial-gradient(circle, #FBC02D, #FFF176);
  background-repeat: no-repeat; }

.bg-gradient-striped-yellow {
  background-image: linear-gradient(45deg, #FFF59D 25%, transparent 25%, transparent 50%, #FFF59D 50%, #FFF59D 75%, transparent 75%, transparent); }

.bg-gradient-x-yellow .card-header, .bg-gradient-x-yellow .card-footer, .bg-gradient-y-yellow .card-header, .bg-gradient-y-yellow .card-footer, .bg-gradient-directional-yellow .card-header, .bg-gradient-directional-yellow .card-footer, .bg-gradient-radial-yellow .card-header, .bg-gradient-radial-yellow .card-footer, .bg-gradient-striped-yellow .card-header, .bg-gradient-striped-yellow .card-footer, .bg-gradient-x2-yellow .card-header, .bg-gradient-x2-yellow .card-footer, .bg-gradient-y2-yellow .card-header, .bg-gradient-y2-yellow .card-footer {
  background-color: transparent; }

.bg-gradient-x-amber {
  background-image: linear-gradient(to right, #FFA000 0%, #FFD54F 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-amber {
  background-image: linear-gradient(to bottom, #FFA000 0%, #FFD54F 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-amber {
  background-image: linear-gradient(45deg, #FFA000, #FFD54F);
  background-repeat: repeat-x; }

.bg-gradient-x2-amber {
  background-image: linear-gradient(to right, #FFD54F, #FFC107 50%, #FFE082);
  background-repeat: no-repeat; }

.bg-gradient-y2-amber {
  background-image: linear-gradient(#FFD54F, #FFC107 50%, #FFE082);
  background-repeat: no-repeat; }

.bg-gradient-radial-amber {
  background-image: radial-gradient(circle, #FFA000, #FFD54F);
  background-repeat: no-repeat; }

.bg-gradient-striped-amber {
  background-image: linear-gradient(45deg, #FFE082 25%, transparent 25%, transparent 50%, #FFE082 50%, #FFE082 75%, transparent 75%, transparent); }

.bg-gradient-x-amber .card-header, .bg-gradient-x-amber .card-footer, .bg-gradient-y-amber .card-header, .bg-gradient-y-amber .card-footer, .bg-gradient-directional-amber .card-header, .bg-gradient-directional-amber .card-footer, .bg-gradient-radial-amber .card-header, .bg-gradient-radial-amber .card-footer, .bg-gradient-striped-amber .card-header, .bg-gradient-striped-amber .card-footer, .bg-gradient-x2-amber .card-header, .bg-gradient-x2-amber .card-footer, .bg-gradient-y2-amber .card-header, .bg-gradient-y2-amber .card-footer {
  background-color: transparent; }

.bg-gradient-x-orange {
  background-image: linear-gradient(to right, #F57C00 0%, #FFB74D 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-orange {
  background-image: linear-gradient(to bottom, #F57C00 0%, #FFB74D 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-orange {
  background-image: linear-gradient(45deg, #F57C00, #FFB74D);
  background-repeat: repeat-x; }

.bg-gradient-x2-orange {
  background-image: linear-gradient(to right, #FFB74D, #FF9800 50%, #FFCC80);
  background-repeat: no-repeat; }

.bg-gradient-y2-orange {
  background-image: linear-gradient(#FFB74D, #FF9800 50%, #FFCC80);
  background-repeat: no-repeat; }

.bg-gradient-radial-orange {
  background-image: radial-gradient(circle, #F57C00, #FFB74D);
  background-repeat: no-repeat; }

.bg-gradient-striped-orange {
  background-image: linear-gradient(45deg, #FFCC80 25%, transparent 25%, transparent 50%, #FFCC80 50%, #FFCC80 75%, transparent 75%, transparent); }

.bg-gradient-x-orange .card-header, .bg-gradient-x-orange .card-footer, .bg-gradient-y-orange .card-header, .bg-gradient-y-orange .card-footer, .bg-gradient-directional-orange .card-header, .bg-gradient-directional-orange .card-footer, .bg-gradient-radial-orange .card-header, .bg-gradient-radial-orange .card-footer, .bg-gradient-striped-orange .card-header, .bg-gradient-striped-orange .card-footer, .bg-gradient-x2-orange .card-header, .bg-gradient-x2-orange .card-footer, .bg-gradient-y2-orange .card-header, .bg-gradient-y2-orange .card-footer {
  background-color: transparent; }

.bg-gradient-x-deep-orange {
  background-image: linear-gradient(to right, #E64A19 0%, #FF8A65 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-deep-orange {
  background-image: linear-gradient(to bottom, #E64A19 0%, #FF8A65 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-deep-orange {
  background-image: linear-gradient(45deg, #E64A19, #FF8A65);
  background-repeat: repeat-x; }

.bg-gradient-x2-deep-orange {
  background-image: linear-gradient(to right, #FF8A65, #FF5722 50%, #FFAB91);
  background-repeat: no-repeat; }

.bg-gradient-y2-deep-orange {
  background-image: linear-gradient(#FF8A65, #FF5722 50%, #FFAB91);
  background-repeat: no-repeat; }

.bg-gradient-radial-deep-orange {
  background-image: radial-gradient(circle, #E64A19, #FF8A65);
  background-repeat: no-repeat; }

.bg-gradient-striped-deep-orange {
  background-image: linear-gradient(45deg, #FFAB91 25%, transparent 25%, transparent 50%, #FFAB91 50%, #FFAB91 75%, transparent 75%, transparent); }

.bg-gradient-x-deep-orange .card-header, .bg-gradient-x-deep-orange .card-footer, .bg-gradient-y-deep-orange .card-header, .bg-gradient-y-deep-orange .card-footer, .bg-gradient-directional-deep-orange .card-header, .bg-gradient-directional-deep-orange .card-footer, .bg-gradient-radial-deep-orange .card-header, .bg-gradient-radial-deep-orange .card-footer, .bg-gradient-striped-deep-orange .card-header, .bg-gradient-striped-deep-orange .card-footer, .bg-gradient-x2-deep-orange .card-header, .bg-gradient-x2-deep-orange .card-footer, .bg-gradient-y2-deep-orange .card-header, .bg-gradient-y2-deep-orange .card-footer {
  background-color: transparent; }

.bg-gradient-x-brown {
  background-image: linear-gradient(to right, #5D4037 0%, #A1887F 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-brown {
  background-image: linear-gradient(to bottom, #5D4037 0%, #A1887F 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-brown {
  background-image: linear-gradient(45deg, #5D4037, #A1887F);
  background-repeat: repeat-x; }

.bg-gradient-x2-brown {
  background-image: linear-gradient(to right, #A1887F, #795548 50%, #BCAAA4);
  background-repeat: no-repeat; }

.bg-gradient-y2-brown {
  background-image: linear-gradient(#A1887F, #795548 50%, #BCAAA4);
  background-repeat: no-repeat; }

.bg-gradient-radial-brown {
  background-image: radial-gradient(circle, #5D4037, #A1887F);
  background-repeat: no-repeat; }

.bg-gradient-striped-brown {
  background-image: linear-gradient(45deg, #BCAAA4 25%, transparent 25%, transparent 50%, #BCAAA4 50%, #BCAAA4 75%, transparent 75%, transparent); }

.bg-gradient-x-brown .card-header, .bg-gradient-x-brown .card-footer, .bg-gradient-y-brown .card-header, .bg-gradient-y-brown .card-footer, .bg-gradient-directional-brown .card-header, .bg-gradient-directional-brown .card-footer, .bg-gradient-radial-brown .card-header, .bg-gradient-radial-brown .card-footer, .bg-gradient-striped-brown .card-header, .bg-gradient-striped-brown .card-footer, .bg-gradient-x2-brown .card-header, .bg-gradient-x2-brown .card-footer, .bg-gradient-y2-brown .card-header, .bg-gradient-y2-brown .card-footer {
  background-color: transparent; }

.bg-gradient-x-blue-grey {
  background-image: linear-gradient(to right, #455A64 0%, #90A4AE 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-blue-grey {
  background-image: linear-gradient(to bottom, #455A64 0%, #90A4AE 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-blue-grey {
  background-image: linear-gradient(45deg, #455A64, #90A4AE);
  background-repeat: repeat-x; }

.bg-gradient-x2-blue-grey {
  background-image: linear-gradient(to right, #90A4AE, #607D8B 50%, #B0BEC5);
  background-repeat: no-repeat; }

.bg-gradient-y2-blue-grey {
  background-image: linear-gradient(#90A4AE, #607D8B 50%, #B0BEC5);
  background-repeat: no-repeat; }

.bg-gradient-radial-blue-grey {
  background-image: radial-gradient(circle, #455A64, #90A4AE);
  background-repeat: no-repeat; }

.bg-gradient-striped-blue-grey {
  background-image: linear-gradient(45deg, #B0BEC5 25%, transparent 25%, transparent 50%, #B0BEC5 50%, #B0BEC5 75%, transparent 75%, transparent); }

.bg-gradient-x-blue-grey .card-header, .bg-gradient-x-blue-grey .card-footer, .bg-gradient-y-blue-grey .card-header, .bg-gradient-y-blue-grey .card-footer, .bg-gradient-directional-blue-grey .card-header, .bg-gradient-directional-blue-grey .card-footer, .bg-gradient-radial-blue-grey .card-header, .bg-gradient-radial-blue-grey .card-footer, .bg-gradient-striped-blue-grey .card-header, .bg-gradient-striped-blue-grey .card-footer, .bg-gradient-x2-blue-grey .card-header, .bg-gradient-x2-blue-grey .card-footer, .bg-gradient-y2-blue-grey .card-header, .bg-gradient-y2-blue-grey .card-footer {
  background-color: transparent; }

.bg-gradient-x-grey {
  background-image: linear-gradient(to right, #616161 0%, #E0E0E0 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-grey {
  background-image: linear-gradient(to bottom, #616161 0%, #E0E0E0 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-grey {
  background-image: linear-gradient(45deg, #616161, #E0E0E0);
  background-repeat: repeat-x; }

.bg-gradient-x2-grey {
  background-image: linear-gradient(to right, #E0E0E0, #9E9E9E 50%, #EEEEEE);
  background-repeat: no-repeat; }

.bg-gradient-y2-grey {
  background-image: linear-gradient(#E0E0E0, #9E9E9E 50%, #EEEEEE);
  background-repeat: no-repeat; }

.bg-gradient-radial-grey {
  background-image: radial-gradient(circle, #616161, #E0E0E0);
  background-repeat: no-repeat; }

.bg-gradient-striped-grey {
  background-image: linear-gradient(45deg, #EEEEEE 25%, transparent 25%, transparent 50%, #EEEEEE 50%, #EEEEEE 75%, transparent 75%, transparent); }

.bg-gradient-x-grey .card-header, .bg-gradient-x-grey .card-footer, .bg-gradient-y-grey .card-header, .bg-gradient-y-grey .card-footer, .bg-gradient-directional-grey .card-header, .bg-gradient-directional-grey .card-footer, .bg-gradient-radial-grey .card-header, .bg-gradient-radial-grey .card-footer, .bg-gradient-striped-grey .card-header, .bg-gradient-striped-grey .card-footer, .bg-gradient-x2-grey .card-header, .bg-gradient-x2-grey .card-footer, .bg-gradient-y2-grey .card-header, .bg-gradient-y2-grey .card-footer {
  background-color: transparent; }

.bg-gradient-x-grey-blue {
  background-image: linear-gradient(to right, #2C303B 0%, #6F85AD 100%);
  background-repeat: repeat-x; }

.bg-gradient-y-grey-blue {
  background-image: linear-gradient(to bottom, #2C303B 0%, #6F85AD 100%);
  background-repeat: repeat-x; }

.bg-gradient-directional-grey-blue {
  background-image: linear-gradient(45deg, #2C303B, #6F85AD);
  background-repeat: repeat-x; }

.bg-gradient-x2-grey-blue {
  background-image: linear-gradient(to right, #6F85AD, #1B2942 50%, #B0BEC5);
  background-repeat: no-repeat; }

.bg-gradient-y2-grey-blue {
  background-image: linear-gradient(#6F85AD, #1B2942 50%, #B0BEC5);
  background-repeat: no-repeat; }

.bg-gradient-radial-grey-blue {
  background-image: radial-gradient(circle, #2C303B, #6F85AD);
  background-repeat: no-repeat; }

.bg-gradient-striped-grey-blue {
  background-image: linear-gradient(45deg, #B0BEC5 25%, transparent 25%, transparent 50%, #B0BEC5 50%, #B0BEC5 75%, transparent 75%, transparent); }

.bg-gradient-x-grey-blue .card-header, .bg-gradient-x-grey-blue .card-footer, .bg-gradient-y-grey-blue .card-header, .bg-gradient-y-grey-blue .card-footer, .bg-gradient-directional-grey-blue .card-header, .bg-gradient-directional-grey-blue .card-footer, .bg-gradient-radial-grey-blue .card-header, .bg-gradient-radial-grey-blue .card-footer, .bg-gradient-striped-grey-blue .card-header, .bg-gradient-striped-grey-blue .card-footer, .bg-gradient-x2-grey-blue .card-header, .bg-gradient-x2-grey-blue .card-footer, .bg-gradient-y2-grey-blue .card-header, .bg-gradient-y2-grey-blue .card-footer {
  background-color: transparent; }


/* ------- app-assets/vendors/css/pickers/pickadate/pickadate.css ------ */
/****************************************************/
/*				Pick-a-date - Picker base			*/
/****************************************************/
.picker {
	width: 100%;
	text-align: left;
	position: absolute;
	top: 100%;
	margin-top: -1px;
	z-index: 990;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.picker__input {
	cursor: default;
}
.picker__holder {
	width: 100%;
	overflow-y: auto;
	position: absolute;
	display: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	border-bottom-width: 0;
	max-width: 280px;
	max-height: 0;
	-webkit-overflow-scrolling: touch;
}
.picker--opened .picker__holder {
	max-height: 480px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	display: block;
}
/****************************************************/
/*				Pick-a-date - Date picker			*/
/****************************************************/
.picker__box {
	padding: 5px;
}
.picker__header {
	text-align: center;
	position: relative;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.picker__month,
.picker__year {
	font-weight: 500;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.picker__year {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}
.picker__select--month,
.picker__select--year {
	border-color: #ddd;
	height: 32px;
	font-size: 13px;
	line-height: 1.6666667;
	margin-left: 5px;
	margin-right: 5px;
	outline: 0;
}
.picker__select--month {
	width: 35%;
}
.picker__select--year {
	width: 22.5%;
}
.picker__nav--prev,
.picker__nav--next {
	position: absolute;
	padding: 8px;
	top: 50%;
	margin-top: -16px;
	border-radius: 2px;
	line-height: 1;
}
.picker__nav--prev:before,
.picker__nav--next:before {
	font-family: 'FontAwesome';
	display: block;
	font-size: 14px;
	width: 14px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
	cursor: pointer;
	background-color: #f5f5f5;
}
.picker__nav--prev {
	left: 0;
}
.picker__nav--prev:before {
	content: '\f060';
}
.picker__nav--next {
	right: 0;
}
.picker__nav--next:before {
	content: '\f061';
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
	cursor: default;
	background: none;
	border-right-color: #f5f5f5;
	border-left-color: #f5f5f5;
}
.picker__table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	font-size: inherit;
	width: 100%;
	margin-bottom: 10px;
}
.picker__table td {
	margin: 0;
	padding: 0;
}
.picker__weekday {
	width: 14.285714286%;
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
	color: #999999;
	font-weight: 400;
}
.picker__day {
	padding: 7px;
}
.picker__day--today {
	position: relative;
	background-color: #f5f5f5;
}
.picker__day--today:before {
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	width: 0;
	height: 0;
	border-top: 6px solid #4EC6E8;
	border-left: 6px solid transparent;
}
.picker__day--outfocus {
	color: #ccc;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
	cursor: pointer;
	color: #333333;
	background-color: #f5f5f5;
}
.picker__day--highlighted:before {
	border-top-color: #fff;
}
.picker__day--highlighted,
.picker__day--selected {
	border-radius: 3px;
}
.picker__day--highlighted,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
	cursor: pointer;
	color: #fff;
	background-color: #4EC6E8;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
	background-color: #4EC6E8;
	color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
	background: #fafafa;
	color: #999999;
	cursor: default;
}
.picker__day--disabled:before {
	border-top-color: #999;
}
.picker__day--highlighted .picker__day--disabled,
.picker__day--highlighted .picker__day--disabled:hover {
	background-color: #bbbbbb;
}
.picker__footer {
	text-align: center;
}
.picker__footer button {
	border: 0;
	background: #fff;
	padding: 7px 12px;
	border-radius: 3px;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
}
.picker__footer button:hover,
.picker__footer button:focus {
	outline: 0;
	background-color: #f5f5f5;
}
.picker__footer button:before {
	height: 0;
}
.picker__button--today:before {
	content: '';
	margin-right: 5px;
	position: relative;
	display: inline-block;
	top: -1px;
	width: 0;
	border-top: 6px solid #2196F3;
	border-left: 6px solid transparent;
}
.picker__button--close:before {
	content: '\f00d';
	display: inline-block;
	position: relative;
	margin-right: 5px;
	top: 1px;
	font-family: FontAwesome;
	font-size: 14px;
	color: red;
}
.picker__button--clear:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	width: 8px;
	margin-right: 5px;
	border-top: 2px solid #F44336;
}
/****************************************************/
/*				Pick-a-date - Time picker			*/
/****************************************************/
.picker--time {
	min-width: 256px;
	max-width: 320px;
}
.picker--time .picker__box {
	padding: 0;
}
.picker__list {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	background-color: #fff;
	max-height: 250px;
	overflow-y: auto;
}
.picker__list-item {
	position: relative;
	padding: 7px 12px;
}
.picker__list-item:hover,
.picker__list-item:focus {
	cursor: pointer;
	background-color: #f5f5f5;
	z-index: 10;
}
.picker--time .picker__button--clear {
	display: block;
	width: 100%;
	margin: 0;
	padding: 7px 12px;
	background-color: #fcfcfc;
	margin-top: 1px;
	outline: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	text-align: center;
	margin-bottom: -5px;
	margin-top: 5px;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
	background-color: #f5f5f5;
}
.picker__list-item--highlighted {
	z-index: 10;
}
.picker__list-item--highlighted,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
	cursor: pointer;
	color: #fff;
	background-color: #4EC6E8;
}
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
	background-color: #4EC6E8;
	color: #fff;
	z-index: 10;
}
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
	background-color: #fafafa;
	color: #999999;
	cursor: default;
	z-index: auto;
}

/* ------- app-assets/css/plugins/extensions/toastr.css ------ */
#toast-container > div {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90); }

#toast-container > div:hover {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75); }

.toast {
  background-color: #967ADC; }

.toast-success {
  background-color: #37BC9B; }

.toast-error {
  background-color: #DA4453; }

.toast-info {
  background-color: #3BAFDA; }

.toast-warning {
  background-color: #F6BB42; }


/* ------- common.css ------ */
/* --- farben --- 

blutorange: FF5349
blutorange dunkel : cc2016

neu orange fd5f55
neu orange dunkel: da2d55
------------------- */



html body a, html body a:active, html body a:visited {
    color: #fd5f55;
}

html body a:hover {
    color: #da2d55;
}

p { margin: 0; }

.text-red{
color: #cc2016;
}

.bg-lightred {
background-color: rgba(218,68,82,0.2);
}

ul.actionbuttons{
	margin: 0;
	padding: 0;
}

ul.actionbuttons li{
	margin: 5px 0;
	width: 100%;
	max-width: 300px;
	color: #fff !important;
	list-style-type: none;
	display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.21rem;
    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;
    cursor: pointer;
}

ul.actionbuttons input[type="submit"]{
	cursor: pointer;
}


.btn-primary, ul.actionbuttons li, ul.actionbuttons li input{
	border-color: #fd5f55 !important;
	background-color: #fd5f55 !important;
	color: #FFFFFF; 
}

.btn-primary:focus, .btn-primary:active, .btn-primary:visited, 
ul.actionbuttons li:focus, ul.actionbuttons li:active, ul.actionbuttons li:visited  {
	border-color: #fd5f55 !important;
	background-color: #fd5f55 !important;
	color: #FFF !important; 
}
	
.btn-primary:hover, ul.actionbuttons li:hover {
	border-color: #da2d55 !important;
	background-color: #da2d55 !important;
	color: #FFF !important; 
}

ul.actionbuttons li a{
	color: #fff;
}


ul.actionbuttons li > a:focus, ul.actionbuttons li > a:active, ul.actionbuttons li > a:visited, 
ul.actionbuttons li > a, ul.actionbuttons li > a:hover,
ul.actionbuttons li input, ul.actionbuttons li input:active, ul.actionbuttons li input:visited, 
ul.actionbuttons li input, ul.actionbuttons li input:hover {
	border: none;
	background-color:inherit !important;
	color: #FFF !important; 
	font-size: 14px;
}

.smallbutton{
	padding: 0 0.3rem;
    margin: 0 3px;
}


.btn-primary.btn-glow {
	box-shadow: 0px 1px 20px 1px rgba(150, 122, 220, 0.6); 
}

.input.text label, .input.textarea label, .input.multiselect label{
margin-top: 10px;
display: block;
}

.checkbox.input label{
width: 30px;
}

.dimmed{
color: #aeaeae;
}

.fullwidth{
width: 100%;
max-width: 100%;
}
.fullwidthbtn{
width: 100%;
max-width: 200px;
}
.top5{ margin-top: 5px;}
.top10{ margin-top: 10px;}
.top15{ margin-top: 15px;}
.top20{ margin-top: 20px;}

 .nopadding{
 padding: 0;
 }

.bigicon{
	font-size: 24px;
}

.badge{
	vertical-align: top;
}
.badge-pill{
margin-top: -5px;
}

.switchabteilung{
margin-top: 9px;
cursor: pointer;
}

.noborder{
padding: 0;
margin:0;
}

.adminnotiz{
background:#fd5f55;
color:#fff;
margin-top: 20px; 
padding: 10px;
}

.modal-dialog{
    max-width: 1240px;
}

#zoomPict .modal-dialog{
max-width: 80% !important;
width: 960px;
}

.sentbox{
color: #fff;
background: #f33;
padding: 5px 10px;
width: 90px;
text-align: center;
}


div.folder{ 
display: inline-block; 
margin-right: 10px; 
border: 1px solid #fd5f55;
padding: 0 3px;
margin-bottom: 5px; 
}

div.floatbox30{
float: left;
width: 28%;
margin-right: 2%;
}

div.floatbox40{
float: left;
width: 38%;
margin-right: 2%;
}

div.floatbox50{
float: left;
width: 48%;
margin-right: 2%;
}

div.floatbox60{
float: left;
width: 58%;
margin-right: 2%;
}

div.floatbox70{
float: left;
width: 68%;
margin-right: 2%;
}


/* --------------------------------
		Form definitions
	------------------------------*/
 
 
 .asc::after {
    font-size: 0.8rem;
    font-family: 'FontAwesome';
    content: "\f107" !important;
    border: none !important;
    position: relative;
    top: 0px;
    right: 0px;
    padding: 0 2px 0 6px;
    margin: 0 0.3em 0 0;
    vertical-align: 0;
}

 
 .desc::after {
    font-size: 0.8rem;
    font-family: 'FontAwesome';
    content: "\f106" !important;
    border: none !important;
    position: relative;
    top: 0px;
    right: 0px;
    padding: 0 2px 0 6px;
    margin: 0 0.3em 0 0;
    vertical-align: 0;
}

 .checkpoint_formular input{
 width: 60px;
 }
 
 .checkpoint_formular .input.text{
 margin-right: 20px;
 }
 
 button, html  [type="submit"] {
    width: 90%;
}


 
 iframe, input, select, textarea {
 max-width: 100%;
 }
 
 
input {
    font-size: 14px;
    line-height: 1.42857143;
    width: 200px;
    padding: 2px;
    font-weight: normal;
    margin: 0 10px;
}

textarea {
    font-size: 14px;
    line-height: 1.42857143;
    width: 300px;
    height: 200px;
    padding: 2px;
    resize: both;
    margin: 0 10px;
}

input[type=checkbox]{
width: 30px;
height: 20px;
}


ul.paging{

}

ul.paging li{
	display: inline;
    list-style: none;
    margin: 0 3px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #aaa;

}



/* --------------------------------
		Form definitions
	------------------------------*/



.kmblock input, .oeffiblock input{
margin-top: 10px;
}

.kmblock textarea{
height: 30px;
width: 150px;
margin:10px;
}

.veryshortint, .checkpoint_formular input.veryshortint{
	width: 30px;
}
.shortint, .checkpoint_formular input.shortint{
	width: 50px;
}
.shortfloat, .checkpoint_formular input.shortfloat{
width: 60px;
}

.mediumint, .checkpoint_formular input.mediumint{
	width: 80px;
}
.mediumfloat, .checkpoint_formular input.mediumfloat{
	width: 80px;
}

.shorttext, .checkpoint_formular input.shorttext{
width: 100px;
}
.medshorttext, .checkpoint_formular input.medshorttext{
width: 150px;
}

.smallinteger, .smallint, .checkpoint_formular input.smallint{
width: 110px;
}

.mediumtext, .checkpoint_formular input.mediumtext{
width: 268px;
}
.checkpoint_formular input.newfile{
width: auto;
}

tr.GesamtSumme input, tr.GesamtSummeNoLine input {
font-weight: bold;
}

tr.GesamtSumme {
border-top: 2px solid #999;
}

td.label{
padding-top: 10px;
padding-right: 10px;
}

.awkeywords{
	width: 200px;
	height: 150px;
}
.awattachments{
	width: 200px;
	height: 150px;
	display: block;
}
select {
    font-size: 14px;
    margin: 0 0 0 10px;
    height: 30px;
    min-width: 150px;
    max-width: 200px;
}

select.portlet {
	width: 250px;
	height: 200px;
}

.smallbox input, .smallbox textarea {
    width: 300px;
}

.smallbox input[type="checkbox"] {
    width: 20px;
}

.dimmed, .dimmed a{
color: #acacaa;
}

.zoom50{
	position: relative;
	 -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.zoom75{
	position: relative;
	 -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.zoom100{
	position: relative;
	 -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.zoomactive{
background-color:#f96;
}


.smallbox{
	position: relative;
	float: left;
	background-color: #efefef;
	padding: 10px;
	color: #000;
	width: 320px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid #919FBC 0px;
	margin-right: 10px;
}


.errorBox {
    border: solid #941d1d 0px;
	background-color: #EF9C96;
	padding: 10px;
}

.uploadBox {
    border: solid #919FBC 0px;
	background-color: #efefef;
	padding: 10px;
}

#togglebox{
	position:relative; 
	top:0px; 
	left:0px; 
	width:900px;
}

.mediabox{
	position: relative;
    border: solid #919FBC 0px;
	background-color: #efefef;
	width: 290px;
	height: 290px;
	float: left;
	margin: 5px 5px 0 0;
}


td{
max-width: 300px;
}

.settings table, .settings tr {
max-width: 100%;
}

.settings td{
overflow: hidden;
padding-right: 10px;
border-bottom: 1px solid #aaa;
}

.card-veranstaltung, .card-doku, .card-honorar{
cursor: pointer;
}

.card-veranstaltung:hover, .card-doku:hover, .card-honorar:hover{
background: #efefef;
}

.veranstaltung-more, .doku-more, .honorar-more{
position: absolute;
bottom:50px; 
right:30px;
font-size: 26px;
}

.veranstaltung-back, .doku-back, .honorar-back{
font-size: 18px;
}

.bginfo{
background: rgba(255,229,153,0.1);
}

.bgtermin{
background: rgba(159,197,232, 0.1);
}

.card-header.bgtermin .heading-elements, .card-header.bginfo .heading-elements{

background: none;
}


.abstand{
background: none !important;
}

.table td , .table th{
    padding: 0.55rem 1rem;
}

.heading-elements-toggle{
padding: 0 10px 0 20px;
}

.nav-link.open-navbar-container{
padding: 0.65rem 0 0 20px! important;
}

 .cardtoggle{
 cursor: pointer;
 }
 
 .cardtoggle:hover{
 Background: rgba(100,100,100,0.05);
 }
 
 .Spesen, .Mitfahrer, .Reisekosten{
 min-width: 100px;
white-space: nowrap;
 }
 
 .btn, .actionbuttons{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
 

h4.card-ort{ 
font-weight: 500;
letter-spacing: 0.05rem;
font-size: 1.12rem;
margin-bottom: 1rem;
}

.abtbanner{
font-size: 12px;
position: absolute;
padding: 2px 5px;
top: -5px;
left: -5px;
}

.bannercolorSUP, .bannercolorSVB, .bannercolorSHI{
background-color: rgba(255,185,15,0.6);
}
.bannercolorSEP, .bannercolorSeP{
background-color: rgba(171,130,255,0.6);
}

.nowrap{
white-space: nowrap;
}

label {
    display: inline-block;
    margin-top: .5rem;
    margin-bottom: 0;
}

/* --------------------------------
	Fotoalben editor
	------------------------------*/

#sortable_divs{
position: relative;
width: 100%;
}
.blattbox{
	position: relative;
	float: left;
	width: 320px;
	min-height: 220px;
	background-color: #eee;
	padding: 10px;
	margin: 10px;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid #919FBC 0px;
	word-break: break-all;
	font-size: 13px;
}
.blattbox img{
margin: 0 10px 10px 0;
}

/* --------------------------------
	sweet alerts
	------------------------------*/
	
.swal-button, .swal-button:focus {
  padding: 7px 19px;
  border-radius: 0px;
  background-color: #fd5f55;
  font-size: 14px;
  border: 0;
  text-shadow: none;
  text-align: center;
}
.swal-button:hover {
	background-color: #da2d55 !important;
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
    background-color: #fd5f55;
}



/* --------------------------------
	alben
	------------------------------*/


.albeninfos, .albenactions{
position: relative;
float: left;
width: 50%;
padding: 10px;
background: #eee;
}


/* --------------------------------
	Blocks editor
	-----------------------------*/
	
.text-red{
color: #fd5f55 !important
}
.text-green{
color: green !important
}

.icon-eye{
padding-top: 4px;
}

.bgsanierung{
background-color: #e6c828 !important;
}

.bgneubau{
background-color: #ff5a64 !important;
color: #fff !important;
}
.bgneubau a, .bgneubau .boxmenu{
color: #fff !important;
}
.bgneubau a:hover, .bgneubau i:hover{
color: #dcc !important;
}
.bgneubau .blocktitle, .bgneubau .boxid{
color: #dcc !important;
}

.bgwhite, .bgweiss{
	background-color: #fff;
}

.bglegacylightgrey{
background-color:#fafafa !important;
}

.bgweiss{
	background-color: #fff !important;
}
.bggrau{
	background-color: #D6D1CA !important;
}

.wfbackground, .bgtransparent, .bgblocksoverview,  #tabs-3{
background-color:#E9E6E3 !important;
border-color: #999 !important;
}

.wfcard{
	color: #292929;
	background: #fff;
	border: 15px solid #E9E6E3;
}



/* ------- responsive.css ------ */
/* --- farben --- 

blutorange: FF5349
blutorange dunkel : cc2016

neu orange fd5f55
neu orange dunkel: da2d55
------------------- */



/* verysmall (tablets, 767px max) */
@media (max-width: 767px) { 

.cpthemen input{
	width: 40px !important;
}


div.floatbox40, div.floatbox50, div.floatbox60{
float: left;
width: 100%;
margin-right: 0%;
}


 } /* end verysmall tablets */





/* small (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { 

 } /* end small desktops */

/* medium (desktops, 992px and up) */
@media (min-width: @screen-md-min) { 

} /* end medium desktops */

/* large (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { 

} /* end large desktops */