buefy
Version:
Lightweight UI components for Vue.js based on Bulma
2,344 lines (1,962 loc) • 337 kB
CSS
/*! Buefy v0.8.2 | 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.5 | 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, .loader, .select.is-loading::after, .control.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;
}
.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;
}
td:not([align]),
th:not([align]) {
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: 1em;
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 {
vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
text-align: left;
}
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: 1023px) {
.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: 1024px) {
.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: 1216px) {
.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: 1408px) {
.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: 1023px) {
.has-text-centered-tablet-only {
text-align: center !important;
}
}
@media screen and (max-width: 1023px) {
.has-text-centered-touch {
text-align: center !important;
}
}
@media screen and (min-width: 1024px) {
.has-text-centered-desktop {
text-align: center !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-centered-desktop-only {
text-align: center !important;
}
}
@media screen and (min-width: 1216px) {
.has-text-centered-widescreen {
text-align: center !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-centered-widescreen-only {
text-align: center !important;
}
}
@media screen and (min-width: 1408px) {
.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: 1023px) {
.has-text-justified-tablet-only {
text-align: justify !important;
}
}
@media screen and (max-width: 1023px) {
.has-text-justified-touch {
text-align: justify !important;
}
}
@media screen and (min-width: 1024px) {
.has-text-justified-desktop {
text-align: justify !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-justified-desktop-only {
text-align: justify !important;
}
}
@media screen and (min-width: 1216px) {
.has-text-justified-widescreen {
text-align: justify !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-justified-widescreen-only {
text-align: justify !important;
}
}
@media screen and (min-width: 1408px) {
.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: 1023px) {
.has-text-left-tablet-only {
text-align: left !important;
}
}
@media screen and (max-width: 1023px) {
.has-text-left-touch {
text-align: left !important;
}
}
@media screen and (min-width: 1024px) {
.has-text-left-desktop {
text-align: left !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-left-desktop-only {
text-align: left !important;
}
}
@media screen and (min-width: 1216px) {
.has-text-left-widescreen {
text-align: left !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-left-widescreen-only {
text-align: left !important;
}
}
@media screen and (min-width: 1408px) {
.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: 1023px) {
.has-text-right-tablet-only {
text-align: right !important;
}
}
@media screen and (max-width: 1023px) {
.has-text-right-touch {
text-align: right !important;
}
}
@media screen and (min-width: 1024px) {
.has-text-right-desktop {
text-align: right !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-right-desktop-only {
text-align: right !important;
}
}
@media screen and (min-width: 1216px) {
.has-text-right-widescreen {
text-align: right !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-right-widescreen-only {
text-align: right !important;
}
}
@media screen and (min-width: 1408px) {
.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-medium {
font-weight: 500 !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: 1023px) {
.is-block-tablet-only {
display: block !important;
}
}
@media screen and (max-width: 1023px) {
.is-block-touch {
display: block !important;
}
}
@media screen and (min-width: 1024px) {
.is-block-desktop {
display: block !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-block-desktop-only {
display: block !important;
}
}
@media screen and (min-width: 1216px) {
.is-block-widescreen {
display: block !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-block-widescreen-only {
display: block !important;
}
}
@media screen and (min-width: 1408px) {
.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: 1023px) {
.is-flex-tablet-only {
display: flex !important;
}
}
@media screen and (max-width: 1023px) {
.is-flex-touch {
display: flex !important;
}
}
@media screen and (min-width: 1024px) {
.is-flex-desktop {
display: flex !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-flex-desktop-only {
display: flex !important;
}
}
@media screen and (min-width: 1216px) {
.is-flex-widescreen {
display: flex !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-flex-widescreen-only {
display: flex !important;
}
}
@media screen and (min-width: 1408px) {
.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: 1023px) {
.is-inline-tablet-only {
display: inline !important;
}
}
@media screen and (max-width: 1023px) {
.is-inline-touch {
display: inline !important;
}
}
@media screen and (min-width: 1024px) {
.is-inline-desktop {
display: inline !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-inline-desktop-only {
display: inline !important;
}
}
@media screen and (min-width: 1216px) {
.is-inline-widescreen {
display: inline !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-inline-widescreen-only {
display: inline !important;
}
}
@media screen and (min-width: 1408px) {
.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: 1023px) {
.is-inline-block-tablet-only {
display: inline-block !important;
}
}
@media screen and (max-width: 1023px) {
.is-inline-block-touch {
display: inline-block !important;
}
}
@media screen and (min-width: 1024px) {
.is-inline-block-desktop {
display: inline-block !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-inline-block-desktop-only {
display: inline-block !important;
}
}
@media screen and (min-width: 1216px) {
.is-inline-block-widescreen {
display: inline-block !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-inline-block-widescreen-only {
display: inline-block !important;
}
}
@media screen and (min-width: 1408px) {
.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: 1023px) {
.is-inline-flex-tablet-only {
display: inline-flex !important;
}
}
@media screen and (max-width: 1023px) {
.is-inline-flex-touch {
display: inline-flex !important;
}
}
@media screen and (min-width: 1024px) {
.is-inline-flex-desktop {
display: inline-flex !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-inline-flex-desktop-only {
display: inline-flex !important;
}
}
@media screen and (min-width: 1216px) {
.is-inline-flex-widescreen {
display: inline-flex !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-inline-flex-widescreen-only {
display: inline-flex !important;
}
}
@media screen and (min-width: 1408px) {
.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: 1023px) {
.is-hidden-tablet-only {
display: none !important;
}
}
@media screen and (max-width: 1023px) {
.is-hidden-touch {
display: none !important;
}
}
@media screen and (min-width: 1024px) {
.is-hidden-desktop {
display: none !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-hidden-desktop-only {
display: none !important;
}
}
@media screen and (min-width: 1216px) {
.is-hidden-widescreen {
display: none !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-hidden-widescreen-only {
display: none !important;
}
}
@media screen and (min-width: 1408px) {
.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: 1023px) {
.is-invisible-tablet-only {
visibility: hidden !important;
}
}
@media screen and (max-width: 1023px) {
.is-invisible-touch {
visibility: hidden !important;
}
}
@media screen and (min-width: 1024px) {
.is-invisible-desktop {
visibility: hidden !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-invisible-desktop-only {
visibility: hidden !important;
}
}
@media screen and (min-width: 1216px) {
.is-invisible-widescreen {
visibility: hidden !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-invisible-widescreen-only {
visibility: hidden !important;
}
}
@media screen and (min-width: 1408px) {
.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;
}
.is-relative {
position: relative !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, .button.is-white.is-inverted.is-hovered {
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.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
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.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #0a0a0a #0a0a0a !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.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
background-color: #0a0a0a;
color: white;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent white white !important;
}
.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, .button.is-black.is-inverted.is-hovered {
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.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
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.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent white white !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.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
background-color: white;
color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.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, .button.is-light.is-inverted.is-hovered {
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.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
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.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #363636 #363636 !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.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
background-color: #363636;
color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent whitesmoke whitesmoke !important;
}
.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, .button.is-dark.is-inverted.is-hovered {
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.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
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.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent whitesmoke whitesmoke !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.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
background-color: whitesmoke;
color: #363636;
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #363636 #363636 !important;
}
.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, .button.is-primary.is-inverted.is-hovered {
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.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
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.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent white white !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.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
background-color: white;
color: #7957d5;
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined