@charset "UTF-8";
/**
 * ===========================================================
 * roolith CSS framework
 *
 * @version 1.7.2
 * @url http://habibhadi.com/lab/roolith
 * ===========================================================
 */
/**
 * Settings
 */
/**
 * Global
 */
/**
 * Typography
 */
/**
 * Button
 */
/**
 * Form
 */
/**
 * Table
 */
/**
 * Message
 */
/**
 * Breadcrumb
 */
/**
 * Dropdown
 */
/**
 * Modal
 */
/**
 * Stat
 */
/**
 * Accordion
 */
/**
 * Tab
 */
/**
 * Box
 */
/**
 * Avatar
 */
/**
 * Tag
 */
/**
 * Comment
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, kbd,
del, dfn, em, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

a, button {
  outline: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: -0.04em;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 3.25rem;
    line-height: 3.5rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  letter-spacing: -0.04em;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.04em;
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: -0.04em;
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
}

p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #0099FF;
}
a:hover {
  color: #0099FF;
}

u {
  text-decoration: underline;
}

small, .small, .comment-info, .page-footer, .avatar-secondary-block, .article-primary > aside, .article aside {
  font-size: 80%;
  line-height: 1.3em;
}

code, kbd {
  font-family: Consolas, monaco, monospace;
  padding: 0.125rem 0.3125rem;
  margin: 0 0.125rem;
  font-size: 90%;
  white-space: nowrap;
  background: #eaeef2;
  border: 0.0625rem solid #dae2e9;
  border-radius: 0.1875rem;
  overflow: auto;
}
code::-webkit-scrollbar-track, kbd::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
code::-webkit-scrollbar, kbd::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #f1f1f1;
}
code::-webkit-scrollbar-thumb, kbd::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 0.625rem;
}

.dimmed, .comment-info, .page-footer, .avatar-secondary-block, .article-primary > aside, .article aside, .card-subtitle, .card-information {
  color: #9aafc3;
}

.list, .list-numbered {
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 1.5625rem 0;
  margin-left: 0.9375rem;
}
.list li, .list-numbered li {
  list-style: disc;
  padding-bottom: 0.625rem;
}
.list ul, .list-numbered ul, .list ol, .list-numbered ol {
  margin: 0.625rem 0 0 1.875rem;
}

.list-numbered li {
  list-style: decimal;
}

pre code, pre kbd {
  padding: 0.9375rem;
  display: block;
  white-space: pre;
  font-size: 0.875rem;
  background: #fafbfc;
  -webkit-box-shadow: rgba(102, 119, 136, 0.2) 0px 1px 2px 0px;
  box-shadow: rgba(102, 119, 136, 0.2) 0px 1px 2px 0px;
  border: none;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
  color: #6e6e6e;
}

hr {
  border: 0;
  height: 0;
  border-top: 0.0625rem solid #eaeef2;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin: 0.9375rem 0;
}

dl {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

dt {
  font-weight: 700;
  padding: 0 0 0.3125rem;
}

dd {
  padding: 0 0 0.9375rem;
}
dd:last-child {
  padding-bottom: 0;
}
.indented-list dd {
  padding-left: 1.875rem;
}

blockquote {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #5d7c9a;
  border-left: 0.1875rem solid #eaeef2;
  padding-left: 1.25rem;
}
blockquote cite {
  font-size: 80%;
  display: block;
  padding-top: 0.625rem;
}
blockquote cite:before {
  content: " — ";
}

abbr {
  border-bottom: 0.0625rem dotted #6e6e6e;
  cursor: help;
  text-decoration: none;
}

kbd {
  background: #fbda79;
  border: 0.0625rem solid #F8BF16;
}

.full-width {
  width: 100%;
}

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.animation, .modal-content {
  visibility: visible !important;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.fadeInUp, .modal-content {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.loader, .form-field-search-loading-icon, .button.loading:after {
  -webkit-animation: loading 0.6s linear infinite;
  animation: loading 0.6s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
@media (min-width: 640px) {
  .row {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .row {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.columns {
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 640px) {
  .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {
  .column {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .column {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

[class*=large-], [class*=medium-] {
  width: 100%;
}

.small-1 {
  width: 8.3333333333%;
}

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

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-2 {
  width: 16.6666666667%;
}

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

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-3 {
  width: 25%;
}

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

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-4 {
  width: 33.3333333333%;
}

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

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-5 {
  width: 41.6666666667%;
}

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

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-6 {
  width: 50%;
}

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

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-7 {
  width: 58.3333333333%;
}

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

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-8 {
  width: 66.6666666667%;
}

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

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-9 {
  width: 75%;
}

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

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-10 {
  width: 83.3333333333%;
}

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

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-11 {
  width: 91.6666666667%;
}

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

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-12 {
  width: 100%;
}

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

.small-pull-12 {
  position: relative;
  left: -100%;
}

.small-push-12 {
  position: relative;
  left: 100%;
}

@media (min-width: 640px) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
  .medium-pull-12 {
    position: relative;
    left: -100%;
  }
  .medium-push-12 {
    position: relative;
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-12 {
    margin-left: 100%;
  }
  .large-pull-12 {
    position: relative;
    left: -100%;
  }
  .large-push-12 {
    position: relative;
    left: 100%;
  }
}
.column .row,
.row .row {
  padding-left: 0;
  padding-right: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (min-width: 640px) {
  .column .row,
.row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .column .row,
.row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.newrow {
  clear: left;
}

.button {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  cursor: pointer;
  background-color: whitesmoke;
  background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#ededed));
  background: linear-gradient(to bottom, whitesmoke 0%, #ededed 100%);
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  line-height: normal;
  min-width: 6.25rem;
  text-align: center;
  padding: 0.5rem 1.25rem 0.625rem;
  color: #545454;
  position: relative;
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.button:hover {
  background-color: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f0f0f0));
  background: linear-gradient(to bottom, #f7f7f7 0%, #f0f0f0 100%);
  border: 0.0625rem solid #cccccc;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  color: #545454;
}
.button.active {
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.1);
}
.button.button-outline {
  background: transparent;
}
.button.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: not-allowed;
  pointer-event: none;
}
.button.disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button i {
  display: inline-block;
  margin-right: 0.3125rem;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  line-height: 1;
}
.button.loading {
  text-indent: -9999px;
  cursor: wait;
  pointer-event: none;
}
.button.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  border-radius: 50%;
  border: 0.125rem solid #cccccc;
  border-top-color: #4d4d4d;
  -webkit-animation: loading 0.6s linear infinite;
  animation: loading 0.6s linear infinite;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}

.button-rounded {
  border-radius: 1.5625rem;
  min-width: 7.5rem;
}

.button-small {
  font-size: 0.75rem;
  min-width: 3.125rem;
  padding: 0.3125rem 0.625rem;
}
.button-small.loading:after {
  display: inline-block;
  border-radius: 50%;
  border: 0.125rem solid #cccccc;
  border-top-color: #4d4d4d;
  -webkit-animation: loading 0.6s linear infinite;
  animation: loading 0.6s linear infinite;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: -0.375rem;
  margin-left: -0.375rem;
}

.button-medium {
  font-size: 0.75rem;
  min-width: 3.125rem;
  padding: 0.375rem 0.75rem;
}
.button-medium.loading:after {
  display: inline-block;
  border-radius: 50%;
  border: 0.125rem solid #cccccc;
  border-top-color: #4d4d4d;
  -webkit-animation: loading 0.6s linear infinite;
  animation: loading 0.6s linear infinite;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}

.button-large {
  font-size: 1rem;
  min-width: 5rem;
  padding: 0.6875rem 1.875rem;
}
.button-large i {
  margin-right: 0.625rem;
}
.button-large.loading:after {
  display: inline-block;
  border-radius: 50%;
  border: 0.125rem solid #cccccc;
  border-top-color: #4d4d4d;
  -webkit-animation: loading 0.6s linear infinite;
  animation: loading 0.6s linear infinite;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
}

.button-primary {
  background: #0099FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa3ff), to(#0099FF));
  background: linear-gradient(to bottom, #1aa3ff 0%, #0099FF 100%);
  color: #ffffff;
  border: 0.0625rem solid #008ae6;
}
.button-primary:hover {
  background: #0f9fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0f9fff));
  background: linear-gradient(to bottom, #24a7ff 0%, #0f9fff 100%);
  border: 0.0625rem solid #0099FF;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.button-primary.active {
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}
.button-primary.button-outline {
  background: transparent;
  color: #0099FF;
}
.button-primary.button-outline:hover {
  background: #0f9fff;
  color: #ffffff;
}
.button-primary.loading:after {
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.button-secondary {
  background: #373459;
  background: -webkit-gradient(linear, left top, left bottom, from(#413d69), to(#373459));
  background: linear-gradient(to bottom, #413d69 0%, #373459 100%);
  color: #ffffff;
  border: 0.0625rem solid #2d2b49;
}
.button-secondary:hover {
  background: #3d3a63;
  background: -webkit-gradient(linear, left top, left bottom, from(#454170), to(#3d3a63));
  background: linear-gradient(to bottom, #454170 0%, #3d3a63 100%);
  border: 0.0625rem solid #373459;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.button-secondary.active {
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}
.button-secondary.button-outline {
  background: transparent;
  color: #373459;
}
.button-secondary.button-outline:hover {
  background: #3d3a63;
  color: #ffffff;
}
.button-secondary.loading:after {
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.button-tertiary {
  background: #F4751A;
  background: -webkit-gradient(linear, left top, left bottom, from(#f58432), to(#F4751A));
  background: linear-gradient(to bottom, #f58432 0%, #F4751A 100%);
  color: #ffffff;
  border: 0.0625rem solid #e9680b;
}
.button-tertiary:hover {
  background: #f57e29;
  background: -webkit-gradient(linear, left top, left bottom, from(#f68a3c), to(#f57e29));
  background: linear-gradient(to bottom, #f68a3c 0%, #f57e29 100%);
  border: 0.0625rem solid #F4751A;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.button-tertiary.active {
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}
.button-tertiary.button-outline {
  background: transparent;
  color: #F4751A;
}
.button-tertiary.button-outline:hover {
  background: #f57e29;
  color: #ffffff;
}
.button-tertiary.loading:after {
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.button-info {
  background: #F8BF16;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9c62f), to(#F8BF16));
  background: linear-gradient(to bottom, #f9c62f 0%, #F8BF16 100%);
  color: #ffffff;
  border: 0.0625rem solid #edb307;
}
.button-info:hover {
  background: #f8c325;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9c939), to(#f8c325));
  background: linear-gradient(to bottom, #f9c939 0%, #f8c325 100%);
  border: 0.0625rem solid #F8BF16;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.button-info.active {
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}
.button-info.button-outline {
  background: transparent;
  color: #F8BF16;
}
.button-info.button-outline:hover {
  background: #f8c325;
  color: #ffffff;
}
.button-info.loading:after {
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.button-success {
  background: #9ECF91;
  background: -webkit-gradient(linear, left top, left bottom, from(#aed7a3), to(#9ECF91));
  background: linear-gradient(to bottom, #aed7a3 0%, #9ECF91 100%);
  color: #ffffff;
  border: 0.0625rem solid #8ec77f;
}
.button-success:hover {
  background: #a7d49c;
  background: -webkit-gradient(linear, left top, left bottom, from(#b4daaa), to(#a7d49c));
  background: linear-gradient(to bottom, #b4daaa 0%, #a7d49c 100%);
  border: 0.0625rem solid #9ECF91;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.button-success.active {
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}
.button-success.button-outline {
  background: transparent;
  color: #9ECF91;
}
.button-success.button-outline:hover {
  background: #a7d49c;
  color: #ffffff;
}
.button-success.loading:after {
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.button-danger {
  background: #C40000;
  background: -webkit-gradient(linear, left top, left bottom, from(#de0000), to(#C40000));
  background: linear-gradient(to bottom, #de0000 0%, #C40000 100%);
  color: #ffffff;
  border: 0.0625rem solid #ab0000;
}
.button-danger:hover {
  background: #d30000;
  background: -webkit-gradient(linear, left top, left bottom, from(#e80000), to(#d30000));
  background: linear-gradient(to bottom, #e80000 0%, #d30000 100%);
  border: 0.0625rem solid #C40000;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.button-danger.active {
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}
.button-danger.button-outline {
  background: transparent;
  color: #C40000;
}
.button-danger.button-outline:hover {
  background: #d30000;
  color: #ffffff;
}
.button-danger.loading:after {
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.button-link {
  background: #0099FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa3ff), to(#0099FF));
  background: linear-gradient(to bottom, #1aa3ff 0%, #0099FF 100%);
  color: #ffffff;
  border: 0.0625rem solid #008ae6;
}
.button-link:hover {
  background: #0f9fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0f9fff));
  background: linear-gradient(to bottom, #24a7ff 0%, #0f9fff 100%);
  border: 0.0625rem solid #0099FF;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.button-link.active {
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}
.button-link.button-outline {
  background: transparent;
  color: #0099FF;
}
.button-link.button-outline:hover {
  background: #0f9fff;
  color: #ffffff;
}
.button-link.loading:after {
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.button-dark {
  background: #212121;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#212121));
  background: linear-gradient(to bottom, #2e2e2e 0%, #212121 100%);
  color: #ffffff;
  border: 0.0625rem solid #141414;
}
.button-dark:hover {
  background: #292929;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#292929));
  background: linear-gradient(to bottom, #333333 0%, #292929 100%);
  border: 0.0625rem solid #212121;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.button-dark.active {
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}
.button-dark.button-outline {
  background: transparent;
  color: #212121;
}
.button-dark.button-outline:hover {
  background: #292929;
  color: #ffffff;
}
.button-dark.loading:after {
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.button-black {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(#000000));
  background: linear-gradient(to bottom, #0d0d0d 0%, #000000 100%);
  color: #ffffff;
  border: 0.0625rem solid black;
}
.button-black:hover {
  background: #080808;
  background: -webkit-gradient(linear, left top, left bottom, from(#121212), to(#080808));
  background: linear-gradient(to bottom, #121212 0%, #080808 100%);
  border: 0.0625rem solid #000000;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.button-black.active {
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}
.button-black.button-outline {
  background: transparent;
  color: #000000;
}
.button-black.button-outline:hover {
  background: #080808;
  color: #ffffff;
}
.button-black.loading:after {
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.button-light {
  background: #fafbfc;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fafbfc));
  background: linear-gradient(to bottom, white 0%, #fafbfc 100%);
  color: #ffffff;
  border: 0.0625rem solid #eaeef2;
}
.button-light:hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background: linear-gradient(to bottom, white 0%, white 100%);
  border: 0.0625rem solid #fafbfc;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.button-light.active {
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}
.button-light.button-outline {
  background: transparent;
  color: #fafbfc;
}
.button-light.button-outline:hover {
  background: white;
  color: #ffffff;
}
.button-light.loading:after {
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.button-group:before, .button-group:after {
  content: "";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group .button {
  float: left;
  border-radius: 0;
  margin-right: -0.0625rem;
  min-width: auto;
}
.button-group .button:first-child {
  border-bottom-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  background-clip: padding-box;
  border-top-right-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  background-clip: padding-box;
}
.button-group .button:last-child {
  border-bottom-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  background-clip: padding-box;
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  background-clip: padding-box;
}

.nav {
  margin-left: -0.8125rem;
  float: left;
}
.nav:before, .nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
}

.nav-right {
  float: right;
  margin-left: 0;
  margin-right: -0.8125rem;
}

.nav-item {
  float: left;
}

.nav-link {
  display: block;
  padding: 0.4375rem 0.8125rem;
  font-size: 0.875rem;
  color: #0099FF;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.nav-link:hover, .active .nav-link {
  color: #0099FF;
}
.nav-link.dimmed, .nav-link.comment-info, .nav-link.page-footer, .nav-link.avatar-secondary-block, .article-primary > aside.nav-link, .article aside.nav-link, .nav-link.card-subtitle, .nav-link.card-information {
  color: #b3b3b3;
}

.nav-center {
  text-align: center;
  float: none;
}
.nav-center .nav-item {
  float: none;
  display: inline-block;
}

.nav-vertical {
  float: none;
  margin: 0;
}
.nav-vertical .nav-item {
  float: none;
  display: block;
  padding: 0 0 0.3125rem;
}
.nav-vertical .nav-item:last-child {
  padding: 0;
}

.nav-primary .nav-link {
  border-radius: 0.125rem;
}
.nav-primary .active .nav-link {
  background: #0099FF;
  color: #ffffff;
}

.nav-link-primary {
  background: #0099FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa3ff), to(#0099FF));
  background: linear-gradient(to bottom, #1aa3ff 0%, #0099FF 100%);
  color: #ffffff;
}
.nav-link-primary:hover {
  background: #0f9fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0f9fff));
  background: linear-gradient(to bottom, #24a7ff 0%, #0f9fff 100%);
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.nav-link-secondary {
  background: #373459;
  background: -webkit-gradient(linear, left top, left bottom, from(#413d69), to(#373459));
  background: linear-gradient(to bottom, #413d69 0%, #373459 100%);
  color: #ffffff;
}
.nav-link-secondary:hover {
  background: #3d3a63;
  background: -webkit-gradient(linear, left top, left bottom, from(#454170), to(#3d3a63));
  background: linear-gradient(to bottom, #454170 0%, #3d3a63 100%);
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.nav-link-tertiary {
  background: #F4751A;
  background: -webkit-gradient(linear, left top, left bottom, from(#f58432), to(#F4751A));
  background: linear-gradient(to bottom, #f58432 0%, #F4751A 100%);
  color: #ffffff;
}
.nav-link-tertiary:hover {
  background: #f57e29;
  background: -webkit-gradient(linear, left top, left bottom, from(#f68a3c), to(#f57e29));
  background: linear-gradient(to bottom, #f68a3c 0%, #f57e29 100%);
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.nav-link-info {
  background: #F8BF16;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9c62f), to(#F8BF16));
  background: linear-gradient(to bottom, #f9c62f 0%, #F8BF16 100%);
  color: #ffffff;
}
.nav-link-info:hover {
  background: #f8c325;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9c939), to(#f8c325));
  background: linear-gradient(to bottom, #f9c939 0%, #f8c325 100%);
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.nav-link-success {
  background: #9ECF91;
  background: -webkit-gradient(linear, left top, left bottom, from(#aed7a3), to(#9ECF91));
  background: linear-gradient(to bottom, #aed7a3 0%, #9ECF91 100%);
  color: #ffffff;
}
.nav-link-success:hover {
  background: #a7d49c;
  background: -webkit-gradient(linear, left top, left bottom, from(#b4daaa), to(#a7d49c));
  background: linear-gradient(to bottom, #b4daaa 0%, #a7d49c 100%);
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.nav-link-danger {
  background: #C40000;
  background: -webkit-gradient(linear, left top, left bottom, from(#de0000), to(#C40000));
  background: linear-gradient(to bottom, #de0000 0%, #C40000 100%);
  color: #ffffff;
}
.nav-link-danger:hover {
  background: #d30000;
  background: -webkit-gradient(linear, left top, left bottom, from(#e80000), to(#d30000));
  background: linear-gradient(to bottom, #e80000 0%, #d30000 100%);
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.nav-link-link {
  background: #0099FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa3ff), to(#0099FF));
  background: linear-gradient(to bottom, #1aa3ff 0%, #0099FF 100%);
  color: #ffffff;
}
.nav-link-link:hover {
  background: #0f9fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0f9fff));
  background: linear-gradient(to bottom, #24a7ff 0%, #0f9fff 100%);
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.nav-link-dark {
  background: #212121;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#212121));
  background: linear-gradient(to bottom, #2e2e2e 0%, #212121 100%);
  color: #ffffff;
}
.nav-link-dark:hover {
  background: #292929;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#292929));
  background: linear-gradient(to bottom, #333333 0%, #292929 100%);
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.nav-link-black {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(#000000));
  background: linear-gradient(to bottom, #0d0d0d 0%, #000000 100%);
  color: #ffffff;
}
.nav-link-black:hover {
  background: #080808;
  background: -webkit-gradient(linear, left top, left bottom, from(#121212), to(#080808));
  background: linear-gradient(to bottom, #121212 0%, #080808 100%);
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.nav-link-white {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ffffff));
  background: linear-gradient(to bottom, white 0%, #ffffff 100%);
  color: #ffffff;
}
.nav-link-white:hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background: linear-gradient(to bottom, white 0%, white 100%);
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.nav-link-light {
  background: #fafbfc;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fafbfc));
  background: linear-gradient(to bottom, white 0%, #fafbfc 100%);
  color: #ffffff;
}
.nav-link-light:hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background: linear-gradient(to bottom, white 0%, white 100%);
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #9aafc3;
}

::-moz-placeholder {
  color: #9aafc3;
}

:-ms-input-placeholder {
  color: #9aafc3;
}

::-ms-input-placeholder {
  color: #9aafc3;
}

::placeholder {
  color: #9aafc3;
}

input, textarea, select {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  outline: none;
}
.form-field.small input, .form-field.comment-info input, .form-field.page-footer input, .form-field.avatar-secondary-block input, .article-primary > aside.form-field input, .article aside.form-field input, .form-field.small textarea, .form-field.comment-info textarea, .form-field.page-footer textarea, .form-field.avatar-secondary-block textarea, .article-primary > aside.form-field textarea, .article aside.form-field textarea, .form-field.small select, .form-field.comment-info select, .form-field.page-footer select, .form-field.avatar-secondary-block select, .article-primary > aside.form-field select, .article aside.form-field select {
  font-size: 0.75rem;
}
.form-field.large input, .form-field.large textarea, .form-field.large select {
  font-size: 1rem;
}

.form-field {
  padding-bottom: 1.25rem;
  position: relative;
}

.form-label {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding-bottom: 0.5rem;
  display: block;
}
.form-field.small .form-label, .form-field.comment-info .form-label, .form-field.page-footer .form-label, .form-field.avatar-secondary-block .form-label, .article-primary > aside.form-field .form-label, .article aside.form-field .form-label {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-bottom: 0.3125rem;
}
.form-field.large .form-label {
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 1024px) {
  .form-label.right {
    padding-top: 0.5rem;
    text-align: right;
  }
}
.error .form-label {
  color: #C40000;
}
.success .form-label {
  color: #9ECF91;
}
.warning .form-label {
  color: #F8BF16;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  border: 0.0625rem solid #cad5df;
  border-radius: 0.125rem;
  padding: 0.5rem 0.75rem 0.625rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: border, background, -webkit-box-shadow;
  transition-property: border, background, -webkit-box-shadow;
  transition-property: border, box-shadow, background;
  transition-property: border, box-shadow, background, -webkit-box-shadow;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.form-input:hover, .form-select:hover, .form-textarea:hover {
  border-color: #0099FF;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: #0099FF;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 153, 255, 0.3);
  box-shadow: 0 0 0 0.125rem rgba(0, 153, 255, 0.3);
}
.form-field.small .form-input, .form-field.comment-info .form-input, .form-field.page-footer .form-input, .form-field.avatar-secondary-block .form-input, .article-primary > aside.form-field .form-input, .article aside.form-field .form-input, .form-field.small .form-select, .form-field.comment-info .form-select, .form-field.page-footer .form-select, .form-field.avatar-secondary-block .form-select, .article-primary > aside.form-field .form-select, .article aside.form-field .form-select, .form-field.small .form-textarea, .form-field.comment-info .form-textarea, .form-field.page-footer .form-textarea, .form-field.avatar-secondary-block .form-textarea, .article-primary > aside.form-field .form-textarea, .article aside.form-field .form-textarea {
  padding: 0.3125rem 0.4375rem;
}
.form-field.large .form-input, .form-field.large .form-select, .form-field.large .form-textarea {
  padding: 0.6875rem 0.75rem;
}
.error .form-input, .error .form-select, .error .form-textarea {
  border-color: #C40000;
}
.success .form-input, .success .form-select, .success .form-textarea {
  border-color: #9ECF91;
}
.warning .form-input, .warning .form-select, .warning .form-textarea {
  border-color: #F8BF16;
}

.form-primary .form-input, .form-primary .form-select, .form-primary .form-textarea {
  border: 0.0625rem solid #eaeef2;
  background: #f4f6f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-primary .form-input:hover, .form-primary .form-select:hover, .form-primary .form-textarea:hover {
  border-color: #F8BF16;
}
.form-primary .form-input:focus, .form-primary .form-select:focus, .form-primary .form-textarea:focus {
  border-color: #0099FF;
  background: #ffffff;
}

.form-textarea {
  resize: vertical;
  height: 8.5625rem;
}

.form-text {
  padding-top: 0.5rem;
  color: #9aafc3;
  font-size: 0.6875rem;
  display: block;
}
.form-field.small .form-text, .form-field.comment-info .form-text, .form-field.page-footer .form-text, .form-field.avatar-secondary-block .form-text, .article-primary > aside.form-field .form-text, .article aside.form-field .form-text {
  padding-top: 0.3125rem;
}
.form-field.large .form-text {
  font-size: 0.75rem;
  padding-top: 0.625rem;
}
.error .form-text {
  color: #C40000;
}
.success .form-text {
  color: #9ECF91;
}
.warning .form-text {
  color: #F8BF16;
}

.form-checkbox-label {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding-left: 1.5625rem;
  display: block;
  color: #545454;
}
.form-checkbox-label::-moz-selection {
  background: transparent;
}
.form-checkbox-label::selection {
  background: transparent;
}
.form-field.small .form-checkbox-label, .form-field.comment-info .form-checkbox-label, .form-field.page-footer .form-checkbox-label, .form-field.avatar-secondary-block .form-checkbox-label, .article-primary > aside.form-field .form-checkbox-label, .article aside.form-field .form-checkbox-label {
  font-size: 0.75rem;
  line-height: 1rem;
}

.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #ffffff;
  border: 0.0625rem solid #9aafc3;
  border-radius: 0.125rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
  margin: 0;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.form-check-input:hover {
  border-color: #0099FF;
}
.form-check-input:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
}
.form-check-input:checked:before {
  width: 0.25rem;
  height: 0.5rem;
  margin: 0.0625rem 0.3125rem;
  border-bottom: 0.0625rem solid #40556b;
  border-right: 0.0625rem solid #40556b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-field.small .form-check-input, .form-field.comment-info .form-check-input, .form-field.page-footer .form-check-input, .form-field.avatar-secondary-block .form-check-input, .article-primary > aside.form-field .form-check-input, .article aside.form-field .form-check-input {
  top: 0.125rem;
}

.form-select {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%237b95b0' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 0.75rem) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5625rem 2rem 0.5625rem 0.75rem;
}
.form-field.small .form-select, .form-field.comment-info .form-select, .form-field.page-footer .form-select, .form-field.avatar-secondary-block .form-select, .article-primary > aside.form-field .form-select, .article aside.form-field .form-select {
  background-position: calc(100% - 0.375rem) center;
  padding: 0.3125rem 1rem 0.3125rem 0.4375rem;
}
.form-field.large .form-select {
  padding: 0.6875rem 2rem 0.6875rem 0.75rem;
}
.form-select[multiple] {
  background: transparent;
}

.form-radio-item {
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.125rem;
  margin-right: 0.625rem;
}
.vertical .form-radio-item {
  display: block;
  margin-right: 0;
}
.form-field.small .form-radio-item, .form-field.comment-info .form-radio-item, .form-field.page-footer .form-radio-item, .form-field.avatar-secondary-block .form-radio-item, .article-primary > aside.form-field .form-radio-item, .article aside.form-field .form-radio-item {
  font-size: 0.75rem;
}
.form-field.large .form-radio-item {
  font-size: 1rem;
}

.vertical .form-radio-item {
  margin-top: 0;
}
.vertical .form-radio-item + .form-radio-item {
  margin-top: 0.625rem;
}

.form-radio {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0.25rem;
}
.vertical .form-radio {
  top: 0.0625rem;
}
.form-field.small .form-radio, .form-field.comment-info .form-radio, .form-field.page-footer .form-radio, .form-field.avatar-secondary-block .form-radio, .article-primary > aside.form-field .form-radio, .article aside.form-field .form-radio {
  top: 0;
}

.form-radio-items {
  padding: 0.3125rem 0;
}

[readonly] {
  background: #eaeef2;
}
[readonly]:hover {
  border-color: #cad5df;
}
[readonly]:focus {
  border-color: #cad5df;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-field-search {
  position: relative;
  padding: 0;
}
.form-field-search .form-input, .form-field-search .form-textarea, .form-field-search .form-select {
  padding: 0.5625rem 0.75rem 0.5625rem 2.125rem;
}
.form-field-search.small .form-input, .form-field-search.comment-info .form-input, .form-field-search.page-footer .form-input, .form-field-search.avatar-secondary-block .form-input, .article-primary > aside.form-field-search .form-input, .article aside.form-field-search .form-input, .form-field-search.small .form-textarea, .form-field-search.comment-info .form-textarea, .form-field-search.page-footer .form-textarea, .form-field-search.avatar-secondary-block .form-textarea, .article-primary > aside.form-field-search .form-textarea, .article aside.form-field-search .form-textarea, .form-field-search.small .form-select, .form-field-search.comment-info .form-select, .form-field-search.page-footer .form-select, .form-field-search.avatar-secondary-block .form-select, .article-primary > aside.form-field-search .form-select, .article aside.form-field-search .form-select {
  padding: 0.3125rem 0.4375rem 0.3125rem 1.375rem;
}
.form-field-search.large .form-input, .form-field-search.large .form-textarea, .form-field-search.large .form-select {
  padding: 0.625rem 0.75rem 0.625rem 2.125rem;
}
.form-field-search.loading .form-input, .form-field-search.loading .form-textarea, .form-field-search.loading .form-select {
  padding-right: 2.125rem;
}
.form-field-search.loading.small .form-input, .form-field-search.loading.comment-info .form-input, .form-field-search.loading.page-footer .form-input, .form-field-search.loading.avatar-secondary-block .form-input, .article-primary > aside.form-field-search.loading .form-input, .article aside.form-field-search.loading .form-input, .form-field-search.loading.small .form-textarea, .form-field-search.loading.comment-info .form-textarea, .form-field-search.loading.page-footer .form-textarea, .form-field-search.loading.avatar-secondary-block .form-textarea, .article-primary > aside.form-field-search.loading .form-textarea, .article aside.form-field-search.loading .form-textarea, .form-field-search.loading.small .form-select, .form-field-search.loading.comment-info .form-select, .form-field-search.loading.page-footer .form-select, .form-field-search.loading.avatar-secondary-block .form-select, .article-primary > aside.form-field-search.loading .form-select, .article aside.form-field-search.loading .form-select {
  padding-right: 1.375rem;
}
.form-field-search.loading.large .form-input, .form-field-search.loading.large .form-textarea, .form-field-search.loading.large .form-select {
  padding-right: 2.125rem;
}

.form-field-search-icon {
  position: absolute;
  left: 0.75rem;
  top: 0.5rem;
  z-index: 1;
  height: 100%;
  line-height: 100%;
  font-size: 120%;
  color: #9aafc3;
}
.form-field-search.small .form-field-search-icon, .form-field-search.comment-info .form-field-search-icon, .form-field-search.page-footer .form-field-search-icon, .form-field-search.avatar-secondary-block .form-field-search-icon, .article-primary > aside.form-field-search .form-field-search-icon, .article aside.form-field-search .form-field-search-icon {
  left: 0.4375rem;
  top: 0.375rem;
}
.form-field-search.large .form-field-search-icon {
  font-size: 130%;
  top: 0.625rem;
}

.form-field-search-loading-icon {
  display: inline-block;
  border-radius: 50%;
  border: 0.125rem solid #cccccc;
  border-top-color: #4d4d4d;
  -webkit-animation: loading 0.6s linear infinite;
  animation: loading 0.6s linear infinite;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: none;
}
.form-field-search.loading .form-field-search-loading-icon {
  display: block;
}
.form-field-search.small .form-field-search-loading-icon, .form-field-search.comment-info .form-field-search-loading-icon, .form-field-search.page-footer .form-field-search-loading-icon, .form-field-search.avatar-secondary-block .form-field-search-loading-icon, .article-primary > aside.form-field-search .form-field-search-loading-icon, .article aside.form-field-search .form-field-search-loading-icon {
  display: inline-block;
  border-radius: 50%;
  border: 0.125rem solid #cccccc;
  border-top-color: #4d4d4d;
  -webkit-animation: loading 0.6s linear infinite;
  animation: loading 0.6s linear infinite;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: -0.375rem;
  margin-left: -0.375rem;
  right: 0.4375rem;
}
.form-field-search-hint {
  position: absolute;
  left: 0;
  top: 2.5rem;
  display: none;
  z-index: 5;
  font-size: 0.875rem;
  line-height: 1.125rem;
  background-color: #f7f8fa;
  border: 0.0625rem solid #cad5df;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  max-height: 18.75rem;
  overflow-y: auto;
}
.form-field-search-hint::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.form-field-search-hint::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #f1f1f1;
}
.form-field-search-hint::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 0.625rem;
}
.form-field-search.hint .form-field-search-hint {
  display: block;
}
.form-field-search-hint ul {
  padding: 0.1875rem 0;
}
.form-field-search-hint li {
  border-bottom: 0.0625rem solid #eaeef2;
}
.form-field-search-hint li:last-child {
  border-bottom: none;
}
.form-field-search-hint li a {
  display: block;
  padding: 0.4375rem 0.75rem;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.form-field-search-hint li a:hover {
  background-color: #f0f3f6;
}
.form-field-search-hint li a .badge {
  float: right;
}
.form-field-search.large .form-field-search-hint {
  top: 2.75rem;
}
.form-field-search.small .form-field-search-hint, .form-field-search.comment-info .form-field-search-hint, .form-field-search.page-footer .form-field-search-hint, .form-field-search.avatar-secondary-block .form-field-search-hint, .article-primary > aside.form-field-search .form-field-search-hint, .article aside.form-field-search .form-field-search-hint {
  top: 1.875rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.table {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.table th {
  text-align: left;
  font-weight: 700;
}
.table th, .table td {
  padding: 0.625rem;
}
.table th:first-child, .table td:first-child {
  padding-left: 0;
}
.table thead tr {
  border-bottom: 0.0625rem solid #dae2e9;
}
.table tbody tr {
  border-bottom: 0.0625rem solid #eaeef2;
}

.table-primary th, .table-striped th {
  background-color: #eaeef2;
}
.table-primary th:first-child, .table-striped th:first-child, .table-primary td:first-child, .table-striped td:first-child {
  padding-left: 0.625rem;
}
.table-primary tbody tr, .table-striped tbody tr {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.table-primary tbody tr:hover, .table-striped tbody tr:hover {
  background-color: #f4f6f8;
}

.table-striped tbody tr:nth-child(even) {
  background-color: #f4f6f8;
}
.table-striped tbody tr:hover {
  background-color: #fef9eb;
}

.table-bordered {
  border-top: 0.0625rem solid #eaeef2;
  border-left: 0.0625rem solid #eaeef2;
}
.table-bordered th, .table-bordered td {
  border-bottom: 0.0625rem solid #eaeef2;
  border-right: 0.0625rem solid #eaeef2;
}
.table-bordered th:first-child, .table-bordered td:first-child {
  padding-left: 0.625rem;
}
.table-bordered thead tr {
  border-bottom: none;
}
.table-bordered tbody tr {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.table-bordered tbody tr:hover {
  background-color: #f4f6f8;
}

.table-responsive {
  max-width: 100%;
  overflow-x: auto;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.table-responsive::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #f1f1f1;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 0.625rem;
}

.img {
  max-width: 100%;
}

.img-full-width, .card-body-img, .card-img {
  width: 100%;
}

.rounded {
  overflow: hidden;
  border-radius: 0.125rem;
  background-clip: padding-box;
}

.rounded-circle {
  overflow: hidden;
  border-radius: 50%;
}

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

.fig-caption {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #878787;
  padding-top: 0.1875rem;
}

.fig-fit, .avatar-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.message {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 1.0625rem 1.25rem;
  border-radius: 0.125rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  background: #f4f6f8;
  position: relative;
  text-align: left;
}

.message-extra-pad {
  padding: 1.6875rem 1.875rem;
}

.message-close {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
  display: inline-block;
  border: none;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0 0 0 0.0625rem;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  background: #dae2e9;
  color: #212121;
}

.message-primary {
  background: #0099FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa3ff), to(#0099FF));
  background: linear-gradient(to bottom, #1aa3ff 0%, #0099FF 100%);
  color: #ffffff;
}
.message-primary .message-close {
  background: #007acc;
  color: #ffffff;
}

.message-secondary {
  background: #373459;
  background: -webkit-gradient(linear, left top, left bottom, from(#413d69), to(#373459));
  background: linear-gradient(to bottom, #413d69 0%, #373459 100%);
  color: #ffffff;
}
.message-secondary .message-close {
  background: #232139;
  color: #ffffff;
}

.message-tertiary {
  background: #F4751A;
  background: -webkit-gradient(linear, left top, left bottom, from(#f58432), to(#F4751A));
  background: linear-gradient(to bottom, #f58432 0%, #F4751A 100%);
  color: #ffffff;
}
.message-tertiary .message-close {
  background: #d15d0a;
  color: #ffffff;
}

.message-info {
  background: #F8BF16;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9c62f), to(#F8BF16));
  background: linear-gradient(to bottom, #f9c62f 0%, #F8BF16 100%);
  color: #ffffff;
}
.message-info .message-close {
  background: #d5a106;
  color: #ffffff;
}

.message-success {
  background: #9ECF91;
  background: -webkit-gradient(linear, left top, left bottom, from(#aed7a3), to(#9ECF91));
  background: linear-gradient(to bottom, #aed7a3 0%, #9ECF91 100%);
  color: #ffffff;
}
.message-success .message-close {
  background: #7fc06d;
  color: #ffffff;
}

.message-danger {
  background: #C40000;
  background: -webkit-gradient(linear, left top, left bottom, from(#de0000), to(#C40000));
  background: linear-gradient(to bottom, #de0000 0%, #C40000 100%);
  color: #ffffff;
}
.message-danger .message-close {
  background: #910000;
  color: #ffffff;
}

.message-link {
  background: #0099FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa3ff), to(#0099FF));
  background: linear-gradient(to bottom, #1aa3ff 0%, #0099FF 100%);
  color: #ffffff;
}
.message-link .message-close {
  background: #007acc;
  color: #ffffff;
}

.message-dark {
  background: #212121;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#212121));
  background: linear-gradient(to bottom, #2e2e2e 0%, #212121 100%);
  color: #ffffff;
}
.message-dark .message-close {
  background: #080808;
  color: #ffffff;
}

.message-black {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(#000000));
  background: linear-gradient(to bottom, #0d0d0d 0%, #000000 100%);
  color: #ffffff;
}
.message-black .message-close {
  background: black;
  color: #ffffff;
}

.message-light {
  background: #fafbfc;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fafbfc));
  background: linear-gradient(to bottom, white 0%, #fafbfc 100%);
  color: #ffffff;
}
.message-light .message-close {
  background: #dae2e9;
  color: #ffffff;
}

.message-primary-outline {
  background: transparent;
  color: #0099FF;
  border: 0.0625rem solid #0099FF;
  padding: 0.875rem 1.0625rem;
}

.message-secondary-outline {
  background: transparent;
  color: #373459;
  border: 0.0625rem solid #373459;
  padding: 0.875rem 1.0625rem;
}

.message-tertiary-outline {
  background: transparent;
  color: #F4751A;
  border: 0.0625rem solid #F4751A;
  padding: 0.875rem 1.0625rem;
}

.message-info-outline {
  background: transparent;
  color: #F8BF16;
  border: 0.0625rem solid #F8BF16;
  padding: 0.875rem 1.0625rem;
}

.message-success-outline {
  background: transparent;
  color: #9ECF91;
  border: 0.0625rem solid #9ECF91;
  padding: 0.875rem 1.0625rem;
}

.message-danger-outline {
  background: transparent;
  color: #C40000;
  border: 0.0625rem solid #C40000;
  padding: 0.875rem 1.0625rem;
}

.message-link-outline {
  background: transparent;
  color: #0099FF;
  border: 0.0625rem solid #0099FF;
  padding: 0.875rem 1.0625rem;
}

.message-dark-outline {
  background: transparent;
  color: #212121;
  border: 0.0625rem solid #212121;
  padding: 0.875rem 1.0625rem;
}

.message-black-outline {
  background: transparent;
  color: #000000;
  border: 0.0625rem solid #000000;
  padding: 0.875rem 1.0625rem;
}

.message-light-outline {
  background: transparent;
  color: #fafbfc;
  border: 0.0625rem solid #fafbfc;
  padding: 0.875rem 1.0625rem;
}

.badge {
  display: inline-block;
  font-size: 75%;
  padding: 0.125rem 0.3125rem 0.1875rem;
  background: #f2f2f2;
  color: gray;
  border-radius: 0.1875rem;
  line-height: 1;
}

.badge-primary {
  background: #0099FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa3ff), to(#0099FF));
  background: linear-gradient(to bottom, #1aa3ff 0%, #0099FF 100%);
  color: #ffffff;
}

.badge-secondary {
  background: #373459;
  background: -webkit-gradient(linear, left top, left bottom, from(#413d69), to(#373459));
  background: linear-gradient(to bottom, #413d69 0%, #373459 100%);
  color: #ffffff;
}

.badge-tertiary {
  background: #F4751A;
  background: -webkit-gradient(linear, left top, left bottom, from(#f58432), to(#F4751A));
  background: linear-gradient(to bottom, #f58432 0%, #F4751A 100%);
  color: #ffffff;
}

.badge-info {
  background: #F8BF16;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9c62f), to(#F8BF16));
  background: linear-gradient(to bottom, #f9c62f 0%, #F8BF16 100%);
  color: #ffffff;
}

.badge-success {
  background: #9ECF91;
  background: -webkit-gradient(linear, left top, left bottom, from(#aed7a3), to(#9ECF91));
  background: linear-gradient(to bottom, #aed7a3 0%, #9ECF91 100%);
  color: #ffffff;
}

.badge-danger {
  background: #C40000;
  background: -webkit-gradient(linear, left top, left bottom, from(#de0000), to(#C40000));
  background: linear-gradient(to bottom, #de0000 0%, #C40000 100%);
  color: #ffffff;
}

.badge-link {
  background: #0099FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa3ff), to(#0099FF));
  background: linear-gradient(to bottom, #1aa3ff 0%, #0099FF 100%);
  color: #ffffff;
}

.badge-dark {
  background: #212121;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#212121));
  background: linear-gradient(to bottom, #2e2e2e 0%, #212121 100%);
  color: #ffffff;
}

.badge-black {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(#000000));
  background: linear-gradient(to bottom, #0d0d0d 0%, #000000 100%);
  color: #ffffff;
}

.badge-light {
  background: #fafbfc;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fafbfc));
  background: linear-gradient(to bottom, white 0%, #fafbfc 100%);
  color: #ffffff;
}

.breadcrumb {
  font-size: 80%;
  color: #878787;
  padding: 0.9375rem 0;
}
.breadcrumb:before, .breadcrumb:after {
  content: "";
  display: table;
}
.breadcrumb:after {
  clear: both;
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item:after {
  display: inline-block;
  content: "/";
  margin: 0 0.625rem;
  color: #d4d4d4;
}
.breadcrumb-item:last-child:after {
  content: none;
  margin: 0;
}

.card {
  -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.125rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: #ffffff;
}

.card-body-img {
  margin: 0.625rem 0;
}

.card-body {
  padding: 1.5625rem;
}

.card-title {
  padding-bottom: 0.3125rem;
}

.card-text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding-bottom: 1.25rem;
}

.card-information {
  font-size: 80%;
  display: block;
  padding: 1.25rem 0 0 0;
}

.card-subtitle {
  padding-bottom: 0.625rem;
}

.card-header {
  padding: 0.9375rem 1.5625rem;
  border-bottom: 0.0625rem solid whitesmoke;
  font-size: 0.875rem;
  color: #878787;
}

.card-footer {
  padding: 0.9375rem 1.5625rem;
  border-top: 0.0625rem solid whitesmoke;
  color: #878787;
  font-size: 0.875rem;
}

.card-primary {
  background: #0099FF;
  color: #ffffff;
}
.card-primary .card-subtitle, .card-primary .card-information {
  color: #ffffff;
  opacity: 0.7;
}
.card-primary .card-header, .card-primary .card-footer {
  border-color: #33adff;
  color: #ffffff;
}

.card-secondary {
  background: #373459;
  color: #ffffff;
}
.card-secondary .card-subtitle, .card-secondary .card-information {
  color: #ffffff;
  opacity: 0.7;
}
.card-secondary .card-header, .card-secondary .card-footer {
  border-color: #4b4779;
  color: #ffffff;
}

.card-tertiary {
  background: #F4751A;
  color: #ffffff;
}
.card-tertiary .card-subtitle, .card-tertiary .card-information {
  color: #ffffff;
  opacity: 0.7;
}
.card-tertiary .card-header, .card-tertiary .card-footer {
  border-color: #f6924b;
  color: #ffffff;
}

.card-info {
  background: #F8BF16;
  color: #ffffff;
}
.card-info .card-subtitle, .card-info .card-information {
  color: #ffffff;
  opacity: 0.7;
}
.card-info .card-header, .card-info .card-footer {
  border-color: #f9cd48;
  color: #ffffff;
}

.card-success {
  background: #9ECF91;
  color: #ffffff;
}
.card-success .card-subtitle, .card-success .card-information {
  color: #ffffff;
  opacity: 0.7;
}
.card-success .card-header, .card-success .card-footer {
  border-color: #bddeb5;
  color: #ffffff;
}

.card-danger {
  background: #C40000;
  color: #ffffff;
}
.card-danger .card-subtitle, .card-danger .card-information {
  color: #ffffff;
  opacity: 0.7;
}
.card-danger .card-header, .card-danger .card-footer {
  border-color: #f70000;
  color: #ffffff;
}

.card-link {
  background: #0099FF;
  color: #ffffff;
}
.card-link .card-subtitle, .card-link .card-information {
  color: #ffffff;
  opacity: 0.7;
}
.card-link .card-header, .card-link .card-footer {
  border-color: #33adff;
  color: #ffffff;
}

.card-dark {
  background: #212121;
  color: #ffffff;
}
.card-dark .card-subtitle, .card-dark .card-information {
  color: #ffffff;
  opacity: 0.7;
}
.card-dark .card-header, .card-dark .card-footer {
  border-color: #3b3b3b;
  color: #ffffff;
}

.card-black {
  background: #000000;
  color: #ffffff;
}
.card-black .card-subtitle, .card-black .card-information {
  color: #ffffff;
  opacity: 0.7;
}
.card-black .card-header, .card-black .card-footer {
  border-color: #1a1a1a;
  color: #ffffff;
}

.card-light {
  background: #fafbfc;
  color: #ffffff;
}
.card-light .card-subtitle, .card-light .card-information {
  color: #ffffff;
  opacity: 0.7;
}
.card-light .card-header, .card-light .card-footer {
  border-color: white;
  color: #ffffff;
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown:hover .dropdown-body {
  display: block;
}

.has-dropdown-icon:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 0.3125rem solid currentColor;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  vertical-align: 0.125rem;
  margin-left: 0.3125rem;
}
.has-dropdown-icon.button-small:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 0.25rem solid currentColor;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
}
.has-dropdown-icon.button-large:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 0.4375rem solid currentColor;
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  margin-left: 0.625rem;
}

.dropdown-body {
  display: none;
  position: absolute;
  left: 0;
  width: 13.75rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  background-color: #fafafa;
  border: 0.0625rem solid #d9d9d9;
  margin-top: -0.0625rem;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.08);
  z-index: 2;
  top: 100%;
}
.active .dropdown-body {
  display: block;
}

.dropdown-body-text {
  padding: 0.9375rem;
}

.dropdown-item {
  display: block;
  padding: 0.3125rem 0.9375rem;
  color: #545454;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.dropdown-item:hover {
  background-color: #f2f2f2;
  color: #212121;
}
.dropdown-item:first-child {
  margin-top: 0.3125rem;
}
.dropdown-item:last-child {
  margin-bottom: 0.3125rem;
}

.dropdown-item-sep {
  height: 0.0625rem;
  background: #ebebeb;
  display: block;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(33, 33, 33, 0.5);
  z-index: 10;
  grid-template-rows: minmax(1.25rem, 2fr) auto minmax(1.25rem, 2fr);
  grid-template-areas: "header" "body" "footer";
  display: none;
  padding: 0 1.25rem;
}
.modal.active {
  display: grid;
}

.modal-content {
  position: relative;
  grid-area: body;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.1);
}
.modal-content.small, .modal-content.comment-info, .modal-content.page-footer, .modal-content.avatar-secondary-block, .article-primary > aside.modal-content, .article aside.modal-content {
  max-width: 18.75rem;
}
.modal-content.large {
  max-width: 50rem;
}
.modal-content.fluid {
  max-width: 80%;
}

.modal-header {
  padding: 1.25rem;
  border-bottom: 0.0625rem solid #f2f2f2;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.modal-header:before, .modal-header:after {
  content: "";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-body {
  padding: 1.25rem;
}

.modal-footer {
  padding: 1.25rem;
  border-top: 0.0625rem solid #f2f2f2;
}
.modal-footer:before, .modal-footer:after {
  content: "";
  display: table;
}
.modal-footer:after {
  clear: both;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 1.25rem;
  line-height: 0.75rem;
  z-index: 2;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.modal-close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.stat {
  text-align: center;
  padding: 0.9375rem 0;
}

.stat-header {
  display: block;
  font-size: 0.75rem;
  padding-bottom: 0.4375rem;
  color: #545454;
}

.stat-body {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.stat-footer {
  display: block;
  font-size: 0.75rem;
  padding-top: 0.625rem;
  color: #878787;
}

.accordion {
  border-top: 0.0625rem solid rgba(33, 33, 33, 0.1);
}

.accordion-item {
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid rgba(33, 33, 33, 0.1);
}

.accordion-item-title {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  position: relative;
  padding: 0.3125rem 0;
  cursor: pointer;
}
.accordion-item-title:after {
  position: absolute;
  right: 0.3125rem;
  top: 0.4375rem;
  border-style: solid;
  border-width: 0.0625rem 0.0625rem 0 0;
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: top;
}

.active .accordion-item-title:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion-item-body {
  display: none;
  padding: 0.625rem 0 0;
}
.active .accordion-item-body {
  display: block;
}

.tab-list {
  border-bottom: 0.0625rem solid #eaeef2;
}
.tab-list:before, .tab-list:after {
  content: "";
  display: table;
}
.tab-list:after {
  clear: both;
}

.tab-title {
  float: left;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  border-bottom: 0.125rem solid transparent;
  margin-bottom: -0.0625rem;
  -webkit-transition-property: color, border, background;
  transition-property: color, border, background;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.tab-title:hover {
  cursor: pointer;
  color: #0099FF;
  background: #eaeef2;
}
.tab-title.active {
  border-color: #0099FF;
}

.tab-list-fluid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
}
.tab-list-fluid:before, .tab-list-fluid:after {
  display: none;
}
.tab-list-fluid .tab-title {
  float: none;
  text-align: center;
}

.tab-list-center {
  text-align: center;
}
.tab-list-center .tab-title {
  display: inline-block;
  float: none;
}

.tab-content {
  padding: 0.9375rem 0;
  display: none;
}
.tab-content.active {
  display: block;
}

.box {
  margin: 1.25rem 0;
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.125rem;
  background: #ffffff;
}

.box-header,
.box-body,
.box-footer {
  padding: 0.9375rem 1.25rem;
}

.box-header {
  background: #f9f9f9;
  border-bottom: 0.0625rem solid #e6e6e6;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
}

.box-body {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.box-footer {
  color: #666666;
  padding-top: 0;
  font-size: 80%;
}

.box-small .box-header,
.box-small .box-body,
.box-small .box-footer {
  padding: 0.5625rem 0.9375rem;
}
.box-small .box-header,
.box-small .box-footer {
  font-size: 0.75rem;
  line-height: 1rem;
}
.box-small .box-footer {
  padding-top: 0;
}
.box-small .box-body {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.box-large .box-header,
.box-large .box-body,
.box-large .box-footer {
  padding: 1.25rem 1.875rem;
}
.box-large .box-header,
.box-large .box-footer {
  font-size: 1rem;
  line-height: 1.25rem;
}
.box-large .box-footer {
  padding-top: 0;
}
.box-large .box-body {
  font-size: 1rem;
  line-height: 1.625rem;
}

.box-primary {
  border: 0.0625rem solid #008ae6;
}
.box-primary .box-body {
  color: #007acc;
}
.box-primary .box-header {
  background: #0099FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa3ff), to(#0099FF));
  background: linear-gradient(to bottom, #1aa3ff 0%, #0099FF 100%);
  color: #ffffff;
  border-color: #008ae6;
}
.box-primary .box-footer {
  border-top: none;
  padding-top: 0;
  font-size: 80%;
  color: #80ccff;
}

.box-secondary {
  border: 0.0625rem solid #2d2b49;
}
.box-secondary .box-body {
  color: #232139;
}
.box-secondary .box-header {
  background: #373459;
  background: -webkit-gradient(linear, left top, left bottom, from(#413d69), to(#373459));
  background: linear-gradient(to bottom, #413d69 0%, #373459 100%);
  color: #ffffff;
  border-color: #2d2b49;
}
.box-secondary .box-footer {
  border-top: none;
  padding-top: 0;
  font-size: 80%;
  color: #6c67a6;
}

.box-tertiary {
  border: 0.0625rem solid #e9680b;
}
.box-tertiary .box-body {
  color: #d15d0a;
}
.box-tertiary .box-header {
  background: #F4751A;
  background: -webkit-gradient(linear, left top, left bottom, from(#f58432), to(#F4751A));
  background: linear-gradient(to bottom, #f58432 0%, #F4751A 100%);
  color: #ffffff;
  border-color: #e9680b;
}
.box-tertiary .box-footer {
  border-top: none;
  padding-top: 0;
  font-size: 80%;
  color: #fabe94;
}

.box-info {
  border: 0.0625rem solid #edb307;
}
.box-info .box-body {
  color: #d5a106;
}
.box-info .box-header {
  background: #F8BF16;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9c62f), to(#F8BF16));
  background: linear-gradient(to bottom, #f9c62f 0%, #F8BF16 100%);
  color: #ffffff;
  border-color: #edb307;
}
.box-info .box-footer {
  border-top: none;
  padding-top: 0;
  font-size: 80%;
  color: #fce192;
}

.box-success {
  border: 0.0625rem solid #8ec77f;
}
.box-success .box-body {
  color: #7fc06d;
}
.box-success .box-header {
  background: #9ECF91;
  background: -webkit-gradient(linear, left top, left bottom, from(#aed7a3), to(#9ECF91));
  background: linear-gradient(to bottom, #aed7a3 0%, #9ECF91 100%);
  color: #ffffff;
  border-color: #8ec77f;
}
.box-success .box-footer {
  border-top: none;
  padding-top: 0;
  font-size: 80%;
  color: #ecf6ea;
}

.box-danger {
  border: 0.0625rem solid #ab0000;
}
.box-danger .box-body {
  color: #910000;
}
.box-danger .box-header {
  background: #C40000;
  background: -webkit-gradient(linear, left top, left bottom, from(#de0000), to(#C40000));
  background: linear-gradient(to bottom, #de0000 0%, #C40000 100%);
  color: #ffffff;
  border-color: #ab0000;
}
.box-danger .box-footer {
  border-top: none;
  padding-top: 0;
  font-size: 80%;
  color: #ff4545;
}

.box-link {
  border: 0.0625rem solid #008ae6;
}
.box-link .box-body {
  color: #007acc;
}
.box-link .box-header {
  background: #0099FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa3ff), to(#0099FF));
  background: linear-gradient(to bottom, #1aa3ff 0%, #0099FF 100%);
  color: #ffffff;
  border-color: #008ae6;
}
.box-link .box-footer {
  border-top: none;
  padding-top: 0;
  font-size: 80%;
  color: #80ccff;
}

.box-dark {
  border: 0.0625rem solid #141414;
}
.box-dark .box-body {
  color: #080808;
}
.box-dark .box-header {
  background: #212121;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#212121));
  background: linear-gradient(to bottom, #2e2e2e 0%, #212121 100%);
  color: #ffffff;
  border-color: #141414;
}
.box-dark .box-footer {
  border-top: none;
  padding-top: 0;
  font-size: 80%;
  color: #616161;
}

.box-black {
  border: 0.0625rem solid black;
}
.box-black .box-body {
  color: black;
}
.box-black .box-header {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(#000000));
  background: linear-gradient(to bottom, #0d0d0d 0%, #000000 100%);
  color: #ffffff;
  border-color: black;
}
.box-black .box-footer {
  border-top: none;
  padding-top: 0;
  font-size: 80%;
  color: #404040;
}

.box-light {
  border: 0.0625rem solid #eaeef2;
}
.box-light .box-body {
  color: #dae2e9;
}
.box-light .box-header {
  background: #fafbfc;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fafbfc));
  background: linear-gradient(to bottom, white 0%, #fafbfc 100%);
  color: #ffffff;
  border-color: #eaeef2;
}
.box-light .box-footer {
  border-top: none;
  padding-top: 0;
  font-size: 80%;
  color: white;
}

.article dl, .article blockquote, .article .list, .article .list-numbered, .article p {
  font-size: 1rem;
  line-height: 1.625rem;
}

.article p {
  padding: 0 0 1.25rem;
}
.article .fig {
  margin: 0 0 1.25rem;
}
.article .list, .article .list-numbered {
  padding: 0 0 1.25rem;
}
.article blockquote {
  margin: 0 0 1.25rem;
}
.article dl {
  margin: 0 0 1.25rem;
}
.article aside {
  padding-bottom: 1.25rem;
}
.article > *:last-child {
  padding-bottom: 0;
}

.article-header {
  padding: 0 0 1.5625rem !important;
}

.article-subheader {
  font-size: 60%;
  font-weight: normal;
  line-height: 1;
  padding-top: 0.3125rem;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.article-subheader.blocked {
  display: block;
}

.article-primary {
  display: grid;
  grid-template-columns: 0.625rem 1fr 0.625rem;
  grid-column-gap: 1.25rem;
}
@media (min-width: 640px) {
  .article-primary {
    grid-template-columns: 6.25rem 1fr 6.25rem;
  }
}
.article-primary > * {
  grid-column: 2;
  min-width: 0;
}
.article-primary > .fig, .article-primary > blockquote {
  grid-column: 1/-1;
}
@media (min-width: 640px) {
  .article-primary > .fig, .article-primary > blockquote {
    margin: 1.25rem 2.5rem 2.5rem;
  }
}
.article-primary > aside {
  font-style: italic;
}
@media (min-width: 1024px) {
  .article-primary > aside {
    grid-column: 3;
  }
}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.625rem;
  background: #f2f2f2;
  border-radius: 0.125rem;
  border: none;
}

progress::-moz-progress-bar {
  background: #b3b3b3;
}

progress:not([value])::-moz-progress-bar {
  background: #f2f2f2;
}

progress::-webkit-progress-bar {
  background: #f2f2f2;
  border-radius: 2px;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.05) inset;
}

progress::-webkit-progress-value {
  background: #b3b3b3;
  border-radius: 0.125rem;
}

progress:not([value])::-webkit-progress-bar {
  background: #f2f2f2;
}

.progress-primary::-moz-progress-bar {
  background: #0099FF;
}

.progress-primary::-webkit-progress-value {
  background: #0099FF;
}

.progress-secondary::-moz-progress-bar {
  background: #373459;
}

.progress-secondary::-webkit-progress-value {
  background: #373459;
}

.progress-tertiary::-moz-progress-bar {
  background: #F4751A;
}

.progress-tertiary::-webkit-progress-value {
  background: #F4751A;
}

.progress-info::-moz-progress-bar {
  background: #F8BF16;
}

.progress-info::-webkit-progress-value {
  background: #F8BF16;
}

.progress-success::-moz-progress-bar {
  background: #9ECF91;
}

.progress-success::-webkit-progress-value {
  background: #9ECF91;
}

.progress-danger::-moz-progress-bar {
  background: #C40000;
}

.progress-danger::-webkit-progress-value {
  background: #C40000;
}

.progress-link::-moz-progress-bar {
  background: #0099FF;
}

.progress-link::-webkit-progress-value {
  background: #0099FF;
}

.progress-dark::-moz-progress-bar {
  background: #212121;
}

.progress-dark::-webkit-progress-value {
  background: #212121;
}

.progress-black::-moz-progress-bar {
  background: #000000;
}

.progress-black::-webkit-progress-value {
  background: #000000;
}

.progress-light::-moz-progress-bar {
  background: #fafbfc;
}

.progress-light::-webkit-progress-value {
  background: #fafbfc;
}

.collage {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  grid-auto-rows: 12.5rem;
  grid-gap: 0.625rem;
  grid-auto-flow: dense;
}

.collage-small-gap {
  grid-gap: 0.0625rem;
}

.collage-large-gap {
  grid-gap: 1.25rem;
}

.collage-no-gap {
  grid-gap: 0;
}

.collage-item {
  overflow: hidden;
}

.collage-item-big {
  grid-row: span 2;
  grid-column: span 2;
}

.collage-item-wide {
  grid-column: span 2;
}

.collage-item-tall {
  grid-row: span 2;
}

.collage-fig {
  width: 100%;
  height: 100%;
  position: relative;
}
.collage-fig:hover .collage-fig-caption {
  opacity: 1;
}

.collage-fig-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.125rem;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.collage-fig-caption.visible {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.avatar {
  position: relative;
  padding-left: 3.4375rem;
  min-height: 2.5rem;
}

.avatar-small {
  padding-left: 2.8125rem;
  min-height: 1.875rem;
}

.avatar-fig {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
}
.avatar-small .avatar-fig {
  width: 1.875rem;
  height: 1.875rem;
}

.avatar-label {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  color: #000000;
  display: block;
  padding: 0 0 0.1875rem;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.avatar-label span {
  font-weight: normal;
}
.avatar-label:hover {
  color: #333333;
}
.avatar-small .avatar-label {
  position: relative;
  top: 0.375rem;
}

.avatar-primary-block {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.avatar-primary-block > *:not(:last-child) {
  margin: 0 0.3125rem 0 0;
}

.avatar-secondary-block {
  padding: 0.3125rem 0 0;
}

.tag {
  font-size: 0.75rem;
  line-height: 1em;
  display: inline-block;
  background: #e6f5ff;
  border: 0.0625rem solid #99d6ff;
  color: #0099FF;
  padding: 0.25rem 0.625rem;
  border-radius: 1.5625rem;
}

.tag-close {
  display: inline-block;
  border-left: 0.0625rem solid #b3e0ff;
  padding: 0 0 0 0.3125rem;
  margin: 0 0 0 0.3125rem;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.tag-close:hover {
  opacity: 0.7;
}

.tags {
  padding: 0.625rem 0 0;
}

.page {
  height: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-normal {
  height: auto;
  display: block;
}

.page-content {
  text-align: center;
}
.page-normal .page-content {
  padding: 3.75rem 0 0;
  text-align: left;
}

.page-icon {
  font-size: 4.5rem;
}

.page-header {
  padding: 0.625rem 0 1.25rem;
}

.page-body {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.page-footer {
  padding: 6.25rem 0 0;
}

.color-primary {
  color: #0099FF;
}

.bg-color-primary {
  background-color: #0099FF;
}

.color-secondary {
  color: #373459;
}

.bg-color-secondary {
  background-color: #373459;
}

.color-tertiary {
  color: #F4751A;
}

.bg-color-tertiary {
  background-color: #F4751A;
}

.color-info {
  color: #F8BF16;
}

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

.color-success {
  color: #9ECF91;
}

.bg-color-success {
  background-color: #9ECF91;
}

.color-danger {
  color: #C40000;
}

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

.color-link {
  color: #0099FF;
}

.bg-color-link {
  background-color: #0099FF;
}

.color-dark {
  color: #212121;
}

.bg-color-dark {
  background-color: #212121;
}

.color-black {
  color: #000000;
}

.bg-color-black {
  background-color: #000000;
}

.color-white {
  color: #ffffff;
}

.bg-color-white {
  background-color: #ffffff;
}

.color-light {
  color: #fafbfc;
}

.bg-color-light {
  background-color: #fafbfc;
}

.comment-group {
  border-top: 0.0625rem solid rgba(33, 33, 33, 0.1);
}
.comment-group .comment {
  border-bottom: 0.0625rem solid rgba(33, 33, 33, 0.1);
}

.comment {
  padding: 1.25rem 1.25rem 0 1.25rem;
}

.comment-body {
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 0.9375rem 0;
}
.comment-small .comment-body {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0.625rem 0;
}

.comment-info {
  padding-bottom: 1.25rem;
}

.comment-action {
  padding-bottom: 1.25rem;
}
.comment-action:before, .comment-action:after {
  content: "";
  display: table;
}
.comment-action:after {
  clear: both;
}

.comment-action-item {
  float: left;
  padding: 0 0.9375rem 0 0;
  font-size: 0.875rem;
  color: #6e6e6e;
}
.comment-action-item span {
  margin: 0 0.3125rem 0 0;
}

.comment-action-item-link {
  display: inline-block;
  font-size: 0.875rem;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.comment-blurred {
  -webkit-filter: blur(0.125rem);
  filter: blur(0.125rem);
  opacity: 0.4;
}

.comment-highlight {
  background: #f0f9ff;
}

.comment-indent-1 {
  margin-left: 5%;
}

.comment-indent-2 {
  margin-left: 10%;
}

.comment-indent-3 {
  margin-left: 15%;
}

.comment-indent-4 {
  margin-left: 20%;
}

.comment-indent-5 {
  margin-left: 25%;
}

.comment-indent-6 {
  margin-left: 30%;
}

.comment-indent-7 {
  margin-left: 35%;
}

.comment-indent-8 {
  margin-left: 40%;
}

.comment-indent-9 {
  margin-left: 45%;
}

.comment-indent-10 {
  margin-left: 50%;
}

.toast-notification {
  position: fixed;
  right: 1.875rem;
  top: 1.25rem;
  z-index: 10;
  max-width: 25rem;
}
.toast-notification.bottom {
  top: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  bottom: 0;
  text-align: center;
  padding: 1.25rem;
}
.toast-notification.left {
  top: auto;
  right: auto;
  bottom: 1.25rem;
  left: 1.875rem;
}
.toast-notification.top {
  right: auto;
  left: 1.875rem;
}

.show-small-only {
  display: none;
}
@media (max-width: 639px) {
  .show-small-only {
    display: block;
  }
}

.show-small-up {
  display: none;
}

@media (max-width: 639px) {
  .hide-small-only {
    display: hide;
  }
}

.show-medium-only {
  display: none;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .show-medium-only {
    display: block;
  }
}

.show-medium-up {
  display: none;
}
@media (min-width: 640px) {
  .show-medium-up {
    display: block;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .hide-medium-only {
    display: hide;
  }
}

@media (min-width: 640px) {
  .hide-medium-up {
    display: hide;
  }
}

.show-large-only {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .show-large-only {
    display: block;
  }
}

.show-large-up {
  display: none;
}
@media (min-width: 1024px) {
  .show-large-up {
    display: block;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hide-large-only {
    display: hide;
  }
}

@media (min-width: 1024px) {
  .hide-large-up {
    display: hide;
  }
}

.show-xlarge-only {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .show-xlarge-only {
    display: block;
  }
}

.show-xlarge-up {
  display: none;
}
@media (min-width: 1200px) {
  .show-xlarge-up {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .hide-xlarge-only {
    display: hide;
  }
}

@media (min-width: 1200px) {
  .hide-xlarge-up {
    display: hide;
  }
}

.show-xxlarge-only {
  display: none;
}

.show-xxlarge-up {
  display: none;
}
@media (min-width: 1440px) {
  .show-xxlarge-up {
    display: block;
  }
}

@media (min-width: 1440px) {
  .hide-xxlarge-up {
    display: hide;
  }
}

html, body {
  width: 100%;
  height: 100%;
}

.main {
  display: grid;
  grid-template-columns: 2fr 14fr;
  height: 100%;
}

.main__sidebar {
  background: #F5F5F5;
  overflow-y: auto;
  padding: 1.25rem;
  min-width: 14.375rem;
}
.main__sidebar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.main__sidebar::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #f1f1f1;
}
.main__sidebar::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 0.625rem;
}

.main__area {
  overflow-y: auto;
  padding: 1.25rem 0.625rem;
}
.main__area::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.main__area::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #f1f1f1;
}
.main__area::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 0.625rem;
}

.main__sidebar__menu {
  padding-top: 1.875rem;
}
.main__sidebar__menu .icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  top: 0.125rem;
  margin-right: 0.125rem;
}

.main__area__hl {
  padding-bottom: 1.25rem;
}

.main__area__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main__area__buttons ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__area__buttons li {
  padding-left: 0.3125rem;
}
.main__area__buttons li:first-child {
  padding-left: 0;
}

.logo {
  display: inline-block;
}
.logo img {
  width: 2.8125rem;
}

.logo__text {
  font-size: 0.875rem;
  color: #DADADA;
}

.form-field-search-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.badge {
  padding-top: 0.3125rem;
}

.dimmed a, .card-information a, .card-subtitle a, .article aside a, .article-primary > aside a, .avatar-secondary-block a, .page-footer a, .comment-info a {
  opacity: 0.7;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23777777' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.25rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}

.basic__list li {
  padding-bottom: 0.625rem;
}
.basic__list li:last-child {
  padding-bottom: 0;
}

.button-xsmall {
  padding: 0.0625rem 0.4375rem;
  font-size: 0.75rem;
  min-width: auto;
}

.button__spaced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box__menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  grid-gap: 1.25rem;
}

.box__menu__item {
  display: block;
  border: 0.0625rem solid #EDEDED;
  border-radius: 0.1875rem;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.box__menu__item:hover {
  background: #fafafa;
}

.box__menu__body {
  display: block;
  padding: 1.25rem;
  text-align: center;
}
.box__menu__body .icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

.box__menu__text {
  display: block;
  padding: 0.9375rem 0 0;
}

.pagination {
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .button {
  min-width: auto;
}

.pagination__item {
  padding: 0 0.3125rem;
}
.pagination__item:first-child {
  padding-left: 0;
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0;
}

.search__form__field {
  width: 18.75rem;
}

.search__form__button {
  padding: 0 0 0.125rem 0.625rem;
}

.login__header {
  text-align: center;
  padding: 6.25rem 0 3.125rem;
}

.login__footer {
  text-align: center;
  padding: 6.25rem 0;
}

.status__paid {
  background: #f6faf4;
  color: #9ECF91;
}
.status__paid .table__link {
  color: #9ECF91;
}
.status__paid .table__row__action__cta {
  display: none;
}
.status__paid td:first-child {
  padding-left: 0.9375rem;
}

.macro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.macro__item {
  margin: 0.625rem 0.3125rem;
}
.macro__item:first-child {
  margin-left: 0;
}

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

.is--dimmed {
  opacity: 0.7;
}

.is--disabled {
  pointer-events: none;
}