@charset "UTF-8";
/*$btn-default-color:              #333 !default;
$btn-default-bg:                 #fff !default;
$btn-default-border:             #ccc !default;*/
/*$input-border-focus:             #66afe9 !default;*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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;
  }
}
/*@import "bootstrap/glyphicons";*/
* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "iransans";
  font-size: 14px;
  line-height: 1.428571429;
  color: #31364E;
  background-color: #fff;
}

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

a {
  color: #31364E;
  text-decoration: none;
}
a:hover, a:focus {
  color: #13151f;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

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

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

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

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

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

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

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #96EA8E;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #6ee263;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #96EA8E;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #6ee263;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-right: 0;
  list-style: none;
  margin-right: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-right: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    width: 160px;
    clear: right;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-right: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #eeeeee;
  border-right: 0;
  text-align: left;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 10px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-right: 0%;
}

.col-xs-offset-1 {
  margin-right: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-right: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-right: 25%;
}

.col-xs-offset-4 {
  margin-right: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-right: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-right: 50%;
}

.col-xs-offset-7 {
  margin-right: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-right: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-right: 75%;
}

.col-xs-offset-10 {
  margin-right: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-right: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-right: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: right;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-right: 0%;
  }
  .col-sm-offset-1 {
    margin-right: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-right: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
  }
  .col-sm-offset-4 {
    margin-right: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-right: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
  }
  .col-sm-offset-7 {
    margin-right: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-right: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
  }
  .col-sm-offset-10 {
    margin-right: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-right: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: right;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-right: 0%;
  }
  .col-md-offset-1 {
    margin-right: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-right: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-right: 25%;
  }
  .col-md-offset-4 {
    margin-right: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-right: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-right: 50%;
  }
  .col-md-offset-7 {
    margin-right: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-right: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-right: 75%;
  }
  .col-md-offset-10 {
    margin-right: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-right: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: right;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-right: 0%;
  }
  .col-lg-offset-1 {
    margin-right: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-right: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
  }
  .col-lg-offset-4 {
    margin-right: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-right: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
  }
  .col-lg-offset-7 {
    margin-right: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-right: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
  }
  .col-lg-offset-10 {
    margin-right: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-right: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: right;
}

th {
  text-align: right;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

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

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #96EA8E;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(150, 234, 142, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-right: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-right: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 15px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 15px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-left: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626c9c;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-right: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-right: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #96EA8E;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default {
  color: #96EA8E;
  background-color: #ffebee;
  border-color: #ffd2d8;
}
.btn-default:focus, .btn-default.focus {
  color: #96EA8E;
  background-color: #ffb8c3;
  border-color: #ff526c;
}
.btn-default:hover {
  color: #96EA8E;
  background-color: #ffb8c3;
  border-color: #ff94a4;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #96EA8E;
  background-color: #ffb8c3;
  border-color: #ff94a4;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #96EA8E;
  background-color: #ff94a4;
  border-color: #ff526c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #ffebee;
  border-color: #ffd2d8;
}
.btn-default .badge {
  color: #ffebee;
  background-color: #96EA8E;
}

.btn-primary {
  color: #fff;
  background-color: #96EA8E;
  border-color: #82e678;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #6ee263;
  border-color: #30bc23;
}
.btn-primary:hover {
  color: #fff;
  background-color: #6ee263;
  border-color: #52dc45;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6ee263;
  border-color: #52dc45;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #52dc45;
  border-color: #30bc23;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #96EA8E;
  border-color: #82e678;
}
.btn-primary .badge {
  color: #96EA8E;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #F51720;
  border-color: #e80a13;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #d00911;
  border-color: #6e0509;
}
.btn-success:hover {
  color: #fff;
  background-color: #d00911;
  border-color: #ae070e;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #d00911;
  border-color: #ae070e;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #ae070e;
  border-color: #6e0509;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #F51720;
  border-color: #e80a13;
}
.btn-success .badge {
  color: #F51720;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #31364E;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #13151f;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 15px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

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.in {
  opacity: 1;
}

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

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

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: right;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #96EA8E;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-left .dropdown-menu {
    left: 0;
    right: auto;
  }
  .navbar-left .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: right;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-right: -1px;
}

.btn-toolbar {
  margin-right: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

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

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

.btn-group > .btn-group {
  float: right;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-right: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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-right: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  right: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: right;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 15px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-addon:first-child {
  border-left: 0;
}

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

.input-group-addon:last-child {
  border-right: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-right: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-left: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-right: -1px;
}

.nav {
  margin-bottom: 0;
  padding-right: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #ffebee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #ffebee;
  border-color: #31364E;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: right;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-left: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: right;
}
.nav-pills > li > a {
  border-radius: 10px;
}
.nav-pills > li + li {
  margin-right: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #96EA8E;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-right: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-left: 0;
  border-radius: 10px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 10px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: right;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: left;
  margin-left: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .navbar-nav > li {
    float: right;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-right: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-right: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
  }
  .navbar-left {
    float: left !important;
    margin-left: -15px;
  }
  .navbar-left ~ .navbar-left {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #555555;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #3c3c3c;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #555555;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #3c3c3c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #F51720;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #F51720;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #555555;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3c3c3c;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #F51720;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #555555;
}
.navbar-default .navbar-link:hover {
  color: #3c3c3c;
}
.navbar-default .btn-link {
  color: #555555;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #3c3c3c;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-right: 0;
  margin: 20px 0;
  border-radius: 10px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: right;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #31364E;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-right: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #13151f;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #96EA8E;
  border-color: #96EA8E;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.pager {
  padding-right: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: left;
}
.pager .previous > a,
.pager .previous > span {
  float: right;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #96EA8E;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #6ee263;
}

.label-success {
  background-color: #F51720;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #d00911;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #31364E;
  background-color: #fff;
}
.list-group-item > .badge {
  float: left;
}
.list-group-item > .badge + .badge {
  margin-left: 5px;
}
.nav-pills > li > a > .badge {
  margin-right: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #31364E;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #31364E;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-left: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  left: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: right;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #96EA8E;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.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: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #F51720;
}
.progress-striped .progress-bar-success {
  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);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-right: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #96EA8E;
  border-color: #96EA8E;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: white;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 9px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 9px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-right-radius: 9px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-left-radius: 9px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 10px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #96EA8E;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #96EA8E;
  border-color: #96EA8E;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #96EA8E;
}
.panel-primary > .panel-heading .badge {
  color: #96EA8E;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #96EA8E;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 15px;
}

.well-sm {
  padding: 9px;
  border-radius: 5px;
}

.close {
  float: left;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  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;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-right: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-right: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "iransans";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "iransans";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 14px 14px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  right: 50%;
  margin-right: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  bottom: -10px;
  border-right-width: 0;
  border-left-color: #fff;
}
.popover.bottom > .arrow {
  right: 50%;
  margin-right: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-right: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  border-left-width: 0;
  border-right-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*@import "variables";
@import "mixins";*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active, .btn-default.active,
.btn-primary:active,
.btn-primary.active,
.btn-success:active,
.btn-success.active,
.btn-info:active,
.btn-info.active,
.btn-warning:active,
.btn-warning.active,
.btn-danger:active,
.btn-danger.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn:active, .btn.active {
  background-image: none;
}

.btn-default {
  background-image: linear-gradient(to bottom, #ffebee 0%, #ffaeba 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFEBEE", endColorstr="#FFFFAEBA", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #ffa4b1;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus {
  background-color: #ffaeba;
  background-position: 0 -15px;
}
.btn-default:active, .btn-default.active {
  background-color: #ffaeba;
  border-color: #ffa4b1;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #ffaeba;
  background-image: none;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #96EA8E 0%, #66e05a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF96EA8E", endColorstr="#FF66E05A", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #5edf52;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #66e05a;
  background-position: 0 -15px;
}
.btn-primary:active, .btn-primary.active {
  background-color: #66e05a;
  border-color: #5edf52;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #66e05a;
  background-image: none;
}

.btn-success {
  background-image: linear-gradient(to bottom, #F51720 0%, #c60910 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF51720", endColorstr="#FFC60910", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #bc080f;
}
.btn-success:hover, .btn-success:focus {
  background-color: #c60910;
  background-position: 0 -15px;
}
.btn-success:active, .btn-success.active {
  background-color: #c60910;
  border-color: #bc080f;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #c60910;
  background-image: none;
}

.btn-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5BC0DE", endColorstr="#FF2AABD2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0AD4E", endColorstr="#FFEB9316", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active, .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD9534F", endColorstr="#FFC12E2A", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}

.thumbnail,
.img-thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF5F5F5", endColorstr="#FFE8E8E8", GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: linear-gradient(to bottom, #96EA8E 0%, #82e678 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF96EA8E", endColorstr="#FF82E678", GradientType=0);
  background-color: #82e678;
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3C3C3C", endColorstr="#FF222222", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  /*border-radius: $navbar-border-radius;*/
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: linear-gradient(to bottom, #090909 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF090909", endColorstr="#FF0F0F0F", GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: linear-gradient(to bottom, #96EA8E 0%, #82e678 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF96EA8E", endColorstr="#FF82E678", GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDFF0D8", endColorstr="#FFC8E5BC", GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD9EDF7", endColorstr="#FFB9DEF0", GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFCF8E3", endColorstr="#FFF8EFC0", GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF2DEDE", endColorstr="#FFE7C3C3", GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEBEBEB", endColorstr="#FFF5F5F5", GradientType=0);
}

.progress-bar {
  background-image: linear-gradient(to bottom, #96EA8E 0%, #6ee263 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF96EA8E", endColorstr="#FF6EE263", GradientType=0);
}

.progress-bar-success {
  background-image: linear-gradient(to bottom, #F51720 0%, #d00911 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF51720", endColorstr="#FFD00911", GradientType=0);
}

.progress-bar-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5BC0DE", endColorstr="#FF31B0D5", GradientType=0);
}

.progress-bar-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0AD4E", endColorstr="#FFEC971F", GradientType=0);
}

.progress-bar-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD9534F", endColorstr="#FFC9302C", GradientType=0);
}

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

.list-group {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #6ee263;
  background-image: linear-gradient(to bottom, #96EA8E 0%, #78e46e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF96EA8E", endColorstr="#FF78E46E", GradientType=0);
  border-color: #78e46e;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

.panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF5F5F5", endColorstr="#FFE8E8E8", GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: linear-gradient(to bottom, #96EA8E 0%, #82e678 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF96EA8E", endColorstr="#FF82E678", GradientType=0);
}

.panel-success > .panel-heading {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDFF0D8", endColorstr="#FFD0E9C6", GradientType=0);
}

.panel-info > .panel-heading {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD9EDF7", endColorstr="#FFC4E3F3", GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFCF8E3", endColorstr="#FFFAF2CC", GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF2DEDE", endColorstr="#FFEBCCCC", GradientType=0);
}

.well {
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE8E8E8", endColorstr="#FFF5F5F5", GradientType=0);
  border-color: gainsboro;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*Colors*/
/**
 * Retrieves a color value from the $material-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */
.dropdown-submenu > a:after {
  content: "";
}

@media (min-width: 768px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    border-top-right-radius: 0;
  }
  .dropup .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -6px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
  }
  .dropdown-menu-right .dropdown-submenu .dropdown-menu,
  .navbar-right .dropdown-submenu .dropdown-menu {
    right: auto;
    left: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 0;
  }
  .dropup .dropdown-menu-right .dropdown-submenu .dropdown-menu,
  .dropup .navbar-right .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .dropdown-menu-right .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .navbar-right .dropdown-submenu .dropdown-menu {
    border-radius: 4px 4px 0;
  }
  .dropdown-submenu > a:after {
    float: left;
    margin-top: 6px;
    margin-left: -10px;
    border-right: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .dropdown-menu-right .dropdown-submenu > a:after,
  .navbar-right .dropdown-submenu > a:after {
    float: left;
    border-right: none;
    margin-right: -10px;
    margin-left: 0;
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
}
@media (max-width: 767px) {
  .dropdown-submenu .dropdown-menu {
    position: static;
    margin-top: 0;
    border: 0;
    box-shadow: none;
  }
  .dropdown-submenu > a:after {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    border-top: 4px dashed;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-right: 30px;
  }
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-right: 40px;
  }
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-right: 50px;
  }
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-right: 60px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-right: 35px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-right: 45px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-right: 55px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-right: 65px;
  }
}
/*.dropdown-submenu>a:after {
    content: ""
}
@media (min-width: 768px) {
    .dropdown-submenu {
        position: relative
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        border-top-left-radius: 0
    }
    .dropup .dropdown-submenu .dropdown-menu,
    .navbar-fixed-bottom .dropdown-submenu .dropdown-menu {
        top: auto;
        bottom: 0;
        margin-top: 0;
        margin-bottom: -6px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0
    }
    .dropdown-menu-right .dropdown-submenu .dropdown-menu,
    .navbar-right .dropdown-submenu .dropdown-menu {
        left: auto;
        right: 100%;
        border-top-left-radius: 4px;
        border-top-right-radius: 0
    }
    .dropup .dropdown-menu-right .dropdown-submenu .dropdown-menu,
    .dropup .navbar-right .dropdown-submenu .dropdown-menu,
    .navbar-fixed-bottom .dropdown-menu-right .dropdown-submenu .dropdown-menu,
    .navbar-fixed-bottom .navbar-right .dropdown-submenu .dropdown-menu {
        border-radius: 4px 4px 0
    }
    .dropdown-submenu>a:after {
        float: right;
        margin-top: 6px;
        margin-right: -10px;
        border-left: 4px dashed;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent
    }
    .dropdown-menu-right .dropdown-submenu>a:after,
    .navbar-right .dropdown-submenu>a:after {
        float: left;
        border-left: none;
        margin-left: -10px;
        margin-right: 0;
        border-right: 4px dashed;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent
    }
}
@media (max-width: 767px) {
    .dropdown-submenu .dropdown-menu {
        position: static;
        margin-top: 0;
        border: 0;
        box-shadow: none
    }
    .dropdown-submenu>a:after {
        margin-left: 6px;
        display: inline-block;
        vertical-align: middle;
        border-top: 4px dashed;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent
    }
    .btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li.dropdown-header,
    .btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a,
    .dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li.dropdown-header,
    .dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a,
    .dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li.dropdown-header,
    .dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a {
        padding-left: 30px
    }
    .btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>a,
    .dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>a,
    .dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>a {
        padding-left: 40px
    }
    .btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a,
    .dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a,
    .dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a {
        padding-left: 50px
    }
    .btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a,
    .dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a,
    .dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a {
        padding-left: 60px
    }
    .navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li.dropdown-header,
    .navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a {
        padding-left: 35px
    }
    .navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>a {
        padding-left: 45px
    }
    .navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a {
        padding-left: 55px
    }
    .navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
    .navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a {
        padding-left: 65px
    }
}*/
/*font-size: (0.125 * $sizeValue) + rem;*/
/*line-height: (0.125 * $heightValue) + rem;*/
@media screen and (max-width: 640px) {
  .navbar-toolbar .btn, .navbar-toolbar .btn-group {
    display: block;
    width: 100%;
  }
  .navbar-toolbar .btn-group:before, .navbar-toolbar .btn-group:after {
    content: "";
    display: table;
  }
  .navbar-toolbar .btn-group:after {
    clear: both;
  }
  .navbar-toolbar .btn-group .dropdown-menu {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .navbar-toolbar .navbar-left {
    margin-left: auto !important;
  }
}

.navbar-primary {
  background-color: #96EA8E;
  border-color: #82e678;
  background-image: linear-gradient(to bottom, #bef2b9 0%, #96EA8E 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFBEF2B9", endColorstr="#FF96EA8E", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-primary .navbar-nav > .open > a,
.navbar-primary .navbar-nav > .active > a {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#00000000", GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-primary .navbar-brand {
  color: #555555;
}
.navbar-primary .navbar-brand:hover, .navbar-primary .navbar-brand:focus {
  color: #3c3c3c;
  background-color: transparent;
}
.navbar-primary .navbar-text {
  color: #777;
}
.navbar-primary .navbar-nav > li > a {
  color: #555555;
}
.navbar-primary .navbar-nav > li > a:hover, .navbar-primary .navbar-nav > li > a:focus {
  color: #3c3c3c;
  background-color: transparent;
}
.navbar-primary .navbar-nav > .active > a, .navbar-primary .navbar-nav > .active > a:hover, .navbar-primary .navbar-nav > .active > a:focus {
  color: #F51720;
  background-color: transparent;
}
.navbar-primary .navbar-nav > .disabled > a, .navbar-primary .navbar-nav > .disabled > a:hover, .navbar-primary .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-primary .navbar-toggle {
  border-color: #ddd;
}
.navbar-primary .navbar-toggle:hover, .navbar-primary .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-primary .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-primary .navbar-collapse,
.navbar-primary .navbar-form {
  border-color: #eeeeee;
}
.navbar-primary .navbar-nav > .open > a, .navbar-primary .navbar-nav > .open > a:hover, .navbar-primary .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #F51720;
}
@media (max-width: 767px) {
  .navbar-primary .navbar-nav .open .dropdown-menu > li > a {
    color: #555555;
  }
  .navbar-primary .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-primary .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3c3c3c;
    background-color: transparent;
  }
  .navbar-primary .navbar-nav .open .dropdown-menu > .active > a, .navbar-primary .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-primary .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #F51720;
    background-color: transparent;
  }
  .navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-primary .navbar-link {
  color: #555555;
}
.navbar-primary .navbar-link:hover {
  color: #3c3c3c;
}
.navbar-primary .btn-link {
  color: #555555;
}
.navbar-primary .btn-link:hover, .navbar-primary .btn-link:focus {
  color: #3c3c3c;
}
.navbar-primary .btn-link[disabled]:hover, .navbar-primary .btn-link[disabled]:focus, fieldset[disabled] .navbar-primary .btn-link:hover, fieldset[disabled] .navbar-primary .btn-link:focus {
  color: #ccc;
}

.offcanvas {
  position: relative;
  transition: all 0.25s ease-out;
}
.offcanvas.active .offcanvas-main {
  /*position: absolute;*/
}
.offcanvas.offcanvas-left.active {
  padding-left: 220px;
  /*            .offcanvas-main
              {
                  margin-left: $postion;            
              }*/
}
.offcanvas.offcanvas-left .offcanvas-sidebar {
  /*left: $postion;*/
  margin-left: -220px;
}
.offcanvas.offcanvas-right.active {
  padding-right: 220px;
}
.offcanvas.offcanvas-right .offcanvas-sidebar {
  /*right: $postion;*/
  margin-right: -220px;
}
.offcanvas .offcanvas-main {
  width: 100%;
  position: absolute;
}
.offcanvas .offcanvas-sidebar {
  position: fixed;
  top: 50px;
  bottom: 50px;
  z-index: 1000;
  width: 220px;
  /*height: 100%;*/
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease;
}
.offcanvas .offcanvas-sidebar::-webkit-scrollbar {
  display: none;
}
.offcanvas .offcanvas-sidebar .sidebar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.offcanvas .offcanvas-sidebar .sidebar-default a, .offcanvas .offcanvas-sidebar .sidebar-default a:hover, .offcanvas .offcanvas-sidebar .sidebar-default a:focus {
  background-color: transparent;
  color: #F51720;
}
.offcanvas .offcanvas-sidebar .sidebar-default a.disabled, .offcanvas .offcanvas-sidebar .sidebar-default a.disabled:hover, .offcanvas .offcanvas-sidebar .sidebar-default a.disabled:focus {
  color: #ccc;
  background-color: transparent;
}
.offcanvas .offcanvas-sidebar .sidebar-default .nav-sidebar > li > a {
  color: #555555;
}
.offcanvas .offcanvas-sidebar .sidebar-default .nav-sidebar > li > a:hover, .offcanvas .offcanvas-sidebar .sidebar-default .nav-sidebar > li > a:focus {
  color: #3c3c3c;
  background-color: transparent;
}
.offcanvas .offcanvas-sidebar .sidebar-default .nav-sidebar > .active > a, .offcanvas .offcanvas-sidebar .sidebar-default .nav-sidebar > .active > a:hover, .offcanvas .offcanvas-sidebar .sidebar-default .nav-sidebar > .active > a:focus {
  color: #F51720;
  background-color: transparent;
}
.offcanvas .offcanvas-sidebar .sidebar-default .nav-sidebar > .disabled > a, .offcanvas .offcanvas-sidebar .sidebar-default .nav-sidebar > .disabled > a:hover, .offcanvas .offcanvas-sidebar .sidebar-default .nav-sidebar > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse {
  background-color: #222;
  border-color: #090909;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > li > a {
  color: #9d9d9d;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > li > a:hover, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > .active > a, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > .active > a:hover, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > .disabled > a, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > .disabled > a:hover, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > .open > a, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > .open > a:hover, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav .open .dropdown-menu > .dropdown-header {
  border-color: #090909;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav .open .dropdown-menu .divider {
  background-color: #090909;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav .open .dropdown-menu > li > a {
  color: #9d9d9d;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav .open .dropdown-menu > li > a:hover, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav .open .dropdown-menu > .active > a, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav .open .dropdown-menu > .active > a:hover, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav .open .dropdown-menu > .disabled > a, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav .open .dropdown-menu > .disabled > a:hover, .offcanvas .offcanvas-sidebar.sidebar-inverse .sidebar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.offcanvas-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

/* Sidebar navigation */
.sidebar-nav {
  margin-bottom: 20px;
}
.sidebar-nav > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.sidebar-nav > .active > a {
  color: #fff;
  background-color: #428bca;
}
.sidebar-nav .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.sidebar-nav .dropdown-menu > li > a, .sidebar-nav .dropdown-menu .dropdown-header {
  padding: 5px 25px 5px 15px;
}
.sidebar-nav .dropdown-menu > li > a {
  line-height: 20px;
}
.sidebar-nav .dropdown-menu > li > a:hover, .sidebar-nav .dropdown-menu > li > a:focus {
  background-image: none;
}

.badge.badge-xs {
  padding: 1px 5px;
}
.badge.badge-sm {
  padding: 5px 10px;
}
.badge.badge-lg {
  font-size: 14px;
  padding: 10px 16px;
}
.badge.badge-primary {
  background-color: #96EA8E;
}
.badge.badge-success {
  background-color: #F51720;
}
.badge.badge-warning {
  background-color: #f0ad4e;
}
.badge.badge-info {
  background-color: #5bc0de;
}
.badge.badge-danger {
  background-color: #d9534f;
}

.btn-circle {
  padding: 0px;
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  height: 50px;
  width: 50px;
}
.btn-circle .btn-circle-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20%;
}

.btn-floating {
  position: fixed;
  z-index: 1040;
  margin-top: -15px;
}
.btn-floating.btn-lg, .btn-group-lg > .btn-floating.btn {
  margin-top: -25px;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}
.btn-outline.btn-primary {
  color: #428bca;
}
.btn-outline.btn-success {
  color: #5cb85c;
}
.btn-outline.btn-info {
  color: #5bc0de;
}
.btn-outline.btn-warning {
  color: #f0ad4e;
}
.btn-outline.btn-danger {
  color: #d9534f;
}
.btn-outline.btn-primary:hover, .btn-outline.btn-success:hover, .btn-outline.btn-info:hover, .btn-outline.btn-warning:hover, .btn-outline.btn-danger:hover {
  color: white;
}

.card {
  display: block;
  padding: 0px;
  border-radius: 10px;
}
.card.card-transparent {
  background: none;
}
.card .card-header {
  display: block;
  padding: 15px;
}
.card .card-content {
  display: block;
  padding: 15px;
}
.card .card-footer {
  display: block;
  border-top: 1px solid #aaa;
}

.panel-info > a {
  color: #5bc0de;
}
.panel-info > a:hover {
  color: #2390b0;
}

.panel-green {
  border-color: #F51720;
}
.panel-green > .panel-heading {
  border-color: #F51720;
  color: white;
  background-color: #F51720;
}
.panel-green > a {
  color: #F51720;
}
.panel-green > a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}

.panel-cyan {
  border-color: #00bcd4;
}
.panel-cyan > .panel-heading {
  border-color: #00bcd4;
  color: white;
  background-color: #00bcd4;
}
.panel-cyan > a {
  color: #00bcd4;
}
.panel-cyan > a:hover {
  color: #00838f;
}

.panel-heading.no-color {
  background-color: transparent;
  background-image: none;
}

.chip {
  display: inline-block;
  font-weight: normal;
  position: relative;
  margin-bottom: 5px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 10px;
}
.chip.pill {
  border-radius: 15px;
}
.chip.chip-dismissable .close {
  margin: 1px 5px -5px 0px;
}
.chip.chip-default {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.chip.chip-primary {
  background-color: #96EA8E;
  color: #fff;
  border: 1px solid #82e678;
}
.chip.chip-success {
  background-color: #F51720;
  color: #fff;
  border: 1px solid #e80a13;
}
.chip.chip-info {
  background-color: #5bc0de;
  color: #fff;
  border: 1px solid #46b8da;
}
.chip.chip-warning {
  background-color: #f0ad4e;
  color: #fff;
  border: 1px solid #eea236;
}
.chip.chip-danger {
  background-color: #d9534f;
  color: #fff;
  border: 1px solid #d43f3a;
}
.chip.chip-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 15px;
}
.chip.chip-lg.chip-dismissable .close {
  margin-top: 2px;
}
.chip.chip-lg.pill {
  border-radius: 25px;
}
.chip.chip-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
.chip.chip-sm.pill {
  border-radius: 15px;
}
.chip.chip-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
.chip.chip-xs.pill {
  border-radius: 15px;
}

.treeview {
  display: block;
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
.treeview.fixed-height {
  overflow: scroll;
}
.treeview .treeview-item > .treeview-item-heading {
  display: table;
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
}
.treeview .treeview-item > .treeview-item-heading > * {
  display: table-cell;
  vertical-align: middle;
}
.treeview .treeview-item > .treeview-item-heading > .treeview-item-toggler-icon {
  text-align: center;
  width: 24px;
  height: 24px;
  padding: 5px 0px;
}
.treeview .treeview-item > .treeview-item-heading > .treeview-item-toggler-icon > i {
  display: none;
}
.treeview .treeview-item > .treeview-item-heading:hover {
  background-color: #eee;
}
.treeview .treeview-item > .treeview-item-heading .treeview-item-indent {
  /*margin: 0px 10px;*/
  width: 24px;
}
.treeview .treeview-item > .treeview-item-heading .badge {
  float: left;
}
.treeview .treeview-item.selected > .treeview-item-heading {
  background-color: #96EA8E;
  color: #fff;
}
.treeview .treeview-item.selected > .treeview-item-heading:hover {
  background-color: #d2f6cf;
}
.treeview .treeview-item.selected > .treeview-item-heading > .treeview-item-text > .badge {
  background-color: #fff;
  color: black;
}
.treeview .treeview-item.is-folder > .treeview-item-heading > .treeview-item-toggler-icon > i {
  display: block;
}
.treeview .treeview-item .treeview-subitems {
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.treeview .treeview-item.expanded .treeview-subitems {
  display: block;
}
.treeview.bordered .treeview-heading {
  border: 1px solid #555555;
}
.treeview.bordered .treeview-item:first-child .treeview-item-heading {
  border-bottom: 0px;
}
.treeview.bordered .treeview-item:last-child .treeview-item-heading {
  /*border-bottom: 0px;*/
}
.treeview.bordered .treeview-subitems .treeview-item:first-child .treeview-heading {
  border-top: 0px;
}
.treeview.bordered .treeview-subitems .treeview-item:last-child .treeview-heading {
  border-bottom-width: 1px;
}
.treeview .treeview-loading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #555555;
  opacity: 0.85;
  color: #fff;
}
.treeview .treeview-loading .spinner {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -15px;
  margin-right: -18px;
}

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

.text-h-white:hover {
  color: #fff !important;
}

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

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

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

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

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

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

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

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

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

.text-black {
  color: #000 !important;
}

.text-h-black:hover {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-h-black:hover {
  background-color: #000 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-t-black {
  border-top-color: #000 !important;
}

.border-r-black {
  border-right-color: #000 !important;
}

.border-b-black {
  border-bottom-color: #000 !important;
}

.border-l-black {
  border-left-color: #000 !important;
}

.border-x-black {
  border-left-color: #000 !important;
  border-right-color: #000 !important;
}

.border-y-black {
  border-top-color: #000 !important;
  border-bottom-color: #000 !important;
}

/* Placeholders */
/* Classes */
.text-red-50 {
  color: #ffebee !important;
}

.text-h-red-50:hover {
  color: #ffebee !important;
}

.bg-red-50 {
  background-color: #ffebee !important;
}

.bg-h-red-50:hover {
  background-color: #ffebee !important;
}

.border-red-50 {
  border-color: #ffebee !important;
}

.border-t-red-50 {
  border-top-color: #ffebee !important;
}

.border-r-red-50 {
  border-right-color: #ffebee !important;
}

.border-b-red-50 {
  border-bottom-color: #ffebee !important;
}

.border-l-red-50 {
  border-left-color: #ffebee !important;
}

.border-x-red-50 {
  border-left-color: #ffebee !important;
  border-right-color: #ffebee !important;
}

.border-y-red-50 {
  border-top-color: #ffebee !important;
  border-bottom-color: #ffebee !important;
}

.text-red-100 {
  color: #ffcdd2 !important;
}

.text-h-red-100:hover {
  color: #ffcdd2 !important;
}

.bg-red-100 {
  background-color: #ffcdd2 !important;
}

.bg-h-red-100:hover {
  background-color: #ffcdd2 !important;
}

.border-red-100 {
  border-color: #ffcdd2 !important;
}

.border-t-red-100 {
  border-top-color: #ffcdd2 !important;
}

.border-r-red-100 {
  border-right-color: #ffcdd2 !important;
}

.border-b-red-100 {
  border-bottom-color: #ffcdd2 !important;
}

.border-l-red-100 {
  border-left-color: #ffcdd2 !important;
}

.border-x-red-100 {
  border-left-color: #ffcdd2 !important;
  border-right-color: #ffcdd2 !important;
}

.border-y-red-100 {
  border-top-color: #ffcdd2 !important;
  border-bottom-color: #ffcdd2 !important;
}

.text-red-200 {
  color: #ef9a9a !important;
}

.text-h-red-200:hover {
  color: #ef9a9a !important;
}

.bg-red-200 {
  background-color: #ef9a9a !important;
}

.bg-h-red-200:hover {
  background-color: #ef9a9a !important;
}

.border-red-200 {
  border-color: #ef9a9a !important;
}

.border-t-red-200 {
  border-top-color: #ef9a9a !important;
}

.border-r-red-200 {
  border-right-color: #ef9a9a !important;
}

.border-b-red-200 {
  border-bottom-color: #ef9a9a !important;
}

.border-l-red-200 {
  border-left-color: #ef9a9a !important;
}

.border-x-red-200 {
  border-left-color: #ef9a9a !important;
  border-right-color: #ef9a9a !important;
}

.border-y-red-200 {
  border-top-color: #ef9a9a !important;
  border-bottom-color: #ef9a9a !important;
}

.text-red-300 {
  color: #e57373 !important;
}

.text-h-red-300:hover {
  color: #e57373 !important;
}

.bg-red-300 {
  background-color: #e57373 !important;
}

.bg-h-red-300:hover {
  background-color: #e57373 !important;
}

.border-red-300 {
  border-color: #e57373 !important;
}

.border-t-red-300 {
  border-top-color: #e57373 !important;
}

.border-r-red-300 {
  border-right-color: #e57373 !important;
}

.border-b-red-300 {
  border-bottom-color: #e57373 !important;
}

.border-l-red-300 {
  border-left-color: #e57373 !important;
}

.border-x-red-300 {
  border-left-color: #e57373 !important;
  border-right-color: #e57373 !important;
}

.border-y-red-300 {
  border-top-color: #e57373 !important;
  border-bottom-color: #e57373 !important;
}

.text-red-400 {
  color: #ef5350 !important;
}

.text-h-red-400:hover {
  color: #ef5350 !important;
}

.bg-red-400 {
  background-color: #ef5350 !important;
}

.bg-h-red-400:hover {
  background-color: #ef5350 !important;
}

.border-red-400 {
  border-color: #ef5350 !important;
}

.border-t-red-400 {
  border-top-color: #ef5350 !important;
}

.border-r-red-400 {
  border-right-color: #ef5350 !important;
}

.border-b-red-400 {
  border-bottom-color: #ef5350 !important;
}

.border-l-red-400 {
  border-left-color: #ef5350 !important;
}

.border-x-red-400 {
  border-left-color: #ef5350 !important;
  border-right-color: #ef5350 !important;
}

.border-y-red-400 {
  border-top-color: #ef5350 !important;
  border-bottom-color: #ef5350 !important;
}

.text-red-500 {
  color: #f44336 !important;
}

.text-h-red-500:hover {
  color: #f44336 !important;
}

.bg-red-500 {
  background-color: #f44336 !important;
}

.bg-h-red-500:hover {
  background-color: #f44336 !important;
}

.border-red-500 {
  border-color: #f44336 !important;
}

.border-t-red-500 {
  border-top-color: #f44336 !important;
}

.border-r-red-500 {
  border-right-color: #f44336 !important;
}

.border-b-red-500 {
  border-bottom-color: #f44336 !important;
}

.border-l-red-500 {
  border-left-color: #f44336 !important;
}

.border-x-red-500 {
  border-left-color: #f44336 !important;
  border-right-color: #f44336 !important;
}

.border-y-red-500 {
  border-top-color: #f44336 !important;
  border-bottom-color: #f44336 !important;
}

.text-red-600 {
  color: #e53935 !important;
}

.text-h-red-600:hover {
  color: #e53935 !important;
}

.bg-red-600 {
  background-color: #e53935 !important;
}

.bg-h-red-600:hover {
  background-color: #e53935 !important;
}

.border-red-600 {
  border-color: #e53935 !important;
}

.border-t-red-600 {
  border-top-color: #e53935 !important;
}

.border-r-red-600 {
  border-right-color: #e53935 !important;
}

.border-b-red-600 {
  border-bottom-color: #e53935 !important;
}

.border-l-red-600 {
  border-left-color: #e53935 !important;
}

.border-x-red-600 {
  border-left-color: #e53935 !important;
  border-right-color: #e53935 !important;
}

.border-y-red-600 {
  border-top-color: #e53935 !important;
  border-bottom-color: #e53935 !important;
}

.text-red-700 {
  color: #d32f2f !important;
}

.text-h-red-700:hover {
  color: #d32f2f !important;
}

.bg-red-700 {
  background-color: #d32f2f !important;
}

.bg-h-red-700:hover {
  background-color: #d32f2f !important;
}

.border-red-700 {
  border-color: #d32f2f !important;
}

.border-t-red-700 {
  border-top-color: #d32f2f !important;
}

.border-r-red-700 {
  border-right-color: #d32f2f !important;
}

.border-b-red-700 {
  border-bottom-color: #d32f2f !important;
}

.border-l-red-700 {
  border-left-color: #d32f2f !important;
}

.border-x-red-700 {
  border-left-color: #d32f2f !important;
  border-right-color: #d32f2f !important;
}

.border-y-red-700 {
  border-top-color: #d32f2f !important;
  border-bottom-color: #d32f2f !important;
}

.text-red-800 {
  color: #c62828 !important;
}

.text-h-red-800:hover {
  color: #c62828 !important;
}

.bg-red-800 {
  background-color: #c62828 !important;
}

.bg-h-red-800:hover {
  background-color: #c62828 !important;
}

.border-red-800 {
  border-color: #c62828 !important;
}

.border-t-red-800 {
  border-top-color: #c62828 !important;
}

.border-r-red-800 {
  border-right-color: #c62828 !important;
}

.border-b-red-800 {
  border-bottom-color: #c62828 !important;
}

.border-l-red-800 {
  border-left-color: #c62828 !important;
}

.border-x-red-800 {
  border-left-color: #c62828 !important;
  border-right-color: #c62828 !important;
}

.border-y-red-800 {
  border-top-color: #c62828 !important;
  border-bottom-color: #c62828 !important;
}

.text-red-900 {
  color: #b71c1c !important;
}

.text-h-red-900:hover {
  color: #b71c1c !important;
}

.bg-red-900 {
  background-color: #b71c1c !important;
}

.bg-h-red-900:hover {
  background-color: #b71c1c !important;
}

.border-red-900 {
  border-color: #b71c1c !important;
}

.border-t-red-900 {
  border-top-color: #b71c1c !important;
}

.border-r-red-900 {
  border-right-color: #b71c1c !important;
}

.border-b-red-900 {
  border-bottom-color: #b71c1c !important;
}

.border-l-red-900 {
  border-left-color: #b71c1c !important;
}

.border-x-red-900 {
  border-left-color: #b71c1c !important;
  border-right-color: #b71c1c !important;
}

.border-y-red-900 {
  border-top-color: #b71c1c !important;
  border-bottom-color: #b71c1c !important;
}

.text-red-a100 {
  color: #ff8a80 !important;
}

.text-h-red-a100:hover {
  color: #ff8a80 !important;
}

.bg-red-a100 {
  background-color: #ff8a80 !important;
}

.bg-h-red-a100:hover {
  background-color: #ff8a80 !important;
}

.border-red-a100 {
  border-color: #ff8a80 !important;
}

.border-t-red-a100 {
  border-top-color: #ff8a80 !important;
}

.border-r-red-a100 {
  border-right-color: #ff8a80 !important;
}

.border-b-red-a100 {
  border-bottom-color: #ff8a80 !important;
}

.border-l-red-a100 {
  border-left-color: #ff8a80 !important;
}

.border-x-red-a100 {
  border-left-color: #ff8a80 !important;
  border-right-color: #ff8a80 !important;
}

.border-y-red-a100 {
  border-top-color: #ff8a80 !important;
  border-bottom-color: #ff8a80 !important;
}

.text-red-a200 {
  color: #ff5252 !important;
}

.text-h-red-a200:hover {
  color: #ff5252 !important;
}

.bg-red-a200 {
  background-color: #ff5252 !important;
}

.bg-h-red-a200:hover {
  background-color: #ff5252 !important;
}

.border-red-a200 {
  border-color: #ff5252 !important;
}

.border-t-red-a200 {
  border-top-color: #ff5252 !important;
}

.border-r-red-a200 {
  border-right-color: #ff5252 !important;
}

.border-b-red-a200 {
  border-bottom-color: #ff5252 !important;
}

.border-l-red-a200 {
  border-left-color: #ff5252 !important;
}

.border-x-red-a200 {
  border-left-color: #ff5252 !important;
  border-right-color: #ff5252 !important;
}

.border-y-red-a200 {
  border-top-color: #ff5252 !important;
  border-bottom-color: #ff5252 !important;
}

.text-red-a400 {
  color: #ff1744 !important;
}

.text-h-red-a400:hover {
  color: #ff1744 !important;
}

.bg-red-a400 {
  background-color: #ff1744 !important;
}

.bg-h-red-a400:hover {
  background-color: #ff1744 !important;
}

.border-red-a400 {
  border-color: #ff1744 !important;
}

.border-t-red-a400 {
  border-top-color: #ff1744 !important;
}

.border-r-red-a400 {
  border-right-color: #ff1744 !important;
}

.border-b-red-a400 {
  border-bottom-color: #ff1744 !important;
}

.border-l-red-a400 {
  border-left-color: #ff1744 !important;
}

.border-x-red-a400 {
  border-left-color: #ff1744 !important;
  border-right-color: #ff1744 !important;
}

.border-y-red-a400 {
  border-top-color: #ff1744 !important;
  border-bottom-color: #ff1744 !important;
}

.text-red-a700 {
  color: #d50000 !important;
}

.text-h-red-a700:hover {
  color: #d50000 !important;
}

.bg-red-a700 {
  background-color: #d50000 !important;
}

.bg-h-red-a700:hover {
  background-color: #d50000 !important;
}

.border-red-a700 {
  border-color: #d50000 !important;
}

.border-t-red-a700 {
  border-top-color: #d50000 !important;
}

.border-r-red-a700 {
  border-right-color: #d50000 !important;
}

.border-b-red-a700 {
  border-bottom-color: #d50000 !important;
}

.border-l-red-a700 {
  border-left-color: #d50000 !important;
}

.border-x-red-a700 {
  border-left-color: #d50000 !important;
  border-right-color: #d50000 !important;
}

.border-y-red-a700 {
  border-top-color: #d50000 !important;
  border-bottom-color: #d50000 !important;
}

.text-pink-50 {
  color: #fce4ec !important;
}

.text-h-pink-50:hover {
  color: #fce4ec !important;
}

.bg-pink-50 {
  background-color: #fce4ec !important;
}

.bg-h-pink-50:hover {
  background-color: #fce4ec !important;
}

.border-pink-50 {
  border-color: #fce4ec !important;
}

.border-t-pink-50 {
  border-top-color: #fce4ec !important;
}

.border-r-pink-50 {
  border-right-color: #fce4ec !important;
}

.border-b-pink-50 {
  border-bottom-color: #fce4ec !important;
}

.border-l-pink-50 {
  border-left-color: #fce4ec !important;
}

.border-x-pink-50 {
  border-left-color: #fce4ec !important;
  border-right-color: #fce4ec !important;
}

.border-y-pink-50 {
  border-top-color: #fce4ec !important;
  border-bottom-color: #fce4ec !important;
}

.text-pink-100 {
  color: #f8bbd0 !important;
}

.text-h-pink-100:hover {
  color: #f8bbd0 !important;
}

.bg-pink-100 {
  background-color: #f8bbd0 !important;
}

.bg-h-pink-100:hover {
  background-color: #f8bbd0 !important;
}

.border-pink-100 {
  border-color: #f8bbd0 !important;
}

.border-t-pink-100 {
  border-top-color: #f8bbd0 !important;
}

.border-r-pink-100 {
  border-right-color: #f8bbd0 !important;
}

.border-b-pink-100 {
  border-bottom-color: #f8bbd0 !important;
}

.border-l-pink-100 {
  border-left-color: #f8bbd0 !important;
}

.border-x-pink-100 {
  border-left-color: #f8bbd0 !important;
  border-right-color: #f8bbd0 !important;
}

.border-y-pink-100 {
  border-top-color: #f8bbd0 !important;
  border-bottom-color: #f8bbd0 !important;
}

.text-pink-200 {
  color: #f48fb1 !important;
}

.text-h-pink-200:hover {
  color: #f48fb1 !important;
}

.bg-pink-200 {
  background-color: #f48fb1 !important;
}

.bg-h-pink-200:hover {
  background-color: #f48fb1 !important;
}

.border-pink-200 {
  border-color: #f48fb1 !important;
}

.border-t-pink-200 {
  border-top-color: #f48fb1 !important;
}

.border-r-pink-200 {
  border-right-color: #f48fb1 !important;
}

.border-b-pink-200 {
  border-bottom-color: #f48fb1 !important;
}

.border-l-pink-200 {
  border-left-color: #f48fb1 !important;
}

.border-x-pink-200 {
  border-left-color: #f48fb1 !important;
  border-right-color: #f48fb1 !important;
}

.border-y-pink-200 {
  border-top-color: #f48fb1 !important;
  border-bottom-color: #f48fb1 !important;
}

.text-pink-300 {
  color: #f06292 !important;
}

.text-h-pink-300:hover {
  color: #f06292 !important;
}

.bg-pink-300 {
  background-color: #f06292 !important;
}

.bg-h-pink-300:hover {
  background-color: #f06292 !important;
}

.border-pink-300 {
  border-color: #f06292 !important;
}

.border-t-pink-300 {
  border-top-color: #f06292 !important;
}

.border-r-pink-300 {
  border-right-color: #f06292 !important;
}

.border-b-pink-300 {
  border-bottom-color: #f06292 !important;
}

.border-l-pink-300 {
  border-left-color: #f06292 !important;
}

.border-x-pink-300 {
  border-left-color: #f06292 !important;
  border-right-color: #f06292 !important;
}

.border-y-pink-300 {
  border-top-color: #f06292 !important;
  border-bottom-color: #f06292 !important;
}

.text-pink-400 {
  color: #ec407a !important;
}

.text-h-pink-400:hover {
  color: #ec407a !important;
}

.bg-pink-400 {
  background-color: #ec407a !important;
}

.bg-h-pink-400:hover {
  background-color: #ec407a !important;
}

.border-pink-400 {
  border-color: #ec407a !important;
}

.border-t-pink-400 {
  border-top-color: #ec407a !important;
}

.border-r-pink-400 {
  border-right-color: #ec407a !important;
}

.border-b-pink-400 {
  border-bottom-color: #ec407a !important;
}

.border-l-pink-400 {
  border-left-color: #ec407a !important;
}

.border-x-pink-400 {
  border-left-color: #ec407a !important;
  border-right-color: #ec407a !important;
}

.border-y-pink-400 {
  border-top-color: #ec407a !important;
  border-bottom-color: #ec407a !important;
}

.text-pink-500 {
  color: #e91e63 !important;
}

.text-h-pink-500:hover {
  color: #e91e63 !important;
}

.bg-pink-500 {
  background-color: #e91e63 !important;
}

.bg-h-pink-500:hover {
  background-color: #e91e63 !important;
}

.border-pink-500 {
  border-color: #e91e63 !important;
}

.border-t-pink-500 {
  border-top-color: #e91e63 !important;
}

.border-r-pink-500 {
  border-right-color: #e91e63 !important;
}

.border-b-pink-500 {
  border-bottom-color: #e91e63 !important;
}

.border-l-pink-500 {
  border-left-color: #e91e63 !important;
}

.border-x-pink-500 {
  border-left-color: #e91e63 !important;
  border-right-color: #e91e63 !important;
}

.border-y-pink-500 {
  border-top-color: #e91e63 !important;
  border-bottom-color: #e91e63 !important;
}

.text-pink-600 {
  color: #d81b60 !important;
}

.text-h-pink-600:hover {
  color: #d81b60 !important;
}

.bg-pink-600 {
  background-color: #d81b60 !important;
}

.bg-h-pink-600:hover {
  background-color: #d81b60 !important;
}

.border-pink-600 {
  border-color: #d81b60 !important;
}

.border-t-pink-600 {
  border-top-color: #d81b60 !important;
}

.border-r-pink-600 {
  border-right-color: #d81b60 !important;
}

.border-b-pink-600 {
  border-bottom-color: #d81b60 !important;
}

.border-l-pink-600 {
  border-left-color: #d81b60 !important;
}

.border-x-pink-600 {
  border-left-color: #d81b60 !important;
  border-right-color: #d81b60 !important;
}

.border-y-pink-600 {
  border-top-color: #d81b60 !important;
  border-bottom-color: #d81b60 !important;
}

.text-pink-700 {
  color: #c2185b !important;
}

.text-h-pink-700:hover {
  color: #c2185b !important;
}

.bg-pink-700 {
  background-color: #c2185b !important;
}

.bg-h-pink-700:hover {
  background-color: #c2185b !important;
}

.border-pink-700 {
  border-color: #c2185b !important;
}

.border-t-pink-700 {
  border-top-color: #c2185b !important;
}

.border-r-pink-700 {
  border-right-color: #c2185b !important;
}

.border-b-pink-700 {
  border-bottom-color: #c2185b !important;
}

.border-l-pink-700 {
  border-left-color: #c2185b !important;
}

.border-x-pink-700 {
  border-left-color: #c2185b !important;
  border-right-color: #c2185b !important;
}

.border-y-pink-700 {
  border-top-color: #c2185b !important;
  border-bottom-color: #c2185b !important;
}

.text-pink-800 {
  color: #ad1457 !important;
}

.text-h-pink-800:hover {
  color: #ad1457 !important;
}

.bg-pink-800 {
  background-color: #ad1457 !important;
}

.bg-h-pink-800:hover {
  background-color: #ad1457 !important;
}

.border-pink-800 {
  border-color: #ad1457 !important;
}

.border-t-pink-800 {
  border-top-color: #ad1457 !important;
}

.border-r-pink-800 {
  border-right-color: #ad1457 !important;
}

.border-b-pink-800 {
  border-bottom-color: #ad1457 !important;
}

.border-l-pink-800 {
  border-left-color: #ad1457 !important;
}

.border-x-pink-800 {
  border-left-color: #ad1457 !important;
  border-right-color: #ad1457 !important;
}

.border-y-pink-800 {
  border-top-color: #ad1457 !important;
  border-bottom-color: #ad1457 !important;
}

.text-pink-900 {
  color: #880e4f !important;
}

.text-h-pink-900:hover {
  color: #880e4f !important;
}

.bg-pink-900 {
  background-color: #880e4f !important;
}

.bg-h-pink-900:hover {
  background-color: #880e4f !important;
}

.border-pink-900 {
  border-color: #880e4f !important;
}

.border-t-pink-900 {
  border-top-color: #880e4f !important;
}

.border-r-pink-900 {
  border-right-color: #880e4f !important;
}

.border-b-pink-900 {
  border-bottom-color: #880e4f !important;
}

.border-l-pink-900 {
  border-left-color: #880e4f !important;
}

.border-x-pink-900 {
  border-left-color: #880e4f !important;
  border-right-color: #880e4f !important;
}

.border-y-pink-900 {
  border-top-color: #880e4f !important;
  border-bottom-color: #880e4f !important;
}

.text-pink-a100 {
  color: #ff80ab !important;
}

.text-h-pink-a100:hover {
  color: #ff80ab !important;
}

.bg-pink-a100 {
  background-color: #ff80ab !important;
}

.bg-h-pink-a100:hover {
  background-color: #ff80ab !important;
}

.border-pink-a100 {
  border-color: #ff80ab !important;
}

.border-t-pink-a100 {
  border-top-color: #ff80ab !important;
}

.border-r-pink-a100 {
  border-right-color: #ff80ab !important;
}

.border-b-pink-a100 {
  border-bottom-color: #ff80ab !important;
}

.border-l-pink-a100 {
  border-left-color: #ff80ab !important;
}

.border-x-pink-a100 {
  border-left-color: #ff80ab !important;
  border-right-color: #ff80ab !important;
}

.border-y-pink-a100 {
  border-top-color: #ff80ab !important;
  border-bottom-color: #ff80ab !important;
}

.text-pink-a200 {
  color: #ff4081 !important;
}

.text-h-pink-a200:hover {
  color: #ff4081 !important;
}

.bg-pink-a200 {
  background-color: #ff4081 !important;
}

.bg-h-pink-a200:hover {
  background-color: #ff4081 !important;
}

.border-pink-a200 {
  border-color: #ff4081 !important;
}

.border-t-pink-a200 {
  border-top-color: #ff4081 !important;
}

.border-r-pink-a200 {
  border-right-color: #ff4081 !important;
}

.border-b-pink-a200 {
  border-bottom-color: #ff4081 !important;
}

.border-l-pink-a200 {
  border-left-color: #ff4081 !important;
}

.border-x-pink-a200 {
  border-left-color: #ff4081 !important;
  border-right-color: #ff4081 !important;
}

.border-y-pink-a200 {
  border-top-color: #ff4081 !important;
  border-bottom-color: #ff4081 !important;
}

.text-pink-a400 {
  color: #f50057 !important;
}

.text-h-pink-a400:hover {
  color: #f50057 !important;
}

.bg-pink-a400 {
  background-color: #f50057 !important;
}

.bg-h-pink-a400:hover {
  background-color: #f50057 !important;
}

.border-pink-a400 {
  border-color: #f50057 !important;
}

.border-t-pink-a400 {
  border-top-color: #f50057 !important;
}

.border-r-pink-a400 {
  border-right-color: #f50057 !important;
}

.border-b-pink-a400 {
  border-bottom-color: #f50057 !important;
}

.border-l-pink-a400 {
  border-left-color: #f50057 !important;
}

.border-x-pink-a400 {
  border-left-color: #f50057 !important;
  border-right-color: #f50057 !important;
}

.border-y-pink-a400 {
  border-top-color: #f50057 !important;
  border-bottom-color: #f50057 !important;
}

.text-pink-a700 {
  color: #c51162 !important;
}

.text-h-pink-a700:hover {
  color: #c51162 !important;
}

.bg-pink-a700 {
  background-color: #c51162 !important;
}

.bg-h-pink-a700:hover {
  background-color: #c51162 !important;
}

.border-pink-a700 {
  border-color: #c51162 !important;
}

.border-t-pink-a700 {
  border-top-color: #c51162 !important;
}

.border-r-pink-a700 {
  border-right-color: #c51162 !important;
}

.border-b-pink-a700 {
  border-bottom-color: #c51162 !important;
}

.border-l-pink-a700 {
  border-left-color: #c51162 !important;
}

.border-x-pink-a700 {
  border-left-color: #c51162 !important;
  border-right-color: #c51162 !important;
}

.border-y-pink-a700 {
  border-top-color: #c51162 !important;
  border-bottom-color: #c51162 !important;
}

.text-purple-50 {
  color: #f3e5f5 !important;
}

.text-h-purple-50:hover {
  color: #f3e5f5 !important;
}

.bg-purple-50 {
  background-color: #f3e5f5 !important;
}

.bg-h-purple-50:hover {
  background-color: #f3e5f5 !important;
}

.border-purple-50 {
  border-color: #f3e5f5 !important;
}

.border-t-purple-50 {
  border-top-color: #f3e5f5 !important;
}

.border-r-purple-50 {
  border-right-color: #f3e5f5 !important;
}

.border-b-purple-50 {
  border-bottom-color: #f3e5f5 !important;
}

.border-l-purple-50 {
  border-left-color: #f3e5f5 !important;
}

.border-x-purple-50 {
  border-left-color: #f3e5f5 !important;
  border-right-color: #f3e5f5 !important;
}

.border-y-purple-50 {
  border-top-color: #f3e5f5 !important;
  border-bottom-color: #f3e5f5 !important;
}

.text-purple-100 {
  color: #e1bee7 !important;
}

.text-h-purple-100:hover {
  color: #e1bee7 !important;
}

.bg-purple-100 {
  background-color: #e1bee7 !important;
}

.bg-h-purple-100:hover {
  background-color: #e1bee7 !important;
}

.border-purple-100 {
  border-color: #e1bee7 !important;
}

.border-t-purple-100 {
  border-top-color: #e1bee7 !important;
}

.border-r-purple-100 {
  border-right-color: #e1bee7 !important;
}

.border-b-purple-100 {
  border-bottom-color: #e1bee7 !important;
}

.border-l-purple-100 {
  border-left-color: #e1bee7 !important;
}

.border-x-purple-100 {
  border-left-color: #e1bee7 !important;
  border-right-color: #e1bee7 !important;
}

.border-y-purple-100 {
  border-top-color: #e1bee7 !important;
  border-bottom-color: #e1bee7 !important;
}

.text-purple-200 {
  color: #ce93d8 !important;
}

.text-h-purple-200:hover {
  color: #ce93d8 !important;
}

.bg-purple-200 {
  background-color: #ce93d8 !important;
}

.bg-h-purple-200:hover {
  background-color: #ce93d8 !important;
}

.border-purple-200 {
  border-color: #ce93d8 !important;
}

.border-t-purple-200 {
  border-top-color: #ce93d8 !important;
}

.border-r-purple-200 {
  border-right-color: #ce93d8 !important;
}

.border-b-purple-200 {
  border-bottom-color: #ce93d8 !important;
}

.border-l-purple-200 {
  border-left-color: #ce93d8 !important;
}

.border-x-purple-200 {
  border-left-color: #ce93d8 !important;
  border-right-color: #ce93d8 !important;
}

.border-y-purple-200 {
  border-top-color: #ce93d8 !important;
  border-bottom-color: #ce93d8 !important;
}

.text-purple-300 {
  color: #ba68c8 !important;
}

.text-h-purple-300:hover {
  color: #ba68c8 !important;
}

.bg-purple-300 {
  background-color: #ba68c8 !important;
}

.bg-h-purple-300:hover {
  background-color: #ba68c8 !important;
}

.border-purple-300 {
  border-color: #ba68c8 !important;
}

.border-t-purple-300 {
  border-top-color: #ba68c8 !important;
}

.border-r-purple-300 {
  border-right-color: #ba68c8 !important;
}

.border-b-purple-300 {
  border-bottom-color: #ba68c8 !important;
}

.border-l-purple-300 {
  border-left-color: #ba68c8 !important;
}

.border-x-purple-300 {
  border-left-color: #ba68c8 !important;
  border-right-color: #ba68c8 !important;
}

.border-y-purple-300 {
  border-top-color: #ba68c8 !important;
  border-bottom-color: #ba68c8 !important;
}

.text-purple-400 {
  color: #ab47bc !important;
}

.text-h-purple-400:hover {
  color: #ab47bc !important;
}

.bg-purple-400 {
  background-color: #ab47bc !important;
}

.bg-h-purple-400:hover {
  background-color: #ab47bc !important;
}

.border-purple-400 {
  border-color: #ab47bc !important;
}

.border-t-purple-400 {
  border-top-color: #ab47bc !important;
}

.border-r-purple-400 {
  border-right-color: #ab47bc !important;
}

.border-b-purple-400 {
  border-bottom-color: #ab47bc !important;
}

.border-l-purple-400 {
  border-left-color: #ab47bc !important;
}

.border-x-purple-400 {
  border-left-color: #ab47bc !important;
  border-right-color: #ab47bc !important;
}

.border-y-purple-400 {
  border-top-color: #ab47bc !important;
  border-bottom-color: #ab47bc !important;
}

.text-purple-500 {
  color: #9c27b0 !important;
}

.text-h-purple-500:hover {
  color: #9c27b0 !important;
}

.bg-purple-500 {
  background-color: #9c27b0 !important;
}

.bg-h-purple-500:hover {
  background-color: #9c27b0 !important;
}

.border-purple-500 {
  border-color: #9c27b0 !important;
}

.border-t-purple-500 {
  border-top-color: #9c27b0 !important;
}

.border-r-purple-500 {
  border-right-color: #9c27b0 !important;
}

.border-b-purple-500 {
  border-bottom-color: #9c27b0 !important;
}

.border-l-purple-500 {
  border-left-color: #9c27b0 !important;
}

.border-x-purple-500 {
  border-left-color: #9c27b0 !important;
  border-right-color: #9c27b0 !important;
}

.border-y-purple-500 {
  border-top-color: #9c27b0 !important;
  border-bottom-color: #9c27b0 !important;
}

.text-purple-600 {
  color: #8e24aa !important;
}

.text-h-purple-600:hover {
  color: #8e24aa !important;
}

.bg-purple-600 {
  background-color: #8e24aa !important;
}

.bg-h-purple-600:hover {
  background-color: #8e24aa !important;
}

.border-purple-600 {
  border-color: #8e24aa !important;
}

.border-t-purple-600 {
  border-top-color: #8e24aa !important;
}

.border-r-purple-600 {
  border-right-color: #8e24aa !important;
}

.border-b-purple-600 {
  border-bottom-color: #8e24aa !important;
}

.border-l-purple-600 {
  border-left-color: #8e24aa !important;
}

.border-x-purple-600 {
  border-left-color: #8e24aa !important;
  border-right-color: #8e24aa !important;
}

.border-y-purple-600 {
  border-top-color: #8e24aa !important;
  border-bottom-color: #8e24aa !important;
}

.text-purple-700 {
  color: #7b1fa2 !important;
}

.text-h-purple-700:hover {
  color: #7b1fa2 !important;
}

.bg-purple-700 {
  background-color: #7b1fa2 !important;
}

.bg-h-purple-700:hover {
  background-color: #7b1fa2 !important;
}

.border-purple-700 {
  border-color: #7b1fa2 !important;
}

.border-t-purple-700 {
  border-top-color: #7b1fa2 !important;
}

.border-r-purple-700 {
  border-right-color: #7b1fa2 !important;
}

.border-b-purple-700 {
  border-bottom-color: #7b1fa2 !important;
}

.border-l-purple-700 {
  border-left-color: #7b1fa2 !important;
}

.border-x-purple-700 {
  border-left-color: #7b1fa2 !important;
  border-right-color: #7b1fa2 !important;
}

.border-y-purple-700 {
  border-top-color: #7b1fa2 !important;
  border-bottom-color: #7b1fa2 !important;
}

.text-purple-800 {
  color: #6a1b9a !important;
}

.text-h-purple-800:hover {
  color: #6a1b9a !important;
}

.bg-purple-800 {
  background-color: #6a1b9a !important;
}

.bg-h-purple-800:hover {
  background-color: #6a1b9a !important;
}

.border-purple-800 {
  border-color: #6a1b9a !important;
}

.border-t-purple-800 {
  border-top-color: #6a1b9a !important;
}

.border-r-purple-800 {
  border-right-color: #6a1b9a !important;
}

.border-b-purple-800 {
  border-bottom-color: #6a1b9a !important;
}

.border-l-purple-800 {
  border-left-color: #6a1b9a !important;
}

.border-x-purple-800 {
  border-left-color: #6a1b9a !important;
  border-right-color: #6a1b9a !important;
}

.border-y-purple-800 {
  border-top-color: #6a1b9a !important;
  border-bottom-color: #6a1b9a !important;
}

.text-purple-900 {
  color: #4a148c !important;
}

.text-h-purple-900:hover {
  color: #4a148c !important;
}

.bg-purple-900 {
  background-color: #4a148c !important;
}

.bg-h-purple-900:hover {
  background-color: #4a148c !important;
}

.border-purple-900 {
  border-color: #4a148c !important;
}

.border-t-purple-900 {
  border-top-color: #4a148c !important;
}

.border-r-purple-900 {
  border-right-color: #4a148c !important;
}

.border-b-purple-900 {
  border-bottom-color: #4a148c !important;
}

.border-l-purple-900 {
  border-left-color: #4a148c !important;
}

.border-x-purple-900 {
  border-left-color: #4a148c !important;
  border-right-color: #4a148c !important;
}

.border-y-purple-900 {
  border-top-color: #4a148c !important;
  border-bottom-color: #4a148c !important;
}

.text-purple-a100 {
  color: #ea80fc !important;
}

.text-h-purple-a100:hover {
  color: #ea80fc !important;
}

.bg-purple-a100 {
  background-color: #ea80fc !important;
}

.bg-h-purple-a100:hover {
  background-color: #ea80fc !important;
}

.border-purple-a100 {
  border-color: #ea80fc !important;
}

.border-t-purple-a100 {
  border-top-color: #ea80fc !important;
}

.border-r-purple-a100 {
  border-right-color: #ea80fc !important;
}

.border-b-purple-a100 {
  border-bottom-color: #ea80fc !important;
}

.border-l-purple-a100 {
  border-left-color: #ea80fc !important;
}

.border-x-purple-a100 {
  border-left-color: #ea80fc !important;
  border-right-color: #ea80fc !important;
}

.border-y-purple-a100 {
  border-top-color: #ea80fc !important;
  border-bottom-color: #ea80fc !important;
}

.text-purple-a200 {
  color: #e040fb !important;
}

.text-h-purple-a200:hover {
  color: #e040fb !important;
}

.bg-purple-a200 {
  background-color: #e040fb !important;
}

.bg-h-purple-a200:hover {
  background-color: #e040fb !important;
}

.border-purple-a200 {
  border-color: #e040fb !important;
}

.border-t-purple-a200 {
  border-top-color: #e040fb !important;
}

.border-r-purple-a200 {
  border-right-color: #e040fb !important;
}

.border-b-purple-a200 {
  border-bottom-color: #e040fb !important;
}

.border-l-purple-a200 {
  border-left-color: #e040fb !important;
}

.border-x-purple-a200 {
  border-left-color: #e040fb !important;
  border-right-color: #e040fb !important;
}

.border-y-purple-a200 {
  border-top-color: #e040fb !important;
  border-bottom-color: #e040fb !important;
}

.text-purple-a400 {
  color: #d500f9 !important;
}

.text-h-purple-a400:hover {
  color: #d500f9 !important;
}

.bg-purple-a400 {
  background-color: #d500f9 !important;
}

.bg-h-purple-a400:hover {
  background-color: #d500f9 !important;
}

.border-purple-a400 {
  border-color: #d500f9 !important;
}

.border-t-purple-a400 {
  border-top-color: #d500f9 !important;
}

.border-r-purple-a400 {
  border-right-color: #d500f9 !important;
}

.border-b-purple-a400 {
  border-bottom-color: #d500f9 !important;
}

.border-l-purple-a400 {
  border-left-color: #d500f9 !important;
}

.border-x-purple-a400 {
  border-left-color: #d500f9 !important;
  border-right-color: #d500f9 !important;
}

.border-y-purple-a400 {
  border-top-color: #d500f9 !important;
  border-bottom-color: #d500f9 !important;
}

.text-purple-a700 {
  color: #aa00ff !important;
}

.text-h-purple-a700:hover {
  color: #aa00ff !important;
}

.bg-purple-a700 {
  background-color: #aa00ff !important;
}

.bg-h-purple-a700:hover {
  background-color: #aa00ff !important;
}

.border-purple-a700 {
  border-color: #aa00ff !important;
}

.border-t-purple-a700 {
  border-top-color: #aa00ff !important;
}

.border-r-purple-a700 {
  border-right-color: #aa00ff !important;
}

.border-b-purple-a700 {
  border-bottom-color: #aa00ff !important;
}

.border-l-purple-a700 {
  border-left-color: #aa00ff !important;
}

.border-x-purple-a700 {
  border-left-color: #aa00ff !important;
  border-right-color: #aa00ff !important;
}

.border-y-purple-a700 {
  border-top-color: #aa00ff !important;
  border-bottom-color: #aa00ff !important;
}

.text-deep-purple-50 {
  color: #ede7f6 !important;
}

.text-h-deep-purple-50:hover {
  color: #ede7f6 !important;
}

.bg-deep-purple-50 {
  background-color: #ede7f6 !important;
}

.bg-h-deep-purple-50:hover {
  background-color: #ede7f6 !important;
}

.border-deep-purple-50 {
  border-color: #ede7f6 !important;
}

.border-t-deep-purple-50 {
  border-top-color: #ede7f6 !important;
}

.border-r-deep-purple-50 {
  border-right-color: #ede7f6 !important;
}

.border-b-deep-purple-50 {
  border-bottom-color: #ede7f6 !important;
}

.border-l-deep-purple-50 {
  border-left-color: #ede7f6 !important;
}

.border-x-deep-purple-50 {
  border-left-color: #ede7f6 !important;
  border-right-color: #ede7f6 !important;
}

.border-y-deep-purple-50 {
  border-top-color: #ede7f6 !important;
  border-bottom-color: #ede7f6 !important;
}

.text-deep-purple-100 {
  color: #d1c4e9 !important;
}

.text-h-deep-purple-100:hover {
  color: #d1c4e9 !important;
}

.bg-deep-purple-100 {
  background-color: #d1c4e9 !important;
}

.bg-h-deep-purple-100:hover {
  background-color: #d1c4e9 !important;
}

.border-deep-purple-100 {
  border-color: #d1c4e9 !important;
}

.border-t-deep-purple-100 {
  border-top-color: #d1c4e9 !important;
}

.border-r-deep-purple-100 {
  border-right-color: #d1c4e9 !important;
}

.border-b-deep-purple-100 {
  border-bottom-color: #d1c4e9 !important;
}

.border-l-deep-purple-100 {
  border-left-color: #d1c4e9 !important;
}

.border-x-deep-purple-100 {
  border-left-color: #d1c4e9 !important;
  border-right-color: #d1c4e9 !important;
}

.border-y-deep-purple-100 {
  border-top-color: #d1c4e9 !important;
  border-bottom-color: #d1c4e9 !important;
}

.text-deep-purple-200 {
  color: #b39ddb !important;
}

.text-h-deep-purple-200:hover {
  color: #b39ddb !important;
}

.bg-deep-purple-200 {
  background-color: #b39ddb !important;
}

.bg-h-deep-purple-200:hover {
  background-color: #b39ddb !important;
}

.border-deep-purple-200 {
  border-color: #b39ddb !important;
}

.border-t-deep-purple-200 {
  border-top-color: #b39ddb !important;
}

.border-r-deep-purple-200 {
  border-right-color: #b39ddb !important;
}

.border-b-deep-purple-200 {
  border-bottom-color: #b39ddb !important;
}

.border-l-deep-purple-200 {
  border-left-color: #b39ddb !important;
}

.border-x-deep-purple-200 {
  border-left-color: #b39ddb !important;
  border-right-color: #b39ddb !important;
}

.border-y-deep-purple-200 {
  border-top-color: #b39ddb !important;
  border-bottom-color: #b39ddb !important;
}

.text-deep-purple-300 {
  color: #9575cd !important;
}

.text-h-deep-purple-300:hover {
  color: #9575cd !important;
}

.bg-deep-purple-300 {
  background-color: #9575cd !important;
}

.bg-h-deep-purple-300:hover {
  background-color: #9575cd !important;
}

.border-deep-purple-300 {
  border-color: #9575cd !important;
}

.border-t-deep-purple-300 {
  border-top-color: #9575cd !important;
}

.border-r-deep-purple-300 {
  border-right-color: #9575cd !important;
}

.border-b-deep-purple-300 {
  border-bottom-color: #9575cd !important;
}

.border-l-deep-purple-300 {
  border-left-color: #9575cd !important;
}

.border-x-deep-purple-300 {
  border-left-color: #9575cd !important;
  border-right-color: #9575cd !important;
}

.border-y-deep-purple-300 {
  border-top-color: #9575cd !important;
  border-bottom-color: #9575cd !important;
}

.text-deep-purple-400 {
  color: #7e57c2 !important;
}

.text-h-deep-purple-400:hover {
  color: #7e57c2 !important;
}

.bg-deep-purple-400 {
  background-color: #7e57c2 !important;
}

.bg-h-deep-purple-400:hover {
  background-color: #7e57c2 !important;
}

.border-deep-purple-400 {
  border-color: #7e57c2 !important;
}

.border-t-deep-purple-400 {
  border-top-color: #7e57c2 !important;
}

.border-r-deep-purple-400 {
  border-right-color: #7e57c2 !important;
}

.border-b-deep-purple-400 {
  border-bottom-color: #7e57c2 !important;
}

.border-l-deep-purple-400 {
  border-left-color: #7e57c2 !important;
}

.border-x-deep-purple-400 {
  border-left-color: #7e57c2 !important;
  border-right-color: #7e57c2 !important;
}

.border-y-deep-purple-400 {
  border-top-color: #7e57c2 !important;
  border-bottom-color: #7e57c2 !important;
}

.text-deep-purple-500 {
  color: #673ab7 !important;
}

.text-h-deep-purple-500:hover {
  color: #673ab7 !important;
}

.bg-deep-purple-500 {
  background-color: #673ab7 !important;
}

.bg-h-deep-purple-500:hover {
  background-color: #673ab7 !important;
}

.border-deep-purple-500 {
  border-color: #673ab7 !important;
}

.border-t-deep-purple-500 {
  border-top-color: #673ab7 !important;
}

.border-r-deep-purple-500 {
  border-right-color: #673ab7 !important;
}

.border-b-deep-purple-500 {
  border-bottom-color: #673ab7 !important;
}

.border-l-deep-purple-500 {
  border-left-color: #673ab7 !important;
}

.border-x-deep-purple-500 {
  border-left-color: #673ab7 !important;
  border-right-color: #673ab7 !important;
}

.border-y-deep-purple-500 {
  border-top-color: #673ab7 !important;
  border-bottom-color: #673ab7 !important;
}

.text-deep-purple-600 {
  color: #5e35b1 !important;
}

.text-h-deep-purple-600:hover {
  color: #5e35b1 !important;
}

.bg-deep-purple-600 {
  background-color: #5e35b1 !important;
}

.bg-h-deep-purple-600:hover {
  background-color: #5e35b1 !important;
}

.border-deep-purple-600 {
  border-color: #5e35b1 !important;
}

.border-t-deep-purple-600 {
  border-top-color: #5e35b1 !important;
}

.border-r-deep-purple-600 {
  border-right-color: #5e35b1 !important;
}

.border-b-deep-purple-600 {
  border-bottom-color: #5e35b1 !important;
}

.border-l-deep-purple-600 {
  border-left-color: #5e35b1 !important;
}

.border-x-deep-purple-600 {
  border-left-color: #5e35b1 !important;
  border-right-color: #5e35b1 !important;
}

.border-y-deep-purple-600 {
  border-top-color: #5e35b1 !important;
  border-bottom-color: #5e35b1 !important;
}

.text-deep-purple-700 {
  color: #512da8 !important;
}

.text-h-deep-purple-700:hover {
  color: #512da8 !important;
}

.bg-deep-purple-700 {
  background-color: #512da8 !important;
}

.bg-h-deep-purple-700:hover {
  background-color: #512da8 !important;
}

.border-deep-purple-700 {
  border-color: #512da8 !important;
}

.border-t-deep-purple-700 {
  border-top-color: #512da8 !important;
}

.border-r-deep-purple-700 {
  border-right-color: #512da8 !important;
}

.border-b-deep-purple-700 {
  border-bottom-color: #512da8 !important;
}

.border-l-deep-purple-700 {
  border-left-color: #512da8 !important;
}

.border-x-deep-purple-700 {
  border-left-color: #512da8 !important;
  border-right-color: #512da8 !important;
}

.border-y-deep-purple-700 {
  border-top-color: #512da8 !important;
  border-bottom-color: #512da8 !important;
}

.text-deep-purple-800 {
  color: #4527a0 !important;
}

.text-h-deep-purple-800:hover {
  color: #4527a0 !important;
}

.bg-deep-purple-800 {
  background-color: #4527a0 !important;
}

.bg-h-deep-purple-800:hover {
  background-color: #4527a0 !important;
}

.border-deep-purple-800 {
  border-color: #4527a0 !important;
}

.border-t-deep-purple-800 {
  border-top-color: #4527a0 !important;
}

.border-r-deep-purple-800 {
  border-right-color: #4527a0 !important;
}

.border-b-deep-purple-800 {
  border-bottom-color: #4527a0 !important;
}

.border-l-deep-purple-800 {
  border-left-color: #4527a0 !important;
}

.border-x-deep-purple-800 {
  border-left-color: #4527a0 !important;
  border-right-color: #4527a0 !important;
}

.border-y-deep-purple-800 {
  border-top-color: #4527a0 !important;
  border-bottom-color: #4527a0 !important;
}

.text-deep-purple-900 {
  color: #311b92 !important;
}

.text-h-deep-purple-900:hover {
  color: #311b92 !important;
}

.bg-deep-purple-900 {
  background-color: #311b92 !important;
}

.bg-h-deep-purple-900:hover {
  background-color: #311b92 !important;
}

.border-deep-purple-900 {
  border-color: #311b92 !important;
}

.border-t-deep-purple-900 {
  border-top-color: #311b92 !important;
}

.border-r-deep-purple-900 {
  border-right-color: #311b92 !important;
}

.border-b-deep-purple-900 {
  border-bottom-color: #311b92 !important;
}

.border-l-deep-purple-900 {
  border-left-color: #311b92 !important;
}

.border-x-deep-purple-900 {
  border-left-color: #311b92 !important;
  border-right-color: #311b92 !important;
}

.border-y-deep-purple-900 {
  border-top-color: #311b92 !important;
  border-bottom-color: #311b92 !important;
}

.text-deep-purple-a100 {
  color: #b388ff !important;
}

.text-h-deep-purple-a100:hover {
  color: #b388ff !important;
}

.bg-deep-purple-a100 {
  background-color: #b388ff !important;
}

.bg-h-deep-purple-a100:hover {
  background-color: #b388ff !important;
}

.border-deep-purple-a100 {
  border-color: #b388ff !important;
}

.border-t-deep-purple-a100 {
  border-top-color: #b388ff !important;
}

.border-r-deep-purple-a100 {
  border-right-color: #b388ff !important;
}

.border-b-deep-purple-a100 {
  border-bottom-color: #b388ff !important;
}

.border-l-deep-purple-a100 {
  border-left-color: #b388ff !important;
}

.border-x-deep-purple-a100 {
  border-left-color: #b388ff !important;
  border-right-color: #b388ff !important;
}

.border-y-deep-purple-a100 {
  border-top-color: #b388ff !important;
  border-bottom-color: #b388ff !important;
}

.text-deep-purple-a200 {
  color: #7c4dff !important;
}

.text-h-deep-purple-a200:hover {
  color: #7c4dff !important;
}

.bg-deep-purple-a200 {
  background-color: #7c4dff !important;
}

.bg-h-deep-purple-a200:hover {
  background-color: #7c4dff !important;
}

.border-deep-purple-a200 {
  border-color: #7c4dff !important;
}

.border-t-deep-purple-a200 {
  border-top-color: #7c4dff !important;
}

.border-r-deep-purple-a200 {
  border-right-color: #7c4dff !important;
}

.border-b-deep-purple-a200 {
  border-bottom-color: #7c4dff !important;
}

.border-l-deep-purple-a200 {
  border-left-color: #7c4dff !important;
}

.border-x-deep-purple-a200 {
  border-left-color: #7c4dff !important;
  border-right-color: #7c4dff !important;
}

.border-y-deep-purple-a200 {
  border-top-color: #7c4dff !important;
  border-bottom-color: #7c4dff !important;
}

.text-deep-purple-a400 {
  color: #651fff !important;
}

.text-h-deep-purple-a400:hover {
  color: #651fff !important;
}

.bg-deep-purple-a400 {
  background-color: #651fff !important;
}

.bg-h-deep-purple-a400:hover {
  background-color: #651fff !important;
}

.border-deep-purple-a400 {
  border-color: #651fff !important;
}

.border-t-deep-purple-a400 {
  border-top-color: #651fff !important;
}

.border-r-deep-purple-a400 {
  border-right-color: #651fff !important;
}

.border-b-deep-purple-a400 {
  border-bottom-color: #651fff !important;
}

.border-l-deep-purple-a400 {
  border-left-color: #651fff !important;
}

.border-x-deep-purple-a400 {
  border-left-color: #651fff !important;
  border-right-color: #651fff !important;
}

.border-y-deep-purple-a400 {
  border-top-color: #651fff !important;
  border-bottom-color: #651fff !important;
}

.text-deep-purple-a700 {
  color: #6200ea !important;
}

.text-h-deep-purple-a700:hover {
  color: #6200ea !important;
}

.bg-deep-purple-a700 {
  background-color: #6200ea !important;
}

.bg-h-deep-purple-a700:hover {
  background-color: #6200ea !important;
}

.border-deep-purple-a700 {
  border-color: #6200ea !important;
}

.border-t-deep-purple-a700 {
  border-top-color: #6200ea !important;
}

.border-r-deep-purple-a700 {
  border-right-color: #6200ea !important;
}

.border-b-deep-purple-a700 {
  border-bottom-color: #6200ea !important;
}

.border-l-deep-purple-a700 {
  border-left-color: #6200ea !important;
}

.border-x-deep-purple-a700 {
  border-left-color: #6200ea !important;
  border-right-color: #6200ea !important;
}

.border-y-deep-purple-a700 {
  border-top-color: #6200ea !important;
  border-bottom-color: #6200ea !important;
}

.text-indigo-50 {
  color: #e8eaf6 !important;
}

.text-h-indigo-50:hover {
  color: #e8eaf6 !important;
}

.bg-indigo-50 {
  background-color: #e8eaf6 !important;
}

.bg-h-indigo-50:hover {
  background-color: #e8eaf6 !important;
}

.border-indigo-50 {
  border-color: #e8eaf6 !important;
}

.border-t-indigo-50 {
  border-top-color: #e8eaf6 !important;
}

.border-r-indigo-50 {
  border-right-color: #e8eaf6 !important;
}

.border-b-indigo-50 {
  border-bottom-color: #e8eaf6 !important;
}

.border-l-indigo-50 {
  border-left-color: #e8eaf6 !important;
}

.border-x-indigo-50 {
  border-left-color: #e8eaf6 !important;
  border-right-color: #e8eaf6 !important;
}

.border-y-indigo-50 {
  border-top-color: #e8eaf6 !important;
  border-bottom-color: #e8eaf6 !important;
}

.text-indigo-100 {
  color: #c5cae9 !important;
}

.text-h-indigo-100:hover {
  color: #c5cae9 !important;
}

.bg-indigo-100 {
  background-color: #c5cae9 !important;
}

.bg-h-indigo-100:hover {
  background-color: #c5cae9 !important;
}

.border-indigo-100 {
  border-color: #c5cae9 !important;
}

.border-t-indigo-100 {
  border-top-color: #c5cae9 !important;
}

.border-r-indigo-100 {
  border-right-color: #c5cae9 !important;
}

.border-b-indigo-100 {
  border-bottom-color: #c5cae9 !important;
}

.border-l-indigo-100 {
  border-left-color: #c5cae9 !important;
}

.border-x-indigo-100 {
  border-left-color: #c5cae9 !important;
  border-right-color: #c5cae9 !important;
}

.border-y-indigo-100 {
  border-top-color: #c5cae9 !important;
  border-bottom-color: #c5cae9 !important;
}

.text-indigo-200 {
  color: #9fa8da !important;
}

.text-h-indigo-200:hover {
  color: #9fa8da !important;
}

.bg-indigo-200 {
  background-color: #9fa8da !important;
}

.bg-h-indigo-200:hover {
  background-color: #9fa8da !important;
}

.border-indigo-200 {
  border-color: #9fa8da !important;
}

.border-t-indigo-200 {
  border-top-color: #9fa8da !important;
}

.border-r-indigo-200 {
  border-right-color: #9fa8da !important;
}

.border-b-indigo-200 {
  border-bottom-color: #9fa8da !important;
}

.border-l-indigo-200 {
  border-left-color: #9fa8da !important;
}

.border-x-indigo-200 {
  border-left-color: #9fa8da !important;
  border-right-color: #9fa8da !important;
}

.border-y-indigo-200 {
  border-top-color: #9fa8da !important;
  border-bottom-color: #9fa8da !important;
}

.text-indigo-300 {
  color: #7986cb !important;
}

.text-h-indigo-300:hover {
  color: #7986cb !important;
}

.bg-indigo-300 {
  background-color: #7986cb !important;
}

.bg-h-indigo-300:hover {
  background-color: #7986cb !important;
}

.border-indigo-300 {
  border-color: #7986cb !important;
}

.border-t-indigo-300 {
  border-top-color: #7986cb !important;
}

.border-r-indigo-300 {
  border-right-color: #7986cb !important;
}

.border-b-indigo-300 {
  border-bottom-color: #7986cb !important;
}

.border-l-indigo-300 {
  border-left-color: #7986cb !important;
}

.border-x-indigo-300 {
  border-left-color: #7986cb !important;
  border-right-color: #7986cb !important;
}

.border-y-indigo-300 {
  border-top-color: #7986cb !important;
  border-bottom-color: #7986cb !important;
}

.text-indigo-400 {
  color: #5c6bc0 !important;
}

.text-h-indigo-400:hover {
  color: #5c6bc0 !important;
}

.bg-indigo-400 {
  background-color: #5c6bc0 !important;
}

.bg-h-indigo-400:hover {
  background-color: #5c6bc0 !important;
}

.border-indigo-400 {
  border-color: #5c6bc0 !important;
}

.border-t-indigo-400 {
  border-top-color: #5c6bc0 !important;
}

.border-r-indigo-400 {
  border-right-color: #5c6bc0 !important;
}

.border-b-indigo-400 {
  border-bottom-color: #5c6bc0 !important;
}

.border-l-indigo-400 {
  border-left-color: #5c6bc0 !important;
}

.border-x-indigo-400 {
  border-left-color: #5c6bc0 !important;
  border-right-color: #5c6bc0 !important;
}

.border-y-indigo-400 {
  border-top-color: #5c6bc0 !important;
  border-bottom-color: #5c6bc0 !important;
}

.text-indigo-500 {
  color: #3f51b5 !important;
}

.text-h-indigo-500:hover {
  color: #3f51b5 !important;
}

.bg-indigo-500 {
  background-color: #3f51b5 !important;
}

.bg-h-indigo-500:hover {
  background-color: #3f51b5 !important;
}

.border-indigo-500 {
  border-color: #3f51b5 !important;
}

.border-t-indigo-500 {
  border-top-color: #3f51b5 !important;
}

.border-r-indigo-500 {
  border-right-color: #3f51b5 !important;
}

.border-b-indigo-500 {
  border-bottom-color: #3f51b5 !important;
}

.border-l-indigo-500 {
  border-left-color: #3f51b5 !important;
}

.border-x-indigo-500 {
  border-left-color: #3f51b5 !important;
  border-right-color: #3f51b5 !important;
}

.border-y-indigo-500 {
  border-top-color: #3f51b5 !important;
  border-bottom-color: #3f51b5 !important;
}

.text-indigo-600 {
  color: #3949ab !important;
}

.text-h-indigo-600:hover {
  color: #3949ab !important;
}

.bg-indigo-600 {
  background-color: #3949ab !important;
}

.bg-h-indigo-600:hover {
  background-color: #3949ab !important;
}

.border-indigo-600 {
  border-color: #3949ab !important;
}

.border-t-indigo-600 {
  border-top-color: #3949ab !important;
}

.border-r-indigo-600 {
  border-right-color: #3949ab !important;
}

.border-b-indigo-600 {
  border-bottom-color: #3949ab !important;
}

.border-l-indigo-600 {
  border-left-color: #3949ab !important;
}

.border-x-indigo-600 {
  border-left-color: #3949ab !important;
  border-right-color: #3949ab !important;
}

.border-y-indigo-600 {
  border-top-color: #3949ab !important;
  border-bottom-color: #3949ab !important;
}

.text-indigo-700 {
  color: #303f9f !important;
}

.text-h-indigo-700:hover {
  color: #303f9f !important;
}

.bg-indigo-700 {
  background-color: #303f9f !important;
}

.bg-h-indigo-700:hover {
  background-color: #303f9f !important;
}

.border-indigo-700 {
  border-color: #303f9f !important;
}

.border-t-indigo-700 {
  border-top-color: #303f9f !important;
}

.border-r-indigo-700 {
  border-right-color: #303f9f !important;
}

.border-b-indigo-700 {
  border-bottom-color: #303f9f !important;
}

.border-l-indigo-700 {
  border-left-color: #303f9f !important;
}

.border-x-indigo-700 {
  border-left-color: #303f9f !important;
  border-right-color: #303f9f !important;
}

.border-y-indigo-700 {
  border-top-color: #303f9f !important;
  border-bottom-color: #303f9f !important;
}

.text-indigo-800 {
  color: #283593 !important;
}

.text-h-indigo-800:hover {
  color: #283593 !important;
}

.bg-indigo-800 {
  background-color: #283593 !important;
}

.bg-h-indigo-800:hover {
  background-color: #283593 !important;
}

.border-indigo-800 {
  border-color: #283593 !important;
}

.border-t-indigo-800 {
  border-top-color: #283593 !important;
}

.border-r-indigo-800 {
  border-right-color: #283593 !important;
}

.border-b-indigo-800 {
  border-bottom-color: #283593 !important;
}

.border-l-indigo-800 {
  border-left-color: #283593 !important;
}

.border-x-indigo-800 {
  border-left-color: #283593 !important;
  border-right-color: #283593 !important;
}

.border-y-indigo-800 {
  border-top-color: #283593 !important;
  border-bottom-color: #283593 !important;
}

.text-indigo-900 {
  color: #1a237e !important;
}

.text-h-indigo-900:hover {
  color: #1a237e !important;
}

.bg-indigo-900 {
  background-color: #1a237e !important;
}

.bg-h-indigo-900:hover {
  background-color: #1a237e !important;
}

.border-indigo-900 {
  border-color: #1a237e !important;
}

.border-t-indigo-900 {
  border-top-color: #1a237e !important;
}

.border-r-indigo-900 {
  border-right-color: #1a237e !important;
}

.border-b-indigo-900 {
  border-bottom-color: #1a237e !important;
}

.border-l-indigo-900 {
  border-left-color: #1a237e !important;
}

.border-x-indigo-900 {
  border-left-color: #1a237e !important;
  border-right-color: #1a237e !important;
}

.border-y-indigo-900 {
  border-top-color: #1a237e !important;
  border-bottom-color: #1a237e !important;
}

.text-indigo-a100 {
  color: #8c9eff !important;
}

.text-h-indigo-a100:hover {
  color: #8c9eff !important;
}

.bg-indigo-a100 {
  background-color: #8c9eff !important;
}

.bg-h-indigo-a100:hover {
  background-color: #8c9eff !important;
}

.border-indigo-a100 {
  border-color: #8c9eff !important;
}

.border-t-indigo-a100 {
  border-top-color: #8c9eff !important;
}

.border-r-indigo-a100 {
  border-right-color: #8c9eff !important;
}

.border-b-indigo-a100 {
  border-bottom-color: #8c9eff !important;
}

.border-l-indigo-a100 {
  border-left-color: #8c9eff !important;
}

.border-x-indigo-a100 {
  border-left-color: #8c9eff !important;
  border-right-color: #8c9eff !important;
}

.border-y-indigo-a100 {
  border-top-color: #8c9eff !important;
  border-bottom-color: #8c9eff !important;
}

.text-indigo-a200 {
  color: #536dfe !important;
}

.text-h-indigo-a200:hover {
  color: #536dfe !important;
}

.bg-indigo-a200 {
  background-color: #536dfe !important;
}

.bg-h-indigo-a200:hover {
  background-color: #536dfe !important;
}

.border-indigo-a200 {
  border-color: #536dfe !important;
}

.border-t-indigo-a200 {
  border-top-color: #536dfe !important;
}

.border-r-indigo-a200 {
  border-right-color: #536dfe !important;
}

.border-b-indigo-a200 {
  border-bottom-color: #536dfe !important;
}

.border-l-indigo-a200 {
  border-left-color: #536dfe !important;
}

.border-x-indigo-a200 {
  border-left-color: #536dfe !important;
  border-right-color: #536dfe !important;
}

.border-y-indigo-a200 {
  border-top-color: #536dfe !important;
  border-bottom-color: #536dfe !important;
}

.text-indigo-a400 {
  color: #3d5afe !important;
}

.text-h-indigo-a400:hover {
  color: #3d5afe !important;
}

.bg-indigo-a400 {
  background-color: #3d5afe !important;
}

.bg-h-indigo-a400:hover {
  background-color: #3d5afe !important;
}

.border-indigo-a400 {
  border-color: #3d5afe !important;
}

.border-t-indigo-a400 {
  border-top-color: #3d5afe !important;
}

.border-r-indigo-a400 {
  border-right-color: #3d5afe !important;
}

.border-b-indigo-a400 {
  border-bottom-color: #3d5afe !important;
}

.border-l-indigo-a400 {
  border-left-color: #3d5afe !important;
}

.border-x-indigo-a400 {
  border-left-color: #3d5afe !important;
  border-right-color: #3d5afe !important;
}

.border-y-indigo-a400 {
  border-top-color: #3d5afe !important;
  border-bottom-color: #3d5afe !important;
}

.text-indigo-a700 {
  color: #304ffe !important;
}

.text-h-indigo-a700:hover {
  color: #304ffe !important;
}

.bg-indigo-a700 {
  background-color: #304ffe !important;
}

.bg-h-indigo-a700:hover {
  background-color: #304ffe !important;
}

.border-indigo-a700 {
  border-color: #304ffe !important;
}

.border-t-indigo-a700 {
  border-top-color: #304ffe !important;
}

.border-r-indigo-a700 {
  border-right-color: #304ffe !important;
}

.border-b-indigo-a700 {
  border-bottom-color: #304ffe !important;
}

.border-l-indigo-a700 {
  border-left-color: #304ffe !important;
}

.border-x-indigo-a700 {
  border-left-color: #304ffe !important;
  border-right-color: #304ffe !important;
}

.border-y-indigo-a700 {
  border-top-color: #304ffe !important;
  border-bottom-color: #304ffe !important;
}

.text-blue-50 {
  color: #e3f2fd !important;
}

.text-h-blue-50:hover {
  color: #e3f2fd !important;
}

.bg-blue-50 {
  background-color: #e3f2fd !important;
}

.bg-h-blue-50:hover {
  background-color: #e3f2fd !important;
}

.border-blue-50 {
  border-color: #e3f2fd !important;
}

.border-t-blue-50 {
  border-top-color: #e3f2fd !important;
}

.border-r-blue-50 {
  border-right-color: #e3f2fd !important;
}

.border-b-blue-50 {
  border-bottom-color: #e3f2fd !important;
}

.border-l-blue-50 {
  border-left-color: #e3f2fd !important;
}

.border-x-blue-50 {
  border-left-color: #e3f2fd !important;
  border-right-color: #e3f2fd !important;
}

.border-y-blue-50 {
  border-top-color: #e3f2fd !important;
  border-bottom-color: #e3f2fd !important;
}

.text-blue-100 {
  color: #bbdefb !important;
}

.text-h-blue-100:hover {
  color: #bbdefb !important;
}

.bg-blue-100 {
  background-color: #bbdefb !important;
}

.bg-h-blue-100:hover {
  background-color: #bbdefb !important;
}

.border-blue-100 {
  border-color: #bbdefb !important;
}

.border-t-blue-100 {
  border-top-color: #bbdefb !important;
}

.border-r-blue-100 {
  border-right-color: #bbdefb !important;
}

.border-b-blue-100 {
  border-bottom-color: #bbdefb !important;
}

.border-l-blue-100 {
  border-left-color: #bbdefb !important;
}

.border-x-blue-100 {
  border-left-color: #bbdefb !important;
  border-right-color: #bbdefb !important;
}

.border-y-blue-100 {
  border-top-color: #bbdefb !important;
  border-bottom-color: #bbdefb !important;
}

.text-blue-200 {
  color: #90caf9 !important;
}

.text-h-blue-200:hover {
  color: #90caf9 !important;
}

.bg-blue-200 {
  background-color: #90caf9 !important;
}

.bg-h-blue-200:hover {
  background-color: #90caf9 !important;
}

.border-blue-200 {
  border-color: #90caf9 !important;
}

.border-t-blue-200 {
  border-top-color: #90caf9 !important;
}

.border-r-blue-200 {
  border-right-color: #90caf9 !important;
}

.border-b-blue-200 {
  border-bottom-color: #90caf9 !important;
}

.border-l-blue-200 {
  border-left-color: #90caf9 !important;
}

.border-x-blue-200 {
  border-left-color: #90caf9 !important;
  border-right-color: #90caf9 !important;
}

.border-y-blue-200 {
  border-top-color: #90caf9 !important;
  border-bottom-color: #90caf9 !important;
}

.text-blue-300 {
  color: #64b5f6 !important;
}

.text-h-blue-300:hover {
  color: #64b5f6 !important;
}

.bg-blue-300 {
  background-color: #64b5f6 !important;
}

.bg-h-blue-300:hover {
  background-color: #64b5f6 !important;
}

.border-blue-300 {
  border-color: #64b5f6 !important;
}

.border-t-blue-300 {
  border-top-color: #64b5f6 !important;
}

.border-r-blue-300 {
  border-right-color: #64b5f6 !important;
}

.border-b-blue-300 {
  border-bottom-color: #64b5f6 !important;
}

.border-l-blue-300 {
  border-left-color: #64b5f6 !important;
}

.border-x-blue-300 {
  border-left-color: #64b5f6 !important;
  border-right-color: #64b5f6 !important;
}

.border-y-blue-300 {
  border-top-color: #64b5f6 !important;
  border-bottom-color: #64b5f6 !important;
}

.text-blue-400 {
  color: #42a5f5 !important;
}

.text-h-blue-400:hover {
  color: #42a5f5 !important;
}

.bg-blue-400 {
  background-color: #42a5f5 !important;
}

.bg-h-blue-400:hover {
  background-color: #42a5f5 !important;
}

.border-blue-400 {
  border-color: #42a5f5 !important;
}

.border-t-blue-400 {
  border-top-color: #42a5f5 !important;
}

.border-r-blue-400 {
  border-right-color: #42a5f5 !important;
}

.border-b-blue-400 {
  border-bottom-color: #42a5f5 !important;
}

.border-l-blue-400 {
  border-left-color: #42a5f5 !important;
}

.border-x-blue-400 {
  border-left-color: #42a5f5 !important;
  border-right-color: #42a5f5 !important;
}

.border-y-blue-400 {
  border-top-color: #42a5f5 !important;
  border-bottom-color: #42a5f5 !important;
}

.text-blue-500 {
  color: #2196f3 !important;
}

.text-h-blue-500:hover {
  color: #2196f3 !important;
}

.bg-blue-500 {
  background-color: #2196f3 !important;
}

.bg-h-blue-500:hover {
  background-color: #2196f3 !important;
}

.border-blue-500 {
  border-color: #2196f3 !important;
}

.border-t-blue-500 {
  border-top-color: #2196f3 !important;
}

.border-r-blue-500 {
  border-right-color: #2196f3 !important;
}

.border-b-blue-500 {
  border-bottom-color: #2196f3 !important;
}

.border-l-blue-500 {
  border-left-color: #2196f3 !important;
}

.border-x-blue-500 {
  border-left-color: #2196f3 !important;
  border-right-color: #2196f3 !important;
}

.border-y-blue-500 {
  border-top-color: #2196f3 !important;
  border-bottom-color: #2196f3 !important;
}

.text-blue-600 {
  color: #1e88e5 !important;
}

.text-h-blue-600:hover {
  color: #1e88e5 !important;
}

.bg-blue-600 {
  background-color: #1e88e5 !important;
}

.bg-h-blue-600:hover {
  background-color: #1e88e5 !important;
}

.border-blue-600 {
  border-color: #1e88e5 !important;
}

.border-t-blue-600 {
  border-top-color: #1e88e5 !important;
}

.border-r-blue-600 {
  border-right-color: #1e88e5 !important;
}

.border-b-blue-600 {
  border-bottom-color: #1e88e5 !important;
}

.border-l-blue-600 {
  border-left-color: #1e88e5 !important;
}

.border-x-blue-600 {
  border-left-color: #1e88e5 !important;
  border-right-color: #1e88e5 !important;
}

.border-y-blue-600 {
  border-top-color: #1e88e5 !important;
  border-bottom-color: #1e88e5 !important;
}

.text-blue-700 {
  color: #1976d2 !important;
}

.text-h-blue-700:hover {
  color: #1976d2 !important;
}

.bg-blue-700 {
  background-color: #1976d2 !important;
}

.bg-h-blue-700:hover {
  background-color: #1976d2 !important;
}

.border-blue-700 {
  border-color: #1976d2 !important;
}

.border-t-blue-700 {
  border-top-color: #1976d2 !important;
}

.border-r-blue-700 {
  border-right-color: #1976d2 !important;
}

.border-b-blue-700 {
  border-bottom-color: #1976d2 !important;
}

.border-l-blue-700 {
  border-left-color: #1976d2 !important;
}

.border-x-blue-700 {
  border-left-color: #1976d2 !important;
  border-right-color: #1976d2 !important;
}

.border-y-blue-700 {
  border-top-color: #1976d2 !important;
  border-bottom-color: #1976d2 !important;
}

.text-blue-800 {
  color: #1565c0 !important;
}

.text-h-blue-800:hover {
  color: #1565c0 !important;
}

.bg-blue-800 {
  background-color: #1565c0 !important;
}

.bg-h-blue-800:hover {
  background-color: #1565c0 !important;
}

.border-blue-800 {
  border-color: #1565c0 !important;
}

.border-t-blue-800 {
  border-top-color: #1565c0 !important;
}

.border-r-blue-800 {
  border-right-color: #1565c0 !important;
}

.border-b-blue-800 {
  border-bottom-color: #1565c0 !important;
}

.border-l-blue-800 {
  border-left-color: #1565c0 !important;
}

.border-x-blue-800 {
  border-left-color: #1565c0 !important;
  border-right-color: #1565c0 !important;
}

.border-y-blue-800 {
  border-top-color: #1565c0 !important;
  border-bottom-color: #1565c0 !important;
}

.text-blue-900 {
  color: #0d47a1 !important;
}

.text-h-blue-900:hover {
  color: #0d47a1 !important;
}

.bg-blue-900 {
  background-color: #0d47a1 !important;
}

.bg-h-blue-900:hover {
  background-color: #0d47a1 !important;
}

.border-blue-900 {
  border-color: #0d47a1 !important;
}

.border-t-blue-900 {
  border-top-color: #0d47a1 !important;
}

.border-r-blue-900 {
  border-right-color: #0d47a1 !important;
}

.border-b-blue-900 {
  border-bottom-color: #0d47a1 !important;
}

.border-l-blue-900 {
  border-left-color: #0d47a1 !important;
}

.border-x-blue-900 {
  border-left-color: #0d47a1 !important;
  border-right-color: #0d47a1 !important;
}

.border-y-blue-900 {
  border-top-color: #0d47a1 !important;
  border-bottom-color: #0d47a1 !important;
}

.text-blue-a100 {
  color: #82b1ff !important;
}

.text-h-blue-a100:hover {
  color: #82b1ff !important;
}

.bg-blue-a100 {
  background-color: #82b1ff !important;
}

.bg-h-blue-a100:hover {
  background-color: #82b1ff !important;
}

.border-blue-a100 {
  border-color: #82b1ff !important;
}

.border-t-blue-a100 {
  border-top-color: #82b1ff !important;
}

.border-r-blue-a100 {
  border-right-color: #82b1ff !important;
}

.border-b-blue-a100 {
  border-bottom-color: #82b1ff !important;
}

.border-l-blue-a100 {
  border-left-color: #82b1ff !important;
}

.border-x-blue-a100 {
  border-left-color: #82b1ff !important;
  border-right-color: #82b1ff !important;
}

.border-y-blue-a100 {
  border-top-color: #82b1ff !important;
  border-bottom-color: #82b1ff !important;
}

.text-blue-a200 {
  color: #448aff !important;
}

.text-h-blue-a200:hover {
  color: #448aff !important;
}

.bg-blue-a200 {
  background-color: #448aff !important;
}

.bg-h-blue-a200:hover {
  background-color: #448aff !important;
}

.border-blue-a200 {
  border-color: #448aff !important;
}

.border-t-blue-a200 {
  border-top-color: #448aff !important;
}

.border-r-blue-a200 {
  border-right-color: #448aff !important;
}

.border-b-blue-a200 {
  border-bottom-color: #448aff !important;
}

.border-l-blue-a200 {
  border-left-color: #448aff !important;
}

.border-x-blue-a200 {
  border-left-color: #448aff !important;
  border-right-color: #448aff !important;
}

.border-y-blue-a200 {
  border-top-color: #448aff !important;
  border-bottom-color: #448aff !important;
}

.text-blue-a400 {
  color: #2979ff !important;
}

.text-h-blue-a400:hover {
  color: #2979ff !important;
}

.bg-blue-a400 {
  background-color: #2979ff !important;
}

.bg-h-blue-a400:hover {
  background-color: #2979ff !important;
}

.border-blue-a400 {
  border-color: #2979ff !important;
}

.border-t-blue-a400 {
  border-top-color: #2979ff !important;
}

.border-r-blue-a400 {
  border-right-color: #2979ff !important;
}

.border-b-blue-a400 {
  border-bottom-color: #2979ff !important;
}

.border-l-blue-a400 {
  border-left-color: #2979ff !important;
}

.border-x-blue-a400 {
  border-left-color: #2979ff !important;
  border-right-color: #2979ff !important;
}

.border-y-blue-a400 {
  border-top-color: #2979ff !important;
  border-bottom-color: #2979ff !important;
}

.text-blue-a700 {
  color: #2962ff !important;
}

.text-h-blue-a700:hover {
  color: #2962ff !important;
}

.bg-blue-a700 {
  background-color: #2962ff !important;
}

.bg-h-blue-a700:hover {
  background-color: #2962ff !important;
}

.border-blue-a700 {
  border-color: #2962ff !important;
}

.border-t-blue-a700 {
  border-top-color: #2962ff !important;
}

.border-r-blue-a700 {
  border-right-color: #2962ff !important;
}

.border-b-blue-a700 {
  border-bottom-color: #2962ff !important;
}

.border-l-blue-a700 {
  border-left-color: #2962ff !important;
}

.border-x-blue-a700 {
  border-left-color: #2962ff !important;
  border-right-color: #2962ff !important;
}

.border-y-blue-a700 {
  border-top-color: #2962ff !important;
  border-bottom-color: #2962ff !important;
}

.text-light-blue-50 {
  color: #e1f5fe !important;
}

.text-h-light-blue-50:hover {
  color: #e1f5fe !important;
}

.bg-light-blue-50 {
  background-color: #e1f5fe !important;
}

.bg-h-light-blue-50:hover {
  background-color: #e1f5fe !important;
}

.border-light-blue-50 {
  border-color: #e1f5fe !important;
}

.border-t-light-blue-50 {
  border-top-color: #e1f5fe !important;
}

.border-r-light-blue-50 {
  border-right-color: #e1f5fe !important;
}

.border-b-light-blue-50 {
  border-bottom-color: #e1f5fe !important;
}

.border-l-light-blue-50 {
  border-left-color: #e1f5fe !important;
}

.border-x-light-blue-50 {
  border-left-color: #e1f5fe !important;
  border-right-color: #e1f5fe !important;
}

.border-y-light-blue-50 {
  border-top-color: #e1f5fe !important;
  border-bottom-color: #e1f5fe !important;
}

.text-light-blue-100 {
  color: #b3e5fc !important;
}

.text-h-light-blue-100:hover {
  color: #b3e5fc !important;
}

.bg-light-blue-100 {
  background-color: #b3e5fc !important;
}

.bg-h-light-blue-100:hover {
  background-color: #b3e5fc !important;
}

.border-light-blue-100 {
  border-color: #b3e5fc !important;
}

.border-t-light-blue-100 {
  border-top-color: #b3e5fc !important;
}

.border-r-light-blue-100 {
  border-right-color: #b3e5fc !important;
}

.border-b-light-blue-100 {
  border-bottom-color: #b3e5fc !important;
}

.border-l-light-blue-100 {
  border-left-color: #b3e5fc !important;
}

.border-x-light-blue-100 {
  border-left-color: #b3e5fc !important;
  border-right-color: #b3e5fc !important;
}

.border-y-light-blue-100 {
  border-top-color: #b3e5fc !important;
  border-bottom-color: #b3e5fc !important;
}

.text-light-blue-200 {
  color: #81d4fa !important;
}

.text-h-light-blue-200:hover {
  color: #81d4fa !important;
}

.bg-light-blue-200 {
  background-color: #81d4fa !important;
}

.bg-h-light-blue-200:hover {
  background-color: #81d4fa !important;
}

.border-light-blue-200 {
  border-color: #81d4fa !important;
}

.border-t-light-blue-200 {
  border-top-color: #81d4fa !important;
}

.border-r-light-blue-200 {
  border-right-color: #81d4fa !important;
}

.border-b-light-blue-200 {
  border-bottom-color: #81d4fa !important;
}

.border-l-light-blue-200 {
  border-left-color: #81d4fa !important;
}

.border-x-light-blue-200 {
  border-left-color: #81d4fa !important;
  border-right-color: #81d4fa !important;
}

.border-y-light-blue-200 {
  border-top-color: #81d4fa !important;
  border-bottom-color: #81d4fa !important;
}

.text-light-blue-300 {
  color: #4fc3f7 !important;
}

.text-h-light-blue-300:hover {
  color: #4fc3f7 !important;
}

.bg-light-blue-300 {
  background-color: #4fc3f7 !important;
}

.bg-h-light-blue-300:hover {
  background-color: #4fc3f7 !important;
}

.border-light-blue-300 {
  border-color: #4fc3f7 !important;
}

.border-t-light-blue-300 {
  border-top-color: #4fc3f7 !important;
}

.border-r-light-blue-300 {
  border-right-color: #4fc3f7 !important;
}

.border-b-light-blue-300 {
  border-bottom-color: #4fc3f7 !important;
}

.border-l-light-blue-300 {
  border-left-color: #4fc3f7 !important;
}

.border-x-light-blue-300 {
  border-left-color: #4fc3f7 !important;
  border-right-color: #4fc3f7 !important;
}

.border-y-light-blue-300 {
  border-top-color: #4fc3f7 !important;
  border-bottom-color: #4fc3f7 !important;
}

.text-light-blue-400 {
  color: #29b6f6 !important;
}

.text-h-light-blue-400:hover {
  color: #29b6f6 !important;
}

.bg-light-blue-400 {
  background-color: #29b6f6 !important;
}

.bg-h-light-blue-400:hover {
  background-color: #29b6f6 !important;
}

.border-light-blue-400 {
  border-color: #29b6f6 !important;
}

.border-t-light-blue-400 {
  border-top-color: #29b6f6 !important;
}

.border-r-light-blue-400 {
  border-right-color: #29b6f6 !important;
}

.border-b-light-blue-400 {
  border-bottom-color: #29b6f6 !important;
}

.border-l-light-blue-400 {
  border-left-color: #29b6f6 !important;
}

.border-x-light-blue-400 {
  border-left-color: #29b6f6 !important;
  border-right-color: #29b6f6 !important;
}

.border-y-light-blue-400 {
  border-top-color: #29b6f6 !important;
  border-bottom-color: #29b6f6 !important;
}

.text-light-blue-500 {
  color: #03a9f4 !important;
}

.text-h-light-blue-500:hover {
  color: #03a9f4 !important;
}

.bg-light-blue-500 {
  background-color: #03a9f4 !important;
}

.bg-h-light-blue-500:hover {
  background-color: #03a9f4 !important;
}

.border-light-blue-500 {
  border-color: #03a9f4 !important;
}

.border-t-light-blue-500 {
  border-top-color: #03a9f4 !important;
}

.border-r-light-blue-500 {
  border-right-color: #03a9f4 !important;
}

.border-b-light-blue-500 {
  border-bottom-color: #03a9f4 !important;
}

.border-l-light-blue-500 {
  border-left-color: #03a9f4 !important;
}

.border-x-light-blue-500 {
  border-left-color: #03a9f4 !important;
  border-right-color: #03a9f4 !important;
}

.border-y-light-blue-500 {
  border-top-color: #03a9f4 !important;
  border-bottom-color: #03a9f4 !important;
}

.text-light-blue-600 {
  color: #039be5 !important;
}

.text-h-light-blue-600:hover {
  color: #039be5 !important;
}

.bg-light-blue-600 {
  background-color: #039be5 !important;
}

.bg-h-light-blue-600:hover {
  background-color: #039be5 !important;
}

.border-light-blue-600 {
  border-color: #039be5 !important;
}

.border-t-light-blue-600 {
  border-top-color: #039be5 !important;
}

.border-r-light-blue-600 {
  border-right-color: #039be5 !important;
}

.border-b-light-blue-600 {
  border-bottom-color: #039be5 !important;
}

.border-l-light-blue-600 {
  border-left-color: #039be5 !important;
}

.border-x-light-blue-600 {
  border-left-color: #039be5 !important;
  border-right-color: #039be5 !important;
}

.border-y-light-blue-600 {
  border-top-color: #039be5 !important;
  border-bottom-color: #039be5 !important;
}

.text-light-blue-700 {
  color: #0288d1 !important;
}

.text-h-light-blue-700:hover {
  color: #0288d1 !important;
}

.bg-light-blue-700 {
  background-color: #0288d1 !important;
}

.bg-h-light-blue-700:hover {
  background-color: #0288d1 !important;
}

.border-light-blue-700 {
  border-color: #0288d1 !important;
}

.border-t-light-blue-700 {
  border-top-color: #0288d1 !important;
}

.border-r-light-blue-700 {
  border-right-color: #0288d1 !important;
}

.border-b-light-blue-700 {
  border-bottom-color: #0288d1 !important;
}

.border-l-light-blue-700 {
  border-left-color: #0288d1 !important;
}

.border-x-light-blue-700 {
  border-left-color: #0288d1 !important;
  border-right-color: #0288d1 !important;
}

.border-y-light-blue-700 {
  border-top-color: #0288d1 !important;
  border-bottom-color: #0288d1 !important;
}

.text-light-blue-800 {
  color: #0277bd !important;
}

.text-h-light-blue-800:hover {
  color: #0277bd !important;
}

.bg-light-blue-800 {
  background-color: #0277bd !important;
}

.bg-h-light-blue-800:hover {
  background-color: #0277bd !important;
}

.border-light-blue-800 {
  border-color: #0277bd !important;
}

.border-t-light-blue-800 {
  border-top-color: #0277bd !important;
}

.border-r-light-blue-800 {
  border-right-color: #0277bd !important;
}

.border-b-light-blue-800 {
  border-bottom-color: #0277bd !important;
}

.border-l-light-blue-800 {
  border-left-color: #0277bd !important;
}

.border-x-light-blue-800 {
  border-left-color: #0277bd !important;
  border-right-color: #0277bd !important;
}

.border-y-light-blue-800 {
  border-top-color: #0277bd !important;
  border-bottom-color: #0277bd !important;
}

.text-light-blue-900 {
  color: #01579b !important;
}

.text-h-light-blue-900:hover {
  color: #01579b !important;
}

.bg-light-blue-900 {
  background-color: #01579b !important;
}

.bg-h-light-blue-900:hover {
  background-color: #01579b !important;
}

.border-light-blue-900 {
  border-color: #01579b !important;
}

.border-t-light-blue-900 {
  border-top-color: #01579b !important;
}

.border-r-light-blue-900 {
  border-right-color: #01579b !important;
}

.border-b-light-blue-900 {
  border-bottom-color: #01579b !important;
}

.border-l-light-blue-900 {
  border-left-color: #01579b !important;
}

.border-x-light-blue-900 {
  border-left-color: #01579b !important;
  border-right-color: #01579b !important;
}

.border-y-light-blue-900 {
  border-top-color: #01579b !important;
  border-bottom-color: #01579b !important;
}

.text-light-blue-a100 {
  color: #80d8ff !important;
}

.text-h-light-blue-a100:hover {
  color: #80d8ff !important;
}

.bg-light-blue-a100 {
  background-color: #80d8ff !important;
}

.bg-h-light-blue-a100:hover {
  background-color: #80d8ff !important;
}

.border-light-blue-a100 {
  border-color: #80d8ff !important;
}

.border-t-light-blue-a100 {
  border-top-color: #80d8ff !important;
}

.border-r-light-blue-a100 {
  border-right-color: #80d8ff !important;
}

.border-b-light-blue-a100 {
  border-bottom-color: #80d8ff !important;
}

.border-l-light-blue-a100 {
  border-left-color: #80d8ff !important;
}

.border-x-light-blue-a100 {
  border-left-color: #80d8ff !important;
  border-right-color: #80d8ff !important;
}

.border-y-light-blue-a100 {
  border-top-color: #80d8ff !important;
  border-bottom-color: #80d8ff !important;
}

.text-light-blue-a200 {
  color: #40c4ff !important;
}

.text-h-light-blue-a200:hover {
  color: #40c4ff !important;
}

.bg-light-blue-a200 {
  background-color: #40c4ff !important;
}

.bg-h-light-blue-a200:hover {
  background-color: #40c4ff !important;
}

.border-light-blue-a200 {
  border-color: #40c4ff !important;
}

.border-t-light-blue-a200 {
  border-top-color: #40c4ff !important;
}

.border-r-light-blue-a200 {
  border-right-color: #40c4ff !important;
}

.border-b-light-blue-a200 {
  border-bottom-color: #40c4ff !important;
}

.border-l-light-blue-a200 {
  border-left-color: #40c4ff !important;
}

.border-x-light-blue-a200 {
  border-left-color: #40c4ff !important;
  border-right-color: #40c4ff !important;
}

.border-y-light-blue-a200 {
  border-top-color: #40c4ff !important;
  border-bottom-color: #40c4ff !important;
}

.text-light-blue-a400 {
  color: #00b0ff !important;
}

.text-h-light-blue-a400:hover {
  color: #00b0ff !important;
}

.bg-light-blue-a400 {
  background-color: #00b0ff !important;
}

.bg-h-light-blue-a400:hover {
  background-color: #00b0ff !important;
}

.border-light-blue-a400 {
  border-color: #00b0ff !important;
}

.border-t-light-blue-a400 {
  border-top-color: #00b0ff !important;
}

.border-r-light-blue-a400 {
  border-right-color: #00b0ff !important;
}

.border-b-light-blue-a400 {
  border-bottom-color: #00b0ff !important;
}

.border-l-light-blue-a400 {
  border-left-color: #00b0ff !important;
}

.border-x-light-blue-a400 {
  border-left-color: #00b0ff !important;
  border-right-color: #00b0ff !important;
}

.border-y-light-blue-a400 {
  border-top-color: #00b0ff !important;
  border-bottom-color: #00b0ff !important;
}

.text-light-blue-a700 {
  color: #0091ea !important;
}

.text-h-light-blue-a700:hover {
  color: #0091ea !important;
}

.bg-light-blue-a700 {
  background-color: #0091ea !important;
}

.bg-h-light-blue-a700:hover {
  background-color: #0091ea !important;
}

.border-light-blue-a700 {
  border-color: #0091ea !important;
}

.border-t-light-blue-a700 {
  border-top-color: #0091ea !important;
}

.border-r-light-blue-a700 {
  border-right-color: #0091ea !important;
}

.border-b-light-blue-a700 {
  border-bottom-color: #0091ea !important;
}

.border-l-light-blue-a700 {
  border-left-color: #0091ea !important;
}

.border-x-light-blue-a700 {
  border-left-color: #0091ea !important;
  border-right-color: #0091ea !important;
}

.border-y-light-blue-a700 {
  border-top-color: #0091ea !important;
  border-bottom-color: #0091ea !important;
}

.text-cyan-50 {
  color: #e0f7fa !important;
}

.text-h-cyan-50:hover {
  color: #e0f7fa !important;
}

.bg-cyan-50 {
  background-color: #e0f7fa !important;
}

.bg-h-cyan-50:hover {
  background-color: #e0f7fa !important;
}

.border-cyan-50 {
  border-color: #e0f7fa !important;
}

.border-t-cyan-50 {
  border-top-color: #e0f7fa !important;
}

.border-r-cyan-50 {
  border-right-color: #e0f7fa !important;
}

.border-b-cyan-50 {
  border-bottom-color: #e0f7fa !important;
}

.border-l-cyan-50 {
  border-left-color: #e0f7fa !important;
}

.border-x-cyan-50 {
  border-left-color: #e0f7fa !important;
  border-right-color: #e0f7fa !important;
}

.border-y-cyan-50 {
  border-top-color: #e0f7fa !important;
  border-bottom-color: #e0f7fa !important;
}

.text-cyan-100 {
  color: #b2ebf2 !important;
}

.text-h-cyan-100:hover {
  color: #b2ebf2 !important;
}

.bg-cyan-100 {
  background-color: #b2ebf2 !important;
}

.bg-h-cyan-100:hover {
  background-color: #b2ebf2 !important;
}

.border-cyan-100 {
  border-color: #b2ebf2 !important;
}

.border-t-cyan-100 {
  border-top-color: #b2ebf2 !important;
}

.border-r-cyan-100 {
  border-right-color: #b2ebf2 !important;
}

.border-b-cyan-100 {
  border-bottom-color: #b2ebf2 !important;
}

.border-l-cyan-100 {
  border-left-color: #b2ebf2 !important;
}

.border-x-cyan-100 {
  border-left-color: #b2ebf2 !important;
  border-right-color: #b2ebf2 !important;
}

.border-y-cyan-100 {
  border-top-color: #b2ebf2 !important;
  border-bottom-color: #b2ebf2 !important;
}

.text-cyan-200 {
  color: #80deea !important;
}

.text-h-cyan-200:hover {
  color: #80deea !important;
}

.bg-cyan-200 {
  background-color: #80deea !important;
}

.bg-h-cyan-200:hover {
  background-color: #80deea !important;
}

.border-cyan-200 {
  border-color: #80deea !important;
}

.border-t-cyan-200 {
  border-top-color: #80deea !important;
}

.border-r-cyan-200 {
  border-right-color: #80deea !important;
}

.border-b-cyan-200 {
  border-bottom-color: #80deea !important;
}

.border-l-cyan-200 {
  border-left-color: #80deea !important;
}

.border-x-cyan-200 {
  border-left-color: #80deea !important;
  border-right-color: #80deea !important;
}

.border-y-cyan-200 {
  border-top-color: #80deea !important;
  border-bottom-color: #80deea !important;
}

.text-cyan-300 {
  color: #4dd0e1 !important;
}

.text-h-cyan-300:hover {
  color: #4dd0e1 !important;
}

.bg-cyan-300 {
  background-color: #4dd0e1 !important;
}

.bg-h-cyan-300:hover {
  background-color: #4dd0e1 !important;
}

.border-cyan-300 {
  border-color: #4dd0e1 !important;
}

.border-t-cyan-300 {
  border-top-color: #4dd0e1 !important;
}

.border-r-cyan-300 {
  border-right-color: #4dd0e1 !important;
}

.border-b-cyan-300 {
  border-bottom-color: #4dd0e1 !important;
}

.border-l-cyan-300 {
  border-left-color: #4dd0e1 !important;
}

.border-x-cyan-300 {
  border-left-color: #4dd0e1 !important;
  border-right-color: #4dd0e1 !important;
}

.border-y-cyan-300 {
  border-top-color: #4dd0e1 !important;
  border-bottom-color: #4dd0e1 !important;
}

.text-cyan-400 {
  color: #26c6da !important;
}

.text-h-cyan-400:hover {
  color: #26c6da !important;
}

.bg-cyan-400 {
  background-color: #26c6da !important;
}

.bg-h-cyan-400:hover {
  background-color: #26c6da !important;
}

.border-cyan-400 {
  border-color: #26c6da !important;
}

.border-t-cyan-400 {
  border-top-color: #26c6da !important;
}

.border-r-cyan-400 {
  border-right-color: #26c6da !important;
}

.border-b-cyan-400 {
  border-bottom-color: #26c6da !important;
}

.border-l-cyan-400 {
  border-left-color: #26c6da !important;
}

.border-x-cyan-400 {
  border-left-color: #26c6da !important;
  border-right-color: #26c6da !important;
}

.border-y-cyan-400 {
  border-top-color: #26c6da !important;
  border-bottom-color: #26c6da !important;
}

.text-cyan-500 {
  color: #00bcd4 !important;
}

.text-h-cyan-500:hover {
  color: #00bcd4 !important;
}

.bg-cyan-500 {
  background-color: #00bcd4 !important;
}

.bg-h-cyan-500:hover {
  background-color: #00bcd4 !important;
}

.border-cyan-500 {
  border-color: #00bcd4 !important;
}

.border-t-cyan-500 {
  border-top-color: #00bcd4 !important;
}

.border-r-cyan-500 {
  border-right-color: #00bcd4 !important;
}

.border-b-cyan-500 {
  border-bottom-color: #00bcd4 !important;
}

.border-l-cyan-500 {
  border-left-color: #00bcd4 !important;
}

.border-x-cyan-500 {
  border-left-color: #00bcd4 !important;
  border-right-color: #00bcd4 !important;
}

.border-y-cyan-500 {
  border-top-color: #00bcd4 !important;
  border-bottom-color: #00bcd4 !important;
}

.text-cyan-600 {
  color: #00acc1 !important;
}

.text-h-cyan-600:hover {
  color: #00acc1 !important;
}

.bg-cyan-600 {
  background-color: #00acc1 !important;
}

.bg-h-cyan-600:hover {
  background-color: #00acc1 !important;
}

.border-cyan-600 {
  border-color: #00acc1 !important;
}

.border-t-cyan-600 {
  border-top-color: #00acc1 !important;
}

.border-r-cyan-600 {
  border-right-color: #00acc1 !important;
}

.border-b-cyan-600 {
  border-bottom-color: #00acc1 !important;
}

.border-l-cyan-600 {
  border-left-color: #00acc1 !important;
}

.border-x-cyan-600 {
  border-left-color: #00acc1 !important;
  border-right-color: #00acc1 !important;
}

.border-y-cyan-600 {
  border-top-color: #00acc1 !important;
  border-bottom-color: #00acc1 !important;
}

.text-cyan-700 {
  color: #0097a7 !important;
}

.text-h-cyan-700:hover {
  color: #0097a7 !important;
}

.bg-cyan-700 {
  background-color: #0097a7 !important;
}

.bg-h-cyan-700:hover {
  background-color: #0097a7 !important;
}

.border-cyan-700 {
  border-color: #0097a7 !important;
}

.border-t-cyan-700 {
  border-top-color: #0097a7 !important;
}

.border-r-cyan-700 {
  border-right-color: #0097a7 !important;
}

.border-b-cyan-700 {
  border-bottom-color: #0097a7 !important;
}

.border-l-cyan-700 {
  border-left-color: #0097a7 !important;
}

.border-x-cyan-700 {
  border-left-color: #0097a7 !important;
  border-right-color: #0097a7 !important;
}

.border-y-cyan-700 {
  border-top-color: #0097a7 !important;
  border-bottom-color: #0097a7 !important;
}

.text-cyan-800 {
  color: #00838f !important;
}

.text-h-cyan-800:hover {
  color: #00838f !important;
}

.bg-cyan-800 {
  background-color: #00838f !important;
}

.bg-h-cyan-800:hover {
  background-color: #00838f !important;
}

.border-cyan-800 {
  border-color: #00838f !important;
}

.border-t-cyan-800 {
  border-top-color: #00838f !important;
}

.border-r-cyan-800 {
  border-right-color: #00838f !important;
}

.border-b-cyan-800 {
  border-bottom-color: #00838f !important;
}

.border-l-cyan-800 {
  border-left-color: #00838f !important;
}

.border-x-cyan-800 {
  border-left-color: #00838f !important;
  border-right-color: #00838f !important;
}

.border-y-cyan-800 {
  border-top-color: #00838f !important;
  border-bottom-color: #00838f !important;
}

.text-cyan-900 {
  color: #006064 !important;
}

.text-h-cyan-900:hover {
  color: #006064 !important;
}

.bg-cyan-900 {
  background-color: #006064 !important;
}

.bg-h-cyan-900:hover {
  background-color: #006064 !important;
}

.border-cyan-900 {
  border-color: #006064 !important;
}

.border-t-cyan-900 {
  border-top-color: #006064 !important;
}

.border-r-cyan-900 {
  border-right-color: #006064 !important;
}

.border-b-cyan-900 {
  border-bottom-color: #006064 !important;
}

.border-l-cyan-900 {
  border-left-color: #006064 !important;
}

.border-x-cyan-900 {
  border-left-color: #006064 !important;
  border-right-color: #006064 !important;
}

.border-y-cyan-900 {
  border-top-color: #006064 !important;
  border-bottom-color: #006064 !important;
}

.text-cyan-a100 {
  color: #84ffff !important;
}

.text-h-cyan-a100:hover {
  color: #84ffff !important;
}

.bg-cyan-a100 {
  background-color: #84ffff !important;
}

.bg-h-cyan-a100:hover {
  background-color: #84ffff !important;
}

.border-cyan-a100 {
  border-color: #84ffff !important;
}

.border-t-cyan-a100 {
  border-top-color: #84ffff !important;
}

.border-r-cyan-a100 {
  border-right-color: #84ffff !important;
}

.border-b-cyan-a100 {
  border-bottom-color: #84ffff !important;
}

.border-l-cyan-a100 {
  border-left-color: #84ffff !important;
}

.border-x-cyan-a100 {
  border-left-color: #84ffff !important;
  border-right-color: #84ffff !important;
}

.border-y-cyan-a100 {
  border-top-color: #84ffff !important;
  border-bottom-color: #84ffff !important;
}

.text-cyan-a200 {
  color: #18ffff !important;
}

.text-h-cyan-a200:hover {
  color: #18ffff !important;
}

.bg-cyan-a200 {
  background-color: #18ffff !important;
}

.bg-h-cyan-a200:hover {
  background-color: #18ffff !important;
}

.border-cyan-a200 {
  border-color: #18ffff !important;
}

.border-t-cyan-a200 {
  border-top-color: #18ffff !important;
}

.border-r-cyan-a200 {
  border-right-color: #18ffff !important;
}

.border-b-cyan-a200 {
  border-bottom-color: #18ffff !important;
}

.border-l-cyan-a200 {
  border-left-color: #18ffff !important;
}

.border-x-cyan-a200 {
  border-left-color: #18ffff !important;
  border-right-color: #18ffff !important;
}

.border-y-cyan-a200 {
  border-top-color: #18ffff !important;
  border-bottom-color: #18ffff !important;
}

.text-cyan-a400 {
  color: #00e5ff !important;
}

.text-h-cyan-a400:hover {
  color: #00e5ff !important;
}

.bg-cyan-a400 {
  background-color: #00e5ff !important;
}

.bg-h-cyan-a400:hover {
  background-color: #00e5ff !important;
}

.border-cyan-a400 {
  border-color: #00e5ff !important;
}

.border-t-cyan-a400 {
  border-top-color: #00e5ff !important;
}

.border-r-cyan-a400 {
  border-right-color: #00e5ff !important;
}

.border-b-cyan-a400 {
  border-bottom-color: #00e5ff !important;
}

.border-l-cyan-a400 {
  border-left-color: #00e5ff !important;
}

.border-x-cyan-a400 {
  border-left-color: #00e5ff !important;
  border-right-color: #00e5ff !important;
}

.border-y-cyan-a400 {
  border-top-color: #00e5ff !important;
  border-bottom-color: #00e5ff !important;
}

.text-cyan-a700 {
  color: #00b8d4 !important;
}

.text-h-cyan-a700:hover {
  color: #00b8d4 !important;
}

.bg-cyan-a700 {
  background-color: #00b8d4 !important;
}

.bg-h-cyan-a700:hover {
  background-color: #00b8d4 !important;
}

.border-cyan-a700 {
  border-color: #00b8d4 !important;
}

.border-t-cyan-a700 {
  border-top-color: #00b8d4 !important;
}

.border-r-cyan-a700 {
  border-right-color: #00b8d4 !important;
}

.border-b-cyan-a700 {
  border-bottom-color: #00b8d4 !important;
}

.border-l-cyan-a700 {
  border-left-color: #00b8d4 !important;
}

.border-x-cyan-a700 {
  border-left-color: #00b8d4 !important;
  border-right-color: #00b8d4 !important;
}

.border-y-cyan-a700 {
  border-top-color: #00b8d4 !important;
  border-bottom-color: #00b8d4 !important;
}

.text-teal-50 {
  color: #e0f2f1 !important;
}

.text-h-teal-50:hover {
  color: #e0f2f1 !important;
}

.bg-teal-50 {
  background-color: #e0f2f1 !important;
}

.bg-h-teal-50:hover {
  background-color: #e0f2f1 !important;
}

.border-teal-50 {
  border-color: #e0f2f1 !important;
}

.border-t-teal-50 {
  border-top-color: #e0f2f1 !important;
}

.border-r-teal-50 {
  border-right-color: #e0f2f1 !important;
}

.border-b-teal-50 {
  border-bottom-color: #e0f2f1 !important;
}

.border-l-teal-50 {
  border-left-color: #e0f2f1 !important;
}

.border-x-teal-50 {
  border-left-color: #e0f2f1 !important;
  border-right-color: #e0f2f1 !important;
}

.border-y-teal-50 {
  border-top-color: #e0f2f1 !important;
  border-bottom-color: #e0f2f1 !important;
}

.text-teal-100 {
  color: #b2dfdb !important;
}

.text-h-teal-100:hover {
  color: #b2dfdb !important;
}

.bg-teal-100 {
  background-color: #b2dfdb !important;
}

.bg-h-teal-100:hover {
  background-color: #b2dfdb !important;
}

.border-teal-100 {
  border-color: #b2dfdb !important;
}

.border-t-teal-100 {
  border-top-color: #b2dfdb !important;
}

.border-r-teal-100 {
  border-right-color: #b2dfdb !important;
}

.border-b-teal-100 {
  border-bottom-color: #b2dfdb !important;
}

.border-l-teal-100 {
  border-left-color: #b2dfdb !important;
}

.border-x-teal-100 {
  border-left-color: #b2dfdb !important;
  border-right-color: #b2dfdb !important;
}

.border-y-teal-100 {
  border-top-color: #b2dfdb !important;
  border-bottom-color: #b2dfdb !important;
}

.text-teal-200 {
  color: #80cbc4 !important;
}

.text-h-teal-200:hover {
  color: #80cbc4 !important;
}

.bg-teal-200 {
  background-color: #80cbc4 !important;
}

.bg-h-teal-200:hover {
  background-color: #80cbc4 !important;
}

.border-teal-200 {
  border-color: #80cbc4 !important;
}

.border-t-teal-200 {
  border-top-color: #80cbc4 !important;
}

.border-r-teal-200 {
  border-right-color: #80cbc4 !important;
}

.border-b-teal-200 {
  border-bottom-color: #80cbc4 !important;
}

.border-l-teal-200 {
  border-left-color: #80cbc4 !important;
}

.border-x-teal-200 {
  border-left-color: #80cbc4 !important;
  border-right-color: #80cbc4 !important;
}

.border-y-teal-200 {
  border-top-color: #80cbc4 !important;
  border-bottom-color: #80cbc4 !important;
}

.text-teal-300 {
  color: #4db6ac !important;
}

.text-h-teal-300:hover {
  color: #4db6ac !important;
}

.bg-teal-300 {
  background-color: #4db6ac !important;
}

.bg-h-teal-300:hover {
  background-color: #4db6ac !important;
}

.border-teal-300 {
  border-color: #4db6ac !important;
}

.border-t-teal-300 {
  border-top-color: #4db6ac !important;
}

.border-r-teal-300 {
  border-right-color: #4db6ac !important;
}

.border-b-teal-300 {
  border-bottom-color: #4db6ac !important;
}

.border-l-teal-300 {
  border-left-color: #4db6ac !important;
}

.border-x-teal-300 {
  border-left-color: #4db6ac !important;
  border-right-color: #4db6ac !important;
}

.border-y-teal-300 {
  border-top-color: #4db6ac !important;
  border-bottom-color: #4db6ac !important;
}

.text-teal-400 {
  color: #26a69a !important;
}

.text-h-teal-400:hover {
  color: #26a69a !important;
}

.bg-teal-400 {
  background-color: #26a69a !important;
}

.bg-h-teal-400:hover {
  background-color: #26a69a !important;
}

.border-teal-400 {
  border-color: #26a69a !important;
}

.border-t-teal-400 {
  border-top-color: #26a69a !important;
}

.border-r-teal-400 {
  border-right-color: #26a69a !important;
}

.border-b-teal-400 {
  border-bottom-color: #26a69a !important;
}

.border-l-teal-400 {
  border-left-color: #26a69a !important;
}

.border-x-teal-400 {
  border-left-color: #26a69a !important;
  border-right-color: #26a69a !important;
}

.border-y-teal-400 {
  border-top-color: #26a69a !important;
  border-bottom-color: #26a69a !important;
}

.text-teal-500 {
  color: #009688 !important;
}

.text-h-teal-500:hover {
  color: #009688 !important;
}

.bg-teal-500 {
  background-color: #009688 !important;
}

.bg-h-teal-500:hover {
  background-color: #009688 !important;
}

.border-teal-500 {
  border-color: #009688 !important;
}

.border-t-teal-500 {
  border-top-color: #009688 !important;
}

.border-r-teal-500 {
  border-right-color: #009688 !important;
}

.border-b-teal-500 {
  border-bottom-color: #009688 !important;
}

.border-l-teal-500 {
  border-left-color: #009688 !important;
}

.border-x-teal-500 {
  border-left-color: #009688 !important;
  border-right-color: #009688 !important;
}

.border-y-teal-500 {
  border-top-color: #009688 !important;
  border-bottom-color: #009688 !important;
}

.text-teal-600 {
  color: #00897b !important;
}

.text-h-teal-600:hover {
  color: #00897b !important;
}

.bg-teal-600 {
  background-color: #00897b !important;
}

.bg-h-teal-600:hover {
  background-color: #00897b !important;
}

.border-teal-600 {
  border-color: #00897b !important;
}

.border-t-teal-600 {
  border-top-color: #00897b !important;
}

.border-r-teal-600 {
  border-right-color: #00897b !important;
}

.border-b-teal-600 {
  border-bottom-color: #00897b !important;
}

.border-l-teal-600 {
  border-left-color: #00897b !important;
}

.border-x-teal-600 {
  border-left-color: #00897b !important;
  border-right-color: #00897b !important;
}

.border-y-teal-600 {
  border-top-color: #00897b !important;
  border-bottom-color: #00897b !important;
}

.text-teal-700 {
  color: #00796b !important;
}

.text-h-teal-700:hover {
  color: #00796b !important;
}

.bg-teal-700 {
  background-color: #00796b !important;
}

.bg-h-teal-700:hover {
  background-color: #00796b !important;
}

.border-teal-700 {
  border-color: #00796b !important;
}

.border-t-teal-700 {
  border-top-color: #00796b !important;
}

.border-r-teal-700 {
  border-right-color: #00796b !important;
}

.border-b-teal-700 {
  border-bottom-color: #00796b !important;
}

.border-l-teal-700 {
  border-left-color: #00796b !important;
}

.border-x-teal-700 {
  border-left-color: #00796b !important;
  border-right-color: #00796b !important;
}

.border-y-teal-700 {
  border-top-color: #00796b !important;
  border-bottom-color: #00796b !important;
}

.text-teal-800 {
  color: #00695c !important;
}

.text-h-teal-800:hover {
  color: #00695c !important;
}

.bg-teal-800 {
  background-color: #00695c !important;
}

.bg-h-teal-800:hover {
  background-color: #00695c !important;
}

.border-teal-800 {
  border-color: #00695c !important;
}

.border-t-teal-800 {
  border-top-color: #00695c !important;
}

.border-r-teal-800 {
  border-right-color: #00695c !important;
}

.border-b-teal-800 {
  border-bottom-color: #00695c !important;
}

.border-l-teal-800 {
  border-left-color: #00695c !important;
}

.border-x-teal-800 {
  border-left-color: #00695c !important;
  border-right-color: #00695c !important;
}

.border-y-teal-800 {
  border-top-color: #00695c !important;
  border-bottom-color: #00695c !important;
}

.text-teal-900 {
  color: #004d40 !important;
}

.text-h-teal-900:hover {
  color: #004d40 !important;
}

.bg-teal-900 {
  background-color: #004d40 !important;
}

.bg-h-teal-900:hover {
  background-color: #004d40 !important;
}

.border-teal-900 {
  border-color: #004d40 !important;
}

.border-t-teal-900 {
  border-top-color: #004d40 !important;
}

.border-r-teal-900 {
  border-right-color: #004d40 !important;
}

.border-b-teal-900 {
  border-bottom-color: #004d40 !important;
}

.border-l-teal-900 {
  border-left-color: #004d40 !important;
}

.border-x-teal-900 {
  border-left-color: #004d40 !important;
  border-right-color: #004d40 !important;
}

.border-y-teal-900 {
  border-top-color: #004d40 !important;
  border-bottom-color: #004d40 !important;
}

.text-teal-a100 {
  color: #a7ffeb !important;
}

.text-h-teal-a100:hover {
  color: #a7ffeb !important;
}

.bg-teal-a100 {
  background-color: #a7ffeb !important;
}

.bg-h-teal-a100:hover {
  background-color: #a7ffeb !important;
}

.border-teal-a100 {
  border-color: #a7ffeb !important;
}

.border-t-teal-a100 {
  border-top-color: #a7ffeb !important;
}

.border-r-teal-a100 {
  border-right-color: #a7ffeb !important;
}

.border-b-teal-a100 {
  border-bottom-color: #a7ffeb !important;
}

.border-l-teal-a100 {
  border-left-color: #a7ffeb !important;
}

.border-x-teal-a100 {
  border-left-color: #a7ffeb !important;
  border-right-color: #a7ffeb !important;
}

.border-y-teal-a100 {
  border-top-color: #a7ffeb !important;
  border-bottom-color: #a7ffeb !important;
}

.text-teal-a200 {
  color: #64ffda !important;
}

.text-h-teal-a200:hover {
  color: #64ffda !important;
}

.bg-teal-a200 {
  background-color: #64ffda !important;
}

.bg-h-teal-a200:hover {
  background-color: #64ffda !important;
}

.border-teal-a200 {
  border-color: #64ffda !important;
}

.border-t-teal-a200 {
  border-top-color: #64ffda !important;
}

.border-r-teal-a200 {
  border-right-color: #64ffda !important;
}

.border-b-teal-a200 {
  border-bottom-color: #64ffda !important;
}

.border-l-teal-a200 {
  border-left-color: #64ffda !important;
}

.border-x-teal-a200 {
  border-left-color: #64ffda !important;
  border-right-color: #64ffda !important;
}

.border-y-teal-a200 {
  border-top-color: #64ffda !important;
  border-bottom-color: #64ffda !important;
}

.text-teal-a400 {
  color: #1de9b6 !important;
}

.text-h-teal-a400:hover {
  color: #1de9b6 !important;
}

.bg-teal-a400 {
  background-color: #1de9b6 !important;
}

.bg-h-teal-a400:hover {
  background-color: #1de9b6 !important;
}

.border-teal-a400 {
  border-color: #1de9b6 !important;
}

.border-t-teal-a400 {
  border-top-color: #1de9b6 !important;
}

.border-r-teal-a400 {
  border-right-color: #1de9b6 !important;
}

.border-b-teal-a400 {
  border-bottom-color: #1de9b6 !important;
}

.border-l-teal-a400 {
  border-left-color: #1de9b6 !important;
}

.border-x-teal-a400 {
  border-left-color: #1de9b6 !important;
  border-right-color: #1de9b6 !important;
}

.border-y-teal-a400 {
  border-top-color: #1de9b6 !important;
  border-bottom-color: #1de9b6 !important;
}

.text-teal-a700 {
  color: #00bfa5 !important;
}

.text-h-teal-a700:hover {
  color: #00bfa5 !important;
}

.bg-teal-a700 {
  background-color: #00bfa5 !important;
}

.bg-h-teal-a700:hover {
  background-color: #00bfa5 !important;
}

.border-teal-a700 {
  border-color: #00bfa5 !important;
}

.border-t-teal-a700 {
  border-top-color: #00bfa5 !important;
}

.border-r-teal-a700 {
  border-right-color: #00bfa5 !important;
}

.border-b-teal-a700 {
  border-bottom-color: #00bfa5 !important;
}

.border-l-teal-a700 {
  border-left-color: #00bfa5 !important;
}

.border-x-teal-a700 {
  border-left-color: #00bfa5 !important;
  border-right-color: #00bfa5 !important;
}

.border-y-teal-a700 {
  border-top-color: #00bfa5 !important;
  border-bottom-color: #00bfa5 !important;
}

.text-green-50 {
  color: #e8f5e9 !important;
}

.text-h-green-50:hover {
  color: #e8f5e9 !important;
}

.bg-green-50 {
  background-color: #e8f5e9 !important;
}

.bg-h-green-50:hover {
  background-color: #e8f5e9 !important;
}

.border-green-50 {
  border-color: #e8f5e9 !important;
}

.border-t-green-50 {
  border-top-color: #e8f5e9 !important;
}

.border-r-green-50 {
  border-right-color: #e8f5e9 !important;
}

.border-b-green-50 {
  border-bottom-color: #e8f5e9 !important;
}

.border-l-green-50 {
  border-left-color: #e8f5e9 !important;
}

.border-x-green-50 {
  border-left-color: #e8f5e9 !important;
  border-right-color: #e8f5e9 !important;
}

.border-y-green-50 {
  border-top-color: #e8f5e9 !important;
  border-bottom-color: #e8f5e9 !important;
}

.text-green-100 {
  color: #c8e6c9 !important;
}

.text-h-green-100:hover {
  color: #c8e6c9 !important;
}

.bg-green-100 {
  background-color: #c8e6c9 !important;
}

.bg-h-green-100:hover {
  background-color: #c8e6c9 !important;
}

.border-green-100 {
  border-color: #c8e6c9 !important;
}

.border-t-green-100 {
  border-top-color: #c8e6c9 !important;
}

.border-r-green-100 {
  border-right-color: #c8e6c9 !important;
}

.border-b-green-100 {
  border-bottom-color: #c8e6c9 !important;
}

.border-l-green-100 {
  border-left-color: #c8e6c9 !important;
}

.border-x-green-100 {
  border-left-color: #c8e6c9 !important;
  border-right-color: #c8e6c9 !important;
}

.border-y-green-100 {
  border-top-color: #c8e6c9 !important;
  border-bottom-color: #c8e6c9 !important;
}

.text-green-200 {
  color: #a5d6a7 !important;
}

.text-h-green-200:hover {
  color: #a5d6a7 !important;
}

.bg-green-200 {
  background-color: #a5d6a7 !important;
}

.bg-h-green-200:hover {
  background-color: #a5d6a7 !important;
}

.border-green-200 {
  border-color: #a5d6a7 !important;
}

.border-t-green-200 {
  border-top-color: #a5d6a7 !important;
}

.border-r-green-200 {
  border-right-color: #a5d6a7 !important;
}

.border-b-green-200 {
  border-bottom-color: #a5d6a7 !important;
}

.border-l-green-200 {
  border-left-color: #a5d6a7 !important;
}

.border-x-green-200 {
  border-left-color: #a5d6a7 !important;
  border-right-color: #a5d6a7 !important;
}

.border-y-green-200 {
  border-top-color: #a5d6a7 !important;
  border-bottom-color: #a5d6a7 !important;
}

.text-green-300 {
  color: #81c784 !important;
}

.text-h-green-300:hover {
  color: #81c784 !important;
}

.bg-green-300 {
  background-color: #81c784 !important;
}

.bg-h-green-300:hover {
  background-color: #81c784 !important;
}

.border-green-300 {
  border-color: #81c784 !important;
}

.border-t-green-300 {
  border-top-color: #81c784 !important;
}

.border-r-green-300 {
  border-right-color: #81c784 !important;
}

.border-b-green-300 {
  border-bottom-color: #81c784 !important;
}

.border-l-green-300 {
  border-left-color: #81c784 !important;
}

.border-x-green-300 {
  border-left-color: #81c784 !important;
  border-right-color: #81c784 !important;
}

.border-y-green-300 {
  border-top-color: #81c784 !important;
  border-bottom-color: #81c784 !important;
}

.text-green-400 {
  color: #66bb6a !important;
}

.text-h-green-400:hover {
  color: #66bb6a !important;
}

.bg-green-400 {
  background-color: #66bb6a !important;
}

.bg-h-green-400:hover {
  background-color: #66bb6a !important;
}

.border-green-400 {
  border-color: #66bb6a !important;
}

.border-t-green-400 {
  border-top-color: #66bb6a !important;
}

.border-r-green-400 {
  border-right-color: #66bb6a !important;
}

.border-b-green-400 {
  border-bottom-color: #66bb6a !important;
}

.border-l-green-400 {
  border-left-color: #66bb6a !important;
}

.border-x-green-400 {
  border-left-color: #66bb6a !important;
  border-right-color: #66bb6a !important;
}

.border-y-green-400 {
  border-top-color: #66bb6a !important;
  border-bottom-color: #66bb6a !important;
}

.text-green-500 {
  color: #4caf50 !important;
}

.text-h-green-500:hover {
  color: #4caf50 !important;
}

.bg-green-500 {
  background-color: #4caf50 !important;
}

.bg-h-green-500:hover {
  background-color: #4caf50 !important;
}

.border-green-500 {
  border-color: #4caf50 !important;
}

.border-t-green-500 {
  border-top-color: #4caf50 !important;
}

.border-r-green-500 {
  border-right-color: #4caf50 !important;
}

.border-b-green-500 {
  border-bottom-color: #4caf50 !important;
}

.border-l-green-500 {
  border-left-color: #4caf50 !important;
}

.border-x-green-500 {
  border-left-color: #4caf50 !important;
  border-right-color: #4caf50 !important;
}

.border-y-green-500 {
  border-top-color: #4caf50 !important;
  border-bottom-color: #4caf50 !important;
}

.text-green-600 {
  color: #43a047 !important;
}

.text-h-green-600:hover {
  color: #43a047 !important;
}

.bg-green-600 {
  background-color: #43a047 !important;
}

.bg-h-green-600:hover {
  background-color: #43a047 !important;
}

.border-green-600 {
  border-color: #43a047 !important;
}

.border-t-green-600 {
  border-top-color: #43a047 !important;
}

.border-r-green-600 {
  border-right-color: #43a047 !important;
}

.border-b-green-600 {
  border-bottom-color: #43a047 !important;
}

.border-l-green-600 {
  border-left-color: #43a047 !important;
}

.border-x-green-600 {
  border-left-color: #43a047 !important;
  border-right-color: #43a047 !important;
}

.border-y-green-600 {
  border-top-color: #43a047 !important;
  border-bottom-color: #43a047 !important;
}

.text-green-700 {
  color: #388e3c !important;
}

.text-h-green-700:hover {
  color: #388e3c !important;
}

.bg-green-700 {
  background-color: #388e3c !important;
}

.bg-h-green-700:hover {
  background-color: #388e3c !important;
}

.border-green-700 {
  border-color: #388e3c !important;
}

.border-t-green-700 {
  border-top-color: #388e3c !important;
}

.border-r-green-700 {
  border-right-color: #388e3c !important;
}

.border-b-green-700 {
  border-bottom-color: #388e3c !important;
}

.border-l-green-700 {
  border-left-color: #388e3c !important;
}

.border-x-green-700 {
  border-left-color: #388e3c !important;
  border-right-color: #388e3c !important;
}

.border-y-green-700 {
  border-top-color: #388e3c !important;
  border-bottom-color: #388e3c !important;
}

.text-green-800 {
  color: #2e7d32 !important;
}

.text-h-green-800:hover {
  color: #2e7d32 !important;
}

.bg-green-800 {
  background-color: #2e7d32 !important;
}

.bg-h-green-800:hover {
  background-color: #2e7d32 !important;
}

.border-green-800 {
  border-color: #2e7d32 !important;
}

.border-t-green-800 {
  border-top-color: #2e7d32 !important;
}

.border-r-green-800 {
  border-right-color: #2e7d32 !important;
}

.border-b-green-800 {
  border-bottom-color: #2e7d32 !important;
}

.border-l-green-800 {
  border-left-color: #2e7d32 !important;
}

.border-x-green-800 {
  border-left-color: #2e7d32 !important;
  border-right-color: #2e7d32 !important;
}

.border-y-green-800 {
  border-top-color: #2e7d32 !important;
  border-bottom-color: #2e7d32 !important;
}

.text-green-900 {
  color: #1b5e20 !important;
}

.text-h-green-900:hover {
  color: #1b5e20 !important;
}

.bg-green-900 {
  background-color: #1b5e20 !important;
}

.bg-h-green-900:hover {
  background-color: #1b5e20 !important;
}

.border-green-900 {
  border-color: #1b5e20 !important;
}

.border-t-green-900 {
  border-top-color: #1b5e20 !important;
}

.border-r-green-900 {
  border-right-color: #1b5e20 !important;
}

.border-b-green-900 {
  border-bottom-color: #1b5e20 !important;
}

.border-l-green-900 {
  border-left-color: #1b5e20 !important;
}

.border-x-green-900 {
  border-left-color: #1b5e20 !important;
  border-right-color: #1b5e20 !important;
}

.border-y-green-900 {
  border-top-color: #1b5e20 !important;
  border-bottom-color: #1b5e20 !important;
}

.text-green-a100 {
  color: #b9f6ca !important;
}

.text-h-green-a100:hover {
  color: #b9f6ca !important;
}

.bg-green-a100 {
  background-color: #b9f6ca !important;
}

.bg-h-green-a100:hover {
  background-color: #b9f6ca !important;
}

.border-green-a100 {
  border-color: #b9f6ca !important;
}

.border-t-green-a100 {
  border-top-color: #b9f6ca !important;
}

.border-r-green-a100 {
  border-right-color: #b9f6ca !important;
}

.border-b-green-a100 {
  border-bottom-color: #b9f6ca !important;
}

.border-l-green-a100 {
  border-left-color: #b9f6ca !important;
}

.border-x-green-a100 {
  border-left-color: #b9f6ca !important;
  border-right-color: #b9f6ca !important;
}

.border-y-green-a100 {
  border-top-color: #b9f6ca !important;
  border-bottom-color: #b9f6ca !important;
}

.text-green-a200 {
  color: #69f0ae !important;
}

.text-h-green-a200:hover {
  color: #69f0ae !important;
}

.bg-green-a200 {
  background-color: #69f0ae !important;
}

.bg-h-green-a200:hover {
  background-color: #69f0ae !important;
}

.border-green-a200 {
  border-color: #69f0ae !important;
}

.border-t-green-a200 {
  border-top-color: #69f0ae !important;
}

.border-r-green-a200 {
  border-right-color: #69f0ae !important;
}

.border-b-green-a200 {
  border-bottom-color: #69f0ae !important;
}

.border-l-green-a200 {
  border-left-color: #69f0ae !important;
}

.border-x-green-a200 {
  border-left-color: #69f0ae !important;
  border-right-color: #69f0ae !important;
}

.border-y-green-a200 {
  border-top-color: #69f0ae !important;
  border-bottom-color: #69f0ae !important;
}

.text-green-a400 {
  color: #00e676 !important;
}

.text-h-green-a400:hover {
  color: #00e676 !important;
}

.bg-green-a400 {
  background-color: #00e676 !important;
}

.bg-h-green-a400:hover {
  background-color: #00e676 !important;
}

.border-green-a400 {
  border-color: #00e676 !important;
}

.border-t-green-a400 {
  border-top-color: #00e676 !important;
}

.border-r-green-a400 {
  border-right-color: #00e676 !important;
}

.border-b-green-a400 {
  border-bottom-color: #00e676 !important;
}

.border-l-green-a400 {
  border-left-color: #00e676 !important;
}

.border-x-green-a400 {
  border-left-color: #00e676 !important;
  border-right-color: #00e676 !important;
}

.border-y-green-a400 {
  border-top-color: #00e676 !important;
  border-bottom-color: #00e676 !important;
}

.text-green-a700 {
  color: #00c853 !important;
}

.text-h-green-a700:hover {
  color: #00c853 !important;
}

.bg-green-a700 {
  background-color: #00c853 !important;
}

.bg-h-green-a700:hover {
  background-color: #00c853 !important;
}

.border-green-a700 {
  border-color: #00c853 !important;
}

.border-t-green-a700 {
  border-top-color: #00c853 !important;
}

.border-r-green-a700 {
  border-right-color: #00c853 !important;
}

.border-b-green-a700 {
  border-bottom-color: #00c853 !important;
}

.border-l-green-a700 {
  border-left-color: #00c853 !important;
}

.border-x-green-a700 {
  border-left-color: #00c853 !important;
  border-right-color: #00c853 !important;
}

.border-y-green-a700 {
  border-top-color: #00c853 !important;
  border-bottom-color: #00c853 !important;
}

.text-light-green-50 {
  color: #f1f8e9 !important;
}

.text-h-light-green-50:hover {
  color: #f1f8e9 !important;
}

.bg-light-green-50 {
  background-color: #f1f8e9 !important;
}

.bg-h-light-green-50:hover {
  background-color: #f1f8e9 !important;
}

.border-light-green-50 {
  border-color: #f1f8e9 !important;
}

.border-t-light-green-50 {
  border-top-color: #f1f8e9 !important;
}

.border-r-light-green-50 {
  border-right-color: #f1f8e9 !important;
}

.border-b-light-green-50 {
  border-bottom-color: #f1f8e9 !important;
}

.border-l-light-green-50 {
  border-left-color: #f1f8e9 !important;
}

.border-x-light-green-50 {
  border-left-color: #f1f8e9 !important;
  border-right-color: #f1f8e9 !important;
}

.border-y-light-green-50 {
  border-top-color: #f1f8e9 !important;
  border-bottom-color: #f1f8e9 !important;
}

.text-light-green-100 {
  color: #dcedc8 !important;
}

.text-h-light-green-100:hover {
  color: #dcedc8 !important;
}

.bg-light-green-100 {
  background-color: #dcedc8 !important;
}

.bg-h-light-green-100:hover {
  background-color: #dcedc8 !important;
}

.border-light-green-100 {
  border-color: #dcedc8 !important;
}

.border-t-light-green-100 {
  border-top-color: #dcedc8 !important;
}

.border-r-light-green-100 {
  border-right-color: #dcedc8 !important;
}

.border-b-light-green-100 {
  border-bottom-color: #dcedc8 !important;
}

.border-l-light-green-100 {
  border-left-color: #dcedc8 !important;
}

.border-x-light-green-100 {
  border-left-color: #dcedc8 !important;
  border-right-color: #dcedc8 !important;
}

.border-y-light-green-100 {
  border-top-color: #dcedc8 !important;
  border-bottom-color: #dcedc8 !important;
}

.text-light-green-200 {
  color: #c5e1a5 !important;
}

.text-h-light-green-200:hover {
  color: #c5e1a5 !important;
}

.bg-light-green-200 {
  background-color: #c5e1a5 !important;
}

.bg-h-light-green-200:hover {
  background-color: #c5e1a5 !important;
}

.border-light-green-200 {
  border-color: #c5e1a5 !important;
}

.border-t-light-green-200 {
  border-top-color: #c5e1a5 !important;
}

.border-r-light-green-200 {
  border-right-color: #c5e1a5 !important;
}

.border-b-light-green-200 {
  border-bottom-color: #c5e1a5 !important;
}

.border-l-light-green-200 {
  border-left-color: #c5e1a5 !important;
}

.border-x-light-green-200 {
  border-left-color: #c5e1a5 !important;
  border-right-color: #c5e1a5 !important;
}

.border-y-light-green-200 {
  border-top-color: #c5e1a5 !important;
  border-bottom-color: #c5e1a5 !important;
}

.text-light-green-300 {
  color: #aed581 !important;
}

.text-h-light-green-300:hover {
  color: #aed581 !important;
}

.bg-light-green-300 {
  background-color: #aed581 !important;
}

.bg-h-light-green-300:hover {
  background-color: #aed581 !important;
}

.border-light-green-300 {
  border-color: #aed581 !important;
}

.border-t-light-green-300 {
  border-top-color: #aed581 !important;
}

.border-r-light-green-300 {
  border-right-color: #aed581 !important;
}

.border-b-light-green-300 {
  border-bottom-color: #aed581 !important;
}

.border-l-light-green-300 {
  border-left-color: #aed581 !important;
}

.border-x-light-green-300 {
  border-left-color: #aed581 !important;
  border-right-color: #aed581 !important;
}

.border-y-light-green-300 {
  border-top-color: #aed581 !important;
  border-bottom-color: #aed581 !important;
}

.text-light-green-400 {
  color: #9ccc65 !important;
}

.text-h-light-green-400:hover {
  color: #9ccc65 !important;
}

.bg-light-green-400 {
  background-color: #9ccc65 !important;
}

.bg-h-light-green-400:hover {
  background-color: #9ccc65 !important;
}

.border-light-green-400 {
  border-color: #9ccc65 !important;
}

.border-t-light-green-400 {
  border-top-color: #9ccc65 !important;
}

.border-r-light-green-400 {
  border-right-color: #9ccc65 !important;
}

.border-b-light-green-400 {
  border-bottom-color: #9ccc65 !important;
}

.border-l-light-green-400 {
  border-left-color: #9ccc65 !important;
}

.border-x-light-green-400 {
  border-left-color: #9ccc65 !important;
  border-right-color: #9ccc65 !important;
}

.border-y-light-green-400 {
  border-top-color: #9ccc65 !important;
  border-bottom-color: #9ccc65 !important;
}

.text-light-green-500 {
  color: #8bc34a !important;
}

.text-h-light-green-500:hover {
  color: #8bc34a !important;
}

.bg-light-green-500 {
  background-color: #8bc34a !important;
}

.bg-h-light-green-500:hover {
  background-color: #8bc34a !important;
}

.border-light-green-500 {
  border-color: #8bc34a !important;
}

.border-t-light-green-500 {
  border-top-color: #8bc34a !important;
}

.border-r-light-green-500 {
  border-right-color: #8bc34a !important;
}

.border-b-light-green-500 {
  border-bottom-color: #8bc34a !important;
}

.border-l-light-green-500 {
  border-left-color: #8bc34a !important;
}

.border-x-light-green-500 {
  border-left-color: #8bc34a !important;
  border-right-color: #8bc34a !important;
}

.border-y-light-green-500 {
  border-top-color: #8bc34a !important;
  border-bottom-color: #8bc34a !important;
}

.text-light-green-600 {
  color: #7cb342 !important;
}

.text-h-light-green-600:hover {
  color: #7cb342 !important;
}

.bg-light-green-600 {
  background-color: #7cb342 !important;
}

.bg-h-light-green-600:hover {
  background-color: #7cb342 !important;
}

.border-light-green-600 {
  border-color: #7cb342 !important;
}

.border-t-light-green-600 {
  border-top-color: #7cb342 !important;
}

.border-r-light-green-600 {
  border-right-color: #7cb342 !important;
}

.border-b-light-green-600 {
  border-bottom-color: #7cb342 !important;
}

.border-l-light-green-600 {
  border-left-color: #7cb342 !important;
}

.border-x-light-green-600 {
  border-left-color: #7cb342 !important;
  border-right-color: #7cb342 !important;
}

.border-y-light-green-600 {
  border-top-color: #7cb342 !important;
  border-bottom-color: #7cb342 !important;
}

.text-light-green-700 {
  color: #689f38 !important;
}

.text-h-light-green-700:hover {
  color: #689f38 !important;
}

.bg-light-green-700 {
  background-color: #689f38 !important;
}

.bg-h-light-green-700:hover {
  background-color: #689f38 !important;
}

.border-light-green-700 {
  border-color: #689f38 !important;
}

.border-t-light-green-700 {
  border-top-color: #689f38 !important;
}

.border-r-light-green-700 {
  border-right-color: #689f38 !important;
}

.border-b-light-green-700 {
  border-bottom-color: #689f38 !important;
}

.border-l-light-green-700 {
  border-left-color: #689f38 !important;
}

.border-x-light-green-700 {
  border-left-color: #689f38 !important;
  border-right-color: #689f38 !important;
}

.border-y-light-green-700 {
  border-top-color: #689f38 !important;
  border-bottom-color: #689f38 !important;
}

.text-light-green-800 {
  color: #558b2f !important;
}

.text-h-light-green-800:hover {
  color: #558b2f !important;
}

.bg-light-green-800 {
  background-color: #558b2f !important;
}

.bg-h-light-green-800:hover {
  background-color: #558b2f !important;
}

.border-light-green-800 {
  border-color: #558b2f !important;
}

.border-t-light-green-800 {
  border-top-color: #558b2f !important;
}

.border-r-light-green-800 {
  border-right-color: #558b2f !important;
}

.border-b-light-green-800 {
  border-bottom-color: #558b2f !important;
}

.border-l-light-green-800 {
  border-left-color: #558b2f !important;
}

.border-x-light-green-800 {
  border-left-color: #558b2f !important;
  border-right-color: #558b2f !important;
}

.border-y-light-green-800 {
  border-top-color: #558b2f !important;
  border-bottom-color: #558b2f !important;
}

.text-light-green-900 {
  color: #33691e !important;
}

.text-h-light-green-900:hover {
  color: #33691e !important;
}

.bg-light-green-900 {
  background-color: #33691e !important;
}

.bg-h-light-green-900:hover {
  background-color: #33691e !important;
}

.border-light-green-900 {
  border-color: #33691e !important;
}

.border-t-light-green-900 {
  border-top-color: #33691e !important;
}

.border-r-light-green-900 {
  border-right-color: #33691e !important;
}

.border-b-light-green-900 {
  border-bottom-color: #33691e !important;
}

.border-l-light-green-900 {
  border-left-color: #33691e !important;
}

.border-x-light-green-900 {
  border-left-color: #33691e !important;
  border-right-color: #33691e !important;
}

.border-y-light-green-900 {
  border-top-color: #33691e !important;
  border-bottom-color: #33691e !important;
}

.text-light-green-a100 {
  color: #ccff90 !important;
}

.text-h-light-green-a100:hover {
  color: #ccff90 !important;
}

.bg-light-green-a100 {
  background-color: #ccff90 !important;
}

.bg-h-light-green-a100:hover {
  background-color: #ccff90 !important;
}

.border-light-green-a100 {
  border-color: #ccff90 !important;
}

.border-t-light-green-a100 {
  border-top-color: #ccff90 !important;
}

.border-r-light-green-a100 {
  border-right-color: #ccff90 !important;
}

.border-b-light-green-a100 {
  border-bottom-color: #ccff90 !important;
}

.border-l-light-green-a100 {
  border-left-color: #ccff90 !important;
}

.border-x-light-green-a100 {
  border-left-color: #ccff90 !important;
  border-right-color: #ccff90 !important;
}

.border-y-light-green-a100 {
  border-top-color: #ccff90 !important;
  border-bottom-color: #ccff90 !important;
}

.text-light-green-a200 {
  color: #b2ff59 !important;
}

.text-h-light-green-a200:hover {
  color: #b2ff59 !important;
}

.bg-light-green-a200 {
  background-color: #b2ff59 !important;
}

.bg-h-light-green-a200:hover {
  background-color: #b2ff59 !important;
}

.border-light-green-a200 {
  border-color: #b2ff59 !important;
}

.border-t-light-green-a200 {
  border-top-color: #b2ff59 !important;
}

.border-r-light-green-a200 {
  border-right-color: #b2ff59 !important;
}

.border-b-light-green-a200 {
  border-bottom-color: #b2ff59 !important;
}

.border-l-light-green-a200 {
  border-left-color: #b2ff59 !important;
}

.border-x-light-green-a200 {
  border-left-color: #b2ff59 !important;
  border-right-color: #b2ff59 !important;
}

.border-y-light-green-a200 {
  border-top-color: #b2ff59 !important;
  border-bottom-color: #b2ff59 !important;
}

.text-light-green-a400 {
  color: #76ff03 !important;
}

.text-h-light-green-a400:hover {
  color: #76ff03 !important;
}

.bg-light-green-a400 {
  background-color: #76ff03 !important;
}

.bg-h-light-green-a400:hover {
  background-color: #76ff03 !important;
}

.border-light-green-a400 {
  border-color: #76ff03 !important;
}

.border-t-light-green-a400 {
  border-top-color: #76ff03 !important;
}

.border-r-light-green-a400 {
  border-right-color: #76ff03 !important;
}

.border-b-light-green-a400 {
  border-bottom-color: #76ff03 !important;
}

.border-l-light-green-a400 {
  border-left-color: #76ff03 !important;
}

.border-x-light-green-a400 {
  border-left-color: #76ff03 !important;
  border-right-color: #76ff03 !important;
}

.border-y-light-green-a400 {
  border-top-color: #76ff03 !important;
  border-bottom-color: #76ff03 !important;
}

.text-light-green-a700 {
  color: #64dd17 !important;
}

.text-h-light-green-a700:hover {
  color: #64dd17 !important;
}

.bg-light-green-a700 {
  background-color: #64dd17 !important;
}

.bg-h-light-green-a700:hover {
  background-color: #64dd17 !important;
}

.border-light-green-a700 {
  border-color: #64dd17 !important;
}

.border-t-light-green-a700 {
  border-top-color: #64dd17 !important;
}

.border-r-light-green-a700 {
  border-right-color: #64dd17 !important;
}

.border-b-light-green-a700 {
  border-bottom-color: #64dd17 !important;
}

.border-l-light-green-a700 {
  border-left-color: #64dd17 !important;
}

.border-x-light-green-a700 {
  border-left-color: #64dd17 !important;
  border-right-color: #64dd17 !important;
}

.border-y-light-green-a700 {
  border-top-color: #64dd17 !important;
  border-bottom-color: #64dd17 !important;
}

.text-lime-50 {
  color: #f9fbe7 !important;
}

.text-h-lime-50:hover {
  color: #f9fbe7 !important;
}

.bg-lime-50 {
  background-color: #f9fbe7 !important;
}

.bg-h-lime-50:hover {
  background-color: #f9fbe7 !important;
}

.border-lime-50 {
  border-color: #f9fbe7 !important;
}

.border-t-lime-50 {
  border-top-color: #f9fbe7 !important;
}

.border-r-lime-50 {
  border-right-color: #f9fbe7 !important;
}

.border-b-lime-50 {
  border-bottom-color: #f9fbe7 !important;
}

.border-l-lime-50 {
  border-left-color: #f9fbe7 !important;
}

.border-x-lime-50 {
  border-left-color: #f9fbe7 !important;
  border-right-color: #f9fbe7 !important;
}

.border-y-lime-50 {
  border-top-color: #f9fbe7 !important;
  border-bottom-color: #f9fbe7 !important;
}

.text-lime-100 {
  color: #f0f4c3 !important;
}

.text-h-lime-100:hover {
  color: #f0f4c3 !important;
}

.bg-lime-100 {
  background-color: #f0f4c3 !important;
}

.bg-h-lime-100:hover {
  background-color: #f0f4c3 !important;
}

.border-lime-100 {
  border-color: #f0f4c3 !important;
}

.border-t-lime-100 {
  border-top-color: #f0f4c3 !important;
}

.border-r-lime-100 {
  border-right-color: #f0f4c3 !important;
}

.border-b-lime-100 {
  border-bottom-color: #f0f4c3 !important;
}

.border-l-lime-100 {
  border-left-color: #f0f4c3 !important;
}

.border-x-lime-100 {
  border-left-color: #f0f4c3 !important;
  border-right-color: #f0f4c3 !important;
}

.border-y-lime-100 {
  border-top-color: #f0f4c3 !important;
  border-bottom-color: #f0f4c3 !important;
}

.text-lime-200 {
  color: #e6ee9c !important;
}

.text-h-lime-200:hover {
  color: #e6ee9c !important;
}

.bg-lime-200 {
  background-color: #e6ee9c !important;
}

.bg-h-lime-200:hover {
  background-color: #e6ee9c !important;
}

.border-lime-200 {
  border-color: #e6ee9c !important;
}

.border-t-lime-200 {
  border-top-color: #e6ee9c !important;
}

.border-r-lime-200 {
  border-right-color: #e6ee9c !important;
}

.border-b-lime-200 {
  border-bottom-color: #e6ee9c !important;
}

.border-l-lime-200 {
  border-left-color: #e6ee9c !important;
}

.border-x-lime-200 {
  border-left-color: #e6ee9c !important;
  border-right-color: #e6ee9c !important;
}

.border-y-lime-200 {
  border-top-color: #e6ee9c !important;
  border-bottom-color: #e6ee9c !important;
}

.text-lime-300 {
  color: #dce775 !important;
}

.text-h-lime-300:hover {
  color: #dce775 !important;
}

.bg-lime-300 {
  background-color: #dce775 !important;
}

.bg-h-lime-300:hover {
  background-color: #dce775 !important;
}

.border-lime-300 {
  border-color: #dce775 !important;
}

.border-t-lime-300 {
  border-top-color: #dce775 !important;
}

.border-r-lime-300 {
  border-right-color: #dce775 !important;
}

.border-b-lime-300 {
  border-bottom-color: #dce775 !important;
}

.border-l-lime-300 {
  border-left-color: #dce775 !important;
}

.border-x-lime-300 {
  border-left-color: #dce775 !important;
  border-right-color: #dce775 !important;
}

.border-y-lime-300 {
  border-top-color: #dce775 !important;
  border-bottom-color: #dce775 !important;
}

.text-lime-400 {
  color: #d4e157 !important;
}

.text-h-lime-400:hover {
  color: #d4e157 !important;
}

.bg-lime-400 {
  background-color: #d4e157 !important;
}

.bg-h-lime-400:hover {
  background-color: #d4e157 !important;
}

.border-lime-400 {
  border-color: #d4e157 !important;
}

.border-t-lime-400 {
  border-top-color: #d4e157 !important;
}

.border-r-lime-400 {
  border-right-color: #d4e157 !important;
}

.border-b-lime-400 {
  border-bottom-color: #d4e157 !important;
}

.border-l-lime-400 {
  border-left-color: #d4e157 !important;
}

.border-x-lime-400 {
  border-left-color: #d4e157 !important;
  border-right-color: #d4e157 !important;
}

.border-y-lime-400 {
  border-top-color: #d4e157 !important;
  border-bottom-color: #d4e157 !important;
}

.text-lime-500 {
  color: #cddc39 !important;
}

.text-h-lime-500:hover {
  color: #cddc39 !important;
}

.bg-lime-500 {
  background-color: #cddc39 !important;
}

.bg-h-lime-500:hover {
  background-color: #cddc39 !important;
}

.border-lime-500 {
  border-color: #cddc39 !important;
}

.border-t-lime-500 {
  border-top-color: #cddc39 !important;
}

.border-r-lime-500 {
  border-right-color: #cddc39 !important;
}

.border-b-lime-500 {
  border-bottom-color: #cddc39 !important;
}

.border-l-lime-500 {
  border-left-color: #cddc39 !important;
}

.border-x-lime-500 {
  border-left-color: #cddc39 !important;
  border-right-color: #cddc39 !important;
}

.border-y-lime-500 {
  border-top-color: #cddc39 !important;
  border-bottom-color: #cddc39 !important;
}

.text-lime-600 {
  color: #c0ca33 !important;
}

.text-h-lime-600:hover {
  color: #c0ca33 !important;
}

.bg-lime-600 {
  background-color: #c0ca33 !important;
}

.bg-h-lime-600:hover {
  background-color: #c0ca33 !important;
}

.border-lime-600 {
  border-color: #c0ca33 !important;
}

.border-t-lime-600 {
  border-top-color: #c0ca33 !important;
}

.border-r-lime-600 {
  border-right-color: #c0ca33 !important;
}

.border-b-lime-600 {
  border-bottom-color: #c0ca33 !important;
}

.border-l-lime-600 {
  border-left-color: #c0ca33 !important;
}

.border-x-lime-600 {
  border-left-color: #c0ca33 !important;
  border-right-color: #c0ca33 !important;
}

.border-y-lime-600 {
  border-top-color: #c0ca33 !important;
  border-bottom-color: #c0ca33 !important;
}

.text-lime-700 {
  color: #afb42b !important;
}

.text-h-lime-700:hover {
  color: #afb42b !important;
}

.bg-lime-700 {
  background-color: #afb42b !important;
}

.bg-h-lime-700:hover {
  background-color: #afb42b !important;
}

.border-lime-700 {
  border-color: #afb42b !important;
}

.border-t-lime-700 {
  border-top-color: #afb42b !important;
}

.border-r-lime-700 {
  border-right-color: #afb42b !important;
}

.border-b-lime-700 {
  border-bottom-color: #afb42b !important;
}

.border-l-lime-700 {
  border-left-color: #afb42b !important;
}

.border-x-lime-700 {
  border-left-color: #afb42b !important;
  border-right-color: #afb42b !important;
}

.border-y-lime-700 {
  border-top-color: #afb42b !important;
  border-bottom-color: #afb42b !important;
}

.text-lime-800 {
  color: #9e9d24 !important;
}

.text-h-lime-800:hover {
  color: #9e9d24 !important;
}

.bg-lime-800 {
  background-color: #9e9d24 !important;
}

.bg-h-lime-800:hover {
  background-color: #9e9d24 !important;
}

.border-lime-800 {
  border-color: #9e9d24 !important;
}

.border-t-lime-800 {
  border-top-color: #9e9d24 !important;
}

.border-r-lime-800 {
  border-right-color: #9e9d24 !important;
}

.border-b-lime-800 {
  border-bottom-color: #9e9d24 !important;
}

.border-l-lime-800 {
  border-left-color: #9e9d24 !important;
}

.border-x-lime-800 {
  border-left-color: #9e9d24 !important;
  border-right-color: #9e9d24 !important;
}

.border-y-lime-800 {
  border-top-color: #9e9d24 !important;
  border-bottom-color: #9e9d24 !important;
}

.text-lime-900 {
  color: #827717 !important;
}

.text-h-lime-900:hover {
  color: #827717 !important;
}

.bg-lime-900 {
  background-color: #827717 !important;
}

.bg-h-lime-900:hover {
  background-color: #827717 !important;
}

.border-lime-900 {
  border-color: #827717 !important;
}

.border-t-lime-900 {
  border-top-color: #827717 !important;
}

.border-r-lime-900 {
  border-right-color: #827717 !important;
}

.border-b-lime-900 {
  border-bottom-color: #827717 !important;
}

.border-l-lime-900 {
  border-left-color: #827717 !important;
}

.border-x-lime-900 {
  border-left-color: #827717 !important;
  border-right-color: #827717 !important;
}

.border-y-lime-900 {
  border-top-color: #827717 !important;
  border-bottom-color: #827717 !important;
}

.text-lime-a100 {
  color: #f4ff81 !important;
}

.text-h-lime-a100:hover {
  color: #f4ff81 !important;
}

.bg-lime-a100 {
  background-color: #f4ff81 !important;
}

.bg-h-lime-a100:hover {
  background-color: #f4ff81 !important;
}

.border-lime-a100 {
  border-color: #f4ff81 !important;
}

.border-t-lime-a100 {
  border-top-color: #f4ff81 !important;
}

.border-r-lime-a100 {
  border-right-color: #f4ff81 !important;
}

.border-b-lime-a100 {
  border-bottom-color: #f4ff81 !important;
}

.border-l-lime-a100 {
  border-left-color: #f4ff81 !important;
}

.border-x-lime-a100 {
  border-left-color: #f4ff81 !important;
  border-right-color: #f4ff81 !important;
}

.border-y-lime-a100 {
  border-top-color: #f4ff81 !important;
  border-bottom-color: #f4ff81 !important;
}

.text-lime-a200 {
  color: #eeff41 !important;
}

.text-h-lime-a200:hover {
  color: #eeff41 !important;
}

.bg-lime-a200 {
  background-color: #eeff41 !important;
}

.bg-h-lime-a200:hover {
  background-color: #eeff41 !important;
}

.border-lime-a200 {
  border-color: #eeff41 !important;
}

.border-t-lime-a200 {
  border-top-color: #eeff41 !important;
}

.border-r-lime-a200 {
  border-right-color: #eeff41 !important;
}

.border-b-lime-a200 {
  border-bottom-color: #eeff41 !important;
}

.border-l-lime-a200 {
  border-left-color: #eeff41 !important;
}

.border-x-lime-a200 {
  border-left-color: #eeff41 !important;
  border-right-color: #eeff41 !important;
}

.border-y-lime-a200 {
  border-top-color: #eeff41 !important;
  border-bottom-color: #eeff41 !important;
}

.text-lime-a400 {
  color: #c6ff00 !important;
}

.text-h-lime-a400:hover {
  color: #c6ff00 !important;
}

.bg-lime-a400 {
  background-color: #c6ff00 !important;
}

.bg-h-lime-a400:hover {
  background-color: #c6ff00 !important;
}

.border-lime-a400 {
  border-color: #c6ff00 !important;
}

.border-t-lime-a400 {
  border-top-color: #c6ff00 !important;
}

.border-r-lime-a400 {
  border-right-color: #c6ff00 !important;
}

.border-b-lime-a400 {
  border-bottom-color: #c6ff00 !important;
}

.border-l-lime-a400 {
  border-left-color: #c6ff00 !important;
}

.border-x-lime-a400 {
  border-left-color: #c6ff00 !important;
  border-right-color: #c6ff00 !important;
}

.border-y-lime-a400 {
  border-top-color: #c6ff00 !important;
  border-bottom-color: #c6ff00 !important;
}

.text-lime-a700 {
  color: #aeea00 !important;
}

.text-h-lime-a700:hover {
  color: #aeea00 !important;
}

.bg-lime-a700 {
  background-color: #aeea00 !important;
}

.bg-h-lime-a700:hover {
  background-color: #aeea00 !important;
}

.border-lime-a700 {
  border-color: #aeea00 !important;
}

.border-t-lime-a700 {
  border-top-color: #aeea00 !important;
}

.border-r-lime-a700 {
  border-right-color: #aeea00 !important;
}

.border-b-lime-a700 {
  border-bottom-color: #aeea00 !important;
}

.border-l-lime-a700 {
  border-left-color: #aeea00 !important;
}

.border-x-lime-a700 {
  border-left-color: #aeea00 !important;
  border-right-color: #aeea00 !important;
}

.border-y-lime-a700 {
  border-top-color: #aeea00 !important;
  border-bottom-color: #aeea00 !important;
}

.text-yellow-50 {
  color: #fffde7 !important;
}

.text-h-yellow-50:hover {
  color: #fffde7 !important;
}

.bg-yellow-50 {
  background-color: #fffde7 !important;
}

.bg-h-yellow-50:hover {
  background-color: #fffde7 !important;
}

.border-yellow-50 {
  border-color: #fffde7 !important;
}

.border-t-yellow-50 {
  border-top-color: #fffde7 !important;
}

.border-r-yellow-50 {
  border-right-color: #fffde7 !important;
}

.border-b-yellow-50 {
  border-bottom-color: #fffde7 !important;
}

.border-l-yellow-50 {
  border-left-color: #fffde7 !important;
}

.border-x-yellow-50 {
  border-left-color: #fffde7 !important;
  border-right-color: #fffde7 !important;
}

.border-y-yellow-50 {
  border-top-color: #fffde7 !important;
  border-bottom-color: #fffde7 !important;
}

.text-yellow-100 {
  color: #fff9c4 !important;
}

.text-h-yellow-100:hover {
  color: #fff9c4 !important;
}

.bg-yellow-100 {
  background-color: #fff9c4 !important;
}

.bg-h-yellow-100:hover {
  background-color: #fff9c4 !important;
}

.border-yellow-100 {
  border-color: #fff9c4 !important;
}

.border-t-yellow-100 {
  border-top-color: #fff9c4 !important;
}

.border-r-yellow-100 {
  border-right-color: #fff9c4 !important;
}

.border-b-yellow-100 {
  border-bottom-color: #fff9c4 !important;
}

.border-l-yellow-100 {
  border-left-color: #fff9c4 !important;
}

.border-x-yellow-100 {
  border-left-color: #fff9c4 !important;
  border-right-color: #fff9c4 !important;
}

.border-y-yellow-100 {
  border-top-color: #fff9c4 !important;
  border-bottom-color: #fff9c4 !important;
}

.text-yellow-200 {
  color: #fff59d !important;
}

.text-h-yellow-200:hover {
  color: #fff59d !important;
}

.bg-yellow-200 {
  background-color: #fff59d !important;
}

.bg-h-yellow-200:hover {
  background-color: #fff59d !important;
}

.border-yellow-200 {
  border-color: #fff59d !important;
}

.border-t-yellow-200 {
  border-top-color: #fff59d !important;
}

.border-r-yellow-200 {
  border-right-color: #fff59d !important;
}

.border-b-yellow-200 {
  border-bottom-color: #fff59d !important;
}

.border-l-yellow-200 {
  border-left-color: #fff59d !important;
}

.border-x-yellow-200 {
  border-left-color: #fff59d !important;
  border-right-color: #fff59d !important;
}

.border-y-yellow-200 {
  border-top-color: #fff59d !important;
  border-bottom-color: #fff59d !important;
}

.text-yellow-300 {
  color: #fff176 !important;
}

.text-h-yellow-300:hover {
  color: #fff176 !important;
}

.bg-yellow-300 {
  background-color: #fff176 !important;
}

.bg-h-yellow-300:hover {
  background-color: #fff176 !important;
}

.border-yellow-300 {
  border-color: #fff176 !important;
}

.border-t-yellow-300 {
  border-top-color: #fff176 !important;
}

.border-r-yellow-300 {
  border-right-color: #fff176 !important;
}

.border-b-yellow-300 {
  border-bottom-color: #fff176 !important;
}

.border-l-yellow-300 {
  border-left-color: #fff176 !important;
}

.border-x-yellow-300 {
  border-left-color: #fff176 !important;
  border-right-color: #fff176 !important;
}

.border-y-yellow-300 {
  border-top-color: #fff176 !important;
  border-bottom-color: #fff176 !important;
}

.text-yellow-400 {
  color: #ffee58 !important;
}

.text-h-yellow-400:hover {
  color: #ffee58 !important;
}

.bg-yellow-400 {
  background-color: #ffee58 !important;
}

.bg-h-yellow-400:hover {
  background-color: #ffee58 !important;
}

.border-yellow-400 {
  border-color: #ffee58 !important;
}

.border-t-yellow-400 {
  border-top-color: #ffee58 !important;
}

.border-r-yellow-400 {
  border-right-color: #ffee58 !important;
}

.border-b-yellow-400 {
  border-bottom-color: #ffee58 !important;
}

.border-l-yellow-400 {
  border-left-color: #ffee58 !important;
}

.border-x-yellow-400 {
  border-left-color: #ffee58 !important;
  border-right-color: #ffee58 !important;
}

.border-y-yellow-400 {
  border-top-color: #ffee58 !important;
  border-bottom-color: #ffee58 !important;
}

.text-yellow-500 {
  color: #ffeb3b !important;
}

.text-h-yellow-500:hover {
  color: #ffeb3b !important;
}

.bg-yellow-500 {
  background-color: #ffeb3b !important;
}

.bg-h-yellow-500:hover {
  background-color: #ffeb3b !important;
}

.border-yellow-500 {
  border-color: #ffeb3b !important;
}

.border-t-yellow-500 {
  border-top-color: #ffeb3b !important;
}

.border-r-yellow-500 {
  border-right-color: #ffeb3b !important;
}

.border-b-yellow-500 {
  border-bottom-color: #ffeb3b !important;
}

.border-l-yellow-500 {
  border-left-color: #ffeb3b !important;
}

.border-x-yellow-500 {
  border-left-color: #ffeb3b !important;
  border-right-color: #ffeb3b !important;
}

.border-y-yellow-500 {
  border-top-color: #ffeb3b !important;
  border-bottom-color: #ffeb3b !important;
}

.text-yellow-600 {
  color: #fdd835 !important;
}

.text-h-yellow-600:hover {
  color: #fdd835 !important;
}

.bg-yellow-600 {
  background-color: #fdd835 !important;
}

.bg-h-yellow-600:hover {
  background-color: #fdd835 !important;
}

.border-yellow-600 {
  border-color: #fdd835 !important;
}

.border-t-yellow-600 {
  border-top-color: #fdd835 !important;
}

.border-r-yellow-600 {
  border-right-color: #fdd835 !important;
}

.border-b-yellow-600 {
  border-bottom-color: #fdd835 !important;
}

.border-l-yellow-600 {
  border-left-color: #fdd835 !important;
}

.border-x-yellow-600 {
  border-left-color: #fdd835 !important;
  border-right-color: #fdd835 !important;
}

.border-y-yellow-600 {
  border-top-color: #fdd835 !important;
  border-bottom-color: #fdd835 !important;
}

.text-yellow-700 {
  color: #fbc02d !important;
}

.text-h-yellow-700:hover {
  color: #fbc02d !important;
}

.bg-yellow-700 {
  background-color: #fbc02d !important;
}

.bg-h-yellow-700:hover {
  background-color: #fbc02d !important;
}

.border-yellow-700 {
  border-color: #fbc02d !important;
}

.border-t-yellow-700 {
  border-top-color: #fbc02d !important;
}

.border-r-yellow-700 {
  border-right-color: #fbc02d !important;
}

.border-b-yellow-700 {
  border-bottom-color: #fbc02d !important;
}

.border-l-yellow-700 {
  border-left-color: #fbc02d !important;
}

.border-x-yellow-700 {
  border-left-color: #fbc02d !important;
  border-right-color: #fbc02d !important;
}

.border-y-yellow-700 {
  border-top-color: #fbc02d !important;
  border-bottom-color: #fbc02d !important;
}

.text-yellow-800 {
  color: #f9a825 !important;
}

.text-h-yellow-800:hover {
  color: #f9a825 !important;
}

.bg-yellow-800 {
  background-color: #f9a825 !important;
}

.bg-h-yellow-800:hover {
  background-color: #f9a825 !important;
}

.border-yellow-800 {
  border-color: #f9a825 !important;
}

.border-t-yellow-800 {
  border-top-color: #f9a825 !important;
}

.border-r-yellow-800 {
  border-right-color: #f9a825 !important;
}

.border-b-yellow-800 {
  border-bottom-color: #f9a825 !important;
}

.border-l-yellow-800 {
  border-left-color: #f9a825 !important;
}

.border-x-yellow-800 {
  border-left-color: #f9a825 !important;
  border-right-color: #f9a825 !important;
}

.border-y-yellow-800 {
  border-top-color: #f9a825 !important;
  border-bottom-color: #f9a825 !important;
}

.text-yellow-900 {
  color: #f57f17 !important;
}

.text-h-yellow-900:hover {
  color: #f57f17 !important;
}

.bg-yellow-900 {
  background-color: #f57f17 !important;
}

.bg-h-yellow-900:hover {
  background-color: #f57f17 !important;
}

.border-yellow-900 {
  border-color: #f57f17 !important;
}

.border-t-yellow-900 {
  border-top-color: #f57f17 !important;
}

.border-r-yellow-900 {
  border-right-color: #f57f17 !important;
}

.border-b-yellow-900 {
  border-bottom-color: #f57f17 !important;
}

.border-l-yellow-900 {
  border-left-color: #f57f17 !important;
}

.border-x-yellow-900 {
  border-left-color: #f57f17 !important;
  border-right-color: #f57f17 !important;
}

.border-y-yellow-900 {
  border-top-color: #f57f17 !important;
  border-bottom-color: #f57f17 !important;
}

.text-yellow-a100 {
  color: #ffff8d !important;
}

.text-h-yellow-a100:hover {
  color: #ffff8d !important;
}

.bg-yellow-a100 {
  background-color: #ffff8d !important;
}

.bg-h-yellow-a100:hover {
  background-color: #ffff8d !important;
}

.border-yellow-a100 {
  border-color: #ffff8d !important;
}

.border-t-yellow-a100 {
  border-top-color: #ffff8d !important;
}

.border-r-yellow-a100 {
  border-right-color: #ffff8d !important;
}

.border-b-yellow-a100 {
  border-bottom-color: #ffff8d !important;
}

.border-l-yellow-a100 {
  border-left-color: #ffff8d !important;
}

.border-x-yellow-a100 {
  border-left-color: #ffff8d !important;
  border-right-color: #ffff8d !important;
}

.border-y-yellow-a100 {
  border-top-color: #ffff8d !important;
  border-bottom-color: #ffff8d !important;
}

.text-yellow-a200 {
  color: #ffff00 !important;
}

.text-h-yellow-a200:hover {
  color: #ffff00 !important;
}

.bg-yellow-a200 {
  background-color: #ffff00 !important;
}

.bg-h-yellow-a200:hover {
  background-color: #ffff00 !important;
}

.border-yellow-a200 {
  border-color: #ffff00 !important;
}

.border-t-yellow-a200 {
  border-top-color: #ffff00 !important;
}

.border-r-yellow-a200 {
  border-right-color: #ffff00 !important;
}

.border-b-yellow-a200 {
  border-bottom-color: #ffff00 !important;
}

.border-l-yellow-a200 {
  border-left-color: #ffff00 !important;
}

.border-x-yellow-a200 {
  border-left-color: #ffff00 !important;
  border-right-color: #ffff00 !important;
}

.border-y-yellow-a200 {
  border-top-color: #ffff00 !important;
  border-bottom-color: #ffff00 !important;
}

.text-yellow-a400 {
  color: #ffea00 !important;
}

.text-h-yellow-a400:hover {
  color: #ffea00 !important;
}

.bg-yellow-a400 {
  background-color: #ffea00 !important;
}

.bg-h-yellow-a400:hover {
  background-color: #ffea00 !important;
}

.border-yellow-a400 {
  border-color: #ffea00 !important;
}

.border-t-yellow-a400 {
  border-top-color: #ffea00 !important;
}

.border-r-yellow-a400 {
  border-right-color: #ffea00 !important;
}

.border-b-yellow-a400 {
  border-bottom-color: #ffea00 !important;
}

.border-l-yellow-a400 {
  border-left-color: #ffea00 !important;
}

.border-x-yellow-a400 {
  border-left-color: #ffea00 !important;
  border-right-color: #ffea00 !important;
}

.border-y-yellow-a400 {
  border-top-color: #ffea00 !important;
  border-bottom-color: #ffea00 !important;
}

.text-yellow-a700 {
  color: #ffd600 !important;
}

.text-h-yellow-a700:hover {
  color: #ffd600 !important;
}

.bg-yellow-a700 {
  background-color: #ffd600 !important;
}

.bg-h-yellow-a700:hover {
  background-color: #ffd600 !important;
}

.border-yellow-a700 {
  border-color: #ffd600 !important;
}

.border-t-yellow-a700 {
  border-top-color: #ffd600 !important;
}

.border-r-yellow-a700 {
  border-right-color: #ffd600 !important;
}

.border-b-yellow-a700 {
  border-bottom-color: #ffd600 !important;
}

.border-l-yellow-a700 {
  border-left-color: #ffd600 !important;
}

.border-x-yellow-a700 {
  border-left-color: #ffd600 !important;
  border-right-color: #ffd600 !important;
}

.border-y-yellow-a700 {
  border-top-color: #ffd600 !important;
  border-bottom-color: #ffd600 !important;
}

.text-amber-50 {
  color: #fff8e1 !important;
}

.text-h-amber-50:hover {
  color: #fff8e1 !important;
}

.bg-amber-50 {
  background-color: #fff8e1 !important;
}

.bg-h-amber-50:hover {
  background-color: #fff8e1 !important;
}

.border-amber-50 {
  border-color: #fff8e1 !important;
}

.border-t-amber-50 {
  border-top-color: #fff8e1 !important;
}

.border-r-amber-50 {
  border-right-color: #fff8e1 !important;
}

.border-b-amber-50 {
  border-bottom-color: #fff8e1 !important;
}

.border-l-amber-50 {
  border-left-color: #fff8e1 !important;
}

.border-x-amber-50 {
  border-left-color: #fff8e1 !important;
  border-right-color: #fff8e1 !important;
}

.border-y-amber-50 {
  border-top-color: #fff8e1 !important;
  border-bottom-color: #fff8e1 !important;
}

.text-amber-100 {
  color: #ffecb3 !important;
}

.text-h-amber-100:hover {
  color: #ffecb3 !important;
}

.bg-amber-100 {
  background-color: #ffecb3 !important;
}

.bg-h-amber-100:hover {
  background-color: #ffecb3 !important;
}

.border-amber-100 {
  border-color: #ffecb3 !important;
}

.border-t-amber-100 {
  border-top-color: #ffecb3 !important;
}

.border-r-amber-100 {
  border-right-color: #ffecb3 !important;
}

.border-b-amber-100 {
  border-bottom-color: #ffecb3 !important;
}

.border-l-amber-100 {
  border-left-color: #ffecb3 !important;
}

.border-x-amber-100 {
  border-left-color: #ffecb3 !important;
  border-right-color: #ffecb3 !important;
}

.border-y-amber-100 {
  border-top-color: #ffecb3 !important;
  border-bottom-color: #ffecb3 !important;
}

.text-amber-200 {
  color: #ffe082 !important;
}

.text-h-amber-200:hover {
  color: #ffe082 !important;
}

.bg-amber-200 {
  background-color: #ffe082 !important;
}

.bg-h-amber-200:hover {
  background-color: #ffe082 !important;
}

.border-amber-200 {
  border-color: #ffe082 !important;
}

.border-t-amber-200 {
  border-top-color: #ffe082 !important;
}

.border-r-amber-200 {
  border-right-color: #ffe082 !important;
}

.border-b-amber-200 {
  border-bottom-color: #ffe082 !important;
}

.border-l-amber-200 {
  border-left-color: #ffe082 !important;
}

.border-x-amber-200 {
  border-left-color: #ffe082 !important;
  border-right-color: #ffe082 !important;
}

.border-y-amber-200 {
  border-top-color: #ffe082 !important;
  border-bottom-color: #ffe082 !important;
}

.text-amber-300 {
  color: #ffd54f !important;
}

.text-h-amber-300:hover {
  color: #ffd54f !important;
}

.bg-amber-300 {
  background-color: #ffd54f !important;
}

.bg-h-amber-300:hover {
  background-color: #ffd54f !important;
}

.border-amber-300 {
  border-color: #ffd54f !important;
}

.border-t-amber-300 {
  border-top-color: #ffd54f !important;
}

.border-r-amber-300 {
  border-right-color: #ffd54f !important;
}

.border-b-amber-300 {
  border-bottom-color: #ffd54f !important;
}

.border-l-amber-300 {
  border-left-color: #ffd54f !important;
}

.border-x-amber-300 {
  border-left-color: #ffd54f !important;
  border-right-color: #ffd54f !important;
}

.border-y-amber-300 {
  border-top-color: #ffd54f !important;
  border-bottom-color: #ffd54f !important;
}

.text-amber-400 {
  color: #ffca28 !important;
}

.text-h-amber-400:hover {
  color: #ffca28 !important;
}

.bg-amber-400 {
  background-color: #ffca28 !important;
}

.bg-h-amber-400:hover {
  background-color: #ffca28 !important;
}

.border-amber-400 {
  border-color: #ffca28 !important;
}

.border-t-amber-400 {
  border-top-color: #ffca28 !important;
}

.border-r-amber-400 {
  border-right-color: #ffca28 !important;
}

.border-b-amber-400 {
  border-bottom-color: #ffca28 !important;
}

.border-l-amber-400 {
  border-left-color: #ffca28 !important;
}

.border-x-amber-400 {
  border-left-color: #ffca28 !important;
  border-right-color: #ffca28 !important;
}

.border-y-amber-400 {
  border-top-color: #ffca28 !important;
  border-bottom-color: #ffca28 !important;
}

.text-amber-500 {
  color: #ffc107 !important;
}

.text-h-amber-500:hover {
  color: #ffc107 !important;
}

.bg-amber-500 {
  background-color: #ffc107 !important;
}

.bg-h-amber-500:hover {
  background-color: #ffc107 !important;
}

.border-amber-500 {
  border-color: #ffc107 !important;
}

.border-t-amber-500 {
  border-top-color: #ffc107 !important;
}

.border-r-amber-500 {
  border-right-color: #ffc107 !important;
}

.border-b-amber-500 {
  border-bottom-color: #ffc107 !important;
}

.border-l-amber-500 {
  border-left-color: #ffc107 !important;
}

.border-x-amber-500 {
  border-left-color: #ffc107 !important;
  border-right-color: #ffc107 !important;
}

.border-y-amber-500 {
  border-top-color: #ffc107 !important;
  border-bottom-color: #ffc107 !important;
}

.text-amber-600 {
  color: #ffb300 !important;
}

.text-h-amber-600:hover {
  color: #ffb300 !important;
}

.bg-amber-600 {
  background-color: #ffb300 !important;
}

.bg-h-amber-600:hover {
  background-color: #ffb300 !important;
}

.border-amber-600 {
  border-color: #ffb300 !important;
}

.border-t-amber-600 {
  border-top-color: #ffb300 !important;
}

.border-r-amber-600 {
  border-right-color: #ffb300 !important;
}

.border-b-amber-600 {
  border-bottom-color: #ffb300 !important;
}

.border-l-amber-600 {
  border-left-color: #ffb300 !important;
}

.border-x-amber-600 {
  border-left-color: #ffb300 !important;
  border-right-color: #ffb300 !important;
}

.border-y-amber-600 {
  border-top-color: #ffb300 !important;
  border-bottom-color: #ffb300 !important;
}

.text-amber-700 {
  color: #ffa000 !important;
}

.text-h-amber-700:hover {
  color: #ffa000 !important;
}

.bg-amber-700 {
  background-color: #ffa000 !important;
}

.bg-h-amber-700:hover {
  background-color: #ffa000 !important;
}

.border-amber-700 {
  border-color: #ffa000 !important;
}

.border-t-amber-700 {
  border-top-color: #ffa000 !important;
}

.border-r-amber-700 {
  border-right-color: #ffa000 !important;
}

.border-b-amber-700 {
  border-bottom-color: #ffa000 !important;
}

.border-l-amber-700 {
  border-left-color: #ffa000 !important;
}

.border-x-amber-700 {
  border-left-color: #ffa000 !important;
  border-right-color: #ffa000 !important;
}

.border-y-amber-700 {
  border-top-color: #ffa000 !important;
  border-bottom-color: #ffa000 !important;
}

.text-amber-800 {
  color: #ff8f00 !important;
}

.text-h-amber-800:hover {
  color: #ff8f00 !important;
}

.bg-amber-800 {
  background-color: #ff8f00 !important;
}

.bg-h-amber-800:hover {
  background-color: #ff8f00 !important;
}

.border-amber-800 {
  border-color: #ff8f00 !important;
}

.border-t-amber-800 {
  border-top-color: #ff8f00 !important;
}

.border-r-amber-800 {
  border-right-color: #ff8f00 !important;
}

.border-b-amber-800 {
  border-bottom-color: #ff8f00 !important;
}

.border-l-amber-800 {
  border-left-color: #ff8f00 !important;
}

.border-x-amber-800 {
  border-left-color: #ff8f00 !important;
  border-right-color: #ff8f00 !important;
}

.border-y-amber-800 {
  border-top-color: #ff8f00 !important;
  border-bottom-color: #ff8f00 !important;
}

.text-amber-900 {
  color: #ff6f00 !important;
}

.text-h-amber-900:hover {
  color: #ff6f00 !important;
}

.bg-amber-900 {
  background-color: #ff6f00 !important;
}

.bg-h-amber-900:hover {
  background-color: #ff6f00 !important;
}

.border-amber-900 {
  border-color: #ff6f00 !important;
}

.border-t-amber-900 {
  border-top-color: #ff6f00 !important;
}

.border-r-amber-900 {
  border-right-color: #ff6f00 !important;
}

.border-b-amber-900 {
  border-bottom-color: #ff6f00 !important;
}

.border-l-amber-900 {
  border-left-color: #ff6f00 !important;
}

.border-x-amber-900 {
  border-left-color: #ff6f00 !important;
  border-right-color: #ff6f00 !important;
}

.border-y-amber-900 {
  border-top-color: #ff6f00 !important;
  border-bottom-color: #ff6f00 !important;
}

.text-amber-a100 {
  color: #ffe57f !important;
}

.text-h-amber-a100:hover {
  color: #ffe57f !important;
}

.bg-amber-a100 {
  background-color: #ffe57f !important;
}

.bg-h-amber-a100:hover {
  background-color: #ffe57f !important;
}

.border-amber-a100 {
  border-color: #ffe57f !important;
}

.border-t-amber-a100 {
  border-top-color: #ffe57f !important;
}

.border-r-amber-a100 {
  border-right-color: #ffe57f !important;
}

.border-b-amber-a100 {
  border-bottom-color: #ffe57f !important;
}

.border-l-amber-a100 {
  border-left-color: #ffe57f !important;
}

.border-x-amber-a100 {
  border-left-color: #ffe57f !important;
  border-right-color: #ffe57f !important;
}

.border-y-amber-a100 {
  border-top-color: #ffe57f !important;
  border-bottom-color: #ffe57f !important;
}

.text-amber-a200 {
  color: #ffd740 !important;
}

.text-h-amber-a200:hover {
  color: #ffd740 !important;
}

.bg-amber-a200 {
  background-color: #ffd740 !important;
}

.bg-h-amber-a200:hover {
  background-color: #ffd740 !important;
}

.border-amber-a200 {
  border-color: #ffd740 !important;
}

.border-t-amber-a200 {
  border-top-color: #ffd740 !important;
}

.border-r-amber-a200 {
  border-right-color: #ffd740 !important;
}

.border-b-amber-a200 {
  border-bottom-color: #ffd740 !important;
}

.border-l-amber-a200 {
  border-left-color: #ffd740 !important;
}

.border-x-amber-a200 {
  border-left-color: #ffd740 !important;
  border-right-color: #ffd740 !important;
}

.border-y-amber-a200 {
  border-top-color: #ffd740 !important;
  border-bottom-color: #ffd740 !important;
}

.text-amber-a400 {
  color: #ffc400 !important;
}

.text-h-amber-a400:hover {
  color: #ffc400 !important;
}

.bg-amber-a400 {
  background-color: #ffc400 !important;
}

.bg-h-amber-a400:hover {
  background-color: #ffc400 !important;
}

.border-amber-a400 {
  border-color: #ffc400 !important;
}

.border-t-amber-a400 {
  border-top-color: #ffc400 !important;
}

.border-r-amber-a400 {
  border-right-color: #ffc400 !important;
}

.border-b-amber-a400 {
  border-bottom-color: #ffc400 !important;
}

.border-l-amber-a400 {
  border-left-color: #ffc400 !important;
}

.border-x-amber-a400 {
  border-left-color: #ffc400 !important;
  border-right-color: #ffc400 !important;
}

.border-y-amber-a400 {
  border-top-color: #ffc400 !important;
  border-bottom-color: #ffc400 !important;
}

.text-amber-a700 {
  color: #ffab00 !important;
}

.text-h-amber-a700:hover {
  color: #ffab00 !important;
}

.bg-amber-a700 {
  background-color: #ffab00 !important;
}

.bg-h-amber-a700:hover {
  background-color: #ffab00 !important;
}

.border-amber-a700 {
  border-color: #ffab00 !important;
}

.border-t-amber-a700 {
  border-top-color: #ffab00 !important;
}

.border-r-amber-a700 {
  border-right-color: #ffab00 !important;
}

.border-b-amber-a700 {
  border-bottom-color: #ffab00 !important;
}

.border-l-amber-a700 {
  border-left-color: #ffab00 !important;
}

.border-x-amber-a700 {
  border-left-color: #ffab00 !important;
  border-right-color: #ffab00 !important;
}

.border-y-amber-a700 {
  border-top-color: #ffab00 !important;
  border-bottom-color: #ffab00 !important;
}

.text-orange-50 {
  color: #fff3e0 !important;
}

.text-h-orange-50:hover {
  color: #fff3e0 !important;
}

.bg-orange-50 {
  background-color: #fff3e0 !important;
}

.bg-h-orange-50:hover {
  background-color: #fff3e0 !important;
}

.border-orange-50 {
  border-color: #fff3e0 !important;
}

.border-t-orange-50 {
  border-top-color: #fff3e0 !important;
}

.border-r-orange-50 {
  border-right-color: #fff3e0 !important;
}

.border-b-orange-50 {
  border-bottom-color: #fff3e0 !important;
}

.border-l-orange-50 {
  border-left-color: #fff3e0 !important;
}

.border-x-orange-50 {
  border-left-color: #fff3e0 !important;
  border-right-color: #fff3e0 !important;
}

.border-y-orange-50 {
  border-top-color: #fff3e0 !important;
  border-bottom-color: #fff3e0 !important;
}

.text-orange-100 {
  color: #ffe0b2 !important;
}

.text-h-orange-100:hover {
  color: #ffe0b2 !important;
}

.bg-orange-100 {
  background-color: #ffe0b2 !important;
}

.bg-h-orange-100:hover {
  background-color: #ffe0b2 !important;
}

.border-orange-100 {
  border-color: #ffe0b2 !important;
}

.border-t-orange-100 {
  border-top-color: #ffe0b2 !important;
}

.border-r-orange-100 {
  border-right-color: #ffe0b2 !important;
}

.border-b-orange-100 {
  border-bottom-color: #ffe0b2 !important;
}

.border-l-orange-100 {
  border-left-color: #ffe0b2 !important;
}

.border-x-orange-100 {
  border-left-color: #ffe0b2 !important;
  border-right-color: #ffe0b2 !important;
}

.border-y-orange-100 {
  border-top-color: #ffe0b2 !important;
  border-bottom-color: #ffe0b2 !important;
}

.text-orange-200 {
  color: #ffcc80 !important;
}

.text-h-orange-200:hover {
  color: #ffcc80 !important;
}

.bg-orange-200 {
  background-color: #ffcc80 !important;
}

.bg-h-orange-200:hover {
  background-color: #ffcc80 !important;
}

.border-orange-200 {
  border-color: #ffcc80 !important;
}

.border-t-orange-200 {
  border-top-color: #ffcc80 !important;
}

.border-r-orange-200 {
  border-right-color: #ffcc80 !important;
}

.border-b-orange-200 {
  border-bottom-color: #ffcc80 !important;
}

.border-l-orange-200 {
  border-left-color: #ffcc80 !important;
}

.border-x-orange-200 {
  border-left-color: #ffcc80 !important;
  border-right-color: #ffcc80 !important;
}

.border-y-orange-200 {
  border-top-color: #ffcc80 !important;
  border-bottom-color: #ffcc80 !important;
}

.text-orange-300 {
  color: #ffb74d !important;
}

.text-h-orange-300:hover {
  color: #ffb74d !important;
}

.bg-orange-300 {
  background-color: #ffb74d !important;
}

.bg-h-orange-300:hover {
  background-color: #ffb74d !important;
}

.border-orange-300 {
  border-color: #ffb74d !important;
}

.border-t-orange-300 {
  border-top-color: #ffb74d !important;
}

.border-r-orange-300 {
  border-right-color: #ffb74d !important;
}

.border-b-orange-300 {
  border-bottom-color: #ffb74d !important;
}

.border-l-orange-300 {
  border-left-color: #ffb74d !important;
}

.border-x-orange-300 {
  border-left-color: #ffb74d !important;
  border-right-color: #ffb74d !important;
}

.border-y-orange-300 {
  border-top-color: #ffb74d !important;
  border-bottom-color: #ffb74d !important;
}

.text-orange-400 {
  color: #ffa726 !important;
}

.text-h-orange-400:hover {
  color: #ffa726 !important;
}

.bg-orange-400 {
  background-color: #ffa726 !important;
}

.bg-h-orange-400:hover {
  background-color: #ffa726 !important;
}

.border-orange-400 {
  border-color: #ffa726 !important;
}

.border-t-orange-400 {
  border-top-color: #ffa726 !important;
}

.border-r-orange-400 {
  border-right-color: #ffa726 !important;
}

.border-b-orange-400 {
  border-bottom-color: #ffa726 !important;
}

.border-l-orange-400 {
  border-left-color: #ffa726 !important;
}

.border-x-orange-400 {
  border-left-color: #ffa726 !important;
  border-right-color: #ffa726 !important;
}

.border-y-orange-400 {
  border-top-color: #ffa726 !important;
  border-bottom-color: #ffa726 !important;
}

.text-orange-500 {
  color: #ff9800 !important;
}

.text-h-orange-500:hover {
  color: #ff9800 !important;
}

.bg-orange-500 {
  background-color: #ff9800 !important;
}

.bg-h-orange-500:hover {
  background-color: #ff9800 !important;
}

.border-orange-500 {
  border-color: #ff9800 !important;
}

.border-t-orange-500 {
  border-top-color: #ff9800 !important;
}

.border-r-orange-500 {
  border-right-color: #ff9800 !important;
}

.border-b-orange-500 {
  border-bottom-color: #ff9800 !important;
}

.border-l-orange-500 {
  border-left-color: #ff9800 !important;
}

.border-x-orange-500 {
  border-left-color: #ff9800 !important;
  border-right-color: #ff9800 !important;
}

.border-y-orange-500 {
  border-top-color: #ff9800 !important;
  border-bottom-color: #ff9800 !important;
}

.text-orange-600 {
  color: #fb8c00 !important;
}

.text-h-orange-600:hover {
  color: #fb8c00 !important;
}

.bg-orange-600 {
  background-color: #fb8c00 !important;
}

.bg-h-orange-600:hover {
  background-color: #fb8c00 !important;
}

.border-orange-600 {
  border-color: #fb8c00 !important;
}

.border-t-orange-600 {
  border-top-color: #fb8c00 !important;
}

.border-r-orange-600 {
  border-right-color: #fb8c00 !important;
}

.border-b-orange-600 {
  border-bottom-color: #fb8c00 !important;
}

.border-l-orange-600 {
  border-left-color: #fb8c00 !important;
}

.border-x-orange-600 {
  border-left-color: #fb8c00 !important;
  border-right-color: #fb8c00 !important;
}

.border-y-orange-600 {
  border-top-color: #fb8c00 !important;
  border-bottom-color: #fb8c00 !important;
}

.text-orange-700 {
  color: #f57c00 !important;
}

.text-h-orange-700:hover {
  color: #f57c00 !important;
}

.bg-orange-700 {
  background-color: #f57c00 !important;
}

.bg-h-orange-700:hover {
  background-color: #f57c00 !important;
}

.border-orange-700 {
  border-color: #f57c00 !important;
}

.border-t-orange-700 {
  border-top-color: #f57c00 !important;
}

.border-r-orange-700 {
  border-right-color: #f57c00 !important;
}

.border-b-orange-700 {
  border-bottom-color: #f57c00 !important;
}

.border-l-orange-700 {
  border-left-color: #f57c00 !important;
}

.border-x-orange-700 {
  border-left-color: #f57c00 !important;
  border-right-color: #f57c00 !important;
}

.border-y-orange-700 {
  border-top-color: #f57c00 !important;
  border-bottom-color: #f57c00 !important;
}

.text-orange-800 {
  color: #ef6c00 !important;
}

.text-h-orange-800:hover {
  color: #ef6c00 !important;
}

.bg-orange-800 {
  background-color: #ef6c00 !important;
}

.bg-h-orange-800:hover {
  background-color: #ef6c00 !important;
}

.border-orange-800 {
  border-color: #ef6c00 !important;
}

.border-t-orange-800 {
  border-top-color: #ef6c00 !important;
}

.border-r-orange-800 {
  border-right-color: #ef6c00 !important;
}

.border-b-orange-800 {
  border-bottom-color: #ef6c00 !important;
}

.border-l-orange-800 {
  border-left-color: #ef6c00 !important;
}

.border-x-orange-800 {
  border-left-color: #ef6c00 !important;
  border-right-color: #ef6c00 !important;
}

.border-y-orange-800 {
  border-top-color: #ef6c00 !important;
  border-bottom-color: #ef6c00 !important;
}

.text-orange-900 {
  color: #e65100 !important;
}

.text-h-orange-900:hover {
  color: #e65100 !important;
}

.bg-orange-900 {
  background-color: #e65100 !important;
}

.bg-h-orange-900:hover {
  background-color: #e65100 !important;
}

.border-orange-900 {
  border-color: #e65100 !important;
}

.border-t-orange-900 {
  border-top-color: #e65100 !important;
}

.border-r-orange-900 {
  border-right-color: #e65100 !important;
}

.border-b-orange-900 {
  border-bottom-color: #e65100 !important;
}

.border-l-orange-900 {
  border-left-color: #e65100 !important;
}

.border-x-orange-900 {
  border-left-color: #e65100 !important;
  border-right-color: #e65100 !important;
}

.border-y-orange-900 {
  border-top-color: #e65100 !important;
  border-bottom-color: #e65100 !important;
}

.text-orange-a100 {
  color: #ffd180 !important;
}

.text-h-orange-a100:hover {
  color: #ffd180 !important;
}

.bg-orange-a100 {
  background-color: #ffd180 !important;
}

.bg-h-orange-a100:hover {
  background-color: #ffd180 !important;
}

.border-orange-a100 {
  border-color: #ffd180 !important;
}

.border-t-orange-a100 {
  border-top-color: #ffd180 !important;
}

.border-r-orange-a100 {
  border-right-color: #ffd180 !important;
}

.border-b-orange-a100 {
  border-bottom-color: #ffd180 !important;
}

.border-l-orange-a100 {
  border-left-color: #ffd180 !important;
}

.border-x-orange-a100 {
  border-left-color: #ffd180 !important;
  border-right-color: #ffd180 !important;
}

.border-y-orange-a100 {
  border-top-color: #ffd180 !important;
  border-bottom-color: #ffd180 !important;
}

.text-orange-a200 {
  color: #ffab40 !important;
}

.text-h-orange-a200:hover {
  color: #ffab40 !important;
}

.bg-orange-a200 {
  background-color: #ffab40 !important;
}

.bg-h-orange-a200:hover {
  background-color: #ffab40 !important;
}

.border-orange-a200 {
  border-color: #ffab40 !important;
}

.border-t-orange-a200 {
  border-top-color: #ffab40 !important;
}

.border-r-orange-a200 {
  border-right-color: #ffab40 !important;
}

.border-b-orange-a200 {
  border-bottom-color: #ffab40 !important;
}

.border-l-orange-a200 {
  border-left-color: #ffab40 !important;
}

.border-x-orange-a200 {
  border-left-color: #ffab40 !important;
  border-right-color: #ffab40 !important;
}

.border-y-orange-a200 {
  border-top-color: #ffab40 !important;
  border-bottom-color: #ffab40 !important;
}

.text-orange-a400 {
  color: #ff9100 !important;
}

.text-h-orange-a400:hover {
  color: #ff9100 !important;
}

.bg-orange-a400 {
  background-color: #ff9100 !important;
}

.bg-h-orange-a400:hover {
  background-color: #ff9100 !important;
}

.border-orange-a400 {
  border-color: #ff9100 !important;
}

.border-t-orange-a400 {
  border-top-color: #ff9100 !important;
}

.border-r-orange-a400 {
  border-right-color: #ff9100 !important;
}

.border-b-orange-a400 {
  border-bottom-color: #ff9100 !important;
}

.border-l-orange-a400 {
  border-left-color: #ff9100 !important;
}

.border-x-orange-a400 {
  border-left-color: #ff9100 !important;
  border-right-color: #ff9100 !important;
}

.border-y-orange-a400 {
  border-top-color: #ff9100 !important;
  border-bottom-color: #ff9100 !important;
}

.text-orange-a700 {
  color: #ff6d00 !important;
}

.text-h-orange-a700:hover {
  color: #ff6d00 !important;
}

.bg-orange-a700 {
  background-color: #ff6d00 !important;
}

.bg-h-orange-a700:hover {
  background-color: #ff6d00 !important;
}

.border-orange-a700 {
  border-color: #ff6d00 !important;
}

.border-t-orange-a700 {
  border-top-color: #ff6d00 !important;
}

.border-r-orange-a700 {
  border-right-color: #ff6d00 !important;
}

.border-b-orange-a700 {
  border-bottom-color: #ff6d00 !important;
}

.border-l-orange-a700 {
  border-left-color: #ff6d00 !important;
}

.border-x-orange-a700 {
  border-left-color: #ff6d00 !important;
  border-right-color: #ff6d00 !important;
}

.border-y-orange-a700 {
  border-top-color: #ff6d00 !important;
  border-bottom-color: #ff6d00 !important;
}

.text-deep-orange-50 {
  color: #fbe9e7 !important;
}

.text-h-deep-orange-50:hover {
  color: #fbe9e7 !important;
}

.bg-deep-orange-50 {
  background-color: #fbe9e7 !important;
}

.bg-h-deep-orange-50:hover {
  background-color: #fbe9e7 !important;
}

.border-deep-orange-50 {
  border-color: #fbe9e7 !important;
}

.border-t-deep-orange-50 {
  border-top-color: #fbe9e7 !important;
}

.border-r-deep-orange-50 {
  border-right-color: #fbe9e7 !important;
}

.border-b-deep-orange-50 {
  border-bottom-color: #fbe9e7 !important;
}

.border-l-deep-orange-50 {
  border-left-color: #fbe9e7 !important;
}

.border-x-deep-orange-50 {
  border-left-color: #fbe9e7 !important;
  border-right-color: #fbe9e7 !important;
}

.border-y-deep-orange-50 {
  border-top-color: #fbe9e7 !important;
  border-bottom-color: #fbe9e7 !important;
}

.text-deep-orange-100 {
  color: #ffccbc !important;
}

.text-h-deep-orange-100:hover {
  color: #ffccbc !important;
}

.bg-deep-orange-100 {
  background-color: #ffccbc !important;
}

.bg-h-deep-orange-100:hover {
  background-color: #ffccbc !important;
}

.border-deep-orange-100 {
  border-color: #ffccbc !important;
}

.border-t-deep-orange-100 {
  border-top-color: #ffccbc !important;
}

.border-r-deep-orange-100 {
  border-right-color: #ffccbc !important;
}

.border-b-deep-orange-100 {
  border-bottom-color: #ffccbc !important;
}

.border-l-deep-orange-100 {
  border-left-color: #ffccbc !important;
}

.border-x-deep-orange-100 {
  border-left-color: #ffccbc !important;
  border-right-color: #ffccbc !important;
}

.border-y-deep-orange-100 {
  border-top-color: #ffccbc !important;
  border-bottom-color: #ffccbc !important;
}

.text-deep-orange-200 {
  color: #ffab91 !important;
}

.text-h-deep-orange-200:hover {
  color: #ffab91 !important;
}

.bg-deep-orange-200 {
  background-color: #ffab91 !important;
}

.bg-h-deep-orange-200:hover {
  background-color: #ffab91 !important;
}

.border-deep-orange-200 {
  border-color: #ffab91 !important;
}

.border-t-deep-orange-200 {
  border-top-color: #ffab91 !important;
}

.border-r-deep-orange-200 {
  border-right-color: #ffab91 !important;
}

.border-b-deep-orange-200 {
  border-bottom-color: #ffab91 !important;
}

.border-l-deep-orange-200 {
  border-left-color: #ffab91 !important;
}

.border-x-deep-orange-200 {
  border-left-color: #ffab91 !important;
  border-right-color: #ffab91 !important;
}

.border-y-deep-orange-200 {
  border-top-color: #ffab91 !important;
  border-bottom-color: #ffab91 !important;
}

.text-deep-orange-300 {
  color: #ff8a65 !important;
}

.text-h-deep-orange-300:hover {
  color: #ff8a65 !important;
}

.bg-deep-orange-300 {
  background-color: #ff8a65 !important;
}

.bg-h-deep-orange-300:hover {
  background-color: #ff8a65 !important;
}

.border-deep-orange-300 {
  border-color: #ff8a65 !important;
}

.border-t-deep-orange-300 {
  border-top-color: #ff8a65 !important;
}

.border-r-deep-orange-300 {
  border-right-color: #ff8a65 !important;
}

.border-b-deep-orange-300 {
  border-bottom-color: #ff8a65 !important;
}

.border-l-deep-orange-300 {
  border-left-color: #ff8a65 !important;
}

.border-x-deep-orange-300 {
  border-left-color: #ff8a65 !important;
  border-right-color: #ff8a65 !important;
}

.border-y-deep-orange-300 {
  border-top-color: #ff8a65 !important;
  border-bottom-color: #ff8a65 !important;
}

.text-deep-orange-400 {
  color: #ff7043 !important;
}

.text-h-deep-orange-400:hover {
  color: #ff7043 !important;
}

.bg-deep-orange-400 {
  background-color: #ff7043 !important;
}

.bg-h-deep-orange-400:hover {
  background-color: #ff7043 !important;
}

.border-deep-orange-400 {
  border-color: #ff7043 !important;
}

.border-t-deep-orange-400 {
  border-top-color: #ff7043 !important;
}

.border-r-deep-orange-400 {
  border-right-color: #ff7043 !important;
}

.border-b-deep-orange-400 {
  border-bottom-color: #ff7043 !important;
}

.border-l-deep-orange-400 {
  border-left-color: #ff7043 !important;
}

.border-x-deep-orange-400 {
  border-left-color: #ff7043 !important;
  border-right-color: #ff7043 !important;
}

.border-y-deep-orange-400 {
  border-top-color: #ff7043 !important;
  border-bottom-color: #ff7043 !important;
}

.text-deep-orange-500 {
  color: #ff5722 !important;
}

.text-h-deep-orange-500:hover {
  color: #ff5722 !important;
}

.bg-deep-orange-500 {
  background-color: #ff5722 !important;
}

.bg-h-deep-orange-500:hover {
  background-color: #ff5722 !important;
}

.border-deep-orange-500 {
  border-color: #ff5722 !important;
}

.border-t-deep-orange-500 {
  border-top-color: #ff5722 !important;
}

.border-r-deep-orange-500 {
  border-right-color: #ff5722 !important;
}

.border-b-deep-orange-500 {
  border-bottom-color: #ff5722 !important;
}

.border-l-deep-orange-500 {
  border-left-color: #ff5722 !important;
}

.border-x-deep-orange-500 {
  border-left-color: #ff5722 !important;
  border-right-color: #ff5722 !important;
}

.border-y-deep-orange-500 {
  border-top-color: #ff5722 !important;
  border-bottom-color: #ff5722 !important;
}

.text-deep-orange-600 {
  color: #f4511e !important;
}

.text-h-deep-orange-600:hover {
  color: #f4511e !important;
}

.bg-deep-orange-600 {
  background-color: #f4511e !important;
}

.bg-h-deep-orange-600:hover {
  background-color: #f4511e !important;
}

.border-deep-orange-600 {
  border-color: #f4511e !important;
}

.border-t-deep-orange-600 {
  border-top-color: #f4511e !important;
}

.border-r-deep-orange-600 {
  border-right-color: #f4511e !important;
}

.border-b-deep-orange-600 {
  border-bottom-color: #f4511e !important;
}

.border-l-deep-orange-600 {
  border-left-color: #f4511e !important;
}

.border-x-deep-orange-600 {
  border-left-color: #f4511e !important;
  border-right-color: #f4511e !important;
}

.border-y-deep-orange-600 {
  border-top-color: #f4511e !important;
  border-bottom-color: #f4511e !important;
}

.text-deep-orange-700 {
  color: #e64a19 !important;
}

.text-h-deep-orange-700:hover {
  color: #e64a19 !important;
}

.bg-deep-orange-700 {
  background-color: #e64a19 !important;
}

.bg-h-deep-orange-700:hover {
  background-color: #e64a19 !important;
}

.border-deep-orange-700 {
  border-color: #e64a19 !important;
}

.border-t-deep-orange-700 {
  border-top-color: #e64a19 !important;
}

.border-r-deep-orange-700 {
  border-right-color: #e64a19 !important;
}

.border-b-deep-orange-700 {
  border-bottom-color: #e64a19 !important;
}

.border-l-deep-orange-700 {
  border-left-color: #e64a19 !important;
}

.border-x-deep-orange-700 {
  border-left-color: #e64a19 !important;
  border-right-color: #e64a19 !important;
}

.border-y-deep-orange-700 {
  border-top-color: #e64a19 !important;
  border-bottom-color: #e64a19 !important;
}

.text-deep-orange-800 {
  color: #d84315 !important;
}

.text-h-deep-orange-800:hover {
  color: #d84315 !important;
}

.bg-deep-orange-800 {
  background-color: #d84315 !important;
}

.bg-h-deep-orange-800:hover {
  background-color: #d84315 !important;
}

.border-deep-orange-800 {
  border-color: #d84315 !important;
}

.border-t-deep-orange-800 {
  border-top-color: #d84315 !important;
}

.border-r-deep-orange-800 {
  border-right-color: #d84315 !important;
}

.border-b-deep-orange-800 {
  border-bottom-color: #d84315 !important;
}

.border-l-deep-orange-800 {
  border-left-color: #d84315 !important;
}

.border-x-deep-orange-800 {
  border-left-color: #d84315 !important;
  border-right-color: #d84315 !important;
}

.border-y-deep-orange-800 {
  border-top-color: #d84315 !important;
  border-bottom-color: #d84315 !important;
}

.text-deep-orange-900 {
  color: #bf360c !important;
}

.text-h-deep-orange-900:hover {
  color: #bf360c !important;
}

.bg-deep-orange-900 {
  background-color: #bf360c !important;
}

.bg-h-deep-orange-900:hover {
  background-color: #bf360c !important;
}

.border-deep-orange-900 {
  border-color: #bf360c !important;
}

.border-t-deep-orange-900 {
  border-top-color: #bf360c !important;
}

.border-r-deep-orange-900 {
  border-right-color: #bf360c !important;
}

.border-b-deep-orange-900 {
  border-bottom-color: #bf360c !important;
}

.border-l-deep-orange-900 {
  border-left-color: #bf360c !important;
}

.border-x-deep-orange-900 {
  border-left-color: #bf360c !important;
  border-right-color: #bf360c !important;
}

.border-y-deep-orange-900 {
  border-top-color: #bf360c !important;
  border-bottom-color: #bf360c !important;
}

.text-deep-orange-a100 {
  color: #ff9e80 !important;
}

.text-h-deep-orange-a100:hover {
  color: #ff9e80 !important;
}

.bg-deep-orange-a100 {
  background-color: #ff9e80 !important;
}

.bg-h-deep-orange-a100:hover {
  background-color: #ff9e80 !important;
}

.border-deep-orange-a100 {
  border-color: #ff9e80 !important;
}

.border-t-deep-orange-a100 {
  border-top-color: #ff9e80 !important;
}

.border-r-deep-orange-a100 {
  border-right-color: #ff9e80 !important;
}

.border-b-deep-orange-a100 {
  border-bottom-color: #ff9e80 !important;
}

.border-l-deep-orange-a100 {
  border-left-color: #ff9e80 !important;
}

.border-x-deep-orange-a100 {
  border-left-color: #ff9e80 !important;
  border-right-color: #ff9e80 !important;
}

.border-y-deep-orange-a100 {
  border-top-color: #ff9e80 !important;
  border-bottom-color: #ff9e80 !important;
}

.text-deep-orange-a200 {
  color: #ff6e40 !important;
}

.text-h-deep-orange-a200:hover {
  color: #ff6e40 !important;
}

.bg-deep-orange-a200 {
  background-color: #ff6e40 !important;
}

.bg-h-deep-orange-a200:hover {
  background-color: #ff6e40 !important;
}

.border-deep-orange-a200 {
  border-color: #ff6e40 !important;
}

.border-t-deep-orange-a200 {
  border-top-color: #ff6e40 !important;
}

.border-r-deep-orange-a200 {
  border-right-color: #ff6e40 !important;
}

.border-b-deep-orange-a200 {
  border-bottom-color: #ff6e40 !important;
}

.border-l-deep-orange-a200 {
  border-left-color: #ff6e40 !important;
}

.border-x-deep-orange-a200 {
  border-left-color: #ff6e40 !important;
  border-right-color: #ff6e40 !important;
}

.border-y-deep-orange-a200 {
  border-top-color: #ff6e40 !important;
  border-bottom-color: #ff6e40 !important;
}

.text-deep-orange-a400 {
  color: #ff3d00 !important;
}

.text-h-deep-orange-a400:hover {
  color: #ff3d00 !important;
}

.bg-deep-orange-a400 {
  background-color: #ff3d00 !important;
}

.bg-h-deep-orange-a400:hover {
  background-color: #ff3d00 !important;
}

.border-deep-orange-a400 {
  border-color: #ff3d00 !important;
}

.border-t-deep-orange-a400 {
  border-top-color: #ff3d00 !important;
}

.border-r-deep-orange-a400 {
  border-right-color: #ff3d00 !important;
}

.border-b-deep-orange-a400 {
  border-bottom-color: #ff3d00 !important;
}

.border-l-deep-orange-a400 {
  border-left-color: #ff3d00 !important;
}

.border-x-deep-orange-a400 {
  border-left-color: #ff3d00 !important;
  border-right-color: #ff3d00 !important;
}

.border-y-deep-orange-a400 {
  border-top-color: #ff3d00 !important;
  border-bottom-color: #ff3d00 !important;
}

.text-deep-orange-a700 {
  color: #dd2c00 !important;
}

.text-h-deep-orange-a700:hover {
  color: #dd2c00 !important;
}

.bg-deep-orange-a700 {
  background-color: #dd2c00 !important;
}

.bg-h-deep-orange-a700:hover {
  background-color: #dd2c00 !important;
}

.border-deep-orange-a700 {
  border-color: #dd2c00 !important;
}

.border-t-deep-orange-a700 {
  border-top-color: #dd2c00 !important;
}

.border-r-deep-orange-a700 {
  border-right-color: #dd2c00 !important;
}

.border-b-deep-orange-a700 {
  border-bottom-color: #dd2c00 !important;
}

.border-l-deep-orange-a700 {
  border-left-color: #dd2c00 !important;
}

.border-x-deep-orange-a700 {
  border-left-color: #dd2c00 !important;
  border-right-color: #dd2c00 !important;
}

.border-y-deep-orange-a700 {
  border-top-color: #dd2c00 !important;
  border-bottom-color: #dd2c00 !important;
}

.text-brown-50 {
  color: #efebe9 !important;
}

.text-h-brown-50:hover {
  color: #efebe9 !important;
}

.bg-brown-50 {
  background-color: #efebe9 !important;
}

.bg-h-brown-50:hover {
  background-color: #efebe9 !important;
}

.border-brown-50 {
  border-color: #efebe9 !important;
}

.border-t-brown-50 {
  border-top-color: #efebe9 !important;
}

.border-r-brown-50 {
  border-right-color: #efebe9 !important;
}

.border-b-brown-50 {
  border-bottom-color: #efebe9 !important;
}

.border-l-brown-50 {
  border-left-color: #efebe9 !important;
}

.border-x-brown-50 {
  border-left-color: #efebe9 !important;
  border-right-color: #efebe9 !important;
}

.border-y-brown-50 {
  border-top-color: #efebe9 !important;
  border-bottom-color: #efebe9 !important;
}

.text-brown-100 {
  color: #d7ccc8 !important;
}

.text-h-brown-100:hover {
  color: #d7ccc8 !important;
}

.bg-brown-100 {
  background-color: #d7ccc8 !important;
}

.bg-h-brown-100:hover {
  background-color: #d7ccc8 !important;
}

.border-brown-100 {
  border-color: #d7ccc8 !important;
}

.border-t-brown-100 {
  border-top-color: #d7ccc8 !important;
}

.border-r-brown-100 {
  border-right-color: #d7ccc8 !important;
}

.border-b-brown-100 {
  border-bottom-color: #d7ccc8 !important;
}

.border-l-brown-100 {
  border-left-color: #d7ccc8 !important;
}

.border-x-brown-100 {
  border-left-color: #d7ccc8 !important;
  border-right-color: #d7ccc8 !important;
}

.border-y-brown-100 {
  border-top-color: #d7ccc8 !important;
  border-bottom-color: #d7ccc8 !important;
}

.text-brown-200 {
  color: #bcaaa4 !important;
}

.text-h-brown-200:hover {
  color: #bcaaa4 !important;
}

.bg-brown-200 {
  background-color: #bcaaa4 !important;
}

.bg-h-brown-200:hover {
  background-color: #bcaaa4 !important;
}

.border-brown-200 {
  border-color: #bcaaa4 !important;
}

.border-t-brown-200 {
  border-top-color: #bcaaa4 !important;
}

.border-r-brown-200 {
  border-right-color: #bcaaa4 !important;
}

.border-b-brown-200 {
  border-bottom-color: #bcaaa4 !important;
}

.border-l-brown-200 {
  border-left-color: #bcaaa4 !important;
}

.border-x-brown-200 {
  border-left-color: #bcaaa4 !important;
  border-right-color: #bcaaa4 !important;
}

.border-y-brown-200 {
  border-top-color: #bcaaa4 !important;
  border-bottom-color: #bcaaa4 !important;
}

.text-brown-300 {
  color: #a1887f !important;
}

.text-h-brown-300:hover {
  color: #a1887f !important;
}

.bg-brown-300 {
  background-color: #a1887f !important;
}

.bg-h-brown-300:hover {
  background-color: #a1887f !important;
}

.border-brown-300 {
  border-color: #a1887f !important;
}

.border-t-brown-300 {
  border-top-color: #a1887f !important;
}

.border-r-brown-300 {
  border-right-color: #a1887f !important;
}

.border-b-brown-300 {
  border-bottom-color: #a1887f !important;
}

.border-l-brown-300 {
  border-left-color: #a1887f !important;
}

.border-x-brown-300 {
  border-left-color: #a1887f !important;
  border-right-color: #a1887f !important;
}

.border-y-brown-300 {
  border-top-color: #a1887f !important;
  border-bottom-color: #a1887f !important;
}

.text-brown-400 {
  color: #8d6e63 !important;
}

.text-h-brown-400:hover {
  color: #8d6e63 !important;
}

.bg-brown-400 {
  background-color: #8d6e63 !important;
}

.bg-h-brown-400:hover {
  background-color: #8d6e63 !important;
}

.border-brown-400 {
  border-color: #8d6e63 !important;
}

.border-t-brown-400 {
  border-top-color: #8d6e63 !important;
}

.border-r-brown-400 {
  border-right-color: #8d6e63 !important;
}

.border-b-brown-400 {
  border-bottom-color: #8d6e63 !important;
}

.border-l-brown-400 {
  border-left-color: #8d6e63 !important;
}

.border-x-brown-400 {
  border-left-color: #8d6e63 !important;
  border-right-color: #8d6e63 !important;
}

.border-y-brown-400 {
  border-top-color: #8d6e63 !important;
  border-bottom-color: #8d6e63 !important;
}

.text-brown-500 {
  color: #795548 !important;
}

.text-h-brown-500:hover {
  color: #795548 !important;
}

.bg-brown-500 {
  background-color: #795548 !important;
}

.bg-h-brown-500:hover {
  background-color: #795548 !important;
}

.border-brown-500 {
  border-color: #795548 !important;
}

.border-t-brown-500 {
  border-top-color: #795548 !important;
}

.border-r-brown-500 {
  border-right-color: #795548 !important;
}

.border-b-brown-500 {
  border-bottom-color: #795548 !important;
}

.border-l-brown-500 {
  border-left-color: #795548 !important;
}

.border-x-brown-500 {
  border-left-color: #795548 !important;
  border-right-color: #795548 !important;
}

.border-y-brown-500 {
  border-top-color: #795548 !important;
  border-bottom-color: #795548 !important;
}

.text-brown-600 {
  color: #6d4c41 !important;
}

.text-h-brown-600:hover {
  color: #6d4c41 !important;
}

.bg-brown-600 {
  background-color: #6d4c41 !important;
}

.bg-h-brown-600:hover {
  background-color: #6d4c41 !important;
}

.border-brown-600 {
  border-color: #6d4c41 !important;
}

.border-t-brown-600 {
  border-top-color: #6d4c41 !important;
}

.border-r-brown-600 {
  border-right-color: #6d4c41 !important;
}

.border-b-brown-600 {
  border-bottom-color: #6d4c41 !important;
}

.border-l-brown-600 {
  border-left-color: #6d4c41 !important;
}

.border-x-brown-600 {
  border-left-color: #6d4c41 !important;
  border-right-color: #6d4c41 !important;
}

.border-y-brown-600 {
  border-top-color: #6d4c41 !important;
  border-bottom-color: #6d4c41 !important;
}

.text-brown-700 {
  color: #5d4037 !important;
}

.text-h-brown-700:hover {
  color: #5d4037 !important;
}

.bg-brown-700 {
  background-color: #5d4037 !important;
}

.bg-h-brown-700:hover {
  background-color: #5d4037 !important;
}

.border-brown-700 {
  border-color: #5d4037 !important;
}

.border-t-brown-700 {
  border-top-color: #5d4037 !important;
}

.border-r-brown-700 {
  border-right-color: #5d4037 !important;
}

.border-b-brown-700 {
  border-bottom-color: #5d4037 !important;
}

.border-l-brown-700 {
  border-left-color: #5d4037 !important;
}

.border-x-brown-700 {
  border-left-color: #5d4037 !important;
  border-right-color: #5d4037 !important;
}

.border-y-brown-700 {
  border-top-color: #5d4037 !important;
  border-bottom-color: #5d4037 !important;
}

.text-brown-800 {
  color: #4e342e !important;
}

.text-h-brown-800:hover {
  color: #4e342e !important;
}

.bg-brown-800 {
  background-color: #4e342e !important;
}

.bg-h-brown-800:hover {
  background-color: #4e342e !important;
}

.border-brown-800 {
  border-color: #4e342e !important;
}

.border-t-brown-800 {
  border-top-color: #4e342e !important;
}

.border-r-brown-800 {
  border-right-color: #4e342e !important;
}

.border-b-brown-800 {
  border-bottom-color: #4e342e !important;
}

.border-l-brown-800 {
  border-left-color: #4e342e !important;
}

.border-x-brown-800 {
  border-left-color: #4e342e !important;
  border-right-color: #4e342e !important;
}

.border-y-brown-800 {
  border-top-color: #4e342e !important;
  border-bottom-color: #4e342e !important;
}

.text-brown-900 {
  color: #3e2723 !important;
}

.text-h-brown-900:hover {
  color: #3e2723 !important;
}

.bg-brown-900 {
  background-color: #3e2723 !important;
}

.bg-h-brown-900:hover {
  background-color: #3e2723 !important;
}

.border-brown-900 {
  border-color: #3e2723 !important;
}

.border-t-brown-900 {
  border-top-color: #3e2723 !important;
}

.border-r-brown-900 {
  border-right-color: #3e2723 !important;
}

.border-b-brown-900 {
  border-bottom-color: #3e2723 !important;
}

.border-l-brown-900 {
  border-left-color: #3e2723 !important;
}

.border-x-brown-900 {
  border-left-color: #3e2723 !important;
  border-right-color: #3e2723 !important;
}

.border-y-brown-900 {
  border-top-color: #3e2723 !important;
  border-bottom-color: #3e2723 !important;
}

.text-grey-50 {
  color: #fafafa !important;
}

.text-h-grey-50:hover {
  color: #fafafa !important;
}

.bg-grey-50 {
  background-color: #fafafa !important;
}

.bg-h-grey-50:hover {
  background-color: #fafafa !important;
}

.border-grey-50 {
  border-color: #fafafa !important;
}

.border-t-grey-50 {
  border-top-color: #fafafa !important;
}

.border-r-grey-50 {
  border-right-color: #fafafa !important;
}

.border-b-grey-50 {
  border-bottom-color: #fafafa !important;
}

.border-l-grey-50 {
  border-left-color: #fafafa !important;
}

.border-x-grey-50 {
  border-left-color: #fafafa !important;
  border-right-color: #fafafa !important;
}

.border-y-grey-50 {
  border-top-color: #fafafa !important;
  border-bottom-color: #fafafa !important;
}

.text-grey-100 {
  color: #f5f5f5 !important;
}

.text-h-grey-100:hover {
  color: #f5f5f5 !important;
}

.bg-grey-100 {
  background-color: #f5f5f5 !important;
}

.bg-h-grey-100:hover {
  background-color: #f5f5f5 !important;
}

.border-grey-100 {
  border-color: #f5f5f5 !important;
}

.border-t-grey-100 {
  border-top-color: #f5f5f5 !important;
}

.border-r-grey-100 {
  border-right-color: #f5f5f5 !important;
}

.border-b-grey-100 {
  border-bottom-color: #f5f5f5 !important;
}

.border-l-grey-100 {
  border-left-color: #f5f5f5 !important;
}

.border-x-grey-100 {
  border-left-color: #f5f5f5 !important;
  border-right-color: #f5f5f5 !important;
}

.border-y-grey-100 {
  border-top-color: #f5f5f5 !important;
  border-bottom-color: #f5f5f5 !important;
}

.text-grey-200 {
  color: #eeeeee !important;
}

.text-h-grey-200:hover {
  color: #eeeeee !important;
}

.bg-grey-200 {
  background-color: #eeeeee !important;
}

.bg-h-grey-200:hover {
  background-color: #eeeeee !important;
}

.border-grey-200 {
  border-color: #eeeeee !important;
}

.border-t-grey-200 {
  border-top-color: #eeeeee !important;
}

.border-r-grey-200 {
  border-right-color: #eeeeee !important;
}

.border-b-grey-200 {
  border-bottom-color: #eeeeee !important;
}

.border-l-grey-200 {
  border-left-color: #eeeeee !important;
}

.border-x-grey-200 {
  border-left-color: #eeeeee !important;
  border-right-color: #eeeeee !important;
}

.border-y-grey-200 {
  border-top-color: #eeeeee !important;
  border-bottom-color: #eeeeee !important;
}

.text-grey-300 {
  color: #e0e0e0 !important;
}

.text-h-grey-300:hover {
  color: #e0e0e0 !important;
}

.bg-grey-300 {
  background-color: #e0e0e0 !important;
}

.bg-h-grey-300:hover {
  background-color: #e0e0e0 !important;
}

.border-grey-300 {
  border-color: #e0e0e0 !important;
}

.border-t-grey-300 {
  border-top-color: #e0e0e0 !important;
}

.border-r-grey-300 {
  border-right-color: #e0e0e0 !important;
}

.border-b-grey-300 {
  border-bottom-color: #e0e0e0 !important;
}

.border-l-grey-300 {
  border-left-color: #e0e0e0 !important;
}

.border-x-grey-300 {
  border-left-color: #e0e0e0 !important;
  border-right-color: #e0e0e0 !important;
}

.border-y-grey-300 {
  border-top-color: #e0e0e0 !important;
  border-bottom-color: #e0e0e0 !important;
}

.text-grey-400 {
  color: #bdbdbd !important;
}

.text-h-grey-400:hover {
  color: #bdbdbd !important;
}

.bg-grey-400 {
  background-color: #bdbdbd !important;
}

.bg-h-grey-400:hover {
  background-color: #bdbdbd !important;
}

.border-grey-400 {
  border-color: #bdbdbd !important;
}

.border-t-grey-400 {
  border-top-color: #bdbdbd !important;
}

.border-r-grey-400 {
  border-right-color: #bdbdbd !important;
}

.border-b-grey-400 {
  border-bottom-color: #bdbdbd !important;
}

.border-l-grey-400 {
  border-left-color: #bdbdbd !important;
}

.border-x-grey-400 {
  border-left-color: #bdbdbd !important;
  border-right-color: #bdbdbd !important;
}

.border-y-grey-400 {
  border-top-color: #bdbdbd !important;
  border-bottom-color: #bdbdbd !important;
}

.text-grey-500 {
  color: #9e9e9e !important;
}

.text-h-grey-500:hover {
  color: #9e9e9e !important;
}

.bg-grey-500 {
  background-color: #9e9e9e !important;
}

.bg-h-grey-500:hover {
  background-color: #9e9e9e !important;
}

.border-grey-500 {
  border-color: #9e9e9e !important;
}

.border-t-grey-500 {
  border-top-color: #9e9e9e !important;
}

.border-r-grey-500 {
  border-right-color: #9e9e9e !important;
}

.border-b-grey-500 {
  border-bottom-color: #9e9e9e !important;
}

.border-l-grey-500 {
  border-left-color: #9e9e9e !important;
}

.border-x-grey-500 {
  border-left-color: #9e9e9e !important;
  border-right-color: #9e9e9e !important;
}

.border-y-grey-500 {
  border-top-color: #9e9e9e !important;
  border-bottom-color: #9e9e9e !important;
}

.text-grey-600 {
  color: #757575 !important;
}

.text-h-grey-600:hover {
  color: #757575 !important;
}

.bg-grey-600 {
  background-color: #757575 !important;
}

.bg-h-grey-600:hover {
  background-color: #757575 !important;
}

.border-grey-600 {
  border-color: #757575 !important;
}

.border-t-grey-600 {
  border-top-color: #757575 !important;
}

.border-r-grey-600 {
  border-right-color: #757575 !important;
}

.border-b-grey-600 {
  border-bottom-color: #757575 !important;
}

.border-l-grey-600 {
  border-left-color: #757575 !important;
}

.border-x-grey-600 {
  border-left-color: #757575 !important;
  border-right-color: #757575 !important;
}

.border-y-grey-600 {
  border-top-color: #757575 !important;
  border-bottom-color: #757575 !important;
}

.text-grey-700 {
  color: #616161 !important;
}

.text-h-grey-700:hover {
  color: #616161 !important;
}

.bg-grey-700 {
  background-color: #616161 !important;
}

.bg-h-grey-700:hover {
  background-color: #616161 !important;
}

.border-grey-700 {
  border-color: #616161 !important;
}

.border-t-grey-700 {
  border-top-color: #616161 !important;
}

.border-r-grey-700 {
  border-right-color: #616161 !important;
}

.border-b-grey-700 {
  border-bottom-color: #616161 !important;
}

.border-l-grey-700 {
  border-left-color: #616161 !important;
}

.border-x-grey-700 {
  border-left-color: #616161 !important;
  border-right-color: #616161 !important;
}

.border-y-grey-700 {
  border-top-color: #616161 !important;
  border-bottom-color: #616161 !important;
}

.text-grey-800 {
  color: #424242 !important;
}

.text-h-grey-800:hover {
  color: #424242 !important;
}

.bg-grey-800 {
  background-color: #424242 !important;
}

.bg-h-grey-800:hover {
  background-color: #424242 !important;
}

.border-grey-800 {
  border-color: #424242 !important;
}

.border-t-grey-800 {
  border-top-color: #424242 !important;
}

.border-r-grey-800 {
  border-right-color: #424242 !important;
}

.border-b-grey-800 {
  border-bottom-color: #424242 !important;
}

.border-l-grey-800 {
  border-left-color: #424242 !important;
}

.border-x-grey-800 {
  border-left-color: #424242 !important;
  border-right-color: #424242 !important;
}

.border-y-grey-800 {
  border-top-color: #424242 !important;
  border-bottom-color: #424242 !important;
}

.text-grey-900 {
  color: #212121 !important;
}

.text-h-grey-900:hover {
  color: #212121 !important;
}

.bg-grey-900 {
  background-color: #212121 !important;
}

.bg-h-grey-900:hover {
  background-color: #212121 !important;
}

.border-grey-900 {
  border-color: #212121 !important;
}

.border-t-grey-900 {
  border-top-color: #212121 !important;
}

.border-r-grey-900 {
  border-right-color: #212121 !important;
}

.border-b-grey-900 {
  border-bottom-color: #212121 !important;
}

.border-l-grey-900 {
  border-left-color: #212121 !important;
}

.border-x-grey-900 {
  border-left-color: #212121 !important;
  border-right-color: #212121 !important;
}

.border-y-grey-900 {
  border-top-color: #212121 !important;
  border-bottom-color: #212121 !important;
}

.text-blue-grey-50 {
  color: #eceff1 !important;
}

.text-h-blue-grey-50:hover {
  color: #eceff1 !important;
}

.bg-blue-grey-50 {
  background-color: #eceff1 !important;
}

.bg-h-blue-grey-50:hover {
  background-color: #eceff1 !important;
}

.border-blue-grey-50 {
  border-color: #eceff1 !important;
}

.border-t-blue-grey-50 {
  border-top-color: #eceff1 !important;
}

.border-r-blue-grey-50 {
  border-right-color: #eceff1 !important;
}

.border-b-blue-grey-50 {
  border-bottom-color: #eceff1 !important;
}

.border-l-blue-grey-50 {
  border-left-color: #eceff1 !important;
}

.border-x-blue-grey-50 {
  border-left-color: #eceff1 !important;
  border-right-color: #eceff1 !important;
}

.border-y-blue-grey-50 {
  border-top-color: #eceff1 !important;
  border-bottom-color: #eceff1 !important;
}

.text-blue-grey-100 {
  color: #cfd8dc !important;
}

.text-h-blue-grey-100:hover {
  color: #cfd8dc !important;
}

.bg-blue-grey-100 {
  background-color: #cfd8dc !important;
}

.bg-h-blue-grey-100:hover {
  background-color: #cfd8dc !important;
}

.border-blue-grey-100 {
  border-color: #cfd8dc !important;
}

.border-t-blue-grey-100 {
  border-top-color: #cfd8dc !important;
}

.border-r-blue-grey-100 {
  border-right-color: #cfd8dc !important;
}

.border-b-blue-grey-100 {
  border-bottom-color: #cfd8dc !important;
}

.border-l-blue-grey-100 {
  border-left-color: #cfd8dc !important;
}

.border-x-blue-grey-100 {
  border-left-color: #cfd8dc !important;
  border-right-color: #cfd8dc !important;
}

.border-y-blue-grey-100 {
  border-top-color: #cfd8dc !important;
  border-bottom-color: #cfd8dc !important;
}

.text-blue-grey-200 {
  color: #b0bec5 !important;
}

.text-h-blue-grey-200:hover {
  color: #b0bec5 !important;
}

.bg-blue-grey-200 {
  background-color: #b0bec5 !important;
}

.bg-h-blue-grey-200:hover {
  background-color: #b0bec5 !important;
}

.border-blue-grey-200 {
  border-color: #b0bec5 !important;
}

.border-t-blue-grey-200 {
  border-top-color: #b0bec5 !important;
}

.border-r-blue-grey-200 {
  border-right-color: #b0bec5 !important;
}

.border-b-blue-grey-200 {
  border-bottom-color: #b0bec5 !important;
}

.border-l-blue-grey-200 {
  border-left-color: #b0bec5 !important;
}

.border-x-blue-grey-200 {
  border-left-color: #b0bec5 !important;
  border-right-color: #b0bec5 !important;
}

.border-y-blue-grey-200 {
  border-top-color: #b0bec5 !important;
  border-bottom-color: #b0bec5 !important;
}

.text-blue-grey-300 {
  color: #90a4ae !important;
}

.text-h-blue-grey-300:hover {
  color: #90a4ae !important;
}

.bg-blue-grey-300 {
  background-color: #90a4ae !important;
}

.bg-h-blue-grey-300:hover {
  background-color: #90a4ae !important;
}

.border-blue-grey-300 {
  border-color: #90a4ae !important;
}

.border-t-blue-grey-300 {
  border-top-color: #90a4ae !important;
}

.border-r-blue-grey-300 {
  border-right-color: #90a4ae !important;
}

.border-b-blue-grey-300 {
  border-bottom-color: #90a4ae !important;
}

.border-l-blue-grey-300 {
  border-left-color: #90a4ae !important;
}

.border-x-blue-grey-300 {
  border-left-color: #90a4ae !important;
  border-right-color: #90a4ae !important;
}

.border-y-blue-grey-300 {
  border-top-color: #90a4ae !important;
  border-bottom-color: #90a4ae !important;
}

.text-blue-grey-400 {
  color: #78909c !important;
}

.text-h-blue-grey-400:hover {
  color: #78909c !important;
}

.bg-blue-grey-400 {
  background-color: #78909c !important;
}

.bg-h-blue-grey-400:hover {
  background-color: #78909c !important;
}

.border-blue-grey-400 {
  border-color: #78909c !important;
}

.border-t-blue-grey-400 {
  border-top-color: #78909c !important;
}

.border-r-blue-grey-400 {
  border-right-color: #78909c !important;
}

.border-b-blue-grey-400 {
  border-bottom-color: #78909c !important;
}

.border-l-blue-grey-400 {
  border-left-color: #78909c !important;
}

.border-x-blue-grey-400 {
  border-left-color: #78909c !important;
  border-right-color: #78909c !important;
}

.border-y-blue-grey-400 {
  border-top-color: #78909c !important;
  border-bottom-color: #78909c !important;
}

.text-blue-grey-500 {
  color: #607d8b !important;
}

.text-h-blue-grey-500:hover {
  color: #607d8b !important;
}

.bg-blue-grey-500 {
  background-color: #607d8b !important;
}

.bg-h-blue-grey-500:hover {
  background-color: #607d8b !important;
}

.border-blue-grey-500 {
  border-color: #607d8b !important;
}

.border-t-blue-grey-500 {
  border-top-color: #607d8b !important;
}

.border-r-blue-grey-500 {
  border-right-color: #607d8b !important;
}

.border-b-blue-grey-500 {
  border-bottom-color: #607d8b !important;
}

.border-l-blue-grey-500 {
  border-left-color: #607d8b !important;
}

.border-x-blue-grey-500 {
  border-left-color: #607d8b !important;
  border-right-color: #607d8b !important;
}

.border-y-blue-grey-500 {
  border-top-color: #607d8b !important;
  border-bottom-color: #607d8b !important;
}

.text-blue-grey-600 {
  color: #546e7a !important;
}

.text-h-blue-grey-600:hover {
  color: #546e7a !important;
}

.bg-blue-grey-600 {
  background-color: #546e7a !important;
}

.bg-h-blue-grey-600:hover {
  background-color: #546e7a !important;
}

.border-blue-grey-600 {
  border-color: #546e7a !important;
}

.border-t-blue-grey-600 {
  border-top-color: #546e7a !important;
}

.border-r-blue-grey-600 {
  border-right-color: #546e7a !important;
}

.border-b-blue-grey-600 {
  border-bottom-color: #546e7a !important;
}

.border-l-blue-grey-600 {
  border-left-color: #546e7a !important;
}

.border-x-blue-grey-600 {
  border-left-color: #546e7a !important;
  border-right-color: #546e7a !important;
}

.border-y-blue-grey-600 {
  border-top-color: #546e7a !important;
  border-bottom-color: #546e7a !important;
}

.text-blue-grey-700 {
  color: #455a64 !important;
}

.text-h-blue-grey-700:hover {
  color: #455a64 !important;
}

.bg-blue-grey-700 {
  background-color: #455a64 !important;
}

.bg-h-blue-grey-700:hover {
  background-color: #455a64 !important;
}

.border-blue-grey-700 {
  border-color: #455a64 !important;
}

.border-t-blue-grey-700 {
  border-top-color: #455a64 !important;
}

.border-r-blue-grey-700 {
  border-right-color: #455a64 !important;
}

.border-b-blue-grey-700 {
  border-bottom-color: #455a64 !important;
}

.border-l-blue-grey-700 {
  border-left-color: #455a64 !important;
}

.border-x-blue-grey-700 {
  border-left-color: #455a64 !important;
  border-right-color: #455a64 !important;
}

.border-y-blue-grey-700 {
  border-top-color: #455a64 !important;
  border-bottom-color: #455a64 !important;
}

.text-blue-grey-800 {
  color: #37474f !important;
}

.text-h-blue-grey-800:hover {
  color: #37474f !important;
}

.bg-blue-grey-800 {
  background-color: #37474f !important;
}

.bg-h-blue-grey-800:hover {
  background-color: #37474f !important;
}

.border-blue-grey-800 {
  border-color: #37474f !important;
}

.border-t-blue-grey-800 {
  border-top-color: #37474f !important;
}

.border-r-blue-grey-800 {
  border-right-color: #37474f !important;
}

.border-b-blue-grey-800 {
  border-bottom-color: #37474f !important;
}

.border-l-blue-grey-800 {
  border-left-color: #37474f !important;
}

.border-x-blue-grey-800 {
  border-left-color: #37474f !important;
  border-right-color: #37474f !important;
}

.border-y-blue-grey-800 {
  border-top-color: #37474f !important;
  border-bottom-color: #37474f !important;
}

.text-blue-grey-900 {
  color: #263238 !important;
}

.text-h-blue-grey-900:hover {
  color: #263238 !important;
}

.bg-blue-grey-900 {
  background-color: #263238 !important;
}

.bg-h-blue-grey-900:hover {
  background-color: #263238 !important;
}

.border-blue-grey-900 {
  border-color: #263238 !important;
}

.border-t-blue-grey-900 {
  border-top-color: #263238 !important;
}

.border-r-blue-grey-900 {
  border-right-color: #263238 !important;
}

.border-b-blue-grey-900 {
  border-bottom-color: #263238 !important;
}

.border-l-blue-grey-900 {
  border-left-color: #263238 !important;
}

.border-x-blue-grey-900 {
  border-left-color: #263238 !important;
  border-right-color: #263238 !important;
}

.border-y-blue-grey-900 {
  border-top-color: #263238 !important;
  border-bottom-color: #263238 !important;
}

.text-blue-grey-1000 {
  color: #11171a !important;
}

.text-h-blue-grey-1000:hover {
  color: #11171a !important;
}

.bg-blue-grey-1000 {
  background-color: #11171a !important;
}

.bg-h-blue-grey-1000:hover {
  background-color: #11171a !important;
}

.border-blue-grey-1000 {
  border-color: #11171a !important;
}

.border-t-blue-grey-1000 {
  border-top-color: #11171a !important;
}

.border-r-blue-grey-1000 {
  border-right-color: #11171a !important;
}

.border-b-blue-grey-1000 {
  border-bottom-color: #11171a !important;
}

.border-l-blue-grey-1000 {
  border-left-color: #11171a !important;
}

.border-x-blue-grey-1000 {
  border-left-color: #11171a !important;
  border-right-color: #11171a !important;
}

.border-y-blue-grey-1000 {
  border-top-color: #11171a !important;
  border-bottom-color: #11171a !important;
}

/* IRANsans Font */
@font-face {
  font-family: "iransans";
  src: url("../../../fonts/IRANSans.eot?#") format("eot"), url("../../../fonts/IRAN-Sans.ttf") format("ttf"), url("../../../fonts/IRANSans.woff2") format("woff2"), url("../../../fonts/IRANSans.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  font-weight: normal;
}
@font-face {
  font-family: "iransans";
  src: url("../../../fonts/IRANSans-Bold.eot?#") format("eot"), url("../../../fonts/IRANSans-Bold.ttf") format("ttf"), url("../../../fonts/IRANSans-Bold.woff2") format("woff2"), url("../../../fonts/IRANSans-Bold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  font-weight: bold;
}
html, body {
  padding: 0px;
  min-height: 100%;
  /*margin: 0 0 5rem 0;*/
  direction: rtl;
  /*    margin: 0 0 5rem 0;
  	width: 100% !important;
  	/*overflow: hidden;*/
  overflow-x: hidden;
}

.system-messages {
  width: 100%;
}

.logo {
  width: 80px;
  height: 80px;
  position: relative;
  display: inline-block;
}
.logo.small {
  width: 50px;
  height: 50px;
}
.logo img {
  width: 100%;
  height: auto;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
}
@media (max-width: 768px) {
  header {
    position: absolute;
    width: 100%;
  }
}
header #site-identity {
  display: none;
}
@media (min-width: 768px) {
  header #site-identity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
}
header #site-identity #contact a {
  color: #555555;
}
header #site-identity #contact i {
  font-size: 1.8em;
}
header .navbar {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  transition: all 0.3s cubic-bezier(0.13, 1.09, 0.16, 1.14);
}
@media (min-width: 768px) {
  header .navbar {
    margin-top: 0;
  }
  header .navbar:not(.affix) .logo {
    display: none;
  }
}
header .navbar.affix {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  header .navbar .navbar-nav:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
  }
}

section#hero {
  background: linear-gradient(180deg, #96EA8E 0%, #5ade4d 100%);
  min-height: 700px;
  position: relative;
  padding-top: 85px;
}
@media (min-width: 768px) {
  section#hero {
    padding-top: 210px;
  }
}
section#hero .container {
  padding-bottom: 128px;
}
section#hero .hero-text {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 30px;
  z-index: 5000;
}
section#hero .hero-text .hero-title {
  font-size: 56px;
  font-weight: bold;
}
section#hero .hero-text .hero-subtitle {
  text-align: justify;
  font-size: 18px;
  font-weight: lighter;
}

section.inner-hero {
  background: linear-gradient(180deg, #96EA8E 0%, #5ade4d 100%);
  position: relative;
  margin-bottom: 15px;
  padding-top: 120px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  section.inner-hero {
    padding-top: 210px;
  }
}
section.inner-hero .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section#facts {
  padding: 50px 0;
}
section#facts .fact-value {
  direction: ltr;
  color: #F51720;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}
section#facts .fact-title {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 257.143% */
  letter-spacing: -0.21px;
}
section#facts .fact-title:before {
  display: block;
  margin: 5px auto;
  border-top: 1px dashed #31364E;
  width: 100px;
  content: "";
}

section#about {
  position: relative;
  display: flex;
  padding: 150px 0;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  overflow: hidden;
}

.about-item {
  display: block;
  position: relative;
  padding: 15px;
  gap: 15px;
  height: 200px;
  width: 100%;
  background-size: cover;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.13, 1.09, 0.16, 1.14);
}
.about-item:hover {
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}
.about-item:hover.rotate-left {
  transform: scale(1.1) rotate(-5deg);
}
.about-item:hover.rotate-right {
  transform: scale(1.1) rotate(5deg);
}
.about-item .about-title {
  margin: 0;
  max-width: 50%;
}

section#news {
  display: flex;
  padding: 150px 0;
  flex-direction: column;
  gap: 15px;
  background-color: #F4F4F4;
  background-image: url("../../../images/shams/blob-news-left.png"), url("../../../images/shams/blob-news-right.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  overflow-x: hidden;
}
section#news:before {
  content: "";
  position: absolute;
  background: no-repeat;
}
section#news .news-categories {
  display: flex;
  padding: 20px 0 65px 0;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  color: #31364E;
}
section#news .news-categories a {
  text-align: center;
}

.news-card {
  display: flex;
  gap: 15px;
  align-self: stretch;
}
.news-card:hover .news-card-image img {
  transform: scale(1.5) rotate(10deg);
}
.news-card.news-card-column {
  flex-direction: column;
  flex: 1 0 0;
}
.news-card.news-card-column .news-card-image {
  width: 100%;
  height: 350px;
  flex-basis: auto;
}
.news-card.news-card-column .news-card-image.half-size {
  height: 175px;
}
.news-card.news-card-column .news-card-title {
  font-size: 24px;
}
.news-card.news-card-column .news-date {
  margin-top: 15px;
}
.news-card.news-card-column .news-card-excerpt {
  font-size: 14px;
}
.news-card .news-card-image {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.25);
  flex-basis: 45%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 150px;
}
.news-card .news-card-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.13, 1.09, 0.16, 1.14);
}
.news-card .news-card-body {
  display: flex;
  flex-direction: column;
  gap: inherit;
  flex-grow: 1;
}
.news-card .news-date {
  color: #F51720;
  font-size: 10px;
}
.news-card .news-card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.news-card .news-card-excerpt {
  font-size: 12px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

section#departments {
  display: flex;
  padding: 150px 0;
  flex-direction: column;
  gap: 15px;
  background: radial-gradient(89.02% 89.02% at 50% 50%, rgba(1, 100, 73, 0.88) 0%, rgba(1, 41, 30, 0.88) 100%), url("../../../images/shams/porpla-02-a-01-dark.jpg"), lightgray 0 0/8.986569196px 8.986569196px repeat;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.65) inset;
}
section#departments .dep-item {
  display: flex;
  width: 128px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 0 auto 80px auto;
  transition: all 0.3s cubic-bezier(0.13, 1.09, 0.16, 1.14);
}
section#departments .dep-item:hover {
  transform: translateY(-25px) scale(1.05);
}
section#departments .dep-item:hover .dep-icon {
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.1);
}
section#departments .dep-item:hover h3 {
  color: #96EA8E;
}
section#departments .dep-item .dep-icon {
  display: flex;
  width: 128px;
  height: 128px;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.25);
}
section#departments .dep-item .dep-icon img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}
section#departments .dep-item h3 {
  color: #D9D9D9;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

section#events {
  padding: 150px 0;
  overflow-x: hidden;
}

.birthday-card {
  display: flex;
  min-height: 100%;
  padding: 40px 15px;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(250, 101, 18, 0.9) 0%, rgba(250, 101, 18, 0.9) 100%), url("../../../images/shams/birthday-bg.jpg"), 50%/cover no-repeat;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.25);
}
.birthday-card .birthday-card-title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  margin: 0;
}
.birthday-card .birthday-card-subtitle {
  color: #FFF;
  text-align: center;
  font-size: 14px;
}
.birthday-card .birthday-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.birthday-card .birthday-item .birthday-item-image {
  width: 168px;
  height: 168px;
  flex-shrink: 0;
  border-radius: 100px;
  background: white 50%/contain no-repeat;
}
.birthday-card .birthday-item .birthday-item-title {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.birthday-card .birthday-item .birthday-item-classroom {
  color: #EFEFEF;
  text-align: center;
  font-size: 14px;
}
.birthday-card #birthday-items {
  position: relative;
  width: 100%;
}
.birthday-card #birthday-items .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
}
.birthday-card #birthday-items .owl-nav .owl-prev, .birthday-card #birthday-items .owl-nav .owl-next {
  background: none;
  color: #fff;
  font-size: 100px;
}
.birthday-card #birthday-items .owl-nav.disabled {
  display: none;
}

.calendar-event-card {
  display: flex;
  padding: 40px 15px;
  flex-direction: column;
  gap: 40px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(93, 41, 153, 0.7) 0%, rgba(93, 41, 153, 0.7) 100%), url("../../../images/shams/notebook.jpg"), 50%/cover no-repeat;
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.25);
}
.calendar-event-card .calendar-event-card-title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.calendar-event-card .calendar-event-card-subtitle {
  color: #FFF;
  text-align: center;
  font-size: 14px;
}
.calendar-event-card .event-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
}
.calendar-event-card .event-item .event-item-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .calendar-event-card .event-item .event-item-header {
    flex-direction: row;
    align-items: flex-start;
  }
}
.calendar-event-card .event-item .event-item-header .event-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .calendar-event-card .event-item .event-item-header .event-item-image {
    flex-basis: 150px;
  }
}
.calendar-event-card .event-item .event-item-header .event-item-header-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1 0 0;
}
.calendar-event-card .event-item .event-item-header .event-item-title {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.calendar-event-card .event-item .event-item-header .event-item-intro {
  color: #FFF;
}
.calendar-event-card .event-item .event-item-body {
  color: #fff;
}
.calendar-event-card #event-items {
  position: relative;
  width: 100%;
}
.calendar-event-card #event-items .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
}
.calendar-event-card #event-items .owl-nav .owl-prev, .calendar-event-card #event-items .owl-nav .owl-next {
  background: none;
  color: #fff;
  font-size: 100px;
}
.calendar-event-card #event-items .owl-nav.disabled {
  display: none;
}

footer {
  background: linear-gradient(180deg, #5ade4d 0%, #96EA8E 100%);
  min-height: 700px;
  position: relative;
  padding-top: 200px;
}
@media (min-width: 768px) {
  footer {
    padding-top: 400px;
  }
}

section#copyright {
  background-color: #96EA8E;
}
section#copyright #copyright-items {
  display: flex;
  flex-direction: column;
  padding: 50px 0 30px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  min-height: 125px;
  font-size: 10px;
}
@media (min-width: 768px) {
  section#copyright #copyright-items {
    flex-direction: row;
    min-height: auto;
  }
}

.wave-container {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
}
.wave-container svg {
  display: block;
  top: 0;
  left: 0;
  right: 0;
}
.wave-container.top {
  top: 0;
  transform: rotate(180deg);
}
.wave-container.bottom {
  bottom: 0;
}

.d-flex {
  display: flex;
}

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

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4.5rem !important;
}

.gap-7 {
  gap: 6rem !important;
}

.gap-8 {
  gap: 7.5rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

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

.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-grow-0 {
  flex-grow: 0 !important;
}

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

.m-x-auto, .m-xs-x-auto {
  margin: 0px auto;
}

.m-xs-t-0, .m-xs-y-0 {
  margin-top: 0px !important;
}

.m-xs-t-1, .m-xs-y-1 {
  margin-top: 10px !important;
}

.m-xs-t-2, .m-xs-y-2 {
  margin-top: 20px !important;
}

.m-xs-t-3, .m-xs-y-3 {
  margin-top: 30px !important;
}

.m-xs-t-4, .m-xs-y-4 {
  margin-top: 40px !important;
}

.m-xs-t-5, .m-xs-y-5 {
  margin-top: 50px !important;
}

.m-xs-t-6, .m-xs-y-6 {
  margin-top: 60px !important;
}

.m-xs-t-7, .m-xs-y-7 {
  margin-top: 70px !important;
}

.m-xs-t-8, .m-xs-y-8 {
  margin-top: 80px !important;
}

.m-xs-t-9, .m-xs-y-9 {
  margin-top: 90px !important;
}

.m-xs-t-10, .m-xs-y-10 {
  margin-top: 100px !important;
}

.m-xs-r-0, .m-xs-x-0 {
  margin-right: 0px !important;
}

.m-xs-r-1, .m-xs-x-1 {
  margin-right: 10px !important;
}

.m-xs-r-2, .m-xs-x-2 {
  margin-right: 20px !important;
}

.m-xs-r-3, .m-xs-x-3 {
  margin-right: 30px !important;
}

.m-xs-r-4, .m-xs-x-4 {
  margin-right: 40px !important;
}

.m-xs-r-5, .m-xs-x-5 {
  margin-right: 50px !important;
}

.m-xs-r-6, .m-xs-x-6 {
  margin-right: 60px !important;
}

.m-xs-r-7, .m-xs-x-7 {
  margin-right: 70px !important;
}

.m-xs-r-8, .m-xs-x-8 {
  margin-right: 80px !important;
}

.m-xs-r-9, .m-xs-x-9 {
  margin-right: 90px !important;
}

.m-xs-r-10, .m-xs-x-10 {
  margin-right: 100px !important;
}

.m-xs-b-0, .m-xs-y-0 {
  margin-bottom: 0px !important;
}

.m-xs-b-1, .m-xs-y-1 {
  margin-bottom: 10px !important;
}

.m-xs-b-2, .m-xs-y-2 {
  margin-bottom: 20px !important;
}

.m-xs-b-3, .m-xs-y-3 {
  margin-bottom: 30px !important;
}

.m-xs-b-4, .m-xs-y-4 {
  margin-bottom: 40px !important;
}

.m-xs-b-5, .m-xs-y-5 {
  margin-bottom: 50px !important;
}

.m-xs-b-6, .m-xs-y-6 {
  margin-bottom: 60px !important;
}

.m-xs-b-7, .m-xs-y-7 {
  margin-bottom: 70px !important;
}

.m-xs-b-8, .m-xs-y-8 {
  margin-bottom: 80px !important;
}

.m-xs-b-9, .m-xs-y-9 {
  margin-bottom: 90px !important;
}

.m-xs-b-10, .m-xs-y-10 {
  margin-bottom: 100px !important;
}

.m-xs-l-0, .m-xs-x-0 {
  margin-left: 0px !important;
}

.m-xs-l-1, .m-xs-x-1 {
  margin-left: 10px !important;
}

.m-xs-l-2, .m-xs-x-2 {
  margin-left: 20px !important;
}

.m-xs-l-3, .m-xs-x-3 {
  margin-left: 30px !important;
}

.m-xs-l-4, .m-xs-x-4 {
  margin-left: 40px !important;
}

.m-xs-l-5, .m-xs-x-5 {
  margin-left: 50px !important;
}

.m-xs-l-6, .m-xs-x-6 {
  margin-left: 60px !important;
}

.m-xs-l-7, .m-xs-x-7 {
  margin-left: 70px !important;
}

.m-xs-l-8, .m-xs-x-8 {
  margin-left: 80px !important;
}

.m-xs-l-9, .m-xs-x-9 {
  margin-left: 90px !important;
}

.m-xs-l-10, .m-xs-x-10 {
  margin-left: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.p-xs-t-0, .p-xs-y-0 {
  padding-top: 0px !important;
}

.p-xs-t-1, .p-xs-y-1 {
  padding-top: 10px !important;
}

.p-xs-t-2, .p-xs-y-2 {
  padding-top: 20px !important;
}

.p-xs-t-3, .p-xs-y-3 {
  padding-top: 30px !important;
}

.p-xs-t-4, .p-xs-y-4 {
  padding-top: 40px !important;
}

.p-xs-t-5, .p-xs-y-5 {
  padding-top: 50px !important;
}

.p-xs-t-6, .p-xs-y-6 {
  padding-top: 60px !important;
}

.p-xs-t-7, .p-xs-y-7 {
  padding-top: 70px !important;
}

.p-xs-t-8, .p-xs-y-8 {
  padding-top: 80px !important;
}

.p-xs-t-9, .p-xs-y-9 {
  padding-top: 90px !important;
}

.p-xs-t-10, .p-xs-y-10 {
  padding-top: 100px !important;
}

.p-xs-r-0, .p-xs-x-0 {
  padding-right: 0px !important;
}

.p-xs-r-1, .p-xs-x-1 {
  padding-right: 10px !important;
}

.p-xs-r-2, .p-xs-x-2 {
  padding-right: 20px !important;
}

.p-xs-r-3, .p-xs-x-3 {
  padding-right: 30px !important;
}

.p-xs-r-4, .p-xs-x-4 {
  padding-right: 40px !important;
}

.p-xs-r-5, .p-xs-x-5 {
  padding-right: 50px !important;
}

.p-xs-r-6, .p-xs-x-6 {
  padding-right: 60px !important;
}

.p-xs-r-7, .p-xs-x-7 {
  padding-right: 70px !important;
}

.p-xs-r-8, .p-xs-x-8 {
  padding-right: 80px !important;
}

.p-xs-r-9, .p-xs-x-9 {
  padding-right: 90px !important;
}

.p-xs-r-10, .p-xs-x-10 {
  padding-right: 100px !important;
}

.p-xs-b-0, .p-xs-y-0 {
  padding-bottom: 0px !important;
}

.p-xs-b-1, .p-xs-y-1 {
  padding-bottom: 10px !important;
}

.p-xs-b-2, .p-xs-y-2 {
  padding-bottom: 20px !important;
}

.p-xs-b-3, .p-xs-y-3 {
  padding-bottom: 30px !important;
}

.p-xs-b-4, .p-xs-y-4 {
  padding-bottom: 40px !important;
}

.p-xs-b-5, .p-xs-y-5 {
  padding-bottom: 50px !important;
}

.p-xs-b-6, .p-xs-y-6 {
  padding-bottom: 60px !important;
}

.p-xs-b-7, .p-xs-y-7 {
  padding-bottom: 70px !important;
}

.p-xs-b-8, .p-xs-y-8 {
  padding-bottom: 80px !important;
}

.p-xs-b-9, .p-xs-y-9 {
  padding-bottom: 90px !important;
}

.p-xs-b-10, .p-xs-y-10 {
  padding-bottom: 100px !important;
}

.p-xs-l-0, .p-xs-x-0 {
  padding-left: 0px !important;
}

.p-xs-l-1, .p-xs-x-1 {
  padding-left: 10px !important;
}

.p-xs-l-2, .p-xs-x-2 {
  padding-left: 20px !important;
}

.p-xs-l-3, .p-xs-x-3 {
  padding-left: 30px !important;
}

.p-xs-l-4, .p-xs-x-4 {
  padding-left: 40px !important;
}

.p-xs-l-5, .p-xs-x-5 {
  padding-left: 50px !important;
}

.p-xs-l-6, .p-xs-x-6 {
  padding-left: 60px !important;
}

.p-xs-l-7, .p-xs-x-7 {
  padding-left: 70px !important;
}

.p-xs-l-8, .p-xs-x-8 {
  padding-left: 80px !important;
}

.p-xs-l-9, .p-xs-x-9 {
  padding-left: 90px !important;
}

.p-xs-l-10, .p-xs-x-10 {
  padding-left: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-xs-center {
  text-align: center;
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .m-sm-x-auto {
    margin: 0px auto;
  }
  .m-sm-t-0, .m-sm-y-0 {
    margin-top: 0px !important;
  }
  .m-sm-t-1, .m-sm-y-1 {
    margin-top: 10px !important;
  }
  .m-sm-t-2, .m-sm-y-2 {
    margin-top: 20px !important;
  }
  .m-sm-t-3, .m-sm-y-3 {
    margin-top: 30px !important;
  }
  .m-sm-t-4, .m-sm-y-4 {
    margin-top: 40px !important;
  }
  .m-sm-t-5, .m-sm-y-5 {
    margin-top: 50px !important;
  }
  .m-sm-t-6, .m-sm-y-6 {
    margin-top: 60px !important;
  }
  .m-sm-t-7, .m-sm-y-7 {
    margin-top: 70px !important;
  }
  .m-sm-t-8, .m-sm-y-8 {
    margin-top: 80px !important;
  }
  .m-sm-t-9, .m-sm-y-9 {
    margin-top: 90px !important;
  }
  .m-sm-t-10, .m-sm-y-10 {
    margin-top: 100px !important;
  }
  .m-sm-r-0, .m-sm-x-0 {
    margin-right: 0px !important;
  }
  .m-sm-r-1, .m-sm-x-1 {
    margin-right: 10px !important;
  }
  .m-sm-r-2, .m-sm-x-2 {
    margin-right: 20px !important;
  }
  .m-sm-r-3, .m-sm-x-3 {
    margin-right: 30px !important;
  }
  .m-sm-r-4, .m-sm-x-4 {
    margin-right: 40px !important;
  }
  .m-sm-r-5, .m-sm-x-5 {
    margin-right: 50px !important;
  }
  .m-sm-r-6, .m-sm-x-6 {
    margin-right: 60px !important;
  }
  .m-sm-r-7, .m-sm-x-7 {
    margin-right: 70px !important;
  }
  .m-sm-r-8, .m-sm-x-8 {
    margin-right: 80px !important;
  }
  .m-sm-r-9, .m-sm-x-9 {
    margin-right: 90px !important;
  }
  .m-sm-r-10, .m-sm-x-10 {
    margin-right: 100px !important;
  }
  .m-sm-b-0, .m-sm-y-0 {
    margin-bottom: 0px !important;
  }
  .m-sm-b-1, .m-sm-y-1 {
    margin-bottom: 10px !important;
  }
  .m-sm-b-2, .m-sm-y-2 {
    margin-bottom: 20px !important;
  }
  .m-sm-b-3, .m-sm-y-3 {
    margin-bottom: 30px !important;
  }
  .m-sm-b-4, .m-sm-y-4 {
    margin-bottom: 40px !important;
  }
  .m-sm-b-5, .m-sm-y-5 {
    margin-bottom: 50px !important;
  }
  .m-sm-b-6, .m-sm-y-6 {
    margin-bottom: 60px !important;
  }
  .m-sm-b-7, .m-sm-y-7 {
    margin-bottom: 70px !important;
  }
  .m-sm-b-8, .m-sm-y-8 {
    margin-bottom: 80px !important;
  }
  .m-sm-b-9, .m-sm-y-9 {
    margin-bottom: 90px !important;
  }
  .m-sm-b-10, .m-sm-y-10 {
    margin-bottom: 100px !important;
  }
  .m-sm-l-0, .m-sm-x-0 {
    margin-left: 0px !important;
  }
  .m-sm-l-1, .m-sm-x-1 {
    margin-left: 10px !important;
  }
  .m-sm-l-2, .m-sm-x-2 {
    margin-left: 20px !important;
  }
  .m-sm-l-3, .m-sm-x-3 {
    margin-left: 30px !important;
  }
  .m-sm-l-4, .m-sm-x-4 {
    margin-left: 40px !important;
  }
  .m-sm-l-5, .m-sm-x-5 {
    margin-left: 50px !important;
  }
  .m-sm-l-6, .m-sm-x-6 {
    margin-left: 60px !important;
  }
  .m-sm-l-7, .m-sm-x-7 {
    margin-left: 70px !important;
  }
  .m-sm-l-8, .m-sm-x-8 {
    margin-left: 80px !important;
  }
  .m-sm-l-9, .m-sm-x-9 {
    margin-left: 90px !important;
  }
  .m-sm-l-10, .m-sm-x-10 {
    margin-left: 100px !important;
  }
  .m-sm-0 {
    margin: 0px !important;
  }
  .m-sm-1 {
    margin: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .m-sm-6 {
    margin: 60px !important;
  }
  .m-sm-7 {
    margin: 70px !important;
  }
  .m-sm-8 {
    margin: 80px !important;
  }
  .m-sm-9 {
    margin: 90px !important;
  }
  .m-sm-10 {
    margin: 100px !important;
  }
  .p-sm-t-0, .p-sm-y-0 {
    padding-top: 0px !important;
  }
  .p-sm-t-1, .p-sm-y-1 {
    padding-top: 10px !important;
  }
  .p-sm-t-2, .p-sm-y-2 {
    padding-top: 20px !important;
  }
  .p-sm-t-3, .p-sm-y-3 {
    padding-top: 30px !important;
  }
  .p-sm-t-4, .p-sm-y-4 {
    padding-top: 40px !important;
  }
  .p-sm-t-5, .p-sm-y-5 {
    padding-top: 50px !important;
  }
  .p-sm-t-6, .p-sm-y-6 {
    padding-top: 60px !important;
  }
  .p-sm-t-7, .p-sm-y-7 {
    padding-top: 70px !important;
  }
  .p-sm-t-8, .p-sm-y-8 {
    padding-top: 80px !important;
  }
  .p-sm-t-9, .p-sm-y-9 {
    padding-top: 90px !important;
  }
  .p-sm-t-10, .p-sm-y-10 {
    padding-top: 100px !important;
  }
  .p-sm-r-0, .p-sm-x-0 {
    padding-right: 0px !important;
  }
  .p-sm-r-1, .p-sm-x-1 {
    padding-right: 10px !important;
  }
  .p-sm-r-2, .p-sm-x-2 {
    padding-right: 20px !important;
  }
  .p-sm-r-3, .p-sm-x-3 {
    padding-right: 30px !important;
  }
  .p-sm-r-4, .p-sm-x-4 {
    padding-right: 40px !important;
  }
  .p-sm-r-5, .p-sm-x-5 {
    padding-right: 50px !important;
  }
  .p-sm-r-6, .p-sm-x-6 {
    padding-right: 60px !important;
  }
  .p-sm-r-7, .p-sm-x-7 {
    padding-right: 70px !important;
  }
  .p-sm-r-8, .p-sm-x-8 {
    padding-right: 80px !important;
  }
  .p-sm-r-9, .p-sm-x-9 {
    padding-right: 90px !important;
  }
  .p-sm-r-10, .p-sm-x-10 {
    padding-right: 100px !important;
  }
  .p-sm-b-0, .p-sm-y-0 {
    padding-bottom: 0px !important;
  }
  .p-sm-b-1, .p-sm-y-1 {
    padding-bottom: 10px !important;
  }
  .p-sm-b-2, .p-sm-y-2 {
    padding-bottom: 20px !important;
  }
  .p-sm-b-3, .p-sm-y-3 {
    padding-bottom: 30px !important;
  }
  .p-sm-b-4, .p-sm-y-4 {
    padding-bottom: 40px !important;
  }
  .p-sm-b-5, .p-sm-y-5 {
    padding-bottom: 50px !important;
  }
  .p-sm-b-6, .p-sm-y-6 {
    padding-bottom: 60px !important;
  }
  .p-sm-b-7, .p-sm-y-7 {
    padding-bottom: 70px !important;
  }
  .p-sm-b-8, .p-sm-y-8 {
    padding-bottom: 80px !important;
  }
  .p-sm-b-9, .p-sm-y-9 {
    padding-bottom: 90px !important;
  }
  .p-sm-b-10, .p-sm-y-10 {
    padding-bottom: 100px !important;
  }
  .p-sm-l-0, .p-sm-x-0 {
    padding-left: 0px !important;
  }
  .p-sm-l-1, .p-sm-x-1 {
    padding-left: 10px !important;
  }
  .p-sm-l-2, .p-sm-x-2 {
    padding-left: 20px !important;
  }
  .p-sm-l-3, .p-sm-x-3 {
    padding-left: 30px !important;
  }
  .p-sm-l-4, .p-sm-x-4 {
    padding-left: 40px !important;
  }
  .p-sm-l-5, .p-sm-x-5 {
    padding-left: 50px !important;
  }
  .p-sm-l-6, .p-sm-x-6 {
    padding-left: 60px !important;
  }
  .p-sm-l-7, .p-sm-x-7 {
    padding-left: 70px !important;
  }
  .p-sm-l-8, .p-sm-x-8 {
    padding-left: 80px !important;
  }
  .p-sm-l-9, .p-sm-x-9 {
    padding-left: 90px !important;
  }
  .p-sm-l-10, .p-sm-x-10 {
    padding-left: 100px !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .p-sm-1 {
    padding: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .p-sm-6 {
    padding: 60px !important;
  }
  .p-sm-7 {
    padding: 70px !important;
  }
  .p-sm-8 {
    padding: 80px !important;
  }
  .p-sm-9 {
    padding: 90px !important;
  }
  .p-sm-10 {
    padding: 100px !important;
  }
  .pull-sm-none {
    float: none !important;
  }
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .m-md-auto {
    margin: 0px auto;
  }
  .m-md-t-0, .m-md-y-0 {
    margin-top: 0px !important;
  }
  .m-md-t-1, .m-md-y-1 {
    margin-top: 10px !important;
  }
  .m-md-t-2, .m-md-y-2 {
    margin-top: 20px !important;
  }
  .m-md-t-3, .m-md-y-3 {
    margin-top: 30px !important;
  }
  .m-md-t-4, .m-md-y-4 {
    margin-top: 40px !important;
  }
  .m-md-t-5, .m-md-y-5 {
    margin-top: 50px !important;
  }
  .m-md-t-6, .m-md-y-6 {
    margin-top: 60px !important;
  }
  .m-md-t-7, .m-md-y-7 {
    margin-top: 70px !important;
  }
  .m-md-t-8, .m-md-y-8 {
    margin-top: 80px !important;
  }
  .m-md-t-9, .m-md-y-9 {
    margin-top: 90px !important;
  }
  .m-md-t-10, .m-md-y-10 {
    margin-top: 100px !important;
  }
  .m-md-r-0, .m-md-x-0 {
    margin-right: 0px !important;
  }
  .m-md-r-1, .m-md-x-1 {
    margin-right: 10px !important;
  }
  .m-md-r-2, .m-md-x-2 {
    margin-right: 20px !important;
  }
  .m-md-r-3, .m-md-x-3 {
    margin-right: 30px !important;
  }
  .m-md-r-4, .m-md-x-4 {
    margin-right: 40px !important;
  }
  .m-md-r-5, .m-md-x-5 {
    margin-right: 50px !important;
  }
  .m-md-r-6, .m-md-x-6 {
    margin-right: 60px !important;
  }
  .m-md-r-7, .m-md-x-7 {
    margin-right: 70px !important;
  }
  .m-md-r-8, .m-md-x-8 {
    margin-right: 80px !important;
  }
  .m-md-r-9, .m-md-x-9 {
    margin-right: 90px !important;
  }
  .m-md-r-10, .m-md-x-10 {
    margin-right: 100px !important;
  }
  .m-md-b-0, .m-md-y-0 {
    margin-bottom: 0px !important;
  }
  .m-md-b-1, .m-md-y-1 {
    margin-bottom: 10px !important;
  }
  .m-md-b-2, .m-md-y-2 {
    margin-bottom: 20px !important;
  }
  .m-md-b-3, .m-md-y-3 {
    margin-bottom: 30px !important;
  }
  .m-md-b-4, .m-md-y-4 {
    margin-bottom: 40px !important;
  }
  .m-md-b-5, .m-md-y-5 {
    margin-bottom: 50px !important;
  }
  .m-md-b-6, .m-md-y-6 {
    margin-bottom: 60px !important;
  }
  .m-md-b-7, .m-md-y-7 {
    margin-bottom: 70px !important;
  }
  .m-md-b-8, .m-md-y-8 {
    margin-bottom: 80px !important;
  }
  .m-md-b-9, .m-md-y-9 {
    margin-bottom: 90px !important;
  }
  .m-md-b-10, .m-md-y-10 {
    margin-bottom: 100px !important;
  }
  .m-md-l-0, .m-md-x-0 {
    margin-left: 0px !important;
  }
  .m-md-l-1, .m-md-x-1 {
    margin-left: 10px !important;
  }
  .m-md-l-2, .m-md-x-2 {
    margin-left: 20px !important;
  }
  .m-md-l-3, .m-md-x-3 {
    margin-left: 30px !important;
  }
  .m-md-l-4, .m-md-x-4 {
    margin-left: 40px !important;
  }
  .m-md-l-5, .m-md-x-5 {
    margin-left: 50px !important;
  }
  .m-md-l-6, .m-md-x-6 {
    margin-left: 60px !important;
  }
  .m-md-l-7, .m-md-x-7 {
    margin-left: 70px !important;
  }
  .m-md-l-8, .m-md-x-8 {
    margin-left: 80px !important;
  }
  .m-md-l-9, .m-md-x-9 {
    margin-left: 90px !important;
  }
  .m-md-l-10, .m-md-x-10 {
    margin-left: 100px !important;
  }
  .p-md-t-0, .p-md-y-0 {
    padding-top: 0px !important;
  }
  .p-md-t-1, .p-md-y-1 {
    padding-top: 10px !important;
  }
  .p-md-t-2, .p-md-y-2 {
    padding-top: 20px !important;
  }
  .p-md-t-3, .p-md-y-3 {
    padding-top: 30px !important;
  }
  .p-md-t-4, .p-md-y-4 {
    padding-top: 40px !important;
  }
  .p-md-t-5, .p-md-y-5 {
    padding-top: 50px !important;
  }
  .p-md-t-6, .p-md-y-6 {
    padding-top: 60px !important;
  }
  .p-md-t-7, .p-md-y-7 {
    padding-top: 70px !important;
  }
  .p-md-t-8, .p-md-y-8 {
    padding-top: 80px !important;
  }
  .p-md-t-9, .p-md-y-9 {
    padding-top: 90px !important;
  }
  .p-md-t-10, .p-md-y-10 {
    padding-top: 100px !important;
  }
  .p-md-r-0, .p-md-x-0 {
    padding-right: 0px !important;
  }
  .p-md-r-1, .p-md-x-1 {
    padding-right: 10px !important;
  }
  .p-md-r-2, .p-md-x-2 {
    padding-right: 20px !important;
  }
  .p-md-r-3, .p-md-x-3 {
    padding-right: 30px !important;
  }
  .p-md-r-4, .p-md-x-4 {
    padding-right: 40px !important;
  }
  .p-md-r-5, .p-md-x-5 {
    padding-right: 50px !important;
  }
  .p-md-r-6, .p-md-x-6 {
    padding-right: 60px !important;
  }
  .p-md-r-7, .p-md-x-7 {
    padding-right: 70px !important;
  }
  .p-md-r-8, .p-md-x-8 {
    padding-right: 80px !important;
  }
  .p-md-r-9, .p-md-x-9 {
    padding-right: 90px !important;
  }
  .p-md-r-10, .p-md-x-10 {
    padding-right: 100px !important;
  }
  .p-md-b-0, .p-md-y-0 {
    padding-bottom: 0px !important;
  }
  .p-md-b-1, .p-md-y-1 {
    padding-bottom: 10px !important;
  }
  .p-md-b-2, .p-md-y-2 {
    padding-bottom: 20px !important;
  }
  .p-md-b-3, .p-md-y-3 {
    padding-bottom: 30px !important;
  }
  .p-md-b-4, .p-md-y-4 {
    padding-bottom: 40px !important;
  }
  .p-md-b-5, .p-md-y-5 {
    padding-bottom: 50px !important;
  }
  .p-md-b-6, .p-md-y-6 {
    padding-bottom: 60px !important;
  }
  .p-md-b-7, .p-md-y-7 {
    padding-bottom: 70px !important;
  }
  .p-md-b-8, .p-md-y-8 {
    padding-bottom: 80px !important;
  }
  .p-md-b-9, .p-md-y-9 {
    padding-bottom: 90px !important;
  }
  .p-md-b-10, .p-md-y-10 {
    padding-bottom: 100px !important;
  }
  .p-md-l-0, .p-md-x-0 {
    padding-left: 0px !important;
  }
  .p-md-l-1, .p-md-x-1 {
    padding-left: 10px !important;
  }
  .p-md-l-2, .p-md-x-2 {
    padding-left: 20px !important;
  }
  .p-md-l-3, .p-md-x-3 {
    padding-left: 30px !important;
  }
  .p-md-l-4, .p-md-x-4 {
    padding-left: 40px !important;
  }
  .p-md-l-5, .p-md-x-5 {
    padding-left: 50px !important;
  }
  .p-md-l-6, .p-md-x-6 {
    padding-left: 60px !important;
  }
  .p-md-l-7, .p-md-x-7 {
    padding-left: 70px !important;
  }
  .p-md-l-8, .p-md-x-8 {
    padding-left: 80px !important;
  }
  .p-md-l-9, .p-md-x-9 {
    padding-left: 90px !important;
  }
  .p-md-l-10, .p-md-x-10 {
    padding-left: 100px !important;
  }
  .pull-md-none {
    float: none !important;
  }
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .m-lg-auto {
    margin: 0px auto;
  }
  .m-lg-t-0, .m-lg-y-0 {
    margin-top: 0px !important;
  }
  .m-lg-t-1, .m-lg-y-1 {
    margin-top: 10px !important;
  }
  .m-lg-t-2, .m-lg-y-2 {
    margin-top: 20px !important;
  }
  .m-lg-t-3, .m-lg-y-3 {
    margin-top: 30px !important;
  }
  .m-lg-t-4, .m-lg-y-4 {
    margin-top: 40px !important;
  }
  .m-lg-t-5, .m-lg-y-5 {
    margin-top: 50px !important;
  }
  .m-lg-t-6, .m-lg-y-6 {
    margin-top: 60px !important;
  }
  .m-lg-t-7, .m-lg-y-7 {
    margin-top: 70px !important;
  }
  .m-lg-t-8, .m-lg-y-8 {
    margin-top: 80px !important;
  }
  .m-lg-t-9, .m-lg-y-9 {
    margin-top: 90px !important;
  }
  .m-lg-t-10, .m-lg-y-10 {
    margin-top: 100px !important;
  }
  .m-lg-r-0, .m-lg-x-0 {
    margin-right: 0px !important;
  }
  .m-lg-r-1, .m-lg-x-1 {
    margin-right: 10px !important;
  }
  .m-lg-r-2, .m-lg-x-2 {
    margin-right: 20px !important;
  }
  .m-lg-r-3, .m-lg-x-3 {
    margin-right: 30px !important;
  }
  .m-lg-r-4, .m-lg-x-4 {
    margin-right: 40px !important;
  }
  .m-lg-r-5, .m-lg-x-5 {
    margin-right: 50px !important;
  }
  .m-lg-r-6, .m-lg-x-6 {
    margin-right: 60px !important;
  }
  .m-lg-r-7, .m-lg-x-7 {
    margin-right: 70px !important;
  }
  .m-lg-r-8, .m-lg-x-8 {
    margin-right: 80px !important;
  }
  .m-lg-r-9, .m-lg-x-9 {
    margin-right: 90px !important;
  }
  .m-lg-r-10, .m-lg-x-10 {
    margin-right: 100px !important;
  }
  .m-lg-b-0, .m-lg-y-0 {
    margin-bottom: 0px !important;
  }
  .m-lg-b-1, .m-lg-y-1 {
    margin-bottom: 10px !important;
  }
  .m-lg-b-2, .m-lg-y-2 {
    margin-bottom: 20px !important;
  }
  .m-lg-b-3, .m-lg-y-3 {
    margin-bottom: 30px !important;
  }
  .m-lg-b-4, .m-lg-y-4 {
    margin-bottom: 40px !important;
  }
  .m-lg-b-5, .m-lg-y-5 {
    margin-bottom: 50px !important;
  }
  .m-lg-b-6, .m-lg-y-6 {
    margin-bottom: 60px !important;
  }
  .m-lg-b-7, .m-lg-y-7 {
    margin-bottom: 70px !important;
  }
  .m-lg-b-8, .m-lg-y-8 {
    margin-bottom: 80px !important;
  }
  .m-lg-b-9, .m-lg-y-9 {
    margin-bottom: 90px !important;
  }
  .m-lg-b-10, .m-lg-y-10 {
    margin-bottom: 100px !important;
  }
  .m-lg-l-0, .m-lg-x-0 {
    margin-left: 0px !important;
  }
  .m-lg-l-1, .m-lg-x-1 {
    margin-left: 10px !important;
  }
  .m-lg-l-2, .m-lg-x-2 {
    margin-left: 20px !important;
  }
  .m-lg-l-3, .m-lg-x-3 {
    margin-left: 30px !important;
  }
  .m-lg-l-4, .m-lg-x-4 {
    margin-left: 40px !important;
  }
  .m-lg-l-5, .m-lg-x-5 {
    margin-left: 50px !important;
  }
  .m-lg-l-6, .m-lg-x-6 {
    margin-left: 60px !important;
  }
  .m-lg-l-7, .m-lg-x-7 {
    margin-left: 70px !important;
  }
  .m-lg-l-8, .m-lg-x-8 {
    margin-left: 80px !important;
  }
  .m-lg-l-9, .m-lg-x-9 {
    margin-left: 90px !important;
  }
  .m-lg-l-10, .m-lg-x-10 {
    margin-left: 100px !important;
  }
  .p-lg-t-0, .p-lg-y-0 {
    padding-top: 0px !important;
  }
  .p-lg-t-1, .p-lg-y-1 {
    padding-top: 10px !important;
  }
  .p-lg-t-2, .p-lg-y-2 {
    padding-top: 20px !important;
  }
  .p-lg-t-3, .p-lg-y-3 {
    padding-top: 30px !important;
  }
  .p-lg-t-4, .p-lg-y-4 {
    padding-top: 40px !important;
  }
  .p-lg-t-5, .p-lg-y-5 {
    padding-top: 50px !important;
  }
  .p-lg-t-6, .p-lg-y-6 {
    padding-top: 60px !important;
  }
  .p-lg-t-7, .p-lg-y-7 {
    padding-top: 70px !important;
  }
  .p-lg-t-8, .p-lg-y-8 {
    padding-top: 80px !important;
  }
  .p-lg-t-9, .p-lg-y-9 {
    padding-top: 90px !important;
  }
  .p-lg-t-10, .p-lg-y-10 {
    padding-top: 100px !important;
  }
  .p-lg-r-0, .p-lg-x-0 {
    padding-right: 0px !important;
  }
  .p-lg-r-1, .p-lg-x-1 {
    padding-right: 10px !important;
  }
  .p-lg-r-2, .p-lg-x-2 {
    padding-right: 20px !important;
  }
  .p-lg-r-3, .p-lg-x-3 {
    padding-right: 30px !important;
  }
  .p-lg-r-4, .p-lg-x-4 {
    padding-right: 40px !important;
  }
  .p-lg-r-5, .p-lg-x-5 {
    padding-right: 50px !important;
  }
  .p-lg-r-6, .p-lg-x-6 {
    padding-right: 60px !important;
  }
  .p-lg-r-7, .p-lg-x-7 {
    padding-right: 70px !important;
  }
  .p-lg-r-8, .p-lg-x-8 {
    padding-right: 80px !important;
  }
  .p-lg-r-9, .p-lg-x-9 {
    padding-right: 90px !important;
  }
  .p-lg-r-10, .p-lg-x-10 {
    padding-right: 100px !important;
  }
  .p-lg-b-0, .p-lg-y-0 {
    padding-bottom: 0px !important;
  }
  .p-lg-b-1, .p-lg-y-1 {
    padding-bottom: 10px !important;
  }
  .p-lg-b-2, .p-lg-y-2 {
    padding-bottom: 20px !important;
  }
  .p-lg-b-3, .p-lg-y-3 {
    padding-bottom: 30px !important;
  }
  .p-lg-b-4, .p-lg-y-4 {
    padding-bottom: 40px !important;
  }
  .p-lg-b-5, .p-lg-y-5 {
    padding-bottom: 50px !important;
  }
  .p-lg-b-6, .p-lg-y-6 {
    padding-bottom: 60px !important;
  }
  .p-lg-b-7, .p-lg-y-7 {
    padding-bottom: 70px !important;
  }
  .p-lg-b-8, .p-lg-y-8 {
    padding-bottom: 80px !important;
  }
  .p-lg-b-9, .p-lg-y-9 {
    padding-bottom: 90px !important;
  }
  .p-lg-b-10, .p-lg-y-10 {
    padding-bottom: 100px !important;
  }
  .p-lg-l-0, .p-lg-x-0 {
    padding-left: 0px !important;
  }
  .p-lg-l-1, .p-lg-x-1 {
    padding-left: 10px !important;
  }
  .p-lg-l-2, .p-lg-x-2 {
    padding-left: 20px !important;
  }
  .p-lg-l-3, .p-lg-x-3 {
    padding-left: 30px !important;
  }
  .p-lg-l-4, .p-lg-x-4 {
    padding-left: 40px !important;
  }
  .p-lg-l-5, .p-lg-x-5 {
    padding-left: 50px !important;
  }
  .p-lg-l-6, .p-lg-x-6 {
    padding-left: 60px !important;
  }
  .p-lg-l-7, .p-lg-x-7 {
    padding-left: 70px !important;
  }
  .p-lg-l-8, .p-lg-x-8 {
    padding-left: 80px !important;
  }
  .p-lg-l-9, .p-lg-x-9 {
    padding-left: 90px !important;
  }
  .p-lg-l-10, .p-lg-x-10 {
    padding-left: 100px !important;
  }
  .pull-lg-none {
    float: none !important;
  }
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
.w-10 {
  width: 10%;
}

.mw-10 {
  max-width: 10%;
}

.h-10 {
  height: 10%;
}

.mh-10 {
  max-height: 10%;
}

.opacity-10 {
  opacity: 0.1;
}

.w-20 {
  width: 20%;
}

.mw-20 {
  max-width: 20%;
}

.h-20 {
  height: 20%;
}

.mh-20 {
  max-height: 20%;
}

.opacity-20 {
  opacity: 0.2;
}

.w-30 {
  width: 30%;
}

.mw-30 {
  max-width: 30%;
}

.h-30 {
  height: 30%;
}

.mh-30 {
  max-height: 30%;
}

.opacity-30 {
  opacity: 0.3;
}

.w-40 {
  width: 40%;
}

.mw-40 {
  max-width: 40%;
}

.h-40 {
  height: 40%;
}

.mh-40 {
  max-height: 40%;
}

.opacity-40 {
  opacity: 0.4;
}

.w-50 {
  width: 50%;
}

.mw-50 {
  max-width: 50%;
}

.h-50 {
  height: 50%;
}

.mh-50 {
  max-height: 50%;
}

.opacity-50 {
  opacity: 0.5;
}

.w-60 {
  width: 60%;
}

.mw-60 {
  max-width: 60%;
}

.h-60 {
  height: 60%;
}

.mh-60 {
  max-height: 60%;
}

.opacity-60 {
  opacity: 0.6;
}

.w-70 {
  width: 70%;
}

.mw-70 {
  max-width: 70%;
}

.h-70 {
  height: 70%;
}

.mh-70 {
  max-height: 70%;
}

.opacity-70 {
  opacity: 0.7;
}

.w-80 {
  width: 80%;
}

.mw-80 {
  max-width: 80%;
}

.h-80 {
  height: 80%;
}

.mh-80 {
  max-height: 80%;
}

.opacity-80 {
  opacity: 0.8;
}

.w-90 {
  width: 90%;
}

.mw-90 {
  max-width: 90%;
}

.h-90 {
  height: 90%;
}

.mh-90 {
  max-height: 90%;
}

.opacity-90 {
  opacity: 0.9;
}

.w-100 {
  width: 100%;
}

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

.h-100 {
  height: 100%;
}

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

.opacity-100 {
  opacity: 1;
}

.w-15 {
  width: 15%;
}

.mw-15 {
  max-width: 15%;
}

.h-15 {
  height: 15%;
}

.mh-15 {
  max-height: 15%;
}

.opacity-15 {
  opacity: 1.5;
}

.w-25 {
  width: 25%;
}

.mw-25 {
  max-width: 25%;
}

.h-25 {
  height: 25%;
}

.mh-25 {
  max-height: 25%;
}

.opacity-25 {
  opacity: 2.5;
}

.w-35 {
  width: 35%;
}

.mw-35 {
  max-width: 35%;
}

.h-35 {
  height: 35%;
}

.mh-35 {
  max-height: 35%;
}

.opacity-35 {
  opacity: 3.5;
}

.w-45 {
  width: 45%;
}

.mw-45 {
  max-width: 45%;
}

.h-45 {
  height: 45%;
}

.mh-45 {
  max-height: 45%;
}

.opacity-45 {
  opacity: 4.5;
}

.w-55 {
  width: 55%;
}

.mw-55 {
  max-width: 55%;
}

.h-55 {
  height: 55%;
}

.mh-55 {
  max-height: 55%;
}

.opacity-55 {
  opacity: 5.5;
}

.w-65 {
  width: 65%;
}

.mw-65 {
  max-width: 65%;
}

.h-65 {
  height: 65%;
}

.mh-65 {
  max-height: 65%;
}

.opacity-65 {
  opacity: 6.5;
}

.w-75 {
  width: 75%;
}

.mw-75 {
  max-width: 75%;
}

.h-75 {
  height: 75%;
}

.mh-75 {
  max-height: 75%;
}

.opacity-75 {
  opacity: 7.5;
}

.w-85 {
  width: 85%;
}

.mw-85 {
  max-width: 85%;
}

.h-85 {
  height: 85%;
}

.mh-85 {
  max-height: 85%;
}

.opacity-85 {
  opacity: 8.5;
}

.w-95 {
  width: 95%;
}

.mw-95 {
  max-width: 95%;
}

.h-95 {
  height: 95%;
}

.mh-95 {
  max-height: 95%;
}

.opacity-95 {
  opacity: 9.5;
}

/* Start helper classes */
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

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

.radius-0 {
  border-radius: 0px;
}

.radius, .radius-1 {
  border-radius: 4px;
}

.radius-2 {
  border-radius: 8px;
}

.radius-3 {
  border-radius: 12px;
}

.radius-4 {
  border-radius: 16px;
}

.radius-5 {
  border-radius: 20px;
}

.circle {
  border-radius: 100%;
}

.radius-tl-0 {
  border-top-left-radius: 0px;
}

.radius-tr-0 {
  border-top-right-radius: 0px;
}

.radius-bl-0 {
  border-bottom-left-radius: 0px;
}

.radius-br-0 {
  border-bottom-right-radius: 0px;
}

.radius-t-0 {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.radius-r-0 {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.radius-b-0 {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.radius-l-0 {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.radius-tl-1 {
  border-top-left-radius: 4px;
}

.radius-tr-1 {
  border-top-right-radius: 4px;
}

.radius-bl-1 {
  border-bottom-left-radius: 4px;
}

.radius-br-1 {
  border-bottom-right-radius: 4px;
}

.radius-t-1 {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.radius-r-1 {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.radius-b-1 {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.radius-l-1 {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.radius-tl-2 {
  border-top-left-radius: 8px;
}

.radius-tr-2 {
  border-top-right-radius: 8px;
}

.radius-bl-2 {
  border-bottom-left-radius: 8px;
}

.radius-br-2 {
  border-bottom-right-radius: 8px;
}

.radius-t-2 {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.radius-r-2 {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.radius-b-2 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.radius-l-2 {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.radius-tl-3 {
  border-top-left-radius: 12px;
}

.radius-tr-3 {
  border-top-right-radius: 12px;
}

.radius-bl-3 {
  border-bottom-left-radius: 12px;
}

.radius-br-3 {
  border-bottom-right-radius: 12px;
}

.radius-t-3 {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.radius-r-3 {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

.radius-b-3 {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.radius-l-3 {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}

.radius-tl-4 {
  border-top-left-radius: 16px;
}

.radius-tr-4 {
  border-top-right-radius: 16px;
}

.radius-bl-4 {
  border-bottom-left-radius: 16px;
}

.radius-br-4 {
  border-bottom-right-radius: 16px;
}

.radius-t-4 {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.radius-r-4 {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}

.radius-b-4 {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.radius-l-4 {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}

.radius-tl-5 {
  border-top-left-radius: 20px;
}

.radius-tr-5 {
  border-top-right-radius: 20px;
}

.radius-bl-5 {
  border-bottom-left-radius: 20px;
}

.radius-br-5 {
  border-bottom-right-radius: 20px;
}

.radius-t-5 {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.radius-r-5 {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.radius-b-5 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.radius-l-5 {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.z-depth-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.z-depth-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.z-depth-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.z-depth-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.z-depth-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

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

.v-align-middle, .table-cells-v-align-middle td {
  vertical-align: middle !important;
}

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

.transition {
  transition: all 0.5s ease-in-out;
}
.transition.fast {
  transition: all 0.2s ease-in-out;
}
.transition.slow {
  transition: all 1s ease-in-out;
}

.d-table-row, .d-table.has-rows > * {
  display: table-row;
}

.d-table-cell, .d-table.has-cells > * {
  display: table-cell;
}

.d-table {
  display: table;
}
.cursor-pointer, .cursor-h-pointer {
  cursor: pointer;
}

.cursor-move, .cursor-h-move {
  cursor: move;
}
