@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

h1 {
  font-size: 1.25rem;
  color: #363636;
  font-weight: 600;
}

h4 {
  font-size: 1.15rem;
  color: #363636;
  font-weight: 600;
}

h5 {
  font-size: 1.25rem;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

table tr.inactive {
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.4);
}

body,
.app-root {
  min-height: 100vh;
}

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.table-filters label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  display: block;
}

.payment-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.payment-row div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 10px;
}

.payment-row div small {
  font-size: 11px;
}

.payment-row + .payment-row {
  margin-top: 10px;
}

.interval-filter {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.interval-filter span {
  margin-right: 5px;
}

.interval-filter input + span {
  margin-left: 5px;
}

.is-clickable {
  cursor: pointer;
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: flex;
}

.justify-content-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
          align-items: center;
}

.img-size-100 {
  width: 100px;
  height: 100px;
}

.img-size-64 {
  width: 64px;
  height: 64px;
}

.img-size-32 {
  width: 32px;
  height: 32px;
}

.img-size-16 {
  width: 16px;
  height: 16px;
}

.navbar {
  z-index: 1;
  box-shadow: 0 1px 1px rgba(10, 10, 10, 0.35);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  margin-left: 182px;
}

.navbar .input-group {
  width: 500px;
}

.navbar a:hover {
  color: #3273dc;
}

.button-group {
  display: -webkit-box;
  display: flex;
}

.button-group .btn {
  -webkit-box-flex: 1;
          flex: 1;
  width: 10%;
  border-radius: 0;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}

.button-group .btn i {
  margin: 0 !important;
}

.button-group .btn:nth-child(22) {
  border-left: 0;
  border-right: 0;
}

.button-group .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.button-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.row {
  display: -webkit-box;
  display: flex;
  margin-right: -20px;
  flex-wrap: wrap;
}

.col-flex {
  -webkit-box-flex: 1;
          flex: 1;
  padding-right: 20px;
}

.col-simple {
  padding-right: 20px;
}

.col-sm-12 {
  width: calc(100% - 20px);
  margin-right: 20px;
}

.col-sm-6 {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.col-sm-4 {
  width: calc(33.333% - 20px);
  margin-right: 20px;
}

.col-sm-3 {
  width: calc(25% - 20px);
  margin-right: 20px;
}

.col-sm-9 {
  width: calc(75% - 20px);
  margin-right: 20px;
}

.col-sm-2 {
  width: calc(16.666% - 20px);
  margin-right: 20px;
}

.breadcrumb li {
  display: inline-block;
  font-size: 0.8rem;
}

.breadcrumb li.active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "\B7";
  font-size: 16px;
  position: absolute;
  margin-top: -2px;
}

.breadcrumb a {
  -webkit-box-align: center;
          align-items: center;
  color: #3273dc;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 0.75em;
  text-transform: lowercase;
}

.float-right {
  float: right;
}

aside {
  padding-bottom: 20px;
  width: 180px;
  font-size: 0.85em;
  max-height: 100vh;
  z-index: 1;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.35);
  -webkit-transition: width margin-left 0.3s ease;
  transition: width margin-left 0.3s ease;
  position: fixed;
  bottom: 0;
  top: 0;
}

aside p,
aside .brand-text {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  white-space: nowrap;
}

.control-sidebar {
  right: 0;
  background: #fff;
  top: 52px;
  -webkit-transform: translateX(182px);
          transform: translateX(182px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.content-header {
  padding: 10px 0 15px;
}

.content-wrapper {
  position: relative;
  margin-left: 180px;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  padding-top: 52px;
}

.navbar-nav {
  margin-left: 10px;
}

.input-group {
  display: -webkit-box;
  display: flex;
}

.input-group.has-icon-left,
.input-group.has-icon-right {
  position: relative;
}

.input-group.has-icon-left input:hover ~ i.fa-search,
.input-group.has-icon-right input:hover ~ i.fa-search {
  color: #4a4a4a !important;
}

.input-group.has-icon-left.has-icon-left input,
.input-group.has-icon-right.has-icon-left input {
  padding-left: 2.25rem;
}

.input-group.has-icon-left.has-icon-right input,
.input-group.has-icon-right.has-icon-right input {
  padding-right: 2.25rem;
}

.input-group.has-icon-left i,
.input-group.has-icon-right i {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  line-height: 2.25rem;
  text-align: center;
}

.input-group.has-icon-left i.icon-left,
.input-group.has-icon-right i.icon-left {
  left: 0;
}

.input-group.has-icon-left i.icon-right,
.input-group.has-icon-right i.icon-right {
  right: 0;
}

.input-group.has-icon-left .delete,
.input-group.has-icon-right .delete {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.input:focus,
.input.is-focused,
.input:active,
.input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

button:hover,
.btn.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

button i {
  margin-left: 5px;
}

.input.is-rounded {
  border-radius: 290486px;
}

.modal-close,
.delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.modal-close.is-small,
.delete.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.modal-close.is-large,
.delete.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal-close::before,
.delete::before,
.modal-close::after,
.delete::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.modal-close:hover,
.delete:hover,
.modal-close:focus,
.delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.modal-close::before,
.delete::before {
  height: 2px;
  width: 50%;
}

.modal-close::after,
.delete::after {
  height: 50%;
  width: 2px;
}

[readonly=readonly] {
  pointer-events: none;
  opacity: 0.5;
}

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

.page-previous:focus,
.page-next:focus,
.page-link:focus,
.page-ellipsis:focus,
.file-cta:focus,
.file-name:focus,
.select select:focus,
.input:focus,
.textarea:focus,
.btn:focus,
.is-focused.page-previous,
.is-focused.page-next,
.is-focused.page-link,
.is-focused.page-ellipsis,
.is-focused.file-cta,
.is-focused.file-name,
.select select.is-focused,
.is-focused.input,
.is-focused.textarea,
.is-focused.btn,
.page-previous:active,
.page-next:active,
.page-link:active,
.page-ellipsis:active,
.file-cta:active,
.file-name:active,
.select select:active,
.input:active,
.textarea:active,
.btn:active,
.is-active.page-previous,
.is-active.page-next,
.is-active.page-link,
.is-active.page-ellipsis,
.is-active.file-cta,
.is-active.file-name,
.select select.is-active,
.is-active.input,
.is-active.textarea,
.is-active.btn {
  outline: none;
}

.page-previous,
.page-next,
.page-link,
.page-ellipsis,
.file-cta,
.file-name,
.select select,
.input,
.textarea,
.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.page-previous.is-small,
.page-next.is-small,
.page-link.is-small,
.page-ellipsis.is-small,
.file-cta.is-small,
.file-name.is-small,
.select select.is-small,
.input.is-small,
.textarea.is-small,
.btn.is-small {
  font-size: 10px;
  padding: 2px 5px;
}

.page-previous.icon-btn,
.page-next.icon-btn,
.page-link.icon-btn,
.page-ellipsis.icon-btn,
.file-cta.icon-btn,
.file-name.icon-btn,
.select select.icon-btn,
.input.icon-btn,
.textarea.icon-btn,
.btn.icon-btn {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 5px;
}

.page-previous.icon-btn i,
.page-next.icon-btn i,
.page-link.icon-btn i,
.page-ellipsis.icon-btn i,
.file-cta.icon-btn i,
.file-name.icon-btn i,
.select select.icon-btn i,
.input.icon-btn i,
.textarea.icon-btn i,
.btn.icon-btn i {
  margin: 0 5px;
}

.ir {
  position: relative;
}

.finance {
  display: -webkit-box;
  display: flex;
}

.finance li {
  width: 100px;
  text-align: center;
}

.finance li .ps {
  min-height: 48px;
}

.finance li .ps i {
  display: none;
}

.finance li .ps.loading .num,
.finance li .ps.loading small {
  display: none;
}

.finance li .ps.loading i {
  display: block;
}

.finance li .num {
  font-weight: bold;
  width: 100%;
  font-size: 18px;
}

.finance li small {
  font-size: 9px;
}

.title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.subtitle {
  margin-bottom: 1.5em;
}

.btn.is-pressed {
  background: #ccc !important;
}

.page-link.is-current {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.brand-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  box-shadow: 0 1px 1px rgba(10, 10, 10, 0.35);
  height: 50px;
}

.brand-link .brand-image {
  float: left;
  line-height: 0.8;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  margin-top: -3px;
  max-height: 40px;
  width: auto;
}

.user-panel {
  padding: 5px 0.75rem 5px;
  border-bottom: 1px solid #dbdbdb;
}

.user-panel img {
  height: auto;
  width: 2.1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  margin-right: 5px;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.img-circle {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

video {
  width: 100% !important;
  height: auto !important;
}

.main-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 50px;
  -webkit-box-align: center;
          align-items: center;
}

a {
  text-decoration: none;
}

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

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

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

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

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

.nav-item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 2px;
  color: #4a4a4a;
  padding: 0.5em 0.75em;
  overflow: hidden;
}

.nav-item a i {
  margin-right: 5px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  color: #212529;
  background-color: transparent;
}

.table.table-hover tdoby tr:hover {
  background-color: #fafafa;
}

.table.table-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

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

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

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

td,
th {
  white-space: nowrap;
}

.table th {
  color: #363636;
  text-align: left;
  border-width: 0 0 2px;
  font-weight: 600;
}

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

.container-fluid {
  padding: 0 20px;
}

.page-link,
.page-ellipsis,
.file-cta,
.file-name,
.select select,
.input,
.textarea,
.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.page-previous,
.page-next {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

.input,
.textarea {
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

.textarea {
  min-height: 100px;
}

.input:hover,
.input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #b5b5b5;
}

.card {
  border-radius: 0.5em;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  padding: 0;
  position: relative;
}

.card .border-all {
  border-radius: 0.5em !important;
}

.card .card-header,
.card .card-footer {
  padding: 10px;
}

.card .card-header {
  border-radius: 0.5em 0.5em 0 0;
}

.card .card-footer {
  border-radius: 0 0 0.5em 0.5em;
}

.card.is-hoverable:hover {
  box-shadow: 0 2px 18px 1px rgba(42, 51, 83, 0.35);
}

.dropdown-menu {
  position: absolute;
}

.modal {
  display: none;
}

.pagination,
.page-list {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}

.page-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em;
  font-size: 0.85rem;
}

.page-previous,
.page-next,
.page-link,
.page-ellipsis {
  font-size: 0.8rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0.25rem;
  text-align: center;
}

.page-link.active {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

footer {
  margin-left: 180px;
  text-align: center;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  padding: 3rem 1.5rem 6rem;
}

.fas.fa-check,
.fas.fa-times {
  color: #fff;
  font-size: 0.8rem;
  height: 1.4em;
  box-shadow: 0 1px 1px rgba(10, 10, 10, 0.2);
  width: 1.4em;
  text-align: center;
  line-height: 1.4em;
  border-radius: 3px;
}

.fas.fa-check {
  background-color: #23d160;
}

.fas.fa-times {
  background-color: #e74c3c;
}

.badge {
  font-weight: 600;
  height: 1.4em;
  box-shadow: 0 1px 1px rgba(10, 10, 10, 0.2);
  -webkit-box-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
  font-size: 10px;
}

html body .is-success {
  background: #48c774 !important;
  color: #fff !important;
}

html body .is-danger {
  background: #f14668 !important;
  color: #fff !important;
}

html body .is-info {
  background-color: #3298dc !important;
  color: #fff !important;
}

html body .is-warning {
  background-color: #ffdd57 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

html body .is-primary {
  background-color: #00d1b2 !important;
  color: #fff !important;
}

html body .is-white {
  background-color: #fff !important;
  color: #0a0a0a !important;
}

html body .is-light {
  background-color: #f5f5f5 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

html body .is-dark {
  background-color: #363636 !important;
  color: #fff !important;
}

html body .is-black {
  background-color: #000 !important;
  color: #fff !important;
}

html body .btn.is-success {
  border-color: #48c774 !important;
}

html body .btn.is-danger {
  border-color: #f14668 !important;
}

html body .btn.is-info {
  border-color: #3298dc !important;
}

html body .btn.is-warning {
  border-color: #ffdd57 !important;
}

html body .btn.is-primary {
  border-color: #00d1b2 !important;
}

html body .btn.is-white {
  border-color: #fff !important;
}

html body .btn.is-light {
  border-color: #f5f5f5 !important;
}

html body .btn.is-dark {
  border-color: #363636 !important;
}

html body .btn.is-black {
  border-color: #000 !important;
}

.nav-link i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar p {
  font-size: 15px;
}

.sidebar-collapse .sidebar .nav-item a {
  -webkit-box-pack: center;
          justify-content: center;
}

.sidebar-collapse .sidebar .nav-item a i {
  margin-right: 0;
  font-size: 17px;
}

.sidebar-collapse .main-sidebar {
  width: 45px;
}

.sidebar-collapse .main-sidebar p,
.sidebar-collapse .main-sidebar .brand-text {
  width: 0;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
}

.sidebar-collapse footer {
  margin-left: 45px;
}

.sidebar-collapse .navbar-nav .nav-link i.fa-bars {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.sidebar-collapse .brand-link .brand-image {
  margin-left: auto;
  margin-right: auto;
}

.sidebar-collapse .content-wrapper {
  margin-left: 45px;
}

.sidebar-collapse .navbar {
  margin-left: 47px;
}

.control-sidebar-slide-open .control-sidebar {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.has-background-light {
  background-color: whitesmoke !important;
}

.logout-link {
  text-decoration: underline;
  cursor: pointer;
}

.angle i {
  font-size: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.angle.is-up i {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.is-invalid {
  border-color: #dc3545 !important;
}

.main-sidebar {
  background: #fff;
}

.error {
  color: #dc3545;
}

.table-header-controls {
  display: -webkit-inline-box;
  display: inline-flex;
}

.table-header-controls .sorter {
  font-size: 10px;
  opacity: 0.7;
}

.table-header-controls .delete {
  margin-left: 5px;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 20px;
}

.tabs ul {
  -webkit-box-align: center;
          align-items: center;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.tabs li {
  display: block;
}

.tabs a {
  -webkit-box-align: center;
          align-items: center;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.tabs li.active a {
  border-bottom-color: #363636;
  color: #363636;
}

.theme-dark {
  color: #dee5ed;
  background-color: #1c2531;
}

.theme-dark .has-background-light,
.theme-dark .control-sidebar {
  background: #2b3e4f !important;
}

.theme-dark .main-sidebar {
  background: #1c2531;
}

.theme-dark .btn.is-pressed {
  background: #1c2531 !important;
}

.theme-dark .nav-item a {
  color: #dee5ed;
}

.theme-dark .table-btn {
  color: #dee5ed;
  padding: 0.4em;
  font-size: 0.9em;
}

.theme-dark .menu-label {
  color: #5285af;
}

.theme-dark h1 {
  color: #dee5ed;
}

.theme-dark h4 {
  color: #dee5ed;
}

.theme-dark h6 {
  color: #dee5ed;
}

.theme-dark .table {
  background-color: #283243;
  color: #dee5ed;
}

.theme-dark .table td,
.theme-dark .table th {
  border-color: #232d3d;
  color: #bdcbdb !important;
}

.theme-dark .table thead tr {
  background: #2b3e4f !important;
}

.theme-dark .card {
  color: #dee5ed;
}

.theme-dark button {
  background-color: #232d3d !important;
  border-color: #232d3d !important;
  border-width: 1px;
  color: #dee5ed !important;
}

.theme-dark .breadcrumb a {
  color: #5285af;
}

.theme-dark .breadcrumb li.active a {
  color: #bdcbdb;
}

.theme-dark .brand-link {
  color: #5285af;
}

.theme-dark nav a:hover {
  color: #5285af;
}

.theme-dark .input,
.theme-dark .textarea {
  background-color: #283243;
  border-color: #232d3d;
  color: #dee5ed;
}

.theme-dark .dropdown,
.theme-dark .dropdown input {
  color: #dee5ed;
}

.theme-dark .input-group i {
  color: #5285af !important;
}

.theme-dark .button-group {
  display: -webkit-box;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.theme-dark .button-group .btn {
  border-radius: 0;
  -webkit-box-flex: 1;
          flex: 1;
  width: 10px;
}

.theme-dark .pagination .disabled a {
  background-color: #dee5ed;
  border-color: #dee5ed;
  box-shadow: none;
  color: #232d3d;
  opacity: 0.5;
}

.theme-dark .page-link {
  border-color: #232d3d;
  color: #5285af;
  min-width: 2.25em;
}

.theme-dark .card.is-hoverable {
  box-shadow: 0 2px 18px 1px rgba(42, 51, 83, 0.35);
}

.theme-dark .modal-content {
  background: #283243 !important;
}

.theme-dark h5 {
  color: #bdcbdb;
}

.theme-dark hr {
  opacity: 0.05;
}

.theme-dark .dropdown-menu {
  background-color: #283243;
}

.theme-dark .dropdown-menu .dropdown-item.active {
  background-color: #5285af;
  color: #fff;
}

.theme-dark .table.table-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #1c2531;
}

.theme-dark .table td,
.theme-dark .table th {
  border-color: #232d3d !important;
}

.theme-dark .dropdown-menu .dropdown-item {
  color: #dee5ed;
}

.theme-dark footer {
  color: #bdcbdb;
}

.theme-dark .input-group.has-icon-left input:hover ~ i.icon-left,
.theme-dark .input-group.has-icon-right input:hover ~ i.icon-left {
  color: #fff !important;
}

.theme-dark .vue-switch.checked {
  background: #0194ef;
}

.theme-dark .input:hover,
.theme-dark .input.is-hovered,
.theme-dark .textarea:hover,
.theme-dark .textarea.is-hovered {
  border-color: #0194ef;
}

.theme-dark .fa-lightbulb {
  color: #ffdd57;
}

.theme-dark .login-page a {
  color: #0194ef;
}

.theme-dark .login-page .card {
  background: #2b3e4f !important;
}

.theme-dark .page-link.is-current {
  background-color: #5285af;
  border-color: #5285af;
  color: #fff;
}

.theme-dark .tabs a {
  color: rgba(255, 255, 255, 0.5);
}

.theme-dark .tabs li.active a {
  border-bottom-color: #fff;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .col-md-6 {
    width: calc(50% - 20px);
  }

  .col-md-4 {
    width: calc(25% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .app-info {
    display: none;
  }

  footer {
    margin-left: 0 !important;
  }

  .col-sm-6 {
    width: calc(100% - 20px);
  }

  .col-sm-3 {
    width: calc(50% - 20px);
  }

  aside {
    z-index: 100;
  }

  .page-previous,
  .page-next {
    display: none !important;
  }

  nav .form-inline {
    display: none;
  }

  .breadcrumb {
    text-align: center;
    float: none;
  }

  .content-header h1 {
    display: none;
  }

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

  button span.hide-sm + i {
    margin: 0;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .card-header > .d-flex {
    flex-wrap: wrap;
  }

  .card-header > .d-flex .card-tools {
    margin-top: 10px;
    -webkit-box-ordinal-group: 1000;
            order: 999;
    width: 100%;
  }

  .card-header > .d-flex .card-tools .input-group {
    width: 100% !important;
  }

  .card-footer .d-flex {
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .card-footer .d-flex > div {
    width: 100%;
  }

  .card-footer .d-flex .info {
    margin-bottom: 5px;
  }

  .brand-link .brand-image {
    max-height: 25px;
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }

  .main-sidebar {
    width: 180px !important;
  }

  .navbar {
    margin-left: 182px !important;
  }

  .main-sidebar p,
  .main-sidebar .brand-text {
    width: auto !important;
    opacity: 1 !important;
  }

  .sidebar-collapse .main-sidebar {
    margin-left: -180px;
  }

  .sidebar-collapse .navbar {
    margin-left: 0 !important;
  }

  .content-wrapper {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .col-xs-12 {
    width: calc(100% - 20px) !important;
  }

  .col-xs-6 {
    width: calc(50% - 20px) !important;
  }

  form > .card-body > .row > div {
    width: calc(100% - 20px);
  }
}

input[disabled] {
  opacity: 0.75;
}

