#dashboard, #dashboard div, #dashboard span, #dashboard object, #dashboard iframe, #dashboard h1, #dashboard h2, #dashboard h3, #dashboard h4, #dashboard h5, #dashboard h6, #dashboard p, #dashboard blockquote, #dashboard pre, #dashboard abbr, #dashboard address, #dashboard cite, #dashboard code, #dashboard del, #dashboard dfn, #dashboard em, #dashboard img, #dashboard ins, #dashboard kbd, #dashboard q, #dashboard samp, #dashboard small, #dashboard strong, #dashboard sub, #dashboard sup, #dashboard var, #dashboard b, #dashboard i, #dashboard dl, #dashboard dt, #dashboard dd, #dashboard ol, #dashboard ul, #dashboard li, #dashboard fieldset, #dashboard form, #dashboard label, #dashboard legend, #dashboard table, #dashboard caption, #dashboard tbody, #dashboard tfoot, #dashboard thead, #dashboard tr, #dashboard th, #dashboard td, #dashboard article, #dashboard aside, #dashboard figure, #dashboard footer, #dashboard header, #dashboard menu, #dashboard nav, #dashboard section, #dashboard time, #dashboard mark, #dashboard audio, #dashboard video, #dashboard details, #dashboard summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

#dashboard article, #dashboard aside, #dashboard figure, #dashboard footer, #dashboard header, #dashboard nav, #dashboard section, #dashboard details, #dashboard summary {
  display: block;
}

#dashboard {
  box-sizing: border-box;
}

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

#dashboard img,
#dashboard object,
#dashboard embed {
  max-width: 100%;
}

#dashboard {
  overflow-y: scroll;
}

#dashboard ul {
  list-style: none;
}

#dashboard blockquote, #dashboard q {
  quotes: none;
}

#dashboard blockquote:before,
#dashboard blockquote:after,
#dashboard q:before,
#dashboard q:after {
  content: '';
  content: none;
}

#dashboard a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

#dashboard del {
  text-decoration: line-through;
}

#dashboard abbr[title], #dashboard dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

#dashboard th {
  font-weight: bold;
  vertical-align: bottom;
}

#dashboard td {
  font-weight: normal;
  vertical-align: top;
}

#dashboard hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

#dashboard input, #dashboard select {
  vertical-align: middle;
}

#dashboard pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

#dashboard input[type="radio"] {
  vertical-align: text-bottom;
}

#dashboard input[type="checkbox"] {
  vertical-align: bottom;
}

#dashboard select, #dashboard input, #dashboard textarea {
  font: 99% sans-serif;
}

#dashboard table {
  font-size: inherit;
  font: 100%;
}

#dashboard small {
  font-size: 85%;
}

#dashboard strong {
  font-weight: bold;
}

#dashboard td, #dashboard td img {
  vertical-align: top;
}

#dashboard sub, #dashboard sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

#dashboard sup {
  top: -0.5em;
}

#dashboard sub {
  bottom: -0.25em;
}

#dashboard pre, #dashboard code, #dashboard kbd, #dashboard samp {
  font-family: monospace, sans-serif;
}

#dashboard label,
#dashboard input[type=button],
#dashboard input[type=submit],
#dashboard input[type=file],
#dashboard button {
  cursor: pointer;
}

#dashboard button, #dashboard input, #dashboard select, #dashboard textarea {
  margin: 0;
}

#dashboard button,
#dashboard input[type=button] {
  width: auto;
  overflow: visible;
}

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

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

#dashboard {
  background: #f5f7fa;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
}

#dashboard .has-modal-open {
  overflow: hidden;
}

#dashboard,
#dashboard button,
#dashboard input,
#dashboard select,
#dashboard textarea {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#dashboard code,
#dashboard pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
  line-height: 1.25;
}

#dashboard body {
  color: #69707a;
  font-size: 1rem;
  line-height: 1.428571428571429;
}

#dashboard a {
  color: #1fc8db;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: none 86ms ease-out;
  transition: none 86ms ease-out;
}

#dashboard a:hover {
  color: #222324;
}

#dashboard code {
  background: #f5f7fa;
  color: #ed6c63;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 2px 2px;
}

#dashboard hr {
  border-top-color: #d3d6db;
  margin: 20px 0;
}

#dashboard img {
  max-width: 100%;
}

#dashboard input[type="checkbox"],
#dashboard input[type="radio"] {
  vertical-align: baseline;
}

#dashboard small {
  font-size: 11px;
}

#dashboard strong {
  color: #222324;
}

#dashboard article,
#dashboard aside,
#dashboard figure,
#dashboard footer,
#dashboard header,
#dashboard hgroup,
#dashboard section {
  display: block;
}

#dashboard pre {
  background: #f5f7fa;
  color: #69707a;
  white-space: pre;
  word-wrap: normal;
}

#dashboard pre code {
  background: #f5f7fa;
  color: #69707a;
  display: block;
  overflow-x: auto;
  padding: 16px 20px;
}

#dashboard table {
  width: 100%;
}

#dashboard table th,
#dashboard table td {
  text-align: left;
  vertical-align: top;
}

#dashboard table th {
  color: #222324;
}

#dashboard .block:not(:last-child), #dashboard .content:not(:last-child), #dashboard .title:not(:last-child),
#dashboard .subtitle:not(:last-child), #dashboard .message:not(:last-child), #dashboard .notification:not(:last-child), #dashboard .progress:not(:last-child), #dashboard .highlight:not(:last-child), #dashboard .navbar:not(:last-child), #dashboard .tabs:not(:last-child), #dashboard .box:not(:last-child) {
  margin-bottom: 20px;
}

#dashboard .container {
  position: relative;
}

@media screen and (min-width: 980px) {
  #dashboard .container {
    margin: 0 auto;
    max-width: 960px;
  }
  #dashboard .container.is-fluid {
    max-width: none;
    width: 90%;
    margin: 0 auto;
  }
}

#dashboard .fa {
  font-size: 21px;
  text-align: center;
  vertical-align: top;
}

#dashboard .content.is-medium {
  font-size: 18px;
}

#dashboard .content.is-medium code {
  font-size: 14px;
}

#dashboard .content.is-large {
  font-size: 24px;
}

#dashboard .content.is-large code {
  font-size: 18px;
}

#dashboard .content h1,
#dashboard .content h2,
#dashboard .content h3,
#dashboard .content h4,
#dashboard .content h5,
#dashboard .content h6 {
  color: #222324;
  font-weight: 300;
  line-height: 1.125;
  margin-bottom: 20px;
}

#dashboard .content h1:not(:first-child),
#dashboard .content h2:not(:first-child),
#dashboard .content h3:not(:first-child) {
  margin-top: 40px;
}

#dashboard .content h1 {
  font-size: 2em;
}

#dashboard .content h2 {
  font-size: 1.75em;
}

#dashboard .content h3 {
  font-size: 1.5em;
}

#dashboard .content h4 {
  font-size: 1.25em;
}

#dashboard .content h5 {
  font-size: 1.125em;
}

#dashboard .content h6 {
  font-size: 1em;
}

#dashboard .content p:not(:last-child) {
  margin-bottom: 1em;
}

#dashboard .content li + li {
  margin-top: 0.25em;
}

#dashboard .content ol {
  list-style: decimal outside;
  margin: 1em 2em;
}

#dashboard .content ul {
  list-style: disc outside;
  margin: 1em 2em;
}

#dashboard .content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

#dashboard .content ul ul ul {
  list-style-type: square;
}

#dashboard .content blockquote {
  background: #f5f7fa;
  border-left: 5px solid #d3d6db;
  padding: 1.5em;
}

#dashboard .content blockquote:not(:last-child) {
  margin-bottom: 1em;
}

#dashboard .highlight {
  background-color: #fdf6e3;
  color: #586e75;
}

#dashboard .highlight .c {
  color: #93a1a1;
}

#dashboard .highlight .err,
#dashboard .highlight .g {
  color: #586e75;
}

#dashboard .highlight .k {
  color: #859900;
}

#dashboard .highlight .l,
#dashboard .highlight .n {
  color: #586e75;
}

#dashboard .highlight .o {
  color: #859900;
}

#dashboard .highlight .x {
  color: #cb4b16;
}

#dashboard .highlight .p {
  color: #586e75;
}

#dashboard .highlight .cm {
  color: #93a1a1;
}

#dashboard .highlight .cp {
  color: #859900;
}

#dashboard .highlight .c1 {
  color: #93a1a1;
}

#dashboard .highlight .cs {
  color: #859900;
}

#dashboard .highlight .gd {
  color: #2aa198;
}

#dashboard .highlight .ge {
  color: #586e75;
  font-style: italic;
}

#dashboard .highlight .gr {
  color: #dc322f;
}

#dashboard .highlight .gh {
  color: #cb4b16;
}

#dashboard .highlight .gi {
  color: #859900;
}

#dashboard .highlight .go,
#dashboard .highlight .gp {
  color: #586e75;
}

#dashboard .highlight .gs {
  color: #586e75;
  font-weight: bold;
}

#dashboard .highlight .gu {
  color: #cb4b16;
}

#dashboard .highlight .gt {
  color: #586e75;
}

#dashboard .highlight .kc {
  color: #cb4b16;
}

#dashboard .highlight .kd {
  color: #268bd2;
}

#dashboard .highlight .kn,
#dashboard .highlight .kp {
  color: #859900;
}

#dashboard .highlight .kr {
  color: #268bd2;
}

#dashboard .highlight .kt {
  color: #dc322f;
}

#dashboard .highlight .ld {
  color: #586e75;
}

#dashboard .highlight .m,
#dashboard .highlight .s {
  color: #2aa198;
}

#dashboard .highlight .na {
  color: #B58900;
}

#dashboard .highlight .nb {
  color: #586e75;
}

#dashboard .highlight .nc {
  color: #268bd2;
}

#dashboard .highlight .no {
  color: #cb4b16;
}

#dashboard .highlight .nd {
  color: #268bd2;
}

#dashboard .highlight .ni,
#dashboard .highlight .ne {
  color: #cb4b16;
}

#dashboard .highlight .nf {
  color: #268bd2;
}

#dashboard .highlight .nl,
#dashboard .highlight .nn,
#dashboard .highlight .nx,
#dashboard .highlight .py {
  color: #586e75;
}

#dashboard .highlight .nt,
#dashboard .highlight .nv {
  color: #268bd2;
}

#dashboard .highlight .ow {
  color: #859900;
}

#dashboard .highlight .w {
  color: #586e75;
}

#dashboard .highlight .mf,
#dashboard .highlight .mh,
#dashboard .highlight .mi,
#dashboard .highlight .mo {
  color: #2aa198;
}

#dashboard .highlight .sb {
  color: #93a1a1;
}

#dashboard .highlight .sc {
  color: #2aa198;
}

#dashboard .highlight .sd {
  color: #586e75;
}

#dashboard .highlight .s2 {
  color: #2aa198;
}

#dashboard .highlight .se {
  color: #cb4b16;
}

#dashboard .highlight .sh {
  color: #586e75;
}

#dashboard .highlight .si,
#dashboard .highlight .sx {
  color: #2aa198;
}

#dashboard .highlight .sr {
  color: #dc322f;
}

#dashboard .highlight .s1,
#dashboard .highlight .ss {
  color: #2aa198;
}

#dashboard .highlight .bp,
#dashboard .highlight .vc,
#dashboard .highlight .vg,
#dashboard .highlight .vi {
  color: #268bd2;
}

#dashboard .highlight .il {
  color: #2aa198;
}

#dashboard .is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#dashboard .is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

#dashboard .is-pulled-left {
  float: left;
}

#dashboard .is-pulled-right {
  float: right;
}

#dashboard .is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#dashboard .is-fullwidth {
  width: 100%;
}

#dashboard .is-text-centered {
  text-align: center;
}

#dashboard .is-text-left {
  text-align: left;
}

#dashboard .is-text-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  #dashboard .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  #dashboard .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  #dashboard .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  #dashboard .is-hidden-desktop {
    display: none !important;
  }
}

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

#dashboard .is-marginless {
  margin: 0 !important;
}

#dashboard .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#dashboard .input, #dashboard .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: 1px solid #d3d6db;
  border-radius: 3px;
  color: #222324;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  line-height: 24px;
  padding: 3px 8px;
  position: relative;
  vertical-align: top;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  max-width: 100%;
  width: 100%;
}

#dashboard .input:hover, #dashboard .textarea:hover {
  border-color: #aeb1b5;
}

#dashboard .input:active, #dashboard .textarea:active, #dashboard .input:focus, #dashboard .textarea:focus {
  border-color: #1fc8db;
  outline: none;
}

#dashboard .input[disabled], #dashboard [disabled].textarea, #dashboard .input[disabled]:hover, #dashboard [disabled].textarea:hover {
  background: #f5f7fa;
  border-color: #d3d6db;
  cursor: not-allowed;
}

#dashboard .input[disabled]::-moz-placeholder, #dashboard [disabled].textarea::-moz-placeholder, #dashboard .input[disabled]:hover::-moz-placeholder, #dashboard [disabled].textarea:hover::-moz-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .input[disabled]::-webkit-input-placeholder, #dashboard [disabled].textarea::-webkit-input-placeholder, #dashboard .input[disabled]:hover::-webkit-input-placeholder, #dashboard [disabled].textarea:hover::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .input[disabled]:-moz-placeholder, #dashboard [disabled].textarea:-moz-placeholder, #dashboard .input[disabled]:hover:-moz-placeholder, #dashboard [disabled].textarea:hover:-moz-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .input[disabled]:-ms-input-placeholder, #dashboard [disabled].textarea:-ms-input-placeholder, #dashboard .input[disabled]:hover:-ms-input-placeholder, #dashboard [disabled].textarea:hover:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .input.is-dark, #dashboard .is-dark.textarea {
  border-color: #222324;
}

#dashboard .input.is-primary, #dashboard .is-primary.textarea {
  border-color: #1fc8db;
}

#dashboard .input.is-info, #dashboard .is-info.textarea {
  border-color: #42afe3;
}

#dashboard .input.is-success, #dashboard .is-success.textarea {
  border-color: #97cd76;
}

#dashboard .input.is-warning, #dashboard .is-warning.textarea {
  border-color: #fce473;
}

#dashboard .input.is-danger, #dashboard .is-danger.textarea {
  border-color: #ed6c63;
}

#dashboard .input[type="search"], #dashboard [type="search"].textarea {
  border-radius: 290486px;
}

#dashboard .input.is-flat, #dashboard .is-flat.textarea {
  border: none;
  box-shadow: none;
  padding: 4px 8px;
}

#dashboard .input.is-small, #dashboard .is-small.textarea {
  border-radius: 2px;
  font-size: 11px;
  height: 24px;
  line-height: 16px;
  padding: 3px 6px;
}

#dashboard .input.is-small.is-flat, #dashboard .is-small.is-flat.textarea {
  padding: 4px 6px;
}

#dashboard .input.is-medium, #dashboard .is-medium.textarea {
  font-size: 18px;
  height: 40px;
  line-height: 32px;
  padding: 3px 10px;
}

#dashboard .input.is-medium.is-flat, #dashboard .is-medium.is-flat.textarea {
  padding: 4px 10px;
}

#dashboard .input.is-large, #dashboard .is-large.textarea {
  font-size: 24px;
  height: 48px;
  line-height: 40px;
  padding: 3px 12px;
}

#dashboard .input.is-large.is-flat, #dashboard .is-large.is-flat.textarea {
  padding: 4px 12px;
}

#dashboard .input.is-fullwidth, #dashboard .is-fullwidth.textarea {
  display: block;
  width: 100%;
}

#dashboard .input.is-inline, #dashboard .is-inline.textarea {
  display: inline;
  width: auto;
}

#dashboard .textarea {
  line-height: 1.2;
  max-height: 600px;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  padding: 10px;
  resize: vertical;
}

#dashboard .checkbox, #dashboard .panel-checkbox, #dashboard .radio {
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
  padding-left: 18px;
  position: relative;
  vertical-align: top;
}

#dashboard .checkbox input, #dashboard .panel-checkbox input, #dashboard .radio input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: 1px solid #d3d6db;
  border-radius: 3px;
  color: #222324;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  line-height: 24px;
  padding: 3px 8px;
  position: relative;
  vertical-align: top;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  float: left;
  height: 14px;
  left: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 1px;
  width: 14px;
}

#dashboard .checkbox input:hover, #dashboard .panel-checkbox input:hover, #dashboard .radio input:hover {
  border-color: #aeb1b5;
}

#dashboard .checkbox input:active, #dashboard .panel-checkbox input:active, #dashboard .radio input:active, #dashboard .checkbox input:focus, #dashboard .panel-checkbox input:focus, #dashboard .radio input:focus {
  border-color: #1fc8db;
  outline: none;
}

#dashboard .checkbox input[disabled], #dashboard .panel-checkbox input[disabled], #dashboard .radio input[disabled], #dashboard .checkbox input[disabled]:hover, #dashboard .panel-checkbox input[disabled]:hover, #dashboard .radio input[disabled]:hover {
  background: #f5f7fa;
  border-color: #d3d6db;
  cursor: not-allowed;
}

#dashboard .checkbox input[disabled]::-moz-placeholder, #dashboard .panel-checkbox input[disabled]::-moz-placeholder, #dashboard .radio input[disabled]::-moz-placeholder, #dashboard .checkbox input[disabled]:hover::-moz-placeholder, #dashboard .panel-checkbox input[disabled]:hover::-moz-placeholder, #dashboard .radio input[disabled]:hover::-moz-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .checkbox input[disabled]::-webkit-input-placeholder, #dashboard .panel-checkbox input[disabled]::-webkit-input-placeholder, #dashboard .radio input[disabled]::-webkit-input-placeholder, #dashboard .checkbox input[disabled]:hover::-webkit-input-placeholder, #dashboard .panel-checkbox input[disabled]:hover::-webkit-input-placeholder, #dashboard .radio input[disabled]:hover::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .checkbox input[disabled]:-moz-placeholder, #dashboard .panel-checkbox input[disabled]:-moz-placeholder, #dashboard .radio input[disabled]:-moz-placeholder, #dashboard .checkbox input[disabled]:hover:-moz-placeholder, #dashboard .panel-checkbox input[disabled]:hover:-moz-placeholder, #dashboard .radio input[disabled]:hover:-moz-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .checkbox input[disabled]:-ms-input-placeholder, #dashboard .panel-checkbox input[disabled]:-ms-input-placeholder, #dashboard .radio input[disabled]:-ms-input-placeholder, #dashboard .checkbox input[disabled]:hover:-ms-input-placeholder, #dashboard .panel-checkbox input[disabled]:hover:-ms-input-placeholder, #dashboard .radio input[disabled]:hover:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .checkbox input.is-dark, #dashboard .panel-checkbox input.is-dark, #dashboard .radio input.is-dark {
  border-color: #222324;
}

#dashboard .checkbox input.is-primary, #dashboard .panel-checkbox input.is-primary, #dashboard .radio input.is-primary {
  border-color: #1fc8db;
}

#dashboard .checkbox input.is-info, #dashboard .panel-checkbox input.is-info, #dashboard .radio input.is-info {
  border-color: #42afe3;
}

#dashboard .checkbox input.is-success, #dashboard .panel-checkbox input.is-success, #dashboard .radio input.is-success {
  border-color: #97cd76;
}

#dashboard .checkbox input.is-warning, #dashboard .panel-checkbox input.is-warning, #dashboard .radio input.is-warning {
  border-color: #fce473;
}

#dashboard .checkbox input.is-danger, #dashboard .panel-checkbox input.is-danger, #dashboard .radio input.is-danger {
  border-color: #ed6c63;
}

#dashboard .checkbox input:after, #dashboard .panel-checkbox input:after, #dashboard .radio input:after {
  border: 1px solid white;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 7px;
  height: 4px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}

#dashboard .checkbox input:checked, #dashboard .panel-checkbox input:checked, #dashboard .radio input:checked {
  background: #1fc8db;
  border-color: #1fc8db;
  box-shadow: none;
}

#dashboard .checkbox input:checked:after, #dashboard .panel-checkbox input:checked:after, #dashboard .radio input:checked:after {
  opacity: 1;
}

#dashboard .checkbox:hover, #dashboard .panel-checkbox:hover, #dashboard .radio:hover {
  color: #222324;
}

#dashboard .checkbox:hover input, #dashboard .panel-checkbox:hover input, #dashboard .radio:hover input {
  border-color: #aeb1b5;
}

#dashboard .checkbox:hover input:checked, #dashboard .panel-checkbox:hover input:checked, #dashboard .radio:hover input:checked {
  border-color: #1fc8db;
}

#dashboard .is-disabled.checkbox, #dashboard .is-disabled.panel-checkbox, #dashboard .is-disabled.radio, #dashboard .is-disabled.checkbox:hover, #dashboard .is-disabled.panel-checkbox:hover, #dashboard .is-disabled.radio:hover {
  color: #aeb1b5;
}

#dashboard .radio + .radio {
  margin-left: 10px;
}

#dashboard .radio input {
  border-radius: 8px;
}

#dashboard .radio input:after {
  background: white;
  border: 0;
  border-radius: 2px;
  left: 4px;
  top: 4px;
  -webkit-transform: none;
          transform: none;
  width: 4px;
}

#dashboard .select {
  display: inline-block;
  height: 32px;
  position: relative;
  vertical-align: top;
}

#dashboard .select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: 1px solid #d3d6db;
  border-radius: 3px;
  color: #222324;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  line-height: 24px;
  padding: 3px 8px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  display: block;
  outline: none;
  padding-right: 36px;
}

#dashboard .select select:hover {
  border-color: #aeb1b5;
}

#dashboard .select select:active, #dashboard .select select:focus {
  border-color: #1fc8db;
  outline: none;
}

#dashboard .select select[disabled], #dashboard .select select[disabled]:hover {
  background: #f5f7fa;
  border-color: #d3d6db;
  cursor: not-allowed;
}

#dashboard .select select[disabled]::-moz-placeholder, #dashboard .select select[disabled]:hover::-moz-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .select select[disabled]::-webkit-input-placeholder, #dashboard .select select[disabled]:hover::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .select select[disabled]:-moz-placeholder, #dashboard .select select[disabled]:hover:-moz-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .select select[disabled]:-ms-input-placeholder, #dashboard .select select[disabled]:hover:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .select select.is-dark {
  border-color: #222324;
}

#dashboard .select select.is-primary {
  border-color: #1fc8db;
}

#dashboard .select select.is-info {
  border-color: #42afe3;
}

#dashboard .select select.is-success {
  border-color: #97cd76;
}

#dashboard .select select.is-warning {
  border-color: #fce473;
}

#dashboard .select select.is-danger {
  border-color: #ed6c63;
}

#dashboard .select select:hover {
  border-color: #aeb1b5;
}

#dashboard .select select::ms-expand {
  display: none;
}

#dashboard .select.is-fullwidth {
  width: 100%;
}

#dashboard .select.is-fullwidth select {
  width: 100%;
}

#dashboard .select:after {
  border: 1px solid #1fc8db;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 7px;
  margin-top: -6px;
  right: 16px;
  top: 50%;
}

#dashboard .select:hover:after {
  border-color: #222324;
}

#dashboard .label {
  color: #222324;
  display: block;
  font-weight: bold;
}

#dashboard .label:not(:last-child) {
  margin-bottom: 5px;
}

#dashboard .help {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}

#dashboard .help.is-dark {
  color: #222324;
}

#dashboard .help.is-primary {
  color: #1fc8db;
}

#dashboard .help.is-info {
  color: #42afe3;
}

#dashboard .help.is-success {
  color: #97cd76;
}

#dashboard .help.is-warning {
  color: #fce473;
}

#dashboard .help.is-danger {
  color: #ed6c63;
}

@media screen and (max-width: 768px) {
  #dashboard .control-label {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 769px) {
  #dashboard .control-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
    padding-top: 7px;
    text-align: right;
  }
}

#dashboard .control {
  position: relative;
  text-align: left;
}

#dashboard .control.is-loading:after {
  position: absolute !important;
  right: 8px;
  top: 8px;
}

#dashboard .control:not(:last-child) {
  margin-bottom: 10px;
}

#dashboard .control.has-icon > .fa {
  display: inline-block;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
  color: #aeb1b5;
  pointer-events: none;
  position: absolute;
  top: 8px;
  z-index: 4;
}

#dashboard .control.has-icon .input:focus + .fa, #dashboard .control.has-icon .textarea:focus + .fa {
  color: #222324;
}

#dashboard .control.has-icon:not(.has-icon-right) > .fa {
  left: 8px;
}

#dashboard .control.has-icon:not(.has-icon-right) .input, #dashboard .control.has-icon:not(.has-icon-right) .textarea {
  padding-left: 32px;
}

#dashboard .control.has-icon-right > .fa {
  right: 8px;
}

#dashboard .control.has-icon-right .input, #dashboard .control.has-icon-right .textarea {
  padding-right: 32px;
}

#dashboard .control.has-addons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#dashboard .control.has-addons .input, #dashboard .control.has-addons .textarea,
#dashboard .control.has-addons .button, #dashboard .control.has-addons .pagination a, #dashboard .pagination .control.has-addons a,
#dashboard .control.has-addons .select {
  border-radius: 0;
  margin-right: -1px;
}

#dashboard .control.has-addons .input:hover, #dashboard .control.has-addons .textarea:hover,
#dashboard .control.has-addons .button:hover, #dashboard .control.has-addons .pagination a:hover, #dashboard .pagination .control.has-addons a:hover,
#dashboard .control.has-addons .select:hover {
  z-index: 2;
}

#dashboard .control.has-addons .input:active, #dashboard .control.has-addons .textarea:active, #dashboard .control.has-addons .input:focus, #dashboard .control.has-addons .textarea:focus,
#dashboard .control.has-addons .button:active, #dashboard .control.has-addons .pagination a:active, #dashboard .pagination .control.has-addons a:active,
#dashboard .control.has-addons .button:focus, #dashboard .control.has-addons .pagination a:focus, #dashboard .pagination .control.has-addons a:focus,
#dashboard .control.has-addons .select:active,
#dashboard .control.has-addons .select:focus {
  z-index: 3;
}

#dashboard .control.has-addons .input:first-child, #dashboard .control.has-addons .textarea:first-child,
#dashboard .control.has-addons .button:first-child, #dashboard .control.has-addons .pagination a:first-child, #dashboard .pagination .control.has-addons a:first-child,
#dashboard .control.has-addons .select:first-child {
  border-radius: 3px 0 0 3px;
}

#dashboard .control.has-addons .input:first-child select, #dashboard .control.has-addons .textarea:first-child select,
#dashboard .control.has-addons .button:first-child select, #dashboard .control.has-addons .pagination a:first-child select, #dashboard .pagination .control.has-addons a:first-child select,
#dashboard .control.has-addons .select:first-child select {
  border-radius: 3px 0 0 3px;
}

#dashboard .control.has-addons .input:last-child, #dashboard .control.has-addons .textarea:last-child,
#dashboard .control.has-addons .button:last-child, #dashboard .control.has-addons .pagination a:last-child, #dashboard .pagination .control.has-addons a:last-child,
#dashboard .control.has-addons .select:last-child {
  border-radius: 0 3px 3px 0;
}

#dashboard .control.has-addons.is-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#dashboard .control.is-grouped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#dashboard .control.is-grouped > .button:not(:last-child), #dashboard .pagination .control.is-grouped > a:not(:last-child),
#dashboard .control.is-grouped > .input:not(:last-child), #dashboard .control.is-grouped > .textarea:not(:last-child),
#dashboard .control.is-grouped > .select:not(:last-child) {
  margin-right: 10px;
}

#dashboard .control.is-grouped > .input, #dashboard .control.is-grouped > .textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 769px) {
  #dashboard .control.is-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #dashboard .control.is-horizontal > .control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 5;
    -webkit-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}

#dashboard .button, #dashboard .pagination a {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: 1px solid #d3d6db;
  border-radius: 3px;
  color: #222324;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  line-height: 24px;
  padding: 3px 8px;
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 10px;
  text-align: center;
  white-space: nowrap;
}

#dashboard .button:hover, #dashboard .pagination a:hover {
  border-color: #aeb1b5;
}

#dashboard .button:active, #dashboard .pagination a:active, #dashboard .button:focus, #dashboard .pagination a:focus {
  border-color: #1fc8db;
  outline: none;
}

#dashboard .button[disabled], #dashboard .pagination a[disabled], #dashboard .button[disabled]:hover, #dashboard .pagination a[disabled]:hover {
  background: #f5f7fa;
  border-color: #d3d6db;
  cursor: not-allowed;
}

#dashboard .button[disabled]::-moz-placeholder, #dashboard .pagination a[disabled]::-moz-placeholder, #dashboard .button[disabled]:hover::-moz-placeholder, #dashboard .pagination a[disabled]:hover::-moz-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .button[disabled]::-webkit-input-placeholder, #dashboard .pagination a[disabled]::-webkit-input-placeholder, #dashboard .button[disabled]:hover::-webkit-input-placeholder, #dashboard .pagination a[disabled]:hover::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .button[disabled]:-moz-placeholder, #dashboard .pagination a[disabled]:-moz-placeholder, #dashboard .button[disabled]:hover:-moz-placeholder, #dashboard .pagination a[disabled]:hover:-moz-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .button[disabled]:-ms-input-placeholder, #dashboard .pagination a[disabled]:-ms-input-placeholder, #dashboard .button[disabled]:hover:-ms-input-placeholder, #dashboard .pagination a[disabled]:hover:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.3);
}

#dashboard .button strong, #dashboard .pagination a strong {
  color: inherit;
}

#dashboard .button small, #dashboard .pagination a small {
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-top: 5px;
}

#dashboard .button .icon:first-child, #dashboard .pagination a .icon:first-child {
  margin-right: 4px;
}

#dashboard .button .icon:last-child, #dashboard .pagination a .icon:last-child {
  margin-left: 4px;
}

#dashboard .button:hover, #dashboard .pagination a:hover {
  color: #222324;
}

#dashboard .button:active, #dashboard .pagination a:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

#dashboard .button.is-dark, #dashboard .pagination a.is-dark {
  background: #222324;
  border-color: transparent;
  color: white;
}

#dashboard .button.is-dark:hover, #dashboard .pagination a.is-dark:hover, #dashboard .button.is-dark:focus, #dashboard .pagination a.is-dark:focus {
  background: #090a0a;
  border-color: transparent;
  color: white;
}

#dashboard .button.is-dark:active, #dashboard .pagination a.is-dark:active {
  border-color: transparent;
}

#dashboard .button.is-dark.is-outlined, #dashboard .pagination a.is-dark.is-outlined {
  background: transparent;
  border-color: #222324;
  color: #222324;
}

#dashboard .button.is-dark.is-outlined:hover, #dashboard .pagination a.is-dark.is-outlined:hover, #dashboard .button.is-dark.is-outlined:focus, #dashboard .pagination a.is-dark.is-outlined:focus {
  border-color: #090a0a;
  color: #090a0a;
}

#dashboard .button.is-dark.is-inverted, #dashboard .pagination a.is-dark.is-inverted {
  background: white;
  color: #222324;
}

#dashboard .button.is-dark.is-inverted:hover, #dashboard .pagination a.is-dark.is-inverted:hover {
  background: #f2f2f2;
}

#dashboard .button.is-dark.is-inverted.is-outlined, #dashboard .pagination a.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

#dashboard .button.is-dark.is-inverted.is-outlined:hover, #dashboard .pagination a.is-dark.is-inverted.is-outlined:hover {
  background: rgba(0, 0, 0, 0.05);
}

#dashboard .button.is-dark.is-loading:after, #dashboard .pagination a.is-dark.is-loading:after {
  border-color: transparent transparent white white !important;
}

#dashboard .button.is-primary, #dashboard .pagination a.is-primary {
  background: #1fc8db;
  border-color: transparent;
  color: white;
}

#dashboard .button.is-primary:hover, #dashboard .pagination a.is-primary:hover, #dashboard .button.is-primary:focus, #dashboard .pagination a.is-primary:focus {
  background: #199fae;
  border-color: transparent;
  color: white;
}

#dashboard .button.is-primary:active, #dashboard .pagination a.is-primary:active {
  border-color: transparent;
}

#dashboard .button.is-primary.is-outlined, #dashboard .pagination a.is-primary.is-outlined {
  background: transparent;
  border-color: #1fc8db;
  color: #1fc8db;
}

#dashboard .button.is-primary.is-outlined:hover, #dashboard .pagination a.is-primary.is-outlined:hover, #dashboard .button.is-primary.is-outlined:focus, #dashboard .pagination a.is-primary.is-outlined:focus {
  border-color: #199fae;
  color: #199fae;
}

#dashboard .button.is-primary.is-inverted, #dashboard .pagination a.is-primary.is-inverted {
  background: white;
  color: #1fc8db;
}

#dashboard .button.is-primary.is-inverted:hover, #dashboard .pagination a.is-primary.is-inverted:hover {
  background: #f2f2f2;
}

#dashboard .button.is-primary.is-inverted.is-outlined, #dashboard .pagination a.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

#dashboard .button.is-primary.is-inverted.is-outlined:hover, #dashboard .pagination a.is-primary.is-inverted.is-outlined:hover {
  background: rgba(0, 0, 0, 0.05);
}

#dashboard .button.is-primary.is-loading:after, #dashboard .pagination a.is-primary.is-loading:after {
  border-color: transparent transparent white white !important;
}

#dashboard .button.is-info, #dashboard .pagination a.is-info {
  background: #42afe3;
  border-color: transparent;
  color: white;
}

#dashboard .button.is-info:hover, #dashboard .pagination a.is-info:hover, #dashboard .button.is-info:focus, #dashboard .pagination a.is-info:focus {
  background: #1f99d3;
  border-color: transparent;
  color: white;
}

#dashboard .button.is-info:active, #dashboard .pagination a.is-info:active {
  border-color: transparent;
}

#dashboard .button.is-info.is-outlined, #dashboard .pagination a.is-info.is-outlined {
  background: transparent;
  border-color: #42afe3;
  color: #42afe3;
}

#dashboard .button.is-info.is-outlined:hover, #dashboard .pagination a.is-info.is-outlined:hover, #dashboard .button.is-info.is-outlined:focus, #dashboard .pagination a.is-info.is-outlined:focus {
  border-color: #1f99d3;
  color: #1f99d3;
}

#dashboard .button.is-info.is-inverted, #dashboard .pagination a.is-info.is-inverted {
  background: white;
  color: #42afe3;
}

#dashboard .button.is-info.is-inverted:hover, #dashboard .pagination a.is-info.is-inverted:hover {
  background: #f2f2f2;
}

#dashboard .button.is-info.is-inverted.is-outlined, #dashboard .pagination a.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

#dashboard .button.is-info.is-inverted.is-outlined:hover, #dashboard .pagination a.is-info.is-inverted.is-outlined:hover {
  background: rgba(0, 0, 0, 0.05);
}

#dashboard .button.is-info.is-loading:after, #dashboard .pagination a.is-info.is-loading:after {
  border-color: transparent transparent white white !important;
}

#dashboard .button.is-success, #dashboard .pagination a.is-success {
  background: #97cd76;
  border-color: transparent;
  color: white;
}

#dashboard .button.is-success:hover, #dashboard .pagination a.is-success:hover, #dashboard .button.is-success:focus, #dashboard .pagination a.is-success:focus {
  background: #7bbf51;
  border-color: transparent;
  color: white;
}

#dashboard .button.is-success:active, #dashboard .pagination a.is-success:active {
  border-color: transparent;
}

#dashboard .button.is-success.is-outlined, #dashboard .pagination a.is-success.is-outlined {
  background: transparent;
  border-color: #97cd76;
  color: #97cd76;
}

#dashboard .button.is-success.is-outlined:hover, #dashboard .pagination a.is-success.is-outlined:hover, #dashboard .button.is-success.is-outlined:focus, #dashboard .pagination a.is-success.is-outlined:focus {
  border-color: #7bbf51;
  color: #7bbf51;
}

#dashboard .button.is-success.is-inverted, #dashboard .pagination a.is-success.is-inverted {
  background: white;
  color: #97cd76;
}

#dashboard .button.is-success.is-inverted:hover, #dashboard .pagination a.is-success.is-inverted:hover {
  background: #f2f2f2;
}

#dashboard .button.is-success.is-inverted.is-outlined, #dashboard .pagination a.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

#dashboard .button.is-success.is-inverted.is-outlined:hover, #dashboard .pagination a.is-success.is-inverted.is-outlined:hover {
  background: rgba(0, 0, 0, 0.05);
}

#dashboard .button.is-success.is-loading:after, #dashboard .pagination a.is-success.is-loading:after {
  border-color: transparent transparent white white !important;
}

#dashboard .button.is-warning, #dashboard .pagination a.is-warning {
  background: #fce473;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .button.is-warning:hover, #dashboard .pagination a.is-warning:hover, #dashboard .button.is-warning:focus, #dashboard .pagination a.is-warning:focus {
  background: #fbda41;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .button.is-warning:active, #dashboard .pagination a.is-warning:active {
  border-color: transparent;
}

#dashboard .button.is-warning.is-outlined, #dashboard .pagination a.is-warning.is-outlined {
  background: transparent;
  border-color: #fce473;
  color: #fce473;
}

#dashboard .button.is-warning.is-outlined:hover, #dashboard .pagination a.is-warning.is-outlined:hover, #dashboard .button.is-warning.is-outlined:focus, #dashboard .pagination a.is-warning.is-outlined:focus {
  border-color: #fbda41;
  color: #fbda41;
}

#dashboard .button.is-warning.is-inverted, #dashboard .pagination a.is-warning.is-inverted {
  background: rgba(0, 0, 0, 0.5);
  color: #fce473;
}

#dashboard .button.is-warning.is-inverted:hover, #dashboard .pagination a.is-warning.is-inverted:hover {
  background: rgba(0, 0, 0, 0.5);
}

#dashboard .button.is-warning.is-inverted.is-outlined, #dashboard .pagination a.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .button.is-warning.is-inverted.is-outlined:hover, #dashboard .pagination a.is-warning.is-inverted.is-outlined:hover {
  background: rgba(0, 0, 0, 0.05);
}

#dashboard .button.is-warning.is-loading:after, #dashboard .pagination a.is-warning.is-loading:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) !important;
}

#dashboard .button.is-danger, #dashboard .pagination a.is-danger {
  background: #ed6c63;
  border-color: transparent;
  color: white;
}

#dashboard .button.is-danger:hover, #dashboard .pagination a.is-danger:hover, #dashboard .button.is-danger:focus, #dashboard .pagination a.is-danger:focus {
  background: #e84135;
  border-color: transparent;
  color: white;
}

#dashboard .button.is-danger:active, #dashboard .pagination a.is-danger:active {
  border-color: transparent;
}

#dashboard .button.is-danger.is-outlined, #dashboard .pagination a.is-danger.is-outlined {
  background: transparent;
  border-color: #ed6c63;
  color: #ed6c63;
}

#dashboard .button.is-danger.is-outlined:hover, #dashboard .pagination a.is-danger.is-outlined:hover, #dashboard .button.is-danger.is-outlined:focus, #dashboard .pagination a.is-danger.is-outlined:focus {
  border-color: #e84135;
  color: #e84135;
}

#dashboard .button.is-danger.is-inverted, #dashboard .pagination a.is-danger.is-inverted {
  background: white;
  color: #ed6c63;
}

#dashboard .button.is-danger.is-inverted:hover, #dashboard .pagination a.is-danger.is-inverted:hover {
  background: #f2f2f2;
}

#dashboard .button.is-danger.is-inverted.is-outlined, #dashboard .pagination a.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

#dashboard .button.is-danger.is-inverted.is-outlined:hover, #dashboard .pagination a.is-danger.is-inverted.is-outlined:hover {
  background: rgba(0, 0, 0, 0.05);
}

#dashboard .button.is-danger.is-loading:after, #dashboard .pagination a.is-danger.is-loading:after {
  border-color: transparent transparent white white !important;
}

#dashboard .button.is-link, #dashboard .pagination a.is-link {
  border-color: transparent;
  color: #69707a;
  text-decoration: underline;
}

#dashboard .button.is-link:hover, #dashboard .pagination a.is-link:hover, #dashboard .button.is-link:focus, #dashboard .pagination a.is-link:focus {
  background: #d3d6db;
  color: #222324;
}

#dashboard .button.is-small, #dashboard .pagination a.is-small {
  border-radius: 2px;
  font-size: 11px;
  height: 24px;
  line-height: 16px;
  padding: 3px 6px;
}

#dashboard .button.is-medium, #dashboard .pagination a.is-medium {
  font-size: 18px;
  height: 40px;
  padding: 7px 14px;
}

#dashboard .button.is-large, #dashboard .pagination a.is-large {
  font-size: 22px;
  height: 48px;
  padding: 11px 20px;
}

#dashboard .button.is-fullwidth, #dashboard .pagination a.is-fullwidth {
  display: block;
  width: 100%;
}

#dashboard .button.is-flexible, #dashboard .pagination a.is-flexible {
  height: auto;
}

#dashboard .button.is-loading, #dashboard .pagination a.is-loading {
  color: transparent;
  pointer-events: none;
}

#dashboard .button.is-loading:after, #dashboard .pagination a.is-loading:after {
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  position: absolute !important;
}

#dashboard .button.is-disabled, #dashboard .pagination a.is-disabled, #dashboard .button[disabled], #dashboard .pagination a[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

#dashboard .title,
#dashboard .subtitle {
  font-weight: 300;
}

#dashboard .title em,
#dashboard .title span,
#dashboard .subtitle em,
#dashboard .subtitle span {
  font-weight: 300;
}

#dashboard .title strong,
#dashboard .subtitle strong {
  font-weight: 500;
}

#dashboard .title a:hover,
#dashboard .subtitle a:hover {
  border-bottom: 1px solid;
}

#dashboard .title .tag,
#dashboard .subtitle .tag {
  vertical-align: bottom;
}

#dashboard .title {
  color: #222324;
  font-size: 28px;
  line-height: 1;
}

#dashboard .title strong {
  color: inherit;
}

#dashboard .title code {
  display: inline-block;
  font-size: 28px;
}

#dashboard .title + .subtitle {
  margin-top: -10px;
}

#dashboard .title + .highlight {
  margin-top: -10px;
}

#dashboard .title.is-normal {
  font-weight: 400;
}

#dashboard .title.is-normal strong {
  font-weight: 700;
}

#dashboard .title.is-1 {
  font-size: 48px;
}

#dashboard .title.is-1 code {
  font-size: 40px;
}

#dashboard .title.is-2 {
  font-size: 40px;
}

#dashboard .title.is-2 code {
  font-size: 28px;
}

#dashboard .title.is-3 {
  font-size: 28px;
}

#dashboard .title.is-3 code {
  font-size: 24px;
}

#dashboard .title.is-4 {
  font-size: 24px;
}

#dashboard .title.is-4 code {
  font-size: 18px;
}

#dashboard .title.is-5 {
  font-size: 18px;
}

#dashboard .title.is-5 code {
  font-size: 14px;
}

#dashboard .title.is-6 {
  font-size: 14px;
}

#dashboard .title.is-6 code {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  #dashboard .title + .subtitle {
    margin-top: -15px;
  }
}

#dashboard .subtitle {
  font-size: 18px;
  line-height: 1.125;
}

#dashboard .subtitle + .title {
  margin-top: -20px;
}

#dashboard .subtitle strong {
  color: #222324;
}

#dashboard .subtitle code {
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  padding: 2px 3px;
  vertical-align: top;
}

#dashboard .subtitle + .text {
  margin-top: 20px;
}

#dashboard .subtitle.is-normal {
  font-weight: 400;
}

#dashboard .subtitle.is-normal strong {
  font-weight: 700;
}

#dashboard .subtitle.is-1 {
  font-size: 48px;
}

#dashboard .subtitle.is-1 code {
  font-size: 40px;
}

#dashboard .subtitle.is-2 {
  font-size: 40px;
}

#dashboard .subtitle.is-2 code {
  font-size: 28px;
}

#dashboard .subtitle.is-3 {
  font-size: 28px;
}

#dashboard .subtitle.is-3 code {
  font-size: 24px;
}

#dashboard .subtitle.is-4 {
  font-size: 24px;
}

#dashboard .subtitle.is-4 code {
  font-size: 18px;
}

#dashboard .subtitle.is-5 {
  font-size: 18px;
}

#dashboard .subtitle.is-5 code {
  font-size: 14px;
}

#dashboard .subtitle.is-6 {
  font-size: 14px;
}

#dashboard .subtitle.is-6 code {
  font-size: 14px;
}

#dashboard .image {
  display: block;
  position: relative;
}

#dashboard .image img {
  display: block;
}

#dashboard .image.is-square img, #dashboard .image.is-1by1 img, #dashboard .image.is-4by3 img, #dashboard .image.is-3by2 img, #dashboard .image.is-16by9 img, #dashboard .image.is-2by1 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#dashboard .image.is-square, #dashboard .image.is-1by1 {
  padding-top: 100%;
}

#dashboard .image.is-4by3 {
  padding-top: 75%;
}

#dashboard .image.is-3by2 {
  padding-top: 66.6666%;
}

#dashboard .image.is-16by9 {
  padding-top: 56.25%;
}

#dashboard .image.is-2by1 {
  padding-top: 50%;
}

#dashboard .image.is-16x16 {
  height: 16px;
  width: 16px;
}

#dashboard .image.is-24x24 {
  height: 24px;
  width: 24px;
}

#dashboard .image.is-32x32 {
  height: 32px;
  width: 32px;
}

#dashboard .image.is-48x48 {
  height: 48px;
  width: 48px;
}

#dashboard .image.is-64x64 {
  height: 64px;
  width: 64px;
}

#dashboard .image.is-96x96 {
  height: 96px;
  width: 96px;
}

#dashboard .image.is-128x128 {
  height: 128px;
  width: 128px;
}

#dashboard .message-body {
  border: 1px solid #d3d6db;
  border-radius: 3px;
  padding: 12px 15px;
}

#dashboard .message-body strong {
  color: inherit;
}

#dashboard .message-header {
  background: #69707a;
  border-radius: 3px 3px 0 0;
  color: white;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 3px 8px;
  text-transform: uppercase;
}

#dashboard .message-header + .message-body {
  border-radius: 0 0 3px 3px;
  border-top: none;
}

#dashboard .message {
  background: #f5f7fa;
  border-radius: 3px;
}

#dashboard .message.is-dark {
  background: whitesmoke;
}

#dashboard .message.is-dark .message-header {
  background: #222324;
  color: white;
}

#dashboard .message.is-dark .message-body {
  border-color: #222324;
  color: gray;
}

#dashboard .message.is-primary {
  background: #edfbfc;
}

#dashboard .message.is-primary .message-header {
  background: #1fc8db;
  color: white;
}

#dashboard .message.is-primary .message-body {
  border-color: #1fc8db;
  color: gray;
}

#dashboard .message.is-info {
  background: #edf7fc;
}

#dashboard .message.is-info .message-header {
  background: #42afe3;
  color: white;
}

#dashboard .message.is-info .message-body {
  border-color: #42afe3;
  color: gray;
}

#dashboard .message.is-success {
  background: #f4faf0;
}

#dashboard .message.is-success .message-header {
  background: #97cd76;
  color: white;
}

#dashboard .message.is-success .message-body {
  border-color: #97cd76;
  color: gray;
}

#dashboard .message.is-warning {
  background: #fffbeb;
}

#dashboard .message.is-warning .message-header {
  background: #fce473;
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .message.is-warning .message-body {
  border-color: #fce473;
  color: #666666;
}

#dashboard .message.is-danger {
  background: #fdeeed;
}

#dashboard .message.is-danger .message-header {
  background: #ed6c63;
  color: white;
}

#dashboard .message.is-danger .message-body {
  border-color: #ed6c63;
  color: gray;
}

#dashboard .notification {
  background: #f5f7fa;
  border-radius: 3px;
  padding: 16px 20px;
  position: relative;
}

#dashboard .notification:after {
  clear: both;
  content: " ";
  display: table;
}

#dashboard .notification .title {
  color: inherit;
}

#dashboard .notification.is-dark {
  background: #222324;
  color: white;
}

#dashboard .notification.is-primary {
  background: #1fc8db;
  color: white;
}

#dashboard .notification.is-info {
  background: #42afe3;
  color: white;
}

#dashboard .notification.is-success {
  background: #97cd76;
  color: white;
}

#dashboard .notification.is-warning {
  background: #fce473;
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .notification.is-danger {
  background: #ed6c63;
  color: white;
}

#dashboard .notification .delete, #dashboard .notification .modal-close {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 3px;
  float: right;
  margin: -16px -20px 0 20px;
}

#dashboard .notification .delete:hover, #dashboard .notification .modal-close:hover {
  background: rgba(0, 0, 0, 0.5);
}

#dashboard .progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 12px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

#dashboard .progress::-webkit-progress-bar {
  background: #d3d6db;
}

#dashboard .progress::-webkit-progress-value {
  background: #69707a;
}

#dashboard .progress::-moz-progress-bar {
  background: #69707a;
}

#dashboard .progress.is-small {
  height: 8px;
}

#dashboard .progress.is-medium {
  height: 16px;
}

#dashboard .progress.is-large {
  height: 20px;
}

#dashboard .progress.is-dark::-webkit-progress-value {
  background: #222324;
}

#dashboard .progress.is-dark::-moz-progress-bar {
  background: #222324;
}

#dashboard .progress.is-primary::-webkit-progress-value {
  background: #1fc8db;
}

#dashboard .progress.is-primary::-moz-progress-bar {
  background: #1fc8db;
}

#dashboard .progress.is-info::-webkit-progress-value {
  background: #42afe3;
}

#dashboard .progress.is-info::-moz-progress-bar {
  background: #42afe3;
}

#dashboard .progress.is-success::-webkit-progress-value {
  background: #97cd76;
}

#dashboard .progress.is-success::-moz-progress-bar {
  background: #97cd76;
}

#dashboard .progress.is-warning::-webkit-progress-value {
  background: #fce473;
}

#dashboard .progress.is-warning::-moz-progress-bar {
  background: #fce473;
}

#dashboard .progress.is-danger::-webkit-progress-value {
  background: #ed6c63;
}

#dashboard .progress.is-danger::-moz-progress-bar {
  background: #ed6c63;
}

#dashboard .delete, #dashboard .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  position: relative;
  vertical-align: top;
  width: 24px;
}

#dashboard .delete:before, #dashboard .modal-close:before, #dashboard .delete:after, #dashboard .modal-close:after {
  background: white;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -25%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 50%;
}

#dashboard .delete:before, #dashboard .modal-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#dashboard .delete:after, #dashboard .modal-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#dashboard .delete:hover, #dashboard .modal-close:hover {
  background: #ed6c63;
}

#dashboard .delete.is-small, #dashboard .tag:not(.is-large) .delete, #dashboard .tag:not(.is-large) .modal-close, #dashboard .is-small.modal-close {
  height: 16px;
  width: 16px;
}

#dashboard .delete.is-medium, #dashboard .is-medium.modal-close {
  height: 32px;
  width: 32px;
}

#dashboard .delete.is-large, #dashboard .is-large.modal-close {
  height: 40px;
  width: 40px;
}

#dashboard .icon {
  display: inline-block;
  font-size: 21px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  width: 24px;
}

#dashboard .icon .fa {
  font-size: inherit;
  line-height: inherit;
}

#dashboard .icon.is-small {
  display: inline-block;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
}

#dashboard .icon.is-medium {
  display: inline-block;
  font-size: 28px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  width: 32px;
}

#dashboard .icon.is-large {
  display: inline-block;
  font-size: 42px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  vertical-align: top;
  width: 48px;
}

#dashboard .hamburger, #dashboard .header-toggle {
  cursor: pointer;
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
}

#dashboard .hamburger span, #dashboard .header-toggle span {
  background: #69707a;
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: 50%;
  -webkit-transition: none 86ms ease-out;
  transition: none 86ms ease-out;
  -webkit-transition-property: background, left, opacity, -webkit-transform;
  transition-property: background, left, opacity, -webkit-transform;
  transition-property: background, left, opacity, transform;
  transition-property: background, left, opacity, transform, -webkit-transform;
  width: 15px;
}

#dashboard .hamburger span:nth-child(1), #dashboard .header-toggle span:nth-child(1) {
  margin-top: -6px;
}

#dashboard .hamburger span:nth-child(2), #dashboard .header-toggle span:nth-child(2) {
  margin-top: -1px;
}

#dashboard .hamburger span:nth-child(3), #dashboard .header-toggle span:nth-child(3) {
  margin-top: 4px;
}

#dashboard .hamburger:hover, #dashboard .header-toggle:hover {
  background: #f5f7fa;
}

#dashboard .hamburger.is-active span, #dashboard .is-active.header-toggle span {
  background: #1fc8db;
}

#dashboard .hamburger.is-active span:nth-child(1), #dashboard .is-active.header-toggle span:nth-child(1) {
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#dashboard .hamburger.is-active span:nth-child(2), #dashboard .is-active.header-toggle span:nth-child(2) {
  opacity: 0;
}

#dashboard .hamburger.is-active span:nth-child(3), #dashboard .is-active.header-toggle span:nth-child(3) {
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

@media screen and (min-width: 769px) {
  #dashboard .hamburger, #dashboard .header-toggle {
    height: 50px;
    width: 50px;
  }
}

#dashboard .heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#dashboard .highlight {
  font-size: 12px;
  font-weight: normal;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

#dashboard .highlight pre {
  overflow: auto;
  max-width: 100%;
}

#dashboard .image {
  display: block;
  position: relative;
  vertical-align: top;
}

#dashboard .image img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
}

#dashboard .image.is-3x2 {
  padding-top: 66.6666%;
}

#dashboard .loader, #dashboard .control.is-loading:after, #dashboard .button.is-loading:after, #dashboard .pagination a.is-loading:after {
  -webkit-animation: spin-around 500ms infinite linear;
          animation: spin-around 500ms infinite linear;
  border: 2px solid #d3d6db;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 16px;
  position: relative;
  width: 16px;
}

#dashboard .number {
  background: #f5f7fa;
  border-radius: 290486px;
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}

#dashboard .tag {
  background: #f5f7fa;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  color: #69707a;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  line-height: 16px;
  padding: 4px 10px;
  vertical-align: top;
  white-space: nowrap;
}

#dashboard .tag.is-dark {
  background: #69707a;
  color: white;
}

#dashboard .tag.is-rounded {
  border-radius: 290486px;
}

#dashboard .tag.is-medium {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  height: 32px;
  padding: 7px 14px 9px;
}

#dashboard .tag:not(.is-large) .delete, #dashboard .tag:not(.is-large) .modal-close {
  margin-left: 4px;
  margin-right: -6px;
}

#dashboard .tag.is-large {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
  height: 40px;
  line-height: 24px;
  padding: 7px 18px 9px;
}

#dashboard .tag.is-large .delete, #dashboard .tag.is-large .modal-close {
  margin-left: 4px;
  margin-right: -8px;
}

#dashboard .tag.is-dark {
  background: #222324;
  color: white;
}

#dashboard .tag.is-primary {
  background: #1fc8db;
  color: white;
}

#dashboard .tag.is-info {
  background: #42afe3;
  color: white;
}

#dashboard .tag.is-success {
  background: #97cd76;
  color: white;
}

#dashboard .tag.is-warning {
  background: #fce473;
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .tag.is-danger {
  background: #ed6c63;
  color: white;
}

#dashboard .column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}

.columns.is-mobile > #dashboard .column.is-half {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > #dashboard .column.is-third {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > #dashboard .column.is-quarter {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > #dashboard .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > #dashboard .column.is-offset-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > #dashboard .column.is-offset-quarter {
  margin-left: 25%;
}

.columns.is-mobile > #dashboard .column.is-1 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8.33333%;
}

.columns.is-mobile > #dashboard .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > #dashboard .column.is-2 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 16.66667%;
}

.columns.is-mobile > #dashboard .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > #dashboard .column.is-3 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > #dashboard .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > #dashboard .column.is-4 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 33.33333%;
}

.columns.is-mobile > #dashboard .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > #dashboard .column.is-5 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 41.66667%;
}

.columns.is-mobile > #dashboard .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > #dashboard .column.is-6 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > #dashboard .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > #dashboard .column.is-7 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 58.33333%;
}

.columns.is-mobile > #dashboard .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > #dashboard .column.is-8 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 66.66667%;
}

.columns.is-mobile > #dashboard .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > #dashboard .column.is-9 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > #dashboard .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > #dashboard .column.is-10 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 83.33333%;
}

.columns.is-mobile > #dashboard .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > #dashboard .column.is-11 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 91.66667%;
}

.columns.is-mobile > #dashboard .column.is-offset-11 {
  margin-left: 91.66667%;
}

@media screen and (max-width: 768px) {
  #dashboard .column.is-half-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  #dashboard .column.is-third-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  #dashboard .column.is-quarter-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  #dashboard .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  #dashboard .column.is-offset-third-mobile {
    margin-left: 33.3333%;
  }
  #dashboard .column.is-offset-quarter-mobile {
    margin-left: 25%;
  }
  #dashboard .column.is-1-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  #dashboard .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  #dashboard .column.is-2-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  #dashboard .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  #dashboard .column.is-3-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  #dashboard .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  #dashboard .column.is-4-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  #dashboard .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  #dashboard .column.is-5-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  #dashboard .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  #dashboard .column.is-6-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  #dashboard .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  #dashboard .column.is-7-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  #dashboard .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  #dashboard .column.is-8-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  #dashboard .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  #dashboard .column.is-9-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  #dashboard .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  #dashboard .column.is-10-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  #dashboard .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  #dashboard .column.is-11-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  #dashboard .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 769px) {
  #dashboard .column.is-half, #dashboard .column.is-half-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  #dashboard .column.is-third, #dashboard .column.is-third-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  #dashboard .column.is-quarter, #dashboard .column.is-quarter-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  #dashboard .column.is-offset-half, #dashboard .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  #dashboard .column.is-offset-third, #dashboard .column.is-offset-third-tablet {
    margin-left: 33.3333%;
  }
  #dashboard .column.is-offset-quarter, #dashboard .column.is-offset-quarter-tablet {
    margin-left: 25%;
  }
  #dashboard .column.is-1, #dashboard .column.is-1-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  #dashboard .column.is-offset-1, #dashboard .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  #dashboard .column.is-2, #dashboard .column.is-2-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  #dashboard .column.is-offset-2, #dashboard .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  #dashboard .column.is-3, #dashboard .column.is-3-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  #dashboard .column.is-offset-3, #dashboard .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  #dashboard .column.is-4, #dashboard .column.is-4-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  #dashboard .column.is-offset-4, #dashboard .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  #dashboard .column.is-5, #dashboard .column.is-5-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  #dashboard .column.is-offset-5, #dashboard .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  #dashboard .column.is-6, #dashboard .column.is-6-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  #dashboard .column.is-offset-6, #dashboard .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  #dashboard .column.is-7, #dashboard .column.is-7-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  #dashboard .column.is-offset-7, #dashboard .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  #dashboard .column.is-8, #dashboard .column.is-8-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  #dashboard .column.is-offset-8, #dashboard .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  #dashboard .column.is-9, #dashboard .column.is-9-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  #dashboard .column.is-offset-9, #dashboard .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  #dashboard .column.is-10, #dashboard .column.is-10-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  #dashboard .column.is-offset-10, #dashboard .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  #dashboard .column.is-11, #dashboard .column.is-11-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  #dashboard .column.is-offset-11, #dashboard .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 980px) {
  #dashboard .column.is-half-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  #dashboard .column.is-third-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  #dashboard .column.is-quarter-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  #dashboard .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  #dashboard .column.is-offset-third-desktop {
    margin-left: 33.3333%;
  }
  #dashboard .column.is-offset-quarter-desktop {
    margin-left: 25%;
  }
  #dashboard .column.is-1-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  #dashboard .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  #dashboard .column.is-2-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  #dashboard .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  #dashboard .column.is-3-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  #dashboard .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  #dashboard .column.is-4-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  #dashboard .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  #dashboard .column.is-5-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  #dashboard .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  #dashboard .column.is-6-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  #dashboard .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  #dashboard .column.is-7-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  #dashboard .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  #dashboard .column.is-8-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  #dashboard .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  #dashboard .column.is-9-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  #dashboard .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  #dashboard .column.is-10-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  #dashboard .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  #dashboard .column.is-11-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  #dashboard .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
}

#dashboard .columns {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}

#dashboard .columns:last-child {
  margin-bottom: -10px;
}

#dashboard .columns:not(:last-child) {
  margin-bottom: 10px;
}

#dashboard .columns.is-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#dashboard .columns.is-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#dashboard .columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
}

#dashboard .columns.is-gapless:not(:last-child) {
  margin-bottom: 20px;
}

#dashboard .columns.is-gapless > .column {
  margin: 0;
  padding: 0;
}

#dashboard .columns.is-multiline {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#dashboard .columns.is-vcentered {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  #dashboard .columns.is-grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #dashboard .columns.is-grid > .column {
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 10px;
    width: 33.3333%;
  }
  #dashboard .columns.is-grid > .column + .column {
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  #dashboard .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  #dashboard .columns.is-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#dashboard .navbar-item .title,
#dashboard .navbar-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #dashboard .navbar-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

#dashboard .navbar code {
  border-radius: 3px;
}

#dashboard .navbar img {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  #dashboard .navbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #dashboard .navbar > .navbar-item:not(.is-narrow) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#dashboard .navbar-left .navbar-item.is-flexible,
#dashboard .navbar-right .navbar-item.is-flexible {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#dashboard .navbar-left .navbar-item:not(:last-child),
#dashboard .navbar-right .navbar-item:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #dashboard .navbar-left + .navbar-right {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  #dashboard .navbar-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  #dashboard .navbar-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#dashboard .card-header {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
}

#dashboard .card-header-title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #222324;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
}

#dashboard .card-header-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}

#dashboard .card-image {
  display: block;
  position: relative;
}

#dashboard .card-content {
  padding: 20px;
}

#dashboard .card-content .title + .subtitle {
  margin-top: -20px;
}

#dashboard .card-footer {
  background: #f5f7fa;
  border-top: 1px solid #d3d6db;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#dashboard .card-footer-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

#dashboard .card-footer-item:not(:last-child) {
  border-right: 1px solid #d3d6db;
}

#dashboard .card {
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  position: relative;
  width: 300px;
}

#dashboard .card .media:not(:last-child) {
  margin-bottom: 10px;
}

#dashboard .card.is-rounded {
  border-radius: 5px;
}

#dashboard .card.is-fullwidth {
  width: 100%;
}

#dashboard .table {
  background: white;
  color: #222324;
  margin-bottom: 20px;
  width: 100%;
}

#dashboard .table th,
#dashboard .table td {
  border: 1px solid #d3d6db;
  border-width: 0 0 1px;
  padding: 8px 10px;
  vertical-align: top;
}

#dashboard .table th.table-narrow,
#dashboard .table td.table-narrow {
  white-space: nowrap;
  width: 1%;
}

#dashboard .table th.table-link,
#dashboard .table td.table-link {
  padding: 0;
}

#dashboard .table th.table-link > a,
#dashboard .table td.table-link > a {
  display: block;
  padding: 8px 10px;
}

#dashboard .table th.table-link > a:hover,
#dashboard .table td.table-link > a:hover {
  background: #1fc8db;
  color: white;
}

#dashboard .table th.table-icon,
#dashboard .table td.table-icon {
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  width: 1%;
}

#dashboard .table th.table-icon .fa,
#dashboard .table td.table-icon .fa {
  display: inline-block;
  font-size: 21px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  width: 24px;
}

#dashboard .table th.table-icon.table-link,
#dashboard .table td.table-icon.table-link {
  padding: 0;
}

#dashboard .table th.table-icon.table-link > a,
#dashboard .table td.table-icon.table-link > a {
  padding: 5px;
}

#dashboard .table th {
  color: #222324;
  text-align: left;
}

#dashboard .table tr:hover {
  background: rgba(245, 247, 250, 0.5);
  color: #222324;
}

#dashboard .table tr:last-child td {
  border-bottom-width: 0;
}

#dashboard .table thead th,
#dashboard .table thead td {
  border-width: 0 0 2px;
  color: #aeb1b5;
}

#dashboard .table tfoot th,
#dashboard .table tfoot td {
  border-width: 2px 0 0;
  color: #aeb1b5;
}

#dashboard .table.is-bordered th,
#dashboard .table.is-bordered td {
  border-width: 1px;
}

#dashboard .table.is-bordered tr:last-child td {
  border-bottom-width: 1px;
}

#dashboard .table.is-narrow th,
#dashboard .table.is-narrow td {
  padding: 5px 10px;
}

#dashboard .table.is-narrow th.table-link,
#dashboard .table.is-narrow td.table-link {
  padding: 0;
}

#dashboard .table.is-narrow th.table-link > a,
#dashboard .table.is-narrow td.table-link > a {
  padding: 5px 10px;
}

#dashboard .table.is-narrow th.table-icon,
#dashboard .table.is-narrow td.table-icon {
  padding: 2px;
}

#dashboard .table.is-narrow th.table-icon.table-link,
#dashboard .table.is-narrow td.table-icon.table-link {
  padding: 0;
}

#dashboard .table.is-narrow th.table-icon.table-link > a,
#dashboard .table.is-narrow td.table-icon.table-link > a {
  padding: 2px;
}

#dashboard .table.is-striped tbody tr:nth-child(2n) {
  background: rgba(245, 247, 250, 0.5);
}

#dashboard .table.is-striped tbody tr:nth-child(2n):hover {
  background: #f5f7fa;
}

#dashboard .tabs {
  line-height: 24px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

#dashboard .tabs .fa {
  font-size: 14px;
  line-height: 20px;
  margin: 2px -2px;
  width: 20px;
}

#dashboard .tabs a {
  border-bottom: 1px solid #d3d6db;
  color: #69707a;
  display: block;
  margin-bottom: -1px;
  padding: 5px 0;
  vertical-align: top;
}

#dashboard .tabs a:hover {
  border-bottom-color: #222324;
  color: #222324;
}

#dashboard .tabs li {
  display: block;
  vertical-align: top;
}

#dashboard .tabs li + li {
  margin-left: 20px;
}

#dashboard .tabs li.is-active a {
  border-bottom-color: #1fc8db;
  color: #1fc8db;
}

#dashboard .tabs ul {
  border-bottom: 1px solid #d3d6db;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#dashboard .tabs.is-centered a {
  padding: 5px 10px;
}

#dashboard .tabs.is-centered li + li {
  margin-left: 0;
}

#dashboard .tabs.is-centered ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#dashboard .tabs.is-right ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#dashboard .tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  padding: 5px 15px;
}

#dashboard .tabs.is-boxed a:hover {
  background: #f5f7fa;
  border-bottom-color: #d3d6db;
}

#dashboard .tabs.is-boxed li + li {
  margin-left: 5px;
}

#dashboard .tabs.is-boxed li.is-active a {
  background: white;
  border-color: #d3d6db;
  border-bottom-color: transparent;
}

#dashboard .tabs.is-boxed.is-centered li,
#dashboard .tabs.is-boxed.is-centered li + li {
  margin: 0 2px;
}

#dashboard .tabs.is-toggle a {
  border: 1px solid #d3d6db;
  margin-bottom: 0;
  padding: 5px 10px;
  position: relative;
}

#dashboard .tabs.is-toggle a:hover {
  background: #f5f7fa;
  border-color: #aeb1b5;
  z-index: 2;
}

#dashboard .tabs.is-toggle li + li {
  margin-left: -1px;
}

#dashboard .tabs.is-toggle li:first-child a {
  border-radius: 3px 0 0 3px;
}

#dashboard .tabs.is-toggle li:last-child a {
  border-radius: 0 3px 3px 0;
}

#dashboard .tabs.is-toggle li.is-active a {
  background: #1fc8db;
  border-color: #1fc8db;
  color: white;
  z-index: 1;
}

#dashboard .tabs.is-toggle ul {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  #dashboard .tabs.is-fullwidth li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #dashboard .tabs.is-fullwidth li + li {
    margin-left: 0;
  }
  #dashboard .tabs.is-fullwidth ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

#dashboard .media-number {
  background: #f5f7fa;
  border-radius: 290486px;
  display: inline-block;
  font-size: 18px;
  height: 32px;
  line-height: 24px;
  min-width: 32px;
  padding: 4px 8px;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #dashboard .media-number {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  #dashboard .media-number {
    margin-right: 10px;
  }
}

#dashboard .media-left {
  margin-right: 10px;
}

#dashboard .media-right {
  margin-left: 10px;
}

#dashboard .media-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

#dashboard .media {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

#dashboard .media .content:not(:last-child) {
  margin-bottom: 10px;
}

#dashboard .media .media {
  border-top: 1px solid rgba(211, 214, 219, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

#dashboard .media .media .textarea {
  border-radius: 2px;
  font-size: 11px;
  height: 24px;
  line-height: 16px;
  padding: 3px 6px;
}

#dashboard .media .media .button, #dashboard .media .media .pagination a, #dashboard .pagination .media .media a {
  border-radius: 2px;
  font-size: 11px;
  height: 24px;
  line-height: 16px;
  padding: 3px 6px;
}

#dashboard .media .media .content:not(:last-child),
#dashboard .media .media .control:not(:last-child) {
  margin-bottom: 5px;
}

#dashboard .media .media .media {
  font-size: 12px;
  padding-top: 5px;
}

#dashboard .media .media .media + .media {
  margin-top: 5px;
}

#dashboard .media + .media {
  border-top: 1px solid rgba(211, 214, 219, 0.5);
  margin-top: 10px;
  padding-top: 10px;
}

#dashboard .media.is-large + .media {
  margin-top: 20px;
  padding-top: 20px;
}

@media screen and (min-width: 769px) {
  #dashboard .media.is-large .media-number {
    margin-right: 20px;
  }
}

#dashboard .menu-nav a {
  display: block;
  padding: 5px 10px;
}

#dashboard .menu-list a {
  border-radius: 2px;
  color: #69707a;
  display: block;
  padding: 5px 10px;
}

#dashboard .menu-list a:hover {
  background: #f5f7fa;
  color: #1fc8db;
}

#dashboard .menu-list a.is-active {
  background: #1fc8db;
  color: white;
}

#dashboard .menu-list li ul {
  border-left: 1px solid #d3d6db;
  margin: 10px;
  padding-left: 10px;
}

#dashboard .menu-label {
  color: #aeb1b5;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#dashboard .menu-label:not(:first-child) {
  margin-top: 20px;
}

#dashboard .pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#dashboard .pagination a {
  display: block;
  min-width: 32px;
  padding: 3px 8px;
}

#dashboard .pagination a.is-active {
  background: #1fc8db;
  border-color: #1fc8db;
  color: white;
}

#dashboard .pagination span {
  color: #aeb1b5;
  display: block;
  margin: 0 4px;
}

#dashboard .pagination li {
  margin: 0 2px;
}

#dashboard .pagination ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #dashboard .pagination {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #dashboard .pagination > a {
    width: calc(50% - 5px);
  }
  #dashboard .pagination > a:not(:first-child) {
    margin-left: 10px;
  }
  #dashboard .pagination li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #dashboard .pagination ul {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  #dashboard .pagination > a:not(:first-child) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

#dashboard .panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
  color: #aeb1b5;
  float: left;
  margin: 0 4px 0 -2px;
}

#dashboard .panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

#dashboard .panel-heading {
  background: #f5f7fa;
  border-bottom: 1px solid #d3d6db;
  border-radius: 4px 4px 0 0;
  color: #222324;
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
}

#dashboard .panel-list a {
  color: #69707a;
}

#dashboard .panel-list a:hover {
  color: #1fc8db;
}

#dashboard .panel-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  padding: 5px 10px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#dashboard .panel-tabs:not(:last-child) {
  border-bottom: 1px solid #d3d6db;
}

#dashboard .panel-tabs a {
  border-bottom: 1px solid #d3d6db;
  margin-bottom: -1px;
  padding: 5px;
}

#dashboard .panel-tabs a.is-active {
  border-bottom-color: #222324;
  color: #222324;
}

#dashboard .panel-block {
  color: #222324;
  display: block;
  line-height: 16px;
  padding: 10px;
}

#dashboard .panel-block:not(:last-child) {
  border-bottom: 1px solid #d3d6db;
}

#dashboard .panel-block .checkbox, #dashboard .panel-block .panel-checkbox {
  border: 1px solid transparent;
  border-radius: 3px;
  display: block;
  padding: 8px;
  padding-left: 32px;
}

#dashboard .panel-block .checkbox input, #dashboard .panel-block .panel-checkbox input {
  left: 9px;
  top: 9px;
}

#dashboard .panel-block .checkbox:hover, #dashboard .panel-block .panel-checkbox:hover {
  border-color: #1fc8db;
}

#dashboard a.panel-block:hover {
  background: #f5f7fa;
}

#dashboard .panel-checkbox {
  display: block;
  padding: 9px 10px 9px 30px;
}

#dashboard .panel-checkbox:not(:last-child) {
  border-bottom: 1px solid #d3d6db;
}

#dashboard .panel-checkbox input {
  left: 8px;
  top: 10px;
}

#dashboard .panel {
  border: 1px solid #d3d6db;
  border-radius: 5px;
}

#dashboard .panel:not(:last-child) {
  margin-bottom: 20px;
}

#dashboard .modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.86);
}

#dashboard .modal-content {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #dashboard .modal-content {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

#dashboard .modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

#dashboard .modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 1986;
}

#dashboard .modal.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#dashboard .box {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

#dashboard .header {
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  position: relative;
  text-align: center;
  z-index: 2;
}

#dashboard .header:after {
  clear: both;
  content: " ";
  display: table;
}

#dashboard .header .container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#dashboard .header.has-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  #dashboard .header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  #dashboard .header {
    height: 50px;
  }
}

#dashboard .header-toggle {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  #dashboard .header-toggle {
    display: none;
  }
}

#dashboard .header-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

#dashboard .header-item img {
  max-height: 24px;
}

#dashboard .header-item a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#dashboard .header-item .fa {
  font-size: 21px;
  line-height: 24px;
}

#dashboard .header-item .button + .button, #dashboard .header-item .pagination a + .button, #dashboard .pagination .header-item a + .button, #dashboard .header-item .pagination .button + a, #dashboard .pagination .header-item .button + a, #dashboard .header-item .pagination a + a, #dashboard .pagination .header-item a + a {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #dashboard .header-item {
    text-align: left;
  }
}

#dashboard .header-item a,
#dashboard a.header-item {
  color: #69707a;
}

#dashboard .header-item a:hover,
#dashboard a.header-item:hover {
  color: #222324;
}

#dashboard .header-item a.is-active,
#dashboard a.header-item.is-active {
  color: #222324;
}

#dashboard .header-icon {
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  width: 24px;
  color: #69707a;
  margin: 0 5px;
}

#dashboard .header-icon:hover {
  color: #222324;
}

#dashboard .header-tab {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  border-bottom: 1px solid transparent;
  color: #69707a;
  display: block;
  height: 50px;
  line-height: 24px;
  padding: 13px 15px;
}

#dashboard .header-tab:hover {
  border-bottom: 1px solid #1fc8db;
}

#dashboard .header-tab.is-active {
  border-bottom: 3px solid #1fc8db;
  color: #1fc8db;
}

#dashboard .header-left {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #dashboard .header-left {
    height: 50px;
  }
}

@media screen and (min-width: 980px) {
  #dashboard .header-left .header-item:first-child {
    padding-left: 0;
  }
}

#dashboard .header-right {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 769px) {
  #dashboard .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  #dashboard .header-right .header-item:last-child {
    padding-right: 0;
  }
}

#dashboard .header-full {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

#dashboard .header-full > .header-item {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

#dashboard .header-full > .header-item > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #dashboard .header-menu {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    display: none;
  }
  #dashboard .header-menu .header-item {
    border-top: 1px solid rgba(211, 214, 219, 0.5);
    padding: 10px;
  }
  #dashboard .header-menu.is-active {
    display: block;
  }
}

#dashboard .header.is-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#dashboard .header.is-centered .header-left,
#dashboard .header.is-centered .header-right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#dashboard .header.is-small {
  background: #f5f7fa;
  box-shadow: none;
  height: 40px;
  z-index: 1;
}

#dashboard .header.is-small .container {
  height: 40px;
}

#dashboard .header.is-small .header-tab {
  font-size: 13px;
  height: 40px;
  padding: 8px 10px;
}

#dashboard .header.is-small .header-tab:hover, #dashboard .header.is-small .header-tab.is-active {
  border-bottom-width: 2px;
}

#dashboard .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

#dashboard .hero-video.is-transparent {
  opacity: 0.3;
}

#dashboard .hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 768px) {
  #dashboard .hero-video {
    display: none;
  }
}

#dashboard .hero-content {
  padding: 40px 20px;
}

@media screen and (min-width: 980px) {
  #dashboard .hero-content {
    padding: 40px 0;
  }
}

#dashboard .hero-buttons {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #dashboard .hero-buttons .button, #dashboard .hero-buttons .pagination a, #dashboard .pagination .hero-buttons a {
    display: block;
  }
  #dashboard .hero-buttons .button:not(:last-child), #dashboard .hero-buttons .pagination a:not(:last-child), #dashboard .pagination .hero-buttons a:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  #dashboard .hero-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #dashboard .hero-buttons .button:not(:last-child), #dashboard .hero-buttons .pagination a:not(:last-child), #dashboard .pagination .hero-buttons a:not(:last-child) {
    margin-right: 20px;
  }
}

#dashboard .hero {
  background: white;
  text-align: center;
}

#dashboard .hero .header {
  background: none;
}

#dashboard .hero .header .container {
  box-shadow: 0 1px 0 rgba(211, 214, 219, 0.3);
}

#dashboard .hero .tabs a {
  border: none;
}

#dashboard .hero .tabs ul {
  border-bottom: none;
}

#dashboard .hero .tabs.is-boxed a {
  padding: 8px 15px;
}

#dashboard .hero.is-dark {
  background: #222324;
  color: white;
}

#dashboard .hero.is-dark .title {
  color: white;
}

#dashboard .hero.is-dark .title a,
#dashboard .hero.is-dark .title strong {
  color: inherit;
}

#dashboard .hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.7);
}

#dashboard .hero.is-dark .subtitle strong {
  color: white;
}

#dashboard .hero.is-dark .header .container {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

#dashboard .hero.is-dark .header-icon,
#dashboard .hero.is-dark a.header-item,
#dashboard .hero.is-dark .header-item > a:not(.button) {
  color: rgba(255, 255, 255, 0.5);
}

#dashboard .hero.is-dark .header-icon:hover, #dashboard .hero.is-dark .header-icon.is-active,
#dashboard .hero.is-dark a.header-item:hover,
#dashboard .hero.is-dark a.header-item.is-active,
#dashboard .hero.is-dark .header-item > a:not(.button):hover,
#dashboard .hero.is-dark .header-item > a:not(.button).is-active {
  color: white;
}

#dashboard .hero.is-dark .tabs a {
  color: white;
  opacity: 0.5;
}

#dashboard .hero.is-dark .tabs a:hover {
  opacity: 1;
}

#dashboard .hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

#dashboard .hero.is-dark .tabs.is-boxed a, #dashboard .hero.is-dark .tabs.is-toggle a {
  color: white;
}

#dashboard .hero.is-dark .tabs.is-boxed a:hover, #dashboard .hero.is-dark .tabs.is-toggle a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#dashboard .hero.is-dark .tabs.is-boxed li.is-active a, #dashboard .hero.is-dark .tabs.is-boxed li.is-active a:hover, #dashboard .hero.is-dark .tabs.is-toggle li.is-active a, #dashboard .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background: white;
  color: #222324;
}

#dashboard .hero.is-dark.is-bold {
  background-image: -webkit-linear-gradient(309deg, #080a0b 0%, #222324 71%, #2c2e34 100%);
  background-image: linear-gradient(141deg, #080a0b 0%, #222324 71%, #2c2e34 100%);
}

@media screen and (max-width: 768px) {
  #dashboard .hero.is-dark .header-toggle span {
    background: white;
  }
  #dashboard .hero.is-dark .header-toggle:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #dashboard .hero.is-dark .header-toggle.is-active span {
    background: white;
  }
  #dashboard .hero.is-dark .header-menu .header-item {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}

#dashboard .hero.is-primary {
  background: #1fc8db;
  color: white;
}

#dashboard .hero.is-primary .title {
  color: white;
}

#dashboard .hero.is-primary .title a,
#dashboard .hero.is-primary .title strong {
  color: inherit;
}

#dashboard .hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.7);
}

#dashboard .hero.is-primary .subtitle strong {
  color: white;
}

#dashboard .hero.is-primary .header .container {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

#dashboard .hero.is-primary .header-icon,
#dashboard .hero.is-primary a.header-item,
#dashboard .hero.is-primary .header-item > a:not(.button) {
  color: rgba(255, 255, 255, 0.5);
}

#dashboard .hero.is-primary .header-icon:hover, #dashboard .hero.is-primary .header-icon.is-active,
#dashboard .hero.is-primary a.header-item:hover,
#dashboard .hero.is-primary a.header-item.is-active,
#dashboard .hero.is-primary .header-item > a:not(.button):hover,
#dashboard .hero.is-primary .header-item > a:not(.button).is-active {
  color: white;
}

#dashboard .hero.is-primary .tabs a {
  color: white;
  opacity: 0.5;
}

#dashboard .hero.is-primary .tabs a:hover {
  opacity: 1;
}

#dashboard .hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

#dashboard .hero.is-primary .tabs.is-boxed a, #dashboard .hero.is-primary .tabs.is-toggle a {
  color: white;
}

#dashboard .hero.is-primary .tabs.is-boxed a:hover, #dashboard .hero.is-primary .tabs.is-toggle a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#dashboard .hero.is-primary .tabs.is-boxed li.is-active a, #dashboard .hero.is-primary .tabs.is-boxed li.is-active a:hover, #dashboard .hero.is-primary .tabs.is-toggle li.is-active a, #dashboard .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background: white;
  color: #1fc8db;
}

#dashboard .hero.is-primary.is-bold {
  background-image: -webkit-linear-gradient(309deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%);
  background-image: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%);
}

@media screen and (max-width: 768px) {
  #dashboard .hero.is-primary .header-toggle span {
    background: white;
  }
  #dashboard .hero.is-primary .header-toggle:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #dashboard .hero.is-primary .header-toggle.is-active span {
    background: white;
  }
  #dashboard .hero.is-primary .header-menu .header-item {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}

#dashboard .hero.is-info {
  background: #42afe3;
  color: white;
}

#dashboard .hero.is-info .title {
  color: white;
}

#dashboard .hero.is-info .title a,
#dashboard .hero.is-info .title strong {
  color: inherit;
}

#dashboard .hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.7);
}

#dashboard .hero.is-info .subtitle strong {
  color: white;
}

#dashboard .hero.is-info .header .container {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

#dashboard .hero.is-info .header-icon,
#dashboard .hero.is-info a.header-item,
#dashboard .hero.is-info .header-item > a:not(.button) {
  color: rgba(255, 255, 255, 0.5);
}

#dashboard .hero.is-info .header-icon:hover, #dashboard .hero.is-info .header-icon.is-active,
#dashboard .hero.is-info a.header-item:hover,
#dashboard .hero.is-info a.header-item.is-active,
#dashboard .hero.is-info .header-item > a:not(.button):hover,
#dashboard .hero.is-info .header-item > a:not(.button).is-active {
  color: white;
}

#dashboard .hero.is-info .tabs a {
  color: white;
  opacity: 0.5;
}

#dashboard .hero.is-info .tabs a:hover {
  opacity: 1;
}

#dashboard .hero.is-info .tabs li.is-active a {
  opacity: 1;
}

#dashboard .hero.is-info .tabs.is-boxed a, #dashboard .hero.is-info .tabs.is-toggle a {
  color: white;
}

#dashboard .hero.is-info .tabs.is-boxed a:hover, #dashboard .hero.is-info .tabs.is-toggle a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#dashboard .hero.is-info .tabs.is-boxed li.is-active a, #dashboard .hero.is-info .tabs.is-boxed li.is-active a:hover, #dashboard .hero.is-info .tabs.is-toggle li.is-active a, #dashboard .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background: white;
  color: #42afe3;
}

#dashboard .hero.is-info.is-bold {
  background-image: -webkit-linear-gradient(309deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%);
  background-image: linear-gradient(141deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%);
}

@media screen and (max-width: 768px) {
  #dashboard .hero.is-info .header-toggle span {
    background: white;
  }
  #dashboard .hero.is-info .header-toggle:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #dashboard .hero.is-info .header-toggle.is-active span {
    background: white;
  }
  #dashboard .hero.is-info .header-menu .header-item {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}

#dashboard .hero.is-success {
  background: #97cd76;
  color: white;
}

#dashboard .hero.is-success .title {
  color: white;
}

#dashboard .hero.is-success .title a,
#dashboard .hero.is-success .title strong {
  color: inherit;
}

#dashboard .hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.7);
}

#dashboard .hero.is-success .subtitle strong {
  color: white;
}

#dashboard .hero.is-success .header .container {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

#dashboard .hero.is-success .header-icon,
#dashboard .hero.is-success a.header-item,
#dashboard .hero.is-success .header-item > a:not(.button) {
  color: rgba(255, 255, 255, 0.5);
}

#dashboard .hero.is-success .header-icon:hover, #dashboard .hero.is-success .header-icon.is-active,
#dashboard .hero.is-success a.header-item:hover,
#dashboard .hero.is-success a.header-item.is-active,
#dashboard .hero.is-success .header-item > a:not(.button):hover,
#dashboard .hero.is-success .header-item > a:not(.button).is-active {
  color: white;
}

#dashboard .hero.is-success .tabs a {
  color: white;
  opacity: 0.5;
}

#dashboard .hero.is-success .tabs a:hover {
  opacity: 1;
}

#dashboard .hero.is-success .tabs li.is-active a {
  opacity: 1;
}

#dashboard .hero.is-success .tabs.is-boxed a, #dashboard .hero.is-success .tabs.is-toggle a {
  color: white;
}

#dashboard .hero.is-success .tabs.is-boxed a:hover, #dashboard .hero.is-success .tabs.is-toggle a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#dashboard .hero.is-success .tabs.is-boxed li.is-active a, #dashboard .hero.is-success .tabs.is-boxed li.is-active a:hover, #dashboard .hero.is-success .tabs.is-toggle li.is-active a, #dashboard .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background: white;
  color: #97cd76;
}

#dashboard .hero.is-success.is-bold {
  background-image: -webkit-linear-gradient(309deg, #8ecb45 0%, #97cd76 71%, #96d885 100%);
  background-image: linear-gradient(141deg, #8ecb45 0%, #97cd76 71%, #96d885 100%);
}

@media screen and (max-width: 768px) {
  #dashboard .hero.is-success .header-toggle span {
    background: white;
  }
  #dashboard .hero.is-success .header-toggle:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #dashboard .hero.is-success .header-toggle.is-active span {
    background: white;
  }
  #dashboard .hero.is-success .header-menu .header-item {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}

#dashboard .hero.is-warning {
  background: #fce473;
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .hero.is-warning .title {
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .hero.is-warning .title a,
#dashboard .hero.is-warning .title strong {
  color: inherit;
}

#dashboard .hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.7);
}

#dashboard .hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .hero.is-warning .header .container {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#dashboard .hero.is-warning .header-icon,
#dashboard .hero.is-warning a.header-item,
#dashboard .hero.is-warning .header-item > a:not(.button) {
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .hero.is-warning .header-icon:hover, #dashboard .hero.is-warning .header-icon.is-active,
#dashboard .hero.is-warning a.header-item:hover,
#dashboard .hero.is-warning a.header-item.is-active,
#dashboard .hero.is-warning .header-item > a:not(.button):hover,
#dashboard .hero.is-warning .header-item > a:not(.button).is-active {
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}

#dashboard .hero.is-warning .tabs a:hover {
  opacity: 1;
}

#dashboard .hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

#dashboard .hero.is-warning .tabs.is-boxed a, #dashboard .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.5);
}

#dashboard .hero.is-warning .tabs.is-boxed a:hover, #dashboard .hero.is-warning .tabs.is-toggle a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#dashboard .hero.is-warning .tabs.is-boxed li.is-active a, #dashboard .hero.is-warning .tabs.is-boxed li.is-active a:hover, #dashboard .hero.is-warning .tabs.is-toggle li.is-active a, #dashboard .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fce473;
}

#dashboard .hero.is-warning.is-bold {
  background-image: -webkit-linear-gradient(309deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%);
  background-image: linear-gradient(141deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%);
}

@media screen and (max-width: 768px) {
  #dashboard .hero.is-warning .header-toggle span {
    background: rgba(0, 0, 0, 0.5);
  }
  #dashboard .hero.is-warning .header-toggle:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #dashboard .hero.is-warning .header-toggle.is-active span {
    background: rgba(0, 0, 0, 0.5);
  }
  #dashboard .hero.is-warning .header-menu .header-item {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
}

#dashboard .hero.is-danger {
  background: #ed6c63;
  color: white;
}

#dashboard .hero.is-danger .title {
  color: white;
}

#dashboard .hero.is-danger .title a,
#dashboard .hero.is-danger .title strong {
  color: inherit;
}

#dashboard .hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.7);
}

#dashboard .hero.is-danger .subtitle strong {
  color: white;
}

#dashboard .hero.is-danger .header .container {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

#dashboard .hero.is-danger .header-icon,
#dashboard .hero.is-danger a.header-item,
#dashboard .hero.is-danger .header-item > a:not(.button) {
  color: rgba(255, 255, 255, 0.5);
}

#dashboard .hero.is-danger .header-icon:hover, #dashboard .hero.is-danger .header-icon.is-active,
#dashboard .hero.is-danger a.header-item:hover,
#dashboard .hero.is-danger a.header-item.is-active,
#dashboard .hero.is-danger .header-item > a:not(.button):hover,
#dashboard .hero.is-danger .header-item > a:not(.button).is-active {
  color: white;
}

#dashboard .hero.is-danger .tabs a {
  color: white;
  opacity: 0.5;
}

#dashboard .hero.is-danger .tabs a:hover {
  opacity: 1;
}

#dashboard .hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

#dashboard .hero.is-danger .tabs.is-boxed a, #dashboard .hero.is-danger .tabs.is-toggle a {
  color: white;
}

#dashboard .hero.is-danger .tabs.is-boxed a:hover, #dashboard .hero.is-danger .tabs.is-toggle a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#dashboard .hero.is-danger .tabs.is-boxed li.is-active a, #dashboard .hero.is-danger .tabs.is-boxed li.is-active a:hover, #dashboard .hero.is-danger .tabs.is-toggle li.is-active a, #dashboard .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background: white;
  color: #ed6c63;
}

#dashboard .hero.is-danger.is-bold {
  background-image: -webkit-linear-gradient(309deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%);
  background-image: linear-gradient(141deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%);
}

@media screen and (max-width: 768px) {
  #dashboard .hero.is-danger .header-toggle span {
    background: white;
  }
  #dashboard .hero.is-danger .header-toggle:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #dashboard .hero.is-danger .header-toggle.is-active span {
    background: white;
  }
  #dashboard .hero.is-danger .header-menu .header-item {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 769px) {
  #dashboard .hero.is-fullheight .tabs, #dashboard .hero.is-large .tabs {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  #dashboard .hero.is-medium .hero-content {
    padding: 120px 20px;
  }
}

@media screen and (min-width: 980px) {
  #dashboard .hero.is-medium .hero-content {
    padding: 120px 0;
  }
}

#dashboard .hero.is-large .tabs a {
  padding: 10px 15px;
}

@media screen and (min-width: 769px) {
  #dashboard .hero.is-large .hero-content {
    padding: 240px 20px;
  }
}

@media screen and (min-width: 980px) {
  #dashboard .hero.is-large .hero-content {
    padding: 240px 0;
  }
}

#dashboard .hero.is-fullheight {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

#dashboard .hero.is-fullheight .tabs a {
  padding: 15px 20px;
}

#dashboard .hero.is-fullheight .hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#dashboard .hero.is-left {
  text-align: left;
}

#dashboard .hero.is-right {
  text-align: right;
}

#dashboard .section {
  background: white;
  padding: 40px 20px;
}

#dashboard .section + .section {
  border-top: 1px solid rgba(211, 214, 219, 0.5);
}

@media screen and (min-width: 980px) {
  #dashboard .section {
    padding: 40px 0;
  }
  #dashboard .section.is-medium {
    padding: 120px 0;
  }
  #dashboard .section.is-large {
    padding: 240px 0;
  }
}

#dashboard .footer {
  background: #f5f7fa;
  padding: 40px 20px 80px;
}

#dashboard .footer a {
  color: #69707a;
}

#dashboard .footer a:hover {
  color: #222324;
}

#dashboard .footer a:not(.icon) {
  border-bottom: 1px solid #d3d6db;
}

#dashboard .footer a:not(.icon):hover {
  border-bottom-color: #1fc8db;
}
