diff --git a/public/index.html b/public/index.html
index 8aaddae..aa9600f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -69,10 +69,12 @@
-
+
+
+
diff --git a/public/lib/buefy-0.7.5.css b/public/lib/buefy-0.7.5.css
new file mode 100644
index 0000000..1ced869
--- /dev/null
+++ b/public/lib/buefy-0.7.5.css
@@ -0,0 +1,9193 @@
+/*! Buefy v0.7.4 | MIT License | github.com/buefy/buefy */
+.is-noscroll {
+ position: fixed;
+ overflow-y: hidden;
+ width: 100%;
+ bottom: 0; }
+
+@keyframes fadeOut {
+ from {
+ opacity: 1; }
+ to {
+ opacity: 0; } }
+
+.fadeOut {
+ animation-name: fadeOut; }
+
+@keyframes fadeOutDown {
+ from {
+ opacity: 1; }
+ to {
+ opacity: 0;
+ transform: translate3d(0, 100%, 0); } }
+
+.fadeOutDown {
+ animation-name: fadeOutDown; }
+
+@keyframes fadeOutUp {
+ from {
+ opacity: 1; }
+ to {
+ opacity: 0;
+ transform: translate3d(0, -100%, 0); } }
+
+.fadeOutUp {
+ animation-name: fadeOutUp; }
+
+@keyframes fadeIn {
+ from {
+ opacity: 0; }
+ to {
+ opacity: 1; } }
+
+.fadeIn {
+ animation-name: fadeIn; }
+
+@keyframes fadeInDown {
+ from {
+ opacity: 0;
+ transform: translate3d(0, -100%, 0); }
+ to {
+ opacity: 1;
+ transform: none; } }
+
+.fadeInDown {
+ animation-name: fadeInDown; }
+
+@keyframes fadeInUp {
+ from {
+ opacity: 0;
+ transform: translate3d(0, 100%, 0); }
+ to {
+ opacity: 1;
+ transform: none; } }
+
+.fadeInUp {
+ animation-name: fadeInUp; }
+
+/**
+ * Vue Transitions
+ */
+.fade-enter-active,
+.fade-leave-active {
+ transition: opacity 150ms ease-out; }
+
+.fade-enter,
+.fade-leave-to {
+ opacity: 0; }
+
+.zoom-in-enter-active,
+.zoom-in-leave-active {
+ transition: opacity 150ms ease-out; }
+ .zoom-in-enter-active .animation-content,
+ .zoom-in-enter-active .animation-content,
+ .zoom-in-leave-active .animation-content,
+ .zoom-in-leave-active .animation-content {
+ transition: transform 150ms ease-out; }
+
+.zoom-in-enter,
+.zoom-in-leave-active {
+ opacity: 0; }
+ .zoom-in-enter .animation-content,
+ .zoom-in-enter .animation-content,
+ .zoom-in-leave-active .animation-content,
+ .zoom-in-leave-active .animation-content {
+ transform: scale(0.95); }
+
+.zoom-out-enter-active,
+.zoom-out-leave-active {
+ transition: opacity 150ms ease-out; }
+ .zoom-out-enter-active .animation-content,
+ .zoom-out-enter-active .animation-content,
+ .zoom-out-leave-active .animation-content,
+ .zoom-out-leave-active .animation-content {
+ transition: transform 150ms ease-out; }
+
+.zoom-out-enter,
+.zoom-out-leave-active {
+ opacity: 0; }
+ .zoom-out-enter .animation-content,
+ .zoom-out-enter .animation-content,
+ .zoom-out-leave-active .animation-content,
+ .zoom-out-leave-active .animation-content {
+ transform: scale(1.05); }
+
+.slide-next-enter-active,
+.slide-next-leave-active,
+.slide-prev-enter-active,
+.slide-prev-leave-active {
+ transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
+
+.slide-prev-leave-to, .slide-next-enter {
+ transform: translate3d(-100%, 0, 0);
+ position: absolute;
+ width: 100%; }
+
+.slide-prev-enter, .slide-next-leave-to {
+ transform: translate3d(100%, 0, 0);
+ position: absolute;
+ width: 100%; }
+
+/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
+@keyframes spinAround {
+ from {
+ transform: rotate(0deg); }
+ to {
+ transform: rotate(359deg); } }
+
+.delete, .modal-close, .is-unselectable, .button, .file, .breadcrumb, .pagination-previous,
+.pagination-next,
+.pagination-link,
+.pagination-ellipsis, .tabs {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none; }
+
+.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
+ border: 3px solid transparent;
+ border-radius: 2px;
+ border-right: 0;
+ border-top: 0;
+ content: " ";
+ display: block;
+ height: 0.625em;
+ margin-top: -0.4375em;
+ pointer-events: none;
+ position: absolute;
+ top: 50%;
+ transform: rotate(-45deg);
+ transform-origin: center;
+ width: 0.625em; }
+
+.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
+.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) {
+ margin-bottom: 1.5rem; }
+
+.delete, .modal-close {
+ -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;
+ 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; }
+ .delete::before, .modal-close::before, .delete::after, .modal-close::after {
+ background-color: white;
+ content: "";
+ display: block;
+ left: 50%;
+ position: absolute;
+ top: 50%;
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ transform-origin: center center; }
+ .delete::before, .modal-close::before {
+ height: 2px;
+ width: 50%; }
+ .delete::after, .modal-close::after {
+ height: 50%;
+ width: 2px; }
+ .delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
+ background-color: rgba(10, 10, 10, 0.3); }
+ .delete:active, .modal-close:active {
+ background-color: rgba(10, 10, 10, 0.4); }
+ .is-small.delete, .is-small.modal-close {
+ height: 16px;
+ max-height: 16px;
+ max-width: 16px;
+ min-height: 16px;
+ min-width: 16px;
+ width: 16px; }
+ .is-medium.delete, .is-medium.modal-close {
+ height: 24px;
+ max-height: 24px;
+ max-width: 24px;
+ min-height: 24px;
+ min-width: 24px;
+ width: 24px; }
+ .is-large.delete, .is-large.modal-close {
+ height: 32px;
+ max-height: 32px;
+ max-width: 32px;
+ min-height: 32px;
+ min-width: 32px;
+ width: 32px; }
+
+.button.is-loading::after, .select.is-loading::after, .control.is-loading::after, .loader {
+ animation: spinAround 500ms infinite linear;
+ border: 2px solid #dbdbdb;
+ border-radius: 290486px;
+ border-right-color: transparent;
+ border-top-color: transparent;
+ content: "";
+ display: block;
+ height: 1em;
+ position: relative;
+ width: 1em; }
+
+.is-overlay, .image.is-square img,
+.image.is-square .has-ratio, .image.is-1by1 img,
+.image.is-1by1 .has-ratio, .image.is-5by4 img,
+.image.is-5by4 .has-ratio, .image.is-4by3 img,
+.image.is-4by3 .has-ratio, .image.is-3by2 img,
+.image.is-3by2 .has-ratio, .image.is-5by3 img,
+.image.is-5by3 .has-ratio, .image.is-16by9 img,
+.image.is-16by9 .has-ratio, .image.is-2by1 img,
+.image.is-2by1 .has-ratio, .image.is-3by1 img,
+.image.is-3by1 .has-ratio, .image.is-4by5 img,
+.image.is-4by5 .has-ratio, .image.is-3by4 img,
+.image.is-3by4 .has-ratio, .image.is-2by3 img,
+.image.is-2by3 .has-ratio, .image.is-3by5 img,
+.image.is-3by5 .has-ratio, .image.is-9by16 img,
+.image.is-9by16 .has-ratio, .image.is-1by2 img,
+.image.is-1by2 .has-ratio, .image.is-1by3 img,
+.image.is-1by3 .has-ratio, .modal, .modal-background, .hero-video {
+ bottom: 0;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0; }
+
+.button, .input, .taginput .taginput-container.is-focusable,
+.textarea, .select select, .file-cta,
+.file-name, .pagination-previous,
+.pagination-next,
+.pagination-link,
+.pagination-ellipsis {
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ align-items: center;
+ border: 1px solid transparent;
+ border-radius: 4px;
+ box-shadow: none;
+ display: inline-flex;
+ font-size: 1rem;
+ height: 2.25em;
+ 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; }
+ .button:focus, .input:focus, .taginput .taginput-container.is-focusable:focus,
+ .textarea:focus, .select select:focus, .file-cta:focus,
+ .file-name:focus, .pagination-previous:focus,
+ .pagination-next:focus,
+ .pagination-link:focus,
+ .pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .taginput .is-focused.taginput-container.is-focusable,
+ .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
+ .is-focused.file-name, .is-focused.pagination-previous,
+ .is-focused.pagination-next,
+ .is-focused.pagination-link,
+ .is-focused.pagination-ellipsis, .button:active, .input:active, .taginput .taginput-container.is-focusable:active,
+ .textarea:active, .select select:active, .file-cta:active,
+ .file-name:active, .pagination-previous:active,
+ .pagination-next:active,
+ .pagination-link:active,
+ .pagination-ellipsis:active, .is-active.button, .is-active.input, .taginput .is-active.taginput-container.is-focusable,
+ .is-active.textarea, .select select.is-active, .is-active.file-cta,
+ .is-active.file-name, .is-active.pagination-previous,
+ .is-active.pagination-next,
+ .is-active.pagination-link,
+ .is-active.pagination-ellipsis {
+ outline: none; }
+ .button[disabled], .input[disabled], .taginput .taginput-container.is-focusable[disabled],
+ .textarea[disabled], .select select[disabled], .file-cta[disabled],
+ .file-name[disabled], .pagination-previous[disabled],
+ .pagination-next[disabled],
+ .pagination-link[disabled],
+ .pagination-ellipsis[disabled],
+ fieldset[disabled] .button,
+ fieldset[disabled] .input,
+ fieldset[disabled] .taginput .taginput-container.is-focusable,
+ .taginput fieldset[disabled] .taginput-container.is-focusable,
+ fieldset[disabled] .textarea,
+ fieldset[disabled] .select select,
+ .select fieldset[disabled] select,
+ fieldset[disabled] .file-cta,
+ fieldset[disabled] .file-name,
+ fieldset[disabled] .pagination-previous,
+ fieldset[disabled] .pagination-next,
+ fieldset[disabled] .pagination-link,
+ fieldset[disabled] .pagination-ellipsis {
+ cursor: not-allowed; }
+
+/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
+html,
+body,
+p,
+ol,
+ul,
+li,
+dl,
+dt,
+dd,
+blockquote,
+figure,
+fieldset,
+legend,
+textarea,
+pre,
+iframe,
+hr,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ margin: 0;
+ padding: 0; }
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-size: 100%;
+ font-weight: normal; }
+
+ul {
+ list-style: none; }
+
+button,
+input,
+select,
+textarea {
+ margin: 0; }
+
+html {
+ box-sizing: border-box; }
+
+*, *::before, *::after {
+ box-sizing: inherit; }
+
+img,
+embed,
+iframe,
+object,
+video {
+ height: auto;
+ max-width: 100%; }
+
+audio {
+ max-width: 100%; }
+
+iframe {
+ border: 0; }
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0; }
+
+td,
+th {
+ padding: 0;
+ text-align: left; }
+
+html {
+ background-color: white;
+ font-size: 16px;
+ -moz-osx-font-smoothing: grayscale;
+ -webkit-font-smoothing: antialiased;
+ min-width: 300px;
+ overflow-x: hidden;
+ overflow-y: scroll;
+ text-rendering: optimizeLegibility;
+ text-size-adjust: 100%; }
+
+article,
+aside,
+figure,
+footer,
+header,
+hgroup,
+section {
+ display: block; }
+
+body,
+button,
+input,
+select,
+textarea {
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
+
+code,
+pre {
+ -moz-osx-font-smoothing: auto;
+ -webkit-font-smoothing: auto;
+ font-family: monospace; }
+
+body {
+ color: #4a4a4a;
+ font-size: 1rem;
+ font-weight: 400;
+ line-height: 1.5; }
+
+a {
+ color: #7957d5;
+ cursor: pointer;
+ text-decoration: none; }
+ a strong {
+ color: currentColor; }
+ a:hover {
+ color: #363636; }
+
+code {
+ background-color: whitesmoke;
+ color: #ff3860;
+ font-size: 0.875em;
+ font-weight: normal;
+ padding: 0.25em 0.5em 0.25em; }
+
+hr {
+ background-color: whitesmoke;
+ border: none;
+ display: block;
+ height: 2px;
+ margin: 1.5rem 0; }
+
+img {
+ height: auto;
+ max-width: 100%; }
+
+input[type="checkbox"],
+input[type="radio"] {
+ vertical-align: baseline; }
+
+small {
+ font-size: 0.875em; }
+
+span {
+ font-style: inherit;
+ font-weight: inherit; }
+
+strong {
+ color: #363636;
+ font-weight: 700; }
+
+fieldset {
+ border: none; }
+
+pre {
+ -webkit-overflow-scrolling: touch;
+ background-color: whitesmoke;
+ color: #4a4a4a;
+ font-size: 0.875em;
+ overflow-x: auto;
+ padding: 1.25rem 1.5rem;
+ white-space: pre;
+ word-wrap: normal; }
+ pre code {
+ background-color: transparent;
+ color: currentColor;
+ font-size: 1em;
+ padding: 0; }
+
+table td,
+table th {
+ text-align: left;
+ vertical-align: top; }
+
+table th {
+ color: #363636; }
+
+.is-clearfix::after {
+ clear: both;
+ content: " ";
+ display: table; }
+
+.is-pulled-left {
+ float: left !important; }
+
+.is-pulled-right {
+ float: right !important; }
+
+.is-clipped {
+ overflow: hidden !important; }
+
+.is-size-1 {
+ font-size: 3rem !important; }
+
+.is-size-2 {
+ font-size: 2.5rem !important; }
+
+.is-size-3 {
+ font-size: 2rem !important; }
+
+.is-size-4 {
+ font-size: 1.5rem !important; }
+
+.is-size-5 {
+ font-size: 1.25rem !important; }
+
+.is-size-6 {
+ font-size: 1rem !important; }
+
+.is-size-7 {
+ font-size: 0.75rem !important; }
+
+@media screen and (max-width: 768px) {
+ .is-size-1-mobile {
+ font-size: 3rem !important; }
+ .is-size-2-mobile {
+ font-size: 2.5rem !important; }
+ .is-size-3-mobile {
+ font-size: 2rem !important; }
+ .is-size-4-mobile {
+ font-size: 1.5rem !important; }
+ .is-size-5-mobile {
+ font-size: 1.25rem !important; }
+ .is-size-6-mobile {
+ font-size: 1rem !important; }
+ .is-size-7-mobile {
+ font-size: 0.75rem !important; } }
+
+@media screen and (min-width: 769px), print {
+ .is-size-1-tablet {
+ font-size: 3rem !important; }
+ .is-size-2-tablet {
+ font-size: 2.5rem !important; }
+ .is-size-3-tablet {
+ font-size: 2rem !important; }
+ .is-size-4-tablet {
+ font-size: 1.5rem !important; }
+ .is-size-5-tablet {
+ font-size: 1.25rem !important; }
+ .is-size-6-tablet {
+ font-size: 1rem !important; }
+ .is-size-7-tablet {
+ font-size: 0.75rem !important; } }
+
+@media screen and (max-width: 1087px) {
+ .is-size-1-touch {
+ font-size: 3rem !important; }
+ .is-size-2-touch {
+ font-size: 2.5rem !important; }
+ .is-size-3-touch {
+ font-size: 2rem !important; }
+ .is-size-4-touch {
+ font-size: 1.5rem !important; }
+ .is-size-5-touch {
+ font-size: 1.25rem !important; }
+ .is-size-6-touch {
+ font-size: 1rem !important; }
+ .is-size-7-touch {
+ font-size: 0.75rem !important; } }
+
+@media screen and (min-width: 1088px) {
+ .is-size-1-desktop {
+ font-size: 3rem !important; }
+ .is-size-2-desktop {
+ font-size: 2.5rem !important; }
+ .is-size-3-desktop {
+ font-size: 2rem !important; }
+ .is-size-4-desktop {
+ font-size: 1.5rem !important; }
+ .is-size-5-desktop {
+ font-size: 1.25rem !important; }
+ .is-size-6-desktop {
+ font-size: 1rem !important; }
+ .is-size-7-desktop {
+ font-size: 0.75rem !important; } }
+
+@media screen and (min-width: 1280px) {
+ .is-size-1-widescreen {
+ font-size: 3rem !important; }
+ .is-size-2-widescreen {
+ font-size: 2.5rem !important; }
+ .is-size-3-widescreen {
+ font-size: 2rem !important; }
+ .is-size-4-widescreen {
+ font-size: 1.5rem !important; }
+ .is-size-5-widescreen {
+ font-size: 1.25rem !important; }
+ .is-size-6-widescreen {
+ font-size: 1rem !important; }
+ .is-size-7-widescreen {
+ font-size: 0.75rem !important; } }
+
+@media screen and (min-width: 1472px) {
+ .is-size-1-fullhd {
+ font-size: 3rem !important; }
+ .is-size-2-fullhd {
+ font-size: 2.5rem !important; }
+ .is-size-3-fullhd {
+ font-size: 2rem !important; }
+ .is-size-4-fullhd {
+ font-size: 1.5rem !important; }
+ .is-size-5-fullhd {
+ font-size: 1.25rem !important; }
+ .is-size-6-fullhd {
+ font-size: 1rem !important; }
+ .is-size-7-fullhd {
+ font-size: 0.75rem !important; } }
+
+.has-text-centered {
+ text-align: center !important; }
+
+.has-text-justified {
+ text-align: justify !important; }
+
+.has-text-left {
+ text-align: left !important; }
+
+.has-text-right {
+ text-align: right !important; }
+
+@media screen and (max-width: 768px) {
+ .has-text-centered-mobile {
+ text-align: center !important; } }
+
+@media screen and (min-width: 769px), print {
+ .has-text-centered-tablet {
+ text-align: center !important; } }
+
+@media screen and (min-width: 769px) and (max-width: 1087px) {
+ .has-text-centered-tablet-only {
+ text-align: center !important; } }
+
+@media screen and (max-width: 1087px) {
+ .has-text-centered-touch {
+ text-align: center !important; } }
+
+@media screen and (min-width: 1088px) {
+ .has-text-centered-desktop {
+ text-align: center !important; } }
+
+@media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .has-text-centered-desktop-only {
+ text-align: center !important; } }
+
+@media screen and (min-width: 1280px) {
+ .has-text-centered-widescreen {
+ text-align: center !important; } }
+
+@media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .has-text-centered-widescreen-only {
+ text-align: center !important; } }
+
+@media screen and (min-width: 1472px) {
+ .has-text-centered-fullhd {
+ text-align: center !important; } }
+
+@media screen and (max-width: 768px) {
+ .has-text-justified-mobile {
+ text-align: justify !important; } }
+
+@media screen and (min-width: 769px), print {
+ .has-text-justified-tablet {
+ text-align: justify !important; } }
+
+@media screen and (min-width: 769px) and (max-width: 1087px) {
+ .has-text-justified-tablet-only {
+ text-align: justify !important; } }
+
+@media screen and (max-width: 1087px) {
+ .has-text-justified-touch {
+ text-align: justify !important; } }
+
+@media screen and (min-width: 1088px) {
+ .has-text-justified-desktop {
+ text-align: justify !important; } }
+
+@media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .has-text-justified-desktop-only {
+ text-align: justify !important; } }
+
+@media screen and (min-width: 1280px) {
+ .has-text-justified-widescreen {
+ text-align: justify !important; } }
+
+@media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .has-text-justified-widescreen-only {
+ text-align: justify !important; } }
+
+@media screen and (min-width: 1472px) {
+ .has-text-justified-fullhd {
+ text-align: justify !important; } }
+
+@media screen and (max-width: 768px) {
+ .has-text-left-mobile {
+ text-align: left !important; } }
+
+@media screen and (min-width: 769px), print {
+ .has-text-left-tablet {
+ text-align: left !important; } }
+
+@media screen and (min-width: 769px) and (max-width: 1087px) {
+ .has-text-left-tablet-only {
+ text-align: left !important; } }
+
+@media screen and (max-width: 1087px) {
+ .has-text-left-touch {
+ text-align: left !important; } }
+
+@media screen and (min-width: 1088px) {
+ .has-text-left-desktop {
+ text-align: left !important; } }
+
+@media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .has-text-left-desktop-only {
+ text-align: left !important; } }
+
+@media screen and (min-width: 1280px) {
+ .has-text-left-widescreen {
+ text-align: left !important; } }
+
+@media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .has-text-left-widescreen-only {
+ text-align: left !important; } }
+
+@media screen and (min-width: 1472px) {
+ .has-text-left-fullhd {
+ text-align: left !important; } }
+
+@media screen and (max-width: 768px) {
+ .has-text-right-mobile {
+ text-align: right !important; } }
+
+@media screen and (min-width: 769px), print {
+ .has-text-right-tablet {
+ text-align: right !important; } }
+
+@media screen and (min-width: 769px) and (max-width: 1087px) {
+ .has-text-right-tablet-only {
+ text-align: right !important; } }
+
+@media screen and (max-width: 1087px) {
+ .has-text-right-touch {
+ text-align: right !important; } }
+
+@media screen and (min-width: 1088px) {
+ .has-text-right-desktop {
+ text-align: right !important; } }
+
+@media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .has-text-right-desktop-only {
+ text-align: right !important; } }
+
+@media screen and (min-width: 1280px) {
+ .has-text-right-widescreen {
+ text-align: right !important; } }
+
+@media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .has-text-right-widescreen-only {
+ text-align: right !important; } }
+
+@media screen and (min-width: 1472px) {
+ .has-text-right-fullhd {
+ text-align: right !important; } }
+
+.is-capitalized {
+ text-transform: capitalize !important; }
+
+.is-lowercase {
+ text-transform: lowercase !important; }
+
+.is-uppercase {
+ text-transform: uppercase !important; }
+
+.is-italic {
+ font-style: italic !important; }
+
+.has-text-white {
+ color: white !important; }
+
+a.has-text-white:hover, a.has-text-white:focus {
+ color: #e6e6e6 !important; }
+
+.has-background-white {
+ background-color: white !important; }
+
+.has-text-black {
+ color: #0a0a0a !important; }
+
+a.has-text-black:hover, a.has-text-black:focus {
+ color: black !important; }
+
+.has-background-black {
+ background-color: #0a0a0a !important; }
+
+.has-text-light {
+ color: whitesmoke !important; }
+
+a.has-text-light:hover, a.has-text-light:focus {
+ color: #dbdbdb !important; }
+
+.has-background-light {
+ background-color: whitesmoke !important; }
+
+.has-text-dark {
+ color: #363636 !important; }
+
+a.has-text-dark:hover, a.has-text-dark:focus {
+ color: #1c1c1c !important; }
+
+.has-background-dark {
+ background-color: #363636 !important; }
+
+.has-text-primary {
+ color: #7957d5 !important; }
+
+a.has-text-primary:hover, a.has-text-primary:focus {
+ color: #5a32c7 !important; }
+
+.has-background-primary {
+ background-color: #7957d5 !important; }
+
+.has-text-link {
+ color: #7957d5 !important; }
+
+a.has-text-link:hover, a.has-text-link:focus {
+ color: #5a32c7 !important; }
+
+.has-background-link {
+ background-color: #7957d5 !important; }
+
+.has-text-info {
+ color: #167df0 !important; }
+
+a.has-text-info:hover, a.has-text-info:focus {
+ color: #0d64c6 !important; }
+
+.has-background-info {
+ background-color: #167df0 !important; }
+
+.has-text-success {
+ color: #23d160 !important; }
+
+a.has-text-success:hover, a.has-text-success:focus {
+ color: #1ca64c !important; }
+
+.has-background-success {
+ background-color: #23d160 !important; }
+
+.has-text-warning {
+ color: #ffdd57 !important; }
+
+a.has-text-warning:hover, a.has-text-warning:focus {
+ color: #ffd324 !important; }
+
+.has-background-warning {
+ background-color: #ffdd57 !important; }
+
+.has-text-danger {
+ color: #ff3860 !important; }
+
+a.has-text-danger:hover, a.has-text-danger:focus {
+ color: #ff0537 !important; }
+
+.has-background-danger {
+ background-color: #ff3860 !important; }
+
+.has-text-black-bis {
+ color: #121212 !important; }
+
+.has-background-black-bis {
+ background-color: #121212 !important; }
+
+.has-text-black-ter {
+ color: #242424 !important; }
+
+.has-background-black-ter {
+ background-color: #242424 !important; }
+
+.has-text-grey-darker {
+ color: #363636 !important; }
+
+.has-background-grey-darker {
+ background-color: #363636 !important; }
+
+.has-text-grey-dark {
+ color: #4a4a4a !important; }
+
+.has-background-grey-dark {
+ background-color: #4a4a4a !important; }
+
+.has-text-grey {
+ color: #7a7a7a !important; }
+
+.has-background-grey {
+ background-color: #7a7a7a !important; }
+
+.has-text-grey-light {
+ color: #b5b5b5 !important; }
+
+.has-background-grey-light {
+ background-color: #b5b5b5 !important; }
+
+.has-text-grey-lighter {
+ color: #dbdbdb !important; }
+
+.has-background-grey-lighter {
+ background-color: #dbdbdb !important; }
+
+.has-text-white-ter {
+ color: whitesmoke !important; }
+
+.has-background-white-ter {
+ background-color: whitesmoke !important; }
+
+.has-text-white-bis {
+ color: #fafafa !important; }
+
+.has-background-white-bis {
+ background-color: #fafafa !important; }
+
+.has-text-weight-light {
+ font-weight: 300 !important; }
+
+.has-text-weight-normal {
+ font-weight: 400 !important; }
+
+.has-text-weight-semibold {
+ font-weight: 600 !important; }
+
+.has-text-weight-bold {
+ font-weight: 700 !important; }
+
+.is-family-primary {
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
+
+.is-family-secondary {
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
+
+.is-family-sans-serif {
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
+
+.is-family-monospace {
+ font-family: monospace !important; }
+
+.is-family-code {
+ font-family: monospace !important; }
+
+.is-block {
+ display: block !important; }
+
+@media screen and (max-width: 768px) {
+ .is-block-mobile {
+ display: block !important; } }
+
+@media screen and (min-width: 769px), print {
+ .is-block-tablet {
+ display: block !important; } }
+
+@media screen and (min-width: 769px) and (max-width: 1087px) {
+ .is-block-tablet-only {
+ display: block !important; } }
+
+@media screen and (max-width: 1087px) {
+ .is-block-touch {
+ display: block !important; } }
+
+@media screen and (min-width: 1088px) {
+ .is-block-desktop {
+ display: block !important; } }
+
+@media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .is-block-desktop-only {
+ display: block !important; } }
+
+@media screen and (min-width: 1280px) {
+ .is-block-widescreen {
+ display: block !important; } }
+
+@media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .is-block-widescreen-only {
+ display: block !important; } }
+
+@media screen and (min-width: 1472px) {
+ .is-block-fullhd {
+ display: block !important; } }
+
+.is-flex {
+ display: flex !important; }
+
+@media screen and (max-width: 768px) {
+ .is-flex-mobile {
+ display: flex !important; } }
+
+@media screen and (min-width: 769px), print {
+ .is-flex-tablet {
+ display: flex !important; } }
+
+@media screen and (min-width: 769px) and (max-width: 1087px) {
+ .is-flex-tablet-only {
+ display: flex !important; } }
+
+@media screen and (max-width: 1087px) {
+ .is-flex-touch {
+ display: flex !important; } }
+
+@media screen and (min-width: 1088px) {
+ .is-flex-desktop {
+ display: flex !important; } }
+
+@media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .is-flex-desktop-only {
+ display: flex !important; } }
+
+@media screen and (min-width: 1280px) {
+ .is-flex-widescreen {
+ display: flex !important; } }
+
+@media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .is-flex-widescreen-only {
+ display: flex !important; } }
+
+@media screen and (min-width: 1472px) {
+ .is-flex-fullhd {
+ display: flex !important; } }
+
+.is-inline {
+ display: inline !important; }
+
+@media screen and (max-width: 768px) {
+ .is-inline-mobile {
+ display: inline !important; } }
+
+@media screen and (min-width: 769px), print {
+ .is-inline-tablet {
+ display: inline !important; } }
+
+@media screen and (min-width: 769px) and (max-width: 1087px) {
+ .is-inline-tablet-only {
+ display: inline !important; } }
+
+@media screen and (max-width: 1087px) {
+ .is-inline-touch {
+ display: inline !important; } }
+
+@media screen and (min-width: 1088px) {
+ .is-inline-desktop {
+ display: inline !important; } }
+
+@media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .is-inline-desktop-only {
+ display: inline !important; } }
+
+@media screen and (min-width: 1280px) {
+ .is-inline-widescreen {
+ display: inline !important; } }
+
+@media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .is-inline-widescreen-only {
+ display: inline !important; } }
+
+@media screen and (min-width: 1472px) {
+ .is-inline-fullhd {
+ display: inline !important; } }
+
+.is-inline-block {
+ display: inline-block !important; }
+
+@media screen and (max-width: 768px) {
+ .is-inline-block-mobile {
+ display: inline-block !important; } }
+
+@media screen and (min-width: 769px), print {
+ .is-inline-block-tablet {
+ display: inline-block !important; } }
+
+@media screen and (min-width: 769px) and (max-width: 1087px) {
+ .is-inline-block-tablet-only {
+ display: inline-block !important; } }
+
+@media screen and (max-width: 1087px) {
+ .is-inline-block-touch {
+ display: inline-block !important; } }
+
+@media screen and (min-width: 1088px) {
+ .is-inline-block-desktop {
+ display: inline-block !important; } }
+
+@media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .is-inline-block-desktop-only {
+ display: inline-block !important; } }
+
+@media screen and (min-width: 1280px) {
+ .is-inline-block-widescreen {
+ display: inline-block !important; } }
+
+@media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .is-inline-block-widescreen-only {
+ display: inline-block !important; } }
+
+@media screen and (min-width: 1472px) {
+ .is-inline-block-fullhd {
+ display: inline-block !important; } }
+
+.is-inline-flex {
+ display: inline-flex !important; }
+
+@media screen and (max-width: 768px) {
+ .is-inline-flex-mobile {
+ display: inline-flex !important; } }
+
+@media screen and (min-width: 769px), print {
+ .is-inline-flex-tablet {
+ display: inline-flex !important; } }
+
+@media screen and (min-width: 769px) and (max-width: 1087px) {
+ .is-inline-flex-tablet-only {
+ display: inline-flex !important; } }
+
+@media screen and (max-width: 1087px) {
+ .is-inline-flex-touch {
+ display: inline-flex !important; } }
+
+@media screen and (min-width: 1088px) {
+ .is-inline-flex-desktop {
+ display: inline-flex !important; } }
+
+@media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .is-inline-flex-desktop-only {
+ display: inline-flex !important; } }
+
+@media screen and (min-width: 1280px) {
+ .is-inline-flex-widescreen {
+ display: inline-flex !important; } }
+
+@media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .is-inline-flex-widescreen-only {
+ display: inline-flex !important; } }
+
+@media screen and (min-width: 1472px) {
+ .is-inline-flex-fullhd {
+ display: inline-flex !important; } }
+
+.is-hidden {
+ display: none !important; }
+
+.is-sr-only {
+ border: none !important;
+ clip: rect(0, 0, 0, 0) !important;
+ height: 0.01em !important;
+ overflow: hidden !important;
+ padding: 0 !important;
+ position: absolute !important;
+ white-space: nowrap !important;
+ width: 0.01em !important; }
+
+@media screen and (max-width: 768px) {
+ .is-hidden-mobile {
+ display: none !important; } }
+
+@media screen and (min-width: 769px), print {
+ .is-hidden-tablet {
+ display: none !important; } }
+
+@media screen and (min-width: 769px) and (max-width: 1087px) {
+ .is-hidden-tablet-only {
+ display: none !important; } }
+
+@media screen and (max-width: 1087px) {
+ .is-hidden-touch {
+ display: none !important; } }
+
+@media screen and (min-width: 1088px) {
+ .is-hidden-desktop {
+ display: none !important; } }
+
+@media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .is-hidden-desktop-only {
+ display: none !important; } }
+
+@media screen and (min-width: 1280px) {
+ .is-hidden-widescreen {
+ display: none !important; } }
+
+@media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .is-hidden-widescreen-only {
+ display: none !important; } }
+
+@media screen and (min-width: 1472px) {
+ .is-hidden-fullhd {
+ display: none !important; } }
+
+.is-invisible {
+ visibility: hidden !important; }
+
+@media screen and (max-width: 768px) {
+ .is-invisible-mobile {
+ visibility: hidden !important; } }
+
+@media screen and (min-width: 769px), print {
+ .is-invisible-tablet {
+ visibility: hidden !important; } }
+
+@media screen and (min-width: 769px) and (max-width: 1087px) {
+ .is-invisible-tablet-only {
+ visibility: hidden !important; } }
+
+@media screen and (max-width: 1087px) {
+ .is-invisible-touch {
+ visibility: hidden !important; } }
+
+@media screen and (min-width: 1088px) {
+ .is-invisible-desktop {
+ visibility: hidden !important; } }
+
+@media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .is-invisible-desktop-only {
+ visibility: hidden !important; } }
+
+@media screen and (min-width: 1280px) {
+ .is-invisible-widescreen {
+ visibility: hidden !important; } }
+
+@media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .is-invisible-widescreen-only {
+ visibility: hidden !important; } }
+
+@media screen and (min-width: 1472px) {
+ .is-invisible-fullhd {
+ visibility: hidden !important; } }
+
+.is-marginless {
+ margin: 0 !important; }
+
+.is-paddingless {
+ padding: 0 !important; }
+
+.is-radiusless {
+ border-radius: 0 !important; }
+
+.is-shadowless {
+ box-shadow: none !important; }
+
+.box {
+ background-color: white;
+ border-radius: 6px;
+ 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; }
+
+a.box:hover, a.box:focus {
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #7957d5; }
+
+a.box:active {
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #7957d5; }
+
+.button {
+ background-color: white;
+ border-color: #dbdbdb;
+ border-width: 1px;
+ color: #363636;
+ cursor: pointer;
+ 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; }
+ .button strong {
+ color: inherit; }
+ .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
+ height: 1.5em;
+ width: 1.5em; }
+ .button .icon:first-child:not(:last-child) {
+ margin-left: calc(-0.375em - 1px);
+ margin-right: 0.1875em; }
+ .button .icon:last-child:not(:first-child) {
+ margin-left: 0.1875em;
+ margin-right: calc(-0.375em - 1px); }
+ .button .icon:first-child:last-child {
+ margin-left: calc(-0.375em - 1px);
+ margin-right: calc(-0.375em - 1px); }
+ .button:hover, .button.is-hovered {
+ border-color: #b5b5b5;
+ color: #363636; }
+ .button:focus, .button.is-focused {
+ border-color: #7957d5;
+ color: #363636; }
+ .button:focus:not(:active), .button.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25); }
+ .button:active, .button.is-active {
+ border-color: #4a4a4a;
+ color: #363636; }
+ .button.is-text {
+ background-color: transparent;
+ border-color: transparent;
+ color: #4a4a4a;
+ text-decoration: underline; }
+ .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
+ background-color: whitesmoke;
+ color: #363636; }
+ .button.is-text:active, .button.is-text.is-active {
+ background-color: #e8e8e8;
+ color: #363636; }
+ .button.is-text[disabled],
+ fieldset[disabled] .button.is-text {
+ background-color: transparent;
+ border-color: transparent;
+ box-shadow: none; }
+ .button.is-white {
+ background-color: white;
+ border-color: transparent;
+ color: #0a0a0a; }
+ .button.is-white:hover, .button.is-white.is-hovered {
+ background-color: #f9f9f9;
+ border-color: transparent;
+ color: #0a0a0a; }
+ .button.is-white:focus, .button.is-white.is-focused {
+ border-color: transparent;
+ color: #0a0a0a; }
+ .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
+ .button.is-white:active, .button.is-white.is-active {
+ background-color: #f2f2f2;
+ border-color: transparent;
+ color: #0a0a0a; }
+ .button.is-white[disabled],
+ fieldset[disabled] .button.is-white {
+ background-color: white;
+ border-color: transparent;
+ box-shadow: none; }
+ .button.is-white.is-inverted {
+ background-color: #0a0a0a;
+ color: white; }
+ .button.is-white.is-inverted:hover {
+ background-color: black; }
+ .button.is-white.is-inverted[disabled],
+ fieldset[disabled] .button.is-white.is-inverted {
+ background-color: #0a0a0a;
+ border-color: transparent;
+ box-shadow: none;
+ color: white; }
+ .button.is-white.is-loading::after {
+ border-color: transparent transparent #0a0a0a #0a0a0a !important; }
+ .button.is-white.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ color: white; }
+ .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
+ background-color: white;
+ border-color: white;
+ color: #0a0a0a; }
+ .button.is-white.is-outlined.is-loading::after {
+ border-color: transparent transparent white white !important; }
+ .button.is-white.is-outlined[disabled],
+ fieldset[disabled] .button.is-white.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ box-shadow: none;
+ color: white; }
+ .button.is-white.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #0a0a0a;
+ color: #0a0a0a; }
+ .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
+ background-color: #0a0a0a;
+ color: white; }
+ .button.is-white.is-inverted.is-outlined[disabled],
+ fieldset[disabled] .button.is-white.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #0a0a0a;
+ box-shadow: none;
+ color: #0a0a0a; }
+ .button.is-black {
+ background-color: #0a0a0a;
+ border-color: transparent;
+ color: white; }
+ .button.is-black:hover, .button.is-black.is-hovered {
+ background-color: #040404;
+ border-color: transparent;
+ color: white; }
+ .button.is-black:focus, .button.is-black.is-focused {
+ border-color: transparent;
+ color: white; }
+ .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
+ .button.is-black:active, .button.is-black.is-active {
+ background-color: black;
+ border-color: transparent;
+ color: white; }
+ .button.is-black[disabled],
+ fieldset[disabled] .button.is-black {
+ background-color: #0a0a0a;
+ border-color: transparent;
+ box-shadow: none; }
+ .button.is-black.is-inverted {
+ background-color: white;
+ color: #0a0a0a; }
+ .button.is-black.is-inverted:hover {
+ background-color: #f2f2f2; }
+ .button.is-black.is-inverted[disabled],
+ fieldset[disabled] .button.is-black.is-inverted {
+ background-color: white;
+ border-color: transparent;
+ box-shadow: none;
+ color: #0a0a0a; }
+ .button.is-black.is-loading::after {
+ border-color: transparent transparent white white !important; }
+ .button.is-black.is-outlined {
+ background-color: transparent;
+ border-color: #0a0a0a;
+ color: #0a0a0a; }
+ .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
+ background-color: #0a0a0a;
+ border-color: #0a0a0a;
+ color: white; }
+ .button.is-black.is-outlined.is-loading::after {
+ border-color: transparent transparent #0a0a0a #0a0a0a !important; }
+ .button.is-black.is-outlined[disabled],
+ fieldset[disabled] .button.is-black.is-outlined {
+ background-color: transparent;
+ border-color: #0a0a0a;
+ box-shadow: none;
+ color: #0a0a0a; }
+ .button.is-black.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ color: white; }
+ .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
+ background-color: white;
+ color: #0a0a0a; }
+ .button.is-black.is-inverted.is-outlined[disabled],
+ fieldset[disabled] .button.is-black.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ box-shadow: none;
+ color: white; }
+ .button.is-light {
+ background-color: whitesmoke;
+ border-color: transparent;
+ color: #363636; }
+ .button.is-light:hover, .button.is-light.is-hovered {
+ background-color: #eeeeee;
+ border-color: transparent;
+ color: #363636; }
+ .button.is-light:focus, .button.is-light.is-focused {
+ border-color: transparent;
+ color: #363636; }
+ .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
+ .button.is-light:active, .button.is-light.is-active {
+ background-color: #e8e8e8;
+ border-color: transparent;
+ color: #363636; }
+ .button.is-light[disabled],
+ fieldset[disabled] .button.is-light {
+ background-color: whitesmoke;
+ border-color: transparent;
+ box-shadow: none; }
+ .button.is-light.is-inverted {
+ background-color: #363636;
+ color: whitesmoke; }
+ .button.is-light.is-inverted:hover {
+ background-color: #292929; }
+ .button.is-light.is-inverted[disabled],
+ fieldset[disabled] .button.is-light.is-inverted {
+ background-color: #363636;
+ border-color: transparent;
+ box-shadow: none;
+ color: whitesmoke; }
+ .button.is-light.is-loading::after {
+ border-color: transparent transparent #363636 #363636 !important; }
+ .button.is-light.is-outlined {
+ background-color: transparent;
+ border-color: whitesmoke;
+ color: whitesmoke; }
+ .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
+ background-color: whitesmoke;
+ border-color: whitesmoke;
+ color: #363636; }
+ .button.is-light.is-outlined.is-loading::after {
+ border-color: transparent transparent whitesmoke whitesmoke !important; }
+ .button.is-light.is-outlined[disabled],
+ fieldset[disabled] .button.is-light.is-outlined {
+ background-color: transparent;
+ border-color: whitesmoke;
+ box-shadow: none;
+ color: whitesmoke; }
+ .button.is-light.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #363636;
+ color: #363636; }
+ .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
+ background-color: #363636;
+ color: whitesmoke; }
+ .button.is-light.is-inverted.is-outlined[disabled],
+ fieldset[disabled] .button.is-light.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #363636;
+ box-shadow: none;
+ color: #363636; }
+ .button.is-dark {
+ background-color: #363636;
+ border-color: transparent;
+ color: whitesmoke; }
+ .button.is-dark:hover, .button.is-dark.is-hovered {
+ background-color: #2f2f2f;
+ border-color: transparent;
+ color: whitesmoke; }
+ .button.is-dark:focus, .button.is-dark.is-focused {
+ border-color: transparent;
+ color: whitesmoke; }
+ .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
+ .button.is-dark:active, .button.is-dark.is-active {
+ background-color: #292929;
+ border-color: transparent;
+ color: whitesmoke; }
+ .button.is-dark[disabled],
+ fieldset[disabled] .button.is-dark {
+ background-color: #363636;
+ border-color: transparent;
+ box-shadow: none; }
+ .button.is-dark.is-inverted {
+ background-color: whitesmoke;
+ color: #363636; }
+ .button.is-dark.is-inverted:hover {
+ background-color: #e8e8e8; }
+ .button.is-dark.is-inverted[disabled],
+ fieldset[disabled] .button.is-dark.is-inverted {
+ background-color: whitesmoke;
+ border-color: transparent;
+ box-shadow: none;
+ color: #363636; }
+ .button.is-dark.is-loading::after {
+ border-color: transparent transparent whitesmoke whitesmoke !important; }
+ .button.is-dark.is-outlined {
+ background-color: transparent;
+ border-color: #363636;
+ color: #363636; }
+ .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
+ background-color: #363636;
+ border-color: #363636;
+ color: whitesmoke; }
+ .button.is-dark.is-outlined.is-loading::after {
+ border-color: transparent transparent #363636 #363636 !important; }
+ .button.is-dark.is-outlined[disabled],
+ fieldset[disabled] .button.is-dark.is-outlined {
+ background-color: transparent;
+ border-color: #363636;
+ box-shadow: none;
+ color: #363636; }
+ .button.is-dark.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: whitesmoke;
+ color: whitesmoke; }
+ .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
+ background-color: whitesmoke;
+ color: #363636; }
+ .button.is-dark.is-inverted.is-outlined[disabled],
+ fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: whitesmoke;
+ box-shadow: none;
+ color: whitesmoke; }
+ .button.is-primary {
+ background-color: #7957d5;
+ border-color: transparent;
+ color: white; }
+ .button.is-primary:hover, .button.is-primary.is-hovered {
+ background-color: #714dd2;
+ border-color: transparent;
+ color: white; }
+ .button.is-primary:focus, .button.is-primary.is-focused {
+ border-color: transparent;
+ color: white; }
+ .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25); }
+ .button.is-primary:active, .button.is-primary.is-active {
+ background-color: #6943d0;
+ border-color: transparent;
+ color: white; }
+ .button.is-primary[disabled],
+ fieldset[disabled] .button.is-primary {
+ background-color: #7957d5;
+ border-color: transparent;
+ box-shadow: none; }
+ .button.is-primary.is-inverted {
+ background-color: white;
+ color: #7957d5; }
+ .button.is-primary.is-inverted:hover {
+ background-color: #f2f2f2; }
+ .button.is-primary.is-inverted[disabled],
+ fieldset[disabled] .button.is-primary.is-inverted {
+ background-color: white;
+ border-color: transparent;
+ box-shadow: none;
+ color: #7957d5; }
+ .button.is-primary.is-loading::after {
+ border-color: transparent transparent white white !important; }
+ .button.is-primary.is-outlined {
+ background-color: transparent;
+ border-color: #7957d5;
+ color: #7957d5; }
+ .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
+ background-color: #7957d5;
+ border-color: #7957d5;
+ color: white; }
+ .button.is-primary.is-outlined.is-loading::after {
+ border-color: transparent transparent #7957d5 #7957d5 !important; }
+ .button.is-primary.is-outlined[disabled],
+ fieldset[disabled] .button.is-primary.is-outlined {
+ background-color: transparent;
+ border-color: #7957d5;
+ box-shadow: none;
+ color: #7957d5; }
+ .button.is-primary.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ color: white; }
+ .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
+ background-color: white;
+ color: #7957d5; }
+ .button.is-primary.is-inverted.is-outlined[disabled],
+ fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ box-shadow: none;
+ color: white; }
+ .button.is-link {
+ background-color: #7957d5;
+ border-color: transparent;
+ color: white; }
+ .button.is-link:hover, .button.is-link.is-hovered {
+ background-color: #714dd2;
+ border-color: transparent;
+ color: white; }
+ .button.is-link:focus, .button.is-link.is-focused {
+ border-color: transparent;
+ color: white; }
+ .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25); }
+ .button.is-link:active, .button.is-link.is-active {
+ background-color: #6943d0;
+ border-color: transparent;
+ color: white; }
+ .button.is-link[disabled],
+ fieldset[disabled] .button.is-link {
+ background-color: #7957d5;
+ border-color: transparent;
+ box-shadow: none; }
+ .button.is-link.is-inverted {
+ background-color: white;
+ color: #7957d5; }
+ .button.is-link.is-inverted:hover {
+ background-color: #f2f2f2; }
+ .button.is-link.is-inverted[disabled],
+ fieldset[disabled] .button.is-link.is-inverted {
+ background-color: white;
+ border-color: transparent;
+ box-shadow: none;
+ color: #7957d5; }
+ .button.is-link.is-loading::after {
+ border-color: transparent transparent white white !important; }
+ .button.is-link.is-outlined {
+ background-color: transparent;
+ border-color: #7957d5;
+ color: #7957d5; }
+ .button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
+ background-color: #7957d5;
+ border-color: #7957d5;
+ color: white; }
+ .button.is-link.is-outlined.is-loading::after {
+ border-color: transparent transparent #7957d5 #7957d5 !important; }
+ .button.is-link.is-outlined[disabled],
+ fieldset[disabled] .button.is-link.is-outlined {
+ background-color: transparent;
+ border-color: #7957d5;
+ box-shadow: none;
+ color: #7957d5; }
+ .button.is-link.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ color: white; }
+ .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
+ background-color: white;
+ color: #7957d5; }
+ .button.is-link.is-inverted.is-outlined[disabled],
+ fieldset[disabled] .button.is-link.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ box-shadow: none;
+ color: white; }
+ .button.is-info {
+ background-color: #167df0;
+ border-color: transparent;
+ color: #fff; }
+ .button.is-info:hover, .button.is-info.is-hovered {
+ background-color: #0f77ea;
+ border-color: transparent;
+ color: #fff; }
+ .button.is-info:focus, .button.is-info.is-focused {
+ border-color: transparent;
+ color: #fff; }
+ .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(22, 125, 240, 0.25); }
+ .button.is-info:active, .button.is-info.is-active {
+ background-color: #0e71de;
+ border-color: transparent;
+ color: #fff; }
+ .button.is-info[disabled],
+ fieldset[disabled] .button.is-info {
+ background-color: #167df0;
+ border-color: transparent;
+ box-shadow: none; }
+ .button.is-info.is-inverted {
+ background-color: #fff;
+ color: #167df0; }
+ .button.is-info.is-inverted:hover {
+ background-color: #f2f2f2; }
+ .button.is-info.is-inverted[disabled],
+ fieldset[disabled] .button.is-info.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: #167df0; }
+ .button.is-info.is-loading::after {
+ border-color: transparent transparent #fff #fff !important; }
+ .button.is-info.is-outlined {
+ background-color: transparent;
+ border-color: #167df0;
+ color: #167df0; }
+ .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
+ background-color: #167df0;
+ border-color: #167df0;
+ color: #fff; }
+ .button.is-info.is-outlined.is-loading::after {
+ border-color: transparent transparent #167df0 #167df0 !important; }
+ .button.is-info.is-outlined[disabled],
+ fieldset[disabled] .button.is-info.is-outlined {
+ background-color: transparent;
+ border-color: #167df0;
+ box-shadow: none;
+ color: #167df0; }
+ .button.is-info.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff; }
+ .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
+ background-color: #fff;
+ color: #167df0; }
+ .button.is-info.is-inverted.is-outlined[disabled],
+ fieldset[disabled] .button.is-info.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff; }
+ .button.is-success {
+ background-color: #23d160;
+ border-color: transparent;
+ color: #fff; }
+ .button.is-success:hover, .button.is-success.is-hovered {
+ background-color: #22c65b;
+ border-color: transparent;
+ color: #fff; }
+ .button.is-success:focus, .button.is-success.is-focused {
+ border-color: transparent;
+ color: #fff; }
+ .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
+ .button.is-success:active, .button.is-success.is-active {
+ background-color: #20bc56;
+ border-color: transparent;
+ color: #fff; }
+ .button.is-success[disabled],
+ fieldset[disabled] .button.is-success {
+ background-color: #23d160;
+ border-color: transparent;
+ box-shadow: none; }
+ .button.is-success.is-inverted {
+ background-color: #fff;
+ color: #23d160; }
+ .button.is-success.is-inverted:hover {
+ background-color: #f2f2f2; }
+ .button.is-success.is-inverted[disabled],
+ fieldset[disabled] .button.is-success.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: #23d160; }
+ .button.is-success.is-loading::after {
+ border-color: transparent transparent #fff #fff !important; }
+ .button.is-success.is-outlined {
+ background-color: transparent;
+ border-color: #23d160;
+ color: #23d160; }
+ .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
+ background-color: #23d160;
+ border-color: #23d160;
+ color: #fff; }
+ .button.is-success.is-outlined.is-loading::after {
+ border-color: transparent transparent #23d160 #23d160 !important; }
+ .button.is-success.is-outlined[disabled],
+ fieldset[disabled] .button.is-success.is-outlined {
+ background-color: transparent;
+ border-color: #23d160;
+ box-shadow: none;
+ color: #23d160; }
+ .button.is-success.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff; }
+ .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
+ background-color: #fff;
+ color: #23d160; }
+ .button.is-success.is-inverted.is-outlined[disabled],
+ fieldset[disabled] .button.is-success.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff; }
+ .button.is-warning {
+ background-color: #ffdd57;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7); }
+ .button.is-warning:hover, .button.is-warning.is-hovered {
+ background-color: #ffdb4a;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7); }
+ .button.is-warning:focus, .button.is-warning.is-focused {
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7); }
+ .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
+ .button.is-warning:active, .button.is-warning.is-active {
+ background-color: #ffd83d;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7); }
+ .button.is-warning[disabled],
+ fieldset[disabled] .button.is-warning {
+ background-color: #ffdd57;
+ border-color: transparent;
+ box-shadow: none; }
+ .button.is-warning.is-inverted {
+ background-color: rgba(0, 0, 0, 0.7);
+ color: #ffdd57; }
+ .button.is-warning.is-inverted:hover {
+ background-color: rgba(0, 0, 0, 0.7); }
+ .button.is-warning.is-inverted[disabled],
+ fieldset[disabled] .button.is-warning.is-inverted {
+ background-color: rgba(0, 0, 0, 0.7);
+ border-color: transparent;
+ box-shadow: none;
+ color: #ffdd57; }
+ .button.is-warning.is-loading::after {
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
+ .button.is-warning.is-outlined {
+ background-color: transparent;
+ border-color: #ffdd57;
+ color: #ffdd57; }
+ .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
+ background-color: #ffdd57;
+ border-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7); }
+ .button.is-warning.is-outlined.is-loading::after {
+ border-color: transparent transparent #ffdd57 #ffdd57 !important; }
+ .button.is-warning.is-outlined[disabled],
+ fieldset[disabled] .button.is-warning.is-outlined {
+ background-color: transparent;
+ border-color: #ffdd57;
+ box-shadow: none;
+ color: #ffdd57; }
+ .button.is-warning.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: rgba(0, 0, 0, 0.7);
+ color: rgba(0, 0, 0, 0.7); }
+ .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
+ background-color: rgba(0, 0, 0, 0.7);
+ color: #ffdd57; }
+ .button.is-warning.is-inverted.is-outlined[disabled],
+ fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: rgba(0, 0, 0, 0.7);
+ box-shadow: none;
+ color: rgba(0, 0, 0, 0.7); }
+ .button.is-danger {
+ background-color: #ff3860;
+ border-color: transparent;
+ color: #fff; }
+ .button.is-danger:hover, .button.is-danger.is-hovered {
+ background-color: #ff2b56;
+ border-color: transparent;
+ color: #fff; }
+ .button.is-danger:focus, .button.is-danger.is-focused {
+ border-color: transparent;
+ color: #fff; }
+ .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
+ .button.is-danger:active, .button.is-danger.is-active {
+ background-color: #ff1f4b;
+ border-color: transparent;
+ color: #fff; }
+ .button.is-danger[disabled],
+ fieldset[disabled] .button.is-danger {
+ background-color: #ff3860;
+ border-color: transparent;
+ box-shadow: none; }
+ .button.is-danger.is-inverted {
+ background-color: #fff;
+ color: #ff3860; }
+ .button.is-danger.is-inverted:hover {
+ background-color: #f2f2f2; }
+ .button.is-danger.is-inverted[disabled],
+ fieldset[disabled] .button.is-danger.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: #ff3860; }
+ .button.is-danger.is-loading::after {
+ border-color: transparent transparent #fff #fff !important; }
+ .button.is-danger.is-outlined {
+ background-color: transparent;
+ border-color: #ff3860;
+ color: #ff3860; }
+ .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
+ background-color: #ff3860;
+ border-color: #ff3860;
+ color: #fff; }
+ .button.is-danger.is-outlined.is-loading::after {
+ border-color: transparent transparent #ff3860 #ff3860 !important; }
+ .button.is-danger.is-outlined[disabled],
+ fieldset[disabled] .button.is-danger.is-outlined {
+ background-color: transparent;
+ border-color: #ff3860;
+ box-shadow: none;
+ color: #ff3860; }
+ .button.is-danger.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff; }
+ .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
+ background-color: #fff;
+ color: #ff3860; }
+ .button.is-danger.is-inverted.is-outlined[disabled],
+ fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff; }
+ .button.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+ .button.is-normal {
+ font-size: 1rem; }
+ .button.is-medium {
+ font-size: 1.25rem; }
+ .button.is-large {
+ font-size: 1.5rem; }
+ .button[disabled],
+ fieldset[disabled] .button {
+ background-color: white;
+ border-color: #dbdbdb;
+ box-shadow: none;
+ opacity: 0.5; }
+ .button.is-fullwidth {
+ display: flex;
+ width: 100%; }
+ .button.is-loading {
+ color: transparent !important;
+ pointer-events: none; }
+ .button.is-loading::after {
+ position: absolute;
+ left: calc(50% - (1em / 2));
+ top: calc(50% - (1em / 2));
+ position: absolute !important; }
+ .button.is-static {
+ background-color: whitesmoke;
+ border-color: #dbdbdb;
+ color: #7a7a7a;
+ box-shadow: none;
+ pointer-events: none; }
+ .button.is-rounded {
+ border-radius: 290486px;
+ padding-left: 1em;
+ padding-right: 1em; }
+
+.buttons {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start; }
+ .buttons .button {
+ margin-bottom: 0.5rem; }
+ .buttons .button:not(:last-child):not(.is-fullwidth) {
+ margin-right: 0.5rem; }
+ .buttons:last-child {
+ margin-bottom: -0.5rem; }
+ .buttons:not(:last-child) {
+ margin-bottom: 1rem; }
+ .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+ .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
+ font-size: 1.25rem; }
+ .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
+ font-size: 1.5rem; }
+ .buttons.has-addons .button:not(:first-child) {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .buttons.has-addons .button:not(:last-child) {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+ margin-right: -1px; }
+ .buttons.has-addons .button:last-child {
+ margin-right: 0; }
+ .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
+ z-index: 2; }
+ .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
+ z-index: 3; }
+ .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
+ z-index: 4; }
+ .buttons.has-addons .button.is-expanded {
+ flex-grow: 1; }
+ .buttons.is-centered {
+ justify-content: center; }
+ .buttons.is-right {
+ justify-content: flex-end; }
+
+.container {
+ margin: 0 auto;
+ position: relative; }
+ @media screen and (min-width: 1088px) {
+ .container {
+ max-width: 960px;
+ width: 960px; }
+ .container.is-fluid {
+ margin-left: 64px;
+ margin-right: 64px;
+ max-width: none;
+ width: auto; } }
+ @media screen and (max-width: 1279px) {
+ .container.is-widescreen {
+ max-width: 1152px;
+ width: auto; } }
+ @media screen and (max-width: 1471px) {
+ .container.is-fullhd {
+ max-width: 1344px;
+ width: auto; } }
+ @media screen and (min-width: 1280px) {
+ .container {
+ max-width: 1152px;
+ width: 1152px; } }
+ @media screen and (min-width: 1472px) {
+ .container {
+ max-width: 1344px;
+ width: 1344px; } }
+
+.content li + li {
+ margin-top: 0.25em; }
+
+.content p:not(:last-child),
+.content dl:not(:last-child),
+.content ol:not(:last-child),
+.content ul:not(:last-child),
+.content blockquote:not(:last-child),
+.content pre:not(:last-child),
+.content table:not(:last-child) {
+ margin-bottom: 1em; }
+
+.content h1,
+.content h2,
+.content h3,
+.content h4,
+.content h5,
+.content h6 {
+ color: #363636;
+ font-weight: 600;
+ line-height: 1.125; }
+
+.content h1 {
+ font-size: 2em;
+ margin-bottom: 0.5em; }
+ .content h1:not(:first-child) {
+ margin-top: 1em; }
+
+.content h2 {
+ font-size: 1.75em;
+ margin-bottom: 0.5714em; }
+ .content h2:not(:first-child) {
+ margin-top: 1.1428em; }
+
+.content h3 {
+ font-size: 1.5em;
+ margin-bottom: 0.6666em; }
+ .content h3:not(:first-child) {
+ margin-top: 1.3333em; }
+
+.content h4 {
+ font-size: 1.25em;
+ margin-bottom: 0.8em; }
+
+.content h5 {
+ font-size: 1.125em;
+ margin-bottom: 0.8888em; }
+
+.content h6 {
+ font-size: 1em;
+ margin-bottom: 1em; }
+
+.content blockquote {
+ background-color: whitesmoke;
+ border-left: 5px solid #dbdbdb;
+ padding: 1.25em 1.5em; }
+
+.content ol {
+ list-style-position: outside;
+ margin-left: 2em;
+ margin-top: 1em; }
+ .content ol:not([type]) {
+ list-style-type: decimal; }
+ .content ol:not([type]).is-lower-alpha {
+ list-style-type: lower-alpha; }
+ .content ol:not([type]).is-lower-roman {
+ list-style-type: lower-roman; }
+ .content ol:not([type]).is-upper-alpha {
+ list-style-type: upper-alpha; }
+ .content ol:not([type]).is-upper-roman {
+ list-style-type: upper-roman; }
+
+.content ul {
+ list-style: disc outside;
+ margin-left: 2em;
+ margin-top: 1em; }
+ .content ul ul {
+ list-style-type: circle;
+ margin-top: 0.5em; }
+ .content ul ul ul {
+ list-style-type: square; }
+
+.content dd {
+ margin-left: 2em; }
+
+.content figure {
+ margin-left: 2em;
+ margin-right: 2em;
+ text-align: center; }
+ .content figure:not(:first-child) {
+ margin-top: 2em; }
+ .content figure:not(:last-child) {
+ margin-bottom: 2em; }
+ .content figure img {
+ display: inline-block; }
+ .content figure figcaption {
+ font-style: italic; }
+
+.content pre {
+ -webkit-overflow-scrolling: touch;
+ overflow-x: auto;
+ padding: 1.25em 1.5em;
+ white-space: pre;
+ word-wrap: normal; }
+
+.content sup,
+.content sub {
+ font-size: 75%; }
+
+.content table {
+ width: 100%; }
+ .content table td,
+ .content table th {
+ border: 1px solid #dbdbdb;
+ border-width: 0 0 1px;
+ padding: 0.5em 0.75em;
+ vertical-align: top; }
+ .content table th {
+ color: #363636;
+ text-align: left; }
+ .content table thead td,
+ .content table thead th {
+ border-width: 0 0 2px;
+ color: #363636; }
+ .content table tfoot td,
+ .content table tfoot th {
+ border-width: 2px 0 0;
+ color: #363636; }
+ .content table tbody tr:last-child td,
+ .content table tbody tr:last-child th {
+ border-bottom-width: 0; }
+
+.content.is-small {
+ font-size: 0.75rem; }
+
+.content.is-medium {
+ font-size: 1.25rem; }
+
+.content.is-large {
+ font-size: 1.5rem; }
+
+.input, .taginput .taginput-container.is-focusable,
+.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%; }
+ .input::-moz-placeholder, .taginput .taginput-container.is-focusable::-moz-placeholder,
+ .textarea::-moz-placeholder {
+ color: rgba(54, 54, 54, 0.3); }
+ .input::-webkit-input-placeholder, .taginput .taginput-container.is-focusable::-webkit-input-placeholder,
+ .textarea::-webkit-input-placeholder {
+ color: rgba(54, 54, 54, 0.3); }
+ .input:-moz-placeholder, .taginput .taginput-container.is-focusable:-moz-placeholder,
+ .textarea:-moz-placeholder {
+ color: rgba(54, 54, 54, 0.3); }
+ .input:-ms-input-placeholder, .taginput .taginput-container.is-focusable:-ms-input-placeholder,
+ .textarea:-ms-input-placeholder {
+ color: rgba(54, 54, 54, 0.3); }
+ .input:hover, .taginput .taginput-container.is-focusable:hover, .input.is-hovered, .taginput .is-hovered.taginput-container.is-focusable,
+ .textarea:hover,
+ .textarea.is-hovered {
+ border-color: #b5b5b5; }
+ .input:focus, .taginput .taginput-container.is-focusable:focus, .input.is-focused, .taginput .is-focused.taginput-container.is-focusable, .input:active, .taginput .taginput-container.is-focusable:active, .input.is-active, .taginput .is-active.taginput-container.is-focusable,
+ .textarea:focus,
+ .textarea.is-focused,
+ .textarea:active,
+ .textarea.is-active {
+ border-color: #7957d5;
+ box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25); }
+ .input[disabled], .taginput .taginput-container.is-focusable[disabled],
+ fieldset[disabled] .input,
+ fieldset[disabled] .taginput .taginput-container.is-focusable,
+ .taginput fieldset[disabled] .taginput-container.is-focusable,
+ .textarea[disabled],
+ fieldset[disabled]
+ .textarea {
+ background-color: whitesmoke;
+ border-color: whitesmoke;
+ box-shadow: none;
+ color: #7a7a7a; }
+ .input[disabled]::-moz-placeholder, .taginput .taginput-container.is-focusable[disabled]::-moz-placeholder,
+ fieldset[disabled] .input::-moz-placeholder,
+ fieldset[disabled] .taginput .taginput-container.is-focusable::-moz-placeholder,
+ .taginput fieldset[disabled] .taginput-container.is-focusable::-moz-placeholder,
+ .textarea[disabled]::-moz-placeholder,
+ fieldset[disabled]
+ .textarea::-moz-placeholder {
+ color: rgba(122, 122, 122, 0.3); }
+ .input[disabled]::-webkit-input-placeholder, .taginput .taginput-container.is-focusable[disabled]::-webkit-input-placeholder,
+ fieldset[disabled] .input::-webkit-input-placeholder,
+ fieldset[disabled] .taginput .taginput-container.is-focusable::-webkit-input-placeholder,
+ .taginput fieldset[disabled] .taginput-container.is-focusable::-webkit-input-placeholder,
+ .textarea[disabled]::-webkit-input-placeholder,
+ fieldset[disabled]
+ .textarea::-webkit-input-placeholder {
+ color: rgba(122, 122, 122, 0.3); }
+ .input[disabled]:-moz-placeholder, .taginput .taginput-container.is-focusable[disabled]:-moz-placeholder,
+ fieldset[disabled] .input:-moz-placeholder,
+ fieldset[disabled] .taginput .taginput-container.is-focusable:-moz-placeholder,
+ .taginput fieldset[disabled] .taginput-container.is-focusable:-moz-placeholder,
+ .textarea[disabled]:-moz-placeholder,
+ fieldset[disabled]
+ .textarea:-moz-placeholder {
+ color: rgba(122, 122, 122, 0.3); }
+ .input[disabled]:-ms-input-placeholder, .taginput .taginput-container.is-focusable[disabled]:-ms-input-placeholder,
+ fieldset[disabled] .input:-ms-input-placeholder,
+ fieldset[disabled] .taginput .taginput-container.is-focusable:-ms-input-placeholder,
+ .taginput fieldset[disabled] .taginput-container.is-focusable:-ms-input-placeholder,
+ .textarea[disabled]:-ms-input-placeholder,
+ fieldset[disabled]
+ .textarea:-ms-input-placeholder {
+ color: rgba(122, 122, 122, 0.3); }
+ .input[readonly], .taginput .taginput-container.is-focusable[readonly],
+ .textarea[readonly] {
+ box-shadow: none; }
+ .input.is-white, .taginput .is-white.taginput-container.is-focusable,
+ .textarea.is-white {
+ border-color: white; }
+ .input.is-white:focus, .taginput .is-white.taginput-container.is-focusable:focus, .input.is-white.is-focused, .taginput .is-white.is-focused.taginput-container.is-focusable, .input.is-white:active, .taginput .is-white.taginput-container.is-focusable:active, .input.is-white.is-active, .taginput .is-white.is-active.taginput-container.is-focusable,
+ .textarea.is-white:focus,
+ .textarea.is-white.is-focused,
+ .textarea.is-white:active,
+ .textarea.is-white.is-active {
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
+ .input.is-black, .taginput .is-black.taginput-container.is-focusable,
+ .textarea.is-black {
+ border-color: #0a0a0a; }
+ .input.is-black:focus, .taginput .is-black.taginput-container.is-focusable:focus, .input.is-black.is-focused, .taginput .is-black.is-focused.taginput-container.is-focusable, .input.is-black:active, .taginput .is-black.taginput-container.is-focusable:active, .input.is-black.is-active, .taginput .is-black.is-active.taginput-container.is-focusable,
+ .textarea.is-black:focus,
+ .textarea.is-black.is-focused,
+ .textarea.is-black:active,
+ .textarea.is-black.is-active {
+ box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
+ .input.is-light, .taginput .is-light.taginput-container.is-focusable,
+ .textarea.is-light {
+ border-color: whitesmoke; }
+ .input.is-light:focus, .taginput .is-light.taginput-container.is-focusable:focus, .input.is-light.is-focused, .taginput .is-light.is-focused.taginput-container.is-focusable, .input.is-light:active, .taginput .is-light.taginput-container.is-focusable:active, .input.is-light.is-active, .taginput .is-light.is-active.taginput-container.is-focusable,
+ .textarea.is-light:focus,
+ .textarea.is-light.is-focused,
+ .textarea.is-light:active,
+ .textarea.is-light.is-active {
+ box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
+ .input.is-dark, .taginput .is-dark.taginput-container.is-focusable,
+ .textarea.is-dark {
+ border-color: #363636; }
+ .input.is-dark:focus, .taginput .is-dark.taginput-container.is-focusable:focus, .input.is-dark.is-focused, .taginput .is-dark.is-focused.taginput-container.is-focusable, .input.is-dark:active, .taginput .is-dark.taginput-container.is-focusable:active, .input.is-dark.is-active, .taginput .is-dark.is-active.taginput-container.is-focusable,
+ .textarea.is-dark:focus,
+ .textarea.is-dark.is-focused,
+ .textarea.is-dark:active,
+ .textarea.is-dark.is-active {
+ box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
+ .input.is-primary, .taginput .is-primary.taginput-container.is-focusable,
+ .textarea.is-primary {
+ border-color: #7957d5; }
+ .input.is-primary:focus, .taginput .is-primary.taginput-container.is-focusable:focus, .input.is-primary.is-focused, .taginput .is-primary.is-focused.taginput-container.is-focusable, .input.is-primary:active, .taginput .is-primary.taginput-container.is-focusable:active, .input.is-primary.is-active, .taginput .is-primary.is-active.taginput-container.is-focusable,
+ .textarea.is-primary:focus,
+ .textarea.is-primary.is-focused,
+ .textarea.is-primary:active,
+ .textarea.is-primary.is-active {
+ box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25); }
+ .input.is-link, .taginput .is-link.taginput-container.is-focusable,
+ .textarea.is-link {
+ border-color: #7957d5; }
+ .input.is-link:focus, .taginput .is-link.taginput-container.is-focusable:focus, .input.is-link.is-focused, .taginput .is-link.is-focused.taginput-container.is-focusable, .input.is-link:active, .taginput .is-link.taginput-container.is-focusable:active, .input.is-link.is-active, .taginput .is-link.is-active.taginput-container.is-focusable,
+ .textarea.is-link:focus,
+ .textarea.is-link.is-focused,
+ .textarea.is-link:active,
+ .textarea.is-link.is-active {
+ box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25); }
+ .input.is-info, .taginput .is-info.taginput-container.is-focusable,
+ .textarea.is-info {
+ border-color: #167df0; }
+ .input.is-info:focus, .taginput .is-info.taginput-container.is-focusable:focus, .input.is-info.is-focused, .taginput .is-info.is-focused.taginput-container.is-focusable, .input.is-info:active, .taginput .is-info.taginput-container.is-focusable:active, .input.is-info.is-active, .taginput .is-info.is-active.taginput-container.is-focusable,
+ .textarea.is-info:focus,
+ .textarea.is-info.is-focused,
+ .textarea.is-info:active,
+ .textarea.is-info.is-active {
+ box-shadow: 0 0 0 0.125em rgba(22, 125, 240, 0.25); }
+ .input.is-success, .taginput .is-success.taginput-container.is-focusable,
+ .textarea.is-success {
+ border-color: #23d160; }
+ .input.is-success:focus, .taginput .is-success.taginput-container.is-focusable:focus, .input.is-success.is-focused, .taginput .is-success.is-focused.taginput-container.is-focusable, .input.is-success:active, .taginput .is-success.taginput-container.is-focusable:active, .input.is-success.is-active, .taginput .is-success.is-active.taginput-container.is-focusable,
+ .textarea.is-success:focus,
+ .textarea.is-success.is-focused,
+ .textarea.is-success:active,
+ .textarea.is-success.is-active {
+ box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
+ .input.is-warning, .taginput .is-warning.taginput-container.is-focusable,
+ .textarea.is-warning {
+ border-color: #ffdd57; }
+ .input.is-warning:focus, .taginput .is-warning.taginput-container.is-focusable:focus, .input.is-warning.is-focused, .taginput .is-warning.is-focused.taginput-container.is-focusable, .input.is-warning:active, .taginput .is-warning.taginput-container.is-focusable:active, .input.is-warning.is-active, .taginput .is-warning.is-active.taginput-container.is-focusable,
+ .textarea.is-warning:focus,
+ .textarea.is-warning.is-focused,
+ .textarea.is-warning:active,
+ .textarea.is-warning.is-active {
+ box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
+ .input.is-danger, .taginput .is-danger.taginput-container.is-focusable,
+ .textarea.is-danger {
+ border-color: #ff3860; }
+ .input.is-danger:focus, .taginput .is-danger.taginput-container.is-focusable:focus, .input.is-danger.is-focused, .taginput .is-danger.is-focused.taginput-container.is-focusable, .input.is-danger:active, .taginput .is-danger.taginput-container.is-focusable:active, .input.is-danger.is-active, .taginput .is-danger.is-active.taginput-container.is-focusable,
+ .textarea.is-danger:focus,
+ .textarea.is-danger.is-focused,
+ .textarea.is-danger:active,
+ .textarea.is-danger.is-active {
+ box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
+ .input.is-small, .taginput .is-small.taginput-container.is-focusable,
+ .textarea.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+ .input.is-medium, .taginput .is-medium.taginput-container.is-focusable,
+ .textarea.is-medium {
+ font-size: 1.25rem; }
+ .input.is-large, .taginput .is-large.taginput-container.is-focusable,
+ .textarea.is-large {
+ font-size: 1.5rem; }
+ .input.is-fullwidth, .taginput .is-fullwidth.taginput-container.is-focusable,
+ .textarea.is-fullwidth {
+ display: block;
+ width: 100%; }
+ .input.is-inline, .taginput .is-inline.taginput-container.is-focusable,
+ .textarea.is-inline {
+ display: inline;
+ width: auto; }
+
+.input.is-rounded, .taginput .is-rounded.taginput-container.is-focusable {
+ border-radius: 290486px;
+ padding-left: 1em;
+ padding-right: 1em; }
+
+.input.is-static, .taginput .is-static.taginput-container.is-focusable {
+ background-color: transparent;
+ border-color: transparent;
+ box-shadow: none;
+ padding-left: 0;
+ padding-right: 0; }
+
+.textarea {
+ display: block;
+ max-width: 100%;
+ min-width: 100%;
+ padding: 0.625em;
+ resize: vertical; }
+ .textarea:not([rows]) {
+ max-height: 600px;
+ min-height: 120px; }
+ .textarea[rows] {
+ height: initial; }
+ .textarea.has-fixed-size {
+ resize: none; }
+
+.checkbox,
+.radio {
+ cursor: pointer;
+ display: inline-block;
+ line-height: 1.25;
+ position: relative; }
+ .checkbox input,
+ .radio input {
+ cursor: pointer; }
+ .checkbox:hover,
+ .radio:hover {
+ color: #363636; }
+ .checkbox[disabled],
+ fieldset[disabled] .checkbox,
+ .radio[disabled],
+ fieldset[disabled]
+ .radio {
+ color: #7a7a7a;
+ cursor: not-allowed; }
+
+.radio + .radio {
+ margin-left: 0.5em; }
+
+.select {
+ display: inline-block;
+ max-width: 100%;
+ position: relative;
+ vertical-align: top; }
+ .select:not(.is-multiple) {
+ height: 2.25em; }
+ .select:not(.is-multiple):not(.is-loading)::after {
+ border-color: #7957d5;
+ right: 1.125em;
+ z-index: 4; }
+ .select.is-rounded select {
+ border-radius: 290486px;
+ padding-left: 1em; }
+ .select select {
+ background-color: white;
+ border-color: #dbdbdb;
+ color: #363636;
+ cursor: pointer;
+ display: block;
+ font-size: 1em;
+ max-width: 100%;
+ outline: none; }
+ .select select::-moz-placeholder {
+ color: rgba(54, 54, 54, 0.3); }
+ .select select::-webkit-input-placeholder {
+ color: rgba(54, 54, 54, 0.3); }
+ .select select:-moz-placeholder {
+ color: rgba(54, 54, 54, 0.3); }
+ .select select:-ms-input-placeholder {
+ color: rgba(54, 54, 54, 0.3); }
+ .select select:hover, .select select.is-hovered {
+ border-color: #b5b5b5; }
+ .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
+ border-color: #7957d5;
+ box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25); }
+ .select select[disabled],
+ fieldset[disabled] .select select {
+ background-color: whitesmoke;
+ border-color: whitesmoke;
+ box-shadow: none;
+ color: #7a7a7a; }
+ .select select[disabled]::-moz-placeholder,
+ fieldset[disabled] .select select::-moz-placeholder {
+ color: rgba(122, 122, 122, 0.3); }
+ .select select[disabled]::-webkit-input-placeholder,
+ fieldset[disabled] .select select::-webkit-input-placeholder {
+ color: rgba(122, 122, 122, 0.3); }
+ .select select[disabled]:-moz-placeholder,
+ fieldset[disabled] .select select:-moz-placeholder {
+ color: rgba(122, 122, 122, 0.3); }
+ .select select[disabled]:-ms-input-placeholder,
+ fieldset[disabled] .select select:-ms-input-placeholder {
+ color: rgba(122, 122, 122, 0.3); }
+ .select select::-ms-expand {
+ display: none; }
+ .select select[disabled]:hover,
+ fieldset[disabled] .select select:hover {
+ border-color: whitesmoke; }
+ .select select:not([multiple]) {
+ padding-right: 2.5em; }
+ .select select[multiple] {
+ height: auto;
+ padding: 0; }
+ .select select[multiple] option {
+ padding: 0.5em 1em; }
+ .select:not(.is-multiple):not(.is-loading):hover::after {
+ border-color: #363636; }
+ .select.is-white:not(:hover)::after {
+ border-color: white; }
+ .select.is-white select {
+ border-color: white; }
+ .select.is-white select:hover, .select.is-white select.is-hovered {
+ border-color: #f2f2f2; }
+ .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
+ .select.is-black:not(:hover)::after {
+ border-color: #0a0a0a; }
+ .select.is-black select {
+ border-color: #0a0a0a; }
+ .select.is-black select:hover, .select.is-black select.is-hovered {
+ border-color: black; }
+ .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
+ .select.is-light:not(:hover)::after {
+ border-color: whitesmoke; }
+ .select.is-light select {
+ border-color: whitesmoke; }
+ .select.is-light select:hover, .select.is-light select.is-hovered {
+ border-color: #e8e8e8; }
+ .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
+ .select.is-dark:not(:hover)::after {
+ border-color: #363636; }
+ .select.is-dark select {
+ border-color: #363636; }
+ .select.is-dark select:hover, .select.is-dark select.is-hovered {
+ border-color: #292929; }
+ .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
+ .select.is-primary:not(:hover)::after {
+ border-color: #7957d5; }
+ .select.is-primary select {
+ border-color: #7957d5; }
+ .select.is-primary select:hover, .select.is-primary select.is-hovered {
+ border-color: #6943d0; }
+ .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25); }
+ .select.is-link:not(:hover)::after {
+ border-color: #7957d5; }
+ .select.is-link select {
+ border-color: #7957d5; }
+ .select.is-link select:hover, .select.is-link select.is-hovered {
+ border-color: #6943d0; }
+ .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25); }
+ .select.is-info:not(:hover)::after {
+ border-color: #167df0; }
+ .select.is-info select {
+ border-color: #167df0; }
+ .select.is-info select:hover, .select.is-info select.is-hovered {
+ border-color: #0e71de; }
+ .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(22, 125, 240, 0.25); }
+ .select.is-success:not(:hover)::after {
+ border-color: #23d160; }
+ .select.is-success select {
+ border-color: #23d160; }
+ .select.is-success select:hover, .select.is-success select.is-hovered {
+ border-color: #20bc56; }
+ .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
+ .select.is-warning:not(:hover)::after {
+ border-color: #ffdd57; }
+ .select.is-warning select {
+ border-color: #ffdd57; }
+ .select.is-warning select:hover, .select.is-warning select.is-hovered {
+ border-color: #ffd83d; }
+ .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
+ .select.is-danger:not(:hover)::after {
+ border-color: #ff3860; }
+ .select.is-danger select {
+ border-color: #ff3860; }
+ .select.is-danger select:hover, .select.is-danger select.is-hovered {
+ border-color: #ff1f4b; }
+ .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
+ .select.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+ .select.is-medium {
+ font-size: 1.25rem; }
+ .select.is-large {
+ font-size: 1.5rem; }
+ .select.is-disabled::after {
+ border-color: #7a7a7a; }
+ .select.is-fullwidth {
+ width: 100%; }
+ .select.is-fullwidth select {
+ width: 100%; }
+ .select.is-loading::after {
+ margin-top: 0;
+ position: absolute;
+ right: 0.625em;
+ top: 0.625em;
+ transform: none; }
+ .select.is-loading.is-small:after {
+ font-size: 0.75rem; }
+ .select.is-loading.is-medium:after {
+ font-size: 1.25rem; }
+ .select.is-loading.is-large:after {
+ font-size: 1.5rem; }
+
+.file {
+ align-items: stretch;
+ display: flex;
+ justify-content: flex-start;
+ position: relative; }
+ .file.is-white .file-cta {
+ background-color: white;
+ border-color: transparent;
+ color: #0a0a0a; }
+ .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
+ background-color: #f9f9f9;
+ border-color: transparent;
+ color: #0a0a0a; }
+ .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
+ color: #0a0a0a; }
+ .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
+ background-color: #f2f2f2;
+ border-color: transparent;
+ color: #0a0a0a; }
+ .file.is-black .file-cta {
+ background-color: #0a0a0a;
+ border-color: transparent;
+ color: white; }
+ .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
+ background-color: #040404;
+ border-color: transparent;
+ color: white; }
+ .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
+ color: white; }
+ .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
+ background-color: black;
+ border-color: transparent;
+ color: white; }
+ .file.is-light .file-cta {
+ background-color: whitesmoke;
+ border-color: transparent;
+ color: #363636; }
+ .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
+ background-color: #eeeeee;
+ border-color: transparent;
+ color: #363636; }
+ .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
+ color: #363636; }
+ .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
+ background-color: #e8e8e8;
+ border-color: transparent;
+ color: #363636; }
+ .file.is-dark .file-cta {
+ background-color: #363636;
+ border-color: transparent;
+ color: whitesmoke; }
+ .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
+ background-color: #2f2f2f;
+ border-color: transparent;
+ color: whitesmoke; }
+ .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
+ color: whitesmoke; }
+ .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
+ background-color: #292929;
+ border-color: transparent;
+ color: whitesmoke; }
+ .file.is-primary .file-cta {
+ background-color: #7957d5;
+ border-color: transparent;
+ color: white; }
+ .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
+ background-color: #714dd2;
+ border-color: transparent;
+ color: white; }
+ .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.25);
+ color: white; }
+ .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
+ background-color: #6943d0;
+ border-color: transparent;
+ color: white; }
+ .file.is-link .file-cta {
+ background-color: #7957d5;
+ border-color: transparent;
+ color: white; }
+ .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
+ background-color: #714dd2;
+ border-color: transparent;
+ color: white; }
+ .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.25);
+ color: white; }
+ .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
+ background-color: #6943d0;
+ border-color: transparent;
+ color: white; }
+ .file.is-info .file-cta {
+ background-color: #167df0;
+ border-color: transparent;
+ color: #fff; }
+ .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
+ background-color: #0f77ea;
+ border-color: transparent;
+ color: #fff; }
+ .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.25);
+ color: #fff; }
+ .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
+ background-color: #0e71de;
+ border-color: transparent;
+ color: #fff; }
+ .file.is-success .file-cta {
+ background-color: #23d160;
+ border-color: transparent;
+ color: #fff; }
+ .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
+ background-color: #22c65b;
+ border-color: transparent;
+ color: #fff; }
+ .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
+ color: #fff; }
+ .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
+ background-color: #20bc56;
+ border-color: transparent;
+ color: #fff; }
+ .file.is-warning .file-cta {
+ background-color: #ffdd57;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7); }
+ .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
+ background-color: #ffdb4a;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7); }
+ .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
+ color: rgba(0, 0, 0, 0.7); }
+ .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
+ background-color: #ffd83d;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7); }
+ .file.is-danger .file-cta {
+ background-color: #ff3860;
+ border-color: transparent;
+ color: #fff; }
+ .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
+ background-color: #ff2b56;
+ border-color: transparent;
+ color: #fff; }
+ .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
+ color: #fff; }
+ .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
+ background-color: #ff1f4b;
+ border-color: transparent;
+ color: #fff; }
+ .file.is-small {
+ font-size: 0.75rem; }
+ .file.is-medium {
+ font-size: 1.25rem; }
+ .file.is-medium .file-icon .fa {
+ font-size: 21px; }
+ .file.is-large {
+ font-size: 1.5rem; }
+ .file.is-large .file-icon .fa {
+ font-size: 28px; }
+ .file.has-name .file-cta {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ .file.has-name .file-name {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .file.has-name.is-empty .file-cta {
+ border-radius: 4px; }
+ .file.has-name.is-empty .file-name {
+ display: none; }
+ .file.is-boxed .file-label {
+ flex-direction: column; }
+ .file.is-boxed .file-cta {
+ flex-direction: column;
+ height: auto;
+ padding: 1em 3em; }
+ .file.is-boxed .file-name {
+ border-width: 0 1px 1px; }
+ .file.is-boxed .file-icon {
+ height: 1.5em;
+ width: 1.5em; }
+ .file.is-boxed .file-icon .fa {
+ font-size: 21px; }
+ .file.is-boxed.is-small .file-icon .fa {
+ font-size: 14px; }
+ .file.is-boxed.is-medium .file-icon .fa {
+ font-size: 28px; }
+ .file.is-boxed.is-large .file-icon .fa {
+ font-size: 35px; }
+ .file.is-boxed.has-name .file-cta {
+ border-radius: 4px 4px 0 0; }
+ .file.is-boxed.has-name .file-name {
+ border-radius: 0 0 4px 4px;
+ border-width: 0 1px 1px; }
+ .file.is-centered {
+ justify-content: center; }
+ .file.is-fullwidth .file-label {
+ width: 100%; }
+ .file.is-fullwidth .file-name {
+ flex-grow: 1;
+ max-width: none; }
+ .file.is-right {
+ justify-content: flex-end; }
+ .file.is-right .file-cta {
+ border-radius: 0 4px 4px 0; }
+ .file.is-right .file-name {
+ border-radius: 4px 0 0 4px;
+ border-width: 1px 0 1px 1px;
+ order: -1; }
+
+.file-label {
+ align-items: stretch;
+ display: flex;
+ cursor: pointer;
+ justify-content: flex-start;
+ overflow: hidden;
+ position: relative; }
+ .file-label:hover .file-cta {
+ background-color: #eeeeee;
+ color: #363636; }
+ .file-label:hover .file-name {
+ border-color: #d5d5d5; }
+ .file-label:active .file-cta {
+ background-color: #e8e8e8;
+ color: #363636; }
+ .file-label:active .file-name {
+ border-color: #cfcfcf; }
+
+.file-input {
+ height: 100%;
+ left: 0;
+ opacity: 0;
+ outline: none;
+ position: absolute;
+ top: 0;
+ width: 100%; }
+
+.file-cta,
+.file-name {
+ border-color: #dbdbdb;
+ border-radius: 4px;
+ font-size: 1em;
+ padding-left: 1em;
+ padding-right: 1em;
+ white-space: nowrap; }
+
+.file-cta {
+ background-color: whitesmoke;
+ color: #4a4a4a; }
+
+.file-name {
+ border-color: #dbdbdb;
+ border-style: solid;
+ border-width: 1px 1px 1px 0;
+ display: block;
+ max-width: 16em;
+ overflow: hidden;
+ text-align: left;
+ text-overflow: ellipsis; }
+
+.file-icon {
+ align-items: center;
+ display: flex;
+ height: 1em;
+ justify-content: center;
+ margin-right: 0.5em;
+ width: 1em; }
+ .file-icon .fa {
+ font-size: 14px; }
+
+.label {
+ color: #363636;
+ display: block;
+ font-size: 1rem;
+ font-weight: 700; }
+ .label:not(:last-child) {
+ margin-bottom: 0.5em; }
+ .label.is-small {
+ font-size: 0.75rem; }
+ .label.is-medium {
+ font-size: 1.25rem; }
+ .label.is-large {
+ font-size: 1.5rem; }
+
+.help {
+ display: block;
+ font-size: 0.75rem;
+ margin-top: 0.25rem; }
+ .help.is-white {
+ color: white; }
+ .help.is-black {
+ color: #0a0a0a; }
+ .help.is-light {
+ color: whitesmoke; }
+ .help.is-dark {
+ color: #363636; }
+ .help.is-primary {
+ color: #7957d5; }
+ .help.is-link {
+ color: #7957d5; }
+ .help.is-info {
+ color: #167df0; }
+ .help.is-success {
+ color: #23d160; }
+ .help.is-warning {
+ color: #ffdd57; }
+ .help.is-danger {
+ color: #ff3860; }
+
+.field:not(:last-child) {
+ margin-bottom: 0.75rem; }
+
+.field.has-addons {
+ display: flex;
+ justify-content: flex-start; }
+ .field.has-addons .control:not(:last-child) {
+ margin-right: -1px; }
+ .field.has-addons .control:not(:first-child):not(:last-child) .button,
+ .field.has-addons .control:not(:first-child):not(:last-child) .input,
+ .field.has-addons .control:not(:first-child):not(:last-child) .taginput .taginput-container.is-focusable,
+ .taginput .field.has-addons .control:not(:first-child):not(:last-child) .taginput-container.is-focusable,
+ .field.has-addons .control:not(:first-child):not(:last-child) .select select {
+ border-radius: 0; }
+ .field.has-addons .control:first-child:not(:only-child) .button,
+ .field.has-addons .control:first-child:not(:only-child) .input,
+ .field.has-addons .control:first-child:not(:only-child) .taginput .taginput-container.is-focusable,
+ .taginput .field.has-addons .control:first-child:not(:only-child) .taginput-container.is-focusable,
+ .field.has-addons .control:first-child:not(:only-child) .select select {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ .field.has-addons .control:last-child:not(:only-child) .button,
+ .field.has-addons .control:last-child:not(:only-child) .input,
+ .field.has-addons .control:last-child:not(:only-child) .taginput .taginput-container.is-focusable,
+ .taginput .field.has-addons .control:last-child:not(:only-child) .taginput-container.is-focusable,
+ .field.has-addons .control:last-child:not(:only-child) .select select {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
+ .field.has-addons .control .input:not([disabled]):hover,
+ .field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):hover,
+ .taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):hover,
+ .field.has-addons .control .input:not([disabled]).is-hovered,
+ .field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-hovered,
+ .taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-hovered,
+ .field.has-addons .control .select select:not([disabled]):hover,
+ .field.has-addons .control .select select:not([disabled]).is-hovered {
+ z-index: 2; }
+ .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
+ .field.has-addons .control .input:not([disabled]):focus,
+ .field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):focus,
+ .taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):focus,
+ .field.has-addons .control .input:not([disabled]).is-focused,
+ .field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-focused,
+ .taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-focused,
+ .field.has-addons .control .input:not([disabled]):active,
+ .field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):active,
+ .taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):active,
+ .field.has-addons .control .input:not([disabled]).is-active,
+ .field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-active,
+ .taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-active,
+ .field.has-addons .control .select select:not([disabled]):focus,
+ .field.has-addons .control .select select:not([disabled]).is-focused,
+ .field.has-addons .control .select select:not([disabled]):active,
+ .field.has-addons .control .select select:not([disabled]).is-active {
+ z-index: 3; }
+ .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
+ .field.has-addons .control .input:not([disabled]):focus:hover,
+ .field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):focus:hover,
+ .taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):focus:hover,
+ .field.has-addons .control .input:not([disabled]).is-focused:hover,
+ .field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-focused:hover,
+ .taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-focused:hover,
+ .field.has-addons .control .input:not([disabled]):active:hover,
+ .field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):active:hover,
+ .taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):active:hover,
+ .field.has-addons .control .input:not([disabled]).is-active:hover,
+ .field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-active:hover,
+ .taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-active:hover,
+ .field.has-addons .control .select select:not([disabled]):focus:hover,
+ .field.has-addons .control .select select:not([disabled]).is-focused:hover,
+ .field.has-addons .control .select select:not([disabled]):active:hover,
+ .field.has-addons .control .select select:not([disabled]).is-active:hover {
+ z-index: 4; }
+ .field.has-addons .control.is-expanded {
+ flex-grow: 1; }
+ .field.has-addons.has-addons-centered {
+ justify-content: center; }
+ .field.has-addons.has-addons-right {
+ justify-content: flex-end; }
+ .field.has-addons.has-addons-fullwidth .control {
+ flex-grow: 1;
+ flex-shrink: 0; }
+
+.field.is-grouped {
+ display: flex;
+ justify-content: flex-start; }
+ .field.is-grouped > .control {
+ flex-shrink: 0; }
+ .field.is-grouped > .control:not(:last-child) {
+ margin-bottom: 0;
+ margin-right: 0.75rem; }
+ .field.is-grouped > .control.is-expanded {
+ flex-grow: 1;
+ flex-shrink: 1; }
+ .field.is-grouped.is-grouped-centered {
+ justify-content: center; }
+ .field.is-grouped.is-grouped-right {
+ justify-content: flex-end; }
+ .field.is-grouped.is-grouped-multiline {
+ flex-wrap: wrap; }
+ .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
+ margin-bottom: 0.75rem; }
+ .field.is-grouped.is-grouped-multiline:last-child {
+ margin-bottom: -0.75rem; }
+ .field.is-grouped.is-grouped-multiline:not(:last-child) {
+ margin-bottom: 0; }
+
+@media screen and (min-width: 769px), print {
+ .field.is-horizontal {
+ display: flex; } }
+
+.field-label .label {
+ font-size: inherit; }
+
+@media screen and (max-width: 768px) {
+ .field-label {
+ margin-bottom: 0.5rem; } }
+
+@media screen and (min-width: 769px), print {
+ .field-label {
+ flex-basis: 0;
+ flex-grow: 1;
+ flex-shrink: 0;
+ margin-right: 1.5rem;
+ text-align: right; }
+ .field-label.is-small {
+ font-size: 0.75rem;
+ padding-top: 0.375em; }
+ .field-label.is-normal {
+ padding-top: 0.375em; }
+ .field-label.is-medium {
+ font-size: 1.25rem;
+ padding-top: 0.375em; }
+ .field-label.is-large {
+ font-size: 1.5rem;
+ padding-top: 0.375em; } }
+
+.field-body .field .field {
+ margin-bottom: 0; }
+
+@media screen and (min-width: 769px), print {
+ .field-body {
+ display: flex;
+ flex-basis: 0;
+ flex-grow: 5;
+ flex-shrink: 1; }
+ .field-body .field {
+ margin-bottom: 0; }
+ .field-body > .field {
+ flex-shrink: 1; }
+ .field-body > .field:not(.is-narrow) {
+ flex-grow: 1; }
+ .field-body > .field:not(:last-child) {
+ margin-right: 0.75rem; } }
+
+.control {
+ box-sizing: border-box;
+ clear: both;
+ font-size: 1rem;
+ position: relative;
+ text-align: left; }
+ .control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .taginput .taginput-container.is-focusable:focus ~ .icon, .taginput .control.has-icons-left .taginput-container.is-focusable:focus ~ .icon,
+ .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .taginput .taginput-container.is-focusable:focus ~ .icon, .taginput .control.has-icons-right .taginput-container.is-focusable:focus ~ .icon,
+ .control.has-icons-right .select:focus ~ .icon {
+ color: #7a7a7a; }
+ .control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .taginput .is-small.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-left .is-small.taginput-container.is-focusable ~ .icon,
+ .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .taginput .is-small.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-right .is-small.taginput-container.is-focusable ~ .icon,
+ .control.has-icons-right .select.is-small ~ .icon {
+ font-size: 0.75rem; }
+ .control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .taginput .is-medium.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-left .is-medium.taginput-container.is-focusable ~ .icon,
+ .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .taginput .is-medium.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-right .is-medium.taginput-container.is-focusable ~ .icon,
+ .control.has-icons-right .select.is-medium ~ .icon {
+ font-size: 1.25rem; }
+ .control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left .taginput .is-large.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-left .is-large.taginput-container.is-focusable ~ .icon,
+ .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right .taginput .is-large.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-right .is-large.taginput-container.is-focusable ~ .icon,
+ .control.has-icons-right .select.is-large ~ .icon {
+ font-size: 1.5rem; }
+ .control.has-icons-left .icon, .control.has-icons-right .icon {
+ color: #dbdbdb;
+ height: 2.25em;
+ pointer-events: none;
+ position: absolute;
+ top: 0;
+ width: 2.25em;
+ z-index: 4; }
+ .control.has-icons-left .input, .control.has-icons-left .taginput .taginput-container.is-focusable, .taginput .control.has-icons-left .taginput-container.is-focusable,
+ .control.has-icons-left .select select {
+ padding-left: 2.25em; }
+ .control.has-icons-left .icon.is-left {
+ left: 0; }
+ .control.has-icons-right .input, .control.has-icons-right .taginput .taginput-container.is-focusable, .taginput .control.has-icons-right .taginput-container.is-focusable,
+ .control.has-icons-right .select select {
+ padding-right: 2.25em; }
+ .control.has-icons-right .icon.is-right {
+ right: 0; }
+ .control.is-loading::after {
+ position: absolute !important;
+ right: 0.625em;
+ top: 0.625em;
+ z-index: 4; }
+ .control.is-loading.is-small:after {
+ font-size: 0.75rem; }
+ .control.is-loading.is-medium:after {
+ font-size: 1.25rem; }
+ .control.is-loading.is-large:after {
+ font-size: 1.5rem; }
+
+.icon {
+ align-items: center;
+ display: inline-flex;
+ justify-content: center;
+ height: 1.5rem;
+ width: 1.5rem; }
+ .icon.is-small {
+ height: 1rem;
+ width: 1rem; }
+ .icon.is-medium {
+ height: 2rem;
+ width: 2rem; }
+ .icon.is-large {
+ height: 3rem;
+ width: 3rem; }
+
+.image {
+ display: block;
+ position: relative; }
+ .image img {
+ display: block;
+ height: auto;
+ width: 100%; }
+ .image img.is-rounded {
+ border-radius: 290486px; }
+ .image.is-square img,
+ .image.is-square .has-ratio, .image.is-1by1 img,
+ .image.is-1by1 .has-ratio, .image.is-5by4 img,
+ .image.is-5by4 .has-ratio, .image.is-4by3 img,
+ .image.is-4by3 .has-ratio, .image.is-3by2 img,
+ .image.is-3by2 .has-ratio, .image.is-5by3 img,
+ .image.is-5by3 .has-ratio, .image.is-16by9 img,
+ .image.is-16by9 .has-ratio, .image.is-2by1 img,
+ .image.is-2by1 .has-ratio, .image.is-3by1 img,
+ .image.is-3by1 .has-ratio, .image.is-4by5 img,
+ .image.is-4by5 .has-ratio, .image.is-3by4 img,
+ .image.is-3by4 .has-ratio, .image.is-2by3 img,
+ .image.is-2by3 .has-ratio, .image.is-3by5 img,
+ .image.is-3by5 .has-ratio, .image.is-9by16 img,
+ .image.is-9by16 .has-ratio, .image.is-1by2 img,
+ .image.is-1by2 .has-ratio, .image.is-1by3 img,
+ .image.is-1by3 .has-ratio {
+ height: 100%;
+ width: 100%; }
+ .image.is-square, .image.is-1by1 {
+ padding-top: 100%; }
+ .image.is-5by4 {
+ padding-top: 80%; }
+ .image.is-4by3 {
+ padding-top: 75%; }
+ .image.is-3by2 {
+ padding-top: 66.6666%; }
+ .image.is-5by3 {
+ padding-top: 60%; }
+ .image.is-16by9 {
+ padding-top: 56.25%; }
+ .image.is-2by1 {
+ padding-top: 50%; }
+ .image.is-3by1 {
+ padding-top: 33.3333%; }
+ .image.is-4by5 {
+ padding-top: 125%; }
+ .image.is-3by4 {
+ padding-top: 133.3333%; }
+ .image.is-2by3 {
+ padding-top: 150%; }
+ .image.is-3by5 {
+ padding-top: 166.6666%; }
+ .image.is-9by16 {
+ padding-top: 177.7777%; }
+ .image.is-1by2 {
+ padding-top: 200%; }
+ .image.is-1by3 {
+ padding-top: 300%; }
+ .image.is-16x16 {
+ height: 16px;
+ width: 16px; }
+ .image.is-24x24 {
+ height: 24px;
+ width: 24px; }
+ .image.is-32x32 {
+ height: 32px;
+ width: 32px; }
+ .image.is-48x48 {
+ height: 48px;
+ width: 48px; }
+ .image.is-64x64 {
+ height: 64px;
+ width: 64px; }
+ .image.is-96x96 {
+ height: 96px;
+ width: 96px; }
+ .image.is-128x128 {
+ height: 128px;
+ width: 128px; }
+
+.notification {
+ background-color: whitesmoke;
+ border-radius: 4px;
+ padding: 1.25rem 2.5rem 1.25rem 1.5rem;
+ position: relative; }
+ .notification a:not(.button):not(.dropdown-item) {
+ color: currentColor;
+ text-decoration: underline; }
+ .notification strong {
+ color: currentColor; }
+ .notification code,
+ .notification pre {
+ background: white; }
+ .notification pre code {
+ background: transparent; }
+ .notification > .delete {
+ position: absolute;
+ right: 0.5rem;
+ top: 0.5rem; }
+ .notification .title,
+ .notification .subtitle,
+ .notification .content {
+ color: currentColor; }
+ .notification.is-white {
+ background-color: white;
+ color: #0a0a0a; }
+ .notification.is-black {
+ background-color: #0a0a0a;
+ color: white; }
+ .notification.is-light {
+ background-color: whitesmoke;
+ color: #363636; }
+ .notification.is-dark {
+ background-color: #363636;
+ color: whitesmoke; }
+ .notification.is-primary {
+ background-color: #7957d5;
+ color: white; }
+ .notification.is-link {
+ background-color: #7957d5;
+ color: white; }
+ .notification.is-info {
+ background-color: #167df0;
+ color: #fff; }
+ .notification.is-success {
+ background-color: #23d160;
+ color: #fff; }
+ .notification.is-warning {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7); }
+ .notification.is-danger {
+ background-color: #ff3860;
+ color: #fff; }
+
+.progress {
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ border: none;
+ border-radius: 290486px;
+ display: block;
+ height: 1rem;
+ overflow: hidden;
+ padding: 0;
+ width: 100%; }
+ .progress::-webkit-progress-bar {
+ background-color: #dbdbdb; }
+ .progress::-webkit-progress-value {
+ background-color: #4a4a4a; }
+ .progress::-moz-progress-bar {
+ background-color: #4a4a4a; }
+ .progress::-ms-fill {
+ background-color: #4a4a4a;
+ border: none; }
+ .progress:indeterminate {
+ animation-duration: 1.5s;
+ animation-iteration-count: infinite;
+ animation-name: moveIndeterminate;
+ animation-timing-function: linear;
+ background-color: #dbdbdb;
+ background-image: linear-gradient(to right, #4a4a4a 30%, #dbdbdb 30%);
+ background-position: top left;
+ background-repeat: no-repeat;
+ background-size: 150% 150%; }
+ .progress:indeterminate::-webkit-progress-bar {
+ background-color: transparent; }
+ .progress:indeterminate::-moz-progress-bar {
+ background-color: transparent; }
+ .progress.is-white::-webkit-progress-value {
+ background-color: white; }
+ .progress.is-white::-moz-progress-bar {
+ background-color: white; }
+ .progress.is-white::-ms-fill {
+ background-color: white; }
+ .progress.is-white:indeterminate {
+ background-image: linear-gradient(to right, white 30%, #dbdbdb 30%); }
+ .progress.is-black::-webkit-progress-value {
+ background-color: #0a0a0a; }
+ .progress.is-black::-moz-progress-bar {
+ background-color: #0a0a0a; }
+ .progress.is-black::-ms-fill {
+ background-color: #0a0a0a; }
+ .progress.is-black:indeterminate {
+ background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%); }
+ .progress.is-light::-webkit-progress-value {
+ background-color: whitesmoke; }
+ .progress.is-light::-moz-progress-bar {
+ background-color: whitesmoke; }
+ .progress.is-light::-ms-fill {
+ background-color: whitesmoke; }
+ .progress.is-light:indeterminate {
+ background-image: linear-gradient(to right, whitesmoke 30%, #dbdbdb 30%); }
+ .progress.is-dark::-webkit-progress-value {
+ background-color: #363636; }
+ .progress.is-dark::-moz-progress-bar {
+ background-color: #363636; }
+ .progress.is-dark::-ms-fill {
+ background-color: #363636; }
+ .progress.is-dark:indeterminate {
+ background-image: linear-gradient(to right, #363636 30%, #dbdbdb 30%); }
+ .progress.is-primary::-webkit-progress-value {
+ background-color: #7957d5; }
+ .progress.is-primary::-moz-progress-bar {
+ background-color: #7957d5; }
+ .progress.is-primary::-ms-fill {
+ background-color: #7957d5; }
+ .progress.is-primary:indeterminate {
+ background-image: linear-gradient(to right, #7957d5 30%, #dbdbdb 30%); }
+ .progress.is-link::-webkit-progress-value {
+ background-color: #7957d5; }
+ .progress.is-link::-moz-progress-bar {
+ background-color: #7957d5; }
+ .progress.is-link::-ms-fill {
+ background-color: #7957d5; }
+ .progress.is-link:indeterminate {
+ background-image: linear-gradient(to right, #7957d5 30%, #dbdbdb 30%); }
+ .progress.is-info::-webkit-progress-value {
+ background-color: #167df0; }
+ .progress.is-info::-moz-progress-bar {
+ background-color: #167df0; }
+ .progress.is-info::-ms-fill {
+ background-color: #167df0; }
+ .progress.is-info:indeterminate {
+ background-image: linear-gradient(to right, #167df0 30%, #dbdbdb 30%); }
+ .progress.is-success::-webkit-progress-value {
+ background-color: #23d160; }
+ .progress.is-success::-moz-progress-bar {
+ background-color: #23d160; }
+ .progress.is-success::-ms-fill {
+ background-color: #23d160; }
+ .progress.is-success:indeterminate {
+ background-image: linear-gradient(to right, #23d160 30%, #dbdbdb 30%); }
+ .progress.is-warning::-webkit-progress-value {
+ background-color: #ffdd57; }
+ .progress.is-warning::-moz-progress-bar {
+ background-color: #ffdd57; }
+ .progress.is-warning::-ms-fill {
+ background-color: #ffdd57; }
+ .progress.is-warning:indeterminate {
+ background-image: linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%); }
+ .progress.is-danger::-webkit-progress-value {
+ background-color: #ff3860; }
+ .progress.is-danger::-moz-progress-bar {
+ background-color: #ff3860; }
+ .progress.is-danger::-ms-fill {
+ background-color: #ff3860; }
+ .progress.is-danger:indeterminate {
+ background-image: linear-gradient(to right, #ff3860 30%, #dbdbdb 30%); }
+ .progress.is-small {
+ height: 0.75rem; }
+ .progress.is-medium {
+ height: 1.25rem; }
+ .progress.is-large {
+ height: 1.5rem; }
+
+@keyframes moveIndeterminate {
+ from {
+ background-position: 200% 0; }
+ to {
+ background-position: -200% 0; } }
+
+.table {
+ background-color: white;
+ color: #363636; }
+ .table td,
+ .table th {
+ border: 1px solid #dbdbdb;
+ border-width: 0 0 1px;
+ padding: 0.5em 0.75em;
+ vertical-align: top; }
+ .table td.is-white,
+ .table th.is-white {
+ background-color: white;
+ border-color: white;
+ color: #0a0a0a; }
+ .table td.is-black,
+ .table th.is-black {
+ background-color: #0a0a0a;
+ border-color: #0a0a0a;
+ color: white; }
+ .table td.is-light,
+ .table th.is-light {
+ background-color: whitesmoke;
+ border-color: whitesmoke;
+ color: #363636; }
+ .table td.is-dark,
+ .table th.is-dark {
+ background-color: #363636;
+ border-color: #363636;
+ color: whitesmoke; }
+ .table td.is-primary,
+ .table th.is-primary {
+ background-color: #7957d5;
+ border-color: #7957d5;
+ color: white; }
+ .table td.is-link,
+ .table th.is-link {
+ background-color: #7957d5;
+ border-color: #7957d5;
+ color: white; }
+ .table td.is-info,
+ .table th.is-info {
+ background-color: #167df0;
+ border-color: #167df0;
+ color: #fff; }
+ .table td.is-success,
+ .table th.is-success {
+ background-color: #23d160;
+ border-color: #23d160;
+ color: #fff; }
+ .table td.is-warning,
+ .table th.is-warning {
+ background-color: #ffdd57;
+ border-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7); }
+ .table td.is-danger,
+ .table th.is-danger {
+ background-color: #ff3860;
+ border-color: #ff3860;
+ color: #fff; }
+ .table td.is-narrow,
+ .table th.is-narrow {
+ white-space: nowrap;
+ width: 1%; }
+ .table td.is-selected,
+ .table th.is-selected {
+ background-color: #7957d5;
+ color: white; }
+ .table td.is-selected a,
+ .table td.is-selected strong,
+ .table th.is-selected a,
+ .table th.is-selected strong {
+ color: currentColor; }
+ .table th {
+ color: #363636;
+ text-align: left; }
+ .table tr.is-selected {
+ background-color: #7957d5;
+ color: white; }
+ .table tr.is-selected a,
+ .table tr.is-selected strong {
+ color: currentColor; }
+ .table tr.is-selected td,
+ .table tr.is-selected th {
+ border-color: white;
+ color: currentColor; }
+ .table thead {
+ background-color: transparent; }
+ .table thead td,
+ .table thead th {
+ border-width: 0 0 2px;
+ color: #363636; }
+ .table tfoot {
+ background-color: transparent; }
+ .table tfoot td,
+ .table tfoot th {
+ border-width: 2px 0 0;
+ color: #363636; }
+ .table tbody {
+ background-color: transparent; }
+ .table tbody tr:last-child td,
+ .table tbody tr:last-child th {
+ border-bottom-width: 0; }
+ .table.is-bordered td,
+ .table.is-bordered th {
+ border-width: 1px; }
+ .table.is-bordered tr:last-child td,
+ .table.is-bordered tr:last-child th {
+ border-bottom-width: 1px; }
+ .table.is-fullwidth {
+ width: 100%; }
+ .table.is-hoverable tbody tr:not(.is-selected):hover {
+ background-color: #fafafa; }
+ .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
+ background-color: #fafafa; }
+ .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
+ background-color: whitesmoke; }
+ .table.is-narrow td,
+ .table.is-narrow th {
+ padding: 0.25em 0.5em; }
+ .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
+ background-color: #fafafa; }
+
+.table-container {
+ -webkit-overflow-scrolling: touch;
+ overflow: auto;
+ overflow-y: hidden;
+ max-width: 100%; }
+
+.tags {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start; }
+ .tags .tag {
+ margin-bottom: 0.5rem; }
+ .tags .tag:not(:last-child) {
+ margin-right: 0.5rem; }
+ .tags:last-child {
+ margin-bottom: -0.5rem; }
+ .tags:not(:last-child) {
+ margin-bottom: 1rem; }
+ .tags.are-medium .tag:not(.is-normal):not(.is-large) {
+ font-size: 1rem; }
+ .tags.are-large .tag:not(.is-normal):not(.is-medium) {
+ font-size: 1.25rem; }
+ .tags.has-addons .tag {
+ margin-right: 0; }
+ .tags.has-addons .tag:not(:first-child) {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .tags.has-addons .tag:not(:last-child) {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ .tags.is-centered {
+ justify-content: center; }
+ .tags.is-centered .tag {
+ margin-right: 0.25rem;
+ margin-left: 0.25rem; }
+ .tags.is-right {
+ justify-content: flex-end; }
+ .tags.is-right .tag:not(:first-child) {
+ margin-left: 0.5rem; }
+ .tags.is-right .tag:not(:last-child) {
+ margin-right: 0; }
+ .tags.has-addons .tag {
+ margin-right: 0; }
+ .tags.has-addons .tag:not(:first-child) {
+ margin-left: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .tags.has-addons .tag:not(:last-child) {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+
+.tag:not(body) {
+ align-items: center;
+ background-color: whitesmoke;
+ border-radius: 4px;
+ color: #4a4a4a;
+ display: inline-flex;
+ font-size: 0.75rem;
+ height: 2em;
+ justify-content: center;
+ line-height: 1.5;
+ padding-left: 0.75em;
+ padding-right: 0.75em;
+ white-space: nowrap; }
+ .tag:not(body) .delete {
+ margin-left: 0.25rem;
+ margin-right: -0.375rem; }
+ .tag:not(body).is-white {
+ background-color: white;
+ color: #0a0a0a; }
+ .tag:not(body).is-black {
+ background-color: #0a0a0a;
+ color: white; }
+ .tag:not(body).is-light {
+ background-color: whitesmoke;
+ color: #363636; }
+ .tag:not(body).is-dark {
+ background-color: #363636;
+ color: whitesmoke; }
+ .tag:not(body).is-primary {
+ background-color: #7957d5;
+ color: white; }
+ .tag:not(body).is-link {
+ background-color: #7957d5;
+ color: white; }
+ .tag:not(body).is-info {
+ background-color: #167df0;
+ color: #fff; }
+ .tag:not(body).is-success {
+ background-color: #23d160;
+ color: #fff; }
+ .tag:not(body).is-warning {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7); }
+ .tag:not(body).is-danger {
+ background-color: #ff3860;
+ color: #fff; }
+ .tag:not(body).is-normal {
+ font-size: 0.75rem; }
+ .tag:not(body).is-medium {
+ font-size: 1rem; }
+ .tag:not(body).is-large {
+ font-size: 1.25rem; }
+ .tag:not(body) .icon:first-child:not(:last-child) {
+ margin-left: -0.375em;
+ margin-right: 0.1875em; }
+ .tag:not(body) .icon:last-child:not(:first-child) {
+ margin-left: 0.1875em;
+ margin-right: -0.375em; }
+ .tag:not(body) .icon:first-child:last-child {
+ margin-left: -0.375em;
+ margin-right: -0.375em; }
+ .tag:not(body).is-delete {
+ margin-left: 1px;
+ padding: 0;
+ position: relative;
+ width: 2em; }
+ .tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
+ background-color: currentColor;
+ content: "";
+ display: block;
+ left: 50%;
+ position: absolute;
+ top: 50%;
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ transform-origin: center center; }
+ .tag:not(body).is-delete::before {
+ height: 1px;
+ width: 50%; }
+ .tag:not(body).is-delete::after {
+ height: 50%;
+ width: 1px; }
+ .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
+ background-color: #e8e8e8; }
+ .tag:not(body).is-delete:active {
+ background-color: #dbdbdb; }
+ .tag:not(body).is-rounded {
+ border-radius: 290486px; }
+
+a.tag:hover {
+ text-decoration: underline; }
+
+.title,
+.subtitle {
+ word-break: break-word; }
+ .title em,
+ .title span,
+ .subtitle em,
+ .subtitle span {
+ font-weight: inherit; }
+ .title sub,
+ .subtitle sub {
+ font-size: 0.75em; }
+ .title sup,
+ .subtitle sup {
+ font-size: 0.75em; }
+ .title .tag,
+ .subtitle .tag {
+ vertical-align: middle; }
+
+.title {
+ color: #363636;
+ font-size: 2rem;
+ font-weight: 600;
+ line-height: 1.125; }
+ .title strong {
+ color: inherit;
+ font-weight: inherit; }
+ .title + .highlight {
+ margin-top: -0.75rem; }
+ .title:not(.is-spaced) + .subtitle {
+ margin-top: -1.25rem; }
+ .title.is-1 {
+ font-size: 3rem; }
+ .title.is-2 {
+ font-size: 2.5rem; }
+ .title.is-3 {
+ font-size: 2rem; }
+ .title.is-4 {
+ font-size: 1.5rem; }
+ .title.is-5 {
+ font-size: 1.25rem; }
+ .title.is-6 {
+ font-size: 1rem; }
+ .title.is-7 {
+ font-size: 0.75rem; }
+
+.subtitle {
+ color: #4a4a4a;
+ font-size: 1.25rem;
+ font-weight: 400;
+ line-height: 1.25; }
+ .subtitle strong {
+ color: #363636;
+ font-weight: 600; }
+ .subtitle:not(.is-spaced) + .title {
+ margin-top: -1.25rem; }
+ .subtitle.is-1 {
+ font-size: 3rem; }
+ .subtitle.is-2 {
+ font-size: 2.5rem; }
+ .subtitle.is-3 {
+ font-size: 2rem; }
+ .subtitle.is-4 {
+ font-size: 1.5rem; }
+ .subtitle.is-5 {
+ font-size: 1.25rem; }
+ .subtitle.is-6 {
+ font-size: 1rem; }
+ .subtitle.is-7 {
+ font-size: 0.75rem; }
+
+.heading {
+ display: block;
+ font-size: 11px;
+ letter-spacing: 1px;
+ margin-bottom: 5px;
+ text-transform: uppercase; }
+
+.highlight {
+ font-weight: 400;
+ max-width: 100%;
+ overflow: hidden;
+ padding: 0; }
+ .highlight pre {
+ overflow: auto;
+ max-width: 100%; }
+
+.number {
+ align-items: center;
+ background-color: whitesmoke;
+ border-radius: 290486px;
+ display: inline-flex;
+ font-size: 1.25rem;
+ height: 2em;
+ justify-content: center;
+ margin-right: 1.5rem;
+ min-width: 2.5em;
+ padding: 0.25rem 0.5rem;
+ text-align: center;
+ vertical-align: top; }
+
+.breadcrumb {
+ font-size: 1rem;
+ white-space: nowrap; }
+ .breadcrumb a {
+ align-items: center;
+ color: #7957d5;
+ display: flex;
+ justify-content: center;
+ padding: 0 0.75em; }
+ .breadcrumb a:hover {
+ color: #363636; }
+ .breadcrumb li {
+ align-items: center;
+ display: flex; }
+ .breadcrumb li:first-child a {
+ padding-left: 0; }
+ .breadcrumb li.is-active a {
+ color: #363636;
+ cursor: default;
+ pointer-events: none; }
+ .breadcrumb li + li::before {
+ color: #b5b5b5;
+ content: "/"; }
+ .breadcrumb ul,
+ .breadcrumb ol {
+ align-items: flex-start;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start; }
+ .breadcrumb .icon:first-child {
+ margin-right: 0.5em; }
+ .breadcrumb .icon:last-child {
+ margin-left: 0.5em; }
+ .breadcrumb.is-centered ol,
+ .breadcrumb.is-centered ul {
+ justify-content: center; }
+ .breadcrumb.is-right ol,
+ .breadcrumb.is-right ul {
+ justify-content: flex-end; }
+ .breadcrumb.is-small {
+ font-size: 0.75rem; }
+ .breadcrumb.is-medium {
+ font-size: 1.25rem; }
+ .breadcrumb.is-large {
+ font-size: 1.5rem; }
+ .breadcrumb.has-arrow-separator li + li::before {
+ content: "\2192"; }
+ .breadcrumb.has-bullet-separator li + li::before {
+ content: "\2022"; }
+ .breadcrumb.has-dot-separator li + li::before {
+ content: "\B7"; }
+ .breadcrumb.has-succeeds-separator li + li::before {
+ content: "\227B"; }
+
+.card {
+ background-color: white;
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
+ color: #4a4a4a;
+ max-width: 100%;
+ position: relative; }
+
+.card-header {
+ background-color: transparent;
+ align-items: stretch;
+ box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
+ display: flex; }
+
+.card-header-title {
+ align-items: center;
+ color: #363636;
+ display: flex;
+ flex-grow: 1;
+ font-weight: 700;
+ padding: 0.75rem; }
+ .card-header-title.is-centered {
+ justify-content: center; }
+
+.card-header-icon {
+ align-items: center;
+ cursor: pointer;
+ display: flex;
+ justify-content: center;
+ padding: 0.75rem; }
+
+.card-image {
+ display: block;
+ position: relative; }
+
+.card-content {
+ background-color: transparent;
+ padding: 1.5rem; }
+
+.card-footer {
+ background-color: transparent;
+ border-top: 1px solid #dbdbdb;
+ align-items: stretch;
+ display: flex; }
+
+.card-footer-item {
+ align-items: center;
+ display: flex;
+ flex-basis: 0;
+ flex-grow: 1;
+ flex-shrink: 0;
+ justify-content: center;
+ padding: 0.75rem; }
+ .card-footer-item:not(:last-child) {
+ border-right: 1px solid #dbdbdb; }
+
+.card .media:not(:last-child) {
+ margin-bottom: 0.75rem; }
+
+.dropdown {
+ display: inline-flex;
+ position: relative;
+ vertical-align: top; }
+ .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
+ display: block; }
+ .dropdown.is-right .dropdown-menu {
+ left: auto;
+ right: 0; }
+ .dropdown.is-up .dropdown-menu {
+ bottom: 100%;
+ padding-bottom: 4px;
+ padding-top: initial;
+ top: auto; }
+
+.dropdown-menu {
+ display: none;
+ left: 0;
+ min-width: 12rem;
+ padding-top: 4px;
+ position: absolute;
+ top: 100%;
+ z-index: 20; }
+
+.dropdown-content {
+ background-color: white;
+ border-radius: 4px;
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
+ padding-bottom: 0.5rem;
+ padding-top: 0.5rem; }
+
+.dropdown-item, .dropdown .dropdown-menu .has-link a {
+ color: #4a4a4a;
+ display: block;
+ font-size: 0.875rem;
+ line-height: 1.5;
+ padding: 0.375rem 1rem;
+ position: relative; }
+
+a.dropdown-item, .dropdown .dropdown-menu .has-link a,
+button.dropdown-item {
+ padding-right: 3rem;
+ text-align: left;
+ white-space: nowrap;
+ width: 100%; }
+ a.dropdown-item:hover, .dropdown .dropdown-menu .has-link a:hover,
+ button.dropdown-item:hover {
+ background-color: whitesmoke;
+ color: #0a0a0a; }
+ a.dropdown-item.is-active, .dropdown .dropdown-menu .has-link a.is-active,
+ button.dropdown-item.is-active {
+ background-color: #7957d5;
+ color: white; }
+
+.dropdown-divider {
+ background-color: #dbdbdb;
+ border: none;
+ display: block;
+ height: 1px;
+ margin: 0.5rem 0; }
+
+.level {
+ align-items: center;
+ justify-content: space-between; }
+ .level code {
+ border-radius: 4px; }
+ .level img {
+ display: inline-block;
+ vertical-align: top; }
+ .level.is-mobile {
+ display: flex; }
+ .level.is-mobile .level-left,
+ .level.is-mobile .level-right {
+ display: flex; }
+ .level.is-mobile .level-left + .level-right {
+ margin-top: 0; }
+ .level.is-mobile .level-item:not(:last-child) {
+ margin-bottom: 0;
+ margin-right: 0.75rem; }
+ .level.is-mobile .level-item:not(.is-narrow) {
+ flex-grow: 1; }
+ @media screen and (min-width: 769px), print {
+ .level {
+ display: flex; }
+ .level > .level-item:not(.is-narrow) {
+ flex-grow: 1; } }
+
+.level-item {
+ align-items: center;
+ display: flex;
+ flex-basis: auto;
+ flex-grow: 0;
+ flex-shrink: 0;
+ justify-content: center; }
+ .level-item .title,
+ .level-item .subtitle {
+ margin-bottom: 0; }
+ @media screen and (max-width: 768px) {
+ .level-item:not(:last-child) {
+ margin-bottom: 0.75rem; } }
+
+.level-left,
+.level-right {
+ flex-basis: auto;
+ flex-grow: 0;
+ flex-shrink: 0; }
+ .level-left .level-item.is-flexible,
+ .level-right .level-item.is-flexible {
+ flex-grow: 1; }
+ @media screen and (min-width: 769px), print {
+ .level-left .level-item:not(:last-child),
+ .level-right .level-item:not(:last-child) {
+ margin-right: 0.75rem; } }
+
+.level-left {
+ align-items: center;
+ justify-content: flex-start; }
+ @media screen and (max-width: 768px) {
+ .level-left + .level-right {
+ margin-top: 1.5rem; } }
+ @media screen and (min-width: 769px), print {
+ .level-left {
+ display: flex; } }
+
+.level-right {
+ align-items: center;
+ justify-content: flex-end; }
+ @media screen and (min-width: 769px), print {
+ .level-right {
+ display: flex; } }
+
+.list {
+ background-color: white;
+ border-radius: 4px;
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }
+
+.list-item {
+ display: block;
+ padding: 0.5em 1em; }
+ .list-item:not(a) {
+ color: #4a4a4a; }
+ .list-item:first-child {
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px; }
+ .list-item:last-child {
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px; }
+ .list-item:not(:last-child) {
+ border-bottom: 1px solid #dbdbdb; }
+ .list-item.is-active {
+ background-color: #7957d5;
+ color: white; }
+
+a.list-item {
+ background-color: whitesmoke;
+ cursor: pointer; }
+
+.media {
+ align-items: flex-start;
+ display: flex;
+ text-align: left; }
+ .media .content:not(:last-child) {
+ margin-bottom: 0.75rem; }
+ .media .media {
+ border-top: 1px solid rgba(219, 219, 219, 0.5);
+ display: flex;
+ padding-top: 0.75rem; }
+ .media .media .content:not(:last-child),
+ .media .media .control:not(:last-child) {
+ margin-bottom: 0.5rem; }
+ .media .media .media {
+ padding-top: 0.5rem; }
+ .media .media .media + .media {
+ margin-top: 0.5rem; }
+ .media + .media {
+ border-top: 1px solid rgba(219, 219, 219, 0.5);
+ margin-top: 1rem;
+ padding-top: 1rem; }
+ .media.is-large + .media {
+ margin-top: 1.5rem;
+ padding-top: 1.5rem; }
+
+.media-left,
+.media-right {
+ flex-basis: auto;
+ flex-grow: 0;
+ flex-shrink: 0; }
+
+.media-left {
+ margin-right: 1rem; }
+
+.media-right {
+ margin-left: 1rem; }
+
+.media-content {
+ flex-basis: auto;
+ flex-grow: 1;
+ flex-shrink: 1;
+ text-align: left; }
+
+@media screen and (max-width: 768px) {
+ .media-content {
+ overflow-x: auto; } }
+
+.menu {
+ font-size: 1rem; }
+ .menu.is-small {
+ font-size: 0.75rem; }
+ .menu.is-medium {
+ font-size: 1.25rem; }
+ .menu.is-large {
+ font-size: 1.5rem; }
+
+.menu-list {
+ line-height: 1.25; }
+ .menu-list a {
+ border-radius: 2px;
+ color: #4a4a4a;
+ display: block;
+ padding: 0.5em 0.75em; }
+ .menu-list a:hover {
+ background-color: whitesmoke;
+ color: #363636; }
+ .menu-list a.is-active {
+ background-color: #7957d5;
+ color: white; }
+ .menu-list li ul {
+ border-left: 1px solid #dbdbdb;
+ margin: 0.75em;
+ padding-left: 0.75em; }
+
+.menu-label {
+ color: #7a7a7a;
+ font-size: 0.75em;
+ letter-spacing: 0.1em;
+ text-transform: uppercase; }
+ .menu-label:not(:first-child) {
+ margin-top: 1em; }
+ .menu-label:not(:last-child) {
+ margin-bottom: 1em; }
+
+.message {
+ background-color: whitesmoke;
+ border-radius: 4px;
+ font-size: 1rem; }
+ .message strong {
+ color: currentColor; }
+ .message a:not(.button):not(.tag):not(.dropdown-item) {
+ color: currentColor;
+ text-decoration: underline; }
+ .message.is-small {
+ font-size: 0.75rem; }
+ .message.is-medium {
+ font-size: 1.25rem; }
+ .message.is-large {
+ font-size: 1.5rem; }
+ .message.is-white {
+ background-color: white; }
+ .message.is-white .message-header {
+ background-color: white;
+ color: #0a0a0a; }
+ .message.is-white .message-body {
+ border-color: white;
+ color: #4d4d4d; }
+ .message.is-black {
+ background-color: #fafafa; }
+ .message.is-black .message-header {
+ background-color: #0a0a0a;
+ color: white; }
+ .message.is-black .message-body {
+ border-color: #0a0a0a;
+ color: #090909; }
+ .message.is-light {
+ background-color: #fafafa; }
+ .message.is-light .message-header {
+ background-color: whitesmoke;
+ color: #363636; }
+ .message.is-light .message-body {
+ border-color: whitesmoke;
+ color: #505050; }
+ .message.is-dark {
+ background-color: #fafafa; }
+ .message.is-dark .message-header {
+ background-color: #363636;
+ color: whitesmoke; }
+ .message.is-dark .message-body {
+ border-color: #363636;
+ color: #2a2a2a; }
+ .message.is-primary {
+ background-color: #f8f7fd; }
+ .message.is-primary .message-header {
+ background-color: #7957d5;
+ color: white; }
+ .message.is-primary .message-body {
+ border-color: #7957d5;
+ color: #5534ae; }
+ .message.is-link {
+ background-color: #f8f7fd; }
+ .message.is-link .message-header {
+ background-color: #7957d5;
+ color: white; }
+ .message.is-link .message-body {
+ border-color: #7957d5;
+ color: #5534ae; }
+ .message.is-info {
+ background-color: #f5fafe; }
+ .message.is-info .message-header {
+ background-color: #167df0;
+ color: #fff; }
+ .message.is-info .message-body {
+ border-color: #167df0;
+ color: #115199; }
+ .message.is-success {
+ background-color: #f6fef9; }
+ .message.is-success .message-header {
+ background-color: #23d160;
+ color: #fff; }
+ .message.is-success .message-body {
+ border-color: #23d160;
+ color: #0e301a; }
+ .message.is-warning {
+ background-color: #fffdf5; }
+ .message.is-warning .message-header {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7); }
+ .message.is-warning .message-body {
+ border-color: #ffdd57;
+ color: #3b3108; }
+ .message.is-danger {
+ background-color: #fff5f7; }
+ .message.is-danger .message-header {
+ background-color: #ff3860;
+ color: #fff; }
+ .message.is-danger .message-body {
+ border-color: #ff3860;
+ color: #cd0930; }
+
+.message-header {
+ align-items: center;
+ background-color: #4a4a4a;
+ border-radius: 4px 4px 0 0;
+ color: #fff;
+ display: flex;
+ font-weight: 700;
+ justify-content: space-between;
+ line-height: 1.25;
+ padding: 0.75em 1em;
+ position: relative; }
+ .message-header .delete {
+ flex-grow: 0;
+ flex-shrink: 0;
+ margin-left: 0.75em; }
+ .message-header + .message-body {
+ border-width: 0;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+
+.message-body {
+ border-color: #dbdbdb;
+ border-radius: 4px;
+ border-style: solid;
+ border-width: 0 0 0 4px;
+ color: #4a4a4a;
+ padding: 1.25em 1.5em; }
+ .message-body code,
+ .message-body pre {
+ background-color: white; }
+ .message-body pre code {
+ background-color: transparent; }
+
+.modal {
+ align-items: center;
+ display: none;
+ flex-direction: column;
+ justify-content: center;
+ overflow: hidden;
+ position: fixed;
+ z-index: 40; }
+ .modal.is-active {
+ display: flex; }
+
+.modal-background {
+ background-color: rgba(10, 10, 10, 0.86); }
+
+.modal-content,
+.modal-card {
+ margin: 0 20px;
+ max-height: calc(100vh - 160px);
+ overflow: auto;
+ position: relative;
+ width: 100%; }
+ @media screen and (min-width: 769px), print {
+ .modal-content,
+ .modal-card {
+ margin: 0 auto;
+ max-height: calc(100vh - 40px);
+ width: 640px; } }
+
+.modal-close {
+ background: none;
+ height: 40px;
+ position: fixed;
+ right: 20px;
+ top: 20px;
+ width: 40px; }
+
+.modal-card {
+ display: flex;
+ flex-direction: column;
+ max-height: calc(100vh - 40px);
+ overflow: hidden;
+ -ms-overflow-y: visible; }
+
+.modal-card-head,
+.modal-card-foot {
+ align-items: center;
+ background-color: whitesmoke;
+ display: flex;
+ flex-shrink: 0;
+ justify-content: flex-start;
+ padding: 20px;
+ position: relative; }
+
+.modal-card-head {
+ border-bottom: 1px solid #dbdbdb;
+ border-top-left-radius: 6px;
+ border-top-right-radius: 6px; }
+
+.modal-card-title {
+ color: #363636;
+ flex-grow: 1;
+ flex-shrink: 0;
+ font-size: 1.5rem;
+ line-height: 1; }
+
+.modal-card-foot {
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
+ border-top: 1px solid #dbdbdb; }
+ .modal-card-foot .button:not(:last-child) {
+ margin-right: 10px; }
+
+.modal-card-body {
+ -webkit-overflow-scrolling: touch;
+ background-color: white;
+ flex-grow: 1;
+ flex-shrink: 1;
+ overflow: auto;
+ padding: 20px; }
+
+.navbar {
+ background-color: white;
+ min-height: 3.25rem;
+ position: relative;
+ z-index: 30; }
+ .navbar.is-white {
+ background-color: white;
+ color: #0a0a0a; }
+ .navbar.is-white .navbar-brand > .navbar-item,
+ .navbar.is-white .navbar-brand .navbar-link {
+ color: #0a0a0a; }
+ .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
+ .navbar.is-white .navbar-brand .navbar-link:hover,
+ .navbar.is-white .navbar-brand .navbar-link.is-active {
+ background-color: #f2f2f2;
+ color: #0a0a0a; }
+ .navbar.is-white .navbar-brand .navbar-link::after {
+ border-color: #0a0a0a; }
+ .navbar.is-white .navbar-burger {
+ color: #0a0a0a; }
+ @media screen and (min-width: 1088px) {
+ .navbar.is-white .navbar-start > .navbar-item,
+ .navbar.is-white .navbar-start .navbar-link,
+ .navbar.is-white .navbar-end > .navbar-item,
+ .navbar.is-white .navbar-end .navbar-link {
+ color: #0a0a0a; }
+ .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
+ .navbar.is-white .navbar-start .navbar-link:hover,
+ .navbar.is-white .navbar-start .navbar-link.is-active,
+ .navbar.is-white .navbar-end > a.navbar-item:hover,
+ .navbar.is-white .navbar-end > a.navbar-item.is-active,
+ .navbar.is-white .navbar-end .navbar-link:hover,
+ .navbar.is-white .navbar-end .navbar-link.is-active {
+ background-color: #f2f2f2;
+ color: #0a0a0a; }
+ .navbar.is-white .navbar-start .navbar-link::after,
+ .navbar.is-white .navbar-end .navbar-link::after {
+ border-color: #0a0a0a; }
+ .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #f2f2f2;
+ color: #0a0a0a; }
+ .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
+ background-color: white;
+ color: #0a0a0a; } }
+ .navbar.is-black {
+ background-color: #0a0a0a;
+ color: white; }
+ .navbar.is-black .navbar-brand > .navbar-item,
+ .navbar.is-black .navbar-brand .navbar-link {
+ color: white; }
+ .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
+ .navbar.is-black .navbar-brand .navbar-link:hover,
+ .navbar.is-black .navbar-brand .navbar-link.is-active {
+ background-color: black;
+ color: white; }
+ .navbar.is-black .navbar-brand .navbar-link::after {
+ border-color: white; }
+ .navbar.is-black .navbar-burger {
+ color: white; }
+ @media screen and (min-width: 1088px) {
+ .navbar.is-black .navbar-start > .navbar-item,
+ .navbar.is-black .navbar-start .navbar-link,
+ .navbar.is-black .navbar-end > .navbar-item,
+ .navbar.is-black .navbar-end .navbar-link {
+ color: white; }
+ .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
+ .navbar.is-black .navbar-start .navbar-link:hover,
+ .navbar.is-black .navbar-start .navbar-link.is-active,
+ .navbar.is-black .navbar-end > a.navbar-item:hover,
+ .navbar.is-black .navbar-end > a.navbar-item.is-active,
+ .navbar.is-black .navbar-end .navbar-link:hover,
+ .navbar.is-black .navbar-end .navbar-link.is-active {
+ background-color: black;
+ color: white; }
+ .navbar.is-black .navbar-start .navbar-link::after,
+ .navbar.is-black .navbar-end .navbar-link::after {
+ border-color: white; }
+ .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: black;
+ color: white; }
+ .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
+ background-color: #0a0a0a;
+ color: white; } }
+ .navbar.is-light {
+ background-color: whitesmoke;
+ color: #363636; }
+ .navbar.is-light .navbar-brand > .navbar-item,
+ .navbar.is-light .navbar-brand .navbar-link {
+ color: #363636; }
+ .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
+ .navbar.is-light .navbar-brand .navbar-link:hover,
+ .navbar.is-light .navbar-brand .navbar-link.is-active {
+ background-color: #e8e8e8;
+ color: #363636; }
+ .navbar.is-light .navbar-brand .navbar-link::after {
+ border-color: #363636; }
+ .navbar.is-light .navbar-burger {
+ color: #363636; }
+ @media screen and (min-width: 1088px) {
+ .navbar.is-light .navbar-start > .navbar-item,
+ .navbar.is-light .navbar-start .navbar-link,
+ .navbar.is-light .navbar-end > .navbar-item,
+ .navbar.is-light .navbar-end .navbar-link {
+ color: #363636; }
+ .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
+ .navbar.is-light .navbar-start .navbar-link:hover,
+ .navbar.is-light .navbar-start .navbar-link.is-active,
+ .navbar.is-light .navbar-end > a.navbar-item:hover,
+ .navbar.is-light .navbar-end > a.navbar-item.is-active,
+ .navbar.is-light .navbar-end .navbar-link:hover,
+ .navbar.is-light .navbar-end .navbar-link.is-active {
+ background-color: #e8e8e8;
+ color: #363636; }
+ .navbar.is-light .navbar-start .navbar-link::after,
+ .navbar.is-light .navbar-end .navbar-link::after {
+ border-color: #363636; }
+ .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #e8e8e8;
+ color: #363636; }
+ .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
+ background-color: whitesmoke;
+ color: #363636; } }
+ .navbar.is-dark {
+ background-color: #363636;
+ color: whitesmoke; }
+ .navbar.is-dark .navbar-brand > .navbar-item,
+ .navbar.is-dark .navbar-brand .navbar-link {
+ color: whitesmoke; }
+ .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
+ .navbar.is-dark .navbar-brand .navbar-link:hover,
+ .navbar.is-dark .navbar-brand .navbar-link.is-active {
+ background-color: #292929;
+ color: whitesmoke; }
+ .navbar.is-dark .navbar-brand .navbar-link::after {
+ border-color: whitesmoke; }
+ .navbar.is-dark .navbar-burger {
+ color: whitesmoke; }
+ @media screen and (min-width: 1088px) {
+ .navbar.is-dark .navbar-start > .navbar-item,
+ .navbar.is-dark .navbar-start .navbar-link,
+ .navbar.is-dark .navbar-end > .navbar-item,
+ .navbar.is-dark .navbar-end .navbar-link {
+ color: whitesmoke; }
+ .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
+ .navbar.is-dark .navbar-start .navbar-link:hover,
+ .navbar.is-dark .navbar-start .navbar-link.is-active,
+ .navbar.is-dark .navbar-end > a.navbar-item:hover,
+ .navbar.is-dark .navbar-end > a.navbar-item.is-active,
+ .navbar.is-dark .navbar-end .navbar-link:hover,
+ .navbar.is-dark .navbar-end .navbar-link.is-active {
+ background-color: #292929;
+ color: whitesmoke; }
+ .navbar.is-dark .navbar-start .navbar-link::after,
+ .navbar.is-dark .navbar-end .navbar-link::after {
+ border-color: whitesmoke; }
+ .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #292929;
+ color: whitesmoke; }
+ .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
+ background-color: #363636;
+ color: whitesmoke; } }
+ .navbar.is-primary {
+ background-color: #7957d5;
+ color: white; }
+ .navbar.is-primary .navbar-brand > .navbar-item,
+ .navbar.is-primary .navbar-brand .navbar-link {
+ color: white; }
+ .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
+ .navbar.is-primary .navbar-brand .navbar-link:hover,
+ .navbar.is-primary .navbar-brand .navbar-link.is-active {
+ background-color: #6943d0;
+ color: white; }
+ .navbar.is-primary .navbar-brand .navbar-link::after {
+ border-color: white; }
+ .navbar.is-primary .navbar-burger {
+ color: white; }
+ @media screen and (min-width: 1088px) {
+ .navbar.is-primary .navbar-start > .navbar-item,
+ .navbar.is-primary .navbar-start .navbar-link,
+ .navbar.is-primary .navbar-end > .navbar-item,
+ .navbar.is-primary .navbar-end .navbar-link {
+ color: white; }
+ .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
+ .navbar.is-primary .navbar-start .navbar-link:hover,
+ .navbar.is-primary .navbar-start .navbar-link.is-active,
+ .navbar.is-primary .navbar-end > a.navbar-item:hover,
+ .navbar.is-primary .navbar-end > a.navbar-item.is-active,
+ .navbar.is-primary .navbar-end .navbar-link:hover,
+ .navbar.is-primary .navbar-end .navbar-link.is-active {
+ background-color: #6943d0;
+ color: white; }
+ .navbar.is-primary .navbar-start .navbar-link::after,
+ .navbar.is-primary .navbar-end .navbar-link::after {
+ border-color: white; }
+ .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #6943d0;
+ color: white; }
+ .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
+ background-color: #7957d5;
+ color: white; } }
+ .navbar.is-link {
+ background-color: #7957d5;
+ color: white; }
+ .navbar.is-link .navbar-brand > .navbar-item,
+ .navbar.is-link .navbar-brand .navbar-link {
+ color: white; }
+ .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
+ .navbar.is-link .navbar-brand .navbar-link:hover,
+ .navbar.is-link .navbar-brand .navbar-link.is-active {
+ background-color: #6943d0;
+ color: white; }
+ .navbar.is-link .navbar-brand .navbar-link::after {
+ border-color: white; }
+ .navbar.is-link .navbar-burger {
+ color: white; }
+ @media screen and (min-width: 1088px) {
+ .navbar.is-link .navbar-start > .navbar-item,
+ .navbar.is-link .navbar-start .navbar-link,
+ .navbar.is-link .navbar-end > .navbar-item,
+ .navbar.is-link .navbar-end .navbar-link {
+ color: white; }
+ .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
+ .navbar.is-link .navbar-start .navbar-link:hover,
+ .navbar.is-link .navbar-start .navbar-link.is-active,
+ .navbar.is-link .navbar-end > a.navbar-item:hover,
+ .navbar.is-link .navbar-end > a.navbar-item.is-active,
+ .navbar.is-link .navbar-end .navbar-link:hover,
+ .navbar.is-link .navbar-end .navbar-link.is-active {
+ background-color: #6943d0;
+ color: white; }
+ .navbar.is-link .navbar-start .navbar-link::after,
+ .navbar.is-link .navbar-end .navbar-link::after {
+ border-color: white; }
+ .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #6943d0;
+ color: white; }
+ .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
+ background-color: #7957d5;
+ color: white; } }
+ .navbar.is-info {
+ background-color: #167df0;
+ color: #fff; }
+ .navbar.is-info .navbar-brand > .navbar-item,
+ .navbar.is-info .navbar-brand .navbar-link {
+ color: #fff; }
+ .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
+ .navbar.is-info .navbar-brand .navbar-link:hover,
+ .navbar.is-info .navbar-brand .navbar-link.is-active {
+ background-color: #0e71de;
+ color: #fff; }
+ .navbar.is-info .navbar-brand .navbar-link::after {
+ border-color: #fff; }
+ .navbar.is-info .navbar-burger {
+ color: #fff; }
+ @media screen and (min-width: 1088px) {
+ .navbar.is-info .navbar-start > .navbar-item,
+ .navbar.is-info .navbar-start .navbar-link,
+ .navbar.is-info .navbar-end > .navbar-item,
+ .navbar.is-info .navbar-end .navbar-link {
+ color: #fff; }
+ .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
+ .navbar.is-info .navbar-start .navbar-link:hover,
+ .navbar.is-info .navbar-start .navbar-link.is-active,
+ .navbar.is-info .navbar-end > a.navbar-item:hover,
+ .navbar.is-info .navbar-end > a.navbar-item.is-active,
+ .navbar.is-info .navbar-end .navbar-link:hover,
+ .navbar.is-info .navbar-end .navbar-link.is-active {
+ background-color: #0e71de;
+ color: #fff; }
+ .navbar.is-info .navbar-start .navbar-link::after,
+ .navbar.is-info .navbar-end .navbar-link::after {
+ border-color: #fff; }
+ .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #0e71de;
+ color: #fff; }
+ .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
+ background-color: #167df0;
+ color: #fff; } }
+ .navbar.is-success {
+ background-color: #23d160;
+ color: #fff; }
+ .navbar.is-success .navbar-brand > .navbar-item,
+ .navbar.is-success .navbar-brand .navbar-link {
+ color: #fff; }
+ .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
+ .navbar.is-success .navbar-brand .navbar-link:hover,
+ .navbar.is-success .navbar-brand .navbar-link.is-active {
+ background-color: #20bc56;
+ color: #fff; }
+ .navbar.is-success .navbar-brand .navbar-link::after {
+ border-color: #fff; }
+ .navbar.is-success .navbar-burger {
+ color: #fff; }
+ @media screen and (min-width: 1088px) {
+ .navbar.is-success .navbar-start > .navbar-item,
+ .navbar.is-success .navbar-start .navbar-link,
+ .navbar.is-success .navbar-end > .navbar-item,
+ .navbar.is-success .navbar-end .navbar-link {
+ color: #fff; }
+ .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
+ .navbar.is-success .navbar-start .navbar-link:hover,
+ .navbar.is-success .navbar-start .navbar-link.is-active,
+ .navbar.is-success .navbar-end > a.navbar-item:hover,
+ .navbar.is-success .navbar-end > a.navbar-item.is-active,
+ .navbar.is-success .navbar-end .navbar-link:hover,
+ .navbar.is-success .navbar-end .navbar-link.is-active {
+ background-color: #20bc56;
+ color: #fff; }
+ .navbar.is-success .navbar-start .navbar-link::after,
+ .navbar.is-success .navbar-end .navbar-link::after {
+ border-color: #fff; }
+ .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #20bc56;
+ color: #fff; }
+ .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
+ background-color: #23d160;
+ color: #fff; } }
+ .navbar.is-warning {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7); }
+ .navbar.is-warning .navbar-brand > .navbar-item,
+ .navbar.is-warning .navbar-brand .navbar-link {
+ color: rgba(0, 0, 0, 0.7); }
+ .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
+ .navbar.is-warning .navbar-brand .navbar-link:hover,
+ .navbar.is-warning .navbar-brand .navbar-link.is-active {
+ background-color: #ffd83d;
+ color: rgba(0, 0, 0, 0.7); }
+ .navbar.is-warning .navbar-brand .navbar-link::after {
+ border-color: rgba(0, 0, 0, 0.7); }
+ .navbar.is-warning .navbar-burger {
+ color: rgba(0, 0, 0, 0.7); }
+ @media screen and (min-width: 1088px) {
+ .navbar.is-warning .navbar-start > .navbar-item,
+ .navbar.is-warning .navbar-start .navbar-link,
+ .navbar.is-warning .navbar-end > .navbar-item,
+ .navbar.is-warning .navbar-end .navbar-link {
+ color: rgba(0, 0, 0, 0.7); }
+ .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
+ .navbar.is-warning .navbar-start .navbar-link:hover,
+ .navbar.is-warning .navbar-start .navbar-link.is-active,
+ .navbar.is-warning .navbar-end > a.navbar-item:hover,
+ .navbar.is-warning .navbar-end > a.navbar-item.is-active,
+ .navbar.is-warning .navbar-end .navbar-link:hover,
+ .navbar.is-warning .navbar-end .navbar-link.is-active {
+ background-color: #ffd83d;
+ color: rgba(0, 0, 0, 0.7); }
+ .navbar.is-warning .navbar-start .navbar-link::after,
+ .navbar.is-warning .navbar-end .navbar-link::after {
+ border-color: rgba(0, 0, 0, 0.7); }
+ .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #ffd83d;
+ color: rgba(0, 0, 0, 0.7); }
+ .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7); } }
+ .navbar.is-danger {
+ background-color: #ff3860;
+ color: #fff; }
+ .navbar.is-danger .navbar-brand > .navbar-item,
+ .navbar.is-danger .navbar-brand .navbar-link {
+ color: #fff; }
+ .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
+ .navbar.is-danger .navbar-brand .navbar-link:hover,
+ .navbar.is-danger .navbar-brand .navbar-link.is-active {
+ background-color: #ff1f4b;
+ color: #fff; }
+ .navbar.is-danger .navbar-brand .navbar-link::after {
+ border-color: #fff; }
+ .navbar.is-danger .navbar-burger {
+ color: #fff; }
+ @media screen and (min-width: 1088px) {
+ .navbar.is-danger .navbar-start > .navbar-item,
+ .navbar.is-danger .navbar-start .navbar-link,
+ .navbar.is-danger .navbar-end > .navbar-item,
+ .navbar.is-danger .navbar-end .navbar-link {
+ color: #fff; }
+ .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
+ .navbar.is-danger .navbar-start .navbar-link:hover,
+ .navbar.is-danger .navbar-start .navbar-link.is-active,
+ .navbar.is-danger .navbar-end > a.navbar-item:hover,
+ .navbar.is-danger .navbar-end > a.navbar-item.is-active,
+ .navbar.is-danger .navbar-end .navbar-link:hover,
+ .navbar.is-danger .navbar-end .navbar-link.is-active {
+ background-color: #ff1f4b;
+ color: #fff; }
+ .navbar.is-danger .navbar-start .navbar-link::after,
+ .navbar.is-danger .navbar-end .navbar-link::after {
+ border-color: #fff; }
+ .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #ff1f4b;
+ color: #fff; }
+ .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
+ background-color: #ff3860;
+ color: #fff; } }
+ .navbar > .container {
+ align-items: stretch;
+ display: flex;
+ min-height: 3.25rem;
+ width: 100%; }
+ .navbar.has-shadow {
+ box-shadow: 0 2px 0 0 whitesmoke; }
+ .navbar.is-fixed-bottom, .navbar.is-fixed-top {
+ left: 0;
+ position: fixed;
+ right: 0;
+ z-index: 30; }
+ .navbar.is-fixed-bottom {
+ bottom: 0; }
+ .navbar.is-fixed-bottom.has-shadow {
+ box-shadow: 0 -2px 0 0 whitesmoke; }
+ .navbar.is-fixed-top {
+ top: 0; }
+
+html.has-navbar-fixed-top,
+body.has-navbar-fixed-top {
+ padding-top: 3.25rem; }
+
+html.has-navbar-fixed-bottom,
+body.has-navbar-fixed-bottom {
+ padding-bottom: 3.25rem; }
+
+.navbar-brand,
+.navbar-tabs {
+ align-items: stretch;
+ display: flex;
+ flex-shrink: 0;
+ min-height: 3.25rem; }
+
+.navbar-brand a.navbar-item:hover {
+ background-color: transparent; }
+
+.navbar-tabs {
+ -webkit-overflow-scrolling: touch;
+ max-width: 100vw;
+ overflow-x: auto;
+ overflow-y: hidden; }
+
+.navbar-burger {
+ color: #4a4a4a;
+ cursor: pointer;
+ display: block;
+ height: 3.25rem;
+ position: relative;
+ width: 3.25rem;
+ margin-left: auto; }
+ .navbar-burger span {
+ background-color: currentColor;
+ display: block;
+ height: 1px;
+ left: calc(50% - 8px);
+ position: absolute;
+ transform-origin: center;
+ transition-duration: 86ms;
+ transition-property: background-color, opacity, transform;
+ transition-timing-function: ease-out;
+ width: 16px; }
+ .navbar-burger span:nth-child(1) {
+ top: calc(50% - 6px); }
+ .navbar-burger span:nth-child(2) {
+ top: calc(50% - 1px); }
+ .navbar-burger span:nth-child(3) {
+ top: calc(50% + 4px); }
+ .navbar-burger:hover {
+ background-color: rgba(0, 0, 0, 0.05); }
+ .navbar-burger.is-active span:nth-child(1) {
+ transform: translateY(5px) rotate(45deg); }
+ .navbar-burger.is-active span:nth-child(2) {
+ opacity: 0; }
+ .navbar-burger.is-active span:nth-child(3) {
+ transform: translateY(-5px) rotate(-45deg); }
+
+.navbar-menu {
+ display: none; }
+
+.navbar-item,
+.navbar-link {
+ color: #4a4a4a;
+ display: block;
+ line-height: 1.5;
+ padding: 0.5rem 0.75rem;
+ position: relative; }
+ .navbar-item .icon:only-child,
+ .navbar-link .icon:only-child {
+ margin-left: -0.25rem;
+ margin-right: -0.25rem; }
+
+a.navbar-item,
+.navbar-link {
+ cursor: pointer; }
+ a.navbar-item:hover, a.navbar-item.is-active,
+ .navbar-link:hover,
+ .navbar-link.is-active {
+ background-color: #fafafa;
+ color: #7957d5; }
+
+.navbar-item {
+ display: block;
+ flex-grow: 0;
+ flex-shrink: 0; }
+ .navbar-item img {
+ max-height: 1.75rem; }
+ .navbar-item.has-dropdown {
+ padding: 0; }
+ .navbar-item.is-expanded {
+ flex-grow: 1;
+ flex-shrink: 1; }
+ .navbar-item.is-tab {
+ border-bottom: 1px solid transparent;
+ min-height: 3.25rem;
+ padding-bottom: calc(0.5rem - 1px); }
+ .navbar-item.is-tab:hover {
+ background-color: transparent;
+ border-bottom-color: #7957d5; }
+ .navbar-item.is-tab.is-active {
+ background-color: transparent;
+ border-bottom-color: #7957d5;
+ border-bottom-style: solid;
+ border-bottom-width: 3px;
+ color: #7957d5;
+ padding-bottom: calc(0.5rem - 3px); }
+
+.navbar-content {
+ flex-grow: 1;
+ flex-shrink: 1; }
+
+.navbar-link:not(.is-arrowless) {
+ padding-right: 2.5em; }
+ .navbar-link:not(.is-arrowless)::after {
+ border-color: #7957d5;
+ margin-top: -0.375em;
+ right: 1.125em; }
+
+.navbar-dropdown {
+ font-size: 0.875rem;
+ padding-bottom: 0.5rem;
+ padding-top: 0.5rem; }
+ .navbar-dropdown .navbar-item {
+ padding-left: 1.5rem;
+ padding-right: 1.5rem; }
+
+.navbar-divider {
+ background-color: whitesmoke;
+ border: none;
+ display: none;
+ height: 2px;
+ margin: 0.5rem 0; }
+
+@media screen and (max-width: 1087px) {
+ .navbar > .container {
+ display: block; }
+ .navbar-brand .navbar-item,
+ .navbar-tabs .navbar-item {
+ align-items: center;
+ display: flex; }
+ .navbar-link::after {
+ display: none; }
+ .navbar-menu {
+ background-color: white;
+ box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
+ padding: 0.5rem 0; }
+ .navbar-menu.is-active {
+ display: block; }
+ .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
+ left: 0;
+ position: fixed;
+ right: 0;
+ z-index: 30; }
+ .navbar.is-fixed-bottom-touch {
+ bottom: 0; }
+ .navbar.is-fixed-bottom-touch.has-shadow {
+ box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
+ .navbar.is-fixed-top-touch {
+ top: 0; }
+ .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
+ -webkit-overflow-scrolling: touch;
+ max-height: calc(100vh - 3.25rem);
+ overflow: auto; }
+ html.has-navbar-fixed-top-touch,
+ body.has-navbar-fixed-top-touch {
+ padding-top: 3.25rem; }
+ html.has-navbar-fixed-bottom-touch,
+ body.has-navbar-fixed-bottom-touch {
+ padding-bottom: 3.25rem; } }
+
+@media screen and (min-width: 1088px) {
+ .navbar,
+ .navbar-menu,
+ .navbar-start,
+ .navbar-end {
+ align-items: stretch;
+ display: flex; }
+ .navbar {
+ min-height: 3.25rem; }
+ .navbar.is-spaced {
+ padding: 1rem 2rem; }
+ .navbar.is-spaced .navbar-start,
+ .navbar.is-spaced .navbar-end {
+ align-items: center; }
+ .navbar.is-spaced a.navbar-item,
+ .navbar.is-spaced .navbar-link {
+ border-radius: 4px; }
+ .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
+ .navbar.is-transparent .navbar-link:hover,
+ .navbar.is-transparent .navbar-link.is-active {
+ background-color: transparent !important; }
+ .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
+ background-color: transparent !important; }
+ .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
+ background-color: whitesmoke;
+ color: #0a0a0a; }
+ .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
+ background-color: whitesmoke;
+ color: #7957d5; }
+ .navbar-burger {
+ display: none; }
+ .navbar-item,
+ .navbar-link {
+ align-items: center;
+ display: flex; }
+ .navbar-item {
+ display: flex; }
+ .navbar-item.has-dropdown {
+ align-items: stretch; }
+ .navbar-item.has-dropdown-up .navbar-link::after {
+ transform: rotate(135deg) translate(0.25em, -0.25em); }
+ .navbar-item.has-dropdown-up .navbar-dropdown {
+ border-bottom: 2px solid #dbdbdb;
+ border-radius: 6px 6px 0 0;
+ border-top: none;
+ bottom: 100%;
+ box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
+ top: auto; }
+ .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
+ display: block; }
+ .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
+ opacity: 1;
+ pointer-events: auto;
+ transform: translateY(0); }
+ .navbar-menu {
+ flex-grow: 1;
+ flex-shrink: 0; }
+ .navbar-start {
+ justify-content: flex-start;
+ margin-right: auto; }
+ .navbar-end {
+ justify-content: flex-end;
+ margin-left: auto; }
+ .navbar-dropdown {
+ background-color: white;
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
+ border-top: 2px solid #dbdbdb;
+ box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
+ display: none;
+ font-size: 0.875rem;
+ left: 0;
+ min-width: 100%;
+ position: absolute;
+ top: 100%;
+ z-index: 20; }
+ .navbar-dropdown .navbar-item {
+ padding: 0.375rem 1rem;
+ white-space: nowrap; }
+ .navbar-dropdown a.navbar-item {
+ padding-right: 3rem; }
+ .navbar-dropdown a.navbar-item:hover {
+ background-color: whitesmoke;
+ color: #0a0a0a; }
+ .navbar-dropdown a.navbar-item.is-active {
+ background-color: whitesmoke;
+ color: #7957d5; }
+ .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
+ border-radius: 6px;
+ border-top: none;
+ box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
+ display: block;
+ opacity: 0;
+ pointer-events: none;
+ top: calc(100% + (-4px));
+ transform: translateY(-5px);
+ transition-duration: 86ms;
+ transition-property: opacity, transform; }
+ .navbar-dropdown.is-right {
+ left: auto;
+ right: 0; }
+ .navbar-divider {
+ display: block; }
+ .navbar > .container .navbar-brand,
+ .container > .navbar .navbar-brand {
+ margin-left: -.75rem; }
+ .navbar > .container .navbar-menu,
+ .container > .navbar .navbar-menu {
+ margin-right: -.75rem; }
+ .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
+ left: 0;
+ position: fixed;
+ right: 0;
+ z-index: 30; }
+ .navbar.is-fixed-bottom-desktop {
+ bottom: 0; }
+ .navbar.is-fixed-bottom-desktop.has-shadow {
+ box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
+ .navbar.is-fixed-top-desktop {
+ top: 0; }
+ html.has-navbar-fixed-top-desktop,
+ body.has-navbar-fixed-top-desktop {
+ padding-top: 3.25rem; }
+ html.has-navbar-fixed-bottom-desktop,
+ body.has-navbar-fixed-bottom-desktop {
+ padding-bottom: 3.25rem; }
+ html.has-spaced-navbar-fixed-top,
+ body.has-spaced-navbar-fixed-top {
+ padding-top: 5.25rem; }
+ html.has-spaced-navbar-fixed-bottom,
+ body.has-spaced-navbar-fixed-bottom {
+ padding-bottom: 5.25rem; }
+ a.navbar-item.is-active,
+ .navbar-link.is-active {
+ color: #0a0a0a; }
+ a.navbar-item.is-active:not(:hover),
+ .navbar-link.is-active:not(:hover) {
+ background-color: transparent; }
+ .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #fafafa; } }
+
+.hero.is-fullheight-with-navbar {
+ min-height: calc(100vh - 3.25rem); }
+
+.pagination {
+ font-size: 1rem;
+ margin: -0.25rem; }
+ .pagination.is-small {
+ font-size: 0.75rem; }
+ .pagination.is-medium {
+ font-size: 1.25rem; }
+ .pagination.is-large {
+ font-size: 1.5rem; }
+ .pagination.is-rounded .pagination-previous,
+ .pagination.is-rounded .pagination-next {
+ padding-left: 1em;
+ padding-right: 1em;
+ border-radius: 290486px; }
+ .pagination.is-rounded .pagination-link {
+ border-radius: 290486px; }
+
+.pagination,
+.pagination-list {
+ align-items: center;
+ display: flex;
+ justify-content: center;
+ text-align: center; }
+
+.pagination-previous,
+.pagination-next,
+.pagination-link,
+.pagination-ellipsis {
+ font-size: 1em;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ justify-content: center;
+ margin: 0.25rem;
+ text-align: center; }
+
+.pagination-previous,
+.pagination-next,
+.pagination-link {
+ border-color: #dbdbdb;
+ color: #363636;
+ min-width: 2.25em; }
+ .pagination-previous:hover,
+ .pagination-next:hover,
+ .pagination-link:hover {
+ border-color: #b5b5b5;
+ color: #363636; }
+ .pagination-previous:focus,
+ .pagination-next:focus,
+ .pagination-link:focus {
+ border-color: #7957d5; }
+ .pagination-previous:active,
+ .pagination-next:active,
+ .pagination-link:active {
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
+ .pagination-previous[disabled],
+ .pagination-next[disabled],
+ .pagination-link[disabled] {
+ background-color: #dbdbdb;
+ border-color: #dbdbdb;
+ box-shadow: none;
+ color: #7a7a7a;
+ opacity: 0.5; }
+
+.pagination-previous,
+.pagination-next {
+ padding-left: 0.75em;
+ padding-right: 0.75em;
+ white-space: nowrap; }
+
+.pagination-link.is-current {
+ background-color: #7957d5;
+ border-color: #7957d5;
+ color: white; }
+
+.pagination-ellipsis {
+ color: #b5b5b5;
+ pointer-events: none; }
+
+.pagination-list {
+ flex-wrap: wrap; }
+
+@media screen and (max-width: 768px) {
+ .pagination {
+ flex-wrap: wrap; }
+ .pagination-previous,
+ .pagination-next {
+ flex-grow: 1;
+ flex-shrink: 1; }
+ .pagination-list li {
+ flex-grow: 1;
+ flex-shrink: 1; } }
+
+@media screen and (min-width: 769px), print {
+ .pagination-list {
+ flex-grow: 1;
+ flex-shrink: 1;
+ justify-content: flex-start;
+ order: 1; }
+ .pagination-previous {
+ order: 2; }
+ .pagination-next {
+ order: 3; }
+ .pagination {
+ justify-content: space-between; }
+ .pagination.is-centered .pagination-previous {
+ order: 1; }
+ .pagination.is-centered .pagination-list {
+ justify-content: center;
+ order: 2; }
+ .pagination.is-centered .pagination-next {
+ order: 3; }
+ .pagination.is-right .pagination-previous {
+ order: 1; }
+ .pagination.is-right .pagination-next {
+ order: 2; }
+ .pagination.is-right .pagination-list {
+ justify-content: flex-end;
+ order: 3; } }
+
+.panel {
+ font-size: 1rem; }
+ .panel:not(:last-child) {
+ margin-bottom: 1.5rem; }
+
+.panel-heading,
+.panel-tabs,
+.panel-block {
+ border-bottom: 1px solid #dbdbdb;
+ border-left: 1px solid #dbdbdb;
+ border-right: 1px solid #dbdbdb; }
+ .panel-heading:first-child,
+ .panel-tabs:first-child,
+ .panel-block:first-child {
+ border-top: 1px solid #dbdbdb; }
+
+.panel-heading {
+ background-color: whitesmoke;
+ border-radius: 4px 4px 0 0;
+ color: #363636;
+ font-size: 1.25em;
+ font-weight: 300;
+ line-height: 1.25;
+ padding: 0.5em 0.75em; }
+
+.panel-tabs {
+ align-items: flex-end;
+ display: flex;
+ font-size: 0.875em;
+ justify-content: center; }
+ .panel-tabs a {
+ border-bottom: 1px solid #dbdbdb;
+ margin-bottom: -1px;
+ padding: 0.5em; }
+ .panel-tabs a.is-active {
+ border-bottom-color: #4a4a4a;
+ color: #363636; }
+
+.panel-list a {
+ color: #4a4a4a; }
+ .panel-list a:hover {
+ color: #7957d5; }
+
+.panel-block {
+ align-items: center;
+ color: #363636;
+ display: flex;
+ justify-content: flex-start;
+ padding: 0.5em 0.75em; }
+ .panel-block input[type="checkbox"] {
+ margin-right: 0.75em; }
+ .panel-block > .control {
+ flex-grow: 1;
+ flex-shrink: 1;
+ width: 100%; }
+ .panel-block.is-wrapped {
+ flex-wrap: wrap; }
+ .panel-block.is-active {
+ border-left-color: #7957d5;
+ color: #363636; }
+ .panel-block.is-active .panel-icon {
+ color: #7957d5; }
+
+a.panel-block,
+label.panel-block {
+ cursor: pointer; }
+ a.panel-block:hover,
+ label.panel-block:hover {
+ background-color: whitesmoke; }
+
+.panel-icon {
+ display: inline-block;
+ font-size: 14px;
+ height: 1em;
+ line-height: 1em;
+ text-align: center;
+ vertical-align: top;
+ width: 1em;
+ color: #7a7a7a;
+ margin-right: 0.75em; }
+ .panel-icon .fa {
+ font-size: inherit;
+ line-height: inherit; }
+
+.tabs {
+ -webkit-overflow-scrolling: touch;
+ align-items: stretch;
+ display: flex;
+ font-size: 1rem;
+ justify-content: space-between;
+ overflow: hidden;
+ overflow-x: auto;
+ white-space: nowrap; }
+ .tabs a {
+ align-items: center;
+ border-bottom-color: #dbdbdb;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ color: #4a4a4a;
+ display: flex;
+ justify-content: center;
+ margin-bottom: -1px;
+ padding: 0.5em 1em;
+ vertical-align: top; }
+ .tabs a:hover {
+ border-bottom-color: #363636;
+ color: #363636; }
+ .tabs li {
+ display: block; }
+ .tabs li.is-active a {
+ border-bottom-color: #7957d5;
+ color: #7957d5; }
+ .tabs ul {
+ align-items: center;
+ border-bottom-color: #dbdbdb;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ display: flex;
+ flex-grow: 1;
+ flex-shrink: 0;
+ justify-content: flex-start; }
+ .tabs ul.is-left {
+ padding-right: 0.75em; }
+ .tabs ul.is-center {
+ flex: none;
+ justify-content: center;
+ padding-left: 0.75em;
+ padding-right: 0.75em; }
+ .tabs ul.is-right {
+ justify-content: flex-end;
+ padding-left: 0.75em; }
+ .tabs .icon:first-child {
+ margin-right: 0.5em; }
+ .tabs .icon:last-child {
+ margin-left: 0.5em; }
+ .tabs.is-centered ul {
+ justify-content: center; }
+ .tabs.is-right ul {
+ justify-content: flex-end; }
+ .tabs.is-boxed a {
+ border: 1px solid transparent;
+ border-radius: 4px 4px 0 0; }
+ .tabs.is-boxed a:hover {
+ background-color: whitesmoke;
+ border-bottom-color: #dbdbdb; }
+ .tabs.is-boxed li.is-active a {
+ background-color: white;
+ border-color: #dbdbdb;
+ border-bottom-color: transparent !important; }
+ .tabs.is-fullwidth li {
+ flex-grow: 1;
+ flex-shrink: 0; }
+ .tabs.is-toggle a {
+ border-color: #dbdbdb;
+ border-style: solid;
+ border-width: 1px;
+ margin-bottom: 0;
+ position: relative; }
+ .tabs.is-toggle a:hover {
+ background-color: whitesmoke;
+ border-color: #b5b5b5;
+ z-index: 2; }
+ .tabs.is-toggle li + li {
+ margin-left: -1px; }
+ .tabs.is-toggle li:first-child a {
+ border-radius: 4px 0 0 4px; }
+ .tabs.is-toggle li:last-child a {
+ border-radius: 0 4px 4px 0; }
+ .tabs.is-toggle li.is-active a {
+ background-color: #7957d5;
+ border-color: #7957d5;
+ color: white;
+ z-index: 1; }
+ .tabs.is-toggle ul {
+ border-bottom: none; }
+ .tabs.is-toggle.is-toggle-rounded li:first-child a {
+ border-bottom-left-radius: 290486px;
+ border-top-left-radius: 290486px;
+ padding-left: 1.25em; }
+ .tabs.is-toggle.is-toggle-rounded li:last-child a {
+ border-bottom-right-radius: 290486px;
+ border-top-right-radius: 290486px;
+ padding-right: 1.25em; }
+ .tabs.is-small {
+ font-size: 0.75rem; }
+ .tabs.is-medium {
+ font-size: 1.25rem; }
+ .tabs.is-large {
+ font-size: 1.5rem; }
+
+.column {
+ display: block;
+ flex-basis: 0;
+ flex-grow: 1;
+ flex-shrink: 1;
+ padding: 0.75rem; }
+ .columns.is-mobile > .column.is-narrow {
+ flex: none; }
+ .columns.is-mobile > .column.is-full {
+ flex: none;
+ width: 100%; }
+ .columns.is-mobile > .column.is-three-quarters {
+ flex: none;
+ width: 75%; }
+ .columns.is-mobile > .column.is-two-thirds {
+ flex: none;
+ width: 66.6666%; }
+ .columns.is-mobile > .column.is-half {
+ flex: none;
+ width: 50%; }
+ .columns.is-mobile > .column.is-one-third {
+ flex: none;
+ width: 33.3333%; }
+ .columns.is-mobile > .column.is-one-quarter {
+ flex: none;
+ width: 25%; }
+ .columns.is-mobile > .column.is-one-fifth {
+ flex: none;
+ width: 20%; }
+ .columns.is-mobile > .column.is-two-fifths {
+ flex: none;
+ width: 40%; }
+ .columns.is-mobile > .column.is-three-fifths {
+ flex: none;
+ width: 60%; }
+ .columns.is-mobile > .column.is-four-fifths {
+ flex: none;
+ width: 80%; }
+ .columns.is-mobile > .column.is-offset-three-quarters {
+ margin-left: 75%; }
+ .columns.is-mobile > .column.is-offset-two-thirds {
+ margin-left: 66.6666%; }
+ .columns.is-mobile > .column.is-offset-half {
+ margin-left: 50%; }
+ .columns.is-mobile > .column.is-offset-one-third {
+ margin-left: 33.3333%; }
+ .columns.is-mobile > .column.is-offset-one-quarter {
+ margin-left: 25%; }
+ .columns.is-mobile > .column.is-offset-one-fifth {
+ margin-left: 20%; }
+ .columns.is-mobile > .column.is-offset-two-fifths {
+ margin-left: 40%; }
+ .columns.is-mobile > .column.is-offset-three-fifths {
+ margin-left: 60%; }
+ .columns.is-mobile > .column.is-offset-four-fifths {
+ margin-left: 80%; }
+ .columns.is-mobile > .column.is-1 {
+ flex: none;
+ width: 8.33333%; }
+ .columns.is-mobile > .column.is-offset-1 {
+ margin-left: 8.33333%; }
+ .columns.is-mobile > .column.is-2 {
+ flex: none;
+ width: 16.66667%; }
+ .columns.is-mobile > .column.is-offset-2 {
+ margin-left: 16.66667%; }
+ .columns.is-mobile > .column.is-3 {
+ flex: none;
+ width: 25%; }
+ .columns.is-mobile > .column.is-offset-3 {
+ margin-left: 25%; }
+ .columns.is-mobile > .column.is-4 {
+ flex: none;
+ width: 33.33333%; }
+ .columns.is-mobile > .column.is-offset-4 {
+ margin-left: 33.33333%; }
+ .columns.is-mobile > .column.is-5 {
+ flex: none;
+ width: 41.66667%; }
+ .columns.is-mobile > .column.is-offset-5 {
+ margin-left: 41.66667%; }
+ .columns.is-mobile > .column.is-6 {
+ flex: none;
+ width: 50%; }
+ .columns.is-mobile > .column.is-offset-6 {
+ margin-left: 50%; }
+ .columns.is-mobile > .column.is-7 {
+ flex: none;
+ width: 58.33333%; }
+ .columns.is-mobile > .column.is-offset-7 {
+ margin-left: 58.33333%; }
+ .columns.is-mobile > .column.is-8 {
+ flex: none;
+ width: 66.66667%; }
+ .columns.is-mobile > .column.is-offset-8 {
+ margin-left: 66.66667%; }
+ .columns.is-mobile > .column.is-9 {
+ flex: none;
+ width: 75%; }
+ .columns.is-mobile > .column.is-offset-9 {
+ margin-left: 75%; }
+ .columns.is-mobile > .column.is-10 {
+ flex: none;
+ width: 83.33333%; }
+ .columns.is-mobile > .column.is-offset-10 {
+ margin-left: 83.33333%; }
+ .columns.is-mobile > .column.is-11 {
+ flex: none;
+ width: 91.66667%; }
+ .columns.is-mobile > .column.is-offset-11 {
+ margin-left: 91.66667%; }
+ .columns.is-mobile > .column.is-12 {
+ flex: none;
+ width: 100%; }
+ .columns.is-mobile > .column.is-offset-12 {
+ margin-left: 100%; }
+ @media screen and (max-width: 768px) {
+ .column.is-narrow-mobile {
+ flex: none; }
+ .column.is-full-mobile {
+ flex: none;
+ width: 100%; }
+ .column.is-three-quarters-mobile {
+ flex: none;
+ width: 75%; }
+ .column.is-two-thirds-mobile {
+ flex: none;
+ width: 66.6666%; }
+ .column.is-half-mobile {
+ flex: none;
+ width: 50%; }
+ .column.is-one-third-mobile {
+ flex: none;
+ width: 33.3333%; }
+ .column.is-one-quarter-mobile {
+ flex: none;
+ width: 25%; }
+ .column.is-one-fifth-mobile {
+ flex: none;
+ width: 20%; }
+ .column.is-two-fifths-mobile {
+ flex: none;
+ width: 40%; }
+ .column.is-three-fifths-mobile {
+ flex: none;
+ width: 60%; }
+ .column.is-four-fifths-mobile {
+ flex: none;
+ width: 80%; }
+ .column.is-offset-three-quarters-mobile {
+ margin-left: 75%; }
+ .column.is-offset-two-thirds-mobile {
+ margin-left: 66.6666%; }
+ .column.is-offset-half-mobile {
+ margin-left: 50%; }
+ .column.is-offset-one-third-mobile {
+ margin-left: 33.3333%; }
+ .column.is-offset-one-quarter-mobile {
+ margin-left: 25%; }
+ .column.is-offset-one-fifth-mobile {
+ margin-left: 20%; }
+ .column.is-offset-two-fifths-mobile {
+ margin-left: 40%; }
+ .column.is-offset-three-fifths-mobile {
+ margin-left: 60%; }
+ .column.is-offset-four-fifths-mobile {
+ margin-left: 80%; }
+ .column.is-1-mobile {
+ flex: none;
+ width: 8.33333%; }
+ .column.is-offset-1-mobile {
+ margin-left: 8.33333%; }
+ .column.is-2-mobile {
+ flex: none;
+ width: 16.66667%; }
+ .column.is-offset-2-mobile {
+ margin-left: 16.66667%; }
+ .column.is-3-mobile {
+ flex: none;
+ width: 25%; }
+ .column.is-offset-3-mobile {
+ margin-left: 25%; }
+ .column.is-4-mobile {
+ flex: none;
+ width: 33.33333%; }
+ .column.is-offset-4-mobile {
+ margin-left: 33.33333%; }
+ .column.is-5-mobile {
+ flex: none;
+ width: 41.66667%; }
+ .column.is-offset-5-mobile {
+ margin-left: 41.66667%; }
+ .column.is-6-mobile {
+ flex: none;
+ width: 50%; }
+ .column.is-offset-6-mobile {
+ margin-left: 50%; }
+ .column.is-7-mobile {
+ flex: none;
+ width: 58.33333%; }
+ .column.is-offset-7-mobile {
+ margin-left: 58.33333%; }
+ .column.is-8-mobile {
+ flex: none;
+ width: 66.66667%; }
+ .column.is-offset-8-mobile {
+ margin-left: 66.66667%; }
+ .column.is-9-mobile {
+ flex: none;
+ width: 75%; }
+ .column.is-offset-9-mobile {
+ margin-left: 75%; }
+ .column.is-10-mobile {
+ flex: none;
+ width: 83.33333%; }
+ .column.is-offset-10-mobile {
+ margin-left: 83.33333%; }
+ .column.is-11-mobile {
+ flex: none;
+ width: 91.66667%; }
+ .column.is-offset-11-mobile {
+ margin-left: 91.66667%; }
+ .column.is-12-mobile {
+ flex: none;
+ width: 100%; }
+ .column.is-offset-12-mobile {
+ margin-left: 100%; } }
+ @media screen and (min-width: 769px), print {
+ .column.is-narrow, .column.is-narrow-tablet {
+ flex: none; }
+ .column.is-full, .column.is-full-tablet {
+ flex: none;
+ width: 100%; }
+ .column.is-three-quarters, .column.is-three-quarters-tablet {
+ flex: none;
+ width: 75%; }
+ .column.is-two-thirds, .column.is-two-thirds-tablet {
+ flex: none;
+ width: 66.6666%; }
+ .column.is-half, .column.is-half-tablet {
+ flex: none;
+ width: 50%; }
+ .column.is-one-third, .column.is-one-third-tablet {
+ flex: none;
+ width: 33.3333%; }
+ .column.is-one-quarter, .column.is-one-quarter-tablet {
+ flex: none;
+ width: 25%; }
+ .column.is-one-fifth, .column.is-one-fifth-tablet {
+ flex: none;
+ width: 20%; }
+ .column.is-two-fifths, .column.is-two-fifths-tablet {
+ flex: none;
+ width: 40%; }
+ .column.is-three-fifths, .column.is-three-fifths-tablet {
+ flex: none;
+ width: 60%; }
+ .column.is-four-fifths, .column.is-four-fifths-tablet {
+ flex: none;
+ width: 80%; }
+ .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
+ margin-left: 75%; }
+ .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
+ margin-left: 66.6666%; }
+ .column.is-offset-half, .column.is-offset-half-tablet {
+ margin-left: 50%; }
+ .column.is-offset-one-third, .column.is-offset-one-third-tablet {
+ margin-left: 33.3333%; }
+ .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
+ margin-left: 25%; }
+ .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
+ margin-left: 20%; }
+ .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
+ margin-left: 40%; }
+ .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
+ margin-left: 60%; }
+ .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
+ margin-left: 80%; }
+ .column.is-1, .column.is-1-tablet {
+ flex: none;
+ width: 8.33333%; }
+ .column.is-offset-1, .column.is-offset-1-tablet {
+ margin-left: 8.33333%; }
+ .column.is-2, .column.is-2-tablet {
+ flex: none;
+ width: 16.66667%; }
+ .column.is-offset-2, .column.is-offset-2-tablet {
+ margin-left: 16.66667%; }
+ .column.is-3, .column.is-3-tablet {
+ flex: none;
+ width: 25%; }
+ .column.is-offset-3, .column.is-offset-3-tablet {
+ margin-left: 25%; }
+ .column.is-4, .column.is-4-tablet {
+ flex: none;
+ width: 33.33333%; }
+ .column.is-offset-4, .column.is-offset-4-tablet {
+ margin-left: 33.33333%; }
+ .column.is-5, .column.is-5-tablet {
+ flex: none;
+ width: 41.66667%; }
+ .column.is-offset-5, .column.is-offset-5-tablet {
+ margin-left: 41.66667%; }
+ .column.is-6, .column.is-6-tablet {
+ flex: none;
+ width: 50%; }
+ .column.is-offset-6, .column.is-offset-6-tablet {
+ margin-left: 50%; }
+ .column.is-7, .column.is-7-tablet {
+ flex: none;
+ width: 58.33333%; }
+ .column.is-offset-7, .column.is-offset-7-tablet {
+ margin-left: 58.33333%; }
+ .column.is-8, .column.is-8-tablet {
+ flex: none;
+ width: 66.66667%; }
+ .column.is-offset-8, .column.is-offset-8-tablet {
+ margin-left: 66.66667%; }
+ .column.is-9, .column.is-9-tablet {
+ flex: none;
+ width: 75%; }
+ .column.is-offset-9, .column.is-offset-9-tablet {
+ margin-left: 75%; }
+ .column.is-10, .column.is-10-tablet {
+ flex: none;
+ width: 83.33333%; }
+ .column.is-offset-10, .column.is-offset-10-tablet {
+ margin-left: 83.33333%; }
+ .column.is-11, .column.is-11-tablet {
+ flex: none;
+ width: 91.66667%; }
+ .column.is-offset-11, .column.is-offset-11-tablet {
+ margin-left: 91.66667%; }
+ .column.is-12, .column.is-12-tablet {
+ flex: none;
+ width: 100%; }
+ .column.is-offset-12, .column.is-offset-12-tablet {
+ margin-left: 100%; } }
+ @media screen and (max-width: 1087px) {
+ .column.is-narrow-touch {
+ flex: none; }
+ .column.is-full-touch {
+ flex: none;
+ width: 100%; }
+ .column.is-three-quarters-touch {
+ flex: none;
+ width: 75%; }
+ .column.is-two-thirds-touch {
+ flex: none;
+ width: 66.6666%; }
+ .column.is-half-touch {
+ flex: none;
+ width: 50%; }
+ .column.is-one-third-touch {
+ flex: none;
+ width: 33.3333%; }
+ .column.is-one-quarter-touch {
+ flex: none;
+ width: 25%; }
+ .column.is-one-fifth-touch {
+ flex: none;
+ width: 20%; }
+ .column.is-two-fifths-touch {
+ flex: none;
+ width: 40%; }
+ .column.is-three-fifths-touch {
+ flex: none;
+ width: 60%; }
+ .column.is-four-fifths-touch {
+ flex: none;
+ width: 80%; }
+ .column.is-offset-three-quarters-touch {
+ margin-left: 75%; }
+ .column.is-offset-two-thirds-touch {
+ margin-left: 66.6666%; }
+ .column.is-offset-half-touch {
+ margin-left: 50%; }
+ .column.is-offset-one-third-touch {
+ margin-left: 33.3333%; }
+ .column.is-offset-one-quarter-touch {
+ margin-left: 25%; }
+ .column.is-offset-one-fifth-touch {
+ margin-left: 20%; }
+ .column.is-offset-two-fifths-touch {
+ margin-left: 40%; }
+ .column.is-offset-three-fifths-touch {
+ margin-left: 60%; }
+ .column.is-offset-four-fifths-touch {
+ margin-left: 80%; }
+ .column.is-1-touch {
+ flex: none;
+ width: 8.33333%; }
+ .column.is-offset-1-touch {
+ margin-left: 8.33333%; }
+ .column.is-2-touch {
+ flex: none;
+ width: 16.66667%; }
+ .column.is-offset-2-touch {
+ margin-left: 16.66667%; }
+ .column.is-3-touch {
+ flex: none;
+ width: 25%; }
+ .column.is-offset-3-touch {
+ margin-left: 25%; }
+ .column.is-4-touch {
+ flex: none;
+ width: 33.33333%; }
+ .column.is-offset-4-touch {
+ margin-left: 33.33333%; }
+ .column.is-5-touch {
+ flex: none;
+ width: 41.66667%; }
+ .column.is-offset-5-touch {
+ margin-left: 41.66667%; }
+ .column.is-6-touch {
+ flex: none;
+ width: 50%; }
+ .column.is-offset-6-touch {
+ margin-left: 50%; }
+ .column.is-7-touch {
+ flex: none;
+ width: 58.33333%; }
+ .column.is-offset-7-touch {
+ margin-left: 58.33333%; }
+ .column.is-8-touch {
+ flex: none;
+ width: 66.66667%; }
+ .column.is-offset-8-touch {
+ margin-left: 66.66667%; }
+ .column.is-9-touch {
+ flex: none;
+ width: 75%; }
+ .column.is-offset-9-touch {
+ margin-left: 75%; }
+ .column.is-10-touch {
+ flex: none;
+ width: 83.33333%; }
+ .column.is-offset-10-touch {
+ margin-left: 83.33333%; }
+ .column.is-11-touch {
+ flex: none;
+ width: 91.66667%; }
+ .column.is-offset-11-touch {
+ margin-left: 91.66667%; }
+ .column.is-12-touch {
+ flex: none;
+ width: 100%; }
+ .column.is-offset-12-touch {
+ margin-left: 100%; } }
+ @media screen and (min-width: 1088px) {
+ .column.is-narrow-desktop {
+ flex: none; }
+ .column.is-full-desktop {
+ flex: none;
+ width: 100%; }
+ .column.is-three-quarters-desktop {
+ flex: none;
+ width: 75%; }
+ .column.is-two-thirds-desktop {
+ flex: none;
+ width: 66.6666%; }
+ .column.is-half-desktop {
+ flex: none;
+ width: 50%; }
+ .column.is-one-third-desktop {
+ flex: none;
+ width: 33.3333%; }
+ .column.is-one-quarter-desktop {
+ flex: none;
+ width: 25%; }
+ .column.is-one-fifth-desktop {
+ flex: none;
+ width: 20%; }
+ .column.is-two-fifths-desktop {
+ flex: none;
+ width: 40%; }
+ .column.is-three-fifths-desktop {
+ flex: none;
+ width: 60%; }
+ .column.is-four-fifths-desktop {
+ flex: none;
+ width: 80%; }
+ .column.is-offset-three-quarters-desktop {
+ margin-left: 75%; }
+ .column.is-offset-two-thirds-desktop {
+ margin-left: 66.6666%; }
+ .column.is-offset-half-desktop {
+ margin-left: 50%; }
+ .column.is-offset-one-third-desktop {
+ margin-left: 33.3333%; }
+ .column.is-offset-one-quarter-desktop {
+ margin-left: 25%; }
+ .column.is-offset-one-fifth-desktop {
+ margin-left: 20%; }
+ .column.is-offset-two-fifths-desktop {
+ margin-left: 40%; }
+ .column.is-offset-three-fifths-desktop {
+ margin-left: 60%; }
+ .column.is-offset-four-fifths-desktop {
+ margin-left: 80%; }
+ .column.is-1-desktop {
+ flex: none;
+ width: 8.33333%; }
+ .column.is-offset-1-desktop {
+ margin-left: 8.33333%; }
+ .column.is-2-desktop {
+ flex: none;
+ width: 16.66667%; }
+ .column.is-offset-2-desktop {
+ margin-left: 16.66667%; }
+ .column.is-3-desktop {
+ flex: none;
+ width: 25%; }
+ .column.is-offset-3-desktop {
+ margin-left: 25%; }
+ .column.is-4-desktop {
+ flex: none;
+ width: 33.33333%; }
+ .column.is-offset-4-desktop {
+ margin-left: 33.33333%; }
+ .column.is-5-desktop {
+ flex: none;
+ width: 41.66667%; }
+ .column.is-offset-5-desktop {
+ margin-left: 41.66667%; }
+ .column.is-6-desktop {
+ flex: none;
+ width: 50%; }
+ .column.is-offset-6-desktop {
+ margin-left: 50%; }
+ .column.is-7-desktop {
+ flex: none;
+ width: 58.33333%; }
+ .column.is-offset-7-desktop {
+ margin-left: 58.33333%; }
+ .column.is-8-desktop {
+ flex: none;
+ width: 66.66667%; }
+ .column.is-offset-8-desktop {
+ margin-left: 66.66667%; }
+ .column.is-9-desktop {
+ flex: none;
+ width: 75%; }
+ .column.is-offset-9-desktop {
+ margin-left: 75%; }
+ .column.is-10-desktop {
+ flex: none;
+ width: 83.33333%; }
+ .column.is-offset-10-desktop {
+ margin-left: 83.33333%; }
+ .column.is-11-desktop {
+ flex: none;
+ width: 91.66667%; }
+ .column.is-offset-11-desktop {
+ margin-left: 91.66667%; }
+ .column.is-12-desktop {
+ flex: none;
+ width: 100%; }
+ .column.is-offset-12-desktop {
+ margin-left: 100%; } }
+ @media screen and (min-width: 1280px) {
+ .column.is-narrow-widescreen {
+ flex: none; }
+ .column.is-full-widescreen {
+ flex: none;
+ width: 100%; }
+ .column.is-three-quarters-widescreen {
+ flex: none;
+ width: 75%; }
+ .column.is-two-thirds-widescreen {
+ flex: none;
+ width: 66.6666%; }
+ .column.is-half-widescreen {
+ flex: none;
+ width: 50%; }
+ .column.is-one-third-widescreen {
+ flex: none;
+ width: 33.3333%; }
+ .column.is-one-quarter-widescreen {
+ flex: none;
+ width: 25%; }
+ .column.is-one-fifth-widescreen {
+ flex: none;
+ width: 20%; }
+ .column.is-two-fifths-widescreen {
+ flex: none;
+ width: 40%; }
+ .column.is-three-fifths-widescreen {
+ flex: none;
+ width: 60%; }
+ .column.is-four-fifths-widescreen {
+ flex: none;
+ width: 80%; }
+ .column.is-offset-three-quarters-widescreen {
+ margin-left: 75%; }
+ .column.is-offset-two-thirds-widescreen {
+ margin-left: 66.6666%; }
+ .column.is-offset-half-widescreen {
+ margin-left: 50%; }
+ .column.is-offset-one-third-widescreen {
+ margin-left: 33.3333%; }
+ .column.is-offset-one-quarter-widescreen {
+ margin-left: 25%; }
+ .column.is-offset-one-fifth-widescreen {
+ margin-left: 20%; }
+ .column.is-offset-two-fifths-widescreen {
+ margin-left: 40%; }
+ .column.is-offset-three-fifths-widescreen {
+ margin-left: 60%; }
+ .column.is-offset-four-fifths-widescreen {
+ margin-left: 80%; }
+ .column.is-1-widescreen {
+ flex: none;
+ width: 8.33333%; }
+ .column.is-offset-1-widescreen {
+ margin-left: 8.33333%; }
+ .column.is-2-widescreen {
+ flex: none;
+ width: 16.66667%; }
+ .column.is-offset-2-widescreen {
+ margin-left: 16.66667%; }
+ .column.is-3-widescreen {
+ flex: none;
+ width: 25%; }
+ .column.is-offset-3-widescreen {
+ margin-left: 25%; }
+ .column.is-4-widescreen {
+ flex: none;
+ width: 33.33333%; }
+ .column.is-offset-4-widescreen {
+ margin-left: 33.33333%; }
+ .column.is-5-widescreen {
+ flex: none;
+ width: 41.66667%; }
+ .column.is-offset-5-widescreen {
+ margin-left: 41.66667%; }
+ .column.is-6-widescreen {
+ flex: none;
+ width: 50%; }
+ .column.is-offset-6-widescreen {
+ margin-left: 50%; }
+ .column.is-7-widescreen {
+ flex: none;
+ width: 58.33333%; }
+ .column.is-offset-7-widescreen {
+ margin-left: 58.33333%; }
+ .column.is-8-widescreen {
+ flex: none;
+ width: 66.66667%; }
+ .column.is-offset-8-widescreen {
+ margin-left: 66.66667%; }
+ .column.is-9-widescreen {
+ flex: none;
+ width: 75%; }
+ .column.is-offset-9-widescreen {
+ margin-left: 75%; }
+ .column.is-10-widescreen {
+ flex: none;
+ width: 83.33333%; }
+ .column.is-offset-10-widescreen {
+ margin-left: 83.33333%; }
+ .column.is-11-widescreen {
+ flex: none;
+ width: 91.66667%; }
+ .column.is-offset-11-widescreen {
+ margin-left: 91.66667%; }
+ .column.is-12-widescreen {
+ flex: none;
+ width: 100%; }
+ .column.is-offset-12-widescreen {
+ margin-left: 100%; } }
+ @media screen and (min-width: 1472px) {
+ .column.is-narrow-fullhd {
+ flex: none; }
+ .column.is-full-fullhd {
+ flex: none;
+ width: 100%; }
+ .column.is-three-quarters-fullhd {
+ flex: none;
+ width: 75%; }
+ .column.is-two-thirds-fullhd {
+ flex: none;
+ width: 66.6666%; }
+ .column.is-half-fullhd {
+ flex: none;
+ width: 50%; }
+ .column.is-one-third-fullhd {
+ flex: none;
+ width: 33.3333%; }
+ .column.is-one-quarter-fullhd {
+ flex: none;
+ width: 25%; }
+ .column.is-one-fifth-fullhd {
+ flex: none;
+ width: 20%; }
+ .column.is-two-fifths-fullhd {
+ flex: none;
+ width: 40%; }
+ .column.is-three-fifths-fullhd {
+ flex: none;
+ width: 60%; }
+ .column.is-four-fifths-fullhd {
+ flex: none;
+ width: 80%; }
+ .column.is-offset-three-quarters-fullhd {
+ margin-left: 75%; }
+ .column.is-offset-two-thirds-fullhd {
+ margin-left: 66.6666%; }
+ .column.is-offset-half-fullhd {
+ margin-left: 50%; }
+ .column.is-offset-one-third-fullhd {
+ margin-left: 33.3333%; }
+ .column.is-offset-one-quarter-fullhd {
+ margin-left: 25%; }
+ .column.is-offset-one-fifth-fullhd {
+ margin-left: 20%; }
+ .column.is-offset-two-fifths-fullhd {
+ margin-left: 40%; }
+ .column.is-offset-three-fifths-fullhd {
+ margin-left: 60%; }
+ .column.is-offset-four-fifths-fullhd {
+ margin-left: 80%; }
+ .column.is-1-fullhd {
+ flex: none;
+ width: 8.33333%; }
+ .column.is-offset-1-fullhd {
+ margin-left: 8.33333%; }
+ .column.is-2-fullhd {
+ flex: none;
+ width: 16.66667%; }
+ .column.is-offset-2-fullhd {
+ margin-left: 16.66667%; }
+ .column.is-3-fullhd {
+ flex: none;
+ width: 25%; }
+ .column.is-offset-3-fullhd {
+ margin-left: 25%; }
+ .column.is-4-fullhd {
+ flex: none;
+ width: 33.33333%; }
+ .column.is-offset-4-fullhd {
+ margin-left: 33.33333%; }
+ .column.is-5-fullhd {
+ flex: none;
+ width: 41.66667%; }
+ .column.is-offset-5-fullhd {
+ margin-left: 41.66667%; }
+ .column.is-6-fullhd {
+ flex: none;
+ width: 50%; }
+ .column.is-offset-6-fullhd {
+ margin-left: 50%; }
+ .column.is-7-fullhd {
+ flex: none;
+ width: 58.33333%; }
+ .column.is-offset-7-fullhd {
+ margin-left: 58.33333%; }
+ .column.is-8-fullhd {
+ flex: none;
+ width: 66.66667%; }
+ .column.is-offset-8-fullhd {
+ margin-left: 66.66667%; }
+ .column.is-9-fullhd {
+ flex: none;
+ width: 75%; }
+ .column.is-offset-9-fullhd {
+ margin-left: 75%; }
+ .column.is-10-fullhd {
+ flex: none;
+ width: 83.33333%; }
+ .column.is-offset-10-fullhd {
+ margin-left: 83.33333%; }
+ .column.is-11-fullhd {
+ flex: none;
+ width: 91.66667%; }
+ .column.is-offset-11-fullhd {
+ margin-left: 91.66667%; }
+ .column.is-12-fullhd {
+ flex: none;
+ width: 100%; }
+ .column.is-offset-12-fullhd {
+ margin-left: 100%; } }
+
+.columns {
+ margin-left: -0.75rem;
+ margin-right: -0.75rem;
+ margin-top: -0.75rem; }
+ .columns:last-child {
+ margin-bottom: -0.75rem; }
+ .columns:not(:last-child) {
+ margin-bottom: calc(1.5rem - 0.75rem); }
+ .columns.is-centered {
+ justify-content: center; }
+ .columns.is-gapless {
+ margin-left: 0;
+ margin-right: 0;
+ margin-top: 0; }
+ .columns.is-gapless > .column {
+ margin: 0;
+ padding: 0 !important; }
+ .columns.is-gapless:not(:last-child) {
+ margin-bottom: 1.5rem; }
+ .columns.is-gapless:last-child {
+ margin-bottom: 0; }
+ .columns.is-mobile {
+ display: flex; }
+ .columns.is-multiline {
+ flex-wrap: wrap; }
+ .columns.is-vcentered {
+ align-items: center; }
+ @media screen and (min-width: 769px), print {
+ .columns:not(.is-desktop) {
+ display: flex; } }
+ @media screen and (min-width: 1088px) {
+ .columns.is-desktop {
+ display: flex; } }
+
+.columns.is-variable {
+ --columnGap: 0.75rem;
+ margin-left: calc(-1 * var(--columnGap));
+ margin-right: calc(-1 * var(--columnGap)); }
+ .columns.is-variable .column {
+ padding-left: var(--columnGap);
+ padding-right: var(--columnGap); }
+ .columns.is-variable.is-0 {
+ --columnGap: 0rem; }
+ @media screen and (max-width: 768px) {
+ .columns.is-variable.is-0-mobile {
+ --columnGap: 0rem; } }
+ @media screen and (min-width: 769px), print {
+ .columns.is-variable.is-0-tablet {
+ --columnGap: 0rem; } }
+ @media screen and (min-width: 769px) and (max-width: 1087px) {
+ .columns.is-variable.is-0-tablet-only {
+ --columnGap: 0rem; } }
+ @media screen and (max-width: 1087px) {
+ .columns.is-variable.is-0-touch {
+ --columnGap: 0rem; } }
+ @media screen and (min-width: 1088px) {
+ .columns.is-variable.is-0-desktop {
+ --columnGap: 0rem; } }
+ @media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .columns.is-variable.is-0-desktop-only {
+ --columnGap: 0rem; } }
+ @media screen and (min-width: 1280px) {
+ .columns.is-variable.is-0-widescreen {
+ --columnGap: 0rem; } }
+ @media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .columns.is-variable.is-0-widescreen-only {
+ --columnGap: 0rem; } }
+ @media screen and (min-width: 1472px) {
+ .columns.is-variable.is-0-fullhd {
+ --columnGap: 0rem; } }
+ .columns.is-variable.is-1 {
+ --columnGap: 0.25rem; }
+ @media screen and (max-width: 768px) {
+ .columns.is-variable.is-1-mobile {
+ --columnGap: 0.25rem; } }
+ @media screen and (min-width: 769px), print {
+ .columns.is-variable.is-1-tablet {
+ --columnGap: 0.25rem; } }
+ @media screen and (min-width: 769px) and (max-width: 1087px) {
+ .columns.is-variable.is-1-tablet-only {
+ --columnGap: 0.25rem; } }
+ @media screen and (max-width: 1087px) {
+ .columns.is-variable.is-1-touch {
+ --columnGap: 0.25rem; } }
+ @media screen and (min-width: 1088px) {
+ .columns.is-variable.is-1-desktop {
+ --columnGap: 0.25rem; } }
+ @media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .columns.is-variable.is-1-desktop-only {
+ --columnGap: 0.25rem; } }
+ @media screen and (min-width: 1280px) {
+ .columns.is-variable.is-1-widescreen {
+ --columnGap: 0.25rem; } }
+ @media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .columns.is-variable.is-1-widescreen-only {
+ --columnGap: 0.25rem; } }
+ @media screen and (min-width: 1472px) {
+ .columns.is-variable.is-1-fullhd {
+ --columnGap: 0.25rem; } }
+ .columns.is-variable.is-2 {
+ --columnGap: 0.5rem; }
+ @media screen and (max-width: 768px) {
+ .columns.is-variable.is-2-mobile {
+ --columnGap: 0.5rem; } }
+ @media screen and (min-width: 769px), print {
+ .columns.is-variable.is-2-tablet {
+ --columnGap: 0.5rem; } }
+ @media screen and (min-width: 769px) and (max-width: 1087px) {
+ .columns.is-variable.is-2-tablet-only {
+ --columnGap: 0.5rem; } }
+ @media screen and (max-width: 1087px) {
+ .columns.is-variable.is-2-touch {
+ --columnGap: 0.5rem; } }
+ @media screen and (min-width: 1088px) {
+ .columns.is-variable.is-2-desktop {
+ --columnGap: 0.5rem; } }
+ @media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .columns.is-variable.is-2-desktop-only {
+ --columnGap: 0.5rem; } }
+ @media screen and (min-width: 1280px) {
+ .columns.is-variable.is-2-widescreen {
+ --columnGap: 0.5rem; } }
+ @media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .columns.is-variable.is-2-widescreen-only {
+ --columnGap: 0.5rem; } }
+ @media screen and (min-width: 1472px) {
+ .columns.is-variable.is-2-fullhd {
+ --columnGap: 0.5rem; } }
+ .columns.is-variable.is-3 {
+ --columnGap: 0.75rem; }
+ @media screen and (max-width: 768px) {
+ .columns.is-variable.is-3-mobile {
+ --columnGap: 0.75rem; } }
+ @media screen and (min-width: 769px), print {
+ .columns.is-variable.is-3-tablet {
+ --columnGap: 0.75rem; } }
+ @media screen and (min-width: 769px) and (max-width: 1087px) {
+ .columns.is-variable.is-3-tablet-only {
+ --columnGap: 0.75rem; } }
+ @media screen and (max-width: 1087px) {
+ .columns.is-variable.is-3-touch {
+ --columnGap: 0.75rem; } }
+ @media screen and (min-width: 1088px) {
+ .columns.is-variable.is-3-desktop {
+ --columnGap: 0.75rem; } }
+ @media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .columns.is-variable.is-3-desktop-only {
+ --columnGap: 0.75rem; } }
+ @media screen and (min-width: 1280px) {
+ .columns.is-variable.is-3-widescreen {
+ --columnGap: 0.75rem; } }
+ @media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .columns.is-variable.is-3-widescreen-only {
+ --columnGap: 0.75rem; } }
+ @media screen and (min-width: 1472px) {
+ .columns.is-variable.is-3-fullhd {
+ --columnGap: 0.75rem; } }
+ .columns.is-variable.is-4 {
+ --columnGap: 1rem; }
+ @media screen and (max-width: 768px) {
+ .columns.is-variable.is-4-mobile {
+ --columnGap: 1rem; } }
+ @media screen and (min-width: 769px), print {
+ .columns.is-variable.is-4-tablet {
+ --columnGap: 1rem; } }
+ @media screen and (min-width: 769px) and (max-width: 1087px) {
+ .columns.is-variable.is-4-tablet-only {
+ --columnGap: 1rem; } }
+ @media screen and (max-width: 1087px) {
+ .columns.is-variable.is-4-touch {
+ --columnGap: 1rem; } }
+ @media screen and (min-width: 1088px) {
+ .columns.is-variable.is-4-desktop {
+ --columnGap: 1rem; } }
+ @media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .columns.is-variable.is-4-desktop-only {
+ --columnGap: 1rem; } }
+ @media screen and (min-width: 1280px) {
+ .columns.is-variable.is-4-widescreen {
+ --columnGap: 1rem; } }
+ @media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .columns.is-variable.is-4-widescreen-only {
+ --columnGap: 1rem; } }
+ @media screen and (min-width: 1472px) {
+ .columns.is-variable.is-4-fullhd {
+ --columnGap: 1rem; } }
+ .columns.is-variable.is-5 {
+ --columnGap: 1.25rem; }
+ @media screen and (max-width: 768px) {
+ .columns.is-variable.is-5-mobile {
+ --columnGap: 1.25rem; } }
+ @media screen and (min-width: 769px), print {
+ .columns.is-variable.is-5-tablet {
+ --columnGap: 1.25rem; } }
+ @media screen and (min-width: 769px) and (max-width: 1087px) {
+ .columns.is-variable.is-5-tablet-only {
+ --columnGap: 1.25rem; } }
+ @media screen and (max-width: 1087px) {
+ .columns.is-variable.is-5-touch {
+ --columnGap: 1.25rem; } }
+ @media screen and (min-width: 1088px) {
+ .columns.is-variable.is-5-desktop {
+ --columnGap: 1.25rem; } }
+ @media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .columns.is-variable.is-5-desktop-only {
+ --columnGap: 1.25rem; } }
+ @media screen and (min-width: 1280px) {
+ .columns.is-variable.is-5-widescreen {
+ --columnGap: 1.25rem; } }
+ @media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .columns.is-variable.is-5-widescreen-only {
+ --columnGap: 1.25rem; } }
+ @media screen and (min-width: 1472px) {
+ .columns.is-variable.is-5-fullhd {
+ --columnGap: 1.25rem; } }
+ .columns.is-variable.is-6 {
+ --columnGap: 1.5rem; }
+ @media screen and (max-width: 768px) {
+ .columns.is-variable.is-6-mobile {
+ --columnGap: 1.5rem; } }
+ @media screen and (min-width: 769px), print {
+ .columns.is-variable.is-6-tablet {
+ --columnGap: 1.5rem; } }
+ @media screen and (min-width: 769px) and (max-width: 1087px) {
+ .columns.is-variable.is-6-tablet-only {
+ --columnGap: 1.5rem; } }
+ @media screen and (max-width: 1087px) {
+ .columns.is-variable.is-6-touch {
+ --columnGap: 1.5rem; } }
+ @media screen and (min-width: 1088px) {
+ .columns.is-variable.is-6-desktop {
+ --columnGap: 1.5rem; } }
+ @media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .columns.is-variable.is-6-desktop-only {
+ --columnGap: 1.5rem; } }
+ @media screen and (min-width: 1280px) {
+ .columns.is-variable.is-6-widescreen {
+ --columnGap: 1.5rem; } }
+ @media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .columns.is-variable.is-6-widescreen-only {
+ --columnGap: 1.5rem; } }
+ @media screen and (min-width: 1472px) {
+ .columns.is-variable.is-6-fullhd {
+ --columnGap: 1.5rem; } }
+ .columns.is-variable.is-7 {
+ --columnGap: 1.75rem; }
+ @media screen and (max-width: 768px) {
+ .columns.is-variable.is-7-mobile {
+ --columnGap: 1.75rem; } }
+ @media screen and (min-width: 769px), print {
+ .columns.is-variable.is-7-tablet {
+ --columnGap: 1.75rem; } }
+ @media screen and (min-width: 769px) and (max-width: 1087px) {
+ .columns.is-variable.is-7-tablet-only {
+ --columnGap: 1.75rem; } }
+ @media screen and (max-width: 1087px) {
+ .columns.is-variable.is-7-touch {
+ --columnGap: 1.75rem; } }
+ @media screen and (min-width: 1088px) {
+ .columns.is-variable.is-7-desktop {
+ --columnGap: 1.75rem; } }
+ @media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .columns.is-variable.is-7-desktop-only {
+ --columnGap: 1.75rem; } }
+ @media screen and (min-width: 1280px) {
+ .columns.is-variable.is-7-widescreen {
+ --columnGap: 1.75rem; } }
+ @media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .columns.is-variable.is-7-widescreen-only {
+ --columnGap: 1.75rem; } }
+ @media screen and (min-width: 1472px) {
+ .columns.is-variable.is-7-fullhd {
+ --columnGap: 1.75rem; } }
+ .columns.is-variable.is-8 {
+ --columnGap: 2rem; }
+ @media screen and (max-width: 768px) {
+ .columns.is-variable.is-8-mobile {
+ --columnGap: 2rem; } }
+ @media screen and (min-width: 769px), print {
+ .columns.is-variable.is-8-tablet {
+ --columnGap: 2rem; } }
+ @media screen and (min-width: 769px) and (max-width: 1087px) {
+ .columns.is-variable.is-8-tablet-only {
+ --columnGap: 2rem; } }
+ @media screen and (max-width: 1087px) {
+ .columns.is-variable.is-8-touch {
+ --columnGap: 2rem; } }
+ @media screen and (min-width: 1088px) {
+ .columns.is-variable.is-8-desktop {
+ --columnGap: 2rem; } }
+ @media screen and (min-width: 1088px) and (max-width: 1279px) {
+ .columns.is-variable.is-8-desktop-only {
+ --columnGap: 2rem; } }
+ @media screen and (min-width: 1280px) {
+ .columns.is-variable.is-8-widescreen {
+ --columnGap: 2rem; } }
+ @media screen and (min-width: 1280px) and (max-width: 1471px) {
+ .columns.is-variable.is-8-widescreen-only {
+ --columnGap: 2rem; } }
+ @media screen and (min-width: 1472px) {
+ .columns.is-variable.is-8-fullhd {
+ --columnGap: 2rem; } }
+
+.tile {
+ align-items: stretch;
+ display: block;
+ flex-basis: 0;
+ flex-grow: 1;
+ flex-shrink: 1;
+ min-height: min-content; }
+ .tile.is-ancestor {
+ margin-left: -0.75rem;
+ margin-right: -0.75rem;
+ margin-top: -0.75rem; }
+ .tile.is-ancestor:last-child {
+ margin-bottom: -0.75rem; }
+ .tile.is-ancestor:not(:last-child) {
+ margin-bottom: 0.75rem; }
+ .tile.is-child {
+ margin: 0 !important; }
+ .tile.is-parent {
+ padding: 0.75rem; }
+ .tile.is-vertical {
+ flex-direction: column; }
+ .tile.is-vertical > .tile.is-child:not(:last-child) {
+ margin-bottom: 1.5rem !important; }
+ @media screen and (min-width: 769px), print {
+ .tile:not(.is-child) {
+ display: flex; }
+ .tile.is-1 {
+ flex: none;
+ width: 8.33333%; }
+ .tile.is-2 {
+ flex: none;
+ width: 16.66667%; }
+ .tile.is-3 {
+ flex: none;
+ width: 25%; }
+ .tile.is-4 {
+ flex: none;
+ width: 33.33333%; }
+ .tile.is-5 {
+ flex: none;
+ width: 41.66667%; }
+ .tile.is-6 {
+ flex: none;
+ width: 50%; }
+ .tile.is-7 {
+ flex: none;
+ width: 58.33333%; }
+ .tile.is-8 {
+ flex: none;
+ width: 66.66667%; }
+ .tile.is-9 {
+ flex: none;
+ width: 75%; }
+ .tile.is-10 {
+ flex: none;
+ width: 83.33333%; }
+ .tile.is-11 {
+ flex: none;
+ width: 91.66667%; }
+ .tile.is-12 {
+ flex: none;
+ width: 100%; } }
+
+.hero {
+ align-items: stretch;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between; }
+ .hero .navbar {
+ background: none; }
+ .hero .tabs ul {
+ border-bottom: none; }
+ .hero.is-white {
+ background-color: white;
+ color: #0a0a0a; }
+ .hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
+ .hero.is-white strong {
+ color: inherit; }
+ .hero.is-white .title {
+ color: #0a0a0a; }
+ .hero.is-white .subtitle {
+ color: rgba(10, 10, 10, 0.9); }
+ .hero.is-white .subtitle a:not(.button),
+ .hero.is-white .subtitle strong {
+ color: #0a0a0a; }
+ @media screen and (max-width: 1087px) {
+ .hero.is-white .navbar-menu {
+ background-color: white; } }
+ .hero.is-white .navbar-item,
+ .hero.is-white .navbar-link {
+ color: rgba(10, 10, 10, 0.7); }
+ .hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
+ .hero.is-white .navbar-link:hover,
+ .hero.is-white .navbar-link.is-active {
+ background-color: #f2f2f2;
+ color: #0a0a0a; }
+ .hero.is-white .tabs a {
+ color: #0a0a0a;
+ opacity: 0.9; }
+ .hero.is-white .tabs a:hover {
+ opacity: 1; }
+ .hero.is-white .tabs li.is-active a {
+ opacity: 1; }
+ .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
+ color: #0a0a0a; }
+ .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1); }
+ .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
+ background-color: #0a0a0a;
+ border-color: #0a0a0a;
+ color: white; }
+ .hero.is-white.is-bold {
+ background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); }
+ @media screen and (max-width: 768px) {
+ .hero.is-white.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); } }
+ .hero.is-black {
+ background-color: #0a0a0a;
+ color: white; }
+ .hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
+ .hero.is-black strong {
+ color: inherit; }
+ .hero.is-black .title {
+ color: white; }
+ .hero.is-black .subtitle {
+ color: rgba(255, 255, 255, 0.9); }
+ .hero.is-black .subtitle a:not(.button),
+ .hero.is-black .subtitle strong {
+ color: white; }
+ @media screen and (max-width: 1087px) {
+ .hero.is-black .navbar-menu {
+ background-color: #0a0a0a; } }
+ .hero.is-black .navbar-item,
+ .hero.is-black .navbar-link {
+ color: rgba(255, 255, 255, 0.7); }
+ .hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
+ .hero.is-black .navbar-link:hover,
+ .hero.is-black .navbar-link.is-active {
+ background-color: black;
+ color: white; }
+ .hero.is-black .tabs a {
+ color: white;
+ opacity: 0.9; }
+ .hero.is-black .tabs a:hover {
+ opacity: 1; }
+ .hero.is-black .tabs li.is-active a {
+ opacity: 1; }
+ .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
+ color: white; }
+ .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1); }
+ .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
+ background-color: white;
+ border-color: white;
+ color: #0a0a0a; }
+ .hero.is-black.is-bold {
+ background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); }
+ @media screen and (max-width: 768px) {
+ .hero.is-black.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } }
+ .hero.is-light {
+ background-color: whitesmoke;
+ color: #363636; }
+ .hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
+ .hero.is-light strong {
+ color: inherit; }
+ .hero.is-light .title {
+ color: #363636; }
+ .hero.is-light .subtitle {
+ color: rgba(54, 54, 54, 0.9); }
+ .hero.is-light .subtitle a:not(.button),
+ .hero.is-light .subtitle strong {
+ color: #363636; }
+ @media screen and (max-width: 1087px) {
+ .hero.is-light .navbar-menu {
+ background-color: whitesmoke; } }
+ .hero.is-light .navbar-item,
+ .hero.is-light .navbar-link {
+ color: rgba(54, 54, 54, 0.7); }
+ .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
+ .hero.is-light .navbar-link:hover,
+ .hero.is-light .navbar-link.is-active {
+ background-color: #e8e8e8;
+ color: #363636; }
+ .hero.is-light .tabs a {
+ color: #363636;
+ opacity: 0.9; }
+ .hero.is-light .tabs a:hover {
+ opacity: 1; }
+ .hero.is-light .tabs li.is-active a {
+ opacity: 1; }
+ .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
+ color: #363636; }
+ .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1); }
+ .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
+ background-color: #363636;
+ border-color: #363636;
+ color: whitesmoke; }
+ .hero.is-light.is-bold {
+ background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); }
+ @media screen and (max-width: 768px) {
+ .hero.is-light.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } }
+ .hero.is-dark {
+ background-color: #363636;
+ color: whitesmoke; }
+ .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
+ .hero.is-dark strong {
+ color: inherit; }
+ .hero.is-dark .title {
+ color: whitesmoke; }
+ .hero.is-dark .subtitle {
+ color: rgba(245, 245, 245, 0.9); }
+ .hero.is-dark .subtitle a:not(.button),
+ .hero.is-dark .subtitle strong {
+ color: whitesmoke; }
+ @media screen and (max-width: 1087px) {
+ .hero.is-dark .navbar-menu {
+ background-color: #363636; } }
+ .hero.is-dark .navbar-item,
+ .hero.is-dark .navbar-link {
+ color: rgba(245, 245, 245, 0.7); }
+ .hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
+ .hero.is-dark .navbar-link:hover,
+ .hero.is-dark .navbar-link.is-active {
+ background-color: #292929;
+ color: whitesmoke; }
+ .hero.is-dark .tabs a {
+ color: whitesmoke;
+ opacity: 0.9; }
+ .hero.is-dark .tabs a:hover {
+ opacity: 1; }
+ .hero.is-dark .tabs li.is-active a {
+ opacity: 1; }
+ .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
+ color: whitesmoke; }
+ .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1); }
+ .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
+ background-color: whitesmoke;
+ border-color: whitesmoke;
+ color: #363636; }
+ .hero.is-dark.is-bold {
+ background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); }
+ @media screen and (max-width: 768px) {
+ .hero.is-dark.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
+ .hero.is-primary {
+ background-color: #7957d5;
+ color: white; }
+ .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
+ .hero.is-primary strong {
+ color: inherit; }
+ .hero.is-primary .title {
+ color: white; }
+ .hero.is-primary .subtitle {
+ color: rgba(255, 255, 255, 0.9); }
+ .hero.is-primary .subtitle a:not(.button),
+ .hero.is-primary .subtitle strong {
+ color: white; }
+ @media screen and (max-width: 1087px) {
+ .hero.is-primary .navbar-menu {
+ background-color: #7957d5; } }
+ .hero.is-primary .navbar-item,
+ .hero.is-primary .navbar-link {
+ color: rgba(255, 255, 255, 0.7); }
+ .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
+ .hero.is-primary .navbar-link:hover,
+ .hero.is-primary .navbar-link.is-active {
+ background-color: #6943d0;
+ color: white; }
+ .hero.is-primary .tabs a {
+ color: white;
+ opacity: 0.9; }
+ .hero.is-primary .tabs a:hover {
+ opacity: 1; }
+ .hero.is-primary .tabs li.is-active a {
+ opacity: 1; }
+ .hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
+ color: white; }
+ .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1); }
+ .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
+ background-color: white;
+ border-color: white;
+ color: #7957d5; }
+ .hero.is-primary.is-bold {
+ background-image: linear-gradient(141deg, #3725d4 0%, #7957d5 71%, #9b67df 100%); }
+ @media screen and (max-width: 768px) {
+ .hero.is-primary.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #3725d4 0%, #7957d5 71%, #9b67df 100%); } }
+ .hero.is-link {
+ background-color: #7957d5;
+ color: white; }
+ .hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
+ .hero.is-link strong {
+ color: inherit; }
+ .hero.is-link .title {
+ color: white; }
+ .hero.is-link .subtitle {
+ color: rgba(255, 255, 255, 0.9); }
+ .hero.is-link .subtitle a:not(.button),
+ .hero.is-link .subtitle strong {
+ color: white; }
+ @media screen and (max-width: 1087px) {
+ .hero.is-link .navbar-menu {
+ background-color: #7957d5; } }
+ .hero.is-link .navbar-item,
+ .hero.is-link .navbar-link {
+ color: rgba(255, 255, 255, 0.7); }
+ .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
+ .hero.is-link .navbar-link:hover,
+ .hero.is-link .navbar-link.is-active {
+ background-color: #6943d0;
+ color: white; }
+ .hero.is-link .tabs a {
+ color: white;
+ opacity: 0.9; }
+ .hero.is-link .tabs a:hover {
+ opacity: 1; }
+ .hero.is-link .tabs li.is-active a {
+ opacity: 1; }
+ .hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
+ color: white; }
+ .hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1); }
+ .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
+ background-color: white;
+ border-color: white;
+ color: #7957d5; }
+ .hero.is-link.is-bold {
+ background-image: linear-gradient(141deg, #3725d4 0%, #7957d5 71%, #9b67df 100%); }
+ @media screen and (max-width: 768px) {
+ .hero.is-link.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #3725d4 0%, #7957d5 71%, #9b67df 100%); } }
+ .hero.is-info {
+ background-color: #167df0;
+ color: #fff; }
+ .hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
+ .hero.is-info strong {
+ color: inherit; }
+ .hero.is-info .title {
+ color: #fff; }
+ .hero.is-info .subtitle {
+ color: rgba(255, 255, 255, 0.9); }
+ .hero.is-info .subtitle a:not(.button),
+ .hero.is-info .subtitle strong {
+ color: #fff; }
+ @media screen and (max-width: 1087px) {
+ .hero.is-info .navbar-menu {
+ background-color: #167df0; } }
+ .hero.is-info .navbar-item,
+ .hero.is-info .navbar-link {
+ color: rgba(255, 255, 255, 0.7); }
+ .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
+ .hero.is-info .navbar-link:hover,
+ .hero.is-info .navbar-link.is-active {
+ background-color: #0e71de;
+ color: #fff; }
+ .hero.is-info .tabs a {
+ color: #fff;
+ opacity: 0.9; }
+ .hero.is-info .tabs a:hover {
+ opacity: 1; }
+ .hero.is-info .tabs li.is-active a {
+ opacity: 1; }
+ .hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
+ color: #fff; }
+ .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1); }
+ .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: #167df0; }
+ .hero.is-info.is-bold {
+ background-image: linear-gradient(141deg, #0286d1 0%, #167df0 71%, #2868f7 100%); }
+ @media screen and (max-width: 768px) {
+ .hero.is-info.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #0286d1 0%, #167df0 71%, #2868f7 100%); } }
+ .hero.is-success {
+ background-color: #23d160;
+ color: #fff; }
+ .hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
+ .hero.is-success strong {
+ color: inherit; }
+ .hero.is-success .title {
+ color: #fff; }
+ .hero.is-success .subtitle {
+ color: rgba(255, 255, 255, 0.9); }
+ .hero.is-success .subtitle a:not(.button),
+ .hero.is-success .subtitle strong {
+ color: #fff; }
+ @media screen and (max-width: 1087px) {
+ .hero.is-success .navbar-menu {
+ background-color: #23d160; } }
+ .hero.is-success .navbar-item,
+ .hero.is-success .navbar-link {
+ color: rgba(255, 255, 255, 0.7); }
+ .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
+ .hero.is-success .navbar-link:hover,
+ .hero.is-success .navbar-link.is-active {
+ background-color: #20bc56;
+ color: #fff; }
+ .hero.is-success .tabs a {
+ color: #fff;
+ opacity: 0.9; }
+ .hero.is-success .tabs a:hover {
+ opacity: 1; }
+ .hero.is-success .tabs li.is-active a {
+ opacity: 1; }
+ .hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
+ color: #fff; }
+ .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1); }
+ .hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: #23d160; }
+ .hero.is-success.is-bold {
+ background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); }
+ @media screen and (max-width: 768px) {
+ .hero.is-success.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); } }
+ .hero.is-warning {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7); }
+ .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
+ .hero.is-warning strong {
+ color: inherit; }
+ .hero.is-warning .title {
+ color: rgba(0, 0, 0, 0.7); }
+ .hero.is-warning .subtitle {
+ color: rgba(0, 0, 0, 0.9); }
+ .hero.is-warning .subtitle a:not(.button),
+ .hero.is-warning .subtitle strong {
+ color: rgba(0, 0, 0, 0.7); }
+ @media screen and (max-width: 1087px) {
+ .hero.is-warning .navbar-menu {
+ background-color: #ffdd57; } }
+ .hero.is-warning .navbar-item,
+ .hero.is-warning .navbar-link {
+ color: rgba(0, 0, 0, 0.7); }
+ .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
+ .hero.is-warning .navbar-link:hover,
+ .hero.is-warning .navbar-link.is-active {
+ background-color: #ffd83d;
+ color: rgba(0, 0, 0, 0.7); }
+ .hero.is-warning .tabs a {
+ color: rgba(0, 0, 0, 0.7);
+ opacity: 0.9; }
+ .hero.is-warning .tabs a:hover {
+ opacity: 1; }
+ .hero.is-warning .tabs li.is-active a {
+ opacity: 1; }
+ .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
+ color: rgba(0, 0, 0, 0.7); }
+ .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1); }
+ .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
+ background-color: rgba(0, 0, 0, 0.7);
+ border-color: rgba(0, 0, 0, 0.7);
+ color: #ffdd57; }
+ .hero.is-warning.is-bold {
+ background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); }
+ @media screen and (max-width: 768px) {
+ .hero.is-warning.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); } }
+ .hero.is-danger {
+ background-color: #ff3860;
+ color: #fff; }
+ .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
+ .hero.is-danger strong {
+ color: inherit; }
+ .hero.is-danger .title {
+ color: #fff; }
+ .hero.is-danger .subtitle {
+ color: rgba(255, 255, 255, 0.9); }
+ .hero.is-danger .subtitle a:not(.button),
+ .hero.is-danger .subtitle strong {
+ color: #fff; }
+ @media screen and (max-width: 1087px) {
+ .hero.is-danger .navbar-menu {
+ background-color: #ff3860; } }
+ .hero.is-danger .navbar-item,
+ .hero.is-danger .navbar-link {
+ color: rgba(255, 255, 255, 0.7); }
+ .hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
+ .hero.is-danger .navbar-link:hover,
+ .hero.is-danger .navbar-link.is-active {
+ background-color: #ff1f4b;
+ color: #fff; }
+ .hero.is-danger .tabs a {
+ color: #fff;
+ opacity: 0.9; }
+ .hero.is-danger .tabs a:hover {
+ opacity: 1; }
+ .hero.is-danger .tabs li.is-active a {
+ opacity: 1; }
+ .hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
+ color: #fff; }
+ .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1); }
+ .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: #ff3860; }
+ .hero.is-danger.is-bold {
+ background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); }
+ @media screen and (max-width: 768px) {
+ .hero.is-danger.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); } }
+ .hero.is-small .hero-body {
+ padding-bottom: 1.5rem;
+ padding-top: 1.5rem; }
+ @media screen and (min-width: 769px), print {
+ .hero.is-medium .hero-body {
+ padding-bottom: 9rem;
+ padding-top: 9rem; } }
+ @media screen and (min-width: 769px), print {
+ .hero.is-large .hero-body {
+ padding-bottom: 18rem;
+ padding-top: 18rem; } }
+ .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
+ align-items: center;
+ display: flex; }
+ .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
+ flex-grow: 1;
+ flex-shrink: 1; }
+ .hero.is-halfheight {
+ min-height: 50vh; }
+ .hero.is-fullheight {
+ min-height: 100vh; }
+
+.hero-video {
+ overflow: hidden; }
+ .hero-video video {
+ left: 50%;
+ min-height: 100%;
+ min-width: 100%;
+ position: absolute;
+ top: 50%;
+ transform: translate3d(-50%, -50%, 0); }
+ .hero-video.is-transparent {
+ opacity: 0.3; }
+ @media screen and (max-width: 768px) {
+ .hero-video {
+ display: none; } }
+
+.hero-buttons {
+ margin-top: 1.5rem; }
+ @media screen and (max-width: 768px) {
+ .hero-buttons .button {
+ display: flex; }
+ .hero-buttons .button:not(:last-child) {
+ margin-bottom: 0.75rem; } }
+ @media screen and (min-width: 769px), print {
+ .hero-buttons {
+ display: flex;
+ justify-content: center; }
+ .hero-buttons .button:not(:last-child) {
+ margin-right: 1.5rem; } }
+
+.hero-head,
+.hero-foot {
+ flex-grow: 0;
+ flex-shrink: 0; }
+
+.hero-body {
+ flex-grow: 1;
+ flex-shrink: 0;
+ padding: 3rem 1.5rem; }
+
+.section {
+ padding: 3rem 1.5rem; }
+ @media screen and (min-width: 1088px) {
+ .section.is-medium {
+ padding: 9rem 1.5rem; }
+ .section.is-large {
+ padding: 18rem 1.5rem; } }
+
+.footer {
+ background-color: #fafafa;
+ padding: 3rem 1.5rem 6rem; }
+
+.is-noscroll {
+ position: fixed;
+ overflow-y: hidden;
+ width: 100%;
+ bottom: 0; }
+
+@keyframes fadeOut {
+ from {
+ opacity: 1; }
+ to {
+ opacity: 0; } }
+
+.fadeOut {
+ animation-name: fadeOut; }
+
+@keyframes fadeOutDown {
+ from {
+ opacity: 1; }
+ to {
+ opacity: 0;
+ transform: translate3d(0, 100%, 0); } }
+
+.fadeOutDown {
+ animation-name: fadeOutDown; }
+
+@keyframes fadeOutUp {
+ from {
+ opacity: 1; }
+ to {
+ opacity: 0;
+ transform: translate3d(0, -100%, 0); } }
+
+.fadeOutUp {
+ animation-name: fadeOutUp; }
+
+@keyframes fadeIn {
+ from {
+ opacity: 0; }
+ to {
+ opacity: 1; } }
+
+.fadeIn {
+ animation-name: fadeIn; }
+
+@keyframes fadeInDown {
+ from {
+ opacity: 0;
+ transform: translate3d(0, -100%, 0); }
+ to {
+ opacity: 1;
+ transform: none; } }
+
+.fadeInDown {
+ animation-name: fadeInDown; }
+
+@keyframes fadeInUp {
+ from {
+ opacity: 0;
+ transform: translate3d(0, 100%, 0); }
+ to {
+ opacity: 1;
+ transform: none; } }
+
+.fadeInUp {
+ animation-name: fadeInUp; }
+
+/**
+ * Vue Transitions
+ */
+.fade-enter-active,
+.fade-leave-active {
+ transition: opacity 150ms ease-out; }
+
+.fade-enter,
+.fade-leave-to {
+ opacity: 0; }
+
+.zoom-in-enter-active,
+.zoom-in-leave-active {
+ transition: opacity 150ms ease-out; }
+ .zoom-in-enter-active .animation-content,
+ .zoom-in-enter-active .animation-content,
+ .zoom-in-leave-active .animation-content,
+ .zoom-in-leave-active .animation-content {
+ transition: transform 150ms ease-out; }
+
+.zoom-in-enter,
+.zoom-in-leave-active {
+ opacity: 0; }
+ .zoom-in-enter .animation-content,
+ .zoom-in-enter .animation-content,
+ .zoom-in-leave-active .animation-content,
+ .zoom-in-leave-active .animation-content {
+ transform: scale(0.95); }
+
+.zoom-out-enter-active,
+.zoom-out-leave-active {
+ transition: opacity 150ms ease-out; }
+ .zoom-out-enter-active .animation-content,
+ .zoom-out-enter-active .animation-content,
+ .zoom-out-leave-active .animation-content,
+ .zoom-out-leave-active .animation-content {
+ transition: transform 150ms ease-out; }
+
+.zoom-out-enter,
+.zoom-out-leave-active {
+ opacity: 0; }
+ .zoom-out-enter .animation-content,
+ .zoom-out-enter .animation-content,
+ .zoom-out-leave-active .animation-content,
+ .zoom-out-leave-active .animation-content {
+ transform: scale(1.05); }
+
+.slide-next-enter-active,
+.slide-next-leave-active,
+.slide-prev-enter-active,
+.slide-prev-leave-active {
+ transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
+
+.slide-prev-leave-to, .slide-next-enter {
+ transform: translate3d(-100%, 0, 0);
+ position: absolute;
+ width: 100%; }
+
+.slide-prev-enter, .slide-next-leave-to {
+ transform: translate3d(100%, 0, 0);
+ position: absolute;
+ width: 100%; }
+
+.autocomplete {
+ position: relative; }
+ .autocomplete .dropdown-menu {
+ display: block;
+ min-width: 100%;
+ max-width: 100%; }
+ .autocomplete .dropdown-menu.is-opened-top {
+ top: auto;
+ bottom: 100%; }
+ .autocomplete .dropdown-content {
+ overflow: auto;
+ max-height: 200px; }
+ .autocomplete .dropdown-item, .autocomplete .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .autocomplete a {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis; }
+ .autocomplete .dropdown-item.is-hovered, .autocomplete .dropdown .dropdown-menu .has-link a.is-hovered, .dropdown .dropdown-menu .has-link .autocomplete a.is-hovered {
+ background: whitesmoke;
+ color: #0a0a0a; }
+ .autocomplete .dropdown-item.is-disabled, .autocomplete .dropdown .dropdown-menu .has-link a.is-disabled, .dropdown .dropdown-menu .has-link .autocomplete a.is-disabled {
+ opacity: 0.5;
+ cursor: not-allowed; }
+ .autocomplete.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+ .autocomplete.is-medium {
+ font-size: 1.25rem; }
+ .autocomplete.is-large {
+ font-size: 1.5rem; }
+
+.b-checkbox.checkbox {
+ outline: none;
+ display: inline-flex;
+ align-items: center;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none; }
+ .b-checkbox.checkbox + .checkbox {
+ margin-left: 0.5em; }
+ .b-checkbox.checkbox input[type=checkbox] {
+ position: absolute;
+ left: 0;
+ opacity: 0;
+ outline: none;
+ z-index: -1; }
+ .b-checkbox.checkbox input[type=checkbox] + .check {
+ width: 1.25em;
+ height: 1.25em;
+ flex-shrink: 0;
+ border-radius: 4px;
+ border: 2px solid #7a7a7a;
+ transition: background 150ms ease-out; }
+ .b-checkbox.checkbox input[type=checkbox]:checked + .check {
+ background: #7957d5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
+ border-color: #7957d5; }
+ .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-white {
+ background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
+ border-color: white; }
+ .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-black {
+ background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
+ border-color: #0a0a0a; }
+ .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-light {
+ background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23363636' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
+ border-color: whitesmoke; }
+ .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-dark {
+ background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:whitesmoke' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
+ border-color: #363636; }
+ .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary {
+ background: #7957d5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
+ border-color: #7957d5; }
+ .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-link {
+ background: #7957d5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
+ border-color: #7957d5; }
+ .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-info {
+ background: #167df0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
+ border-color: #167df0; }
+ .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-success {
+ background: #23d160 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
+ border-color: #23d160; }
+ .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-warning {
+ background: #ffdd57 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
+ border-color: #ffdd57; }
+ .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-danger {
+ background: #ff3860 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
+ border-color: #ff3860; }
+ .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check {
+ background: #7957d5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
+ border-color: #7957d5; }
+ .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-white {
+ background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%230a0a0a' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
+ border-color: white; }
+ .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-black {
+ background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
+ border-color: #0a0a0a; }
+ .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-light {
+ background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23363636' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
+ border-color: whitesmoke; }
+ .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-dark {
+ background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:whitesmoke' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
+ border-color: #363636; }
+ .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-primary {
+ background: #7957d5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
+ border-color: #7957d5; }
+ .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-link {
+ background: #7957d5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
+ border-color: #7957d5; }
+ .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-info {
+ background: #167df0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
+ border-color: #167df0; }
+ .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-success {
+ background: #23d160 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
+ border-color: #23d160; }
+ .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-warning {
+ background: #ffdd57 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
+ border-color: #ffdd57; }
+ .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-danger {
+ background: #ff3860 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
+ border-color: #ff3860; }
+ .b-checkbox.checkbox input[type=checkbox]:focus + .check {
+ box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.8); }
+ .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check {
+ box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8); }
+ .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-white {
+ box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
+ .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-black {
+ box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8); }
+ .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-light {
+ box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8); }
+ .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-dark {
+ box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8); }
+ .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-primary {
+ box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8); }
+ .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-link {
+ box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8); }
+ .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-info {
+ box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.8); }
+ .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-success {
+ box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.8); }
+ .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-warning {
+ box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.8); }
+ .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-danger {
+ box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.8); }
+ .b-checkbox.checkbox .control-label {
+ padding-left: 0.5em; }
+ .b-checkbox.checkbox[disabled] {
+ opacity: 0.5; }
+ .b-checkbox.checkbox:hover input[type=checkbox] + .check {
+ border-color: #7957d5; }
+ .b-checkbox.checkbox:hover input[type=checkbox] + .check.is-white {
+ border-color: white; }
+ .b-checkbox.checkbox:hover input[type=checkbox] + .check.is-black {
+ border-color: #0a0a0a; }
+ .b-checkbox.checkbox:hover input[type=checkbox] + .check.is-light {
+ border-color: whitesmoke; }
+ .b-checkbox.checkbox:hover input[type=checkbox] + .check.is-dark {
+ border-color: #363636; }
+ .b-checkbox.checkbox:hover input[type=checkbox] + .check.is-primary {
+ border-color: #7957d5; }
+ .b-checkbox.checkbox:hover input[type=checkbox] + .check.is-link {
+ border-color: #7957d5; }
+ .b-checkbox.checkbox:hover input[type=checkbox] + .check.is-info {
+ border-color: #167df0; }
+ .b-checkbox.checkbox:hover input[type=checkbox] + .check.is-success {
+ border-color: #23d160; }
+ .b-checkbox.checkbox:hover input[type=checkbox] + .check.is-warning {
+ border-color: #ffdd57; }
+ .b-checkbox.checkbox:hover input[type=checkbox] + .check.is-danger {
+ border-color: #ff3860; }
+ .b-checkbox.checkbox.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+ .b-checkbox.checkbox.is-medium {
+ font-size: 1.25rem; }
+ .b-checkbox.checkbox.is-large {
+ font-size: 1.5rem; }
+
+.b-clockpicker .card-header {
+ background-color: #7957d5;
+ color: white; }
+
+.b-clockpicker .b-clockpicker-face:after {
+ background-color: #7957d5; }
+
+.b-clockpicker .b-clockpicker-face-hand {
+ background-color: #7957d5;
+ border-color: #7957d5; }
+
+.b-clockpicker .b-clockpicker-face-number.active {
+ background-color: #7957d5;
+ color: white; }
+
+.b-clockpicker.is-white .card-header {
+ background-color: white;
+ color: #0a0a0a; }
+
+.b-clockpicker.is-white .b-clockpicker-face:after {
+ background-color: white; }
+
+.b-clockpicker.is-white .b-clockpicker-face-hand {
+ background-color: white;
+ border-color: white; }
+
+.b-clockpicker.is-white .b-clockpicker-face-number.active {
+ background-color: white;
+ color: #0a0a0a; }
+
+.b-clockpicker.is-black .card-header {
+ background-color: #0a0a0a;
+ color: white; }
+
+.b-clockpicker.is-black .b-clockpicker-face:after {
+ background-color: #0a0a0a; }
+
+.b-clockpicker.is-black .b-clockpicker-face-hand {
+ background-color: #0a0a0a;
+ border-color: #0a0a0a; }
+
+.b-clockpicker.is-black .b-clockpicker-face-number.active {
+ background-color: #0a0a0a;
+ color: white; }
+
+.b-clockpicker.is-light .card-header {
+ background-color: whitesmoke;
+ color: #363636; }
+
+.b-clockpicker.is-light .b-clockpicker-face:after {
+ background-color: whitesmoke; }
+
+.b-clockpicker.is-light .b-clockpicker-face-hand {
+ background-color: whitesmoke;
+ border-color: whitesmoke; }
+
+.b-clockpicker.is-light .b-clockpicker-face-number.active {
+ background-color: whitesmoke;
+ color: #363636; }
+
+.b-clockpicker.is-dark .card-header {
+ background-color: #363636;
+ color: whitesmoke; }
+
+.b-clockpicker.is-dark .b-clockpicker-face:after {
+ background-color: #363636; }
+
+.b-clockpicker.is-dark .b-clockpicker-face-hand {
+ background-color: #363636;
+ border-color: #363636; }
+
+.b-clockpicker.is-dark .b-clockpicker-face-number.active {
+ background-color: #363636;
+ color: whitesmoke; }
+
+.b-clockpicker.is-primary .card-header {
+ background-color: #7957d5;
+ color: white; }
+
+.b-clockpicker.is-primary .b-clockpicker-face:after {
+ background-color: #7957d5; }
+
+.b-clockpicker.is-primary .b-clockpicker-face-hand {
+ background-color: #7957d5;
+ border-color: #7957d5; }
+
+.b-clockpicker.is-primary .b-clockpicker-face-number.active {
+ background-color: #7957d5;
+ color: white; }
+
+.b-clockpicker.is-link .card-header {
+ background-color: #7957d5;
+ color: white; }
+
+.b-clockpicker.is-link .b-clockpicker-face:after {
+ background-color: #7957d5; }
+
+.b-clockpicker.is-link .b-clockpicker-face-hand {
+ background-color: #7957d5;
+ border-color: #7957d5; }
+
+.b-clockpicker.is-link .b-clockpicker-face-number.active {
+ background-color: #7957d5;
+ color: white; }
+
+.b-clockpicker.is-info .card-header {
+ background-color: #167df0;
+ color: #fff; }
+
+.b-clockpicker.is-info .b-clockpicker-face:after {
+ background-color: #167df0; }
+
+.b-clockpicker.is-info .b-clockpicker-face-hand {
+ background-color: #167df0;
+ border-color: #167df0; }
+
+.b-clockpicker.is-info .b-clockpicker-face-number.active {
+ background-color: #167df0;
+ color: #fff; }
+
+.b-clockpicker.is-success .card-header {
+ background-color: #23d160;
+ color: #fff; }
+
+.b-clockpicker.is-success .b-clockpicker-face:after {
+ background-color: #23d160; }
+
+.b-clockpicker.is-success .b-clockpicker-face-hand {
+ background-color: #23d160;
+ border-color: #23d160; }
+
+.b-clockpicker.is-success .b-clockpicker-face-number.active {
+ background-color: #23d160;
+ color: #fff; }
+
+.b-clockpicker.is-warning .card-header {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7); }
+
+.b-clockpicker.is-warning .b-clockpicker-face:after {
+ background-color: #ffdd57; }
+
+.b-clockpicker.is-warning .b-clockpicker-face-hand {
+ background-color: #ffdd57;
+ border-color: #ffdd57; }
+
+.b-clockpicker.is-warning .b-clockpicker-face-number.active {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7); }
+
+.b-clockpicker.is-danger .card-header {
+ background-color: #ff3860;
+ color: #fff; }
+
+.b-clockpicker.is-danger .b-clockpicker-face:after {
+ background-color: #ff3860; }
+
+.b-clockpicker.is-danger .b-clockpicker-face-hand {
+ background-color: #ff3860;
+ border-color: #ff3860; }
+
+.b-clockpicker.is-danger .b-clockpicker-face-number.active {
+ background-color: #ff3860;
+ color: #fff; }
+
+.b-clockpicker .dropdown-menu {
+ min-width: 0; }
+
+.b-clockpicker .dropdown,
+.b-clockpicker .dropdown-trigger {
+ width: 100%; }
+
+.b-clockpicker .dropdown-item, .b-clockpicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .b-clockpicker a {
+ font-size: inherit;
+ padding: 0; }
+
+.b-clockpicker .dropdown-content {
+ padding-top: 0;
+ padding-bottom: 0; }
+
+.b-clockpicker .card-content {
+ padding: 12px; }
+
+.b-clockpicker-btn {
+ cursor: pointer;
+ opacity: 0.6; }
+ .b-clockpicker-btn:hover, .b-clockpicker-btn.active {
+ opacity: 1; }
+
+.b-clockpicker-period .b-clockpicker-btn {
+ font-size: 16px;
+ text-transform: uppercase; }
+
+.b-clockpicker-time span {
+ align-items: center;
+ display: inline-flex;
+ justify-content: center; }
+
+.b-clockpicker-header {
+ display: flex;
+ line-height: 1;
+ justify-content: flex-end;
+ color: inherit; }
+ .b-clockpicker-header .b-clockpicker-time {
+ white-space: nowrap; }
+ .b-clockpicker-header .b-clockpicker-time span {
+ height: 60px;
+ font-size: 60px; }
+ .b-clockpicker-header .b-clockpicker-period {
+ align-self: flex-end;
+ display: flex;
+ flex-direction: column;
+ margin: 8px 0 6px 8px; }
+
+.b-clockpicker-body {
+ transition: 0.9s cubic-bezier(0.25, 0.8, 0.5, 1); }
+ .b-clockpicker-body .b-clockpicker-btn {
+ padding: 0 8px;
+ border-radius: 290486px;
+ margin-bottom: 2px; }
+ .b-clockpicker-body .b-clockpicker-btn:hover, .b-clockpicker-body .b-clockpicker-btn.active {
+ background-color: #7957d5;
+ color: white; }
+ .b-clockpicker-body .b-clockpicker-period {
+ position: absolute;
+ top: 5px;
+ right: 5px; }
+ .b-clockpicker-body .b-clockpicker-time {
+ position: absolute;
+ top: 5px;
+ left: 5px;
+ font-size: 16px; }
+ .b-clockpicker-body .b-clockpicker-face {
+ border-radius: 50%;
+ position: relative;
+ background-color: #dbdbdb;
+ width: 100%;
+ height: 100%;
+ align-items: center;
+ display: flex;
+ justify-content: center; }
+ .b-clockpicker-body .b-clockpicker-face:after {
+ border-radius: 50%;
+ content: "";
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ transform: translate(-50%, -50%);
+ width: 12px;
+ height: 12px;
+ z-index: 10; }
+ .b-clockpicker-body .b-clockpicker-face-outer-ring {
+ user-select: none;
+ height: calc(100% - 50px);
+ width: calc(100% - 50px);
+ position: relative;
+ border-radius: 50%; }
+ .b-clockpicker-body .b-clockpicker-face-number {
+ align-items: center;
+ border-radius: 100%;
+ cursor: default;
+ display: flex;
+ font-size: 18px;
+ text-align: center;
+ justify-content: center;
+ position: absolute;
+ width: 40px;
+ height: 40px;
+ left: calc(50% - 40px / 2);
+ top: calc(50% - 40px / 2);
+ user-select: none; }
+ .b-clockpicker-body .b-clockpicker-face-number > span {
+ z-index: 1; }
+ .b-clockpicker-body .b-clockpicker-face-number:before, .b-clockpicker-body .b-clockpicker-face-number:after {
+ content: "";
+ height: 40px;
+ width: 40px;
+ border-radius: 100%;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%); }
+ .b-clockpicker-body .b-clockpicker-face-number.active {
+ cursor: default;
+ z-index: 2; }
+ .b-clockpicker-body .b-clockpicker-face-number.disabled {
+ pointer-events: none;
+ opacity: .25; }
+ .b-clockpicker-body .b-clockpicker-face-hand {
+ height: calc(50% - 6px);
+ width: 2px;
+ bottom: 50%;
+ left: calc(50% - 1px);
+ transform-origin: center bottom;
+ position: absolute;
+ will-change: transform;
+ z-index: 1; }
+ .b-clockpicker-body .b-clockpicker-face-hand:before {
+ background: transparent;
+ border-width: 2px;
+ border-style: solid;
+ border-color: inherit;
+ border-radius: 100%;
+ width: 12px;
+ height: 12px;
+ content: "";
+ position: absolute;
+ top: -6px;
+ left: 50%;
+ transform: translate(-50%, -50%); }
+
+.b-clockpicker-footer {
+ display: block;
+ padding: 12px; }
+
+.b-clockpicker.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+
+.b-clockpicker.is-medium {
+ font-size: 1.25rem; }
+
+.b-clockpicker.is-large {
+ font-size: 1.5rem; }
+
+.collapse .collapse-trigger {
+ display: inline;
+ cursor: pointer; }
+
+.collapse .collapse-content {
+ display: inherit; }
+
+.datepicker {
+ font-size: 0.875rem; }
+ .datepicker .dropdown,
+ .datepicker .dropdown-trigger {
+ width: 100%; }
+ .datepicker .dropdown-item, .datepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .datepicker a {
+ font-size: inherit; }
+ .datepicker .datepicker-header {
+ padding-bottom: 0.875rem;
+ margin-bottom: 0.875rem;
+ border-bottom: 1px solid #dbdbdb; }
+ .datepicker .datepicker-content {
+ height: 16.25rem; }
+ .datepicker .datepicker-footer {
+ margin-top: 0.875rem;
+ padding-top: 0.875rem;
+ border-top: 1px solid #dbdbdb; }
+ .datepicker .datepicker-table {
+ display: table;
+ margin: 0 auto 0 auto; }
+ .datepicker .datepicker-table .datepicker-cell {
+ text-align: center;
+ vertical-align: middle;
+ display: table-cell;
+ border-radius: 4px;
+ padding: 0.5rem 0.75rem; }
+ .datepicker .datepicker-table .datepicker-header {
+ display: table-header-group; }
+ .datepicker .datepicker-table .datepicker-header .datepicker-cell {
+ color: #7a7a7a;
+ font-weight: 600; }
+ .datepicker .datepicker-table .datepicker-body {
+ display: table-row-group; }
+ .datepicker .datepicker-table .datepicker-body .datepicker-row {
+ display: table-row; }
+ .datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-unselectable {
+ color: #b5b5b5; }
+ .datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-today {
+ border: solid 1px rgba(121, 87, 213, 0.5); }
+ .datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable {
+ color: #4a4a4a; }
+ .datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable:hover:not(.is-selected), .datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable:focus:not(.is-selected) {
+ background-color: whitesmoke;
+ color: #0a0a0a;
+ cursor: pointer; }
+ .datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selected {
+ background-color: #7957d5;
+ color: white; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell {
+ padding: 0.3rem 0.75rem 0.75rem; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event {
+ position: relative; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events {
+ bottom: .425rem;
+ display: flex;
+ justify-content: center;
+ left: 0;
+ padding: 0 .35rem;
+ position: absolute;
+ width: 100%; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white {
+ background-color: white; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black {
+ background-color: #0a0a0a; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light {
+ background-color: whitesmoke; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark {
+ background-color: #363636; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary {
+ background-color: #7957d5; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link {
+ background-color: #7957d5; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info {
+ background-color: #167df0; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success {
+ background-color: #23d160; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning {
+ background-color: #ffdd57; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger {
+ background-color: #ff3860; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event {
+ border-radius: 50%;
+ height: .35em;
+ margin: 0 .1em;
+ width: .35em; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event {
+ height: .25em;
+ width: 100%; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected {
+ overflow: hidden; }
+ .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary {
+ background-color: #aa94e4; }
+ .datepicker.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+ .datepicker.is-medium {
+ font-size: 1.25rem; }
+ .datepicker.is-large {
+ font-size: 1.5rem; }
+ @media screen and (min-width: 769px) and (max-width: 1087px) {
+ .datepicker .datepicker-content {
+ height: 19.75rem; }
+ .datepicker .datepicker-table .datepicker-cell {
+ padding: 0.75rem 1rem; } }
+ @media screen and (max-width: 768px) {
+ .datepicker .datepicker-content {
+ height: 12.75rem; }
+ .datepicker .datepicker-table .datepicker-cell {
+ padding: 0.25rem 0.5rem; } }
+
+.dialog .modal-card {
+ max-width: 460px;
+ width: auto; }
+ .dialog .modal-card .modal-card-head {
+ font-size: 1.25rem;
+ font-weight: 600; }
+ .dialog .modal-card .modal-card-body .field {
+ margin-top: 16px; }
+ .dialog .modal-card .modal-card-body.is-titleless {
+ border-top-left-radius: 6px;
+ border-top-right-radius: 6px; }
+ .dialog .modal-card .modal-card-foot {
+ justify-content: flex-end; }
+ .dialog .modal-card .modal-card-foot .button {
+ display: inline;
+ min-width: 5em;
+ font-weight: 600; }
+ @media screen and (min-width: 769px), print {
+ .dialog .modal-card {
+ min-width: 320px; } }
+
+.dialog.is-small .modal-card,
+.dialog.is-small .input,
+.dialog.is-small .taginput .taginput-container.is-focusable,
+.taginput .dialog.is-small .taginput-container.is-focusable,
+.dialog.is-small .button {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+
+.dialog.is-medium .modal-card,
+.dialog.is-medium .input,
+.dialog.is-medium .taginput .taginput-container.is-focusable,
+.taginput .dialog.is-medium .taginput-container.is-focusable,
+.dialog.is-medium .button {
+ font-size: 1.25rem; }
+
+.dialog.is-large .modal-card,
+.dialog.is-large .input,
+.dialog.is-large .taginput .taginput-container.is-focusable,
+.taginput .dialog.is-large .taginput-container.is-focusable,
+.dialog.is-large .button {
+ font-size: 1.5rem; }
+
+.dropdown + .dropdown {
+ margin-left: 0.5em; }
+
+.dropdown .background {
+ bottom: 0;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
+ position: fixed;
+ background-color: rgba(10, 10, 10, 0.86);
+ z-index: 10;
+ cursor: pointer; }
+ @media screen and (min-width: 1088px) {
+ .dropdown .background {
+ display: none; } }
+
+.dropdown .dropdown-menu .dropdown-item.is-disabled, .dropdown .dropdown-menu .has-link a.is-disabled {
+ cursor: not-allowed; }
+ .dropdown .dropdown-menu .dropdown-item.is-disabled:hover, .dropdown .dropdown-menu .has-link a.is-disabled:hover {
+ background: inherit;
+ color: inherit; }
+
+.dropdown .dropdown-menu .has-link a {
+ padding-right: 3rem;
+ white-space: nowrap; }
+
+.dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled, .dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled {
+ opacity: 0.5; }
+
+.dropdown .navbar-item {
+ height: 100%; }
+
+.dropdown.is-disabled {
+ opacity: 0.5;
+ cursor: not-allowed; }
+ .dropdown.is-disabled .dropdown-trigger {
+ pointer-events: none; }
+
+.dropdown.is-inline .dropdown-menu {
+ position: static;
+ display: inline-block;
+ padding: 0; }
+
+.dropdown.is-top-right .dropdown-menu {
+ top: auto;
+ bottom: 100%; }
+
+.dropdown.is-top-left .dropdown-menu {
+ top: auto;
+ bottom: 100%;
+ right: 0;
+ left: auto; }
+
+.dropdown.is-bottom-left .dropdown-menu {
+ right: 0;
+ left: auto; }
+
+@media screen and (max-width: 1087px) {
+ .dropdown.is-mobile-modal .dropdown-menu {
+ position: fixed;
+ width: calc(100vw - 40px);
+ max-width: 460px;
+ max-height: calc(100vh - 120px);
+ top: 25% !important;
+ left: 50% !important;
+ bottom: auto !important;
+ right: auto !important;
+ transform: translate3d(-50%, -25%, 0);
+ white-space: normal;
+ overflow-y: auto; }
+ .dropdown.is-mobile-modal .dropdown-menu .dropdown-item, .dropdown.is-mobile-modal .dropdown-menu .has-link a {
+ padding: 1rem 1.5rem; } }
+
+.label {
+ font-weight: 600; }
+
+.field.is-grouped .field {
+ flex-shrink: 0; }
+ .field.is-grouped .field:not(:last-child) {
+ margin-right: 0.75rem; }
+ .field.is-grouped .field.is-expanded {
+ flex-grow: 1;
+ flex-shrink: 1; }
+
+.field.has-addons .control:first-child .control .button,
+.field.has-addons .control:first-child .control .input,
+.field.has-addons .control:first-child .control .taginput .taginput-container.is-focusable,
+.taginput .field.has-addons .control:first-child .control .taginput-container.is-focusable,
+.field.has-addons .control:first-child .control .select select {
+ border-bottom-left-radius: 4px;
+ border-top-left-radius: 4px; }
+
+.field.has-addons .control:last-child .control .button,
+.field.has-addons .control:last-child .control .input,
+.field.has-addons .control:last-child .control .taginput .taginput-container.is-focusable,
+.taginput .field.has-addons .control:last-child .control .taginput-container.is-focusable,
+.field.has-addons .control:last-child .control .select select {
+ border-bottom-right-radius: 4px;
+ border-top-right-radius: 4px; }
+
+.field.has-addons .control .control .button,
+.field.has-addons .control .control .input,
+.field.has-addons .control .control .taginput .taginput-container.is-focusable,
+.taginput .field.has-addons .control .control .taginput-container.is-focusable,
+.field.has-addons .control .control .select select {
+ border-radius: 0; }
+
+.control .help.counter {
+ float: right;
+ margin-left: 0.5em; }
+
+.control .icon.is-clickable {
+ pointer-events: auto;
+ cursor: pointer; }
+
+.icon {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: inherit; }
+ .icon svg {
+ background-color: transparent;
+ fill: currentColor;
+ stroke-width: 0;
+ stroke: currentColor;
+ pointer-events: none;
+ width: 1.5rem;
+ height: 1.5rem; }
+
+.loading-overlay {
+ bottom: 0;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
+ align-items: center;
+ display: none;
+ justify-content: center;
+ overflow: hidden; }
+ .loading-overlay.is-active {
+ display: flex; }
+ .loading-overlay.is-full-page {
+ z-index: 999;
+ position: fixed; }
+ .loading-overlay.is-full-page .loading-icon:after {
+ top: calc(50% - 2.5em);
+ left: calc(50% - 2.5em);
+ width: 5em;
+ height: 5em; }
+ .loading-overlay .loading-background {
+ bottom: 0;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
+ background: #7f7f7f;
+ background: rgba(255, 255, 255, 0.5); }
+ .loading-overlay .loading-icon {
+ position: relative; }
+ .loading-overlay .loading-icon:after {
+ animation: spinAround 500ms infinite linear;
+ border: 2px solid #dbdbdb;
+ border-radius: 290486px;
+ border-right-color: transparent;
+ border-top-color: transparent;
+ content: "";
+ display: block;
+ height: 1em;
+ position: relative;
+ width: 1em;
+ position: absolute;
+ top: calc(50% - 1.5em);
+ left: calc(50% - 1.5em);
+ width: 3em;
+ height: 3em;
+ border-width: 0.25em; }
+
+.message .media,
+.notification .media {
+ padding-top: 0;
+ border: 0; }
+
+.notification > .delete {
+ right: 0.5rem !important;
+ top: 0.5rem !important; }
+
+.modal .animation-content {
+ margin: 0 20px; }
+ .modal .animation-content .modal-card {
+ margin: 0; }
+ @media screen and (max-width: 768px) {
+ .modal .animation-content {
+ width: 100%; } }
+
+.modal .modal-content {
+ width: 100%; }
+
+.notices {
+ position: fixed;
+ display: flex;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ padding: 2em;
+ overflow: hidden;
+ z-index: 1000;
+ pointer-events: none; }
+ .notices .toast {
+ display: inline-flex;
+ animation-duration: 150ms;
+ margin: 0.5em 0;
+ text-align: center;
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
+ border-radius: 2em;
+ padding: 0.75em 1.5em;
+ pointer-events: auto;
+ opacity: 0.92; }
+ .notices .toast.is-white {
+ color: #0a0a0a;
+ background: white; }
+ .notices .toast.is-black {
+ color: white;
+ background: #0a0a0a; }
+ .notices .toast.is-light {
+ color: #363636;
+ background: whitesmoke; }
+ .notices .toast.is-dark {
+ color: whitesmoke;
+ background: #363636; }
+ .notices .toast.is-primary {
+ color: white;
+ background: #7957d5; }
+ .notices .toast.is-link {
+ color: white;
+ background: #7957d5; }
+ .notices .toast.is-info {
+ color: #fff;
+ background: #167df0; }
+ .notices .toast.is-success {
+ color: #fff;
+ background: #23d160; }
+ .notices .toast.is-warning {
+ color: rgba(0, 0, 0, 0.7);
+ background: #ffdd57; }
+ .notices .toast.is-danger {
+ color: #fff;
+ background: #ff3860; }
+ .notices .snackbar {
+ display: inline-flex;
+ align-items: center;
+ justify-content: space-around;
+ animation-duration: 150ms;
+ margin: 0.5em 0;
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
+ border-radius: 4px;
+ pointer-events: auto;
+ background: #363636;
+ color: whitesmoke;
+ min-height: 3em; }
+ .notices .snackbar .text {
+ padding: 0.5em 1em; }
+ .notices .snackbar .action {
+ margin-left: auto;
+ padding: 0.5em;
+ padding-left: 0; }
+ .notices .snackbar .action .button {
+ font-weight: 600;
+ text-transform: uppercase;
+ background: #363636;
+ border: transparent; }
+ .notices .snackbar .action .button:hover {
+ background: #292929; }
+ .notices .snackbar .action .button:active {
+ background: #292929; }
+ .notices .snackbar .action.is-white .button {
+ color: white; }
+ .notices .snackbar .action.is-black .button {
+ color: #0a0a0a; }
+ .notices .snackbar .action.is-light .button {
+ color: whitesmoke; }
+ .notices .snackbar .action.is-dark .button {
+ color: #363636; }
+ .notices .snackbar .action.is-primary .button {
+ color: #7957d5; }
+ .notices .snackbar .action.is-link .button {
+ color: #7957d5; }
+ .notices .snackbar .action.is-info .button {
+ color: #167df0; }
+ .notices .snackbar .action.is-success .button {
+ color: #23d160; }
+ .notices .snackbar .action.is-warning .button {
+ color: #ffdd57; }
+ .notices .snackbar .action.is-danger .button {
+ color: #ff3860; }
+ @media screen and (max-width: 768px) {
+ .notices .snackbar {
+ width: 100%;
+ margin: 0;
+ border-radius: 0; } }
+ @media screen and (min-width: 769px), print {
+ .notices .snackbar {
+ min-width: 350px;
+ max-width: 600px;
+ overflow: hidden; } }
+ .notices .notification {
+ max-width: 600px; }
+ .notices .toast.is-top, .notices .toast.is-bottom,
+ .notices .snackbar.is-top,
+ .notices .snackbar.is-bottom,
+ .notices .notification.is-top,
+ .notices .notification.is-bottom {
+ align-self: center; }
+ .notices .toast.is-top-right, .notices .toast.is-bottom-right,
+ .notices .snackbar.is-top-right,
+ .notices .snackbar.is-bottom-right,
+ .notices .notification.is-top-right,
+ .notices .notification.is-bottom-right {
+ align-self: flex-end; }
+ .notices .toast.is-top-left, .notices .toast.is-bottom-left,
+ .notices .snackbar.is-top-left,
+ .notices .snackbar.is-bottom-left,
+ .notices .notification.is-top-left,
+ .notices .notification.is-bottom-left {
+ align-self: flex-start; }
+ .notices .toast.is-toast,
+ .notices .snackbar.is-toast,
+ .notices .notification.is-toast {
+ opacity: 0.92; }
+ .notices.is-top {
+ flex-direction: column; }
+ .notices.is-bottom {
+ flex-direction: column-reverse; }
+ .notices.has-custom-container {
+ position: absolute; }
+ @media screen and (max-width: 768px) {
+ .notices {
+ padding: 0;
+ position: fixed !important; } }
+
+.b-numberinput.field {
+ margin-bottom: 0; }
+ @media screen and (max-width: 768px) {
+ .b-numberinput.field.is-grouped div.control {
+ flex-grow: 1;
+ flex-shrink: 1; } }
+
+.b-numberinput input[type=number]::-webkit-inner-spin-button,
+.b-numberinput input[type=number]::-webkit-outer-spin-button {
+ -webkit-appearance: none; }
+
+.b-numberinput input[type=number] {
+ -moz-appearance: textfield; }
+
+.b-numberinput input[type=number] {
+ text-align: center; }
+
+.b-numberinput .button.is-rounded {
+ padding-left: 0.75em;
+ padding-right: 0.75em; }
+
+.pagination .pagination-next,
+.pagination .pagination-previous {
+ padding-left: 0.25em;
+ padding-right: 0.25em; }
+ .pagination .pagination-next.is-disabled,
+ .pagination .pagination-previous.is-disabled {
+ pointer-events: none;
+ cursor: not-allowed;
+ opacity: 0.5; }
+
+.pagination.is-simple {
+ justify-content: normal; }
+ .pagination.is-simple.is-centered {
+ justify-content: center; }
+ .pagination.is-simple.is-right {
+ justify-content: flex-end; }
+
+.pagination .is-current {
+ pointer-events: none;
+ cursor: not-allowed; }
+
+.b-radio.radio {
+ outline: none;
+ display: inline-flex;
+ align-items: center;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none; }
+ .b-radio.radio + .radio {
+ margin-left: 0.5em; }
+ .b-radio.radio input[type=radio] {
+ position: absolute;
+ left: 0;
+ opacity: 0;
+ outline: none;
+ z-index: -1; }
+ .b-radio.radio input[type=radio] + .check {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-shrink: 0;
+ width: 1.25em;
+ height: 1.25em;
+ border: 2px solid #7a7a7a;
+ border-radius: 50%;
+ transition: background 150ms ease-out; }
+ .b-radio.radio input[type=radio] + .check:before {
+ content: "";
+ border-radius: 50%;
+ width: 0.625em;
+ height: 0.625em;
+ background: #7957d5;
+ transform: scale(0);
+ transition: transform 150ms ease-out; }
+ .b-radio.radio input[type=radio] + .check.is-white:before {
+ background: white; }
+ .b-radio.radio input[type=radio] + .check.is-black:before {
+ background: #0a0a0a; }
+ .b-radio.radio input[type=radio] + .check.is-light:before {
+ background: whitesmoke; }
+ .b-radio.radio input[type=radio] + .check.is-dark:before {
+ background: #363636; }
+ .b-radio.radio input[type=radio] + .check.is-primary:before {
+ background: #7957d5; }
+ .b-radio.radio input[type=radio] + .check.is-link:before {
+ background: #7957d5; }
+ .b-radio.radio input[type=radio] + .check.is-info:before {
+ background: #167df0; }
+ .b-radio.radio input[type=radio] + .check.is-success:before {
+ background: #23d160; }
+ .b-radio.radio input[type=radio] + .check.is-warning:before {
+ background: #ffdd57; }
+ .b-radio.radio input[type=radio] + .check.is-danger:before {
+ background: #ff3860; }
+ .b-radio.radio input[type=radio]:checked + .check {
+ border-color: #7957d5; }
+ .b-radio.radio input[type=radio]:checked + .check.is-white {
+ border-color: white; }
+ .b-radio.radio input[type=radio]:checked + .check.is-black {
+ border-color: #0a0a0a; }
+ .b-radio.radio input[type=radio]:checked + .check.is-light {
+ border-color: whitesmoke; }
+ .b-radio.radio input[type=radio]:checked + .check.is-dark {
+ border-color: #363636; }
+ .b-radio.radio input[type=radio]:checked + .check.is-primary {
+ border-color: #7957d5; }
+ .b-radio.radio input[type=radio]:checked + .check.is-link {
+ border-color: #7957d5; }
+ .b-radio.radio input[type=radio]:checked + .check.is-info {
+ border-color: #167df0; }
+ .b-radio.radio input[type=radio]:checked + .check.is-success {
+ border-color: #23d160; }
+ .b-radio.radio input[type=radio]:checked + .check.is-warning {
+ border-color: #ffdd57; }
+ .b-radio.radio input[type=radio]:checked + .check.is-danger {
+ border-color: #ff3860; }
+ .b-radio.radio input[type=radio]:checked + .check:before {
+ transform: scale(1); }
+ .b-radio.radio .control-label {
+ padding-left: 0.5em; }
+ .b-radio.radio[disabled] {
+ opacity: 0.5; }
+ .b-radio.radio:hover input[type=radio] + .check {
+ border-color: #7957d5; }
+ .b-radio.radio:hover input[type=radio] + .check.is-white {
+ border-color: white; }
+ .b-radio.radio:hover input[type=radio] + .check.is-black {
+ border-color: #0a0a0a; }
+ .b-radio.radio:hover input[type=radio] + .check.is-light {
+ border-color: whitesmoke; }
+ .b-radio.radio:hover input[type=radio] + .check.is-dark {
+ border-color: #363636; }
+ .b-radio.radio:hover input[type=radio] + .check.is-primary {
+ border-color: #7957d5; }
+ .b-radio.radio:hover input[type=radio] + .check.is-link {
+ border-color: #7957d5; }
+ .b-radio.radio:hover input[type=radio] + .check.is-info {
+ border-color: #167df0; }
+ .b-radio.radio:hover input[type=radio] + .check.is-success {
+ border-color: #23d160; }
+ .b-radio.radio:hover input[type=radio] + .check.is-warning {
+ border-color: #ffdd57; }
+ .b-radio.radio:hover input[type=radio] + .check.is-danger {
+ border-color: #ff3860; }
+ .b-radio.radio:focus input[type=radio] + .check {
+ box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.8); }
+ .b-radio.radio:focus input[type=radio]:checked + .check {
+ box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8); }
+ .b-radio.radio:focus input[type=radio]:checked + .check.is-white {
+ box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
+ .b-radio.radio:focus input[type=radio]:checked + .check.is-black {
+ box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8); }
+ .b-radio.radio:focus input[type=radio]:checked + .check.is-light {
+ box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8); }
+ .b-radio.radio:focus input[type=radio]:checked + .check.is-dark {
+ box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8); }
+ .b-radio.radio:focus input[type=radio]:checked + .check.is-primary {
+ box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8); }
+ .b-radio.radio:focus input[type=radio]:checked + .check.is-link {
+ box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8); }
+ .b-radio.radio:focus input[type=radio]:checked + .check.is-info {
+ box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.8); }
+ .b-radio.radio:focus input[type=radio]:checked + .check.is-success {
+ box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.8); }
+ .b-radio.radio:focus input[type=radio]:checked + .check.is-warning {
+ box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.8); }
+ .b-radio.radio:focus input[type=radio]:checked + .check.is-danger {
+ box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.8); }
+ .b-radio.radio.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+ .b-radio.radio.is-medium {
+ font-size: 1.25rem; }
+ .b-radio.radio.is-large {
+ font-size: 1.5rem; }
+
+.select select {
+ padding-right: 2.5em; }
+ .select select option {
+ color: #4a4a4a;
+ padding: 0.25em 0.5em; }
+ .select select option:disabled {
+ cursor: not-allowed;
+ opacity: 0.5; }
+ .select select optgroup {
+ color: #b5b5b5;
+ font-weight: 400;
+ font-style: normal;
+ padding: 0.25em 0; }
+
+.select.is-empty select {
+ color: rgba(122, 122, 122, 0.7); }
+
+.switch {
+ cursor: pointer;
+ display: inline-flex;
+ align-items: center;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none; }
+ .switch + .switch {
+ margin-left: 0.5em; }
+ .switch input[type=checkbox] {
+ position: absolute;
+ left: 0;
+ opacity: 0;
+ outline: none;
+ z-index: -1; }
+ .switch input[type=checkbox] + .check {
+ display: flex;
+ align-items: center;
+ flex-shrink: 0;
+ width: 2.75em;
+ height: 1.575em;
+ padding: 0.2em;
+ background: #b5b5b5;
+ border-radius: 1em;
+ transition: background 150ms ease-out; }
+ .switch input[type=checkbox] + .check:before {
+ content: "";
+ display: block;
+ border-radius: 1em;
+ width: 1.175em;
+ height: 1.175em;
+ background: whitesmoke;
+ box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
+ transition: transform 150ms ease-out, width 150ms ease-out;
+ will-change: transform; }
+ .switch input[type=checkbox] + .check.is-elastic:before {
+ width: 1.75em; }
+ .switch input[type=checkbox]:checked + .check {
+ background: #7957d5; }
+ .switch input[type=checkbox]:checked + .check.is-white {
+ background: white; }
+ .switch input[type=checkbox]:checked + .check.is-black {
+ background: #0a0a0a; }
+ .switch input[type=checkbox]:checked + .check.is-light {
+ background: whitesmoke; }
+ .switch input[type=checkbox]:checked + .check.is-dark {
+ background: #363636; }
+ .switch input[type=checkbox]:checked + .check.is-primary {
+ background: #7957d5; }
+ .switch input[type=checkbox]:checked + .check.is-link {
+ background: #7957d5; }
+ .switch input[type=checkbox]:checked + .check.is-info {
+ background: #167df0; }
+ .switch input[type=checkbox]:checked + .check.is-success {
+ background: #23d160; }
+ .switch input[type=checkbox]:checked + .check.is-warning {
+ background: #ffdd57; }
+ .switch input[type=checkbox]:checked + .check.is-danger {
+ background: #ff3860; }
+ .switch input[type=checkbox]:checked + .check:before {
+ transform: translate3d(100%, 0, 0); }
+ .switch input[type=checkbox]:checked + .check.is-elastic:before {
+ transform: translate3d(36.36364%, 0, 0); }
+ .switch input[type=checkbox]:focus {
+ outline: none; }
+ .switch input[type=checkbox]:focus + .check {
+ box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.6); }
+ .switch input[type=checkbox]:focus:checked + .check {
+ box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8); }
+ .switch input[type=checkbox]:focus:checked + .check.is-white {
+ box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
+ .switch input[type=checkbox]:focus:checked + .check.is-black {
+ box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8); }
+ .switch input[type=checkbox]:focus:checked + .check.is-light {
+ box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8); }
+ .switch input[type=checkbox]:focus:checked + .check.is-dark {
+ box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8); }
+ .switch input[type=checkbox]:focus:checked + .check.is-primary {
+ box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8); }
+ .switch input[type=checkbox]:focus:checked + .check.is-link {
+ box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8); }
+ .switch input[type=checkbox]:focus:checked + .check.is-info {
+ box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.8); }
+ .switch input[type=checkbox]:focus:checked + .check.is-success {
+ box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.8); }
+ .switch input[type=checkbox]:focus:checked + .check.is-warning {
+ box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.8); }
+ .switch input[type=checkbox]:focus:checked + .check.is-danger {
+ box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.8); }
+ .switch .control-label {
+ padding-left: 0.5em; }
+ .switch:hover input[type=checkbox] + .check {
+ background: rgba(181, 181, 181, 0.9); }
+ .switch:hover input[type=checkbox]:checked + .check {
+ background: rgba(121, 87, 213, 0.9); }
+ .switch:hover input[type=checkbox]:checked + .check.is-white {
+ background: rgba(255, 255, 255, 0.9); }
+ .switch:hover input[type=checkbox]:checked + .check.is-black {
+ background: rgba(10, 10, 10, 0.9); }
+ .switch:hover input[type=checkbox]:checked + .check.is-light {
+ background: rgba(245, 245, 245, 0.9); }
+ .switch:hover input[type=checkbox]:checked + .check.is-dark {
+ background: rgba(54, 54, 54, 0.9); }
+ .switch:hover input[type=checkbox]:checked + .check.is-primary {
+ background: rgba(121, 87, 213, 0.9); }
+ .switch:hover input[type=checkbox]:checked + .check.is-link {
+ background: rgba(121, 87, 213, 0.9); }
+ .switch:hover input[type=checkbox]:checked + .check.is-info {
+ background: rgba(22, 125, 240, 0.9); }
+ .switch:hover input[type=checkbox]:checked + .check.is-success {
+ background: rgba(35, 209, 96, 0.9); }
+ .switch:hover input[type=checkbox]:checked + .check.is-warning {
+ background: rgba(255, 221, 87, 0.9); }
+ .switch:hover input[type=checkbox]:checked + .check.is-danger {
+ background: rgba(255, 56, 96, 0.9); }
+ .switch.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+ .switch.is-medium {
+ font-size: 1.25rem; }
+ .switch.is-large {
+ font-size: 1.5rem; }
+ .switch[disabled] {
+ opacity: 0.5;
+ cursor: not-allowed;
+ color: #7a7a7a; }
+
+.table-wrapper .table {
+ margin-bottom: 0; }
+
+.table-wrapper:not(:last-child) {
+ margin-bottom: 1.5rem; }
+
+@media screen and (max-width: 1087px) {
+ .table-wrapper {
+ overflow-x: auto; } }
+
+.b-table {
+ transition: opacity 86ms ease-out; }
+ @media screen and (min-width: 769px), print {
+ .b-table .table-mobile-sort {
+ display: none; } }
+ .b-table .icon {
+ transition: transform 150ms ease-out, opacity 86ms ease-out; }
+ .b-table .icon.is-desc {
+ transform: rotate(180deg); }
+ .b-table .icon.is-expanded {
+ transform: rotate(90deg); }
+ .b-table .table {
+ width: 100%;
+ border: 1px solid transparent;
+ border-radius: 4px;
+ border-collapse: separate; }
+ .b-table .table th {
+ font-weight: 600; }
+ .b-table .table th .th-wrap {
+ display: flex;
+ align-items: center; }
+ .b-table .table th .th-wrap .icon {
+ margin-left: 0.5rem;
+ margin-right: 0;
+ font-size: 1rem; }
+ .b-table .table th .th-wrap.is-numeric {
+ flex-direction: row-reverse;
+ text-align: right; }
+ .b-table .table th .th-wrap.is-numeric .icon {
+ margin-left: 0;
+ margin-right: 0.5rem; }
+ .b-table .table th .th-wrap.is-centered {
+ justify-content: center;
+ text-align: center; }
+ .b-table .table th.is-current-sort {
+ border-color: #7a7a7a;
+ font-weight: 700; }
+ .b-table .table th.is-sortable:hover {
+ border-color: #7a7a7a; }
+ .b-table .table th.is-sortable,
+ .b-table .table th.is-sortable .th-wrap {
+ cursor: pointer; }
+ .b-table .table tr.is-selected .checkbox input:checked + .check {
+ background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%237957d5' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center; }
+ .b-table .table tr.is-selected .checkbox input + .check {
+ border-color: white; }
+ .b-table .table tr.is-empty:hover {
+ background-color: transparent; }
+ .b-table .table .chevron-cell {
+ vertical-align: middle; }
+ .b-table .table .checkbox-cell {
+ width: 40px; }
+ .b-table .table .checkbox-cell .checkbox {
+ vertical-align: middle; }
+ .b-table .table .checkbox-cell .checkbox .check {
+ transition: none; }
+ .b-table .table tr.detail {
+ box-shadow: inset 0 1px 3px #dbdbdb;
+ background: #fafafa; }
+ .b-table .table tr.detail .detail-container {
+ padding: 1rem; }
+ .b-table .table:focus {
+ border-color: #7957d5;
+ box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25); }
+ .b-table .table.is-bordered th.is-current-sort,
+ .b-table .table.is-bordered th.is-sortable:hover {
+ border-color: #dbdbdb;
+ background: whitesmoke; }
+ @media screen and (max-width: 768px) {
+ .b-table .table.has-mobile-cards thead {
+ display: none; }
+ .b-table .table.has-mobile-cards tfoot th {
+ border: 0;
+ display: inherit; }
+ .b-table .table.has-mobile-cards tr {
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
+ max-width: 100%;
+ position: relative;
+ display: block; }
+ .b-table .table.has-mobile-cards tr td {
+ border: 0;
+ display: inherit; }
+ .b-table .table.has-mobile-cards tr td:last-child {
+ border-bottom: 0; }
+ .b-table .table.has-mobile-cards tr:not(:last-child) {
+ margin-bottom: 1rem; }
+ .b-table .table.has-mobile-cards tr:not([class*="is-"]) {
+ background: inherit; }
+ .b-table .table.has-mobile-cards tr:not([class*="is-"]):hover {
+ background-color: inherit; }
+ .b-table .table.has-mobile-cards tr.detail {
+ margin-top: -1rem; }
+ .b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
+ display: flex;
+ width: auto;
+ justify-content: space-between;
+ text-align: right;
+ border-bottom: 1px solid whitesmoke; }
+ .b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
+ content: attr(data-label);
+ font-weight: 600;
+ padding-right: 0.5em;
+ text-align: left; } }
+ .b-table .level {
+ padding-bottom: 1.5rem; }
+ .b-table.is-loading {
+ position: relative;
+ pointer-events: none;
+ opacity: 0.5; }
+ .b-table.is-loading:after {
+ animation: spinAround 500ms infinite linear;
+ border: 2px solid #dbdbdb;
+ border-radius: 290486px;
+ border-right-color: transparent;
+ border-top-color: transparent;
+ content: "";
+ display: block;
+ height: 1em;
+ position: relative;
+ width: 1em;
+ position: absolute;
+ top: 4em;
+ left: calc(50% - 2.5em);
+ width: 5em;
+ height: 5em;
+ border-width: 0.25em; }
+
+.b-tabs .tabs {
+ margin-bottom: 0;
+ flex-shrink: 0; }
+
+.b-tabs .is-disabled {
+ pointer-events: none;
+ cursor: not-allowed;
+ opacity: 0.5; }
+
+.b-tabs .tab-content {
+ position: relative;
+ overflow: visible;
+ display: flex;
+ flex-direction: column;
+ padding: 1rem; }
+ .b-tabs .tab-content .tab-item {
+ flex-shrink: 0;
+ flex-basis: auto; }
+ .b-tabs .tab-content.is-transitioning {
+ overflow: hidden; }
+
+.b-tabs:not(:last-child) {
+ margin-bottom: 1.5rem; }
+
+.b-tabs.is-fullwidth {
+ width: 100%; }
+
+.tag .has-ellipsis {
+ max-width: 10em;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis; }
+
+.taginput .taginput-container.is-focusable {
+ padding-bottom: 0;
+ padding-top: calc(0.275em - 1px);
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+ height: auto;
+ cursor: text; }
+
+.taginput .taginput-container > .tag,
+.taginput .taginput-container > .tags {
+ margin-bottom: calc(0.275em - 1px);
+ font-size: 0.9em;
+ height: 1.7em; }
+ .taginput .taginput-container > .tag .tag,
+ .taginput .taginput-container > .tags .tag {
+ margin-bottom: 0;
+ font-size: 0.9em;
+ height: 1.7em; }
+ .taginput .taginput-container > .tag:not(:last-child),
+ .taginput .taginput-container > .tags:not(:last-child) {
+ margin-right: 0.275rem; }
+
+.taginput .taginput-container .autocomplete {
+ flex: 1; }
+ .taginput .taginput-container .autocomplete input {
+ height: 1.7em;
+ margin-bottom: calc(0.275em - 1px);
+ padding-top: 0;
+ padding-bottom: 0;
+ border: none;
+ box-shadow: none;
+ min-width: 8em; }
+ .taginput .taginput-container .autocomplete input:focus {
+ box-shadow: none !important; }
+ .taginput .taginput-container .autocomplete .icon {
+ height: 1.7em; }
+ .taginput .taginput-container .autocomplete > .control.is-loading::after {
+ top: 0.375em; }
+
+.timepicker .dropdown-menu {
+ min-width: 0; }
+
+.timepicker .dropdown,
+.timepicker .dropdown-trigger {
+ width: 100%; }
+
+.timepicker .dropdown-item, .timepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .timepicker a {
+ font-size: inherit;
+ padding: 0; }
+
+.timepicker .timepicker-footer {
+ padding: 0 0.5rem 0 0.5rem; }
+
+.timepicker .dropdown-content .control {
+ font-size: 1.25em;
+ margin-right: 0 !important; }
+ .timepicker .dropdown-content .control .select select {
+ font-weight: 600;
+ padding-right: calc(0.625em - 1px);
+ border: 0; }
+ .timepicker .dropdown-content .control .select select option:disabled {
+ color: rgba(122, 122, 122, 0.7); }
+ .timepicker .dropdown-content .control .select:after {
+ display: none; }
+ .timepicker .dropdown-content .control.is-colon {
+ font-size: 1.7em; }
+
+.timepicker.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem; }
+
+.timepicker.is-medium {
+ font-size: 1.25rem; }
+
+.timepicker.is-large {
+ font-size: 1.5rem; }
+
+.b-tooltip {
+ position: relative;
+ display: inline-flex; }
+ .b-tooltip.is-top:before, .b-tooltip.is-top:after {
+ top: auto;
+ right: auto;
+ bottom: calc(100% + 5px + 2px);
+ left: 50%;
+ transform: translateX(-50%); }
+ .b-tooltip.is-top.is-white:before {
+ border-top: 5px solid white;
+ border-right: 5px solid transparent;
+ border-left: 5px solid transparent;
+ bottom: calc(100% + 2px); }
+ .b-tooltip.is-top.is-black:before {
+ border-top: 5px solid #0a0a0a;
+ border-right: 5px solid transparent;
+ border-left: 5px solid transparent;
+ bottom: calc(100% + 2px); }
+ .b-tooltip.is-top.is-light:before {
+ border-top: 5px solid whitesmoke;
+ border-right: 5px solid transparent;
+ border-left: 5px solid transparent;
+ bottom: calc(100% + 2px); }
+ .b-tooltip.is-top.is-dark:before {
+ border-top: 5px solid #363636;
+ border-right: 5px solid transparent;
+ border-left: 5px solid transparent;
+ bottom: calc(100% + 2px); }
+ .b-tooltip.is-top.is-primary:before {
+ border-top: 5px solid #7957d5;
+ border-right: 5px solid transparent;
+ border-left: 5px solid transparent;
+ bottom: calc(100% + 2px); }
+ .b-tooltip.is-top.is-link:before {
+ border-top: 5px solid #7957d5;
+ border-right: 5px solid transparent;
+ border-left: 5px solid transparent;
+ bottom: calc(100% + 2px); }
+ .b-tooltip.is-top.is-info:before {
+ border-top: 5px solid #167df0;
+ border-right: 5px solid transparent;
+ border-left: 5px solid transparent;
+ bottom: calc(100% + 2px); }
+ .b-tooltip.is-top.is-success:before {
+ border-top: 5px solid #23d160;
+ border-right: 5px solid transparent;
+ border-left: 5px solid transparent;
+ bottom: calc(100% + 2px); }
+ .b-tooltip.is-top.is-warning:before {
+ border-top: 5px solid #ffdd57;
+ border-right: 5px solid transparent;
+ border-left: 5px solid transparent;
+ bottom: calc(100% + 2px); }
+ .b-tooltip.is-top.is-danger:before {
+ border-top: 5px solid #ff3860;
+ border-right: 5px solid transparent;
+ border-left: 5px solid transparent;
+ bottom: calc(100% + 2px); }
+ .b-tooltip.is-top.is-multiline.is-small:after {
+ width: 180px; }
+ .b-tooltip.is-top.is-multiline.is-medium:after {
+ width: 240px; }
+ .b-tooltip.is-top.is-multiline.is-large:after {
+ width: 300px; }
+ .b-tooltip.is-right:before, .b-tooltip.is-right:after {
+ top: 50%;
+ right: auto;
+ bottom: auto;
+ left: calc(100% + 5px + 2px);
+ transform: translateY(-50%); }
+ .b-tooltip.is-right.is-white:before {
+ border-top: 5px solid transparent;
+ border-right: 5px solid white;
+ border-bottom: 5px solid transparent;
+ left: calc(100% + 2px); }
+ .b-tooltip.is-right.is-black:before {
+ border-top: 5px solid transparent;
+ border-right: 5px solid #0a0a0a;
+ border-bottom: 5px solid transparent;
+ left: calc(100% + 2px); }
+ .b-tooltip.is-right.is-light:before {
+ border-top: 5px solid transparent;
+ border-right: 5px solid whitesmoke;
+ border-bottom: 5px solid transparent;
+ left: calc(100% + 2px); }
+ .b-tooltip.is-right.is-dark:before {
+ border-top: 5px solid transparent;
+ border-right: 5px solid #363636;
+ border-bottom: 5px solid transparent;
+ left: calc(100% + 2px); }
+ .b-tooltip.is-right.is-primary:before {
+ border-top: 5px solid transparent;
+ border-right: 5px solid #7957d5;
+ border-bottom: 5px solid transparent;
+ left: calc(100% + 2px); }
+ .b-tooltip.is-right.is-link:before {
+ border-top: 5px solid transparent;
+ border-right: 5px solid #7957d5;
+ border-bottom: 5px solid transparent;
+ left: calc(100% + 2px); }
+ .b-tooltip.is-right.is-info:before {
+ border-top: 5px solid transparent;
+ border-right: 5px solid #167df0;
+ border-bottom: 5px solid transparent;
+ left: calc(100% + 2px); }
+ .b-tooltip.is-right.is-success:before {
+ border-top: 5px solid transparent;
+ border-right: 5px solid #23d160;
+ border-bottom: 5px solid transparent;
+ left: calc(100% + 2px); }
+ .b-tooltip.is-right.is-warning:before {
+ border-top: 5px solid transparent;
+ border-right: 5px solid #ffdd57;
+ border-bottom: 5px solid transparent;
+ left: calc(100% + 2px); }
+ .b-tooltip.is-right.is-danger:before {
+ border-top: 5px solid transparent;
+ border-right: 5px solid #ff3860;
+ border-bottom: 5px solid transparent;
+ left: calc(100% + 2px); }
+ .b-tooltip.is-right.is-multiline.is-small:after {
+ width: 180px; }
+ .b-tooltip.is-right.is-multiline.is-medium:after {
+ width: 240px; }
+ .b-tooltip.is-right.is-multiline.is-large:after {
+ width: 300px; }
+ .b-tooltip.is-bottom:before, .b-tooltip.is-bottom:after {
+ top: calc(100% + 5px + 2px);
+ right: auto;
+ bottom: auto;
+ left: 50%;
+ transform: translateX(-50%); }
+ .b-tooltip.is-bottom.is-white:before {
+ border-right: 5px solid transparent;
+ border-bottom: 5px solid white;
+ border-left: 5px solid transparent;
+ top: calc(100% + 2px); }
+ .b-tooltip.is-bottom.is-black:before {
+ border-right: 5px solid transparent;
+ border-bottom: 5px solid #0a0a0a;
+ border-left: 5px solid transparent;
+ top: calc(100% + 2px); }
+ .b-tooltip.is-bottom.is-light:before {
+ border-right: 5px solid transparent;
+ border-bottom: 5px solid whitesmoke;
+ border-left: 5px solid transparent;
+ top: calc(100% + 2px); }
+ .b-tooltip.is-bottom.is-dark:before {
+ border-right: 5px solid transparent;
+ border-bottom: 5px solid #363636;
+ border-left: 5px solid transparent;
+ top: calc(100% + 2px); }
+ .b-tooltip.is-bottom.is-primary:before {
+ border-right: 5px solid transparent;
+ border-bottom: 5px solid #7957d5;
+ border-left: 5px solid transparent;
+ top: calc(100% + 2px); }
+ .b-tooltip.is-bottom.is-link:before {
+ border-right: 5px solid transparent;
+ border-bottom: 5px solid #7957d5;
+ border-left: 5px solid transparent;
+ top: calc(100% + 2px); }
+ .b-tooltip.is-bottom.is-info:before {
+ border-right: 5px solid transparent;
+ border-bottom: 5px solid #167df0;
+ border-left: 5px solid transparent;
+ top: calc(100% + 2px); }
+ .b-tooltip.is-bottom.is-success:before {
+ border-right: 5px solid transparent;
+ border-bottom: 5px solid #23d160;
+ border-left: 5px solid transparent;
+ top: calc(100% + 2px); }
+ .b-tooltip.is-bottom.is-warning:before {
+ border-right: 5px solid transparent;
+ border-bottom: 5px solid #ffdd57;
+ border-left: 5px solid transparent;
+ top: calc(100% + 2px); }
+ .b-tooltip.is-bottom.is-danger:before {
+ border-right: 5px solid transparent;
+ border-bottom: 5px solid #ff3860;
+ border-left: 5px solid transparent;
+ top: calc(100% + 2px); }
+ .b-tooltip.is-bottom.is-multiline.is-small:after {
+ width: 180px; }
+ .b-tooltip.is-bottom.is-multiline.is-medium:after {
+ width: 240px; }
+ .b-tooltip.is-bottom.is-multiline.is-large:after {
+ width: 300px; }
+ .b-tooltip.is-left:before, .b-tooltip.is-left:after {
+ top: 50%;
+ right: calc(100% + 5px + 2px);
+ bottom: auto;
+ left: auto;
+ transform: translateY(-50%); }
+ .b-tooltip.is-left.is-white:before {
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 5px solid white;
+ right: calc(100% + 2px); }
+ .b-tooltip.is-left.is-black:before {
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 5px solid #0a0a0a;
+ right: calc(100% + 2px); }
+ .b-tooltip.is-left.is-light:before {
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 5px solid whitesmoke;
+ right: calc(100% + 2px); }
+ .b-tooltip.is-left.is-dark:before {
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 5px solid #363636;
+ right: calc(100% + 2px); }
+ .b-tooltip.is-left.is-primary:before {
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 5px solid #7957d5;
+ right: calc(100% + 2px); }
+ .b-tooltip.is-left.is-link:before {
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 5px solid #7957d5;
+ right: calc(100% + 2px); }
+ .b-tooltip.is-left.is-info:before {
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 5px solid #167df0;
+ right: calc(100% + 2px); }
+ .b-tooltip.is-left.is-success:before {
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 5px solid #23d160;
+ right: calc(100% + 2px); }
+ .b-tooltip.is-left.is-warning:before {
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 5px solid #ffdd57;
+ right: calc(100% + 2px); }
+ .b-tooltip.is-left.is-danger:before {
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 5px solid #ff3860;
+ right: calc(100% + 2px); }
+ .b-tooltip.is-left.is-multiline.is-small:after {
+ width: 180px; }
+ .b-tooltip.is-left.is-multiline.is-medium:after {
+ width: 240px; }
+ .b-tooltip.is-left.is-multiline.is-large:after {
+ width: 300px; }
+ .b-tooltip:before, .b-tooltip:after {
+ position: absolute;
+ content: "";
+ opacity: 0;
+ visibility: hidden;
+ pointer-events: none; }
+ .b-tooltip:before {
+ z-index: 889; }
+ .b-tooltip:after {
+ content: attr(data-label);
+ width: auto;
+ padding: 0.35rem 0.75rem;
+ border-radius: 6px;
+ font-size: 0.85rem;
+ font-weight: 400;
+ box-shadow: 0px 1px 2px 1px rgba(0, 1, 0, 0.2);
+ z-index: 888;
+ white-space: nowrap; }
+ .b-tooltip:not([data-label=""]):hover:before, .b-tooltip:not([data-label=""]):hover:after {
+ opacity: 1;
+ visibility: visible; }
+ .b-tooltip.is-white:after {
+ background: white;
+ color: #0a0a0a; }
+ .b-tooltip.is-black:after {
+ background: #0a0a0a;
+ color: white; }
+ .b-tooltip.is-light:after {
+ background: whitesmoke;
+ color: #363636; }
+ .b-tooltip.is-dark:after {
+ background: #363636;
+ color: whitesmoke; }
+ .b-tooltip.is-primary:after {
+ background: #7957d5;
+ color: white; }
+ .b-tooltip.is-link:after {
+ background: #7957d5;
+ color: white; }
+ .b-tooltip.is-info:after {
+ background: #167df0;
+ color: #fff; }
+ .b-tooltip.is-success:after {
+ background: #23d160;
+ color: #fff; }
+ .b-tooltip.is-warning:after {
+ background: #ffdd57;
+ color: rgba(0, 0, 0, 0.7); }
+ .b-tooltip.is-danger:after {
+ background: #ff3860;
+ color: #fff; }
+ .b-tooltip:not([data-label=""]).is-always:before, .b-tooltip:not([data-label=""]).is-always:after {
+ opacity: 1;
+ visibility: visible; }
+ .b-tooltip.is-multiline:after {
+ display: flex-block;
+ text-align: center;
+ white-space: normal; }
+ .b-tooltip.is-dashed {
+ border-bottom: 1px dashed #b5b5b5;
+ cursor: default; }
+ .b-tooltip.is-square:after {
+ border-radius: 0; }
+ .b-tooltip.is-animated:before, .b-tooltip.is-animated:after {
+ transition: opacity 86ms ease-out, visibility 86ms ease-out; }
+
+.upload {
+ position: relative; }
+ .upload input[type=file] {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ opacity: 0;
+ outline: none; }
+ .upload input[type=file].file-draggable {
+ z-index: -1; }
+ .upload .upload-draggable {
+ display: inline-block;
+ cursor: pointer;
+ padding: 0.25em;
+ border: 1px dashed #b5b5b5;
+ border-radius: 6px; }
+ .upload .upload-draggable.is-disabled {
+ opacity: 0.5;
+ cursor: not-allowed; }
+ .upload .upload-draggable.is-loading {
+ position: relative;
+ pointer-events: none;
+ opacity: 0.5; }
+ .upload .upload-draggable.is-loading:after {
+ animation: spinAround 500ms infinite linear;
+ border: 2px solid #dbdbdb;
+ border-radius: 290486px;
+ border-right-color: transparent;
+ border-top-color: transparent;
+ content: "";
+ display: block;
+ height: 1em;
+ position: relative;
+ width: 1em;
+ top: 0;
+ left: calc(50% - 1.5em);
+ width: 3em;
+ height: 3em;
+ border-width: 0.25em; }
+ .upload .upload-draggable:hover.is-white, .upload .upload-draggable.is-hovered.is-white {
+ border-color: white;
+ background: rgba(255, 255, 255, 0.05); }
+ .upload .upload-draggable:hover.is-black, .upload .upload-draggable.is-hovered.is-black {
+ border-color: #0a0a0a;
+ background: rgba(10, 10, 10, 0.05); }
+ .upload .upload-draggable:hover.is-light, .upload .upload-draggable.is-hovered.is-light {
+ border-color: whitesmoke;
+ background: rgba(245, 245, 245, 0.05); }
+ .upload .upload-draggable:hover.is-dark, .upload .upload-draggable.is-hovered.is-dark {
+ border-color: #363636;
+ background: rgba(54, 54, 54, 0.05); }
+ .upload .upload-draggable:hover.is-primary, .upload .upload-draggable.is-hovered.is-primary {
+ border-color: #7957d5;
+ background: rgba(121, 87, 213, 0.05); }
+ .upload .upload-draggable:hover.is-link, .upload .upload-draggable.is-hovered.is-link {
+ border-color: #7957d5;
+ background: rgba(121, 87, 213, 0.05); }
+ .upload .upload-draggable:hover.is-info, .upload .upload-draggable.is-hovered.is-info {
+ border-color: #167df0;
+ background: rgba(22, 125, 240, 0.05); }
+ .upload .upload-draggable:hover.is-success, .upload .upload-draggable.is-hovered.is-success {
+ border-color: #23d160;
+ background: rgba(35, 209, 96, 0.05); }
+ .upload .upload-draggable:hover.is-warning, .upload .upload-draggable.is-hovered.is-warning {
+ border-color: #ffdd57;
+ background: rgba(255, 221, 87, 0.05); }
+ .upload .upload-draggable:hover.is-danger, .upload .upload-draggable.is-hovered.is-danger {
+ border-color: #ff3860;
+ background: rgba(255, 56, 96, 0.05); }
diff --git a/public/lib/vuetify-1.5.14.css b/public/lib/vuetify-1.5.14.css
new file mode 100644
index 0000000..67e7191
--- /dev/null
+++ b/public/lib/vuetify-1.5.14.css
@@ -0,0 +1,10652 @@
+@-webkit-keyframes shake {
+ 59% {
+ margin-left: 0;
+ }
+ 60%, 80% {
+ margin-left: 2px;
+ }
+ 70%, 90% {
+ margin-left: -2px;
+ }
+}
+@keyframes shake {
+ 59% {
+ margin-left: 0;
+ }
+ 60%, 80% {
+ margin-left: 2px;
+ }
+ 70%, 90% {
+ margin-left: -2px;
+ }
+}
+.black {
+ background-color: #000 !important;
+ border-color: #000 !important;
+}
+.black--text {
+ color: #000 !important;
+ caret-color: #000 !important;
+}
+.white {
+ background-color: #fff !important;
+ border-color: #fff !important;
+}
+.white--text {
+ color: #fff !important;
+ caret-color: #fff !important;
+}
+.transparent {
+ background-color: transparent !important;
+ border-color: transparent !important;
+}
+.transparent--text {
+ color: transparent !important;
+ caret-color: transparent !important;
+}
+.red {
+ background-color: #f44336 !important;
+ border-color: #f44336 !important;
+}
+.red--text {
+ color: #f44336 !important;
+ caret-color: #f44336 !important;
+}
+.red.lighten-5 {
+ background-color: #ffebee !important;
+ border-color: #ffebee !important;
+}
+.red--text.text--lighten-5 {
+ color: #ffebee !important;
+ caret-color: #ffebee !important;
+}
+.red.lighten-4 {
+ background-color: #ffcdd2 !important;
+ border-color: #ffcdd2 !important;
+}
+.red--text.text--lighten-4 {
+ color: #ffcdd2 !important;
+ caret-color: #ffcdd2 !important;
+}
+.red.lighten-3 {
+ background-color: #ef9a9a !important;
+ border-color: #ef9a9a !important;
+}
+.red--text.text--lighten-3 {
+ color: #ef9a9a !important;
+ caret-color: #ef9a9a !important;
+}
+.red.lighten-2 {
+ background-color: #e57373 !important;
+ border-color: #e57373 !important;
+}
+.red--text.text--lighten-2 {
+ color: #e57373 !important;
+ caret-color: #e57373 !important;
+}
+.red.lighten-1 {
+ background-color: #ef5350 !important;
+ border-color: #ef5350 !important;
+}
+.red--text.text--lighten-1 {
+ color: #ef5350 !important;
+ caret-color: #ef5350 !important;
+}
+.red.darken-1 {
+ background-color: #e53935 !important;
+ border-color: #e53935 !important;
+}
+.red--text.text--darken-1 {
+ color: #e53935 !important;
+ caret-color: #e53935 !important;
+}
+.red.darken-2 {
+ background-color: #d32f2f !important;
+ border-color: #d32f2f !important;
+}
+.red--text.text--darken-2 {
+ color: #d32f2f !important;
+ caret-color: #d32f2f !important;
+}
+.red.darken-3 {
+ background-color: #c62828 !important;
+ border-color: #c62828 !important;
+}
+.red--text.text--darken-3 {
+ color: #c62828 !important;
+ caret-color: #c62828 !important;
+}
+.red.darken-4 {
+ background-color: #b71c1c !important;
+ border-color: #b71c1c !important;
+}
+.red--text.text--darken-4 {
+ color: #b71c1c !important;
+ caret-color: #b71c1c !important;
+}
+.red.accent-1 {
+ background-color: #ff8a80 !important;
+ border-color: #ff8a80 !important;
+}
+.red--text.text--accent-1 {
+ color: #ff8a80 !important;
+ caret-color: #ff8a80 !important;
+}
+.red.accent-2 {
+ background-color: #ff5252 !important;
+ border-color: #ff5252 !important;
+}
+.red--text.text--accent-2 {
+ color: #ff5252 !important;
+ caret-color: #ff5252 !important;
+}
+.red.accent-3 {
+ background-color: #ff1744 !important;
+ border-color: #ff1744 !important;
+}
+.red--text.text--accent-3 {
+ color: #ff1744 !important;
+ caret-color: #ff1744 !important;
+}
+.red.accent-4 {
+ background-color: #d50000 !important;
+ border-color: #d50000 !important;
+}
+.red--text.text--accent-4 {
+ color: #d50000 !important;
+ caret-color: #d50000 !important;
+}
+.pink {
+ background-color: #e91e63 !important;
+ border-color: #e91e63 !important;
+}
+.pink--text {
+ color: #e91e63 !important;
+ caret-color: #e91e63 !important;
+}
+.pink.lighten-5 {
+ background-color: #fce4ec !important;
+ border-color: #fce4ec !important;
+}
+.pink--text.text--lighten-5 {
+ color: #fce4ec !important;
+ caret-color: #fce4ec !important;
+}
+.pink.lighten-4 {
+ background-color: #f8bbd0 !important;
+ border-color: #f8bbd0 !important;
+}
+.pink--text.text--lighten-4 {
+ color: #f8bbd0 !important;
+ caret-color: #f8bbd0 !important;
+}
+.pink.lighten-3 {
+ background-color: #f48fb1 !important;
+ border-color: #f48fb1 !important;
+}
+.pink--text.text--lighten-3 {
+ color: #f48fb1 !important;
+ caret-color: #f48fb1 !important;
+}
+.pink.lighten-2 {
+ background-color: #f06292 !important;
+ border-color: #f06292 !important;
+}
+.pink--text.text--lighten-2 {
+ color: #f06292 !important;
+ caret-color: #f06292 !important;
+}
+.pink.lighten-1 {
+ background-color: #ec407a !important;
+ border-color: #ec407a !important;
+}
+.pink--text.text--lighten-1 {
+ color: #ec407a !important;
+ caret-color: #ec407a !important;
+}
+.pink.darken-1 {
+ background-color: #d81b60 !important;
+ border-color: #d81b60 !important;
+}
+.pink--text.text--darken-1 {
+ color: #d81b60 !important;
+ caret-color: #d81b60 !important;
+}
+.pink.darken-2 {
+ background-color: #c2185b !important;
+ border-color: #c2185b !important;
+}
+.pink--text.text--darken-2 {
+ color: #c2185b !important;
+ caret-color: #c2185b !important;
+}
+.pink.darken-3 {
+ background-color: #ad1457 !important;
+ border-color: #ad1457 !important;
+}
+.pink--text.text--darken-3 {
+ color: #ad1457 !important;
+ caret-color: #ad1457 !important;
+}
+.pink.darken-4 {
+ background-color: #880e4f !important;
+ border-color: #880e4f !important;
+}
+.pink--text.text--darken-4 {
+ color: #880e4f !important;
+ caret-color: #880e4f !important;
+}
+.pink.accent-1 {
+ background-color: #ff80ab !important;
+ border-color: #ff80ab !important;
+}
+.pink--text.text--accent-1 {
+ color: #ff80ab !important;
+ caret-color: #ff80ab !important;
+}
+.pink.accent-2 {
+ background-color: #ff4081 !important;
+ border-color: #ff4081 !important;
+}
+.pink--text.text--accent-2 {
+ color: #ff4081 !important;
+ caret-color: #ff4081 !important;
+}
+.pink.accent-3 {
+ background-color: #f50057 !important;
+ border-color: #f50057 !important;
+}
+.pink--text.text--accent-3 {
+ color: #f50057 !important;
+ caret-color: #f50057 !important;
+}
+.pink.accent-4 {
+ background-color: #c51162 !important;
+ border-color: #c51162 !important;
+}
+.pink--text.text--accent-4 {
+ color: #c51162 !important;
+ caret-color: #c51162 !important;
+}
+.purple {
+ background-color: #9c27b0 !important;
+ border-color: #9c27b0 !important;
+}
+.purple--text {
+ color: #9c27b0 !important;
+ caret-color: #9c27b0 !important;
+}
+.purple.lighten-5 {
+ background-color: #f3e5f5 !important;
+ border-color: #f3e5f5 !important;
+}
+.purple--text.text--lighten-5 {
+ color: #f3e5f5 !important;
+ caret-color: #f3e5f5 !important;
+}
+.purple.lighten-4 {
+ background-color: #e1bee7 !important;
+ border-color: #e1bee7 !important;
+}
+.purple--text.text--lighten-4 {
+ color: #e1bee7 !important;
+ caret-color: #e1bee7 !important;
+}
+.purple.lighten-3 {
+ background-color: #ce93d8 !important;
+ border-color: #ce93d8 !important;
+}
+.purple--text.text--lighten-3 {
+ color: #ce93d8 !important;
+ caret-color: #ce93d8 !important;
+}
+.purple.lighten-2 {
+ background-color: #ba68c8 !important;
+ border-color: #ba68c8 !important;
+}
+.purple--text.text--lighten-2 {
+ color: #ba68c8 !important;
+ caret-color: #ba68c8 !important;
+}
+.purple.lighten-1 {
+ background-color: #ab47bc !important;
+ border-color: #ab47bc !important;
+}
+.purple--text.text--lighten-1 {
+ color: #ab47bc !important;
+ caret-color: #ab47bc !important;
+}
+.purple.darken-1 {
+ background-color: #8e24aa !important;
+ border-color: #8e24aa !important;
+}
+.purple--text.text--darken-1 {
+ color: #8e24aa !important;
+ caret-color: #8e24aa !important;
+}
+.purple.darken-2 {
+ background-color: #7b1fa2 !important;
+ border-color: #7b1fa2 !important;
+}
+.purple--text.text--darken-2 {
+ color: #7b1fa2 !important;
+ caret-color: #7b1fa2 !important;
+}
+.purple.darken-3 {
+ background-color: #6a1b9a !important;
+ border-color: #6a1b9a !important;
+}
+.purple--text.text--darken-3 {
+ color: #6a1b9a !important;
+ caret-color: #6a1b9a !important;
+}
+.purple.darken-4 {
+ background-color: #4a148c !important;
+ border-color: #4a148c !important;
+}
+.purple--text.text--darken-4 {
+ color: #4a148c !important;
+ caret-color: #4a148c !important;
+}
+.purple.accent-1 {
+ background-color: #ea80fc !important;
+ border-color: #ea80fc !important;
+}
+.purple--text.text--accent-1 {
+ color: #ea80fc !important;
+ caret-color: #ea80fc !important;
+}
+.purple.accent-2 {
+ background-color: #e040fb !important;
+ border-color: #e040fb !important;
+}
+.purple--text.text--accent-2 {
+ color: #e040fb !important;
+ caret-color: #e040fb !important;
+}
+.purple.accent-3 {
+ background-color: #d500f9 !important;
+ border-color: #d500f9 !important;
+}
+.purple--text.text--accent-3 {
+ color: #d500f9 !important;
+ caret-color: #d500f9 !important;
+}
+.purple.accent-4 {
+ background-color: #a0f !important;
+ border-color: #a0f !important;
+}
+.purple--text.text--accent-4 {
+ color: #a0f !important;
+ caret-color: #a0f !important;
+}
+.deep-purple {
+ background-color: #673ab7 !important;
+ border-color: #673ab7 !important;
+}
+.deep-purple--text {
+ color: #673ab7 !important;
+ caret-color: #673ab7 !important;
+}
+.deep-purple.lighten-5 {
+ background-color: #ede7f6 !important;
+ border-color: #ede7f6 !important;
+}
+.deep-purple--text.text--lighten-5 {
+ color: #ede7f6 !important;
+ caret-color: #ede7f6 !important;
+}
+.deep-purple.lighten-4 {
+ background-color: #d1c4e9 !important;
+ border-color: #d1c4e9 !important;
+}
+.deep-purple--text.text--lighten-4 {
+ color: #d1c4e9 !important;
+ caret-color: #d1c4e9 !important;
+}
+.deep-purple.lighten-3 {
+ background-color: #b39ddb !important;
+ border-color: #b39ddb !important;
+}
+.deep-purple--text.text--lighten-3 {
+ color: #b39ddb !important;
+ caret-color: #b39ddb !important;
+}
+.deep-purple.lighten-2 {
+ background-color: #9575cd !important;
+ border-color: #9575cd !important;
+}
+.deep-purple--text.text--lighten-2 {
+ color: #9575cd !important;
+ caret-color: #9575cd !important;
+}
+.deep-purple.lighten-1 {
+ background-color: #7e57c2 !important;
+ border-color: #7e57c2 !important;
+}
+.deep-purple--text.text--lighten-1 {
+ color: #7e57c2 !important;
+ caret-color: #7e57c2 !important;
+}
+.deep-purple.darken-1 {
+ background-color: #5e35b1 !important;
+ border-color: #5e35b1 !important;
+}
+.deep-purple--text.text--darken-1 {
+ color: #5e35b1 !important;
+ caret-color: #5e35b1 !important;
+}
+.deep-purple.darken-2 {
+ background-color: #512da8 !important;
+ border-color: #512da8 !important;
+}
+.deep-purple--text.text--darken-2 {
+ color: #512da8 !important;
+ caret-color: #512da8 !important;
+}
+.deep-purple.darken-3 {
+ background-color: #4527a0 !important;
+ border-color: #4527a0 !important;
+}
+.deep-purple--text.text--darken-3 {
+ color: #4527a0 !important;
+ caret-color: #4527a0 !important;
+}
+.deep-purple.darken-4 {
+ background-color: #311b92 !important;
+ border-color: #311b92 !important;
+}
+.deep-purple--text.text--darken-4 {
+ color: #311b92 !important;
+ caret-color: #311b92 !important;
+}
+.deep-purple.accent-1 {
+ background-color: #b388ff !important;
+ border-color: #b388ff !important;
+}
+.deep-purple--text.text--accent-1 {
+ color: #b388ff !important;
+ caret-color: #b388ff !important;
+}
+.deep-purple.accent-2 {
+ background-color: #7c4dff !important;
+ border-color: #7c4dff !important;
+}
+.deep-purple--text.text--accent-2 {
+ color: #7c4dff !important;
+ caret-color: #7c4dff !important;
+}
+.deep-purple.accent-3 {
+ background-color: #651fff !important;
+ border-color: #651fff !important;
+}
+.deep-purple--text.text--accent-3 {
+ color: #651fff !important;
+ caret-color: #651fff !important;
+}
+.deep-purple.accent-4 {
+ background-color: #6200ea !important;
+ border-color: #6200ea !important;
+}
+.deep-purple--text.text--accent-4 {
+ color: #6200ea !important;
+ caret-color: #6200ea !important;
+}
+.indigo {
+ background-color: #3f51b5 !important;
+ border-color: #3f51b5 !important;
+}
+.indigo--text {
+ color: #3f51b5 !important;
+ caret-color: #3f51b5 !important;
+}
+.indigo.lighten-5 {
+ background-color: #e8eaf6 !important;
+ border-color: #e8eaf6 !important;
+}
+.indigo--text.text--lighten-5 {
+ color: #e8eaf6 !important;
+ caret-color: #e8eaf6 !important;
+}
+.indigo.lighten-4 {
+ background-color: #c5cae9 !important;
+ border-color: #c5cae9 !important;
+}
+.indigo--text.text--lighten-4 {
+ color: #c5cae9 !important;
+ caret-color: #c5cae9 !important;
+}
+.indigo.lighten-3 {
+ background-color: #9fa8da !important;
+ border-color: #9fa8da !important;
+}
+.indigo--text.text--lighten-3 {
+ color: #9fa8da !important;
+ caret-color: #9fa8da !important;
+}
+.indigo.lighten-2 {
+ background-color: #7986cb !important;
+ border-color: #7986cb !important;
+}
+.indigo--text.text--lighten-2 {
+ color: #7986cb !important;
+ caret-color: #7986cb !important;
+}
+.indigo.lighten-1 {
+ background-color: #5c6bc0 !important;
+ border-color: #5c6bc0 !important;
+}
+.indigo--text.text--lighten-1 {
+ color: #5c6bc0 !important;
+ caret-color: #5c6bc0 !important;
+}
+.indigo.darken-1 {
+ background-color: #3949ab !important;
+ border-color: #3949ab !important;
+}
+.indigo--text.text--darken-1 {
+ color: #3949ab !important;
+ caret-color: #3949ab !important;
+}
+.indigo.darken-2 {
+ background-color: #303f9f !important;
+ border-color: #303f9f !important;
+}
+.indigo--text.text--darken-2 {
+ color: #303f9f !important;
+ caret-color: #303f9f !important;
+}
+.indigo.darken-3 {
+ background-color: #283593 !important;
+ border-color: #283593 !important;
+}
+.indigo--text.text--darken-3 {
+ color: #283593 !important;
+ caret-color: #283593 !important;
+}
+.indigo.darken-4 {
+ background-color: #1a237e !important;
+ border-color: #1a237e !important;
+}
+.indigo--text.text--darken-4 {
+ color: #1a237e !important;
+ caret-color: #1a237e !important;
+}
+.indigo.accent-1 {
+ background-color: #8c9eff !important;
+ border-color: #8c9eff !important;
+}
+.indigo--text.text--accent-1 {
+ color: #8c9eff !important;
+ caret-color: #8c9eff !important;
+}
+.indigo.accent-2 {
+ background-color: #536dfe !important;
+ border-color: #536dfe !important;
+}
+.indigo--text.text--accent-2 {
+ color: #536dfe !important;
+ caret-color: #536dfe !important;
+}
+.indigo.accent-3 {
+ background-color: #3d5afe !important;
+ border-color: #3d5afe !important;
+}
+.indigo--text.text--accent-3 {
+ color: #3d5afe !important;
+ caret-color: #3d5afe !important;
+}
+.indigo.accent-4 {
+ background-color: #304ffe !important;
+ border-color: #304ffe !important;
+}
+.indigo--text.text--accent-4 {
+ color: #304ffe !important;
+ caret-color: #304ffe !important;
+}
+.blue {
+ background-color: #2196f3 !important;
+ border-color: #2196f3 !important;
+}
+.blue--text {
+ color: #2196f3 !important;
+ caret-color: #2196f3 !important;
+}
+.blue.lighten-5 {
+ background-color: #e3f2fd !important;
+ border-color: #e3f2fd !important;
+}
+.blue--text.text--lighten-5 {
+ color: #e3f2fd !important;
+ caret-color: #e3f2fd !important;
+}
+.blue.lighten-4 {
+ background-color: #bbdefb !important;
+ border-color: #bbdefb !important;
+}
+.blue--text.text--lighten-4 {
+ color: #bbdefb !important;
+ caret-color: #bbdefb !important;
+}
+.blue.lighten-3 {
+ background-color: #90caf9 !important;
+ border-color: #90caf9 !important;
+}
+.blue--text.text--lighten-3 {
+ color: #90caf9 !important;
+ caret-color: #90caf9 !important;
+}
+.blue.lighten-2 {
+ background-color: #64b5f6 !important;
+ border-color: #64b5f6 !important;
+}
+.blue--text.text--lighten-2 {
+ color: #64b5f6 !important;
+ caret-color: #64b5f6 !important;
+}
+.blue.lighten-1 {
+ background-color: #42a5f5 !important;
+ border-color: #42a5f5 !important;
+}
+.blue--text.text--lighten-1 {
+ color: #42a5f5 !important;
+ caret-color: #42a5f5 !important;
+}
+.blue.darken-1 {
+ background-color: #1e88e5 !important;
+ border-color: #1e88e5 !important;
+}
+.blue--text.text--darken-1 {
+ color: #1e88e5 !important;
+ caret-color: #1e88e5 !important;
+}
+.blue.darken-2 {
+ background-color: #1976d2 !important;
+ border-color: #1976d2 !important;
+}
+.blue--text.text--darken-2 {
+ color: #1976d2 !important;
+ caret-color: #1976d2 !important;
+}
+.blue.darken-3 {
+ background-color: #1565c0 !important;
+ border-color: #1565c0 !important;
+}
+.blue--text.text--darken-3 {
+ color: #1565c0 !important;
+ caret-color: #1565c0 !important;
+}
+.blue.darken-4 {
+ background-color: #0d47a1 !important;
+ border-color: #0d47a1 !important;
+}
+.blue--text.text--darken-4 {
+ color: #0d47a1 !important;
+ caret-color: #0d47a1 !important;
+}
+.blue.accent-1 {
+ background-color: #82b1ff !important;
+ border-color: #82b1ff !important;
+}
+.blue--text.text--accent-1 {
+ color: #82b1ff !important;
+ caret-color: #82b1ff !important;
+}
+.blue.accent-2 {
+ background-color: #448aff !important;
+ border-color: #448aff !important;
+}
+.blue--text.text--accent-2 {
+ color: #448aff !important;
+ caret-color: #448aff !important;
+}
+.blue.accent-3 {
+ background-color: #2979ff !important;
+ border-color: #2979ff !important;
+}
+.blue--text.text--accent-3 {
+ color: #2979ff !important;
+ caret-color: #2979ff !important;
+}
+.blue.accent-4 {
+ background-color: #2962ff !important;
+ border-color: #2962ff !important;
+}
+.blue--text.text--accent-4 {
+ color: #2962ff !important;
+ caret-color: #2962ff !important;
+}
+.light-blue {
+ background-color: #03a9f4 !important;
+ border-color: #03a9f4 !important;
+}
+.light-blue--text {
+ color: #03a9f4 !important;
+ caret-color: #03a9f4 !important;
+}
+.light-blue.lighten-5 {
+ background-color: #e1f5fe !important;
+ border-color: #e1f5fe !important;
+}
+.light-blue--text.text--lighten-5 {
+ color: #e1f5fe !important;
+ caret-color: #e1f5fe !important;
+}
+.light-blue.lighten-4 {
+ background-color: #b3e5fc !important;
+ border-color: #b3e5fc !important;
+}
+.light-blue--text.text--lighten-4 {
+ color: #b3e5fc !important;
+ caret-color: #b3e5fc !important;
+}
+.light-blue.lighten-3 {
+ background-color: #81d4fa !important;
+ border-color: #81d4fa !important;
+}
+.light-blue--text.text--lighten-3 {
+ color: #81d4fa !important;
+ caret-color: #81d4fa !important;
+}
+.light-blue.lighten-2 {
+ background-color: #4fc3f7 !important;
+ border-color: #4fc3f7 !important;
+}
+.light-blue--text.text--lighten-2 {
+ color: #4fc3f7 !important;
+ caret-color: #4fc3f7 !important;
+}
+.light-blue.lighten-1 {
+ background-color: #29b6f6 !important;
+ border-color: #29b6f6 !important;
+}
+.light-blue--text.text--lighten-1 {
+ color: #29b6f6 !important;
+ caret-color: #29b6f6 !important;
+}
+.light-blue.darken-1 {
+ background-color: #039be5 !important;
+ border-color: #039be5 !important;
+}
+.light-blue--text.text--darken-1 {
+ color: #039be5 !important;
+ caret-color: #039be5 !important;
+}
+.light-blue.darken-2 {
+ background-color: #0288d1 !important;
+ border-color: #0288d1 !important;
+}
+.light-blue--text.text--darken-2 {
+ color: #0288d1 !important;
+ caret-color: #0288d1 !important;
+}
+.light-blue.darken-3 {
+ background-color: #0277bd !important;
+ border-color: #0277bd !important;
+}
+.light-blue--text.text--darken-3 {
+ color: #0277bd !important;
+ caret-color: #0277bd !important;
+}
+.light-blue.darken-4 {
+ background-color: #01579b !important;
+ border-color: #01579b !important;
+}
+.light-blue--text.text--darken-4 {
+ color: #01579b !important;
+ caret-color: #01579b !important;
+}
+.light-blue.accent-1 {
+ background-color: #80d8ff !important;
+ border-color: #80d8ff !important;
+}
+.light-blue--text.text--accent-1 {
+ color: #80d8ff !important;
+ caret-color: #80d8ff !important;
+}
+.light-blue.accent-2 {
+ background-color: #40c4ff !important;
+ border-color: #40c4ff !important;
+}
+.light-blue--text.text--accent-2 {
+ color: #40c4ff !important;
+ caret-color: #40c4ff !important;
+}
+.light-blue.accent-3 {
+ background-color: #00b0ff !important;
+ border-color: #00b0ff !important;
+}
+.light-blue--text.text--accent-3 {
+ color: #00b0ff !important;
+ caret-color: #00b0ff !important;
+}
+.light-blue.accent-4 {
+ background-color: #0091ea !important;
+ border-color: #0091ea !important;
+}
+.light-blue--text.text--accent-4 {
+ color: #0091ea !important;
+ caret-color: #0091ea !important;
+}
+.cyan {
+ background-color: #00bcd4 !important;
+ border-color: #00bcd4 !important;
+}
+.cyan--text {
+ color: #00bcd4 !important;
+ caret-color: #00bcd4 !important;
+}
+.cyan.lighten-5 {
+ background-color: #e0f7fa !important;
+ border-color: #e0f7fa !important;
+}
+.cyan--text.text--lighten-5 {
+ color: #e0f7fa !important;
+ caret-color: #e0f7fa !important;
+}
+.cyan.lighten-4 {
+ background-color: #b2ebf2 !important;
+ border-color: #b2ebf2 !important;
+}
+.cyan--text.text--lighten-4 {
+ color: #b2ebf2 !important;
+ caret-color: #b2ebf2 !important;
+}
+.cyan.lighten-3 {
+ background-color: #80deea !important;
+ border-color: #80deea !important;
+}
+.cyan--text.text--lighten-3 {
+ color: #80deea !important;
+ caret-color: #80deea !important;
+}
+.cyan.lighten-2 {
+ background-color: #4dd0e1 !important;
+ border-color: #4dd0e1 !important;
+}
+.cyan--text.text--lighten-2 {
+ color: #4dd0e1 !important;
+ caret-color: #4dd0e1 !important;
+}
+.cyan.lighten-1 {
+ background-color: #26c6da !important;
+ border-color: #26c6da !important;
+}
+.cyan--text.text--lighten-1 {
+ color: #26c6da !important;
+ caret-color: #26c6da !important;
+}
+.cyan.darken-1 {
+ background-color: #00acc1 !important;
+ border-color: #00acc1 !important;
+}
+.cyan--text.text--darken-1 {
+ color: #00acc1 !important;
+ caret-color: #00acc1 !important;
+}
+.cyan.darken-2 {
+ background-color: #0097a7 !important;
+ border-color: #0097a7 !important;
+}
+.cyan--text.text--darken-2 {
+ color: #0097a7 !important;
+ caret-color: #0097a7 !important;
+}
+.cyan.darken-3 {
+ background-color: #00838f !important;
+ border-color: #00838f !important;
+}
+.cyan--text.text--darken-3 {
+ color: #00838f !important;
+ caret-color: #00838f !important;
+}
+.cyan.darken-4 {
+ background-color: #006064 !important;
+ border-color: #006064 !important;
+}
+.cyan--text.text--darken-4 {
+ color: #006064 !important;
+ caret-color: #006064 !important;
+}
+.cyan.accent-1 {
+ background-color: #84ffff !important;
+ border-color: #84ffff !important;
+}
+.cyan--text.text--accent-1 {
+ color: #84ffff !important;
+ caret-color: #84ffff !important;
+}
+.cyan.accent-2 {
+ background-color: #18ffff !important;
+ border-color: #18ffff !important;
+}
+.cyan--text.text--accent-2 {
+ color: #18ffff !important;
+ caret-color: #18ffff !important;
+}
+.cyan.accent-3 {
+ background-color: #00e5ff !important;
+ border-color: #00e5ff !important;
+}
+.cyan--text.text--accent-3 {
+ color: #00e5ff !important;
+ caret-color: #00e5ff !important;
+}
+.cyan.accent-4 {
+ background-color: #00b8d4 !important;
+ border-color: #00b8d4 !important;
+}
+.cyan--text.text--accent-4 {
+ color: #00b8d4 !important;
+ caret-color: #00b8d4 !important;
+}
+.teal {
+ background-color: #009688 !important;
+ border-color: #009688 !important;
+}
+.teal--text {
+ color: #009688 !important;
+ caret-color: #009688 !important;
+}
+.teal.lighten-5 {
+ background-color: #e0f2f1 !important;
+ border-color: #e0f2f1 !important;
+}
+.teal--text.text--lighten-5 {
+ color: #e0f2f1 !important;
+ caret-color: #e0f2f1 !important;
+}
+.teal.lighten-4 {
+ background-color: #b2dfdb !important;
+ border-color: #b2dfdb !important;
+}
+.teal--text.text--lighten-4 {
+ color: #b2dfdb !important;
+ caret-color: #b2dfdb !important;
+}
+.teal.lighten-3 {
+ background-color: #80cbc4 !important;
+ border-color: #80cbc4 !important;
+}
+.teal--text.text--lighten-3 {
+ color: #80cbc4 !important;
+ caret-color: #80cbc4 !important;
+}
+.teal.lighten-2 {
+ background-color: #4db6ac !important;
+ border-color: #4db6ac !important;
+}
+.teal--text.text--lighten-2 {
+ color: #4db6ac !important;
+ caret-color: #4db6ac !important;
+}
+.teal.lighten-1 {
+ background-color: #26a69a !important;
+ border-color: #26a69a !important;
+}
+.teal--text.text--lighten-1 {
+ color: #26a69a !important;
+ caret-color: #26a69a !important;
+}
+.teal.darken-1 {
+ background-color: #00897b !important;
+ border-color: #00897b !important;
+}
+.teal--text.text--darken-1 {
+ color: #00897b !important;
+ caret-color: #00897b !important;
+}
+.teal.darken-2 {
+ background-color: #00796b !important;
+ border-color: #00796b !important;
+}
+.teal--text.text--darken-2 {
+ color: #00796b !important;
+ caret-color: #00796b !important;
+}
+.teal.darken-3 {
+ background-color: #00695c !important;
+ border-color: #00695c !important;
+}
+.teal--text.text--darken-3 {
+ color: #00695c !important;
+ caret-color: #00695c !important;
+}
+.teal.darken-4 {
+ background-color: #004d40 !important;
+ border-color: #004d40 !important;
+}
+.teal--text.text--darken-4 {
+ color: #004d40 !important;
+ caret-color: #004d40 !important;
+}
+.teal.accent-1 {
+ background-color: #a7ffeb !important;
+ border-color: #a7ffeb !important;
+}
+.teal--text.text--accent-1 {
+ color: #a7ffeb !important;
+ caret-color: #a7ffeb !important;
+}
+.teal.accent-2 {
+ background-color: #64ffda !important;
+ border-color: #64ffda !important;
+}
+.teal--text.text--accent-2 {
+ color: #64ffda !important;
+ caret-color: #64ffda !important;
+}
+.teal.accent-3 {
+ background-color: #1de9b6 !important;
+ border-color: #1de9b6 !important;
+}
+.teal--text.text--accent-3 {
+ color: #1de9b6 !important;
+ caret-color: #1de9b6 !important;
+}
+.teal.accent-4 {
+ background-color: #00bfa5 !important;
+ border-color: #00bfa5 !important;
+}
+.teal--text.text--accent-4 {
+ color: #00bfa5 !important;
+ caret-color: #00bfa5 !important;
+}
+.green {
+ background-color: #4caf50 !important;
+ border-color: #4caf50 !important;
+}
+.green--text {
+ color: #4caf50 !important;
+ caret-color: #4caf50 !important;
+}
+.green.lighten-5 {
+ background-color: #e8f5e9 !important;
+ border-color: #e8f5e9 !important;
+}
+.green--text.text--lighten-5 {
+ color: #e8f5e9 !important;
+ caret-color: #e8f5e9 !important;
+}
+.green.lighten-4 {
+ background-color: #c8e6c9 !important;
+ border-color: #c8e6c9 !important;
+}
+.green--text.text--lighten-4 {
+ color: #c8e6c9 !important;
+ caret-color: #c8e6c9 !important;
+}
+.green.lighten-3 {
+ background-color: #a5d6a7 !important;
+ border-color: #a5d6a7 !important;
+}
+.green--text.text--lighten-3 {
+ color: #a5d6a7 !important;
+ caret-color: #a5d6a7 !important;
+}
+.green.lighten-2 {
+ background-color: #81c784 !important;
+ border-color: #81c784 !important;
+}
+.green--text.text--lighten-2 {
+ color: #81c784 !important;
+ caret-color: #81c784 !important;
+}
+.green.lighten-1 {
+ background-color: #66bb6a !important;
+ border-color: #66bb6a !important;
+}
+.green--text.text--lighten-1 {
+ color: #66bb6a !important;
+ caret-color: #66bb6a !important;
+}
+.green.darken-1 {
+ background-color: #43a047 !important;
+ border-color: #43a047 !important;
+}
+.green--text.text--darken-1 {
+ color: #43a047 !important;
+ caret-color: #43a047 !important;
+}
+.green.darken-2 {
+ background-color: #388e3c !important;
+ border-color: #388e3c !important;
+}
+.green--text.text--darken-2 {
+ color: #388e3c !important;
+ caret-color: #388e3c !important;
+}
+.green.darken-3 {
+ background-color: #2e7d32 !important;
+ border-color: #2e7d32 !important;
+}
+.green--text.text--darken-3 {
+ color: #2e7d32 !important;
+ caret-color: #2e7d32 !important;
+}
+.green.darken-4 {
+ background-color: #1b5e20 !important;
+ border-color: #1b5e20 !important;
+}
+.green--text.text--darken-4 {
+ color: #1b5e20 !important;
+ caret-color: #1b5e20 !important;
+}
+.green.accent-1 {
+ background-color: #b9f6ca !important;
+ border-color: #b9f6ca !important;
+}
+.green--text.text--accent-1 {
+ color: #b9f6ca !important;
+ caret-color: #b9f6ca !important;
+}
+.green.accent-2 {
+ background-color: #69f0ae !important;
+ border-color: #69f0ae !important;
+}
+.green--text.text--accent-2 {
+ color: #69f0ae !important;
+ caret-color: #69f0ae !important;
+}
+.green.accent-3 {
+ background-color: #00e676 !important;
+ border-color: #00e676 !important;
+}
+.green--text.text--accent-3 {
+ color: #00e676 !important;
+ caret-color: #00e676 !important;
+}
+.green.accent-4 {
+ background-color: #00c853 !important;
+ border-color: #00c853 !important;
+}
+.green--text.text--accent-4 {
+ color: #00c853 !important;
+ caret-color: #00c853 !important;
+}
+.light-green {
+ background-color: #8bc34a !important;
+ border-color: #8bc34a !important;
+}
+.light-green--text {
+ color: #8bc34a !important;
+ caret-color: #8bc34a !important;
+}
+.light-green.lighten-5 {
+ background-color: #f1f8e9 !important;
+ border-color: #f1f8e9 !important;
+}
+.light-green--text.text--lighten-5 {
+ color: #f1f8e9 !important;
+ caret-color: #f1f8e9 !important;
+}
+.light-green.lighten-4 {
+ background-color: #dcedc8 !important;
+ border-color: #dcedc8 !important;
+}
+.light-green--text.text--lighten-4 {
+ color: #dcedc8 !important;
+ caret-color: #dcedc8 !important;
+}
+.light-green.lighten-3 {
+ background-color: #c5e1a5 !important;
+ border-color: #c5e1a5 !important;
+}
+.light-green--text.text--lighten-3 {
+ color: #c5e1a5 !important;
+ caret-color: #c5e1a5 !important;
+}
+.light-green.lighten-2 {
+ background-color: #aed581 !important;
+ border-color: #aed581 !important;
+}
+.light-green--text.text--lighten-2 {
+ color: #aed581 !important;
+ caret-color: #aed581 !important;
+}
+.light-green.lighten-1 {
+ background-color: #9ccc65 !important;
+ border-color: #9ccc65 !important;
+}
+.light-green--text.text--lighten-1 {
+ color: #9ccc65 !important;
+ caret-color: #9ccc65 !important;
+}
+.light-green.darken-1 {
+ background-color: #7cb342 !important;
+ border-color: #7cb342 !important;
+}
+.light-green--text.text--darken-1 {
+ color: #7cb342 !important;
+ caret-color: #7cb342 !important;
+}
+.light-green.darken-2 {
+ background-color: #689f38 !important;
+ border-color: #689f38 !important;
+}
+.light-green--text.text--darken-2 {
+ color: #689f38 !important;
+ caret-color: #689f38 !important;
+}
+.light-green.darken-3 {
+ background-color: #558b2f !important;
+ border-color: #558b2f !important;
+}
+.light-green--text.text--darken-3 {
+ color: #558b2f !important;
+ caret-color: #558b2f !important;
+}
+.light-green.darken-4 {
+ background-color: #33691e !important;
+ border-color: #33691e !important;
+}
+.light-green--text.text--darken-4 {
+ color: #33691e !important;
+ caret-color: #33691e !important;
+}
+.light-green.accent-1 {
+ background-color: #ccff90 !important;
+ border-color: #ccff90 !important;
+}
+.light-green--text.text--accent-1 {
+ color: #ccff90 !important;
+ caret-color: #ccff90 !important;
+}
+.light-green.accent-2 {
+ background-color: #b2ff59 !important;
+ border-color: #b2ff59 !important;
+}
+.light-green--text.text--accent-2 {
+ color: #b2ff59 !important;
+ caret-color: #b2ff59 !important;
+}
+.light-green.accent-3 {
+ background-color: #76ff03 !important;
+ border-color: #76ff03 !important;
+}
+.light-green--text.text--accent-3 {
+ color: #76ff03 !important;
+ caret-color: #76ff03 !important;
+}
+.light-green.accent-4 {
+ background-color: #64dd17 !important;
+ border-color: #64dd17 !important;
+}
+.light-green--text.text--accent-4 {
+ color: #64dd17 !important;
+ caret-color: #64dd17 !important;
+}
+.lime {
+ background-color: #cddc39 !important;
+ border-color: #cddc39 !important;
+}
+.lime--text {
+ color: #cddc39 !important;
+ caret-color: #cddc39 !important;
+}
+.lime.lighten-5 {
+ background-color: #f9fbe7 !important;
+ border-color: #f9fbe7 !important;
+}
+.lime--text.text--lighten-5 {
+ color: #f9fbe7 !important;
+ caret-color: #f9fbe7 !important;
+}
+.lime.lighten-4 {
+ background-color: #f0f4c3 !important;
+ border-color: #f0f4c3 !important;
+}
+.lime--text.text--lighten-4 {
+ color: #f0f4c3 !important;
+ caret-color: #f0f4c3 !important;
+}
+.lime.lighten-3 {
+ background-color: #e6ee9c !important;
+ border-color: #e6ee9c !important;
+}
+.lime--text.text--lighten-3 {
+ color: #e6ee9c !important;
+ caret-color: #e6ee9c !important;
+}
+.lime.lighten-2 {
+ background-color: #dce775 !important;
+ border-color: #dce775 !important;
+}
+.lime--text.text--lighten-2 {
+ color: #dce775 !important;
+ caret-color: #dce775 !important;
+}
+.lime.lighten-1 {
+ background-color: #d4e157 !important;
+ border-color: #d4e157 !important;
+}
+.lime--text.text--lighten-1 {
+ color: #d4e157 !important;
+ caret-color: #d4e157 !important;
+}
+.lime.darken-1 {
+ background-color: #c0ca33 !important;
+ border-color: #c0ca33 !important;
+}
+.lime--text.text--darken-1 {
+ color: #c0ca33 !important;
+ caret-color: #c0ca33 !important;
+}
+.lime.darken-2 {
+ background-color: #afb42b !important;
+ border-color: #afb42b !important;
+}
+.lime--text.text--darken-2 {
+ color: #afb42b !important;
+ caret-color: #afb42b !important;
+}
+.lime.darken-3 {
+ background-color: #9e9d24 !important;
+ border-color: #9e9d24 !important;
+}
+.lime--text.text--darken-3 {
+ color: #9e9d24 !important;
+ caret-color: #9e9d24 !important;
+}
+.lime.darken-4 {
+ background-color: #827717 !important;
+ border-color: #827717 !important;
+}
+.lime--text.text--darken-4 {
+ color: #827717 !important;
+ caret-color: #827717 !important;
+}
+.lime.accent-1 {
+ background-color: #f4ff81 !important;
+ border-color: #f4ff81 !important;
+}
+.lime--text.text--accent-1 {
+ color: #f4ff81 !important;
+ caret-color: #f4ff81 !important;
+}
+.lime.accent-2 {
+ background-color: #eeff41 !important;
+ border-color: #eeff41 !important;
+}
+.lime--text.text--accent-2 {
+ color: #eeff41 !important;
+ caret-color: #eeff41 !important;
+}
+.lime.accent-3 {
+ background-color: #c6ff00 !important;
+ border-color: #c6ff00 !important;
+}
+.lime--text.text--accent-3 {
+ color: #c6ff00 !important;
+ caret-color: #c6ff00 !important;
+}
+.lime.accent-4 {
+ background-color: #aeea00 !important;
+ border-color: #aeea00 !important;
+}
+.lime--text.text--accent-4 {
+ color: #aeea00 !important;
+ caret-color: #aeea00 !important;
+}
+.yellow {
+ background-color: #ffeb3b !important;
+ border-color: #ffeb3b !important;
+}
+.yellow--text {
+ color: #ffeb3b !important;
+ caret-color: #ffeb3b !important;
+}
+.yellow.lighten-5 {
+ background-color: #fffde7 !important;
+ border-color: #fffde7 !important;
+}
+.yellow--text.text--lighten-5 {
+ color: #fffde7 !important;
+ caret-color: #fffde7 !important;
+}
+.yellow.lighten-4 {
+ background-color: #fff9c4 !important;
+ border-color: #fff9c4 !important;
+}
+.yellow--text.text--lighten-4 {
+ color: #fff9c4 !important;
+ caret-color: #fff9c4 !important;
+}
+.yellow.lighten-3 {
+ background-color: #fff59d !important;
+ border-color: #fff59d !important;
+}
+.yellow--text.text--lighten-3 {
+ color: #fff59d !important;
+ caret-color: #fff59d !important;
+}
+.yellow.lighten-2 {
+ background-color: #fff176 !important;
+ border-color: #fff176 !important;
+}
+.yellow--text.text--lighten-2 {
+ color: #fff176 !important;
+ caret-color: #fff176 !important;
+}
+.yellow.lighten-1 {
+ background-color: #ffee58 !important;
+ border-color: #ffee58 !important;
+}
+.yellow--text.text--lighten-1 {
+ color: #ffee58 !important;
+ caret-color: #ffee58 !important;
+}
+.yellow.darken-1 {
+ background-color: #fdd835 !important;
+ border-color: #fdd835 !important;
+}
+.yellow--text.text--darken-1 {
+ color: #fdd835 !important;
+ caret-color: #fdd835 !important;
+}
+.yellow.darken-2 {
+ background-color: #fbc02d !important;
+ border-color: #fbc02d !important;
+}
+.yellow--text.text--darken-2 {
+ color: #fbc02d !important;
+ caret-color: #fbc02d !important;
+}
+.yellow.darken-3 {
+ background-color: #f9a825 !important;
+ border-color: #f9a825 !important;
+}
+.yellow--text.text--darken-3 {
+ color: #f9a825 !important;
+ caret-color: #f9a825 !important;
+}
+.yellow.darken-4 {
+ background-color: #f57f17 !important;
+ border-color: #f57f17 !important;
+}
+.yellow--text.text--darken-4 {
+ color: #f57f17 !important;
+ caret-color: #f57f17 !important;
+}
+.yellow.accent-1 {
+ background-color: #ffff8d !important;
+ border-color: #ffff8d !important;
+}
+.yellow--text.text--accent-1 {
+ color: #ffff8d !important;
+ caret-color: #ffff8d !important;
+}
+.yellow.accent-2 {
+ background-color: #ff0 !important;
+ border-color: #ff0 !important;
+}
+.yellow--text.text--accent-2 {
+ color: #ff0 !important;
+ caret-color: #ff0 !important;
+}
+.yellow.accent-3 {
+ background-color: #ffea00 !important;
+ border-color: #ffea00 !important;
+}
+.yellow--text.text--accent-3 {
+ color: #ffea00 !important;
+ caret-color: #ffea00 !important;
+}
+.yellow.accent-4 {
+ background-color: #ffd600 !important;
+ border-color: #ffd600 !important;
+}
+.yellow--text.text--accent-4 {
+ color: #ffd600 !important;
+ caret-color: #ffd600 !important;
+}
+.amber {
+ background-color: #ffc107 !important;
+ border-color: #ffc107 !important;
+}
+.amber--text {
+ color: #ffc107 !important;
+ caret-color: #ffc107 !important;
+}
+.amber.lighten-5 {
+ background-color: #fff8e1 !important;
+ border-color: #fff8e1 !important;
+}
+.amber--text.text--lighten-5 {
+ color: #fff8e1 !important;
+ caret-color: #fff8e1 !important;
+}
+.amber.lighten-4 {
+ background-color: #ffecb3 !important;
+ border-color: #ffecb3 !important;
+}
+.amber--text.text--lighten-4 {
+ color: #ffecb3 !important;
+ caret-color: #ffecb3 !important;
+}
+.amber.lighten-3 {
+ background-color: #ffe082 !important;
+ border-color: #ffe082 !important;
+}
+.amber--text.text--lighten-3 {
+ color: #ffe082 !important;
+ caret-color: #ffe082 !important;
+}
+.amber.lighten-2 {
+ background-color: #ffd54f !important;
+ border-color: #ffd54f !important;
+}
+.amber--text.text--lighten-2 {
+ color: #ffd54f !important;
+ caret-color: #ffd54f !important;
+}
+.amber.lighten-1 {
+ background-color: #ffca28 !important;
+ border-color: #ffca28 !important;
+}
+.amber--text.text--lighten-1 {
+ color: #ffca28 !important;
+ caret-color: #ffca28 !important;
+}
+.amber.darken-1 {
+ background-color: #ffb300 !important;
+ border-color: #ffb300 !important;
+}
+.amber--text.text--darken-1 {
+ color: #ffb300 !important;
+ caret-color: #ffb300 !important;
+}
+.amber.darken-2 {
+ background-color: #ffa000 !important;
+ border-color: #ffa000 !important;
+}
+.amber--text.text--darken-2 {
+ color: #ffa000 !important;
+ caret-color: #ffa000 !important;
+}
+.amber.darken-3 {
+ background-color: #ff8f00 !important;
+ border-color: #ff8f00 !important;
+}
+.amber--text.text--darken-3 {
+ color: #ff8f00 !important;
+ caret-color: #ff8f00 !important;
+}
+.amber.darken-4 {
+ background-color: #ff6f00 !important;
+ border-color: #ff6f00 !important;
+}
+.amber--text.text--darken-4 {
+ color: #ff6f00 !important;
+ caret-color: #ff6f00 !important;
+}
+.amber.accent-1 {
+ background-color: #ffe57f !important;
+ border-color: #ffe57f !important;
+}
+.amber--text.text--accent-1 {
+ color: #ffe57f !important;
+ caret-color: #ffe57f !important;
+}
+.amber.accent-2 {
+ background-color: #ffd740 !important;
+ border-color: #ffd740 !important;
+}
+.amber--text.text--accent-2 {
+ color: #ffd740 !important;
+ caret-color: #ffd740 !important;
+}
+.amber.accent-3 {
+ background-color: #ffc400 !important;
+ border-color: #ffc400 !important;
+}
+.amber--text.text--accent-3 {
+ color: #ffc400 !important;
+ caret-color: #ffc400 !important;
+}
+.amber.accent-4 {
+ background-color: #ffab00 !important;
+ border-color: #ffab00 !important;
+}
+.amber--text.text--accent-4 {
+ color: #ffab00 !important;
+ caret-color: #ffab00 !important;
+}
+.orange {
+ background-color: #ff9800 !important;
+ border-color: #ff9800 !important;
+}
+.orange--text {
+ color: #ff9800 !important;
+ caret-color: #ff9800 !important;
+}
+.orange.lighten-5 {
+ background-color: #fff3e0 !important;
+ border-color: #fff3e0 !important;
+}
+.orange--text.text--lighten-5 {
+ color: #fff3e0 !important;
+ caret-color: #fff3e0 !important;
+}
+.orange.lighten-4 {
+ background-color: #ffe0b2 !important;
+ border-color: #ffe0b2 !important;
+}
+.orange--text.text--lighten-4 {
+ color: #ffe0b2 !important;
+ caret-color: #ffe0b2 !important;
+}
+.orange.lighten-3 {
+ background-color: #ffcc80 !important;
+ border-color: #ffcc80 !important;
+}
+.orange--text.text--lighten-3 {
+ color: #ffcc80 !important;
+ caret-color: #ffcc80 !important;
+}
+.orange.lighten-2 {
+ background-color: #ffb74d !important;
+ border-color: #ffb74d !important;
+}
+.orange--text.text--lighten-2 {
+ color: #ffb74d !important;
+ caret-color: #ffb74d !important;
+}
+.orange.lighten-1 {
+ background-color: #ffa726 !important;
+ border-color: #ffa726 !important;
+}
+.orange--text.text--lighten-1 {
+ color: #ffa726 !important;
+ caret-color: #ffa726 !important;
+}
+.orange.darken-1 {
+ background-color: #fb8c00 !important;
+ border-color: #fb8c00 !important;
+}
+.orange--text.text--darken-1 {
+ color: #fb8c00 !important;
+ caret-color: #fb8c00 !important;
+}
+.orange.darken-2 {
+ background-color: #f57c00 !important;
+ border-color: #f57c00 !important;
+}
+.orange--text.text--darken-2 {
+ color: #f57c00 !important;
+ caret-color: #f57c00 !important;
+}
+.orange.darken-3 {
+ background-color: #ef6c00 !important;
+ border-color: #ef6c00 !important;
+}
+.orange--text.text--darken-3 {
+ color: #ef6c00 !important;
+ caret-color: #ef6c00 !important;
+}
+.orange.darken-4 {
+ background-color: #e65100 !important;
+ border-color: #e65100 !important;
+}
+.orange--text.text--darken-4 {
+ color: #e65100 !important;
+ caret-color: #e65100 !important;
+}
+.orange.accent-1 {
+ background-color: #ffd180 !important;
+ border-color: #ffd180 !important;
+}
+.orange--text.text--accent-1 {
+ color: #ffd180 !important;
+ caret-color: #ffd180 !important;
+}
+.orange.accent-2 {
+ background-color: #ffab40 !important;
+ border-color: #ffab40 !important;
+}
+.orange--text.text--accent-2 {
+ color: #ffab40 !important;
+ caret-color: #ffab40 !important;
+}
+.orange.accent-3 {
+ background-color: #ff9100 !important;
+ border-color: #ff9100 !important;
+}
+.orange--text.text--accent-3 {
+ color: #ff9100 !important;
+ caret-color: #ff9100 !important;
+}
+.orange.accent-4 {
+ background-color: #ff6d00 !important;
+ border-color: #ff6d00 !important;
+}
+.orange--text.text--accent-4 {
+ color: #ff6d00 !important;
+ caret-color: #ff6d00 !important;
+}
+.deep-orange {
+ background-color: #ff5722 !important;
+ border-color: #ff5722 !important;
+}
+.deep-orange--text {
+ color: #ff5722 !important;
+ caret-color: #ff5722 !important;
+}
+.deep-orange.lighten-5 {
+ background-color: #fbe9e7 !important;
+ border-color: #fbe9e7 !important;
+}
+.deep-orange--text.text--lighten-5 {
+ color: #fbe9e7 !important;
+ caret-color: #fbe9e7 !important;
+}
+.deep-orange.lighten-4 {
+ background-color: #ffccbc !important;
+ border-color: #ffccbc !important;
+}
+.deep-orange--text.text--lighten-4 {
+ color: #ffccbc !important;
+ caret-color: #ffccbc !important;
+}
+.deep-orange.lighten-3 {
+ background-color: #ffab91 !important;
+ border-color: #ffab91 !important;
+}
+.deep-orange--text.text--lighten-3 {
+ color: #ffab91 !important;
+ caret-color: #ffab91 !important;
+}
+.deep-orange.lighten-2 {
+ background-color: #ff8a65 !important;
+ border-color: #ff8a65 !important;
+}
+.deep-orange--text.text--lighten-2 {
+ color: #ff8a65 !important;
+ caret-color: #ff8a65 !important;
+}
+.deep-orange.lighten-1 {
+ background-color: #ff7043 !important;
+ border-color: #ff7043 !important;
+}
+.deep-orange--text.text--lighten-1 {
+ color: #ff7043 !important;
+ caret-color: #ff7043 !important;
+}
+.deep-orange.darken-1 {
+ background-color: #f4511e !important;
+ border-color: #f4511e !important;
+}
+.deep-orange--text.text--darken-1 {
+ color: #f4511e !important;
+ caret-color: #f4511e !important;
+}
+.deep-orange.darken-2 {
+ background-color: #e64a19 !important;
+ border-color: #e64a19 !important;
+}
+.deep-orange--text.text--darken-2 {
+ color: #e64a19 !important;
+ caret-color: #e64a19 !important;
+}
+.deep-orange.darken-3 {
+ background-color: #d84315 !important;
+ border-color: #d84315 !important;
+}
+.deep-orange--text.text--darken-3 {
+ color: #d84315 !important;
+ caret-color: #d84315 !important;
+}
+.deep-orange.darken-4 {
+ background-color: #bf360c !important;
+ border-color: #bf360c !important;
+}
+.deep-orange--text.text--darken-4 {
+ color: #bf360c !important;
+ caret-color: #bf360c !important;
+}
+.deep-orange.accent-1 {
+ background-color: #ff9e80 !important;
+ border-color: #ff9e80 !important;
+}
+.deep-orange--text.text--accent-1 {
+ color: #ff9e80 !important;
+ caret-color: #ff9e80 !important;
+}
+.deep-orange.accent-2 {
+ background-color: #ff6e40 !important;
+ border-color: #ff6e40 !important;
+}
+.deep-orange--text.text--accent-2 {
+ color: #ff6e40 !important;
+ caret-color: #ff6e40 !important;
+}
+.deep-orange.accent-3 {
+ background-color: #ff3d00 !important;
+ border-color: #ff3d00 !important;
+}
+.deep-orange--text.text--accent-3 {
+ color: #ff3d00 !important;
+ caret-color: #ff3d00 !important;
+}
+.deep-orange.accent-4 {
+ background-color: #dd2c00 !important;
+ border-color: #dd2c00 !important;
+}
+.deep-orange--text.text--accent-4 {
+ color: #dd2c00 !important;
+ caret-color: #dd2c00 !important;
+}
+.brown {
+ background-color: #795548 !important;
+ border-color: #795548 !important;
+}
+.brown--text {
+ color: #795548 !important;
+ caret-color: #795548 !important;
+}
+.brown.lighten-5 {
+ background-color: #efebe9 !important;
+ border-color: #efebe9 !important;
+}
+.brown--text.text--lighten-5 {
+ color: #efebe9 !important;
+ caret-color: #efebe9 !important;
+}
+.brown.lighten-4 {
+ background-color: #d7ccc8 !important;
+ border-color: #d7ccc8 !important;
+}
+.brown--text.text--lighten-4 {
+ color: #d7ccc8 !important;
+ caret-color: #d7ccc8 !important;
+}
+.brown.lighten-3 {
+ background-color: #bcaaa4 !important;
+ border-color: #bcaaa4 !important;
+}
+.brown--text.text--lighten-3 {
+ color: #bcaaa4 !important;
+ caret-color: #bcaaa4 !important;
+}
+.brown.lighten-2 {
+ background-color: #a1887f !important;
+ border-color: #a1887f !important;
+}
+.brown--text.text--lighten-2 {
+ color: #a1887f !important;
+ caret-color: #a1887f !important;
+}
+.brown.lighten-1 {
+ background-color: #8d6e63 !important;
+ border-color: #8d6e63 !important;
+}
+.brown--text.text--lighten-1 {
+ color: #8d6e63 !important;
+ caret-color: #8d6e63 !important;
+}
+.brown.darken-1 {
+ background-color: #6d4c41 !important;
+ border-color: #6d4c41 !important;
+}
+.brown--text.text--darken-1 {
+ color: #6d4c41 !important;
+ caret-color: #6d4c41 !important;
+}
+.brown.darken-2 {
+ background-color: #5d4037 !important;
+ border-color: #5d4037 !important;
+}
+.brown--text.text--darken-2 {
+ color: #5d4037 !important;
+ caret-color: #5d4037 !important;
+}
+.brown.darken-3 {
+ background-color: #4e342e !important;
+ border-color: #4e342e !important;
+}
+.brown--text.text--darken-3 {
+ color: #4e342e !important;
+ caret-color: #4e342e !important;
+}
+.brown.darken-4 {
+ background-color: #3e2723 !important;
+ border-color: #3e2723 !important;
+}
+.brown--text.text--darken-4 {
+ color: #3e2723 !important;
+ caret-color: #3e2723 !important;
+}
+.blue-grey {
+ background-color: #607d8b !important;
+ border-color: #607d8b !important;
+}
+.blue-grey--text {
+ color: #607d8b !important;
+ caret-color: #607d8b !important;
+}
+.blue-grey.lighten-5 {
+ background-color: #eceff1 !important;
+ border-color: #eceff1 !important;
+}
+.blue-grey--text.text--lighten-5 {
+ color: #eceff1 !important;
+ caret-color: #eceff1 !important;
+}
+.blue-grey.lighten-4 {
+ background-color: #cfd8dc !important;
+ border-color: #cfd8dc !important;
+}
+.blue-grey--text.text--lighten-4 {
+ color: #cfd8dc !important;
+ caret-color: #cfd8dc !important;
+}
+.blue-grey.lighten-3 {
+ background-color: #b0bec5 !important;
+ border-color: #b0bec5 !important;
+}
+.blue-grey--text.text--lighten-3 {
+ color: #b0bec5 !important;
+ caret-color: #b0bec5 !important;
+}
+.blue-grey.lighten-2 {
+ background-color: #90a4ae !important;
+ border-color: #90a4ae !important;
+}
+.blue-grey--text.text--lighten-2 {
+ color: #90a4ae !important;
+ caret-color: #90a4ae !important;
+}
+.blue-grey.lighten-1 {
+ background-color: #78909c !important;
+ border-color: #78909c !important;
+}
+.blue-grey--text.text--lighten-1 {
+ color: #78909c !important;
+ caret-color: #78909c !important;
+}
+.blue-grey.darken-1 {
+ background-color: #546e7a !important;
+ border-color: #546e7a !important;
+}
+.blue-grey--text.text--darken-1 {
+ color: #546e7a !important;
+ caret-color: #546e7a !important;
+}
+.blue-grey.darken-2 {
+ background-color: #455a64 !important;
+ border-color: #455a64 !important;
+}
+.blue-grey--text.text--darken-2 {
+ color: #455a64 !important;
+ caret-color: #455a64 !important;
+}
+.blue-grey.darken-3 {
+ background-color: #37474f !important;
+ border-color: #37474f !important;
+}
+.blue-grey--text.text--darken-3 {
+ color: #37474f !important;
+ caret-color: #37474f !important;
+}
+.blue-grey.darken-4 {
+ background-color: #263238 !important;
+ border-color: #263238 !important;
+}
+.blue-grey--text.text--darken-4 {
+ color: #263238 !important;
+ caret-color: #263238 !important;
+}
+.grey {
+ background-color: #9e9e9e !important;
+ border-color: #9e9e9e !important;
+}
+.grey--text {
+ color: #9e9e9e !important;
+ caret-color: #9e9e9e !important;
+}
+.grey.lighten-5 {
+ background-color: #fafafa !important;
+ border-color: #fafafa !important;
+}
+.grey--text.text--lighten-5 {
+ color: #fafafa !important;
+ caret-color: #fafafa !important;
+}
+.grey.lighten-4 {
+ background-color: #f5f5f5 !important;
+ border-color: #f5f5f5 !important;
+}
+.grey--text.text--lighten-4 {
+ color: #f5f5f5 !important;
+ caret-color: #f5f5f5 !important;
+}
+.grey.lighten-3 {
+ background-color: #eee !important;
+ border-color: #eee !important;
+}
+.grey--text.text--lighten-3 {
+ color: #eee !important;
+ caret-color: #eee !important;
+}
+.grey.lighten-2 {
+ background-color: #e0e0e0 !important;
+ border-color: #e0e0e0 !important;
+}
+.grey--text.text--lighten-2 {
+ color: #e0e0e0 !important;
+ caret-color: #e0e0e0 !important;
+}
+.grey.lighten-1 {
+ background-color: #bdbdbd !important;
+ border-color: #bdbdbd !important;
+}
+.grey--text.text--lighten-1 {
+ color: #bdbdbd !important;
+ caret-color: #bdbdbd !important;
+}
+.grey.darken-1 {
+ background-color: #757575 !important;
+ border-color: #757575 !important;
+}
+.grey--text.text--darken-1 {
+ color: #757575 !important;
+ caret-color: #757575 !important;
+}
+.grey.darken-2 {
+ background-color: #616161 !important;
+ border-color: #616161 !important;
+}
+.grey--text.text--darken-2 {
+ color: #616161 !important;
+ caret-color: #616161 !important;
+}
+.grey.darken-3 {
+ background-color: #424242 !important;
+ border-color: #424242 !important;
+}
+.grey--text.text--darken-3 {
+ color: #424242 !important;
+ caret-color: #424242 !important;
+}
+.grey.darken-4 {
+ background-color: #212121 !important;
+ border-color: #212121 !important;
+}
+.grey--text.text--darken-4 {
+ color: #212121 !important;
+ caret-color: #212121 !important;
+}
+.shades.black {
+ background-color: #000 !important;
+ border-color: #000 !important;
+}
+.shades--text.text--black {
+ color: #000 !important;
+ caret-color: #000 !important;
+}
+.shades.white {
+ background-color: #fff !important;
+ border-color: #fff !important;
+}
+.shades--text.text--white {
+ color: #fff !important;
+ caret-color: #fff !important;
+}
+.shades.transparent {
+ background-color: transparent !important;
+ border-color: transparent !important;
+}
+.shades--text.text--transparent {
+ color: transparent !important;
+ caret-color: transparent !important;
+}
+.elevation-0 {
+ box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(0,0,0,0.14), 0px 0px 0px 0px rgba(0,0,0,0.12) !important;
+}
+.elevation-1 {
+ box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12) !important;
+}
+.elevation-2 {
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12) !important;
+}
+.elevation-3 {
+ box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 1px 8px 0px rgba(0,0,0,0.12) !important;
+}
+.elevation-4 {
+ box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12) !important;
+}
+.elevation-5 {
+ box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 5px 8px 0px rgba(0,0,0,0.14), 0px 1px 14px 0px rgba(0,0,0,0.12) !important;
+}
+.elevation-6 {
+ box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12) !important;
+}
+.elevation-7 {
+ box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.2), 0px 7px 10px 1px rgba(0,0,0,0.14), 0px 2px 16px 1px rgba(0,0,0,0.12) !important;
+}
+.elevation-8 {
+ box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12) !important;
+}
+.elevation-9 {
+ box-shadow: 0px 5px 6px -3px rgba(0,0,0,0.2), 0px 9px 12px 1px rgba(0,0,0,0.14), 0px 3px 16px 2px rgba(0,0,0,0.12) !important;
+}
+.elevation-10 {
+ box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.2), 0px 10px 14px 1px rgba(0,0,0,0.14), 0px 4px 18px 3px rgba(0,0,0,0.12) !important;
+}
+.elevation-11 {
+ box-shadow: 0px 6px 7px -4px rgba(0,0,0,0.2), 0px 11px 15px 1px rgba(0,0,0,0.14), 0px 4px 20px 3px rgba(0,0,0,0.12) !important;
+}
+.elevation-12 {
+ box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2), 0px 12px 17px 2px rgba(0,0,0,0.14), 0px 5px 22px 4px rgba(0,0,0,0.12) !important;
+}
+.elevation-13 {
+ box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2), 0px 13px 19px 2px rgba(0,0,0,0.14), 0px 5px 24px 4px rgba(0,0,0,0.12) !important;
+}
+.elevation-14 {
+ box-shadow: 0px 7px 9px -4px rgba(0,0,0,0.2), 0px 14px 21px 2px rgba(0,0,0,0.14), 0px 5px 26px 4px rgba(0,0,0,0.12) !important;
+}
+.elevation-15 {
+ box-shadow: 0px 8px 9px -5px rgba(0,0,0,0.2), 0px 15px 22px 2px rgba(0,0,0,0.14), 0px 6px 28px 5px rgba(0,0,0,0.12) !important;
+}
+.elevation-16 {
+ box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.2), 0px 16px 24px 2px rgba(0,0,0,0.14), 0px 6px 30px 5px rgba(0,0,0,0.12) !important;
+}
+.elevation-17 {
+ box-shadow: 0px 8px 11px -5px rgba(0,0,0,0.2), 0px 17px 26px 2px rgba(0,0,0,0.14), 0px 6px 32px 5px rgba(0,0,0,0.12) !important;
+}
+.elevation-18 {
+ box-shadow: 0px 9px 11px -5px rgba(0,0,0,0.2), 0px 18px 28px 2px rgba(0,0,0,0.14), 0px 7px 34px 6px rgba(0,0,0,0.12) !important;
+}
+.elevation-19 {
+ box-shadow: 0px 9px 12px -6px rgba(0,0,0,0.2), 0px 19px 29px 2px rgba(0,0,0,0.14), 0px 7px 36px 6px rgba(0,0,0,0.12) !important;
+}
+.elevation-20 {
+ box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.2), 0px 20px 31px 3px rgba(0,0,0,0.14), 0px 8px 38px 7px rgba(0,0,0,0.12) !important;
+}
+.elevation-21 {
+ box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.2), 0px 21px 33px 3px rgba(0,0,0,0.14), 0px 8px 40px 7px rgba(0,0,0,0.12) !important;
+}
+.elevation-22 {
+ box-shadow: 0px 10px 14px -6px rgba(0,0,0,0.2), 0px 22px 35px 3px rgba(0,0,0,0.14), 0px 8px 42px 7px rgba(0,0,0,0.12) !important;
+}
+.elevation-23 {
+ box-shadow: 0px 11px 14px -7px rgba(0,0,0,0.2), 0px 23px 36px 3px rgba(0,0,0,0.14), 0px 9px 44px 8px rgba(0,0,0,0.12) !important;
+}
+.elevation-24 {
+ box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2), 0px 24px 38px 3px rgba(0,0,0,0.14), 0px 9px 46px 8px rgba(0,0,0,0.12) !important;
+}
+html {
+ box-sizing: border-box;
+ overflow-y: scroll; /* All browsers without overlaying scrollbars */
+ -webkit-text-size-adjust: 100%; /* iOS 8+ */
+}
+*,
+::before,
+::after {
+ box-sizing: inherit;
+}
+::before,
+::after {
+ text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
+ vertical-align: inherit;
+}
+* {
+ background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
+ padding: 0; /* Reset `padding` and `margin` of all elements */
+ margin: 0;
+}
+audio:not([controls]) {
+ display: none;
+ height: 0;
+}
+hr {
+ overflow: visible; /* Show the overflow in Edge and IE */
+}
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+main,
+menu,
+nav,
+section,
+summary {
+ display: block;
+}
+summary {
+ display: list-item; /* Add the correct display in all browsers */
+}
+small {
+ font-size: 80%; /* Set font-size to 80% in `small` elements */
+}
+[hidden],
+template {
+ display: none; /* Add the correct display in IE */
+}
+abbr[title] {
+ border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
+ text-decoration: none; /* Remove text decoration in Firefox 40+ */
+}
+a {
+ background-color: transparent; /* Remove the gray background on active links in IE 10 */
+ -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
+}
+a:active,
+a:hover {
+ outline-width: 0; /* Remove the outline when hovering in all browsers */
+}
+code,
+kbd,
+pre,
+samp {
+ font-family: monospace, monospace; /* Specify the font family of code elements */
+}
+b,
+strong {
+ font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
+}
+dfn {
+ font-style: italic; /* Address styling not present in Safari and Chrome */
+}
+mark {
+ background-color: #ff0;
+ color: #000;
+}
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+sub {
+ bottom: -0.25em;
+}
+sup {
+ top: -0.5em;
+}
+input {
+ border-radius: 0;
+}
+button,
+[type="button"],
+[type="reset"],
+[type="submit"],
+[role="button"] {
+ cursor: pointer;
+}
+[disabled] {
+ cursor: default;
+}
+[type="number"] {
+ width: auto; /* Firefox 36+ */
+}
+[type="search"] {
+ -webkit-appearance: textfield; /* Safari 8+ */
+}
+[type="search"]::-webkit-search-cancel-button,
+[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none; /* Safari 8 */
+}
+textarea {
+ overflow: auto; /* Internet Explorer 11+ */
+ resize: vertical; /* Specify textarea resizability */
+}
+button,
+input,
+optgroup,
+select,
+textarea {
+ font: inherit; /* Specify font inheritance of form elements */
+}
+optgroup {
+ font-weight: bold; /* Restore the font weight unset by the previous rule. */
+}
+button {
+ overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
+}
+button::-moz-focus-inner,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+ border-style: 0;
+ padding: 0;
+}
+button:-moz-focusring,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+ outline: 0;
+ border: 0;
+}
+button,
+html [type="button"],
+[type="reset"],
+[type="submit"] {
+ -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
+}
+button,
+select {
+ text-transform: none; /* Firefox 40+, Internet Explorer 11- */
+}
+button,
+input,
+select,
+textarea {
+ background-color: transparent;
+ border-style: none;
+ color: inherit;
+}
+select {
+ -moz-appearance: none; /* Firefox 36+ */
+ -webkit-appearance: none; /* Chrome 41+ */
+}
+select::-ms-expand {
+ display: none; /* Internet Explorer 11+ */
+}
+select::-ms-value {
+ color: currentColor; /* Internet Explorer 11+ */
+}
+legend {
+ border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
+ color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
+ display: table; /* Correct the text wrapping in Edge and IE */
+ max-width: 100%; /* Correct the text wrapping in Edge and IE */
+ white-space: normal; /* Correct the text wrapping in Edge and IE */
+}
+::-webkit-file-upload-button {
+ -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
+ font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
+}
+[type="search"] {
+ -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
+ outline-offset: -2px; /* Correct the outline style in Safari */
+}
+img {
+ border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
+}
+progress {
+ vertical-align: baseline;
+}
+svg:not(:root) {
+ overflow: hidden; /* Internet Explorer 11- */
+}
+audio,
+canvas,
+progress,
+video {
+ display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
+}
+[aria-busy="true"] {
+ cursor: progress;
+}
+[aria-controls] {
+ cursor: pointer;
+}
+[aria-disabled] {
+ cursor: default;
+}
+::selection {
+ background-color: #b3d4fc; /* Required when declaring ::selection */
+ color: #000;
+ text-shadow: none;
+}
+.bottom-sheet-transition-enter {
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%);
+}
+.bottom-sheet-transition-leave-to {
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%);
+}
+.carousel-transition-enter {
+ -webkit-transform: translate(100%, 0);
+ transform: translate(100%, 0);
+}
+.carousel-transition-leave,
+.carousel-transition-leave-to {
+ position: absolute;
+ top: 0;
+ -webkit-transform: translate(-100%, 0);
+ transform: translate(-100%, 0);
+}
+.carousel-reverse-transition-enter {
+ -webkit-transform: translate(-100%, 0);
+ transform: translate(-100%, 0);
+}
+.carousel-reverse-transition-leave,
+.carousel-reverse-transition-leave-to {
+ position: absolute;
+ top: 0;
+ -webkit-transform: translate(100%, 0);
+ transform: translate(100%, 0);
+}
+.dialog-transition-enter,
+.dialog-transition-leave-to {
+ -webkit-transform: scale(0.5);
+ transform: scale(0.5);
+ opacity: 0;
+}
+.dialog-transition-enter-to,
+.dialog-transition-leave {
+ opacity: 1;
+}
+.dialog-bottom-transition-enter,
+.dialog-bottom-transition-leave-to {
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%);
+}
+.picker-transition-enter-active,
+.picker-reverse-transition-enter-active,
+.picker-transition-leave-active,
+.picker-reverse-transition-leave-active {
+ transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
+}
+.picker-transition-enter,
+.picker-reverse-transition-enter,
+.picker-transition-leave-to,
+.picker-reverse-transition-leave-to {
+ opacity: 0;
+}
+.picker-transition-leave,
+.picker-reverse-transition-leave,
+.picker-transition-leave-active,
+.picker-reverse-transition-leave-active,
+.picker-transition-leave-to,
+.picker-reverse-transition-leave-to {
+ position: absolute !important;
+}
+.picker-transition-enter {
+ -webkit-transform: translate(0, 100%);
+ transform: translate(0, 100%);
+}
+.picker-transition-leave-to {
+ -webkit-transform: translate(0, -100%);
+ transform: translate(0, -100%);
+}
+.picker-reverse-transition-enter {
+ -webkit-transform: translate(0, -100%);
+ transform: translate(0, -100%);
+}
+.picker-reverse-transition-leave-to {
+ -webkit-transform: translate(0, 100%);
+ transform: translate(0, 100%);
+}
+.picker-title-transition-enter-to,
+.picker-title-transition-leave {
+ -webkit-transform: translate(0, 0);
+ transform: translate(0, 0);
+}
+.picker-title-transition-enter {
+ -webkit-transform: translate(-100%, 0);
+ transform: translate(-100%, 0);
+}
+.picker-title-transition-leave-to {
+ opacity: 0;
+ -webkit-transform: translate(100%, 0);
+ transform: translate(100%, 0);
+}
+.picker-title-transition-leave,
+.picker-title-transition-leave-to,
+.picker-title-transition-leave-active {
+ position: absolute !important;
+}
+.tab-transition-enter {
+ -webkit-transform: translate(100%, 0);
+ transform: translate(100%, 0);
+}
+.tab-transition-leave,
+.tab-transition-leave-active {
+ position: absolute;
+ top: 0;
+}
+.tab-transition-leave-to {
+ position: absolute;
+ -webkit-transform: translate(-100%, 0);
+ transform: translate(-100%, 0);
+}
+.tab-reverse-transition-enter {
+ -webkit-transform: translate(-100%, 0);
+ transform: translate(-100%, 0);
+}
+.tab-reverse-transition-leave,
+.tab-reverse-transition-leave-to {
+ top: 0;
+ position: absolute;
+ -webkit-transform: translate(100%, 0);
+ transform: translate(100%, 0);
+}
+.expand-transition-enter-active,
+.expand-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.expand-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.expand-x-transition-enter-active,
+.expand-x-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.expand-x-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.scale-transition-enter-active,
+.scale-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.scale-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.scale-transition-enter,
+.scale-transition-leave,
+.scale-transition-leave-to {
+ opacity: 0;
+ -webkit-transform: scale(0);
+ transform: scale(0);
+}
+.message-transition-enter-active,
+.message-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.message-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.message-transition-enter,
+.message-transition-leave-to {
+ opacity: 0;
+ -webkit-transform: translateY(-15px);
+ transform: translateY(-15px);
+}
+.message-transition-leave,
+.message-transition-leave-active {
+ position: absolute;
+}
+.slide-y-transition-enter-active,
+.slide-y-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.slide-y-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.slide-y-transition-enter,
+.slide-y-transition-leave-to {
+ opacity: 0;
+ -webkit-transform: translateY(-15px);
+ transform: translateY(-15px);
+}
+.slide-y-reverse-transition-enter-active,
+.slide-y-reverse-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.slide-y-reverse-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.slide-y-reverse-transition-enter,
+.slide-y-reverse-transition-leave-to {
+ opacity: 0;
+ -webkit-transform: translateY(15px);
+ transform: translateY(15px);
+}
+.scroll-y-transition-enter-active,
+.scroll-y-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.scroll-y-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.scroll-y-transition-enter,
+.scroll-y-transition-leave-to {
+ opacity: 0;
+}
+.scroll-y-transition-enter {
+ -webkit-transform: translateY(-15px);
+ transform: translateY(-15px);
+}
+.scroll-y-transition-leave-to {
+ -webkit-transform: translateY(15px);
+ transform: translateY(15px);
+}
+.scroll-y-reverse-transition-enter-active,
+.scroll-y-reverse-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.scroll-y-reverse-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.scroll-y-reverse-transition-enter,
+.scroll-y-reverse-transition-leave-to {
+ opacity: 0;
+}
+.scroll-y-reverse-transition-enter {
+ -webkit-transform: translateY(15px);
+ transform: translateY(15px);
+}
+.scroll-y-reverse-transition-leave-to {
+ -webkit-transform: translateY(-15px);
+ transform: translateY(-15px);
+}
+.scroll-x-transition-enter-active,
+.scroll-x-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.scroll-x-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.scroll-x-transition-enter,
+.scroll-x-transition-leave-to {
+ opacity: 0;
+}
+.scroll-x-transition-enter {
+ -webkit-transform: translateX(-15px);
+ transform: translateX(-15px);
+}
+.scroll-x-transition-leave-to {
+ -webkit-transform: translateX(15px);
+ transform: translateX(15px);
+}
+.scroll-x-reverse-transition-enter-active,
+.scroll-x-reverse-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.scroll-x-reverse-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.scroll-x-reverse-transition-enter,
+.scroll-x-reverse-transition-leave-to {
+ opacity: 0;
+}
+.scroll-x-reverse-transition-enter {
+ -webkit-transform: translateX(15px);
+ transform: translateX(15px);
+}
+.scroll-x-reverse-transition-leave-to {
+ -webkit-transform: translateX(-15px);
+ transform: translateX(-15px);
+}
+.slide-x-transition-enter-active,
+.slide-x-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.slide-x-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.slide-x-transition-enter,
+.slide-x-transition-leave-to {
+ opacity: 0;
+ -webkit-transform: translateX(-15px);
+ transform: translateX(-15px);
+}
+.slide-x-reverse-transition-enter-active,
+.slide-x-reverse-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.slide-x-reverse-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.slide-x-reverse-transition-enter,
+.slide-x-reverse-transition-leave-to {
+ opacity: 0;
+ -webkit-transform: translateX(15px);
+ transform: translateX(15px);
+}
+.fade-transition-enter-active,
+.fade-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.fade-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.fade-transition-enter,
+.fade-transition-leave-to {
+ opacity: 0;
+}
+.fab-transition-enter-active,
+.fab-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.fab-transition-move {
+ transition: -webkit-transform 0.6s;
+ transition: transform 0.6s;
+ transition: transform 0.6s, -webkit-transform 0.6s;
+}
+.fab-transition-enter,
+.fab-transition-leave-to {
+ -webkit-transform: scale(0) rotate(-45deg);
+ transform: scale(0) rotate(-45deg);
+}
+.blockquote {
+ padding: 16px 0 16px 24px;
+ font-size: 18px;
+ font-weight: 300;
+}
+code,
+kbd {
+ display: inline-block;
+ border-radius: 3px;
+ white-space: pre-wrap;
+ font-size: 85%;
+ font-weight: 900;
+}
+code:after,
+kbd:after,
+code:before,
+kbd:before {
+ content: "\00a0";
+ letter-spacing: -1px;
+}
+code {
+ background-color: #f5f5f5;
+ color: #bd4147;
+ box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
+}
+kbd {
+ background: #616161;
+ color: #fff;
+}
+html {
+ font-size: 14px;
+ overflow-x: hidden;
+ text-rendering: optimizeLegibility;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
+}
+.application {
+ font-family: 'Roboto', sans-serif;
+ line-height: 1.5;
+}
+::-ms-clear,
+::-ms-reveal {
+ display: none;
+}
+ul,
+ol {
+ padding-left: 24px;
+}
+.display-4 {
+ font-size: 112px !important;
+ font-weight: 300;
+ line-height: 1 !important;
+ letter-spacing: -0.04em !important;
+ font-family: 'Roboto', sans-serif !important;
+}
+.display-3 {
+ font-size: 56px !important;
+ font-weight: 400;
+ line-height: 1.35 !important;
+ letter-spacing: -0.02em !important;
+ font-family: 'Roboto', sans-serif !important;
+}
+.display-2 {
+ font-size: 45px !important;
+ font-weight: 400;
+ line-height: 48px !important;
+ letter-spacing: normal !important;
+ font-family: 'Roboto', sans-serif !important;
+}
+.display-1 {
+ font-size: 34px !important;
+ font-weight: 400;
+ line-height: 40px !important;
+ letter-spacing: normal !important;
+ font-family: 'Roboto', sans-serif !important;
+}
+.headline {
+ font-size: 24px !important;
+ font-weight: 400;
+ line-height: 32px !important;
+ letter-spacing: normal !important;
+ font-family: 'Roboto', sans-serif !important;
+}
+.title {
+ font-size: 20px !important;
+ font-weight: 500;
+ line-height: 1 !important;
+ letter-spacing: 0.02em !important;
+ font-family: 'Roboto', sans-serif !important;
+}
+.subheading {
+ font-size: 16px !important;
+ font-weight: 400;
+}
+.body-2 {
+ font-size: 14px !important;
+ font-weight: 500;
+}
+.body-1 {
+ font-size: 14px !important;
+ font-weight: 400;
+}
+.caption {
+ font-size: 12px !important;
+ font-weight: 400;
+}
+p {
+ margin-bottom: 16px;
+}
+.overflow-hidden {
+ overflow: hidden;
+}
+.overflow-x-hidden {
+ overflow-x: hidden;
+}
+.overflow-y-hidden {
+ overflow-y: hidden;
+}
+.right {
+ float: right !important;
+}
+.left {
+ float: left !important;
+}
+.ma-auto {
+ margin-top: auto !important;
+ margin-right: auto !important;
+ margin-bottom: auto !important;
+ margin-left: auto !important;
+}
+.my-auto {
+ margin-top: auto !important;
+ margin-bottom: auto !important;
+}
+.mx-auto {
+ margin-left: auto !important;
+ margin-right: auto !important;
+}
+.mt-auto {
+ margin-top: auto !important;
+}
+.mr-auto {
+ margin-right: auto !important;
+}
+.mb-auto {
+ margin-bottom: auto !important;
+}
+.ml-auto {
+ margin-left: auto !important;
+}
+.ma-0 {
+ margin: 0 0 !important;
+}
+.my-0 {
+ margin-top: 0 !important;
+ margin-bottom: 0 !important;
+}
+.mx-0 {
+ margin-left: 0 !important;
+ margin-right: 0 !important;
+}
+.mt-0 {
+ margin-top: 0 !important;
+}
+.mr-0 {
+ margin-right: 0 !important;
+}
+.mb-0 {
+ margin-bottom: 0 !important;
+}
+.ml-0 {
+ margin-left: 0 !important;
+}
+.pa-0 {
+ padding: 0 0 !important;
+}
+.py-0 {
+ padding-top: 0 !important;
+ padding-bottom: 0 !important;
+}
+.px-0 {
+ padding-left: 0 !important;
+ padding-right: 0 !important;
+}
+.pt-0 {
+ padding-top: 0 !important;
+}
+.pr-0 {
+ padding-right: 0 !important;
+}
+.pb-0 {
+ padding-bottom: 0 !important;
+}
+.pl-0 {
+ padding-left: 0 !important;
+}
+.ma-1 {
+ margin: 4px 4px !important;
+}
+.my-1 {
+ margin-top: 4px !important;
+ margin-bottom: 4px !important;
+}
+.mx-1 {
+ margin-left: 4px !important;
+ margin-right: 4px !important;
+}
+.mt-1 {
+ margin-top: 4px !important;
+}
+.mr-1 {
+ margin-right: 4px !important;
+}
+.mb-1 {
+ margin-bottom: 4px !important;
+}
+.ml-1 {
+ margin-left: 4px !important;
+}
+.pa-1 {
+ padding: 4px 4px !important;
+}
+.py-1 {
+ padding-top: 4px !important;
+ padding-bottom: 4px !important;
+}
+.px-1 {
+ padding-left: 4px !important;
+ padding-right: 4px !important;
+}
+.pt-1 {
+ padding-top: 4px !important;
+}
+.pr-1 {
+ padding-right: 4px !important;
+}
+.pb-1 {
+ padding-bottom: 4px !important;
+}
+.pl-1 {
+ padding-left: 4px !important;
+}
+.ma-2 {
+ margin: 8px 8px !important;
+}
+.my-2 {
+ margin-top: 8px !important;
+ margin-bottom: 8px !important;
+}
+.mx-2 {
+ margin-left: 8px !important;
+ margin-right: 8px !important;
+}
+.mt-2 {
+ margin-top: 8px !important;
+}
+.mr-2 {
+ margin-right: 8px !important;
+}
+.mb-2 {
+ margin-bottom: 8px !important;
+}
+.ml-2 {
+ margin-left: 8px !important;
+}
+.pa-2 {
+ padding: 8px 8px !important;
+}
+.py-2 {
+ padding-top: 8px !important;
+ padding-bottom: 8px !important;
+}
+.px-2 {
+ padding-left: 8px !important;
+ padding-right: 8px !important;
+}
+.pt-2 {
+ padding-top: 8px !important;
+}
+.pr-2 {
+ padding-right: 8px !important;
+}
+.pb-2 {
+ padding-bottom: 8px !important;
+}
+.pl-2 {
+ padding-left: 8px !important;
+}
+.ma-3 {
+ margin: 16px 16px !important;
+}
+.my-3 {
+ margin-top: 16px !important;
+ margin-bottom: 16px !important;
+}
+.mx-3 {
+ margin-left: 16px !important;
+ margin-right: 16px !important;
+}
+.mt-3 {
+ margin-top: 16px !important;
+}
+.mr-3 {
+ margin-right: 16px !important;
+}
+.mb-3 {
+ margin-bottom: 16px !important;
+}
+.ml-3 {
+ margin-left: 16px !important;
+}
+.pa-3 {
+ padding: 16px 16px !important;
+}
+.py-3 {
+ padding-top: 16px !important;
+ padding-bottom: 16px !important;
+}
+.px-3 {
+ padding-left: 16px !important;
+ padding-right: 16px !important;
+}
+.pt-3 {
+ padding-top: 16px !important;
+}
+.pr-3 {
+ padding-right: 16px !important;
+}
+.pb-3 {
+ padding-bottom: 16px !important;
+}
+.pl-3 {
+ padding-left: 16px !important;
+}
+.ma-4 {
+ margin: 24px 24px !important;
+}
+.my-4 {
+ margin-top: 24px !important;
+ margin-bottom: 24px !important;
+}
+.mx-4 {
+ margin-left: 24px !important;
+ margin-right: 24px !important;
+}
+.mt-4 {
+ margin-top: 24px !important;
+}
+.mr-4 {
+ margin-right: 24px !important;
+}
+.mb-4 {
+ margin-bottom: 24px !important;
+}
+.ml-4 {
+ margin-left: 24px !important;
+}
+.pa-4 {
+ padding: 24px 24px !important;
+}
+.py-4 {
+ padding-top: 24px !important;
+ padding-bottom: 24px !important;
+}
+.px-4 {
+ padding-left: 24px !important;
+ padding-right: 24px !important;
+}
+.pt-4 {
+ padding-top: 24px !important;
+}
+.pr-4 {
+ padding-right: 24px !important;
+}
+.pb-4 {
+ padding-bottom: 24px !important;
+}
+.pl-4 {
+ padding-left: 24px !important;
+}
+.ma-5 {
+ margin: 48px 48px !important;
+}
+.my-5 {
+ margin-top: 48px !important;
+ margin-bottom: 48px !important;
+}
+.mx-5 {
+ margin-left: 48px !important;
+ margin-right: 48px !important;
+}
+.mt-5 {
+ margin-top: 48px !important;
+}
+.mr-5 {
+ margin-right: 48px !important;
+}
+.mb-5 {
+ margin-bottom: 48px !important;
+}
+.ml-5 {
+ margin-left: 48px !important;
+}
+.pa-5 {
+ padding: 48px 48px !important;
+}
+.py-5 {
+ padding-top: 48px !important;
+ padding-bottom: 48px !important;
+}
+.px-5 {
+ padding-left: 48px !important;
+ padding-right: 48px !important;
+}
+.pt-5 {
+ padding-top: 48px !important;
+}
+.pr-5 {
+ padding-right: 48px !important;
+}
+.pb-5 {
+ padding-bottom: 48px !important;
+}
+.pl-5 {
+ padding-left: 48px !important;
+}
+.font-weight-thin {
+ font-weight: 100 !important;
+}
+.font-weight-light {
+ font-weight: 300 !important;
+}
+.font-weight-regular {
+ font-weight: 400 !important;
+}
+.font-weight-medium {
+ font-weight: 500 !important;
+}
+.font-weight-bold {
+ font-weight: 700 !important;
+}
+.font-weight-black {
+ font-weight: 900 !important;
+}
+.font-italic {
+ font-style: italic !important;
+}
+.text-capitalize {
+ text-transform: capitalize !important;
+}
+.text-lowercase {
+ text-transform: lowercase !important;
+}
+.text-none {
+ text-transform: none !important;
+}
+.text-uppercase {
+ text-transform: uppercase !important;
+}
+.text-no-wrap {
+ white-space: nowrap !important;
+}
+.text-truncate {
+ white-space: nowrap !important;
+ overflow: hidden !important;
+ text-overflow: ellipsis !important;
+ line-height: 1.1 !important;
+}
+.transition-fast-out-slow-in {
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
+}
+.transition-linear-out-slow-in {
+ transition: 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
+}
+.transition-fast-out-linear-in {
+ transition: 0.3s cubic-bezier(0.4, 0, 1, 1) !important;
+}
+.transition-ease-in-out {
+ transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1) !important;
+}
+.transition-fast-in-fast-out {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
+}
+.transition-swing {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
+}
+@media screen {
+ [hidden~="screen"] {
+ display: inherit;
+ }
+ [hidden~="screen"]:not(:active):not(:focus):not(:target) {
+ position: absolute !important;
+ clip: rect(0 0 0 0) !important;
+ }
+}
+@media only print {
+ .hidden-print-only {
+ display: none !important;
+ }
+}
+@media only screen {
+ .hidden-screen-only {
+ display: none !important;
+ }
+}
+@media only screen and (max-width: 599px) {
+ .hidden-xs-only {
+ display: none !important;
+ }
+}
+@media only screen and (min-width: 600px) and (max-width: 959px) {
+ .hidden-sm-only {
+ display: none !important;
+ }
+}
+@media only screen and (max-width: 959px) {
+ .hidden-sm-and-down {
+ display: none !important;
+ }
+}
+@media only screen and (min-width: 600px) {
+ .hidden-sm-and-up {
+ display: none !important;
+ }
+}
+@media only screen and (min-width: 960px) and (max-width: 1263px) {
+ .hidden-md-only {
+ display: none !important;
+ }
+}
+@media only screen and (max-width: 1263px) {
+ .hidden-md-and-down {
+ display: none !important;
+ }
+}
+@media only screen and (min-width: 960px) {
+ .hidden-md-and-up {
+ display: none !important;
+ }
+}
+@media only screen and (min-width: 1264px) and (max-width: 1903px) {
+ .hidden-lg-only {
+ display: none !important;
+ }
+}
+@media only screen and (max-width: 1903px) {
+ .hidden-lg-and-down {
+ display: none !important;
+ }
+}
+@media only screen and (min-width: 1264px) {
+ .hidden-lg-and-up {
+ display: none !important;
+ }
+}
+@media only screen and (min-width: 1904px) {
+ .hidden-xl-only {
+ display: none !important;
+ }
+}
+@media all and (min-width: 0) {
+ .text-xs-left {
+ text-align: left !important;
+ }
+ .text-xs-center {
+ text-align: center !important;
+ }
+ .text-xs-right {
+ text-align: right !important;
+ }
+ .text-xs-justify {
+ text-align: justify !important;
+ }
+}
+@media all and (min-width: 600px) {
+ .text-sm-left {
+ text-align: left !important;
+ }
+ .text-sm-center {
+ text-align: center !important;
+ }
+ .text-sm-right {
+ text-align: right !important;
+ }
+ .text-sm-justify {
+ text-align: justify !important;
+ }
+}
+@media all and (min-width: 960px) {
+ .text-md-left {
+ text-align: left !important;
+ }
+ .text-md-center {
+ text-align: center !important;
+ }
+ .text-md-right {
+ text-align: right !important;
+ }
+ .text-md-justify {
+ text-align: justify !important;
+ }
+}
+@media all and (min-width: 1264px) {
+ .text-lg-left {
+ text-align: left !important;
+ }
+ .text-lg-center {
+ text-align: center !important;
+ }
+ .text-lg-right {
+ text-align: right !important;
+ }
+ .text-lg-justify {
+ text-align: justify !important;
+ }
+}
+@media all and (min-width: 1904px) {
+ .text-xl-left {
+ text-align: left !important;
+ }
+ .text-xl-center {
+ text-align: center !important;
+ }
+ .text-xl-right {
+ text-align: right !important;
+ }
+ .text-xl-justify {
+ text-align: justify !important;
+ }
+}
+
+.application {
+ display: flex;
+}
+.application a {
+ cursor: pointer;
+}
+.application--is-rtl {
+ direction: rtl;
+}
+.application--wrap {
+ flex: 1 1 auto;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ display: flex;
+ flex-direction: column;
+ min-height: 100vh;
+ max-width: 100%;
+ position: relative;
+}
+.theme--light.application {
+ background: #fafafa;
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.application .text--primary {
+ color: rgba(0,0,0,0.87) !important;
+}
+.theme--light.application .text--secondary {
+ color: rgba(0,0,0,0.54) !important;
+}
+.theme--light.application .text--disabled {
+ color: rgba(0,0,0,0.38) !important;
+}
+.theme--dark.application {
+ background: #303030;
+ color: #fff;
+}
+.theme--dark.application .text--primary {
+ color: #fff !important;
+}
+.theme--dark.application .text--secondary {
+ color: rgba(255,255,255,0.7) !important;
+}
+.theme--dark.application .text--disabled {
+ color: rgba(255,255,255,0.5) !important;
+}
+@-moz-document url-prefix() {
+}
+@media print {
+ @-moz-document url-prefix() {
+ .application {
+ display: block;
+ }
+ .application--wrap {
+ display: block;
+ }
+ }
+}
+
+.v-alert {
+ border-radius: 0;
+ border-width: 4px 0 0 0;
+ border-style: solid;
+ color: #fff;
+ display: flex;
+ font-size: 14px;
+ margin: 4px auto;
+ padding: 16px;
+ position: relative;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-alert .v-alert__icon.v-icon,
+.v-alert__dismissible .v-icon {
+ align-self: center;
+ color: rgba(0,0,0,0.3);
+ font-size: 24px;
+}
+.v-alert--outline .v-icon {
+ color: inherit !important;
+}
+.v-alert__icon {
+ margin-right: 16px;
+}
+.v-alert__dismissible {
+ align-self: flex-start;
+ color: inherit;
+ margin-left: 16px;
+ margin-right: 0;
+ text-decoration: none;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-alert__dismissible:hover {
+ opacity: 0.8;
+}
+.v-alert--no-icon .v-alert__icon {
+ display: none;
+}
+.v-alert > div {
+ align-self: center;
+ flex: 1 1;
+}
+.v-alert.v-alert {
+ border-color: rgba(0,0,0,0.12) !important;
+}
+.v-alert.v-alert--outline {
+ border: 1px solid currentColor !important;
+}
+@media screen and (max-width: 600px) {
+ .v-alert__icon {
+ display: none;
+ }
+}
+
+/* Themes */
+.theme--light.v-icon {
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-icon.v-icon--disabled {
+ color: rgba(0,0,0,0.38) !important;
+}
+.theme--dark.v-icon {
+ color: #fff;
+}
+.theme--dark.v-icon.v-icon--disabled {
+ color: rgba(255,255,255,0.5) !important;
+}
+.v-icon {
+ align-items: center;
+ display: inline-flex;
+ -webkit-font-feature-settings: 'liga';
+ font-feature-settings: 'liga';
+ font-size: 24px;
+ justify-content: center;
+ line-height: 1;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ vertical-align: text-bottom;
+}
+.v-icon--right {
+ margin-left: 16px;
+}
+.v-icon--left {
+ margin-right: 16px;
+}
+.v-icon.v-icon.v-icon--link {
+ cursor: pointer;
+}
+.v-icon--disabled {
+ pointer-events: none;
+ opacity: 0.6;
+}
+.v-icon--is-component {
+ height: 24px;
+}
+
+.v-autocomplete.v-input > .v-input__control > .v-input__slot {
+ cursor: text;
+}
+.v-autocomplete input {
+ align-self: center;
+}
+.v-autocomplete--is-selecting-index input {
+ opacity: 0;
+}
+.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line) .v-select__slot > input {
+ margin-top: 24px;
+}
+.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input {
+ pointer-events: inherit;
+}
+.v-autocomplete__content.v-menu__content {
+ border-radius: 0;
+}
+.v-autocomplete__content.v-menu__content .v-card {
+ border-radius: 0;
+}
+
+.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
+ border-color: rgba(0,0,0,0.42);
+}
+.theme--light.v-text-field:not(.v-input--has-state) > .v-input__control > .v-input__slot:hover:before {
+ border-color: rgba(0,0,0,0.87);
+}
+.theme--light.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before {
+ border-image: repeating-linear-gradient(to right, rgba(0,0,0,0.38) 0px, rgba(0,0,0,0.38) 2px, transparent 2px, transparent 4px) 1 repeat;
+}
+.theme--light.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before .v-text-field__prefix,
+.theme--light.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before .v-text-field__suffix {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-text-field__prefix,
+.theme--light.v-text-field__suffix {
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
+ border-radius: 2px;
+ background: #fff;
+}
+.theme--light.v-text-field--solo-inverted.v-text-field--solo > .v-input__control > .v-input__slot {
+ background: rgba(0,0,0,0.16);
+}
+.theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot {
+ background: #424242;
+}
+.theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot .v-label,
+.theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot input {
+ color: #fff;
+}
+.theme--light.v-text-field--box > .v-input__control > .v-input__slot {
+ background: rgba(0,0,0,0.06);
+}
+.theme--light.v-text-field--box .v-text-field__prefix {
+ max-height: 32px;
+ margin-top: 22px;
+}
+.theme--light.v-text-field--box.v-input--is-dirty .v-text-field__prefix,
+.theme--light.v-text-field--box.v-input--is-focused .v-text-field__prefix,
+.theme--light.v-text-field--box.v-text-field--placeholder .v-text-field__prefix {
+ margin-top: 22px;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.theme--light.v-text-field--box:not(.v-input--is-focused) > .v-input__control > .v-input__slot:hover {
+ background: rgba(0,0,0,0.12);
+}
+.theme--light.v-text-field--outline > .v-input__control > .v-input__slot {
+ border: 2px solid rgba(0,0,0,0.54);
+}
+.theme--light.v-text-field--outline:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover {
+ border: 2px solid rgba(0,0,0,0.87);
+}
+.theme--dark.v-text-field > .v-input__control > .v-input__slot:before {
+ border-color: rgba(255,255,255,0.7);
+}
+.theme--dark.v-text-field:not(.v-input--has-state) > .v-input__control > .v-input__slot:hover:before {
+ border-color: #fff;
+}
+.theme--dark.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before {
+ border-image: repeating-linear-gradient(to right, rgba(255,255,255,0.5) 0px, rgba(255,255,255,0.5) 2px, transparent 2px, transparent 4px) 1 repeat;
+}
+.theme--dark.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before .v-text-field__prefix,
+.theme--dark.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before .v-text-field__suffix {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-text-field__prefix,
+.theme--dark.v-text-field__suffix {
+ color: rgba(255,255,255,0.7);
+}
+.theme--dark.v-text-field--solo > .v-input__control > .v-input__slot {
+ border-radius: 2px;
+ background: #424242;
+}
+.theme--dark.v-text-field--solo-inverted.v-text-field--solo > .v-input__control > .v-input__slot {
+ background: rgba(255,255,255,0.16);
+}
+.theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot {
+ background: #fff;
+}
+.theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot .v-label,
+.theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot input {
+ color: rgba(0,0,0,0.87);
+}
+.theme--dark.v-text-field--box > .v-input__control > .v-input__slot {
+ background: rgba(0,0,0,0.1);
+}
+.theme--dark.v-text-field--box .v-text-field__prefix {
+ max-height: 32px;
+ margin-top: 22px;
+}
+.theme--dark.v-text-field--box.v-input--is-dirty .v-text-field__prefix,
+.theme--dark.v-text-field--box.v-input--is-focused .v-text-field__prefix,
+.theme--dark.v-text-field--box.v-text-field--placeholder .v-text-field__prefix {
+ margin-top: 22px;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.theme--dark.v-text-field--box:not(.v-input--is-focused) > .v-input__control > .v-input__slot:hover {
+ background: rgba(0,0,0,0.2);
+}
+.theme--dark.v-text-field--outline > .v-input__control > .v-input__slot {
+ border: 2px solid rgba(255,255,255,0.7);
+}
+.theme--dark.v-text-field--outline:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover {
+ border: 2px solid #fff;
+}
+.application--is-rtl .v-text-field .v-label {
+ -webkit-transform-origin: top right;
+ transform-origin: top right;
+}
+.application--is-rtl .v-text-field .v-counter {
+ margin-left: 0;
+ margin-right: 8px;
+}
+.application--is-rtl .v-text-field--enclosed .v-input__append-outer {
+ margin-left: 0;
+ margin-right: 16px;
+}
+.application--is-rtl .v-text-field--enclosed .v-input__prepend-outer {
+ margin-left: 16px;
+ margin-right: 0;
+}
+.application--is-rtl .v-text-field--reverse input {
+ text-align: left;
+}
+.application--is-rtl .v-text-field--reverse .v-label {
+ -webkit-transform-origin: top left;
+ transform-origin: top left;
+}
+.application--is-rtl .v-text-field__prefix {
+ text-align: left;
+ padding-right: 0;
+ padding-left: 4px;
+}
+.application--is-rtl .v-text-field__suffix {
+ padding-left: 0;
+ padding-right: 4px;
+}
+.application--is-rtl .v-text-field--reverse .v-text-field__prefix {
+ text-align: right;
+ padding-left: 0;
+ padding-right: 4px;
+}
+.application--is-rtl .v-text-field--reverse .v-text-field__suffix {
+ padding-left: 0;
+ padding-right: 4px;
+}
+.v-text-field {
+ padding-top: 12px;
+ margin-top: 4px;
+}
+.v-text-field input {
+ flex: 1 1 auto;
+ line-height: 20px;
+ padding: 8px 0 8px;
+ max-width: 100%;
+ min-width: 0px;
+ width: 100%;
+}
+.v-text-field .v-input__prepend-inner,
+.v-text-field .v-input__append-inner {
+ align-self: flex-start;
+ display: inline-flex;
+ margin-top: 4px;
+ line-height: 1;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-text-field .v-input__prepend-inner {
+ margin-right: auto;
+ padding-right: 4px;
+}
+.v-text-field .v-input__append-inner {
+ margin-left: auto;
+ padding-left: 4px;
+}
+.v-text-field .v-counter {
+ margin-left: 8px;
+ white-space: nowrap;
+}
+.v-text-field .v-label {
+ max-width: 90%;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ top: 6px;
+ -webkit-transform-origin: top left;
+ transform-origin: top left;
+ white-space: nowrap;
+ pointer-events: none;
+}
+.v-text-field .v-label--active {
+ max-width: 133%;
+ -webkit-transform: translateY(-18px) scale(0.75);
+ transform: translateY(-18px) scale(0.75);
+}
+.v-text-field > .v-input__control > .v-input__slot {
+ cursor: text;
+ transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-text-field > .v-input__control > .v-input__slot:before,
+.v-text-field > .v-input__control > .v-input__slot:after {
+ bottom: -1px;
+ content: '';
+ left: 0;
+ position: absolute;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ width: 100%;
+}
+.v-text-field > .v-input__control > .v-input__slot:before {
+ border-style: solid;
+ border-width: thin 0 0 0;
+}
+.v-text-field > .v-input__control > .v-input__slot:after {
+ border-color: currentColor;
+ border-style: solid;
+ border-width: thin 0 thin 0;
+ -webkit-transform: scaleX(0);
+ transform: scaleX(0);
+}
+.v-text-field__details {
+ display: flex;
+ flex: 1 0 auto;
+ max-width: 100%;
+ overflow: hidden;
+}
+.v-text-field__prefix,
+.v-text-field__suffix {
+ align-self: center;
+ cursor: default;
+}
+.v-text-field__prefix {
+ text-align: right;
+ padding-right: 4px;
+}
+.v-text-field__suffix {
+ padding-left: 4px;
+ white-space: nowrap;
+}
+.v-text-field--reverse .v-text-field__prefix {
+ text-align: left;
+ padding-right: 0;
+ padding-left: 4px;
+}
+.v-text-field--reverse .v-text-field__suffix {
+ padding-left: 0;
+ padding-right: 4px;
+}
+.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
+ display: flex;
+ flex: 1 1 auto;
+ position: relative;
+}
+.v-text-field--box,
+.v-text-field--full-width,
+.v-text-field--outline {
+ position: relative;
+}
+.v-text-field--box > .v-input__control > .v-input__slot,
+.v-text-field--full-width > .v-input__control > .v-input__slot,
+.v-text-field--outline > .v-input__control > .v-input__slot {
+ align-items: stretch;
+ min-height: 56px;
+}
+.v-text-field--box input,
+.v-text-field--full-width input,
+.v-text-field--outline input {
+ margin-top: 22px;
+}
+.v-text-field--box.v-text-field--single-line input,
+.v-text-field--full-width.v-text-field--single-line input,
+.v-text-field--outline.v-text-field--single-line input {
+ margin-top: 12px;
+}
+.v-text-field--box .v-label,
+.v-text-field--full-width .v-label,
+.v-text-field--outline .v-label {
+ top: 18px;
+}
+.v-text-field--box .v-label--active,
+.v-text-field--full-width .v-label--active,
+.v-text-field--outline .v-label--active {
+ -webkit-transform: translateY(-6px) scale(0.75);
+ transform: translateY(-6px) scale(0.75);
+}
+.v-text-field--box > .v-input__control > .v-input__slot {
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
+}
+.v-text-field--box > .v-input__control > .v-input__slot:before {
+ border-style: solid;
+ border-width: thin 0 thin 0;
+}
+.v-text-field.v-text-field--enclosed {
+ margin: 0;
+ padding: 0;
+}
+.v-text-field.v-text-field--enclosed:not(.v-text-field--box) .v-progress-linear__background {
+ display: none;
+}
+.v-text-field.v-text-field--enclosed .v-input__prepend-outer,
+.v-text-field.v-text-field--enclosed .v-input__prepend-inner,
+.v-text-field.v-text-field--enclosed .v-input__append-inner,
+.v-text-field.v-text-field--enclosed .v-input__append-outer {
+ margin-top: 16px;
+}
+.v-text-field.v-text-field--enclosed .v-text-field__details,
+.v-text-field.v-text-field--enclosed > .v-input__control > .v-input__slot {
+ padding: 0 12px;
+}
+.v-text-field.v-text-field--enclosed .v-text-field__details {
+ margin-bottom: 8px;
+}
+.v-text-field--reverse input {
+ text-align: right;
+}
+.v-text-field--reverse .v-label {
+ -webkit-transform-origin: top right;
+ transform-origin: top right;
+}
+.v-text-field--reverse > .v-input__control > .v-input__slot,
+.v-text-field--reverse .v-text-field__slot {
+ flex-direction: row-reverse;
+}
+.v-text-field--solo > .v-input__control > .v-input__slot:before,
+.v-text-field--outline > .v-input__control > .v-input__slot:before,
+.v-text-field--full-width > .v-input__control > .v-input__slot:before,
+.v-text-field--solo > .v-input__control > .v-input__slot:after,
+.v-text-field--outline > .v-input__control > .v-input__slot:after,
+.v-text-field--full-width > .v-input__control > .v-input__slot:after {
+ display: none;
+}
+.v-text-field--outline {
+ margin-bottom: 16px;
+ transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-text-field--outline > .v-input__control > .v-input__slot {
+ background: transparent !important;
+ border-radius: 4px;
+}
+.v-text-field--outline .v-text-field__prefix {
+ margin-top: 22px;
+ max-height: 32px;
+}
+.v-text-field--outline .v-input__prepend-outer,
+.v-text-field--outline .v-input__append-outer {
+ margin-top: 18px;
+}
+.v-text-field--outline.v-input--is-dirty .v-text-field__prefix,
+.v-text-field--outline.v-input--is-focused .v-text-field__prefix,
+.v-text-field--outline.v-text-field--placeholder .v-text-field__prefix {
+ margin-top: 22px;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-text-field--outline.v-input--is-focused > .v-input__control > .v-input__slot,
+.v-text-field--outline.v-input--has-state > .v-input__control > .v-input__slot {
+ border: 2px solid currentColor;
+ transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-text-field.v-text-field--solo .v-label {
+ top: calc(50% - 10px);
+}
+.v-text-field.v-text-field--solo .v-input__control {
+ min-height: 48px;
+ padding: 0;
+}
+.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) > .v-input__control > .v-input__slot {
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+}
+.v-text-field.v-text-field--solo .v-text-field__slot {
+ align-items: center;
+}
+.v-text-field.v-text-field--solo .v-input__append-inner,
+.v-text-field.v-text-field--solo .v-input__prepend-inner {
+ align-self: center;
+ margin-top: 0;
+}
+.v-text-field.v-text-field--solo .v-input__prepend-outer,
+.v-text-field.v-text-field--solo .v-input__append-outer {
+ margin-top: 12px;
+}
+.v-text-field.v-input--is-focused > .v-input__control > .v-input__slot:after {
+ -webkit-transform: scaleX(1);
+ transform: scaleX(1);
+}
+.v-text-field.v-input--has-state > .v-input__control > .v-input__slot:before {
+ border-color: currentColor;
+}
+
+.theme--light.v-select .v-select__selections {
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-select.v-input--is-disabled .v-select__selections {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-select .v-chip--disabled,
+.theme--light.v-select .v-select__selection--disabled {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
+ color: #fff;
+}
+.theme--dark.v-select .v-select__selections {
+ color: #fff;
+}
+.theme--dark.v-select.v-input--is-disabled .v-select__selections {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-select .v-chip--disabled,
+.theme--dark.v-select .v-select__selection--disabled {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
+ color: rgba(0,0,0,0.87);
+}
+.v-select {
+ position: relative;
+}
+.v-select > .v-input__control > .v-input__slot {
+ cursor: pointer;
+}
+.v-select .v-chip {
+ flex: 0 1 auto;
+}
+.v-select .fade-transition-leave-active {
+ position: absolute;
+ left: 0;
+}
+.v-select.v-input--is-dirty ::-webkit-input-placeholder {
+ color: transparent !important;
+}
+.v-select.v-input--is-dirty :-ms-input-placeholder {
+ color: transparent !important;
+}
+.v-select.v-input--is-dirty ::-ms-input-placeholder {
+ color: transparent !important;
+}
+.v-select.v-input--is-dirty ::placeholder {
+ color: transparent !important;
+}
+.v-select:not(.v-input--is-dirty):not(.v-input--is-focused) .v-text-field__prefix {
+ line-height: 20px;
+ position: absolute;
+ top: 7px;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-select.v-text-field--enclosed:not(.v-text-field--single-line) .v-select__selections {
+ padding-top: 24px;
+}
+.v-select.v-text-field input {
+ flex: 1 1;
+ margin-top: 0;
+ min-width: 0;
+ pointer-events: none;
+ position: relative;
+}
+.v-select.v-select--is-menu-active .v-input__icon--append .v-icon {
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+}
+.v-select.v-select--chips input {
+ margin: 0;
+}
+.v-select.v-select--chips .v-select__selections {
+ min-height: 42px;
+}
+.v-select.v-select--chips.v-select--chips--small .v-select__selections {
+ min-height: 32px;
+}
+.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections,
+.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections {
+ min-height: 68px;
+}
+.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small .v-select__selections,
+.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small .v-select__selections {
+ min-height: 56px;
+}
+.v-select.v-text-field--reverse .v-select__slot,
+.v-select.v-text-field--reverse .v-select__selections {
+ flex-direction: row-reverse;
+}
+.v-select__selections {
+ align-items: center;
+ display: flex;
+ flex: 1 1 auto;
+ flex-wrap: wrap;
+ line-height: 18px;
+}
+.v-select__selection {
+ max-width: 90%;
+}
+.v-select__selection--comma {
+ align-items: center;
+ display: inline-flex;
+ margin: 7px 4px 7px 0;
+}
+.v-select__slot {
+ position: relative;
+ align-items: center;
+ display: flex;
+ width: 100%;
+}
+.v-select:not(.v-text-field--single-line) .v-select__slot > input {
+ align-self: flex-end;
+}
+
+.theme--light.v-chip {
+ background: #e0e0e0;
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-chip--disabled {
+ color: rgba(0,0,0,0.38);
+}
+.theme--dark.v-chip {
+ background: #555;
+ color: #fff;
+}
+.theme--dark.v-chip--disabled {
+ color: rgba(255,255,255,0.5);
+}
+.application--is-rtl .v-chip__close {
+ margin: 0 8px 0 2px;
+}
+.application--is-rtl .v-chip--removable .v-chip__content {
+ padding: 0 12px 0 4px;
+}
+.application--is-rtl .v-chip--select-multi {
+ margin: 4px 0 4px 4px;
+}
+.application--is-rtl .v-chip .v-avatar {
+ margin-right: -12px;
+ margin-left: 8px;
+}
+.application--is-rtl .v-chip .v-icon--right {
+ margin-right: 12px;
+ margin-left: -8px;
+}
+.application--is-rtl .v-chip .v-icon--left {
+ margin-right: -8px;
+ margin-left: 12px;
+}
+.v-chip {
+ align-items: center;
+ border-radius: 28px;
+ display: inline-flex;
+ font-size: 13px;
+ margin: 4px;
+ outline: none;
+ position: relative;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ vertical-align: middle;
+}
+.v-chip .v-chip__content {
+ align-items: center;
+ border-radius: 28px;
+ cursor: default;
+ display: inline-flex;
+ height: 32px;
+ justify-content: space-between;
+ padding: 0 12px;
+ vertical-align: middle;
+ white-space: nowrap;
+ z-index: 1;
+}
+.v-chip--removable .v-chip__content {
+ padding: 0 4px 0 12px;
+}
+.v-chip .v-avatar {
+ height: 32px !important;
+ margin-left: -12px;
+ margin-right: 8px;
+ min-width: 32px;
+ width: 32px !important;
+}
+.v-chip .v-avatar img {
+ height: 100%;
+ width: 100%;
+}
+.v-chip:focus:not(.v-chip--disabled),
+.v-chip--active,
+.v-chip--selected {
+ border-color: rgba(0,0,0,0.13);
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+}
+.v-chip:focus:not(.v-chip--disabled):after,
+.v-chip--active:after,
+.v-chip--selected:after {
+ background: currentColor;
+ border-radius: inherit;
+ content: '';
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ transition: inherit;
+ width: 100%;
+ pointer-events: none;
+ opacity: 0.13;
+}
+.v-chip--label {
+ border-radius: 2px;
+}
+.v-chip--label .v-chip__content {
+ border-radius: 2px;
+}
+.v-chip.v-chip.v-chip--outline {
+ background: transparent !important;
+ border: 1px solid currentColor;
+ color: #9e9e9e;
+ height: 32px;
+}
+.v-chip.v-chip.v-chip--outline .v-avatar {
+ margin-left: -13px;
+}
+.v-chip--small {
+ height: 24px !important;
+}
+.v-chip--small .v-avatar {
+ height: 24px !important;
+ min-width: 24px;
+ width: 24px !important;
+}
+.v-chip--small .v-icon {
+ font-size: 20px;
+}
+.v-chip__close {
+ align-items: center;
+ color: inherit;
+ display: flex;
+ font-size: 20px;
+ margin: 0 2px 0 8px;
+ text-decoration: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-chip__close > .v-icon {
+ color: inherit !important;
+ font-size: 20px;
+ cursor: pointer;
+ opacity: 0.5;
+}
+.v-chip__close > .v-icon:hover {
+ opacity: 1;
+}
+.v-chip--disabled .v-chip__close {
+ pointer-events: none;
+}
+.v-chip--select-multi {
+ margin: 4px 4px 4px 0;
+}
+.v-chip .v-icon {
+ color: inherit;
+}
+.v-chip .v-icon--right {
+ margin-left: 12px;
+ margin-right: -8px;
+}
+.v-chip .v-icon--left {
+ margin-left: -8px;
+ margin-right: 12px;
+}
+
+.v-menu {
+ display: block;
+ vertical-align: middle;
+}
+.v-menu--inline {
+ display: inline-block;
+}
+.v-menu__activator {
+ align-items: center;
+ cursor: pointer;
+ display: flex;
+}
+.v-menu__activator * {
+ cursor: pointer;
+}
+.v-menu__content {
+ position: absolute;
+ display: inline-block;
+ border-radius: 2px;
+ max-width: 80%;
+ overflow-y: auto;
+ overflow-x: hidden;
+ contain: content;
+ will-change: transform;
+ box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
+}
+.v-menu__content--active {
+ pointer-events: none;
+}
+.v-menu__content--fixed {
+ position: fixed;
+}
+.v-menu__content > .card {
+ contain: content;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+}
+.v-menu > .v-menu__content {
+ max-width: none;
+}
+.v-menu-transition-enter .v-list__tile {
+ min-width: 0;
+ pointer-events: none;
+}
+.v-menu-transition-enter-to .v-list__tile {
+ pointer-events: auto;
+ transition-delay: 0.1s;
+}
+.v-menu-transition-leave-active,
+.v-menu-transition-leave-to {
+ pointer-events: none;
+}
+.v-menu-transition-enter,
+.v-menu-transition-leave-to {
+ opacity: 0;
+}
+.v-menu-transition-enter-active,
+.v-menu-transition-leave-active {
+ transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
+}
+.v-menu-transition-enter.v-menu__content--auto {
+ transition: none !important;
+}
+.v-menu-transition-enter.v-menu__content--auto .v-list__tile {
+ opacity: 0;
+ -webkit-transform: translateY(-15px);
+ transform: translateY(-15px);
+}
+.v-menu-transition-enter.v-menu__content--auto .v-list__tile--active {
+ opacity: 1;
+ -webkit-transform: none !important;
+ transform: none !important;
+ pointer-events: auto;
+}
+
+/* Themes */
+.theme--light.v-card {
+ background-color: #fff;
+ border-color: #fff;
+ color: rgba(0,0,0,0.87);
+}
+.theme--dark.v-card {
+ background-color: #424242;
+ border-color: #424242;
+ color: #fff;
+}
+.v-card {
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+ text-decoration: none;
+}
+.v-card > *:first-child:not(.v-btn):not(.v-chip) {
+ border-top-left-radius: inherit;
+ border-top-right-radius: inherit;
+}
+.v-card > *:last-child:not(.v-btn):not(.v-chip) {
+ border-bottom-left-radius: inherit;
+ border-bottom-right-radius: inherit;
+}
+.v-card--flat {
+ box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(0,0,0,0.14), 0px 0px 0px 0px rgba(0,0,0,0.12);
+}
+.v-card--hover {
+ cursor: pointer;
+ transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
+ transition-property: box-shadow;
+}
+.v-card--hover:hover {
+ box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
+}
+.v-card__title {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ padding: 16px;
+}
+.v-card__title--primary {
+ padding-top: 24px;
+}
+.v-card__text {
+ padding: 16px;
+ width: 100%;
+}
+.v-card__actions {
+ align-items: center;
+ display: flex;
+ padding: 8px;
+}
+.v-card__actions > *,
+.v-card__actions .v-btn {
+ margin: 0;
+}
+.v-card__actions .v-btn + .v-btn {
+ margin-left: 8px;
+}
+
+/** Theme */
+.theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
+ color: rgba(0,0,0,0.26) !important;
+}
+.theme--dark.v-input--selection-controls.v-input--is-disabled .v-icon {
+ color: rgba(255,255,255,0.3) !important;
+}
+.application--is-rtl .v-input--selection-controls .v-input--selection-controls__input {
+ margin-right: 0;
+ margin-left: 8px;
+}
+.v-input--selection-controls {
+ margin-top: 16px;
+ padding-top: 4px;
+}
+.v-input--selection-controls .v-input__append-outer,
+.v-input--selection-controls .v-input__prepend-outer {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+.v-input--selection-controls .v-input__control {
+ flex-grow: 0;
+ width: auto;
+}
+.v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
+ margin-bottom: 12px;
+}
+.v-input--selection-controls__input {
+ color: inherit;
+ display: inline-flex;
+ flex: 0 0 auto;
+ height: 24px;
+ position: relative;
+ margin-right: 8px;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
+ transition-property: color, -webkit-transform;
+ transition-property: color, transform;
+ transition-property: color, transform, -webkit-transform;
+ width: 24px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-input--selection-controls__input input {
+ position: absolute;
+ opacity: 0;
+ width: 100%;
+ height: 100%;
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-input--selection-controls__input + .v-label {
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-input--selection-controls__ripple {
+ border-radius: 50%;
+ cursor: pointer;
+ height: 34px;
+ position: absolute;
+ transition: inherit;
+ width: 34px;
+ left: -12px;
+ top: calc(50% - 24px);
+ margin: 7px;
+}
+.v-input--selection-controls__ripple:before {
+ border-radius: inherit;
+ bottom: 0;
+ content: '';
+ position: absolute;
+ opacity: 0.2;
+ left: 0;
+ right: 0;
+ top: 0;
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
+ -webkit-transform: scale(0.2);
+ transform: scale(0.2);
+ transition: inherit;
+}
+.v-input--selection-controls__ripple .v-ripple__container {
+ -webkit-transform: scale(1.4);
+ transform: scale(1.4);
+}
+.v-input--selection-controls.v-input .v-label {
+ align-items: center;
+ display: inline-flex;
+ top: 0;
+ height: auto;
+}
+.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,
+.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before {
+ background: currentColor;
+ -webkit-transform: scale(0.8);
+ transform: scale(0.8);
+}
+
+/* Theme */
+.theme--light.v-input:not(.v-input--is-disabled) input,
+.theme--light.v-input:not(.v-input--is-disabled) textarea {
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-input input::-webkit-input-placeholder,
+.theme--light.v-input textarea::-webkit-input-placeholder {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-input input:-ms-input-placeholder,
+.theme--light.v-input textarea:-ms-input-placeholder {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-input input::-ms-input-placeholder,
+.theme--light.v-input textarea::-ms-input-placeholder {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-input input::placeholder,
+.theme--light.v-input textarea::placeholder {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-input--is-disabled .v-label,
+.theme--light.v-input--is-disabled input,
+.theme--light.v-input--is-disabled textarea {
+ color: rgba(0,0,0,0.38);
+}
+.theme--dark.v-input:not(.v-input--is-disabled) input,
+.theme--dark.v-input:not(.v-input--is-disabled) textarea {
+ color: #fff;
+}
+.theme--dark.v-input input::-webkit-input-placeholder,
+.theme--dark.v-input textarea::-webkit-input-placeholder {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-input input:-ms-input-placeholder,
+.theme--dark.v-input textarea:-ms-input-placeholder {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-input input::-ms-input-placeholder,
+.theme--dark.v-input textarea::-ms-input-placeholder {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-input input::placeholder,
+.theme--dark.v-input textarea::placeholder {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-input--is-disabled .v-label,
+.theme--dark.v-input--is-disabled input,
+.theme--dark.v-input--is-disabled textarea {
+ color: rgba(255,255,255,0.5);
+}
+.v-input {
+ align-items: flex-start;
+ display: flex;
+ flex: 1 1 auto;
+ font-size: 16px;
+ text-align: left;
+}
+.v-input .v-progress-linear {
+ top: calc(100% - 1px);
+ left: 0;
+ margin: 0;
+ position: absolute;
+}
+.v-input input {
+ max-height: 32px;
+}
+.v-input input:invalid,
+.v-input textarea:invalid {
+ box-shadow: none;
+}
+.v-input input:focus,
+.v-input textarea:focus,
+.v-input input:active,
+.v-input textarea:active {
+ outline: none;
+}
+.v-input .v-label {
+ height: 20px;
+ line-height: 20px;
+}
+.v-input__append-outer,
+.v-input__prepend-outer {
+ display: inline-flex;
+ margin-bottom: 4px;
+ margin-top: 4px;
+ line-height: 1;
+}
+.v-input__append-outer .v-icon,
+.v-input__prepend-outer .v-icon {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-input__append-outer {
+ margin-left: 9px;
+}
+.v-input__prepend-outer {
+ margin-right: 9px;
+}
+.v-input__control {
+ display: flex;
+ flex-direction: column;
+ height: auto;
+ flex-grow: 1;
+ flex-wrap: wrap;
+ width: 100%;
+}
+.v-input__icon {
+ align-items: center;
+ display: inline-flex;
+ height: 24px;
+ flex: 1 0 auto;
+ justify-content: center;
+ min-width: 24px;
+ width: 24px;
+}
+.v-input__icon--clear {
+ border-radius: 50%;
+}
+.v-input__slot {
+ align-items: center;
+ color: inherit;
+ display: flex;
+ margin-bottom: 8px;
+ min-height: inherit;
+ position: relative;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ width: 100%;
+}
+.v-input--is-disabled:not(.v-input--is-readonly) {
+ pointer-events: none;
+}
+.v-input--is-loading > .v-input__control > .v-input__slot:before,
+.v-input--is-loading > .v-input__control > .v-input__slot:after {
+ display: none;
+}
+.v-input--hide-details > .v-input__control > .v-input__slot {
+ margin-bottom: 0;
+}
+.v-input--has-state.error--text .v-label {
+ -webkit-animation: shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
+ animation: shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+
+.theme--light.v-label {
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-label--is-disabled {
+ color: rgba(0,0,0,0.38);
+}
+.theme--dark.v-label {
+ color: rgba(255,255,255,0.7);
+}
+.theme--dark.v-label--is-disabled {
+ color: rgba(255,255,255,0.5);
+}
+.v-label {
+ font-size: 16px;
+ line-height: 1;
+ min-height: 8px;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+
+/* Theme */
+.theme--light.v-messages {
+ color: rgba(0,0,0,0.54);
+}
+.theme--dark.v-messages {
+ color: rgba(255,255,255,0.7);
+}
+.application--is-rtl .v-messages {
+ text-align: right;
+}
+.v-messages {
+ flex: 1 1 auto;
+ font-size: 12px;
+ min-height: 12px;
+ min-width: 1px;
+ position: relative;
+}
+.v-messages__message {
+ line-height: normal;
+ word-break: break-word;
+ overflow-wrap: break-word;
+ word-wrap: break-word;
+ -webkit-hyphens: auto;
+ -ms-hyphens: auto;
+ hyphens: auto;
+}
+
+.theme--light.v-divider {
+ border-color: rgba(0,0,0,0.12);
+}
+.theme--dark.v-divider {
+ border-color: rgba(255,255,255,0.12);
+}
+.v-divider {
+ display: block;
+ flex: 1 1 0px;
+ max-width: 100%;
+ height: 0px;
+ max-height: 0px;
+ border: solid;
+ border-width: thin 0 0 0;
+ transition: inherit;
+}
+.v-divider--inset:not(.v-divider--vertical) {
+ margin-left: 72px;
+ max-width: calc(100% - 72px);
+}
+.v-divider--vertical {
+ align-self: stretch;
+ border: solid;
+ border-width: 0 thin 0 0;
+ display: inline-flex;
+ height: inherit;
+ min-height: 100%;
+ max-height: 100%;
+ max-width: 0px;
+ width: 0px;
+ vertical-align: text-bottom;
+}
+.v-divider--vertical.v-divider--inset {
+ margin-top: 8px;
+ min-height: 0;
+ max-height: calc(100% - 16px);
+}
+
+.theme--light.v-subheader {
+ color: rgba(0,0,0,0.54);
+}
+.theme--dark.v-subheader {
+ color: rgba(255,255,255,0.7);
+}
+.v-subheader {
+ align-items: center;
+ display: flex;
+ height: 48px;
+ font-size: 14px;
+ font-weight: 500;
+ padding: 0 16px 0 16px;
+}
+.v-subheader--inset {
+ margin-left: 56px;
+}
+
+/* Themes */
+.theme--light.v-list {
+ background: #fff;
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-list .v-list--disabled {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-list .v-list__tile__sub-title {
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-list .v-list__tile__mask {
+ color: rgba(0,0,0,0.38);
+ background: #eee;
+}
+.theme--light.v-list .v-list__tile--link:hover,
+.theme--light.v-list .v-list__tile--highlighted,
+.theme--light.v-list .v-list__group__header:hover {
+ background: rgba(0,0,0,0.04);
+}
+.theme--light.v-list .v-list__group--active:before,
+.theme--light.v-list .v-list__group--active:after {
+ background: rgba(0,0,0,0.12);
+}
+.theme--light.v-list .v-list__group--disabled .v-list__tile {
+ color: rgba(0,0,0,0.38) !important;
+}
+.theme--light.v-list .v-list__group--disabled .v-list__group__header__prepend-icon .v-icon {
+ color: rgba(0,0,0,0.38) !important;
+}
+.theme--dark.v-list {
+ background: #424242;
+ color: #fff;
+}
+.theme--dark.v-list .v-list--disabled {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-list .v-list__tile__sub-title {
+ color: rgba(255,255,255,0.7);
+}
+.theme--dark.v-list .v-list__tile__mask {
+ color: rgba(255,255,255,0.5);
+ background: #494949;
+}
+.theme--dark.v-list .v-list__tile--link:hover,
+.theme--dark.v-list .v-list__tile--highlighted,
+.theme--dark.v-list .v-list__group__header:hover {
+ background: rgba(255,255,255,0.08);
+}
+.theme--dark.v-list .v-list__group--active:before,
+.theme--dark.v-list .v-list__group--active:after {
+ background: rgba(255,255,255,0.12);
+}
+.theme--dark.v-list .v-list__group--disabled .v-list__tile {
+ color: rgba(255,255,255,0.5) !important;
+}
+.theme--dark.v-list .v-list__group--disabled .v-list__group__header__prepend-icon .v-icon {
+ color: rgba(255,255,255,0.5) !important;
+}
+.application--is-rtl .v-list__tile__title {
+ text-align: right;
+}
+.application--is-rtl .v-list__tile__content {
+ text-align: right;
+}
+.v-list {
+ list-style-type: none;
+ padding: 8px 0 8px;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-list > div {
+ transition: inherit;
+}
+.v-list__tile {
+ align-items: center;
+ color: inherit;
+ display: flex;
+ font-size: 16px;
+ font-weight: 400;
+ height: 48px;
+ margin: 0;
+ padding: 0 16px;
+ position: relative;
+ text-decoration: none;
+ transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-list__tile--link {
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-list__tile__content,
+.v-list__tile__action {
+ height: 100%;
+}
+.v-list__tile__title,
+.v-list__tile__sub-title {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ width: 100%;
+}
+.v-list__tile__title {
+ height: 24px;
+ line-height: 24px;
+ position: relative;
+ text-align: left;
+}
+.v-list__tile__sub-title {
+ font-size: 14px;
+}
+.v-list__tile__avatar {
+ display: flex;
+ justify-content: flex-start;
+ min-width: 56px;
+}
+.v-list__tile__action {
+ display: flex;
+ justify-content: flex-start;
+ min-width: 56px;
+ align-items: center;
+}
+.v-list__tile__action .v-btn {
+ padding: 0;
+ margin: 0;
+}
+.v-list__tile__action .v-btn--icon {
+ margin: -6px;
+}
+.v-list__tile__action .v-radio.v-radio {
+ margin: 0;
+}
+.v-list__tile__action .v-input--selection-controls {
+ padding: 0;
+ margin: 0;
+}
+.v-list__tile__action .v-input--selection-controls .v-messages {
+ display: none;
+}
+.v-list__tile__action .v-input--selection-controls .v-input__slot {
+ margin: 0;
+}
+.v-list__tile__action-text {
+ color: #9e9e9e;
+ font-size: 12px;
+}
+.v-list__tile__action--stack {
+ align-items: flex-end;
+ justify-content: space-between;
+ padding-top: 8px;
+ padding-bottom: 8px;
+ white-space: nowrap;
+ flex-direction: column;
+}
+.v-list__tile__content {
+ text-align: left;
+ flex: 1 1 auto;
+ overflow: hidden;
+ display: flex;
+ align-items: flex-start;
+ justify-content: center;
+ flex-direction: column;
+}
+.v-list__tile__content ~ .v-list__tile__avatar {
+ justify-content: flex-end;
+}
+.v-list__tile__content ~ .v-list__tile__action:not(.v-list__tile__action--stack) {
+ justify-content: flex-end;
+}
+.v-list__tile--active .v-list__tile__action:first-of-type .v-icon {
+ color: inherit;
+}
+.v-list__tile--avatar {
+ height: 56px;
+}
+.v-list--dense {
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
+.v-list--dense .v-subheader {
+ font-size: 13px;
+ height: 40px;
+}
+.v-list--dense .v-list__group .v-subheader {
+ height: 40px;
+}
+.v-list--dense .v-list__tile {
+ font-size: 13px;
+}
+.v-list--dense .v-list__tile--avatar {
+ height: 48px;
+}
+.v-list--dense .v-list__tile:not(.v-list__tile--avatar) {
+ height: 40px;
+}
+.v-list--dense .v-list__tile .v-icon {
+ font-size: 22px;
+}
+.v-list--dense .v-list__tile__sub-title {
+ font-size: 13px;
+}
+.v-list--disabled {
+ pointer-events: none;
+}
+.v-list--two-line .v-list__tile {
+ height: 72px;
+}
+.v-list--two-line.v-list--dense .v-list__tile {
+ height: 60px;
+}
+.v-list--three-line .v-list__tile {
+ height: 88px;
+}
+.v-list--three-line .v-list__tile__avatar {
+ margin-top: -18px;
+}
+.v-list--three-line .v-list__tile__sub-title {
+ white-space: initial;
+ -webkit-line-clamp: 2;
+ display: -webkit-box;
+}
+.v-list--three-line.v-list--dense .v-list__tile {
+ height: 76px;
+}
+.v-list > .v-list__group:before {
+ top: 0;
+}
+.v-list > .v-list__group:before .v-list__tile__avatar {
+ margin-top: -14px;
+}
+.v-list__group {
+ padding: 0;
+ position: relative;
+ transition: inherit;
+}
+.v-list__group:before,
+.v-list__group:after {
+ content: '';
+ height: 1px;
+ left: 0;
+ position: absolute;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ width: 100%;
+}
+.v-list__group--active ~ .v-list__group:before {
+ display: none;
+}
+.v-list__group__header {
+ align-items: center;
+ cursor: pointer;
+ display: flex;
+ list-style-type: none;
+}
+.v-list__group__header > div:not(.v-list__group__header__prepend-icon):not(.v-list__group__header__append-icon) {
+ flex: 1 1 auto;
+ overflow: hidden;
+}
+.v-list__group__header .v-list__group__header__append-icon,
+.v-list__group__header .v-list__group__header__prepend-icon {
+ padding: 0 16px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-list__group__header--sub-group {
+ align-items: center;
+ display: flex;
+}
+.v-list__group__header--sub-group div .v-list__tile {
+ padding-left: 0;
+}
+.v-list__group__header--sub-group .v-list__group__header__prepend-icon {
+ padding: 0 0 0 40px;
+ margin-right: 8px;
+}
+.v-list__group__header .v-list__group__header__prepend-icon {
+ display: flex;
+ justify-content: flex-start;
+ min-width: 56px;
+}
+.v-list__group__header--active .v-list__group__header__append-icon .v-icon {
+ -webkit-transform: rotate(-180deg);
+ transform: rotate(-180deg);
+}
+.v-list__group__header--active .v-list__group__header__prepend-icon .v-icon {
+ color: inherit;
+}
+.v-list__group__header--active.v-list__group__header--sub-group .v-list__group__header__prepend-icon .v-icon {
+ -webkit-transform: rotate(-180deg);
+ transform: rotate(-180deg);
+}
+.v-list__group__items {
+ position: relative;
+ padding: 0;
+ transition: inherit;
+}
+.v-list__group__items > div {
+ display: block;
+}
+.v-list__group__items--no-action .v-list__tile {
+ padding-left: 72px;
+}
+.v-list__group--disabled {
+ pointer-events: none;
+}
+.v-list--subheader {
+ padding-top: 0;
+}
+
+.v-avatar {
+ align-items: center;
+ border-radius: 50%;
+ display: inline-flex;
+ justify-content: center;
+ position: relative;
+ text-align: center;
+ vertical-align: middle;
+}
+.v-avatar img,
+.v-avatar .v-icon,
+.v-avatar .v-image {
+ border-radius: 50%;
+ display: inline-flex;
+ height: inherit;
+ width: inherit;
+}
+.v-avatar--tile {
+ border-radius: 0;
+}
+.v-avatar--tile img,
+.v-avatar--tile .v-icon,
+.v-avatar--tile .v-image {
+ border-radius: 0;
+}
+
+/* Theme */
+.theme--light.v-counter {
+ color: rgba(0,0,0,0.54);
+}
+.theme--dark.v-counter {
+ color: rgba(255,255,255,0.7);
+}
+.v-counter {
+ flex: 0 1 auto;
+ font-size: 12px;
+ min-height: 12px;
+ line-height: 1;
+}
+
+.v-progress-linear {
+ background: transparent;
+ margin: 1rem 0;
+ overflow: hidden;
+ width: 100%;
+ position: relative;
+}
+.v-progress-linear__bar {
+ width: 100%;
+ height: inherit;
+ position: relative;
+ transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
+ z-index: 1;
+}
+.v-progress-linear__bar__determinate {
+ height: inherit;
+ transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
+}
+.v-progress-linear__bar__indeterminate .long,
+.v-progress-linear__bar__indeterminate .short {
+ height: inherit;
+ position: absolute;
+ left: 0;
+ top: 0;
+ bottom: 0;
+ will-change: left, right;
+ width: auto;
+ background-color: inherit;
+}
+.v-progress-linear__bar__indeterminate--active .long {
+ -webkit-animation: indeterminate;
+ animation: indeterminate;
+ -webkit-animation-duration: 2.2s;
+ animation-duration: 2.2s;
+ -webkit-animation-iteration-count: infinite;
+ animation-iteration-count: infinite;
+}
+.v-progress-linear__bar__indeterminate--active .short {
+ -webkit-animation: indeterminate-short;
+ animation: indeterminate-short;
+ -webkit-animation-duration: 2.2s;
+ animation-duration: 2.2s;
+ -webkit-animation-iteration-count: infinite;
+ animation-iteration-count: infinite;
+}
+.v-progress-linear__background {
+ position: absolute;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ transition: 0.3s ease-in;
+}
+.v-progress-linear__content {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 2;
+}
+.v-progress-linear--query .v-progress-linear__bar__indeterminate--active .long {
+ -webkit-animation: query;
+ animation: query;
+ -webkit-animation-duration: 2s;
+ animation-duration: 2s;
+ -webkit-animation-iteration-count: infinite;
+ animation-iteration-count: infinite;
+}
+.v-progress-linear--query .v-progress-linear__bar__indeterminate--active .short {
+ -webkit-animation: query-short;
+ animation: query-short;
+ -webkit-animation-duration: 2s;
+ animation-duration: 2s;
+ -webkit-animation-iteration-count: infinite;
+ animation-iteration-count: infinite;
+}
+@-webkit-keyframes indeterminate {
+ 0% {
+ left: -90%;
+ right: 100%;
+ }
+ 60% {
+ left: -90%;
+ right: 100%;
+ }
+ 100% {
+ left: 100%;
+ right: -35%;
+ }
+}
+@keyframes indeterminate {
+ 0% {
+ left: -90%;
+ right: 100%;
+ }
+ 60% {
+ left: -90%;
+ right: 100%;
+ }
+ 100% {
+ left: 100%;
+ right: -35%;
+ }
+}
+@-webkit-keyframes indeterminate-short {
+ 0% {
+ left: -200%;
+ right: 100%;
+ }
+ 60% {
+ left: 107%;
+ right: -8%;
+ }
+ 100% {
+ left: 107%;
+ right: -8%;
+ }
+}
+@keyframes indeterminate-short {
+ 0% {
+ left: -200%;
+ right: 100%;
+ }
+ 60% {
+ left: 107%;
+ right: -8%;
+ }
+ 100% {
+ left: 107%;
+ right: -8%;
+ }
+}
+@-webkit-keyframes query {
+ 0% {
+ right: -90%;
+ left: 100%;
+ }
+ 60% {
+ right: -90%;
+ left: 100%;
+ }
+ 100% {
+ right: 100%;
+ left: -35%;
+ }
+}
+@keyframes query {
+ 0% {
+ right: -90%;
+ left: 100%;
+ }
+ 60% {
+ right: -90%;
+ left: 100%;
+ }
+ 100% {
+ right: 100%;
+ left: -35%;
+ }
+}
+@-webkit-keyframes query-short {
+ 0% {
+ right: -200%;
+ left: 100%;
+ }
+ 60% {
+ right: 107%;
+ left: -8%;
+ }
+ 100% {
+ right: 107%;
+ left: -8%;
+ }
+}
+@keyframes query-short {
+ 0% {
+ right: -200%;
+ left: 100%;
+ }
+ 60% {
+ right: 107%;
+ left: -8%;
+ }
+ 100% {
+ right: 107%;
+ left: -8%;
+ }
+}
+
+.application--is-rtl .v-badge__badge {
+ right: initial;
+ left: -22px;
+}
+.application--is-rtl .v-badge--overlap .v-badge__badge {
+ right: initial;
+ left: -8px;
+}
+.application--is-rtl .v-badge--overlap.v-badge--left .v-badge__badge {
+ right: -8px;
+ left: initial;
+}
+.application--is-rtl .v-badge--left .v-badge__badge {
+ right: -22px;
+ left: initial;
+}
+.v-badge {
+ display: inline-block;
+ position: relative;
+}
+.v-badge__badge {
+ color: #fff;
+ display: flex;
+ position: absolute;
+ font-size: 14px;
+ top: -11px;
+ right: -22px;
+ border-radius: 50%;
+ height: 22px;
+ width: 22px;
+ justify-content: center;
+ align-items: center;
+ flex-direction: row;
+ flex-wrap: wrap;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-badge__badge .v-icon {
+ font-size: 14px;
+}
+.v-badge--overlap .v-badge__badge {
+ top: -8px;
+ right: -8px;
+}
+.v-badge--overlap.v-badge--left .v-badge__badge {
+ left: -8px;
+ right: initial;
+}
+.v-badge--overlap.v-badge--bottom .v-badge__badge {
+ bottom: -8px;
+ top: initial;
+}
+.v-badge--left .v-badge__badge {
+ left: -22px;
+}
+.v-badge--bottom .v-badge__badge {
+ bottom: -11px;
+ top: initial;
+}
+
+.theme--light.v-bottom-nav {
+ background-color: #fff;
+}
+.theme--light.v-bottom-nav .v-btn:not(.v-btn--active) {
+ color: rgba(0,0,0,0.54) !important;
+}
+.theme--dark.v-bottom-nav {
+ background-color: #424242;
+}
+.theme--dark.v-bottom-nav .v-btn:not(.v-btn--active) {
+ color: rgba(255,255,255,0.7) !important;
+}
+.v-item-group.v-bottom-nav {
+ bottom: 0;
+ box-shadow: 0 3px 14px 2px rgba(0,0,0,0.12);
+ display: flex;
+ left: 0;
+ justify-content: center;
+ -webkit-transform: translate(0, 60px);
+ transform: translate(0, 60px);
+ transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
+ width: 100%;
+}
+.v-item-group.v-bottom-nav--absolute {
+ position: absolute;
+}
+.v-item-group.v-bottom-nav--active {
+ -webkit-transform: translate(0, 0);
+ transform: translate(0, 0);
+}
+.v-item-group.v-bottom-nav--fixed {
+ position: fixed;
+ z-index: 4;
+}
+.v-item-group.v-bottom-nav .v-btn {
+ background: transparent !important;
+ border-radius: 0;
+ box-shadow: none !important;
+ font-weight: 400;
+ height: 100%;
+ margin: 0;
+ max-width: 168px;
+ min-width: 80px;
+ padding: 8px 12px 10px;
+ text-transform: none;
+ width: 100%;
+ flex-shrink: 1;
+}
+.v-item-group.v-bottom-nav .v-btn .v-btn__content {
+ flex-direction: column-reverse;
+ font-size: 12px;
+ white-space: nowrap;
+ will-change: font-size;
+}
+.v-item-group.v-bottom-nav .v-btn .v-btn__content i.v-icon {
+ color: inherit;
+ margin-bottom: 4px;
+ transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-item-group.v-bottom-nav .v-btn .v-btn__content span {
+ line-height: 1;
+}
+.v-item-group.v-bottom-nav .v-btn--active {
+ padding-top: 6px;
+}
+.v-item-group.v-bottom-nav .v-btn--active:before {
+ background-color: transparent;
+}
+.v-item-group.v-bottom-nav .v-btn--active .v-btn__content {
+ font-size: 14px;
+}
+.v-item-group.v-bottom-nav .v-btn--active .v-btn__content .v-icon {
+ -webkit-transform: none;
+ transform: none;
+}
+.v-item-group.v-bottom-nav--shift .v-btn__content {
+ font-size: 14px;
+}
+.v-item-group.v-bottom-nav--shift .v-btn {
+ transition: all 0.3s;
+ min-width: 56px;
+ max-width: 96px;
+}
+.v-item-group.v-bottom-nav--shift .v-btn--active {
+ min-width: 96px;
+ max-width: 168px;
+}
+.v-bottom-nav--shift .v-btn:not(.v-btn--active) .v-btn__content .v-icon {
+ -webkit-transform: scale(1, 1) translate(0, 8px);
+ transform: scale(1, 1) translate(0, 8px);
+}
+.v-bottom-nav--shift .v-btn:not(.v-btn--active) .v-btn__content > span:not(.v-badge) {
+ color: transparent;
+}
+
+.v-item-group {
+ flex: 0 1 auto;
+ position: relative;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-item-group > * {
+ cursor: pointer;
+ flex: 1 1 auto;
+}
+
+.v-bottom-sheet.v-dialog {
+ align-self: flex-end;
+ border-radius: 0;
+ flex: 1 0 100%;
+ margin: 0;
+ min-width: 100%;
+ overflow: visible;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
+}
+.v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
+ max-width: 70%;
+ min-width: 0;
+}
+@media only screen and (max-width: 599px) {
+ .v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
+ max-width: none;
+ }
+}
+
+.v-dialog {
+ box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2), 0px 24px 38px 3px rgba(0,0,0,0.14), 0px 9px 46px 8px rgba(0,0,0,0.12);
+ border-radius: 2px;
+ margin: 24px;
+ overflow-y: auto;
+ pointer-events: auto;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
+ width: 100%;
+ z-index: inherit;
+}
+.v-dialog__content {
+ align-items: center;
+ display: flex;
+ height: 100%;
+ justify-content: center;
+ left: 0;
+ pointer-events: none;
+ position: fixed;
+ top: 0;
+ transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
+ width: 100%;
+ z-index: 6;
+ outline: none;
+}
+.v-dialog:not(.v-dialog--fullscreen) {
+ max-height: 90%;
+}
+.v-dialog__activator {
+ cursor: pointer;
+}
+.v-dialog__activator * {
+ cursor: pointer;
+}
+.v-dialog__container {
+ display: inline-block;
+ vertical-align: middle;
+}
+.v-dialog--animated {
+ -webkit-animation-duration: 0.15s;
+ animation-duration: 0.15s;
+ -webkit-animation-name: animate-dialog;
+ animation-name: animate-dialog;
+ -webkit-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
+ animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
+}
+.v-dialog--fullscreen {
+ border-radius: 0;
+ margin: 0;
+ height: 100%;
+ position: fixed;
+ overflow-y: auto;
+ top: 0;
+ left: 0;
+}
+.v-dialog--fullscreen > .v-card {
+ min-height: 100%;
+ min-width: 100%;
+ margin: 0 !important;
+ padding: 0 !important;
+}
+.v-dialog--scrollable,
+.v-dialog--scrollable > form {
+ display: flex;
+}
+.v-dialog--scrollable > .v-card,
+.v-dialog--scrollable > form > .v-card {
+ display: flex;
+ flex: 1 1 100%;
+ max-width: 100%;
+ flex-direction: column;
+}
+.v-dialog--scrollable > .v-card > .v-card__title,
+.v-dialog--scrollable > form > .v-card > .v-card__title,
+.v-dialog--scrollable > .v-card > .v-card__actions,
+.v-dialog--scrollable > form > .v-card > .v-card__actions {
+ flex: 1 0 auto;
+}
+.v-dialog--scrollable > .v-card > .v-card__text,
+.v-dialog--scrollable > form > .v-card > .v-card__text {
+ overflow-y: auto;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+}
+@-webkit-keyframes animate-dialog {
+ 0% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+ 50% {
+ -webkit-transform: scale(1.03);
+ transform: scale(1.03);
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+}
+@keyframes animate-dialog {
+ 0% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+ 50% {
+ -webkit-transform: scale(1.03);
+ transform: scale(1.03);
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+}
+
+.v-overlay {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ pointer-events: none;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ z-index: 5;
+}
+.v-overlay--absolute {
+ position: absolute;
+}
+.v-overlay:before {
+ background-color: #212121;
+ bottom: 0;
+ content: '';
+ height: 100%;
+ left: 0;
+ opacity: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
+ transition: inherit;
+ transition-delay: 150ms;
+ width: 100%;
+}
+.v-overlay--active {
+ pointer-events: auto;
+ touch-action: none;
+}
+.v-overlay--active:before {
+ opacity: 0.46;
+}
+
+.theme--light.v-breadcrumbs .v-breadcrumbs__divider,
+.theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled {
+ color: rgba(0,0,0,0.38);
+}
+.theme--dark.v-breadcrumbs .v-breadcrumbs__divider,
+.theme--dark.v-breadcrumbs .v-breadcrumbs__item--disabled {
+ color: rgba(255,255,255,0.5);
+}
+.v-breadcrumbs {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ flex: 0 1 auto;
+ list-style-type: none;
+ margin: 0;
+ padding: 18px 12px;
+}
+.v-breadcrumbs li {
+ align-items: center;
+ display: inline-flex;
+ font-size: 14px;
+}
+.v-breadcrumbs li .v-icon {
+ font-size: 16px;
+}
+.v-breadcrumbs li:nth-child(even) {
+ padding: 0 12px;
+}
+.v-breadcrumbs--large li {
+ font-size: 16px;
+}
+.v-breadcrumbs--large li .v-icon {
+ font-size: 16px;
+}
+.v-breadcrumbs__item {
+ align-items: center;
+ display: inline-flex;
+ text-decoration: none;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-breadcrumbs__item--disabled {
+ pointer-events: none;
+}
+
+.v-ripple__container {
+ color: inherit;
+ border-radius: inherit;
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ left: 0;
+ top: 0;
+ overflow: hidden;
+ z-index: 0;
+ pointer-events: none;
+ contain: strict;
+}
+.v-ripple__animation {
+ color: inherit;
+ position: absolute;
+ top: 0;
+ left: 0;
+ border-radius: 50%;
+ background: currentColor;
+ opacity: 0;
+ pointer-events: none;
+ overflow: hidden;
+ will-change: transform, opacity;
+}
+.v-ripple__animation--enter {
+ transition: none;
+}
+.v-ripple__animation--in {
+ transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
+ transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
+ transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
+}
+.v-ripple__animation--out {
+ transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
+}
+.theme--light.v-btn {
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-btn.v-btn--disabled {
+ color: rgba(0,0,0,0.26) !important;
+}
+.theme--light.v-btn.v-btn--disabled .v-icon,
+.theme--light.v-btn.v-btn--disabled .v-btn__loading {
+ color: rgba(0,0,0,0.26) !important;
+}
+.theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn--outline) {
+ background-color: rgba(0,0,0,0.12) !important;
+}
+.theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
+ background-color: #f5f5f5;
+}
+.theme--dark.v-btn {
+ color: #fff;
+}
+.theme--dark.v-btn.v-btn--disabled {
+ color: rgba(255,255,255,0.3) !important;
+}
+.theme--dark.v-btn.v-btn--disabled .v-icon,
+.theme--dark.v-btn.v-btn--disabled .v-btn__loading {
+ color: rgba(255,255,255,0.3) !important;
+}
+.theme--dark.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn--outline) {
+ background-color: rgba(255,255,255,0.12) !important;
+}
+.theme--dark.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
+ background-color: #212121;
+}
+/** Base Spec */
+.v-btn {
+ align-items: center;
+ border-radius: 2px;
+ display: inline-flex;
+ height: 36px;
+ flex: 0 0 auto;
+ font-size: 14px;
+ font-weight: 500;
+ justify-content: center;
+ margin: 6px 8px;
+ min-width: 88px;
+ outline: 0;
+ text-transform: uppercase;
+ text-decoration: none;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
+ position: relative;
+ vertical-align: middle;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+/** Psuedo */
+.v-btn:before {
+ border-radius: inherit;
+ color: inherit;
+ content: '';
+ position: absolute;
+ left: 0;
+ top: 0;
+ height: 100%;
+ opacity: 0.12;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ width: 100%;
+}
+/** Content */
+.v-btn {
+ padding: 0 16px;
+}
+.v-btn--active,
+.v-btn:hover,
+.v-btn:focus {
+ position: relative;
+}
+.v-btn--active:before,
+.v-btn:hover:before,
+.v-btn:focus:before {
+ background-color: currentColor;
+}
+.v-btn__content {
+ align-items: center;
+ border-radius: inherit;
+ color: inherit;
+ display: flex;
+ flex: 1 0 auto;
+ justify-content: center;
+ margin: 0 auto;
+ position: relative;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ white-space: nowrap;
+ width: inherit;
+}
+/** Sizes */
+.v-btn--small {
+ font-size: 13px;
+ height: 28px;
+ padding: 0 8px;
+}
+.v-btn--large {
+ font-size: 15px;
+ height: 44px;
+ padding: 0 32px;
+}
+/** Icons */
+.v-btn .v-btn__content .v-icon {
+ color: inherit;
+}
+/** Types */
+.v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
+ will-change: box-shadow;
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+}
+.v-btn:not(.v-btn--depressed):not(.v-btn--flat):active {
+ box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
+}
+.v-btn--icon {
+ background: transparent;
+ box-shadow: none !important;
+ border-radius: 50%;
+ justify-content: center;
+ min-width: 0;
+ width: 36px;
+}
+.v-btn--icon.v-btn--small {
+ width: 28px;
+}
+.v-btn--icon.v-btn--large {
+ width: 44px;
+}
+.v-btn--icon:before {
+ border-radius: 50%;
+}
+.v-btn--floating {
+ border-radius: 50%;
+ min-width: 0;
+ height: 56px;
+ width: 56px;
+ padding: 0;
+}
+.v-btn--floating.v-btn--fixed,
+.v-btn--floating.v-btn--absolute {
+ z-index: 4;
+}
+.v-btn--floating:not(.v-btn--depressed):not(.v-btn--flat) {
+ box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12);
+}
+.v-btn--floating:not(.v-btn--depressed):not(.v-btn--flat):active {
+ box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2), 0px 12px 17px 2px rgba(0,0,0,0.14), 0px 5px 22px 4px rgba(0,0,0,0.12);
+}
+.v-btn--floating .v-btn__content {
+ flex: 1 1 auto;
+ margin: 0;
+ height: 100%;
+}
+.v-btn--floating:after {
+ border-radius: 50%;
+}
+.v-btn--floating .v-btn__content > :not(:only-child) {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-btn--floating .v-btn__content > :not(:only-child):first-child {
+ opacity: 1;
+}
+.v-btn--floating .v-btn__content > :not(:only-child):last-child {
+ opacity: 0;
+ -webkit-transform: rotate(-45deg);
+ transform: rotate(-45deg);
+}
+.v-btn--floating .v-btn__content > :not(:only-child):last-child,
+.v-btn--floating .v-btn__content > :not(:only-child):first-child {
+ -webkit-backface-visibility: hidden;
+ position: absolute;
+ left: 0;
+ top: 0;
+}
+.v-btn--floating.v-btn--active .v-btn__content > :not(:only-child):first-child {
+ opacity: 0;
+ -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
+}
+.v-btn--floating.v-btn--active .v-btn__content > :not(:only-child):last-child {
+ opacity: 1;
+ -webkit-transform: rotate(0);
+ transform: rotate(0);
+}
+.v-btn--floating .v-icon {
+ height: inherit;
+ width: inherit;
+}
+.v-btn--floating.v-btn--small {
+ height: 40px;
+ width: 40px;
+}
+.v-btn--floating.v-btn--small .v-icon {
+ font-size: 18px;
+}
+.v-btn--floating.v-btn--large {
+ height: 72px;
+ width: 72px;
+}
+.v-btn--floating.v-btn--large .v-icon {
+ font-size: 30px;
+}
+.v-btn--reverse .v-btn__content {
+ flex-direction: row-reverse;
+}
+.v-btn--reverse.v-btn--column .v-btn__content {
+ flex-direction: column-reverse;
+}
+.v-btn--fixed,
+.v-btn--absolute {
+ margin: 0;
+}
+.v-btn.v-btn--absolute {
+ position: absolute;
+}
+.v-btn.v-btn--fixed {
+ position: fixed;
+}
+.v-btn--top:not(.v-btn--absolute) {
+ top: 16px;
+}
+.v-btn--top.v-btn--absolute {
+ top: -28px;
+}
+.v-btn--top.v-btn--absolute.v-btn--small {
+ top: -20px;
+}
+.v-btn--top.v-btn--absolute.v-btn--large {
+ top: -36px;
+}
+.v-btn--bottom:not(.v-btn--absolute) {
+ bottom: 16px;
+}
+.v-btn--bottom.v-btn--absolute {
+ bottom: -28px;
+}
+.v-btn--bottom.v-btn--absolute.v-btn--small {
+ bottom: -20px;
+}
+.v-btn--bottom.v-btn--absolute.v-btn--large {
+ bottom: -36px;
+}
+.v-btn--left {
+ left: 16px;
+}
+.v-btn--right {
+ right: 16px;
+}
+/** Disabled */
+.v-btn.v-btn--disabled {
+ box-shadow: none !important;
+ pointer-events: none;
+}
+.v-btn:not(.v-btn--disabled):not(.v-btn--floating):not(.v-btn--icon) .v-btn__content .v-icon {
+ transition: none;
+}
+.v-btn--icon {
+ padding: 0;
+}
+/** Loader */
+.v-btn--loader {
+ pointer-events: none;
+}
+.v-btn--loader .v-btn__content {
+ opacity: 0;
+}
+.v-btn__loading {
+ align-items: center;
+ display: flex;
+ height: 100%;
+ justify-content: center;
+ left: 0;
+ position: absolute;
+ top: 0;
+ width: 100%;
+}
+.v-btn__loading .v-icon--left {
+ margin-right: 1rem;
+ line-height: inherit;
+}
+.v-btn__loading .v-icon--right {
+ margin-left: 1rem;
+ line-height: inherit;
+}
+/** Custom Buttons */
+.v-btn.v-btn--outline {
+ border: 1px solid currentColor;
+ background: transparent !important;
+ box-shadow: none;
+}
+.v-btn.v-btn--outline:hover {
+ box-shadow: none;
+}
+.v-btn--block {
+ display: flex;
+ flex: 1;
+ margin: 6px 0;
+ width: 100%;
+}
+.v-btn--round {
+ border-radius: 28px;
+}
+.v-btn--round:after {
+ border-radius: 28px;
+}
+/** Themes */
+.v-btn:not(.v-btn--outline).primary,
+.v-btn:not(.v-btn--outline).secondary,
+.v-btn:not(.v-btn--outline).accent,
+.v-btn:not(.v-btn--outline).success,
+.v-btn:not(.v-btn--outline).error,
+.v-btn:not(.v-btn--outline).warning,
+.v-btn:not(.v-btn--outline).info {
+ color: #fff;
+}
+@media (hover: none) {
+ .v-btn:hover::before {
+ background-color: transparent;
+ }
+}
+
+.v-progress-circular {
+ position: relative;
+ display: inline-flex;
+ vertical-align: middle;
+}
+.v-progress-circular svg {
+ width: 100%;
+ height: 100%;
+ margin: auto;
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ z-index: 0;
+}
+.v-progress-circular--indeterminate svg {
+ -webkit-animation: progress-circular-rotate 1.4s linear infinite;
+ animation: progress-circular-rotate 1.4s linear infinite;
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
+ transition: all 0.2s ease-in-out;
+}
+.v-progress-circular--indeterminate .v-progress-circular__overlay {
+ -webkit-animation: progress-circular-dash 1.4s ease-in-out infinite;
+ animation: progress-circular-dash 1.4s ease-in-out infinite;
+ stroke-linecap: round;
+ stroke-dasharray: 80, 200;
+ stroke-dashoffset: 0px;
+}
+.v-progress-circular__underlay {
+ stroke: rgba(0,0,0,0.1);
+ z-index: 1;
+}
+.v-progress-circular__overlay {
+ stroke: currentColor;
+ z-index: 2;
+ transition: all 0.6s ease-in-out;
+}
+.v-progress-circular__info {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+}
+@-webkit-keyframes progress-circular-dash {
+ 0% {
+ stroke-dasharray: 1, 200;
+ stroke-dashoffset: 0px;
+ }
+ 50% {
+ stroke-dasharray: 100, 200;
+ stroke-dashoffset: -15px;
+ }
+ 100% {
+ stroke-dasharray: 100, 200;
+ stroke-dashoffset: -125px;
+ }
+}
+@keyframes progress-circular-dash {
+ 0% {
+ stroke-dasharray: 1, 200;
+ stroke-dashoffset: 0px;
+ }
+ 50% {
+ stroke-dasharray: 100, 200;
+ stroke-dashoffset: -15px;
+ }
+ 100% {
+ stroke-dasharray: 100, 200;
+ stroke-dashoffset: -125px;
+ }
+}
+@-webkit-keyframes progress-circular-rotate {
+ 100% {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg);
+ }
+}
+@keyframes progress-circular-rotate {
+ 100% {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg);
+ }
+}
+
+/** Themes */
+.theme--light.v-btn-toggle {
+ background: #fff;
+}
+.theme--light.v-btn-toggle .v-btn {
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-btn-toggle:not(.v-btn-toggle--only-child) .v-btn.v-btn--active:not(:last-child) {
+ border-right-color: rgba(0,0,0,0.26);
+}
+.theme--dark.v-btn-toggle {
+ background: #424242;
+}
+.theme--dark.v-btn-toggle .v-btn {
+ color: #fff;
+}
+.theme--dark.v-btn-toggle:not(.v-btn-toggle--only-child) .v-btn.v-btn--active:not(:last-child) {
+ border-right-color: rgba(255,255,255,0.3);
+}
+.v-btn-toggle {
+ display: inline-flex;
+ border-radius: 2px;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ will-change: background, box-shadow;
+}
+.v-btn-toggle .v-btn {
+ justify-content: center;
+ min-width: auto;
+ width: auto;
+ padding: 0 8px;
+ margin: 0;
+ opacity: 0.4;
+ border-radius: 0;
+}
+.v-btn-toggle .v-btn:not(:last-child) {
+ border-right: 1px solid transparent;
+}
+.v-btn-toggle .v-btn:after {
+ display: none;
+}
+.v-btn-toggle .v-btn.v-btn--active {
+ opacity: 1;
+}
+.v-btn-toggle .v-btn span + .v-icon {
+ font-size: initial;
+ margin-left: 10px;
+}
+.v-btn-toggle .v-btn:first-child {
+ border-radius: 2px 0 0 2px;
+}
+.v-btn-toggle .v-btn:last-child {
+ border-radius: 0 2px 2px 0;
+}
+.v-btn-toggle--selected {
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+}
+
+.theme--light.v-calendar-weekly {
+ background-color: #fff;
+}
+.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday {
+ border-right: #e0e0e0 1px solid;
+ color: #000;
+}
+.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
+ background-color: #f7f7f7;
+}
+.theme--light.v-calendar-weekly .v-calendar-weekly__day {
+ border-right: #e0e0e0 1px solid;
+ border-bottom: #e0e0e0 1px solid;
+ color: #000;
+}
+.theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside {
+ background-color: #f7f7f7;
+}
+.theme--dark.v-calendar-weekly {
+ background-color: #303030;
+}
+.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday {
+ border-right: #9e9e9e 1px solid;
+ color: #fff;
+}
+.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
+ background-color: #202020;
+}
+.theme--dark.v-calendar-weekly .v-calendar-weekly__day {
+ border-right: #9e9e9e 1px solid;
+ border-bottom: #9e9e9e 1px solid;
+ color: #fff;
+}
+.theme--dark.v-calendar-weekly .v-calendar-weekly__day.v-outside {
+ background-color: #202020;
+}
+.v-calendar-weekly {
+ width: 100%;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+}
+.v-calendar-weekly__head {
+ display: flex;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-calendar-weekly__head-weekday {
+ flex: 1 0 20px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ padding: 0px 4px 0px 4px;
+ font-size: 14px;
+}
+.v-calendar-weekly__week {
+ display: flex;
+ flex: 1;
+}
+.v-calendar-weekly__day {
+ flex: 1;
+ width: 0;
+ overflow: hidden;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ position: relative;
+ padding: 32px 4px 4px 4px;
+}
+.v-calendar-weekly__day.v-present .v-calendar-weekly__day-label {
+ border: 1px solid currentColor;
+}
+.v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
+ color: currentColor;
+}
+.v-calendar-weekly__day-label {
+ position: absolute;
+ text-decoration: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: pointer;
+ box-shadow: none;
+ text-align: center;
+ left: 0;
+ top: 0;
+ border-radius: 16px;
+ width: 32px;
+ height: 32px;
+ line-height: 32px;
+}
+.v-calendar-weekly__day-label:hover {
+ text-decoration: underline;
+}
+.v-calendar-weekly__day-month {
+ position: absolute;
+ text-decoration: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ box-shadow: none;
+ top: 0;
+ left: 36px;
+ height: 32px;
+ line-height: 32px;
+}
+
+.theme--light.v-calendar-daily {
+ background-color: #fff;
+}
+.theme--light.v-calendar-daily .v-calendar-daily__intervals-head {
+ border-right: #e0e0e0 1px solid;
+}
+.theme--light.v-calendar-daily .v-calendar-daily_head-day {
+ border-right: #e0e0e0 1px solid;
+ border-bottom: #e0e0e0 1px solid;
+ color: #000;
+}
+.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
+.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-calendar-daily .v-calendar-daily__intervals-body {
+ border-right: #e0e0e0 1px solid;
+}
+.theme--light.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
+ color: #424242;
+}
+.theme--light.v-calendar-daily .v-calendar-daily__day {
+ border-right: #e0e0e0 1px solid;
+ border-bottom: #e0e0e0 1px solid;
+}
+.theme--light.v-calendar-daily .v-calendar-daily__day-interval {
+ border-top: #e0e0e0 1px solid;
+}
+.theme--light.v-calendar-daily .v-calendar-daily__day-interval:first-child {
+ border-top: none !important;
+}
+.theme--dark.v-calendar-daily {
+ background-color: #303030;
+}
+.theme--dark.v-calendar-daily .v-calendar-daily__intervals-head {
+ border-right: #9e9e9e 1px solid;
+}
+.theme--dark.v-calendar-daily .v-calendar-daily_head-day {
+ border-right: #9e9e9e 1px solid;
+ border-bottom: #9e9e9e 1px solid;
+ color: #fff;
+}
+.theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
+.theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-calendar-daily .v-calendar-daily__intervals-body {
+ border-right: #9e9e9e 1px solid;
+}
+.theme--dark.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
+ color: #eee;
+}
+.theme--dark.v-calendar-daily .v-calendar-daily__day {
+ border-right: #616161 1px solid;
+ border-bottom: #616161 1px solid;
+}
+.theme--dark.v-calendar-daily .v-calendar-daily__day-interval {
+ border-top: #616161 1px solid;
+}
+.theme--dark.v-calendar-daily .v-calendar-daily__day-interval:first-child {
+ border-top: none !important;
+}
+.v-calendar-daily {
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
+ height: 100%;
+}
+.v-calendar-daily__head {
+ flex: none;
+ display: flex;
+}
+.v-calendar-daily__intervals-head {
+ flex: none;
+ width: 44px;
+}
+.v-calendar-daily_head-day {
+ flex: 1 1 auto;
+ width: 0;
+}
+.v-calendar-daily_head-weekday {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ padding: 4px 4px 4px 8px;
+ font-size: 14px;
+}
+.v-calendar-daily_head-day-label {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ font-size: 40px;
+ padding: 0px 4px 4px 8px;
+ line-height: 40px;
+ cursor: pointer;
+}
+.v-calendar-daily_head-day-label:hover {
+ text-decoration: underline;
+}
+.v-calendar-daily__body {
+ flex: 1 1 60%;
+ overflow: hidden;
+ display: flex;
+ position: relative;
+ flex-direction: column;
+}
+.v-calendar-daily__scroll-area {
+ overflow-y: scroll;
+ flex: 1 1 auto;
+ display: flex;
+ align-items: flex-start;
+}
+.v-calendar-daily__pane {
+ width: 100%;
+ overflow-y: hidden;
+ flex: none;
+ display: flex;
+ align-items: flex-start;
+}
+.v-calendar-daily__day-container {
+ display: flex;
+ flex: 1;
+ width: 100%;
+ height: 100%;
+}
+.v-calendar-daily__intervals-body {
+ flex: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ width: 44px;
+}
+.v-calendar-daily__interval {
+ text-align: center;
+ border-bottom: none;
+}
+.v-calendar-daily__interval-text {
+ display: block;
+ position: relative;
+ top: -6px;
+ font-size: 10px;
+}
+.v-calendar-daily__day {
+ flex: 1;
+ width: 0;
+ position: relative;
+}
+
+/* Themes */
+.theme--light.v-sheet {
+ background-color: #fff;
+ border-color: #fff;
+ color: rgba(0,0,0,0.87);
+}
+.theme--dark.v-sheet {
+ background-color: #424242;
+ border-color: #424242;
+ color: #fff;
+}
+.v-sheet {
+ display: block;
+ border-radius: 2px;
+ position: relative;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-sheet--tile {
+ border-radius: 0;
+}
+
+.v-image {
+ z-index: 0;
+}
+.v-image__image,
+.v-image__placeholder {
+ z-index: -1;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+}
+.v-image__image {
+ background-repeat: no-repeat;
+}
+.v-image__image--preload {
+ -webkit-filter: blur(2px);
+ filter: blur(2px);
+}
+.v-image__image--contain {
+ background-size: contain;
+}
+.v-image__image--cover {
+ background-size: cover;
+}
+
+.v-responsive {
+ position: relative;
+ overflow: hidden;
+ flex: 1 0 auto;
+ display: flex;
+}
+.v-responsive__content {
+ flex: 1 0 0px;
+}
+.v-responsive__sizer {
+ transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
+ flex: 0 0 0px;
+}
+
+.application--is-rtl .v-carousel__prev {
+ left: auto;
+ right: 5px;
+}
+.application--is-rtl .v-carousel__next {
+ left: 5px;
+ right: auto;
+}
+.v-carousel {
+ width: 100%;
+ position: relative;
+ overflow: hidden;
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+}
+.v-carousel__prev,
+.v-carousel__next {
+ position: absolute;
+ top: 50%;
+ z-index: 1;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%);
+}
+.v-carousel__prev .v-btn,
+.v-carousel__next .v-btn {
+ margin: 0;
+ height: auto;
+ width: auto;
+}
+.v-carousel__prev .v-btn i,
+.v-carousel__next .v-btn i {
+ font-size: 48px;
+}
+.v-carousel__prev .v-btn:hover,
+.v-carousel__next .v-btn:hover {
+ background: none;
+}
+.v-carousel__prev {
+ left: 5px;
+}
+.v-carousel__next {
+ right: 5px;
+}
+.v-carousel__controls {
+ background: rgba(0,0,0,0.5);
+ align-items: center;
+ bottom: 0;
+ display: flex;
+ justify-content: center;
+ left: 0;
+ position: absolute;
+ height: 50px;
+ list-style-type: none;
+ width: 100%;
+ z-index: 1;
+}
+.v-carousel__controls > .v-item-group {
+ flex: 0 1 auto;
+}
+.v-carousel__controls__item {
+ margin: 0 8px !important;
+}
+.v-carousel__controls__item .v-icon {
+ opacity: 0.5;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-carousel__controls__item--active .v-icon {
+ opacity: 1;
+ vertical-align: middle;
+}
+.v-carousel__controls__item:hover {
+ background: none;
+}
+.v-carousel__controls__item:hover .v-icon {
+ opacity: 0.8;
+}
+
+.v-window__container {
+ position: relative;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-window__container--is-active {
+ overflow: hidden;
+}
+.v-window-x-transition-enter-active,
+.v-window-x-reverse-transition-enter-active,
+.v-window-y-transition-enter-active,
+.v-window-y-reverse-transition-enter-active,
+.v-window-x-transition-leave-active,
+.v-window-x-reverse-transition-leave-active,
+.v-window-y-transition-leave-active,
+.v-window-y-reverse-transition-leave-active {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-window-x-transition-leave,
+.v-window-x-reverse-transition-leave,
+.v-window-y-transition-leave,
+.v-window-y-reverse-transition-leave,
+.v-window-x-transition-leave-to,
+.v-window-x-reverse-transition-leave-to,
+.v-window-y-transition-leave-to,
+.v-window-y-reverse-transition-leave-to {
+ position: absolute !important;
+ top: 0;
+ width: 100%;
+}
+.v-window-x-transition-enter {
+ -webkit-transform: translateX(100%);
+ transform: translateX(100%);
+}
+.v-window-x-transition-leave-to {
+ -webkit-transform: translateX(-100%);
+ transform: translateX(-100%);
+}
+.v-window-x-reverse-transition-enter {
+ -webkit-transform: translateX(-100%);
+ transform: translateX(-100%);
+}
+.v-window-x-reverse-transition-leave-to {
+ -webkit-transform: translateX(100%);
+ transform: translateX(100%);
+}
+.v-window-y-transition-enter {
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%);
+}
+.v-window-y-transition-leave-to {
+ -webkit-transform: translateY(-100%);
+ transform: translateY(-100%);
+}
+.v-window-y-reverse-transition-enter {
+ -webkit-transform: translateY(-100%);
+ transform: translateY(-100%);
+}
+.v-window-y-reverse-transition-leave-to {
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%);
+}
+
+.theme--light.v-data-iterator .v-data-iterator__actions {
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-data-iterator .v-data-iterator__actions__select .v-select .v-select__selection--comma {
+ color: rgba(0,0,0,0.54) !important;
+}
+.theme--light.v-data-iterator .v-data-iterator__actions__select .v-select .v-input__append-inner {
+ color: rgba(0,0,0,0.54) !important;
+}
+.theme--dark.v-data-iterator .v-data-iterator__actions {
+ color: rgba(255,255,255,0.7);
+}
+.theme--dark.v-data-iterator .v-data-iterator__actions__select .v-select .v-select__selection--comma {
+ color: rgba(255,255,255,0.7) !important;
+}
+.theme--dark.v-data-iterator .v-data-iterator__actions__select .v-select .v-input__append-inner {
+ color: rgba(255,255,255,0.7) !important;
+}
+/** Actions */
+.v-data-iterator__actions {
+ display: flex;
+ justify-content: flex-end;
+ align-items: center;
+ font-size: 12px;
+ flex-wrap: wrap-reverse;
+}
+.v-data-iterator__actions .v-btn {
+ color: inherit;
+}
+.v-data-iterator__actions .v-btn:last-of-type {
+ margin-left: 14px;
+}
+.v-data-iterator__actions__range-controls {
+ display: flex;
+ align-items: center;
+ min-height: 48px;
+}
+.v-data-iterator__actions__pagination {
+ display: block;
+ text-align: center;
+ margin: 0 32px 0 24px;
+}
+.v-data-iterator__actions__select {
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
+ margin-right: 14px;
+ white-space: nowrap;
+}
+.v-data-iterator__actions__select .v-select {
+ flex: 0 1 0;
+ margin: 13px 0 13px 34px;
+ padding: 0;
+ position: initial;
+}
+.v-data-iterator__actions__select .v-select__selections {
+ flex-wrap: nowrap;
+}
+.v-data-iterator__actions__select .v-select__selections .v-select__selection--comma {
+ font-size: 12px;
+}
+
+.theme--light.v-overflow-btn .v-input__control::before,
+.theme--light.v-overflow-btn .v-input__slot::before {
+ background-color: rgba(0,0,0,0.12) !important;
+}
+.theme--light.v-overflow-btn.v-text-field--outline .v-input__control::before,
+.theme--light.v-overflow-btn.v-text-field--outline .v-input__slot::before {
+ background-color: transparent !important;
+}
+.theme--light.v-overflow-btn--segmented .v-input__append-inner,
+.theme--light.v-overflow-btn--editable:hover .v-input__append-inner,
+.theme--light.v-overflow-btn--editable.v-input--is-focused .v-input__append-inner,
+.theme--light.v-overflow-btn--editable.v-select--is-menu-active .v-input__append-inner {
+ border-left: 1px solid rgba(0,0,0,0.12);
+}
+.theme--light.v-overflow-btn:hover .v-input__slot,
+.theme--light.v-overflow-btn.v-input--is-focused .v-input__slot,
+.theme--light.v-overflow-btn.v-select--is-menu-active .v-input__slot {
+ background: #fff;
+}
+.theme--dark.v-overflow-btn .v-input__control::before,
+.theme--dark.v-overflow-btn .v-input__slot::before {
+ background-color: rgba(255,255,255,0.12) !important;
+}
+.theme--dark.v-overflow-btn.v-text-field--outline .v-input__control::before,
+.theme--dark.v-overflow-btn.v-text-field--outline .v-input__slot::before {
+ background-color: transparent !important;
+}
+.theme--dark.v-overflow-btn--segmented .v-input__append-inner,
+.theme--dark.v-overflow-btn--editable:hover .v-input__append-inner,
+.theme--dark.v-overflow-btn--editable.v-input--is-focused .v-input__append-inner,
+.theme--dark.v-overflow-btn--editable.v-select--is-menu-active .v-input__append-inner {
+ border-left: 1px solid rgba(255,255,255,0.12);
+}
+.theme--dark.v-overflow-btn:hover .v-input__slot,
+.theme--dark.v-overflow-btn.v-input--is-focused .v-input__slot,
+.theme--dark.v-overflow-btn.v-select--is-menu-active .v-input__slot {
+ background: #424242;
+}
+.v-overflow-btn {
+ margin-top: 12px;
+ padding-top: 0;
+}
+.v-overflow-btn:not(.v-overflow-btn--editable) > .v-input__control > .v-input__slot {
+ cursor: pointer;
+}
+.v-overflow-btn .v-select__slot {
+ height: 48px;
+}
+.v-overflow-btn .v-select__slot input {
+ margin-left: 16px;
+ cursor: pointer;
+}
+.v-overflow-btn .v-select__selection--comma:first-child {
+ margin-left: 16px;
+}
+.v-overflow-btn .v-input__slot {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-overflow-btn .v-input__slot::after {
+ content: none;
+}
+.v-overflow-btn .v-label {
+ margin-left: 16px;
+ top: calc(50% - 10px);
+}
+.v-overflow-btn .v-input__append-inner {
+ width: 48px;
+ height: 48px;
+ align-self: auto;
+ align-items: center;
+ margin-top: 0;
+ padding: 0;
+ flex-shrink: 0;
+}
+.v-overflow-btn .v-input__append-outer,
+.v-overflow-btn .v-input__prepend-outer {
+ margin-top: 12px;
+ margin-bottom: 12px;
+}
+.v-overflow-btn .v-input__control::before {
+ height: 1px;
+ top: -1px;
+ content: '';
+ left: 0;
+ position: absolute;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ width: 100%;
+}
+.v-overflow-btn.v-input--is-focused .v-input__slot,
+.v-overflow-btn.v-select--is-menu-active .v-input__slot {
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+}
+.v-overflow-btn .v-select__selections {
+ width: 0px;
+}
+.v-overflow-btn--segmented .v-select__selections {
+ flex-wrap: nowrap;
+}
+.v-overflow-btn--segmented .v-select__selections .v-btn {
+ border-radius: 0;
+ margin: 0;
+ margin-right: -16px;
+ height: 48px;
+ width: 100%;
+}
+.v-overflow-btn--segmented .v-select__selections .v-btn__content {
+ justify-content: start;
+}
+.v-overflow-btn--segmented .v-select__selections .v-btn__content::before {
+ background-color: transparent;
+}
+.v-overflow-btn--editable .v-select__slot input {
+ cursor: text;
+}
+.v-overflow-btn--editable .v-input__append-inner,
+.v-overflow-btn--editable .v-input__append-inner * {
+ cursor: pointer;
+}
+
+/* Theme */
+.theme--light.v-table {
+ background-color: #fff;
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-table thead tr:first-child {
+ border-bottom: 1px solid rgba(0,0,0,0.12);
+}
+.theme--light.v-table thead th {
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-table tbody tr:not(:last-child) {
+ border-bottom: 1px solid rgba(0,0,0,0.12);
+}
+.theme--light.v-table tbody tr[active] {
+ background: #f5f5f5;
+}
+.theme--light.v-table tbody tr:hover:not(.v-datatable__expand-row) {
+ background: #eee;
+}
+.theme--light.v-table tfoot tr {
+ border-top: 1px solid rgba(0,0,0,0.12);
+}
+.theme--dark.v-table {
+ background-color: #424242;
+ color: #fff;
+}
+.theme--dark.v-table thead tr:first-child {
+ border-bottom: 1px solid rgba(255,255,255,0.12);
+}
+.theme--dark.v-table thead th {
+ color: rgba(255,255,255,0.7);
+}
+.theme--dark.v-table tbody tr:not(:last-child) {
+ border-bottom: 1px solid rgba(255,255,255,0.12);
+}
+.theme--dark.v-table tbody tr[active] {
+ background: #505050;
+}
+.theme--dark.v-table tbody tr:hover:not(.v-datatable__expand-row) {
+ background: #616161;
+}
+.theme--dark.v-table tfoot tr {
+ border-top: 1px solid rgba(255,255,255,0.12);
+}
+.v-table__overflow {
+ width: 100%;
+ overflow-x: auto;
+ overflow-y: hidden;
+}
+table.v-table {
+ border-radius: 2px;
+ border-collapse: collapse;
+ border-spacing: 0;
+ width: 100%;
+ max-width: 100%;
+}
+table.v-table thead td:not(:nth-child(1)),
+table.v-table tbody td:not(:nth-child(1)),
+table.v-table thead th:not(:nth-child(1)),
+table.v-table tbody th:not(:nth-child(1)),
+table.v-table thead td:first-child,
+table.v-table tbody td:first-child,
+table.v-table thead th:first-child,
+table.v-table tbody th:first-child {
+ padding: 0 24px;
+}
+table.v-table thead tr {
+ height: 56px;
+}
+table.v-table thead th {
+ font-weight: 500;
+ font-size: 12px;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ white-space: nowrap;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+table.v-table thead th.sortable {
+ pointer-events: auto;
+}
+table.v-table thead th > div {
+ width: 100%;
+}
+table.v-table tbody tr {
+ transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ will-change: background;
+}
+table.v-table tbody td,
+table.v-table tbody th {
+ height: 48px;
+}
+table.v-table tbody td {
+ font-weight: 400;
+ font-size: 13px;
+}
+table.v-table .input-group--selection-controls {
+ padding: 0;
+}
+table.v-table .input-group--selection-controls .input-group__details {
+ display: none;
+}
+table.v-table .input-group--selection-controls.checkbox .v-icon {
+ left: 50%;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%);
+}
+table.v-table .input-group--selection-controls.checkbox .input-group--selection-controls__ripple {
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+}
+table.v-table tfoot tr {
+ height: 48px;
+}
+table.v-table tfoot tr td {
+ padding: 0 24px;
+}
+
+/* Theme */
+.theme--light.v-datatable thead th.column.sortable .v-icon {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-datatable thead th.column.sortable:hover {
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-datatable thead th.column.sortable.active {
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-datatable thead th.column.sortable.active .v-icon {
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-datatable .v-datatable__actions {
+ background-color: #fff;
+ color: rgba(0,0,0,0.54);
+ border-top: 1px solid rgba(0,0,0,0.12);
+}
+.theme--dark.v-datatable thead th.column.sortable .v-icon {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-datatable thead th.column.sortable:hover {
+ color: #fff;
+}
+.theme--dark.v-datatable thead th.column.sortable.active {
+ color: #fff;
+}
+.theme--dark.v-datatable thead th.column.sortable.active .v-icon {
+ color: #fff;
+}
+.theme--dark.v-datatable .v-datatable__actions {
+ background-color: #424242;
+ color: rgba(255,255,255,0.7);
+ border-top: 1px solid rgba(255,255,255,0.12);
+}
+.v-datatable .v-input--selection-controls {
+ margin: 0;
+ padding: 0;
+}
+.v-datatable thead th.column.sortable {
+ cursor: pointer;
+ outline: 0;
+}
+.v-datatable thead th.column.sortable .v-icon {
+ font-size: 16px;
+ display: inline-block;
+ opacity: 0;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-datatable thead th.column.sortable:focus .v-icon,
+.v-datatable thead th.column.sortable:hover .v-icon {
+ opacity: 0.6;
+}
+.v-datatable thead th.column.sortable.active {
+ -webkit-transform: none;
+ transform: none;
+}
+.v-datatable thead th.column.sortable.active .v-icon {
+ opacity: 1;
+}
+.v-datatable thead th.column.sortable.active.desc .v-icon {
+ -webkit-transform: rotate(-180deg);
+ transform: rotate(-180deg);
+}
+/** Actions */
+.v-datatable__actions {
+ display: flex;
+ justify-content: flex-end;
+ align-items: center;
+ font-size: 12px;
+ flex-wrap: wrap-reverse;
+}
+.v-datatable__actions .v-btn {
+ color: inherit;
+}
+.v-datatable__actions .v-btn:last-of-type {
+ margin-left: 14px;
+}
+.v-datatable__actions__range-controls {
+ display: flex;
+ align-items: center;
+ min-height: 48px;
+}
+.v-datatable__actions__pagination {
+ display: block;
+ text-align: center;
+ margin: 0 32px 0 24px;
+}
+.v-datatable__actions__select {
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
+ margin-right: 14px;
+ white-space: nowrap;
+}
+.v-datatable__actions__select .v-select {
+ flex: 0 1 0;
+ margin: 13px 0 13px 34px;
+ padding: 0;
+ position: initial;
+}
+.v-datatable__actions__select .v-select__selections {
+ flex-wrap: nowrap;
+}
+.v-datatable__actions__select .v-select__selections .v-select__selection--comma {
+ font-size: 12px;
+}
+.v-datatable__progress {
+ height: auto !important;
+}
+.v-datatable__progress tr,
+.v-datatable__progress td,
+.v-datatable__progress th {
+ height: auto !important;
+}
+.v-datatable__progress th {
+ padding: 0 !important;
+}
+.v-datatable__progress th .v-progress-linear {
+ margin: 0;
+}
+.v-datatable__expand-row {
+ border: none !important;
+}
+.v-datatable__expand-col {
+ padding: 0 !important;
+ height: 0px !important;
+}
+.v-datatable__expand-col--expanded {
+ border-bottom: 1px solid rgba(0,0,0,0.12);
+}
+.v-datatable__expand-content {
+ transition: height 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-datatable__expand-content > .card {
+ border-radius: 0;
+ box-shadow: none;
+}
+
+.theme--light.v-small-dialog a {
+ color: rgba(0,0,0,0.87);
+}
+.theme--dark.v-small-dialog a {
+ color: #fff;
+}
+.theme--light.v-small-dialog__content {
+ background: #fff;
+}
+.theme--dark.v-small-dialog__content {
+ background: #424242;
+}
+.theme--light.v-small-dialog__actions {
+ background: #fff;
+}
+.theme--dark.v-small-dialog__actions {
+ background: #424242;
+}
+.v-small-dialog {
+ display: block;
+ width: 100%;
+ height: 100%;
+}
+.v-small-dialog__content {
+ padding: 0 24px;
+}
+.v-small-dialog__actions {
+ text-align: right;
+ white-space: pre;
+}
+.v-small-dialog a {
+ display: flex;
+ align-items: center;
+ height: 100%;
+ text-decoration: none;
+}
+.v-small-dialog a > * {
+ width: 100%;
+}
+.v-small-dialog .v-menu__activator {
+ height: 100%;
+}
+
+.application--is-rtl .v-date-picker-title .v-picker__title__btn {
+ text-align: right;
+}
+.v-date-picker-title {
+ display: flex;
+ justify-content: space-between;
+ flex-direction: column;
+ flex-wrap: wrap;
+ line-height: 1;
+}
+.v-date-picker-title__year {
+ align-items: center;
+ display: inline-flex;
+ font-size: 14px;
+ font-weight: 500;
+ margin-bottom: 8px;
+}
+.v-date-picker-title__date {
+ font-size: 34px;
+ text-align: left;
+ font-weight: 500;
+ position: relative;
+ overflow: hidden;
+ padding-bottom: 8px;
+ margin-bottom: -8px;
+}
+.v-date-picker-title__date > div {
+ position: relative;
+}
+.v-date-picker-title--disabled {
+ pointer-events: none;
+}
+
+.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button {
+ color: rgba(0,0,0,0.38);
+}
+.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
+ color: #fff;
+}
+.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button {
+ color: rgba(255,255,255,0.5);
+}
+.v-date-picker-header {
+ padding: 4px 16px;
+ align-items: center;
+ display: flex;
+ justify-content: space-between;
+ position: relative;
+}
+.v-date-picker-header .v-btn {
+ margin: 0;
+ z-index: auto;
+}
+.v-date-picker-header .v-icon {
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-date-picker-header__value {
+ flex: 1;
+ text-align: center;
+ position: relative;
+ overflow: hidden;
+}
+.v-date-picker-header__value div {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ width: 100%;
+}
+.v-date-picker-header__value button {
+ cursor: pointer;
+ font-weight: bold;
+ outline: none;
+ padding: 0.5rem;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-date-picker-header--disabled {
+ pointer-events: none;
+}
+
+.theme--light.v-date-picker-table th,
+.theme--light.v-date-picker-table .v-date-picker-table--date__week {
+ color: rgba(0,0,0,0.38);
+}
+.theme--dark.v-date-picker-table th,
+.theme--dark.v-date-picker-table .v-date-picker-table--date__week {
+ color: rgba(255,255,255,0.5);
+}
+.v-date-picker-table {
+ position: relative;
+ padding: 0 12px;
+ height: 242px;
+}
+.v-date-picker-table table {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ top: 0;
+ table-layout: fixed;
+ width: 100%;
+}
+.v-date-picker-table td,
+.v-date-picker-table th {
+ text-align: center;
+ position: relative;
+}
+.v-date-picker-table th {
+ font-size: 12px;
+}
+.v-date-picker-table--date .v-btn {
+ height: 32px;
+ width: 32px;
+}
+.v-date-picker-table .v-btn {
+ z-index: auto;
+ margin: 0;
+ font-size: 12px;
+}
+.v-date-picker-table .v-btn.v-btn--active {
+ color: #fff;
+}
+.v-date-picker-table--month td {
+ width: 33.333333%;
+ height: 56px;
+ vertical-align: middle;
+ text-align: center;
+}
+.v-date-picker-table--month td .v-btn {
+ margin: 0 auto;
+ max-width: 160px;
+ min-width: 40px;
+ width: 100%;
+}
+.v-date-picker-table--date th {
+ padding: 8px 0;
+ font-weight: 600;
+}
+.v-date-picker-table--date td {
+ width: 45px;
+}
+.v-date-picker-table__events {
+ height: 8px;
+ left: 0;
+ position: absolute;
+ text-align: center;
+ white-space: pre;
+ width: 100%;
+}
+.v-date-picker-table__events > div {
+ border-radius: 50%;
+ display: inline-block;
+ height: 8px;
+ margin: 0 1px;
+ width: 8px;
+}
+.v-date-picker-table--date .v-date-picker-table__events {
+ bottom: 6px;
+}
+.v-date-picker-table--month .v-date-picker-table__events {
+ bottom: 8px;
+}
+.v-date-picker-table--disabled {
+ pointer-events: none;
+}
+
+.v-date-picker-years {
+ font-size: 16px;
+ font-weight: 400;
+ height: 286px;
+ list-style-type: none;
+ overflow: auto;
+ padding: 0;
+ text-align: center;
+}
+.v-date-picker-years li {
+ cursor: pointer;
+ padding: 8px 0;
+ transition: none;
+}
+.v-date-picker-years li.active {
+ font-size: 26px;
+ font-weight: 500;
+ padding: 10px 0;
+}
+.v-date-picker-years li:hover {
+ background: rgba(0,0,0,0.12);
+}
+.v-picker--landscape .v-date-picker-years {
+ height: 286px;
+}
+
+/* Themes */
+.theme--light.v-picker__title {
+ background: #e0e0e0;
+}
+.theme--dark.v-picker__title {
+ background: #616161;
+}
+.theme--light.v-picker__body {
+ background: #fff;
+}
+.theme--dark.v-picker__body {
+ background: #424242;
+}
+.v-picker {
+ border-radius: 2px;
+ contain: layout style;
+ display: inline-flex;
+ flex-direction: column;
+ vertical-align: top;
+ position: relative;
+}
+.v-picker--full-width {
+ display: flex;
+}
+.v-picker__title {
+ color: #fff;
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
+ padding: 16px;
+}
+.v-picker__title__btn {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-picker__title__btn:not(.v-picker__title__btn--active) {
+ opacity: 0.6;
+ cursor: pointer;
+}
+.v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus) {
+ opacity: 1;
+}
+.v-picker__title__btn--readonly {
+ pointer-events: none;
+}
+.v-picker__title__btn--active {
+ opacity: 1;
+}
+.v-picker__body {
+ height: auto;
+ overflow: hidden;
+ position: relative;
+ z-index: 0;
+ flex: 1 0 auto;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+.v-picker__body > div {
+ width: 100%;
+}
+.v-picker__body > div.fade-transition-leave-active {
+ position: absolute;
+}
+.v-picker--landscape .v-picker__title {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+ width: 170px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 100%;
+ z-index: 1;
+}
+.v-picker--landscape .v-picker__body,
+.v-picker--landscape .v-picker__actions {
+ margin-left: 170px;
+}
+
+/** Theme */
+.theme--light.v-expansion-panel .v-expansion-panel__container {
+ border-top: 1px solid rgba(0,0,0,0.12);
+ background-color: #fff;
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-expansion-panel .v-expansion-panel__container .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-expansion-panel .v-expansion-panel__container--disabled {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-expansion-panel--focusable .v-expansion-panel__container:focus {
+ background-color: #eee;
+}
+.theme--dark.v-expansion-panel .v-expansion-panel__container {
+ border-top: 1px solid rgba(255,255,255,0.12);
+ background-color: #424242;
+ color: #fff;
+}
+.theme--dark.v-expansion-panel .v-expansion-panel__container .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
+ color: #fff;
+}
+.theme--dark.v-expansion-panel .v-expansion-panel__container--disabled {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-expansion-panel--focusable .v-expansion-panel__container:focus {
+ background-color: #494949;
+}
+.v-expansion-panel {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ list-style-type: none;
+ padding: 0;
+ text-align: left;
+ width: 100%;
+ box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
+}
+.v-expansion-panel__container {
+ flex: 1 0 100%;
+ max-width: 100%;
+ outline: none;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-expansion-panel__container:first-child {
+ border-top: none !important;
+}
+.v-expansion-panel__container .v-expansion-panel__header__iconnel__header__icon {
+ margin-left: auto;
+}
+.v-expansion-panel__container--disabled .v-expansion-panel__header {
+ pointer-events: none;
+}
+.v-expansion-panel__container--active > .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
+ -webkit-transform: rotate(-180deg);
+ transform: rotate(-180deg);
+}
+.v-expansion-panel__header {
+ display: flex;
+ cursor: pointer;
+ align-items: center;
+ position: relative;
+ padding: 12px 24px;
+ min-height: 48px;
+}
+.v-expansion-panel__header > *:not(.v-expansion-panel__header__icon) {
+ flex: 1 1 auto;
+}
+.v-expansion-panel__body {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-expansion-panel__body > .v-card {
+ border-radius: 0;
+ box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(0,0,0,0.14), 0px 0px 0px 0px rgba(0,0,0,0.12) !important;
+}
+.v-expansion-panel--popout,
+.v-expansion-panel--inset {
+ box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(0,0,0,0.14), 0px 0px 0px 0px rgba(0,0,0,0.12);
+}
+.v-expansion-panel--popout .v-expansion-panel__container--active,
+.v-expansion-panel--inset .v-expansion-panel__container--active {
+ margin: 16px;
+ box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 1px 8px 0px rgba(0,0,0,0.12);
+}
+.v-expansion-panel--popout .v-expansion-panel__container,
+.v-expansion-panel--inset .v-expansion-panel__container {
+ max-width: 95%;
+}
+.v-expansion-panel--popout .v-expansion-panel__container--active {
+ max-width: 100%;
+}
+.v-expansion-panel--inset .v-expansion-panel__container--active {
+ max-width: 85%;
+}
+
+.theme--light.v-footer {
+ background: #f5f5f5;
+ color: rgba(0,0,0,0.87);
+}
+.theme--dark.v-footer {
+ background: #212121;
+ color: #fff;
+}
+.v-footer {
+ align-items: center;
+ display: flex;
+ flex: 0 1 auto !important;
+ min-height: 36px;
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
+}
+.v-footer--absolute,
+.v-footer--fixed {
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ z-index: 3;
+}
+.v-footer--inset {
+ z-index: 2;
+}
+.v-footer--absolute {
+ position: absolute;
+}
+.v-footer--fixed {
+ position: fixed;
+}
+
+.v-form > .container {
+ padding: 16px;
+}
+.v-form > .container > .layout > .flex {
+ padding: 8px;
+}
+.v-form > .container > .layout:only-child {
+ margin: -8px;
+}
+.v-form > .container > .layout:not(:only-child) {
+ margin: auto -8px;
+}
+
+.container {
+ flex: 1 1 100%;
+ margin: auto;
+ padding: 24px;
+ width: 100%;
+}
+.container.fluid {
+ max-width: 100%;
+}
+.container.fill-height {
+ align-items: center;
+ display: flex;
+}
+.container.fill-height > .layout {
+ height: 100%;
+ flex: 1 1 auto;
+}
+.container.grid-list-xs .layout .flex {
+ padding: 1px;
+}
+.container.grid-list-xs .layout:only-child {
+ margin: -1px;
+}
+.container.grid-list-xs .layout:not(:only-child) {
+ margin: auto -1px;
+}
+.container.grid-list-xs *:not(:only-child) .layout:first-child {
+ margin-top: -1px;
+}
+.container.grid-list-xs *:not(:only-child) .layout:last-child {
+ margin-bottom: -1px;
+}
+.container.grid-list-sm .layout .flex {
+ padding: 2px;
+}
+.container.grid-list-sm .layout:only-child {
+ margin: -2px;
+}
+.container.grid-list-sm .layout:not(:only-child) {
+ margin: auto -2px;
+}
+.container.grid-list-sm *:not(:only-child) .layout:first-child {
+ margin-top: -2px;
+}
+.container.grid-list-sm *:not(:only-child) .layout:last-child {
+ margin-bottom: -2px;
+}
+.container.grid-list-md .layout .flex {
+ padding: 4px;
+}
+.container.grid-list-md .layout:only-child {
+ margin: -4px;
+}
+.container.grid-list-md .layout:not(:only-child) {
+ margin: auto -4px;
+}
+.container.grid-list-md *:not(:only-child) .layout:first-child {
+ margin-top: -4px;
+}
+.container.grid-list-md *:not(:only-child) .layout:last-child {
+ margin-bottom: -4px;
+}
+.container.grid-list-lg .layout .flex {
+ padding: 8px;
+}
+.container.grid-list-lg .layout:only-child {
+ margin: -8px;
+}
+.container.grid-list-lg .layout:not(:only-child) {
+ margin: auto -8px;
+}
+.container.grid-list-lg *:not(:only-child) .layout:first-child {
+ margin-top: -8px;
+}
+.container.grid-list-lg *:not(:only-child) .layout:last-child {
+ margin-bottom: -8px;
+}
+.container.grid-list-xl .layout .flex {
+ padding: 12px;
+}
+.container.grid-list-xl .layout:only-child {
+ margin: -12px;
+}
+.container.grid-list-xl .layout:not(:only-child) {
+ margin: auto -12px;
+}
+.container.grid-list-xl *:not(:only-child) .layout:first-child {
+ margin-top: -12px;
+}
+.container.grid-list-xl *:not(:only-child) .layout:last-child {
+ margin-bottom: -12px;
+}
+.layout {
+ display: flex;
+ flex: 1 1 auto;
+ flex-wrap: nowrap;
+ min-width: 0;
+}
+.layout.row {
+ flex-direction: row;
+}
+.layout.row.reverse {
+ flex-direction: row-reverse;
+}
+.layout.column {
+ flex-direction: column;
+}
+.layout.column.reverse {
+ flex-direction: column-reverse;
+}
+.layout.column > .flex {
+ max-width: 100%;
+}
+.layout.wrap {
+ flex-wrap: wrap;
+}
+.flex,
+.child-flex > * {
+ flex: 1 1 auto;
+ max-width: 100%;
+}
+.align-start {
+ align-items: flex-start;
+}
+.align-end {
+ align-items: flex-end;
+}
+.align-center {
+ align-items: center;
+}
+.align-baseline {
+ align-items: baseline;
+}
+.align-self-start {
+ align-self: flex-start;
+}
+.align-self-end {
+ align-self: flex-end;
+}
+.align-self-center {
+ align-self: center;
+}
+.align-self-baseline {
+ align-self: baseline;
+}
+.align-content-start {
+ align-content: flex-start;
+}
+.align-content-end {
+ align-content: flex-end;
+}
+.align-content-center {
+ align-content: center;
+}
+.align-content-space-between {
+ align-content: space-between;
+}
+.align-content-space-around {
+ align-content: space-around;
+}
+.justify-start {
+ justify-content: flex-start;
+}
+.justify-end {
+ justify-content: flex-end;
+}
+.justify-center {
+ justify-content: center;
+}
+.justify-space-around {
+ justify-content: space-around;
+}
+.justify-space-between {
+ justify-content: space-between;
+}
+.justify-self-start {
+ justify-self: flex-start;
+}
+.justify-self-end {
+ justify-self: flex-end;
+}
+.justify-self-center {
+ justify-self: center;
+}
+.justify-self-baseline {
+ justify-self: baseline;
+}
+.spacer {
+ flex-grow: 1 !important;
+}
+.grow {
+ flex-grow: 1 !important;
+ flex-shrink: 0 !important;
+}
+.shrink {
+ flex-grow: 0 !important;
+ flex-shrink: 1 !important;
+}
+.scroll-y {
+ overflow-y: auto;
+}
+.fill-height {
+ height: 100%;
+}
+.hide-overflow {
+ overflow: hidden !important;
+}
+.show-overflow {
+ overflow: visible !important;
+}
+.no-wrap {
+ white-space: nowrap;
+}
+.ellipsis {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+.d-flex {
+ display: flex !important;
+}
+.d-inline-flex {
+ display: inline-flex !important;
+}
+.d-flex > *,
+.d-inline-flex > * {
+ flex: 1 1 auto !important;
+}
+.d-block {
+ display: block !important;
+}
+.d-inline-block {
+ display: inline-block !important;
+}
+.d-inline {
+ display: inline !important;
+}
+.d-none {
+ display: none !important;
+}
+@media only screen and (min-width: 960px) {
+ .container {
+ max-width: 900px;
+ }
+}
+@media only screen and (min-width: 1264px) {
+ .container {
+ max-width: 1185px;
+ }
+}
+@media only screen and (min-width: 1904px) {
+ .container {
+ max-width: 1785px;
+ }
+}
+@media only screen and (max-width: 959px) {
+ .container {
+ padding: 16px;
+ }
+}
+@media all and (min-width: 0) {
+ .flex.xs1 {
+ flex-basis: 8.333333333333332%;
+ flex-grow: 0;
+ max-width: 8.333333333333332%;
+ }
+ .flex.order-xs1 {
+ order: 1;
+ }
+ .flex.xs2 {
+ flex-basis: 16.666666666666664%;
+ flex-grow: 0;
+ max-width: 16.666666666666664%;
+ }
+ .flex.order-xs2 {
+ order: 2;
+ }
+ .flex.xs3 {
+ flex-basis: 25%;
+ flex-grow: 0;
+ max-width: 25%;
+ }
+ .flex.order-xs3 {
+ order: 3;
+ }
+ .flex.xs4 {
+ flex-basis: 33.33333333333333%;
+ flex-grow: 0;
+ max-width: 33.33333333333333%;
+ }
+ .flex.order-xs4 {
+ order: 4;
+ }
+ .flex.xs5 {
+ flex-basis: 41.66666666666667%;
+ flex-grow: 0;
+ max-width: 41.66666666666667%;
+ }
+ .flex.order-xs5 {
+ order: 5;
+ }
+ .flex.xs6 {
+ flex-basis: 50%;
+ flex-grow: 0;
+ max-width: 50%;
+ }
+ .flex.order-xs6 {
+ order: 6;
+ }
+ .flex.xs7 {
+ flex-basis: 58.333333333333336%;
+ flex-grow: 0;
+ max-width: 58.333333333333336%;
+ }
+ .flex.order-xs7 {
+ order: 7;
+ }
+ .flex.xs8 {
+ flex-basis: 66.66666666666666%;
+ flex-grow: 0;
+ max-width: 66.66666666666666%;
+ }
+ .flex.order-xs8 {
+ order: 8;
+ }
+ .flex.xs9 {
+ flex-basis: 75%;
+ flex-grow: 0;
+ max-width: 75%;
+ }
+ .flex.order-xs9 {
+ order: 9;
+ }
+ .flex.xs10 {
+ flex-basis: 83.33333333333334%;
+ flex-grow: 0;
+ max-width: 83.33333333333334%;
+ }
+ .flex.order-xs10 {
+ order: 10;
+ }
+ .flex.xs11 {
+ flex-basis: 91.66666666666666%;
+ flex-grow: 0;
+ max-width: 91.66666666666666%;
+ }
+ .flex.order-xs11 {
+ order: 11;
+ }
+ .flex.xs12 {
+ flex-basis: 100%;
+ flex-grow: 0;
+ max-width: 100%;
+ }
+ .flex.order-xs12 {
+ order: 12;
+ }
+ .flex.offset-xs0 {
+ margin-left: 0%;
+ }
+ .flex.offset-xs1 {
+ margin-left: 8.333333333333332%;
+ }
+ .flex.offset-xs2 {
+ margin-left: 16.666666666666664%;
+ }
+ .flex.offset-xs3 {
+ margin-left: 25%;
+ }
+ .flex.offset-xs4 {
+ margin-left: 33.33333333333333%;
+ }
+ .flex.offset-xs5 {
+ margin-left: 41.66666666666667%;
+ }
+ .flex.offset-xs6 {
+ margin-left: 50%;
+ }
+ .flex.offset-xs7 {
+ margin-left: 58.333333333333336%;
+ }
+ .flex.offset-xs8 {
+ margin-left: 66.66666666666666%;
+ }
+ .flex.offset-xs9 {
+ margin-left: 75%;
+ }
+ .flex.offset-xs10 {
+ margin-left: 83.33333333333334%;
+ }
+ .flex.offset-xs11 {
+ margin-left: 91.66666666666666%;
+ }
+ .flex.offset-xs12 {
+ margin-left: 100%;
+ }
+}
+@media all and (min-width: 600px) {
+ .flex.sm1 {
+ flex-basis: 8.333333333333332%;
+ flex-grow: 0;
+ max-width: 8.333333333333332%;
+ }
+ .flex.order-sm1 {
+ order: 1;
+ }
+ .flex.sm2 {
+ flex-basis: 16.666666666666664%;
+ flex-grow: 0;
+ max-width: 16.666666666666664%;
+ }
+ .flex.order-sm2 {
+ order: 2;
+ }
+ .flex.sm3 {
+ flex-basis: 25%;
+ flex-grow: 0;
+ max-width: 25%;
+ }
+ .flex.order-sm3 {
+ order: 3;
+ }
+ .flex.sm4 {
+ flex-basis: 33.33333333333333%;
+ flex-grow: 0;
+ max-width: 33.33333333333333%;
+ }
+ .flex.order-sm4 {
+ order: 4;
+ }
+ .flex.sm5 {
+ flex-basis: 41.66666666666667%;
+ flex-grow: 0;
+ max-width: 41.66666666666667%;
+ }
+ .flex.order-sm5 {
+ order: 5;
+ }
+ .flex.sm6 {
+ flex-basis: 50%;
+ flex-grow: 0;
+ max-width: 50%;
+ }
+ .flex.order-sm6 {
+ order: 6;
+ }
+ .flex.sm7 {
+ flex-basis: 58.333333333333336%;
+ flex-grow: 0;
+ max-width: 58.333333333333336%;
+ }
+ .flex.order-sm7 {
+ order: 7;
+ }
+ .flex.sm8 {
+ flex-basis: 66.66666666666666%;
+ flex-grow: 0;
+ max-width: 66.66666666666666%;
+ }
+ .flex.order-sm8 {
+ order: 8;
+ }
+ .flex.sm9 {
+ flex-basis: 75%;
+ flex-grow: 0;
+ max-width: 75%;
+ }
+ .flex.order-sm9 {
+ order: 9;
+ }
+ .flex.sm10 {
+ flex-basis: 83.33333333333334%;
+ flex-grow: 0;
+ max-width: 83.33333333333334%;
+ }
+ .flex.order-sm10 {
+ order: 10;
+ }
+ .flex.sm11 {
+ flex-basis: 91.66666666666666%;
+ flex-grow: 0;
+ max-width: 91.66666666666666%;
+ }
+ .flex.order-sm11 {
+ order: 11;
+ }
+ .flex.sm12 {
+ flex-basis: 100%;
+ flex-grow: 0;
+ max-width: 100%;
+ }
+ .flex.order-sm12 {
+ order: 12;
+ }
+ .flex.offset-sm0 {
+ margin-left: 0%;
+ }
+ .flex.offset-sm1 {
+ margin-left: 8.333333333333332%;
+ }
+ .flex.offset-sm2 {
+ margin-left: 16.666666666666664%;
+ }
+ .flex.offset-sm3 {
+ margin-left: 25%;
+ }
+ .flex.offset-sm4 {
+ margin-left: 33.33333333333333%;
+ }
+ .flex.offset-sm5 {
+ margin-left: 41.66666666666667%;
+ }
+ .flex.offset-sm6 {
+ margin-left: 50%;
+ }
+ .flex.offset-sm7 {
+ margin-left: 58.333333333333336%;
+ }
+ .flex.offset-sm8 {
+ margin-left: 66.66666666666666%;
+ }
+ .flex.offset-sm9 {
+ margin-left: 75%;
+ }
+ .flex.offset-sm10 {
+ margin-left: 83.33333333333334%;
+ }
+ .flex.offset-sm11 {
+ margin-left: 91.66666666666666%;
+ }
+ .flex.offset-sm12 {
+ margin-left: 100%;
+ }
+}
+@media all and (min-width: 960px) {
+ .flex.md1 {
+ flex-basis: 8.333333333333332%;
+ flex-grow: 0;
+ max-width: 8.333333333333332%;
+ }
+ .flex.order-md1 {
+ order: 1;
+ }
+ .flex.md2 {
+ flex-basis: 16.666666666666664%;
+ flex-grow: 0;
+ max-width: 16.666666666666664%;
+ }
+ .flex.order-md2 {
+ order: 2;
+ }
+ .flex.md3 {
+ flex-basis: 25%;
+ flex-grow: 0;
+ max-width: 25%;
+ }
+ .flex.order-md3 {
+ order: 3;
+ }
+ .flex.md4 {
+ flex-basis: 33.33333333333333%;
+ flex-grow: 0;
+ max-width: 33.33333333333333%;
+ }
+ .flex.order-md4 {
+ order: 4;
+ }
+ .flex.md5 {
+ flex-basis: 41.66666666666667%;
+ flex-grow: 0;
+ max-width: 41.66666666666667%;
+ }
+ .flex.order-md5 {
+ order: 5;
+ }
+ .flex.md6 {
+ flex-basis: 50%;
+ flex-grow: 0;
+ max-width: 50%;
+ }
+ .flex.order-md6 {
+ order: 6;
+ }
+ .flex.md7 {
+ flex-basis: 58.333333333333336%;
+ flex-grow: 0;
+ max-width: 58.333333333333336%;
+ }
+ .flex.order-md7 {
+ order: 7;
+ }
+ .flex.md8 {
+ flex-basis: 66.66666666666666%;
+ flex-grow: 0;
+ max-width: 66.66666666666666%;
+ }
+ .flex.order-md8 {
+ order: 8;
+ }
+ .flex.md9 {
+ flex-basis: 75%;
+ flex-grow: 0;
+ max-width: 75%;
+ }
+ .flex.order-md9 {
+ order: 9;
+ }
+ .flex.md10 {
+ flex-basis: 83.33333333333334%;
+ flex-grow: 0;
+ max-width: 83.33333333333334%;
+ }
+ .flex.order-md10 {
+ order: 10;
+ }
+ .flex.md11 {
+ flex-basis: 91.66666666666666%;
+ flex-grow: 0;
+ max-width: 91.66666666666666%;
+ }
+ .flex.order-md11 {
+ order: 11;
+ }
+ .flex.md12 {
+ flex-basis: 100%;
+ flex-grow: 0;
+ max-width: 100%;
+ }
+ .flex.order-md12 {
+ order: 12;
+ }
+ .flex.offset-md0 {
+ margin-left: 0%;
+ }
+ .flex.offset-md1 {
+ margin-left: 8.333333333333332%;
+ }
+ .flex.offset-md2 {
+ margin-left: 16.666666666666664%;
+ }
+ .flex.offset-md3 {
+ margin-left: 25%;
+ }
+ .flex.offset-md4 {
+ margin-left: 33.33333333333333%;
+ }
+ .flex.offset-md5 {
+ margin-left: 41.66666666666667%;
+ }
+ .flex.offset-md6 {
+ margin-left: 50%;
+ }
+ .flex.offset-md7 {
+ margin-left: 58.333333333333336%;
+ }
+ .flex.offset-md8 {
+ margin-left: 66.66666666666666%;
+ }
+ .flex.offset-md9 {
+ margin-left: 75%;
+ }
+ .flex.offset-md10 {
+ margin-left: 83.33333333333334%;
+ }
+ .flex.offset-md11 {
+ margin-left: 91.66666666666666%;
+ }
+ .flex.offset-md12 {
+ margin-left: 100%;
+ }
+}
+@media all and (min-width: 1264px) {
+ .flex.lg1 {
+ flex-basis: 8.333333333333332%;
+ flex-grow: 0;
+ max-width: 8.333333333333332%;
+ }
+ .flex.order-lg1 {
+ order: 1;
+ }
+ .flex.lg2 {
+ flex-basis: 16.666666666666664%;
+ flex-grow: 0;
+ max-width: 16.666666666666664%;
+ }
+ .flex.order-lg2 {
+ order: 2;
+ }
+ .flex.lg3 {
+ flex-basis: 25%;
+ flex-grow: 0;
+ max-width: 25%;
+ }
+ .flex.order-lg3 {
+ order: 3;
+ }
+ .flex.lg4 {
+ flex-basis: 33.33333333333333%;
+ flex-grow: 0;
+ max-width: 33.33333333333333%;
+ }
+ .flex.order-lg4 {
+ order: 4;
+ }
+ .flex.lg5 {
+ flex-basis: 41.66666666666667%;
+ flex-grow: 0;
+ max-width: 41.66666666666667%;
+ }
+ .flex.order-lg5 {
+ order: 5;
+ }
+ .flex.lg6 {
+ flex-basis: 50%;
+ flex-grow: 0;
+ max-width: 50%;
+ }
+ .flex.order-lg6 {
+ order: 6;
+ }
+ .flex.lg7 {
+ flex-basis: 58.333333333333336%;
+ flex-grow: 0;
+ max-width: 58.333333333333336%;
+ }
+ .flex.order-lg7 {
+ order: 7;
+ }
+ .flex.lg8 {
+ flex-basis: 66.66666666666666%;
+ flex-grow: 0;
+ max-width: 66.66666666666666%;
+ }
+ .flex.order-lg8 {
+ order: 8;
+ }
+ .flex.lg9 {
+ flex-basis: 75%;
+ flex-grow: 0;
+ max-width: 75%;
+ }
+ .flex.order-lg9 {
+ order: 9;
+ }
+ .flex.lg10 {
+ flex-basis: 83.33333333333334%;
+ flex-grow: 0;
+ max-width: 83.33333333333334%;
+ }
+ .flex.order-lg10 {
+ order: 10;
+ }
+ .flex.lg11 {
+ flex-basis: 91.66666666666666%;
+ flex-grow: 0;
+ max-width: 91.66666666666666%;
+ }
+ .flex.order-lg11 {
+ order: 11;
+ }
+ .flex.lg12 {
+ flex-basis: 100%;
+ flex-grow: 0;
+ max-width: 100%;
+ }
+ .flex.order-lg12 {
+ order: 12;
+ }
+ .flex.offset-lg0 {
+ margin-left: 0%;
+ }
+ .flex.offset-lg1 {
+ margin-left: 8.333333333333332%;
+ }
+ .flex.offset-lg2 {
+ margin-left: 16.666666666666664%;
+ }
+ .flex.offset-lg3 {
+ margin-left: 25%;
+ }
+ .flex.offset-lg4 {
+ margin-left: 33.33333333333333%;
+ }
+ .flex.offset-lg5 {
+ margin-left: 41.66666666666667%;
+ }
+ .flex.offset-lg6 {
+ margin-left: 50%;
+ }
+ .flex.offset-lg7 {
+ margin-left: 58.333333333333336%;
+ }
+ .flex.offset-lg8 {
+ margin-left: 66.66666666666666%;
+ }
+ .flex.offset-lg9 {
+ margin-left: 75%;
+ }
+ .flex.offset-lg10 {
+ margin-left: 83.33333333333334%;
+ }
+ .flex.offset-lg11 {
+ margin-left: 91.66666666666666%;
+ }
+ .flex.offset-lg12 {
+ margin-left: 100%;
+ }
+}
+@media all and (min-width: 1904px) {
+ .flex.xl1 {
+ flex-basis: 8.333333333333332%;
+ flex-grow: 0;
+ max-width: 8.333333333333332%;
+ }
+ .flex.order-xl1 {
+ order: 1;
+ }
+ .flex.xl2 {
+ flex-basis: 16.666666666666664%;
+ flex-grow: 0;
+ max-width: 16.666666666666664%;
+ }
+ .flex.order-xl2 {
+ order: 2;
+ }
+ .flex.xl3 {
+ flex-basis: 25%;
+ flex-grow: 0;
+ max-width: 25%;
+ }
+ .flex.order-xl3 {
+ order: 3;
+ }
+ .flex.xl4 {
+ flex-basis: 33.33333333333333%;
+ flex-grow: 0;
+ max-width: 33.33333333333333%;
+ }
+ .flex.order-xl4 {
+ order: 4;
+ }
+ .flex.xl5 {
+ flex-basis: 41.66666666666667%;
+ flex-grow: 0;
+ max-width: 41.66666666666667%;
+ }
+ .flex.order-xl5 {
+ order: 5;
+ }
+ .flex.xl6 {
+ flex-basis: 50%;
+ flex-grow: 0;
+ max-width: 50%;
+ }
+ .flex.order-xl6 {
+ order: 6;
+ }
+ .flex.xl7 {
+ flex-basis: 58.333333333333336%;
+ flex-grow: 0;
+ max-width: 58.333333333333336%;
+ }
+ .flex.order-xl7 {
+ order: 7;
+ }
+ .flex.xl8 {
+ flex-basis: 66.66666666666666%;
+ flex-grow: 0;
+ max-width: 66.66666666666666%;
+ }
+ .flex.order-xl8 {
+ order: 8;
+ }
+ .flex.xl9 {
+ flex-basis: 75%;
+ flex-grow: 0;
+ max-width: 75%;
+ }
+ .flex.order-xl9 {
+ order: 9;
+ }
+ .flex.xl10 {
+ flex-basis: 83.33333333333334%;
+ flex-grow: 0;
+ max-width: 83.33333333333334%;
+ }
+ .flex.order-xl10 {
+ order: 10;
+ }
+ .flex.xl11 {
+ flex-basis: 91.66666666666666%;
+ flex-grow: 0;
+ max-width: 91.66666666666666%;
+ }
+ .flex.order-xl11 {
+ order: 11;
+ }
+ .flex.xl12 {
+ flex-basis: 100%;
+ flex-grow: 0;
+ max-width: 100%;
+ }
+ .flex.order-xl12 {
+ order: 12;
+ }
+ .flex.offset-xl0 {
+ margin-left: 0%;
+ }
+ .flex.offset-xl1 {
+ margin-left: 8.333333333333332%;
+ }
+ .flex.offset-xl2 {
+ margin-left: 16.666666666666664%;
+ }
+ .flex.offset-xl3 {
+ margin-left: 25%;
+ }
+ .flex.offset-xl4 {
+ margin-left: 33.33333333333333%;
+ }
+ .flex.offset-xl5 {
+ margin-left: 41.66666666666667%;
+ }
+ .flex.offset-xl6 {
+ margin-left: 50%;
+ }
+ .flex.offset-xl7 {
+ margin-left: 58.333333333333336%;
+ }
+ .flex.offset-xl8 {
+ margin-left: 66.66666666666666%;
+ }
+ .flex.offset-xl9 {
+ margin-left: 75%;
+ }
+ .flex.offset-xl10 {
+ margin-left: 83.33333333333334%;
+ }
+ .flex.offset-xl11 {
+ margin-left: 91.66666666666666%;
+ }
+ .flex.offset-xl12 {
+ margin-left: 100%;
+ }
+}
+
+.v-content {
+ transition: none;
+ display: flex;
+ flex: 1 0 auto;
+ max-width: 100%;
+}
+.v-content[data-booted="true"] {
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
+}
+.v-content__wrap {
+ flex: 1 1 auto;
+ max-width: 100%;
+ position: relative;
+}
+@-moz-document url-prefix() {
+}
+@media print {
+ @-moz-document url-prefix() {
+ .v-content {
+ display: block;
+ }
+ }
+}
+
+.theme--light.v-jumbotron .v-jumbotron__content {
+ color: rgba(0,0,0,0.87);
+}
+.theme--dark.v-jumbotron .v-jumbotron__content {
+ color: #fff;
+}
+.v-jumbotron {
+ display: block;
+ top: 0;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ width: 100%;
+}
+.v-jumbotron__wrapper {
+ height: 100%;
+ overflow: hidden;
+ position: relative;
+ transition: inherit;
+ width: 100%;
+}
+.v-jumbotron__background {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ contain: strict;
+ transition: inherit;
+}
+.v-jumbotron__image {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ min-width: 100%;
+ will-change: transform;
+ transition: inherit;
+}
+.v-jumbotron__content {
+ height: 100%;
+ position: relative;
+ transition: inherit;
+}
+
+.theme--light.v-navigation-drawer {
+ background-color: #fff;
+}
+.theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
+ background-color: rgba(0,0,0,0.12);
+}
+.theme--light.v-navigation-drawer .v-divider {
+ border-color: rgba(0,0,0,0.12);
+}
+.theme--dark.v-navigation-drawer {
+ background-color: #424242;
+}
+.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
+ background-color: rgba(255,255,255,0.12);
+}
+.theme--dark.v-navigation-drawer .v-divider {
+ border-color: rgba(255,255,255,0.12);
+}
+.v-navigation-drawer {
+ transition: none;
+ display: block;
+ left: 0;
+ max-width: 100%;
+ overflow-y: auto;
+ overflow-x: hidden;
+ pointer-events: auto;
+ top: 0;
+ will-change: transform;
+ z-index: 3;
+ -webkit-overflow-scrolling: touch;
+}
+.v-navigation-drawer[data-booted="true"] {
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
+}
+.v-navigation-drawer[data-booted="true"] {
+ transition-property: width, -webkit-transform;
+ transition-property: transform, width;
+ transition-property: transform, width, -webkit-transform;
+}
+.v-navigation-drawer__border {
+ position: absolute;
+ right: 0;
+ top: 0;
+ height: 100%;
+ width: 1px;
+}
+.v-navigation-drawer.v-navigation-drawer--right:after {
+ left: 0;
+ right: initial;
+}
+.v-navigation-drawer--right {
+ left: auto;
+ right: 0;
+}
+.v-navigation-drawer--right > .v-navigation-drawer__border {
+ right: auto;
+ left: 0;
+}
+.v-navigation-drawer--absolute {
+ position: absolute;
+}
+.v-navigation-drawer--fixed {
+ position: fixed;
+}
+.v-navigation-drawer--floating:after {
+ display: none;
+}
+.v-navigation-drawer--mini-variant {
+ overflow: hidden;
+}
+.v-navigation-drawer--mini-variant .v-list__group__header__prepend-icon {
+ flex: 1 0 auto;
+ justify-content: center;
+ width: 100%;
+}
+.v-navigation-drawer--mini-variant .v-list__tile__action,
+.v-navigation-drawer--mini-variant .v-list__tile__avatar {
+ justify-content: center;
+ min-width: 48px;
+}
+.v-navigation-drawer--mini-variant .v-list__tile__content,
+.v-navigation-drawer--mini-variant .v-list__tile:after {
+ opacity: 0;
+}
+.v-navigation-drawer--mini-variant .v-subheader,
+.v-navigation-drawer--mini-variant .v-divider,
+.v-navigation-drawer--mini-variant .v-list--group {
+ display: none !important;
+}
+.v-navigation-drawer--temporary,
+.v-navigation-drawer--is-mobile {
+ z-index: 6;
+}
+.v-navigation-drawer--temporary:not(.v-navigation-drawer--close),
+.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close) {
+ box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.2), 0px 16px 24px 2px rgba(0,0,0,0.14), 0px 6px 30px 5px rgba(0,0,0,0.12);
+}
+.v-navigation-drawer .v-list {
+ background: inherit;
+}
+.v-navigation-drawer > .v-list .v-list__tile {
+ transition: none;
+ font-weight: 500;
+}
+.v-navigation-drawer > .v-list .v-list__tile--active .v-list__tile__title {
+ color: inherit;
+}
+.v-navigation-drawer > .v-list .v-list--group .v-list__tile {
+ font-weight: 400;
+}
+.v-navigation-drawer > .v-list .v-list--group__header--active:after {
+ background: transparent;
+}
+.v-navigation-drawer > .v-list:not(.v-list--dense) .v-list__tile {
+ font-size: 14px;
+}
+
+.theme--light.v-pagination .v-pagination__item {
+ background: #fff;
+ color: #000;
+ width: auto;
+ min-width: 34px;
+ padding: 0 5px;
+}
+.theme--light.v-pagination .v-pagination__item--active {
+ color: #fff;
+}
+.theme--light.v-pagination .v-pagination__navigation {
+ background: #fff;
+}
+.theme--light.v-pagination .v-pagination__navigation .v-icon {
+ color: rgba(0,0,0,0.54);
+}
+.theme--dark.v-pagination .v-pagination__item {
+ background: #424242;
+ color: #fff;
+ width: auto;
+ min-width: 34px;
+ padding: 0 5px;
+}
+.theme--dark.v-pagination .v-pagination__item--active {
+ color: #fff;
+}
+.theme--dark.v-pagination .v-pagination__navigation {
+ background: #424242;
+}
+.theme--dark.v-pagination .v-pagination__navigation .v-icon {
+ color: #fff;
+}
+.v-pagination {
+ align-items: center;
+ display: inline-flex;
+ list-style-type: none;
+ margin: 0;
+ max-width: 100%;
+ padding: 0;
+}
+.v-pagination > li {
+ align-items: center;
+ display: flex;
+}
+.v-pagination--circle .v-pagination__item,
+.v-pagination--circle .v-pagination__more,
+.v-pagination--circle .v-pagination__navigation {
+ border-radius: 50%;
+}
+.v-pagination--disabled {
+ pointer-events: none;
+ opacity: 0.6;
+}
+.v-pagination__item {
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+ border-radius: 4px;
+ font-size: 14px;
+ background: transparent;
+ height: 34px;
+ width: 34px;
+ margin: 0.3rem;
+ text-decoration: none;
+ transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
+}
+.v-pagination__item--active {
+ box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
+}
+.v-pagination__navigation {
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+ display: inline-flex;
+ justify-content: center;
+ align-items: center;
+ text-decoration: none;
+ height: 2rem;
+ border-radius: 4px;
+ width: 2rem;
+ margin: 0.3rem 10px;
+}
+.v-pagination__navigation .v-icon {
+ font-size: 2rem;
+ transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
+ vertical-align: middle;
+}
+.v-pagination__navigation--disabled {
+ opacity: 0.6;
+ pointer-events: none;
+}
+.v-pagination__more {
+ margin: 0.3rem;
+ display: inline-flex;
+ align-items: flex-end;
+ justify-content: center;
+ height: 2rem;
+ width: 2rem;
+}
+
+.v-parallax {
+ position: relative;
+ overflow: hidden;
+ z-index: 0;
+}
+.v-parallax__image-container {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ z-index: 1;
+ contain: strict;
+}
+.v-parallax__image {
+ position: absolute;
+ bottom: 0;
+ left: 50%;
+ min-width: 100%;
+ min-height: 100%;
+ display: none;
+ -webkit-transform: translate(-50%, 0);
+ transform: translate(-50%, 0);
+ will-change: transform;
+ transition: 0.3s opacity cubic-bezier(0.25, 0.8, 0.5, 1);
+ z-index: 1;
+}
+.v-parallax__content {
+ color: #fff;
+ height: 100%;
+ z-index: 2;
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ padding: 0 1rem;
+}
+
+.v-input--radio-group__input {
+ display: flex;
+ width: 100%;
+}
+.v-input--radio-group--column .v-input--radio-group__input > .v-label {
+ padding-bottom: 8px;
+}
+.v-input--radio-group--row .v-input--radio-group__input > .v-label {
+ padding-right: 8px;
+}
+.v-input--radio-group--row .v-input--radio-group__input {
+ flex-direction: row;
+ flex-wrap: wrap;
+}
+.v-input--radio-group--column .v-radio:not(:last-child):not(:only-child) {
+ margin-bottom: 8px;
+}
+.v-input--radio-group--column .v-input--radio-group__input {
+ flex-direction: column;
+}
+
+.theme--light.v-radio--is-disabled label {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-radio--is-disabled .v-icon {
+ color: rgba(0,0,0,0.26) !important;
+}
+.theme--dark.v-radio--is-disabled label {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-radio--is-disabled .v-icon {
+ color: rgba(255,255,255,0.3) !important;
+}
+.v-radio {
+ align-items: center;
+ display: flex;
+ height: auto;
+ margin-right: 16px;
+ outline: none;
+}
+.v-radio--is-disabled {
+ pointer-events: none;
+}
+
+/* Theme */
+.theme--light.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb {
+ background: #bdbdbd;
+}
+.theme--dark.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb {
+ background: #424242;
+}
+/** Input Group */
+.v-input--range-slider.v-input--is-disabled .v-slider__track-fill {
+ display: none;
+}
+.v-input--range-slider.v-input--is-disabled.v-input--slider .v-slider.v-slider .v-slider__thumb {
+ border-color: transparent;
+}
+
+/* Theme */
+.theme--light.v-input--slider .v-slider__track,
+.theme--light.v-input--slider .v-slider__track-fill {
+ background: rgba(0,0,0,0.26);
+}
+.theme--light.v-input--slider .v-slider__track__container:after {
+ border: 1px solid rgba(0,0,0,0.87);
+}
+.theme--light.v-input--slider .v-slider__ticks {
+ border-color: rgba(0,0,0,0.87);
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb-label {
+ background: rgba(0,0,0,0.26);
+}
+.theme--light.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb {
+ border: 3px solid rgba(0,0,0,0.26);
+}
+.theme--light.v-input--slider:not(.v-input--is-dirty).v-input--slider--is-active .v-slider__thumb {
+ border: 3px solid rgba(0,0,0,0.38);
+}
+.theme--light.v-input--slider.v-input--is-disabled .v-slider__thumb {
+ border: 5px solid rgba(0,0,0,0.26);
+}
+.theme--light.v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
+ background: rgba(0,0,0,0.26);
+}
+.theme--light.v-input--slider.v-input--slider--is-active .v-slider__track {
+ background: rgba(0,0,0,0.38);
+}
+.theme--dark.v-input--slider .v-slider__track,
+.theme--dark.v-input--slider .v-slider__track-fill {
+ background: rgba(255,255,255,0.2);
+}
+.theme--dark.v-input--slider .v-slider__track__container:after {
+ border: 1px solid #fff;
+}
+.theme--dark.v-input--slider .v-slider__ticks {
+ border-color: #fff;
+ color: rgba(255,255,255,0.7);
+}
+.theme--dark.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb-label {
+ background: rgba(255,255,255,0.2);
+}
+.theme--dark.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb {
+ border: 3px solid rgba(255,255,255,0.2);
+}
+.theme--dark.v-input--slider:not(.v-input--is-dirty).v-input--slider--is-active .v-slider__thumb {
+ border: 3px solid rgba(255,255,255,0.3);
+}
+.theme--dark.v-input--slider.v-input--is-disabled .v-slider__thumb {
+ border: 5px solid rgba(255,255,255,0.2);
+}
+.theme--dark.v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
+ background: rgba(255,255,255,0.2);
+}
+.theme--dark.v-input--slider.v-input--slider--is-active .v-slider__track {
+ background: rgba(255,255,255,0.3);
+}
+.application--is-rtl .v-input--slider .v-label {
+ margin-left: 16px;
+ margin-right: 0;
+}
+/** Input Group */
+.v-input--slider {
+ margin-top: 16px;
+}
+.v-input--slider.v-input--is-focused .v-slider__thumb-container--is-active:not(.v-slider__thumb-container--show-label):before {
+ opacity: 0.2;
+ -webkit-transform: scale(1);
+ transform: scale(1);
+}
+.v-input--slider.v-input--is-focused .v-slider__track {
+ transition: none;
+}
+.v-input--slider.v-input--is-focused.v-input--slider--ticks .v-slider__track__container:after,
+.v-input--slider.v-input--is-focused.v-input--slider--ticks .v-slider .v-slider__tick {
+ opacity: 1;
+}
+.v-input--slider.v-input--slider--ticks .v-slider__ticks.v-slider__ticks--always-show {
+ opacity: 1;
+}
+.v-input--slider.v-input--slider--ticks-labels .v-input__slot {
+ margin-bottom: 16px;
+}
+.v-input--slider.v-input--is-readonly .v-input__control {
+ pointer-events: none;
+}
+.v-input--slider.v-input--is-disabled .v-slider__thumb {
+ -webkit-transform: translateY(-50%) scale(0.45);
+ transform: translateY(-50%) scale(0.45);
+}
+.v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
+ border: 0px solid transparent;
+}
+.v-input--slider .v-input__slot > *:first-child:not(:only-child) {
+ margin-right: 16px;
+}
+/** Slider */
+.v-slider {
+ cursor: default;
+ display: flex;
+ align-items: center;
+ position: relative;
+ height: 32px;
+ flex: 1;
+ outline: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-slider input {
+ cursor: default;
+ opacity: 0;
+ padding: 0;
+ width: 100%;
+}
+/** Thumb/Track/Ticks */
+.v-slider__track__container {
+ height: 2px;
+ left: 0;
+ overflow: hidden;
+ pointer-events: none;
+ position: absolute;
+ top: 50%;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%);
+ width: 100%;
+}
+.v-slider__track__container:after {
+ content: '';
+ position: absolute;
+ right: 0;
+ top: 0;
+ height: 2px;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ width: 2px;
+ opacity: 0;
+}
+.v-slider__track,
+.v-slider__thumb,
+.v-slider__ticks {
+ position: absolute;
+ top: 0;
+}
+.v-slider__track {
+ height: 2px;
+ left: 0;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ -webkit-transform-origin: right;
+ transform-origin: right;
+ overflow: hidden;
+ width: 100%;
+}
+.v-slider__track-fill {
+ position: absolute;
+ left: 0;
+ height: 2px;
+ -webkit-transform-origin: left;
+ transform-origin: left;
+ width: 100%;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-slider__ticks-container {
+ position: absolute;
+ left: 0;
+ height: 2px;
+ width: 100%;
+ top: 50%;
+ -webkit-transform: translate(0, -50%);
+ transform: translate(0, -50%);
+}
+.v-slider__ticks {
+ opacity: 0;
+ border-style: solid;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-slider__ticks > span {
+ position: absolute;
+ top: 8px;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%);
+ white-space: nowrap;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-slider__ticks:first-child > span {
+ -webkit-transform: translateX(0);
+ transform: translateX(0);
+}
+.v-slider__ticks:last-child > span {
+ -webkit-transform: translateX(-100%);
+ transform: translateX(-100%);
+}
+.v-slider:not(.v-input--is-dirty) .v-slider__ticks:first-child {
+ border-color: transparent;
+}
+.v-slider__thumb-container {
+ position: absolute;
+ top: 50%;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-slider__thumb-container:before {
+ content: '';
+ color: inherit;
+ border-radius: 50%;
+ background: currentColor;
+ height: 32px;
+ left: -16px;
+ opacity: 0;
+ overflow: hidden;
+ pointer-events: none;
+ position: absolute;
+ top: -16px;
+ -webkit-transform: scale(0.2);
+ transform: scale(0.2);
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ width: 32px;
+ will-change: transform, opacity;
+}
+.v-slider__thumb {
+ width: 24px;
+ height: 24px;
+ left: -12px;
+ top: 50%;
+ border-radius: 50%;
+ background: transparent;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ -webkit-transform: translateY(-50%) scale(0.6);
+ transform: translateY(-50%) scale(0.6);
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+/** Thumb Label */
+.v-slider--is-active .v-slider__thumb-container--is-active .v-slider__thumb {
+ -webkit-transform: translateY(-50%) scale(1);
+ transform: translateY(-50%) scale(1);
+}
+.v-slider--is-active .v-slider__thumb-container--is-active.v-slider__thumb-container--show-label .v-slider__thumb {
+ -webkit-transform: translateY(-50%) scale(0);
+ transform: translateY(-50%) scale(0);
+}
+.v-slider--is-active .v-slider__ticks-container .v-slider__ticks {
+ opacity: 1;
+}
+.v-slider__thumb-label__container {
+ position: absolute;
+ left: 0;
+ top: 0;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
+}
+.v-slider__thumb-label {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 12px;
+ color: #fff;
+ width: 32px;
+ height: 32px;
+ border-radius: 50% 50% 0;
+ position: absolute;
+ left: 0;
+ bottom: 100%;
+ -webkit-transform: translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg);
+ transform: translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg);
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
+}
+.v-slider__thumb-label > * {
+ -webkit-transform: rotate(-45deg);
+ transform: rotate(-45deg);
+}
+.v-slider__track,
+.v-slider__track-fill {
+ position: absolute;
+}
+
+.v-rating .v-icon {
+ padding: 0.5rem;
+ border-radius: 50%;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-rating--readonly .v-icon {
+ pointer-events: none;
+}
+.v-rating--dense .v-icon {
+ padding: 0.1rem;
+}
+
+.application--is-rtl .v-snack__content .v-btn {
+ margin: 0 24px 0 0;
+}
+.v-snack {
+ position: fixed;
+ display: flex;
+ align-items: center;
+ color: #fff;
+ pointer-events: none;
+ z-index: 1000;
+ font-size: 14px;
+ left: 0;
+ right: 0;
+}
+.v-snack--absolute {
+ position: absolute;
+}
+.v-snack--top {
+ top: 0;
+}
+.v-snack--bottom {
+ bottom: 0;
+}
+.v-snack__wrapper {
+ display: flex;
+ align-items: center;
+ background-color: #323232;
+ pointer-events: auto;
+ width: 100%;
+ box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12);
+}
+.v-snack__content {
+ width: 100%;
+ height: 48px;
+ padding: 14px 24px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ overflow: hidden;
+}
+.v-snack__content .v-btn {
+ color: #fff;
+ flex: 0 0 auto;
+ padding: 8px;
+ margin: 0 0 0 24px;
+ height: auto;
+ min-width: auto;
+ width: auto;
+}
+.v-snack__content .v-btn__content {
+ margin: -2px;
+}
+.v-snack__content .v-btn::before {
+ display: none;
+}
+.v-snack--multi-line .v-snack__content {
+ height: 80px;
+ padding: 24px;
+}
+.v-snack--vertical .v-snack__content {
+ height: 112px;
+ padding: 24px 24px 14px;
+ flex-direction: column;
+ align-items: stretch;
+}
+.v-snack--vertical .v-snack__content .v-btn.v-btn {
+ justify-content: flex-end;
+ padding: 0;
+ margin-left: 0;
+ margin-top: 24px;
+}
+.v-snack--vertical .v-snack__content .v-btn__content {
+ flex: 0 0 auto;
+ margin: 0;
+}
+.v-snack--auto-height .v-snack__content {
+ height: auto;
+}
+.v-snack-transition-enter-active,
+.v-snack-transition-leave-active {
+ transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
+ transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
+ transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-snack-transition-enter-active .v-snack__content,
+.v-snack-transition-leave-active .v-snack__content {
+ transition: opacity 0.3s linear 0.1s;
+}
+.v-snack-transition-enter .v-snack__content {
+ opacity: 0;
+}
+.v-snack-transition-enter-to .v-snack__content,
+.v-snack-transition-leave .v-snack__content {
+ opacity: 1;
+}
+.v-snack-transition-enter.v-snack.v-snack--top,
+.v-snack-transition-leave-to.v-snack.v-snack--top {
+ -webkit-transform: translateY(calc(-100% - 8px));
+ transform: translateY(calc(-100% - 8px));
+}
+.v-snack-transition-enter.v-snack.v-snack--bottom,
+.v-snack-transition-leave-to.v-snack.v-snack--bottom {
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%);
+}
+@media only screen and (min-width: 600px) {
+ .application--is-rtl .v-snack__content .v-btn:first-of-type {
+ margin-left: 0;
+ margin-right: 42px;
+ }
+ .v-snack__wrapper {
+ width: auto;
+ max-width: 568px;
+ min-width: 288px;
+ margin: 0 auto;
+ border-radius: 2px;
+ }
+ .v-snack--left .v-snack__wrapper {
+ margin-left: 0;
+ }
+ .v-snack--right .v-snack__wrapper {
+ margin-right: 0;
+ }
+ .v-snack--left,
+ .v-snack--right {
+ margin: 0 24px;
+ }
+ .v-snack--left.v-snack--top,
+ .v-snack--right.v-snack--top {
+ -webkit-transform: translateY(24px);
+ transform: translateY(24px);
+ }
+ .v-snack--left.v-snack--bottom,
+ .v-snack--right.v-snack--bottom {
+ -webkit-transform: translateY(-24px);
+ transform: translateY(-24px);
+ }
+ .v-snack__content .v-btn:first-of-type {
+ margin-left: 42px;
+ }
+}
+
+.v-speed-dial {
+ position: relative;
+}
+.v-speed-dial--absolute {
+ position: absolute;
+}
+.v-speed-dial--fixed {
+ position: fixed;
+}
+.v-speed-dial--fixed,
+.v-speed-dial--absolute {
+ z-index: 4;
+}
+.v-speed-dial--fixed > .v-btn--floating,
+.v-speed-dial--absolute > .v-btn--floating {
+ margin: 0;
+}
+.v-speed-dial--top:not(.v-speed-dial--absolute) {
+ top: 16px;
+}
+.v-speed-dial--top.v-speed-dial--absolute {
+ top: 50%;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%);
+}
+.v-speed-dial--bottom:not(.v-speed-dial--absolute) {
+ bottom: 16px;
+}
+.v-speed-dial--bottom.v-speed-dial--absolute {
+ bottom: 50%;
+ -webkit-transform: translateY(50%);
+ transform: translateY(50%);
+}
+.v-speed-dial--left {
+ left: 16px;
+}
+.v-speed-dial--right {
+ right: 16px;
+}
+.v-speed-dial--direction-left .v-speed-dial__list,
+.v-speed-dial--direction-right .v-speed-dial__list {
+ height: 100%;
+ top: 0;
+}
+.v-speed-dial--direction-top .v-speed-dial__list,
+.v-speed-dial--direction-bottom .v-speed-dial__list {
+ left: 0;
+ width: 100%;
+}
+.v-speed-dial--direction-top .v-speed-dial__list {
+ flex-direction: column-reverse;
+ bottom: 100%;
+}
+.v-speed-dial--direction-right .v-speed-dial__list {
+ flex-direction: row;
+ left: 100%;
+}
+.v-speed-dial--direction-bottom .v-speed-dial__list {
+ flex-direction: column;
+ top: 100%;
+}
+.v-speed-dial--direction-left .v-speed-dial__list {
+ flex-direction: row-reverse;
+ right: 100%;
+}
+/** Elements */
+.v-speed-dial__list {
+ align-items: center;
+ display: flex;
+ justify-content: center;
+ position: absolute;
+}
+
+.theme--light.v-stepper {
+ background: #fff;
+}
+.theme--light.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
+ background: rgba(0,0,0,0.38);
+}
+.theme--light.v-stepper .v-stepper__step__step {
+ color: #fff;
+}
+.theme--light.v-stepper .v-stepper__step__step .v-icon {
+ color: #fff;
+}
+.theme--light.v-stepper .v-stepper__header .v-divider {
+ border-color: rgba(0,0,0,0.12);
+}
+.theme--light.v-stepper .v-stepper__step--active .v-stepper__label {
+ text-shadow: 0px 0px 0px #000;
+}
+.theme--light.v-stepper .v-stepper__step--editable:hover {
+ background: rgba(0,0,0,0.06);
+}
+.theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
+ text-shadow: 0px 0px 0px #000;
+}
+.theme--light.v-stepper .v-stepper__step--complete .v-stepper__label {
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
+ background: rgba(0,0,0,0.54);
+}
+.theme--light.v-stepper .v-stepper__label {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-stepper .v-stepper__label small {
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label {
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-stepper--vertical .v-stepper__content:not(:last-child) {
+ border-left: 1px solid rgba(0,0,0,0.12);
+}
+.theme--dark.v-stepper {
+ background: #303030;
+}
+.theme--dark.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
+ background: rgba(255,255,255,0.5);
+}
+.theme--dark.v-stepper .v-stepper__step__step {
+ color: #fff;
+}
+.theme--dark.v-stepper .v-stepper__step__step .v-icon {
+ color: #fff;
+}
+.theme--dark.v-stepper .v-stepper__header .v-divider {
+ border-color: rgba(255,255,255,0.12);
+}
+.theme--dark.v-stepper .v-stepper__step--active .v-stepper__label {
+ text-shadow: 0px 0px 0px #fff;
+}
+.theme--dark.v-stepper .v-stepper__step--editable:hover {
+ background: rgba(255,255,255,0.06);
+}
+.theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
+ text-shadow: 0px 0px 0px #fff;
+}
+.theme--dark.v-stepper .v-stepper__step--complete .v-stepper__label {
+ color: rgba(255,255,255,0.87);
+}
+.theme--dark.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
+ background: rgba(255,255,255,0.75);
+}
+.theme--dark.v-stepper .v-stepper__label {
+ color: rgba(255,255,255,0.5);
+}
+.theme--dark.v-stepper .v-stepper__label small {
+ color: rgba(255,255,255,0.7);
+}
+.theme--dark.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label {
+ color: rgba(255,255,255,0.7);
+}
+.theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child) {
+ border-left: 1px solid rgba(255,255,255,0.12);
+}
+.application--is-rtl .v-stepper .v-stepper__step__step {
+ margin-right: 0;
+ margin-left: 12px;
+}
+.v-stepper {
+ overflow: hidden;
+ position: relative;
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+}
+.v-stepper__header {
+ height: 72px;
+ align-items: stretch;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+}
+.v-stepper__header .v-divider {
+ align-self: center;
+ margin: 0 -16px;
+}
+.v-stepper__items {
+ position: relative;
+ overflow: hidden;
+}
+.v-stepper__step__step {
+ align-items: center;
+ border-radius: 50%;
+ display: inline-flex;
+ font-size: 12px;
+ justify-content: center;
+ height: 24px;
+ margin-right: 8px;
+ min-width: 24px;
+ width: 24px;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
+}
+.v-stepper__step__step .v-icon {
+ font-size: 18px;
+}
+.v-stepper__step {
+ align-items: center;
+ display: flex;
+ flex-direction: row;
+ padding: 24px;
+ position: relative;
+}
+.v-stepper__step--active .v-stepper__label {
+ transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
+}
+.v-stepper__step--editable {
+ cursor: pointer;
+}
+.v-stepper__step.v-stepper__step--error .v-stepper__step__step {
+ background: transparent;
+ color: inherit;
+}
+.v-stepper__step.v-stepper__step--error .v-stepper__step__step .v-icon {
+ font-size: 24px;
+ color: inherit;
+}
+.v-stepper__step.v-stepper__step--error .v-stepper__label {
+ color: inherit;
+ text-shadow: none;
+ font-weight: 500;
+}
+.v-stepper__step.v-stepper__step--error .v-stepper__label small {
+ color: inherit;
+}
+.v-stepper__label {
+ align-items: flex-start;
+ display: flex;
+ flex-direction: column;
+ text-align: left;
+}
+.v-stepper__label small {
+ font-size: 12px;
+ font-weight: 300;
+ text-shadow: none;
+}
+.v-stepper__wrapper {
+ overflow: hidden;
+ transition: none;
+}
+.v-stepper__content {
+ top: 0;
+ padding: 24px 24px 16px 24px;
+ flex: 1 0 auto;
+ width: 100%;
+}
+.v-stepper__content > .v-btn {
+ margin: 24px 8px 8px 0;
+}
+.v-stepper--is-booted .v-stepper__content,
+.v-stepper--is-booted .v-stepper__wrapper {
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+.v-stepper--vertical {
+ padding-bottom: 36px;
+}
+.v-stepper--vertical .v-stepper__content {
+ margin: -8px -36px -16px 36px;
+ padding: 16px 60px 16px 23px;
+ width: auto;
+}
+.v-stepper--vertical .v-stepper__step {
+ padding: 24px 24px 16px;
+}
+.v-stepper--vertical .v-stepper__step__step {
+ margin-right: 12px;
+}
+.v-stepper--alt-labels .v-stepper__header {
+ height: auto;
+}
+.v-stepper--alt-labels .v-stepper__header .v-divider {
+ margin: 35px -67px 0;
+ align-self: flex-start;
+}
+.v-stepper--alt-labels .v-stepper__step {
+ flex-direction: column;
+ justify-content: flex-start;
+ align-items: center;
+ flex-basis: 175px;
+}
+.v-stepper--alt-labels .v-stepper__step small {
+ align-self: center;
+}
+.v-stepper--alt-labels .v-stepper__step__step {
+ margin-right: 0;
+ margin-bottom: 11px;
+}
+@media only screen and (max-width: 959px) {
+ .v-stepper:not(.v-stepper--vertical) .v-stepper__label {
+ display: none;
+ }
+ .v-stepper:not(.v-stepper--vertical) .v-stepper__step__step {
+ margin-right: 0;
+ }
+}
+
+/** Theme */
+.theme--light.v-input--switch__thumb {
+ color: #fafafa;
+}
+.theme--light.v-input--switch__track {
+ color: rgba(0,0,0,0.38);
+}
+.theme--light.v-input--switch.v-input--is-disabled .v-input--switch__thumb {
+ color: #bdbdbd !important;
+}
+.theme--light.v-input--switch.v-input--is-disabled .v-input--switch__track {
+ color: rgba(0,0,0,0.12) !important;
+}
+.theme--dark.v-input--switch__thumb {
+ color: #bdbdbd;
+}
+.theme--dark.v-input--switch__track {
+ color: rgba(255,255,255,0.3);
+}
+.theme--dark.v-input--switch.v-input--is-disabled .v-input--switch__thumb {
+ color: #424242 !important;
+}
+.theme--dark.v-input--switch.v-input--is-disabled .v-input--switch__track {
+ color: rgba(255,255,255,0.1) !important;
+}
+.application--is-rtl .v-input--switch .v-input--selection-controls__ripple {
+ left: auto;
+ right: -14px;
+}
+.application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
+.application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
+ -webkit-transform: translate(-16px, 0);
+ transform: translate(-16px, 0);
+}
+.v-input--switch__track,
+.v-input--switch__thumb {
+ background-color: currentColor;
+ pointer-events: none;
+ transition: inherit;
+}
+.v-input--switch__track {
+ border-radius: 8px;
+ height: 14px;
+ left: 2px;
+ opacity: 0.6;
+ position: absolute;
+ right: 2px;
+ top: calc(50% - 7px);
+}
+.v-input--switch__thumb {
+ border-radius: 50%;
+ top: calc(50% - 10px);
+ height: 20px;
+ position: relative;
+ width: 20px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
+}
+.v-input--switch .v-input--selection-controls__input {
+ width: 38px;
+}
+.v-input--switch .v-input--selection-controls__ripple {
+ left: -14px;
+ top: calc(50% - 24px);
+}
+.v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
+.v-input--switch.v-input--is-dirty .v-input--switch__thumb {
+ -webkit-transform: translate(16px, 0);
+ transform: translate(16px, 0);
+}
+
+/* Theme */
+.theme--light.v-system-bar {
+ background-color: #e0e0e0;
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-system-bar .v-icon {
+ color: rgba(0,0,0,0.54);
+}
+.theme--light.v-system-bar--lights-out {
+ background-color: rgba(255,255,255,0.7) !important;
+}
+.theme--dark.v-system-bar {
+ background-color: #000;
+ color: rgba(255,255,255,0.7);
+}
+.theme--dark.v-system-bar .v-icon {
+ color: rgba(255,255,255,0.7);
+}
+.theme--dark.v-system-bar--lights-out {
+ background-color: rgba(0,0,0,0.2) !important;
+}
+.v-system-bar {
+ align-items: center;
+ display: flex;
+ font-size: 14px;
+ font-weight: 500;
+ padding: 0 8px;
+}
+.v-system-bar .v-icon {
+ font-size: 16px;
+}
+.v-system-bar--fixed,
+.v-system-bar--absolute {
+ left: 0;
+ top: 0;
+ width: 100%;
+ z-index: 3;
+}
+.v-system-bar--fixed {
+ position: fixed;
+}
+.v-system-bar--absolute {
+ position: absolute;
+}
+.v-system-bar--status .v-icon {
+ margin-right: 4px;
+}
+.v-system-bar--window .v-icon {
+ font-size: 20px;
+ margin-right: 8px;
+}
+
+/* Theme */
+.theme--light.v-tabs__bar {
+ background-color: #fff;
+}
+.theme--light.v-tabs__bar .v-tabs__div {
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-tabs__bar .v-tabs__item--disabled {
+ color: rgba(0,0,0,0.26);
+}
+.theme--dark.v-tabs__bar {
+ background-color: #424242;
+}
+.theme--dark.v-tabs__bar .v-tabs__div {
+ color: #fff;
+}
+.theme--dark.v-tabs__bar .v-tabs__item--disabled {
+ color: rgba(255,255,255,0.3);
+}
+.v-tabs {
+ position: relative;
+}
+.v-tabs__bar {
+ position: relative;
+ border-radius: inherit;
+}
+.v-tabs__icon {
+ align-items: center;
+ cursor: pointer;
+ display: inline-flex;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ width: 32px;
+}
+.v-tabs__icon--prev {
+ left: 4px;
+}
+.v-tabs__icon--next {
+ right: 4px;
+}
+.v-tabs__wrapper {
+ overflow: hidden;
+ contain: content;
+ display: flex;
+}
+.v-tabs__wrapper--show-arrows {
+ margin-left: 40px;
+ margin-right: 40px;
+}
+.v-tabs__wrapper--show-arrows .v-tabs__container--align-with-title {
+ padding-left: 16px;
+}
+.v-tabs__container {
+ flex: 1 0 auto;
+ display: flex;
+ height: 48px;
+ list-style-type: none;
+ transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
+ transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
+ transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
+ white-space: nowrap;
+ position: relative;
+}
+.v-tabs__container--overflow .v-tabs__div {
+ flex: 1 0 auto;
+}
+.v-tabs__container--grow .v-tabs__div {
+ flex: 1 0 auto;
+ max-width: none;
+}
+.v-tabs__container--icons-and-text {
+ height: 72px;
+}
+.v-tabs__container--align-with-title {
+ padding-left: 56px;
+}
+.v-tabs__container--fixed-tabs .v-tabs__div,
+.v-tabs__container--icons-and-text .v-tabs__div {
+ min-width: 72px;
+}
+.v-tabs__container--centered > .v-tabs__div:first-child,
+.v-tabs__container--fixed-tabs > .v-tabs__div:first-child,
+.v-tabs__container--right > .v-tabs__div:first-child {
+ margin-left: auto;
+}
+.v-tabs__container--centered .v-tabs__slider-wrapper + .v-tabs__div,
+.v-tabs__container--fixed-tabs .v-tabs__slider-wrapper + .v-tabs__div,
+.v-tabs__container--right .v-tabs__slider-wrapper + .v-tabs__div {
+ margin-left: auto;
+}
+.v-tabs__container--centered > .v-tabs__div:last-child,
+.v-tabs__container--fixed-tabs > .v-tabs__div:last-child {
+ margin-right: auto;
+}
+.v-tabs__container--icons-and-text .v-tabs__item {
+ flex-direction: column-reverse;
+}
+.v-tabs__container--icons-and-text .v-tabs__item .v-icon {
+ margin-bottom: 6px;
+}
+.v-tabs__div {
+ align-items: center;
+ display: inline-flex;
+ flex: 0 1 auto;
+ font-size: 14px;
+ font-weight: 500;
+ line-height: normal;
+ height: inherit;
+ max-width: 264px;
+ text-align: center;
+ text-transform: uppercase;
+ vertical-align: middle;
+}
+.v-tabs__item {
+ align-items: center;
+ color: inherit;
+ display: flex;
+ flex: 1 1 auto;
+ height: 100%;
+ justify-content: center;
+ max-width: inherit;
+ padding: 6px 12px;
+ text-decoration: none;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: normal;
+}
+.v-tabs__item:not(.v-tabs__item--active) {
+ opacity: 0.7;
+}
+.v-tabs__item--disabled {
+ pointer-events: none;
+}
+.v-tabs__slider {
+ height: 2px;
+ width: 100%;
+}
+.v-tabs__slider-wrapper {
+ bottom: 0;
+ margin: 0 !important;
+ position: absolute;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+}
+@media only screen and (max-width: 599px) {
+ .v-tabs__wrapper--show-arrows .v-tabs__container--align-with-title {
+ padding-left: 24px;
+ }
+ .v-tabs__container--fixed-tabs .v-tabs__div {
+ flex: 1 0 auto;
+ }
+}
+@media only screen and (min-width: 600px) {
+ .v-tabs__container--fixed-tabs .v-tabs__div,
+ .v-tabs__container--icons-and-text .v-tabs__div {
+ min-width: 160px;
+ }
+}
+
+.theme--light.v-textarea.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused textarea {
+ color: #fff;
+}
+.theme--dark.v-textarea.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused textarea {
+ color: rgba(0,0,0,0.87);
+}
+.application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot {
+ margin-right: 0;
+ margin-left: -12px;
+}
+.application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
+ padding-right: 0;
+ padding-left: 12px;
+}
+.v-textarea textarea {
+ flex: 1 1 auto;
+ line-height: 18px;
+ max-width: 100%;
+ min-height: 32px;
+ outline: none;
+ padding: 7px 0 8px;
+ width: 100%;
+}
+.v-textarea .v-text-field__prefix {
+ padding-top: 4px;
+ align-self: start;
+}
+.v-textarea.v-text-field--full-width .v-text-field__slot textarea,
+.v-textarea.v-text-field--full-width.v-text-field--single-line .v-text-field__slot textarea {
+ margin-top: 0;
+}
+.v-textarea.v-text-field--full-width .v-text-field__details,
+.v-textarea.v-text-field--full-width.v-text-field--single-line .v-text-field__details {
+ bottom: 4px;
+}
+.v-textarea.v-text-field--enclosed .v-text-field__slot {
+ margin-right: -12px;
+}
+.v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
+ padding-right: 12px;
+}
+.v-textarea.v-text-field--box .v-text-field__prefix,
+.v-textarea.v-text-field--enclosed .v-text-field__prefix,
+.v-textarea.v-text-field--box textarea,
+.v-textarea.v-text-field--enclosed textarea {
+ margin-top: 24px;
+}
+.v-textarea.v-text-field--box.v-text-field--single-line .v-text-field__prefix,
+.v-textarea.v-text-field--enclosed.v-text-field--single-line .v-text-field__prefix,
+.v-textarea.v-text-field--box.v-text-field--single-line textarea,
+.v-textarea.v-text-field--enclosed.v-text-field--single-line textarea {
+ margin-top: 12px;
+}
+.v-textarea.v-text-field--box.v-text-field--single-line .v-label,
+.v-textarea.v-text-field--enclosed.v-text-field--single-line .v-label {
+ top: 18px;
+}
+.v-textarea.v-text-field--box.v-text-field--single-line.v-text-field--outline .v-input__control,
+.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-text-field--outline .v-input__control {
+ padding-top: 0;
+}
+.v-textarea.v-text-field--solo {
+ align-items: flex-start;
+}
+.v-textarea.v-text-field--solo .v-input__prepend-inner,
+.v-textarea.v-text-field--solo .v-input__prepend-outer,
+.v-textarea.v-text-field--solo .v-input__append-inner,
+.v-textarea.v-text-field--solo .v-input__append-outer {
+ align-self: flex-start;
+ margin-top: 16px;
+}
+.v-textarea--auto-grow textarea {
+ overflow: hidden;
+}
+.v-textarea--no-resize textarea {
+ resize: none;
+}
+
+.theme--light.v-timeline:before {
+ background: rgba(0,0,0,0.12);
+}
+.theme--light.v-timeline .v-timeline-item__dot {
+ background: #fff;
+}
+.theme--light.v-timeline .v-timeline-item .v-card:before {
+ border-right-color: rgba(0,0,0,0.12);
+}
+.theme--dark.v-timeline:before {
+ background: rgba(255,255,255,0.12);
+}
+.theme--dark.v-timeline .v-timeline-item__dot {
+ background: #424242;
+}
+.theme--dark.v-timeline .v-timeline-item .v-card:before {
+ border-right-color: rgba(0,0,0,0.12);
+}
+.v-timeline-item {
+ display: flex;
+ flex-direction: row-reverse;
+ padding-bottom: 24px;
+}
+.v-timeline-item:nth-child(odd):not(.v-timeline-item--right),
+.v-timeline-item--left {
+ flex-direction: row;
+}
+.v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:before,
+.v-timeline-item--left .v-card:before,
+.v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:after,
+.v-timeline-item--left .v-card:after {
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+ left: 100%;
+}
+.v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-timeline-item__opposite,
+.v-timeline-item--left .v-timeline-item__opposite {
+ margin-left: 96px;
+ text-align: left;
+}
+.v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-timeline-item__opposite .v-card:before,
+.v-timeline-item--left .v-timeline-item__opposite .v-card:before,
+.v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-timeline-item__opposite .v-card:after,
+.v-timeline-item--left .v-timeline-item__opposite .v-card:after {
+ -webkit-transform: rotate(0);
+ transform: rotate(0);
+ left: -10px;
+}
+.v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-card:before,
+.v-timeline-item--right .v-card:before,
+.v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-card:after,
+.v-timeline-item--right .v-card:after {
+ right: 100%;
+}
+.v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-timeline-item__opposite,
+.v-timeline-item--right .v-timeline-item__opposite {
+ margin-right: 96px;
+ text-align: right;
+}
+.v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-timeline-item__opposite .v-card:before,
+.v-timeline-item--right .v-timeline-item__opposite .v-card:before,
+.v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-timeline-item__opposite .v-card:after,
+.v-timeline-item--right .v-timeline-item__opposite .v-card:after {
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+ right: -10px;
+}
+.v-timeline-item__dot,
+.v-timeline-item__inner-dot {
+ border-radius: 50%;
+}
+.v-timeline-item__dot {
+ box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
+ align-self: center;
+ position: absolute;
+ height: 38px;
+ left: calc(50% - 19px);
+ width: 38px;
+}
+.v-timeline-item__dot .v-timeline-item__inner-dot {
+ height: 30px;
+ margin: 4px;
+ width: 30px;
+}
+.v-timeline-item__dot--small {
+ height: 24px;
+ left: calc(50% - 12px);
+ width: 24px;
+}
+.v-timeline-item__dot--small .v-timeline-item__inner-dot {
+ height: 18px;
+ margin: 3px;
+ width: 18px;
+}
+.v-timeline-item__dot--large {
+ height: 52px;
+ left: calc(50% - 26px);
+ width: 52px;
+}
+.v-timeline-item__dot--large .v-timeline-item__inner-dot {
+ height: 42px;
+ margin: 5px;
+ width: 42px;
+}
+.v-timeline-item__inner-dot {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.v-timeline-item__body {
+ position: relative;
+ height: 100%;
+ flex: 1 1 100%;
+ max-width: calc(50% - 48px);
+}
+.v-timeline-item .v-card:before,
+.v-timeline-item .v-card:after {
+ content: '';
+ position: absolute;
+ border-top: 10px solid transparent;
+ border-bottom: 10px solid transparent;
+ border-right: 10px solid #000;
+ top: calc(50% - 10px);
+}
+.v-timeline-item .v-card:after {
+ border-right-color: inherit;
+}
+.v-timeline-item .v-card:before {
+ top: calc(50% - 10px + 2px);
+}
+.v-timeline-item__opposite {
+ flex: 1 1 auto;
+ align-self: center;
+ max-width: calc(50% - 48px);
+}
+.v-timeline-item--fill-dot .v-timeline-item__inner-dot {
+ height: inherit;
+ margin: 0;
+ width: inherit;
+}
+.v-timeline {
+ padding-top: 24px;
+ position: relative;
+}
+.v-timeline:before {
+ bottom: 0;
+ content: '';
+ height: 100%;
+ left: calc(50% - 1px);
+ position: absolute;
+ top: 0;
+ width: 2px;
+}
+.v-timeline--align-top .v-timeline-item {
+ position: relative;
+}
+.v-timeline--align-top .v-timeline-item__dot {
+ top: 6px;
+}
+.v-timeline--align-top .v-timeline-item__dot--small {
+ top: 12px;
+}
+.v-timeline--align-top .v-timeline-item__dot--large {
+ top: 0;
+}
+.v-timeline--align-top .v-timeline-item .v-card:before {
+ top: calc(0% + 10px + 2px);
+}
+.v-timeline--align-top .v-timeline-item .v-card:after {
+ top: calc(0% + 10px);
+}
+.v-timeline--dense:before {
+ left: 18px;
+}
+.v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right),
+.v-timeline--dense .v-timeline-item--left {
+ flex-direction: row-reverse;
+}
+.v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:before,
+.v-timeline--dense .v-timeline-item--left .v-card:before,
+.v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:after,
+.v-timeline--dense .v-timeline-item--left .v-card:after {
+ right: initial;
+ left: -10px;
+ -webkit-transform: none;
+ transform: none;
+}
+.v-timeline--dense .v-timeline-item__dot {
+ left: 0;
+}
+.v-timeline--dense .v-timeline-item__dot--small {
+ left: 7px;
+}
+.v-timeline--dense .v-timeline-item__dot--large {
+ left: -7px;
+}
+.v-timeline--dense .v-timeline-item__body {
+ max-width: calc(100% - 64px);
+}
+.v-timeline--dense .v-timeline-item__opposite {
+ display: none;
+}
+
+.v-time-picker-title {
+ color: #fff;
+ display: flex;
+ line-height: 1;
+ justify-content: flex-end;
+}
+.v-time-picker-title__time {
+ white-space: nowrap;
+}
+.v-time-picker-title__time .v-picker__title__btn,
+.v-time-picker-title__time span {
+ align-items: center;
+ display: inline-flex;
+ height: 70px;
+ font-size: 70px;
+ justify-content: center;
+}
+.v-time-picker-title__ampm {
+ align-self: flex-end;
+ display: flex;
+ flex-direction: column;
+ font-size: 16px;
+ margin: 8px 0 6px 8px;
+ text-transform: uppercase;
+}
+.v-time-picker-title__ampm div:only-child {
+ flex-direction: row;
+}
+.v-picker__title--landscape .v-time-picker-title {
+ flex-direction: column;
+ justify-content: center;
+ height: 100%;
+}
+.v-picker__title--landscape .v-time-picker-title__time {
+ text-align: right;
+}
+.v-picker__title--landscape .v-time-picker-title__time .v-picker__title__btn,
+.v-picker__title--landscape .v-time-picker-title__time span {
+ height: 55px;
+ font-size: 55px;
+}
+.v-picker__title--landscape .v-time-picker-title__ampm {
+ margin: 16px 0 0;
+ align-self: initial;
+ text-align: center;
+}
+
+/** Themes */
+.theme--light.v-time-picker-clock {
+ background: #e0e0e0;
+}
+.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled {
+ color: rgba(0,0,0,0.26);
+}
+.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
+ color: rgba(255,255,255,0.3);
+}
+.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
+ background-color: #bdbdbd;
+}
+.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand:after {
+ color: #bdbdbd;
+}
+.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
+ background-color: #bdbdbd;
+}
+.theme--dark.v-time-picker-clock {
+ background: #616161;
+}
+.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled {
+ color: rgba(255,255,255,0.3);
+}
+.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
+ color: rgba(255,255,255,0.3);
+}
+.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
+ background-color: #757575;
+}
+.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand:after {
+ color: #757575;
+}
+.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
+ background-color: #757575;
+}
+.v-time-picker-clock {
+ border-radius: 100%;
+ position: relative;
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ width: 100%;
+ padding-top: 100%;
+}
+.v-time-picker-clock__container {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 10px;
+}
+.v-time-picker-clock__hand {
+ height: calc(50% - 4px);
+ width: 2px;
+ bottom: 50%;
+ left: calc(50% - 1px);
+ -webkit-transform-origin: center bottom;
+ transform-origin: center bottom;
+ position: absolute;
+ will-change: transform;
+ z-index: 1;
+}
+.v-time-picker-clock__hand:before {
+ background: transparent;
+ border-width: 2px;
+ border-style: solid;
+ border-color: inherit;
+ border-radius: 100%;
+ width: 10px;
+ height: 10px;
+ content: '';
+ position: absolute;
+ top: -4px;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+}
+.v-time-picker-clock__hand:after {
+ content: '';
+ position: absolute;
+ height: 8px;
+ width: 8px;
+ top: 100%;
+ left: 50%;
+ border-radius: 100%;
+ border-style: solid;
+ border-color: inherit;
+ background-color: inherit;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+}
+.v-time-picker-clock__hand--inner:after {
+ height: 14px;
+}
+.v-picker--full-width .v-time-picker-clock__container {
+ max-width: 290px;
+}
+.v-time-picker-clock__inner {
+ position: absolute;
+ bottom: 27px;
+ left: 27px;
+ right: 27px;
+ top: 27px;
+}
+.v-time-picker-clock__item {
+ align-items: center;
+ border-radius: 100%;
+ cursor: default;
+ display: flex;
+ font-size: 16px;
+ justify-content: center;
+ height: 40px;
+ position: absolute;
+ text-align: center;
+ width: 40px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+}
+.v-time-picker-clock__item > span {
+ z-index: 1;
+}
+.v-time-picker-clock__item:before,
+.v-time-picker-clock__item:after {
+ content: '';
+ border-radius: 100%;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ height: 14px;
+ width: 14px;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+}
+.v-time-picker-clock__item:after,
+.v-time-picker-clock__item:before {
+ height: 40px;
+ width: 40px;
+}
+.v-time-picker-clock__item--active {
+ color: #fff;
+ cursor: default;
+ z-index: 2;
+}
+.v-time-picker-clock__item--disabled {
+ pointer-events: none;
+}
+
+/* Theme */
+.theme--light.v-toolbar {
+ background-color: #f5f5f5;
+ color: rgba(0,0,0,0.87);
+}
+.theme--dark.v-toolbar {
+ background-color: #212121;
+ color: #fff;
+}
+.application--is-rtl .v-toolbar__title:not(:first-child) {
+ margin-left: 0;
+ margin-right: 20px;
+}
+.v-toolbar {
+ transition: none;
+ box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
+ position: relative;
+ width: 100%;
+ will-change: padding-left, padding-right;
+}
+.v-toolbar[data-booted="true"] {
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
+}
+.v-toolbar .v-text-field--enclosed,
+.v-toolbar .v-text-field--box {
+ margin: 0;
+}
+.v-toolbar .v-text-field--enclosed .v-text-field__details,
+.v-toolbar .v-text-field--box .v-text-field__details {
+ display: none;
+}
+/** Children */
+.v-toolbar .v-tabs {
+ width: 100%;
+}
+.v-toolbar__title {
+ font-size: 20px;
+ font-weight: 500;
+ letter-spacing: 0.02em;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+.v-toolbar__title:not(:first-child) {
+ margin-left: 20px;
+}
+.v-toolbar__content,
+.v-toolbar__extension {
+ align-items: center;
+ display: flex;
+ padding: 0 24px;
+}
+.v-toolbar__content .v-btn--icon,
+.v-toolbar__extension .v-btn--icon {
+ margin: 6px;
+}
+.v-toolbar__content > *:first-child,
+.v-toolbar__extension > *:first-child {
+ margin-left: 0;
+}
+.v-toolbar__content > *:first-child.v-btn--icon,
+.v-toolbar__extension > *:first-child.v-btn--icon {
+ margin-left: -6px;
+}
+.v-toolbar__content > *:first-child.v-menu .v-menu__activator .v-btn,
+.v-toolbar__extension > *:first-child.v-menu .v-menu__activator .v-btn,
+.v-toolbar__content > *:first-child.v-tooltip span .v-btn,
+.v-toolbar__extension > *:first-child.v-tooltip span .v-btn {
+ margin-left: 0;
+}
+.v-toolbar__content > *:first-child.v-menu .v-menu__activator .v-btn--icon,
+.v-toolbar__extension > *:first-child.v-menu .v-menu__activator .v-btn--icon,
+.v-toolbar__content > *:first-child.v-tooltip span .v-btn--icon,
+.v-toolbar__extension > *:first-child.v-tooltip span .v-btn--icon {
+ margin-left: -6px;
+}
+.v-toolbar__content > *:last-child,
+.v-toolbar__extension > *:last-child {
+ margin-right: 0;
+}
+.v-toolbar__content > *:last-child.v-btn--icon,
+.v-toolbar__extension > *:last-child.v-btn--icon {
+ margin-right: -6px;
+}
+.v-toolbar__content > *:last-child.v-menu .v-menu__activator .v-btn,
+.v-toolbar__extension > *:last-child.v-menu .v-menu__activator .v-btn,
+.v-toolbar__content > *:last-child.v-tooltip span .v-btn,
+.v-toolbar__extension > *:last-child.v-tooltip span .v-btn {
+ margin-right: 0;
+}
+.v-toolbar__content > *:last-child.v-menu .v-menu__activator .v-btn--icon,
+.v-toolbar__extension > *:last-child.v-menu .v-menu__activator .v-btn--icon,
+.v-toolbar__content > *:last-child.v-tooltip span .v-btn--icon,
+.v-toolbar__extension > *:last-child.v-tooltip span .v-btn--icon {
+ margin-right: -6px;
+}
+.v-toolbar__content > .v-list,
+.v-toolbar__extension > .v-list {
+ flex: 1 1 auto;
+ max-height: 100%;
+}
+.v-toolbar__content > .v-list:first-child,
+.v-toolbar__extension > .v-list:first-child {
+ margin-left: -24px;
+}
+.v-toolbar__content > .v-list:last-child,
+.v-toolbar__extension > .v-list:last-child {
+ margin-right: -24px;
+}
+.v-toolbar__extension > .v-toolbar__title {
+ margin-left: 72px;
+}
+.v-toolbar__items {
+ display: flex;
+ height: inherit;
+ max-width: 100%;
+ padding: 0;
+}
+.v-toolbar__items .v-btn {
+ align-items: center;
+ align-self: center;
+}
+.v-toolbar__items .v-tooltip,
+.v-toolbar__items .v-tooltip > span {
+ height: inherit;
+}
+.v-toolbar__items .v-btn:not(.v-btn--floating):not(.v-btn--icon),
+.v-toolbar__items .v-menu,
+.v-toolbar__items .v-menu__activator {
+ height: inherit;
+ margin: 0;
+}
+/** Types */
+.v-toolbar .v-overflow-btn,
+.v-toolbar .v-btn-toggle {
+ box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(0,0,0,0.14), 0px 0px 0px 0px rgba(0,0,0,0.12);
+}
+.v-toolbar .v-input {
+ margin: 0;
+}
+.v-toolbar .v-overflow-btn .v-input__control:before,
+.v-toolbar .v-overflow-btn .v-input__slot:before {
+ display: none;
+}
+.v-toolbar--card {
+ border-radius: 2px 2px 0 0;
+ box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(0,0,0,0.14), 0px 0px 0px 0px rgba(0,0,0,0.12);
+}
+.v-toolbar--fixed {
+ position: fixed;
+ z-index: 2;
+}
+.v-toolbar--fixed,
+.v-toolbar--absolute {
+ top: 0;
+ left: 0;
+}
+.v-toolbar--absolute {
+ position: absolute;
+ z-index: 2;
+}
+.v-toolbar--floating {
+ display: inline-flex;
+ margin: 16px;
+ width: auto;
+}
+.v-toolbar--clipped {
+ z-index: 3;
+}
+@media only screen and (max-width: 959px) {
+ .v-toolbar__content,
+ .v-toolbar__extension {
+ padding: 0 16px;
+ }
+ .v-toolbar__content > .v-list:first-child,
+ .v-toolbar__extension > .v-list:first-child {
+ margin-left: -16px;
+ }
+ .v-toolbar__content > .v-list:last-child,
+ .v-toolbar__extension > .v-list:last-child {
+ margin-right: -16px;
+ }
+}
+
+.v-tooltip__content {
+ background: #616161;
+ border-radius: 2px;
+ color: #fff;
+ font-size: 12px;
+ display: inline-block;
+ padding: 5px 8px;
+ position: absolute;
+ text-transform: initial;
+ width: auto;
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
+}
+.v-tooltip__content[class*="-active"] {
+ transition: 0.15s cubic-bezier(0.25, 0.8, 0.5, 1);
+ pointer-events: none;
+}
+.v-tooltip__content--fixed {
+ position: fixed;
+}
+@media only screen and (max-width: 959px) {
+ .v-tooltip .v-tooltip__content {
+ padding: 10px 16px;
+ }
+}
+
+/* Theme */
+.theme--light.v-treeview {
+ color: rgba(0,0,0,0.87);
+}
+.theme--light.v-treeview--hoverable .v-treeview-node__root:hover,
+.theme--light.v-treeview .v-treeview-node--active {
+ background: rgba(0,0,0,0.12);
+}
+.theme--dark.v-treeview {
+ color: #fff;
+}
+.theme--dark.v-treeview--hoverable .v-treeview-node__root:hover,
+.theme--dark.v-treeview .v-treeview-node--active {
+ background: rgba(255,255,255,0.12);
+}
+.application--is-rtl .v-treeview > .v-treeview-node {
+ margin-right: 0;
+}
+.application--is-rtl .v-treeview > .v-treeview-node--leaf {
+ margin-right: 24px;
+ margin-left: 0;
+}
+.application--is-rtl .v-treeview-node {
+ margin-right: 26px;
+ margin-left: 0;
+}
+.application--is-rtl .v-treeview-node--leaf {
+ margin-right: 50px;
+ margin-left: 0;
+}
+.application--is-rtl .v-treeview-node__toggle {
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
+}
+.application--is-rtl .v-treeview-node__toggle--open {
+ -webkit-transform: none;
+ transform: none;
+}
+.v-treeview > .v-treeview-node {
+ margin-left: 0;
+}
+.v-treeview > .v-treeview-node--leaf {
+ margin-left: 24px;
+}
+.v-treeview-node {
+ margin-left: 26px;
+}
+.v-treeview-node--excluded {
+ display: none;
+}
+.v-treeview-node--click > .v-treeview-node__root,
+.v-treeview-node--click > .v-treeview-node__root > .v-treeview-node__content > * {
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-treeview-node--leaf {
+ margin-left: 50px;
+}
+.v-treeview-node__root {
+ display: flex;
+ align-items: center;
+ min-height: 34px;
+}
+.v-treeview-node__content {
+ display: flex;
+ flex-grow: 1;
+ flex-shrink: 0;
+ align-items: center;
+}
+.v-treeview-node__content .v-btn {
+ flex-grow: 0 !important;
+ flex-shrink: 1 !important;
+}
+.v-treeview-node__label {
+ font-size: 1.2rem;
+ margin-left: 6px;
+ flex-grow: 1;
+ flex-shrink: 0;
+}
+.v-treeview-node__label .v-icon {
+ padding-right: 8px;
+}
+.v-treeview-node__checkbox {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.v-treeview-node__toggle {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ -webkit-transform: rotate(-90deg);
+ transform: rotate(-90deg);
+}
+.v-treeview-node__toggle--open {
+ -webkit-transform: none;
+ transform: none;
+}
+.v-treeview-node__toggle--loading {
+ -webkit-animation: progress-circular-rotate 1s linear infinite;
+ animation: progress-circular-rotate 1s linear infinite;
+}
+.v-treeview-node__children {
+ transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
+}
+
+
+/*# sourceMappingURL=vuetify.css.map*/