bulma-pro
Version:
A professional theme for Bulma!
2,051 lines (1,889 loc) • 236 kB
CSS
@charset "UTF-8";
/*! https://mubaidr.github.io/bulma-pro | MIT License | github.com/mubaidr/bulma-pro */
/*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
@keyframes spinAround {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
.tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button, .is-unselectable, .modal-close, .delete {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::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;
}
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .list:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
margin-bottom: 1.5rem;
}
.modal-close, .delete {
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, 0.2);
border: none;
border-radius: 290486px;
cursor: pointer;
pointer-events: auto;
display: inline-block;
flex-grow: 0;
flex-shrink: 0;
font-size: 0;
height: 20px;
max-height: 20px;
max-width: 20px;
min-height: 20px;
min-width: 20px;
outline: none;
position: relative;
vertical-align: top;
width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
background-color: white;
content: "";
display: block;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform-origin: center center;
}
.modal-close::before, .delete::before {
height: 2px;
width: 50%;
}
.modal-close::after, .delete::after {
height: 50%;
width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active, .delete:active {
background-color: rgba(10, 10, 10, 0.4);
}
.is-small.modal-close, .is-small.delete {
height: 16px;
max-height: 16px;
max-width: 16px;
min-height: 16px;
min-width: 16px;
width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
height: 24px;
max-height: 24px;
max-width: 24px;
min-height: 24px;
min-width: 24px;
width: 24px;
}
.is-large.modal-close, .is-large.delete {
height: 32px;
max-height: 32px;
max-width: 32px;
min-height: 32px;
min-width: 32px;
width: 32px;
}
.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
-webkit-animation: spinAround 500ms infinite linear;
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;
}
.hero-video, .modal-background, .modal, .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, .is-overlay {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
border: 1px solid transparent;
border-radius: 0;
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
justify-content: flex-start;
line-height: 1.5;
padding-bottom: calc(0.5em - 1px);
padding-left: calc(0.75em - 1px);
padding-right: calc(0.75em - 1px);
padding-top: calc(0.5em - 1px);
position: relative;
vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
cursor: not-allowed;
}
/*! minireset.css v0.0.6 | 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,
video {
height: auto;
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;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
display: block;
}
body,
button,
input,
select,
textarea {
font-family: "Segoe UI", "Calibri", "Arial";
}
code,
pre {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-family: monospace;
}
body {
color: #616161;
font-size: 1em;
font-weight: 400;
line-height: 1.5;
}
a {
color: rgba(55, 122, 195, 0.95);
cursor: pointer;
text-decoration: none;
}
a strong {
color: currentColor;
}
a:hover {
color: #474747;
}
code {
background-color: whitesmoke;
color: #dc5350;
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: #474747;
font-weight: 700;
}
fieldset {
border: none;
}
pre {
-webkit-overflow-scrolling: touch;
background-color: whitesmoke;
color: #616161;
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: #474747;
}
.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: #dbdbdb !important;
}
a.has-text-light:hover, a.has-text-light:focus {
color: #c2c2c2 !important;
}
.has-background-light {
background-color: #dbdbdb !important;
}
.has-text-dark {
color: #242424 !important;
}
a.has-text-dark:hover, a.has-text-dark:focus {
color: #0a0a0a !important;
}
.has-background-dark {
background-color: #242424 !important;
}
.has-text-primary {
color: #0a0a0a !important;
}
a.has-text-primary:hover, a.has-text-primary:focus {
color: black !important;
}
.has-background-primary {
background-color: #0a0a0a !important;
}
.has-text-link {
color: rgba(55, 122, 195, 0.95) !important;
}
a.has-text-link:hover, a.has-text-link:focus {
color: rgba(44, 97, 155, 0.95) !important;
}
.has-background-link {
background-color: rgba(55, 122, 195, 0.95) !important;
}
.has-text-info {
color: #009dcc !important;
}
a.has-text-info:hover, a.has-text-info:focus {
color: #007699 !important;
}
.has-background-info {
background-color: #009dcc !important;
}
.has-text-success {
color: #47be79 !important;
}
a.has-text-success:hover, a.has-text-success:focus {
color: #379b61 !important;
}
.has-background-success {
background-color: #47be79 !important;
}
.has-text-warning {
color: #f2ab59 !important;
}
a.has-text-warning:hover, a.has-text-warning:focus {
color: #ee932a !important;
}
.has-background-warning {
background-color: #f2ab59 !important;
}
.has-text-danger {
color: #dc5350 !important;
}
a.has-text-danger:hover, a.has-text-danger:focus {
color: #d02d2a !important;
}
.has-background-danger {
background-color: #dc5350 !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: #474747 !important;
}
.has-background-grey-darker {
background-color: #474747 !important;
}
.has-text-grey-dark {
color: #616161 !important;
}
.has-background-grey-dark {
background-color: #616161 !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: "Segoe UI", "Calibri", "Arial" !important;
}
.is-family-secondary {
font-family: "Segoe UI", "Calibri", "Arial" !important;
}
.is-family-sans-serif {
font-family: "Segoe UI", "Calibri", "Arial" !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;
}
.is-relative {
position: relative !important;
}
.box {
background-color: white;
border-radius: 0;
box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 8px, rgba(0, 0, 0, 0.05) 0px 0.5px 1px;
color: #616161;
display: block;
padding: 1.25rem;
}
a.box:hover, a.box:focus {
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(55, 122, 195, 0.95);
}
a.box:active {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px rgba(55, 122, 195, 0.95);
}
.button {
background-color: white;
border-color: #dbdbdb;
border-width: 1px;
color: #474747;
cursor: pointer;
justify-content: center;
padding-bottom: calc(0.5em - 1px);
padding-left: 1.5em;
padding-right: 1.5em;
padding-top: calc(0.5em - 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.75em - 1px);
margin-right: 0.375em;
}
.button .icon:last-child:not(:first-child) {
margin-left: 0.375em;
margin-right: calc(-0.75em - 1px);
}
.button .icon:first-child:last-child {
margin-left: calc(-0.75em - 1px);
margin-right: calc(-0.75em - 1px);
}
.button:hover, .button.is-hovered {
border-color: #b5b5b5;
color: #474747;
}
.button:focus, .button.is-focused {
border-color: #0a0a0a;
color: #474747;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
box-shadow: 0 rgba(55, 122, 195, 0.25);
}
.button:active, .button.is-active {
border-color: #616161;
color: #474747;
}
.button.is-text {
background-color: transparent;
border-color: transparent;
color: #616161;
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: #474747;
}
.button.is-text:active, .button.is-text.is-active {
background-color: #e8e8e8;
color: #474747;
}
.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 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 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: #dbdbdb;
border-color: transparent;
color: #242424;
}
.button.is-light:hover, .button.is-light.is-hovered {
background-color: #d5d5d5;
border-color: transparent;
color: #242424;
}
.button.is-light:focus, .button.is-light.is-focused {
border-color: transparent;
color: #242424;
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
box-shadow: 0 rgba(219, 219, 219, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
background-color: #cfcfcf;
border-color: transparent;
color: #242424;
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
background-color: #dbdbdb;
border-color: transparent;
box-shadow: none;
}
.button.is-light.is-inverted {
background-color: #242424;
color: #dbdbdb;
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
background-color: #171717;
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
background-color: #242424;
border-color: transparent;
box-shadow: none;
color: #dbdbdb;
}
.button.is-light.is-loading::after {
border-color: transparent transparent #242424 #242424 !important;
}
.button.is-light.is-outlined {
background-color: transparent;
border-color: #dbdbdb;
color: #dbdbdb;
}
.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: #dbdbdb;
border-color: #dbdbdb;
color: #242424;
}
.button.is-light.is-outlined.is-loading::after {
border-color: transparent transparent #dbdbdb #dbdbdb !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 #242424 #242424 !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
background-color: transparent;
border-color: #dbdbdb;
box-shadow: none;
color: #dbdbdb;
}
.button.is-light.is-inverted.is-outlined {
background-color: transparent;
border-color: #242424;
color: #242424;
}
.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: #242424;
color: #dbdbdb;
}
.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 #dbdbdb #dbdbdb !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
background-color: transparent;
border-color: #242424;
box-shadow: none;
color: #242424;
}
.button.is-dark {
background-color: #242424;
border-color: transparent;
color: #dbdbdb;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
background-color: #1d1d1d;
border-color: transparent;
color: #dbdbdb;
}
.button.is-dark:focus, .button.is-dark.is-focused {
border-color: transparent;
color: #dbdbdb;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
box-shadow: 0 rgba(36, 36, 36, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
background-color: #171717;
border-color: transparent;
color: #dbdbdb;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
background-color: #242424;
border-color: transparent;
box-shadow: none;
}
.button.is-dark.is-inverted {
background-color: #dbdbdb;
color: #242424;
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
background-color: #cfcfcf;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
background-color: #dbdbdb;
border-color: transparent;
box-shadow: none;
color: #242424;
}
.button.is-dark.is-loading::after {
border-color: transparent transparent #dbdbdb #dbdbdb !important;
}
.button.is-dark.is-outlined {
background-color: transparent;
border-color: #242424;
color: #242424;
}
.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: #242424;
border-color: #242424;
color: #dbdbdb;
}
.button.is-dark.is-outlined.is-loading::after {
border-color: transparent transparent #242424 #242424 !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 #dbdbdb #dbdbdb !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
background-color: transparent;
border-color: #242424;
box-shadow: none;
color: #242424;
}
.button.is-dark.is-inverted.is-outlined {
background-color: transparent;
border-color: #dbdbdb;
color: #dbdbdb;
}
.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: #dbdbdb;
color: #242424;
}
.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 #242424 #242424 !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
background-color: transparent;
border-color: #dbdbdb;
box-shadow: none;
color: #dbdbdb;
}
.button.is-primary {
background-color: #0a0a0a;
border-color: transparent;
color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
background-color: #040404;
border-color: transparent;
color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
border-color: transparent;
color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
box-shadow: 0 rgba(10, 10, 10, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
background-color: black;
border-color: transparent;
color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
background-color: #0a0a0a;
border-color: transparent;
box-shadow: none;
}
.button.is-primary.is-inverted {
background-color: #fff;
color: #0a0a0a;
}
.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: #fff;
border-color: transparent;
box-shadow: none;
color: #0a0a0a;
}
.button.is-primary.is-loading::after {
border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
background-color: transparent;
border-color: #0a0a0a;
color: #0a0a0a;
}
.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: #0a0a0a;
border-color: #0a0a0a;
color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
border-color: transparent transparent #0a0a0a #0a0a0a !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 #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
background-color: transparent;
border-color: #0a0a0a;
box-shadow: none;
color: #0a0a0a;
}
.button.is-primary.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.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: #fff;
color: #0a0a0a;
}
.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.is-loading.is-focused::after {
border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff;
}
.button.is-link {
background-color: rgba(55, 122, 195, 0.95);
border-color: transparent;
color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
background-color: rgba(52, 116, 185, 0.95);
border-color: transparent;
color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
border-color: transparent;
color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
box-shadow: 0 rgba(55, 122, 195, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
background-color: rgba(49, 110, 175, 0.95);
border-color: transparent;
color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
background-color: rgba(55, 122, 195, 0.95);
border-color: transparent;
box-shadow: none;
}
.button.is-link.is-inverted {
background-color: #fff;
color: rgba(55, 122, 195, 0.95);
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: rgba(55, 122, 195, 0.95);
}
.button.is-link.is-loading::after {
border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
background-color: transparent;
border-color: rgba(55, 122, 195, 0.95);
color: rgba(55, 122, 195, 0.95);
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
background-color: rgba(55, 122, 195, 0.95);
border-color: rgba(55, 122, 195, 0.95);
color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
border-color: transparent transparent rgba(55, 122, 195, 0.95) rgba(55, 122, 195, 0.95) !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
background-color: transparent;
border-color: rgba(55, 122, 195, 0.95);
box-shadow: none;
color: rgba(55, 122, 195, 0.95);
}
.button.is-link.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
background-color: #fff;
color: rgba(55, 122, 195, 0.95);
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent rgba(55, 122, 195, 0.95) rgba(55, 122, 195, 0.95) !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff;
}
.button.is-info {
background-color: #009dcc;
border-color: transparent;