bulma-steps-component
Version:
Steps component for bulma.io
2,529 lines (2,114 loc) • 188 kB
CSS
/*! bulma.io v0.5.1 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
/*! minireset.css v0.0.2 | 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 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
* {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
*:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
img,
embed,
object,
audio,
video {
max-width: 100%;
}
iframe {
border: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
text-align: left;
}
html {
background-color: #fff;
font-size: 16px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 300px;
overflow-x: hidden;
overflow-y: scroll;
text-rendering: optimizeLegibility;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
display: block;
}
body,
button,
input,
select,
textarea {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
code,
pre {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-family: monospace;
}
body {
color: #4a4a4a;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
}
a {
color: #00d1b2;
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: #dbdbdb;
border: none;
display: block;
height: 1px;
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;
}
pre {
background-color: whitesmoke;
color: #4a4a4a;
font-size: 0.875em;
white-space: pre;
word-wrap: normal;
}
pre code {
-webkit-overflow-scrolling: touch;
background: none;
color: inherit;
display: block;
font-size: 1em;
overflow-x: auto;
padding: 1.25rem 1.5rem;
}
table td,
table th {
text-align: left;
vertical-align: top;
}
table th {
color: #363636;
}
.is-clearfix:after {
clear: both;
content: " ";
display: table;
}
.is-pulled-left {
float: left !important;
}
.is-pulled-right {
float: right !important;
}
.is-clipped {
overflow: hidden !important;
}
.is-overlay {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.is-size-1 {
font-size: 3rem !important;
}
@media screen and (max-width: 768px) {
.is-size-1-mobile {
font-size: 3rem !important;
}
}
@media screen and (min-width: 769px), print {
.is-size-1-tablet {
font-size: 3rem !important;
}
}
@media screen and (max-width: 1007px) {
.is-size-1-touch {
font-size: 3rem !important;
}
}
@media screen and (min-width: 1008px) {
.is-size-1-desktop {
font-size: 3rem !important;
}
}
@media screen and (min-width: 1200px) {
.is-size-1-widescreen {
font-size: 3rem !important;
}
}
@media screen and (min-width: 1392px) {
.is-size-1-fullhd {
font-size: 3rem !important;
}
}
.is-size-2 {
font-size: 2.5rem !important;
}
@media screen and (max-width: 768px) {
.is-size-2-mobile {
font-size: 2.5rem !important;
}
}
@media screen and (min-width: 769px), print {
.is-size-2-tablet {
font-size: 2.5rem !important;
}
}
@media screen and (max-width: 1007px) {
.is-size-2-touch {
font-size: 2.5rem !important;
}
}
@media screen and (min-width: 1008px) {
.is-size-2-desktop {
font-size: 2.5rem !important;
}
}
@media screen and (min-width: 1200px) {
.is-size-2-widescreen {
font-size: 2.5rem !important;
}
}
@media screen and (min-width: 1392px) {
.is-size-2-fullhd {
font-size: 2.5rem !important;
}
}
.is-size-3 {
font-size: 2rem !important;
}
@media screen and (max-width: 768px) {
.is-size-3-mobile {
font-size: 2rem !important;
}
}
@media screen and (min-width: 769px), print {
.is-size-3-tablet {
font-size: 2rem !important;
}
}
@media screen and (max-width: 1007px) {
.is-size-3-touch {
font-size: 2rem !important;
}
}
@media screen and (min-width: 1008px) {
.is-size-3-desktop {
font-size: 2rem !important;
}
}
@media screen and (min-width: 1200px) {
.is-size-3-widescreen {
font-size: 2rem !important;
}
}
@media screen and (min-width: 1392px) {
.is-size-3-fullhd {
font-size: 2rem !important;
}
}
.is-size-4 {
font-size: 1.5rem !important;
}
@media screen and (max-width: 768px) {
.is-size-4-mobile {
font-size: 1.5rem !important;
}
}
@media screen and (min-width: 769px), print {
.is-size-4-tablet {
font-size: 1.5rem !important;
}
}
@media screen and (max-width: 1007px) {
.is-size-4-touch {
font-size: 1.5rem !important;
}
}
@media screen and (min-width: 1008px) {
.is-size-4-desktop {
font-size: 1.5rem !important;
}
}
@media screen and (min-width: 1200px) {
.is-size-4-widescreen {
font-size: 1.5rem !important;
}
}
@media screen and (min-width: 1392px) {
.is-size-4-fullhd {
font-size: 1.5rem !important;
}
}
.is-size-5 {
font-size: 1.25rem !important;
}
@media screen and (max-width: 768px) {
.is-size-5-mobile {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 769px), print {
.is-size-5-tablet {
font-size: 1.25rem !important;
}
}
@media screen and (max-width: 1007px) {
.is-size-5-touch {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1008px) {
.is-size-5-desktop {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1200px) {
.is-size-5-widescreen {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1392px) {
.is-size-5-fullhd {
font-size: 1.25rem !important;
}
}
.is-size-6 {
font-size: 1rem !important;
}
@media screen and (max-width: 768px) {
.is-size-6-mobile {
font-size: 1rem !important;
}
}
@media screen and (min-width: 769px), print {
.is-size-6-tablet {
font-size: 1rem !important;
}
}
@media screen and (max-width: 1007px) {
.is-size-6-touch {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1008px) {
.is-size-6-desktop {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1200px) {
.is-size-6-widescreen {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1392px) {
.is-size-6-fullhd {
font-size: 1rem !important;
}
}
.is-size-7 {
font-size: 0.75rem !important;
}
@media screen and (max-width: 768px) {
.is-size-7-mobile {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 769px), print {
.is-size-7-tablet {
font-size: 0.75rem !important;
}
}
@media screen and (max-width: 1007px) {
.is-size-7-touch {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 1008px) {
.is-size-7-desktop {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 1200px) {
.is-size-7-widescreen {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 1392px) {
.is-size-7-fullhd {
font-size: 0.75rem !important;
}
}
.has-text-centered {
text-align: center !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: 1007px) {
.has-text-centered-tablet-only {
text-align: center !important;
}
}
@media screen and (max-width: 1007px) {
.has-text-centered-touch {
text-align: center !important;
}
}
@media screen and (min-width: 1008px) {
.has-text-centered-desktop {
text-align: center !important;
}
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
.has-text-centered-desktop-only {
text-align: center !important;
}
}
@media screen and (min-width: 1200px) {
.has-text-centered-widescreen {
text-align: center !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
.has-text-centered-widescreen-only {
text-align: center !important;
}
}
@media screen and (min-width: 1392px) {
.has-text-centered-fullhd {
text-align: center !important;
}
}
.has-text-left {
text-align: left !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: 1007px) {
.has-text-left-tablet-only {
text-align: left !important;
}
}
@media screen and (max-width: 1007px) {
.has-text-left-touch {
text-align: left !important;
}
}
@media screen and (min-width: 1008px) {
.has-text-left-desktop {
text-align: left !important;
}
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
.has-text-left-desktop-only {
text-align: left !important;
}
}
@media screen and (min-width: 1200px) {
.has-text-left-widescreen {
text-align: left !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
.has-text-left-widescreen-only {
text-align: left !important;
}
}
@media screen and (min-width: 1392px) {
.has-text-left-fullhd {
text-align: left !important;
}
}
.has-text-right {
text-align: right !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: 1007px) {
.has-text-right-tablet-only {
text-align: right !important;
}
}
@media screen and (max-width: 1007px) {
.has-text-right-touch {
text-align: right !important;
}
}
@media screen and (min-width: 1008px) {
.has-text-right-desktop {
text-align: right !important;
}
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
.has-text-right-desktop-only {
text-align: right !important;
}
}
@media screen and (min-width: 1200px) {
.has-text-right-widescreen {
text-align: right !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
.has-text-right-widescreen-only {
text-align: right !important;
}
}
@media screen and (min-width: 1392px) {
.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;
}
.has-text-white {
color: white !important;
}
a.has-text-white:hover, a.has-text-white:focus {
color: #e6e6e6 !important;
}
.has-text-black {
color: #0a0a0a !important;
}
a.has-text-black:hover, a.has-text-black:focus {
color: black !important;
}
.has-text-light {
color: whitesmoke !important;
}
a.has-text-light:hover, a.has-text-light:focus {
color: #dbdbdb !important;
}
.has-text-dark {
color: #363636 !important;
}
a.has-text-dark:hover, a.has-text-dark:focus {
color: #1c1c1c !important;
}
.has-text-primary {
color: #00d1b2 !important;
}
a.has-text-primary:hover, a.has-text-primary:focus {
color: #009e86 !important;
}
.has-text-info {
color: #3273dc !important;
}
a.has-text-info:hover, a.has-text-info:focus {
color: #205bbc !important;
}
.has-text-success {
color: #23d160 !important;
}
a.has-text-success:hover, a.has-text-success:focus {
color: #1ca64c !important;
}
.has-text-warning {
color: #ffdd57 !important;
}
a.has-text-warning:hover, a.has-text-warning:focus {
color: #ffd324 !important;
}
.has-text-danger {
color: #ff3860 !important;
}
a.has-text-danger:hover, a.has-text-danger:focus {
color: #ff0537 !important;
}
.has-text-black-bis {
color: #121212 !important;
}
.has-text-black-ter {
color: #242424 !important;
}
.has-text-grey-darker {
color: #363636 !important;
}
.has-text-grey-dark {
color: #4a4a4a !important;
}
.has-text-grey {
color: #7a7a7a !important;
}
.has-text-grey-light {
color: #b5b5b5 !important;
}
.has-text-grey-lighter {
color: #dbdbdb !important;
}
.has-text-white-ter {
color: whitesmoke !important;
}
.has-text-white-bis {
color: #fafafa !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: 1007px) {
.is-block-tablet-only {
display: block !important;
}
}
@media screen and (max-width: 1007px) {
.is-block-touch {
display: block !important;
}
}
@media screen and (min-width: 1008px) {
.is-block-desktop {
display: block !important;
}
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
.is-block-desktop-only {
display: block !important;
}
}
@media screen and (min-width: 1200px) {
.is-block-widescreen {
display: block !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
.is-block-widescreen-only {
display: block !important;
}
}
@media screen and (min-width: 1392px) {
.is-block-fullhd {
display: block !important;
}
}
.is-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
@media screen and (max-width: 768px) {
.is-flex-mobile {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 769px), print {
.is-flex-tablet {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
.is-flex-tablet-only {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (max-width: 1007px) {
.is-flex-touch {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1008px) {
.is-flex-desktop {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
.is-flex-desktop-only {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1200px) {
.is-flex-widescreen {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
.is-flex-widescreen-only {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1392px) {
.is-flex-fullhd {
display: -webkit-box !important;
display: -ms-flexbox !important;
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: 1007px) {
.is-inline-tablet-only {
display: inline !important;
}
}
@media screen and (max-width: 1007px) {
.is-inline-touch {
display: inline !important;
}
}
@media screen and (min-width: 1008px) {
.is-inline-desktop {
display: inline !important;
}
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
.is-inline-desktop-only {
display: inline !important;
}
}
@media screen and (min-width: 1200px) {
.is-inline-widescreen {
display: inline !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
.is-inline-widescreen-only {
display: inline !important;
}
}
@media screen and (min-width: 1392px) {
.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: 1007px) {
.is-inline-block-tablet-only {
display: inline-block !important;
}
}
@media screen and (max-width: 1007px) {
.is-inline-block-touch {
display: inline-block !important;
}
}
@media screen and (min-width: 1008px) {
.is-inline-block-desktop {
display: inline-block !important;
}
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
.is-inline-block-desktop-only {
display: inline-block !important;
}
}
@media screen and (min-width: 1200px) {
.is-inline-block-widescreen {
display: inline-block !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
.is-inline-block-widescreen-only {
display: inline-block !important;
}
}
@media screen and (min-width: 1392px) {
.is-inline-block-fullhd {
display: inline-block !important;
}
}
.is-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media screen and (max-width: 768px) {
.is-inline-flex-mobile {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 769px), print {
.is-inline-flex-tablet {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
.is-inline-flex-tablet-only {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (max-width: 1007px) {
.is-inline-flex-touch {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1008px) {
.is-inline-flex-desktop {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
.is-inline-flex-desktop-only {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1200px) {
.is-inline-flex-widescreen {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
.is-inline-flex-widescreen-only {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1392px) {
.is-inline-flex-fullhd {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.is-hidden {
display: none !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: 1007px) {
.is-hidden-tablet-only {
display: none !important;
}
}
@media screen and (max-width: 1007px) {
.is-hidden-touch {
display: none !important;
}
}
@media screen and (min-width: 1008px) {
.is-hidden-desktop {
display: none !important;
}
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
.is-hidden-desktop-only {
display: none !important;
}
}
@media screen and (min-width: 1200px) {
.is-hidden-widescreen {
display: none !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
.is-hidden-widescreen-only {
display: none !important;
}
}
@media screen and (min-width: 1392px) {
.is-hidden-fullhd {
display: none !important;
}
}
.is-marginless {
margin: 0 !important;
}
.is-paddingless {
padding: 0 !important;
}
.is-radiusless {
border-radius: 0 !important;
}
.is-shadowless {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.is-unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.box {
background-color: white;
border-radius: 5px;
-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
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;
}
.box:not(:last-child) {
margin-bottom: 1.5rem;
}
a.box:hover, a.box:focus {
-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
}
a.box:active {
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
}
.button {
-moz-appearance: none;
-webkit-appearance: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid transparent;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1rem;
height: 2.25em;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
line-height: 1.5;
padding-bottom: calc(0.375em - 1px);
padding-left: calc(0.625em - 1px);
padding-right: calc(0.625em - 1px);
padding-top: calc(0.375em - 1px);
position: relative;
vertical-align: top;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: white;
border-color: #dbdbdb;
color: #363636;
cursor: pointer;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0.75em;
padding-right: 0.75em;
text-align: center;
white-space: nowrap;
}
.button:focus, .button.is-focused, .button:active, .button.is-active {
outline: none;
}
.button[disabled] {
cursor: not-allowed;
}
.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: #00d1b2;
color: #363636;
}
.button:active, .button.is-active {
border-color: #4a4a4a;
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #363636;
}
.button.is-link {
background-color: transparent;
border-color: transparent;
color: #4a4a4a;
text-decoration: underline;
}
.button.is-link:hover, .button.is-link.is-hovered, .button.is-link:focus, .button.is-link.is-focused, .button.is-link:active, .button.is-link.is-active {
background-color: whitesmoke;
color: #363636;
}
.button.is-link[disabled] {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
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;
-webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
color: #0a0a0a;
}
.button.is-white:active, .button.is-white.is-active {
background-color: #f2f2f2;
border-color: transparent;
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #0a0a0a;
}
.button.is-white[disabled] {
background-color: white;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button.is-white.is-inverted {
background-color: #0a0a0a;
color: white;
}
.button.is-white.is-inverted:hover {
background-color: black;
}
.button.is-white.is-inverted[disabled] {
background-color: #0a0a0a;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: white;
}
.button.is-white.is-loading:after {
border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined {
background-color: transparent;
border-color: white;
color: white;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
background-color: white;
border-color: white;
color: #0a0a0a;
}
.button.is-white.is-outlined.is-loading:after {
border-color: transparent transparent white white !important;
}
.button.is-white.is-outlined[disabled] {
background-color: transparent;
border-color: white;
-webkit-box-shadow: none;
box-shadow: none;
color: white;
}
.button.is-white.is-inverted.is-outlined {
background-color: transparent;
border-color: #0a0a0a;
color: #0a0a0a;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
background-color: #0a0a0a;
color: white;
}
.button.is-white.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #0a0a0a;
-webkit-box-shadow: none;
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;
-webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
color: white;
}
.button.is-black:active, .button.is-black.is-active {
background-color: black;
border-color: transparent;
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: white;
}
.button.is-black[disabled] {
background-color: #0a0a0a;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button.is-black.is-inverted {
background-color: white;
color: #0a0a0a;
}
.button.is-black.is-inverted:hover {
background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled] {
background-color: white;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #0a0a0a;
}
.button.is-black.is-loading:after {
border-color: transparent transparent white white !important;
}
.button.is-black.is-outlined {
background-color: transparent;
border-color: #0a0a0a;
color: #0a0a0a;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
background-color: #0a0a0a;
border-color: #0a0a0a;
color: white;
}
.button.is-black.is-outlined.is-loading:after {
border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-outlined[disabled] {
background-color: transparent;
border-color: #0a0a0a;
-webkit-box-shadow: none;
box-shadow: none;
color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined {
background-color: transparent;
border-color: white;
color: white;
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
background-color: white;
color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: white;
-webkit-box-shadow: none;
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;
-webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
color: #363636;
}
.button.is-light:active, .button.is-light.is-active {
background-color: #e8e8e8;
border-color: transparent;
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #363636;
}
.button.is-light[disabled] {
background-color: whitesmoke;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button.is-light.is-inverted {
background-color: #363636;
color: whitesmoke;
}
.button.is-light.is-inverted:hover {
background-color: #292929;
}
.button.is-light.is-inverted[disabled] {
background-color: #363636;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: whitesmoke;
}
.button.is-light.is-loading:after {
border-color: transparent transparent #363636 #363636 !important;
}
.button.is-light.is-outlined {
background-color: transparent;
border-color: whitesmoke;
color: whitesmoke;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
background-color: whitesmoke;
border-color: whitesmoke;
color: #363636;
}
.button.is-light.is-outlined.is-loading:after {
border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-outlined[disabled] {
background-color: transparent;
border-color: whitesmoke;
-webkit-box-shadow: none;
box-shadow: none;
color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined {
background-color: transparent;
border-color: #363636;
color: #363636;
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
background-color: #363636;
color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #363636;
-webkit-box-shadow: none;
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;
-webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
color: whitesmoke;
}
.button.is-dark:active, .button.is-dark.is-active {
background-color: #292929;
border-color: transparent;
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: whitesmoke;
}
.button.is-dark[disabled] {
background-color: #363636;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button.is-dark.is-inverted {
background-color: whitesmoke;
color: #363636;
}
.button.is-dark.is-inverted:hover {
background-color: #e8e8e8;
}
.button.is-dark.is-inverted[disabled] {
background-color: whitesmoke;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #363636;
}
.button.is-dark.is-loading:after {
border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-dark.is-outlined {
background-color: transparent;
border-color: #363636;
color: #363636;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
background-color: #363636;
border-color: #363636;
color: whitesmoke;
}
.button.is-dark.is-outlined.is-loading:after {
border-color: transparent transparent #363636 #363636 !important;
}
.button.is-dark.is-outlined[disabled] {
background-color: transparent;
border-color: #363636;
-webkit-box-shadow: none;
box-shadow: none;
color: #363636;
}
.button.is-dark.is-inverted.is-outlined {
background-color: transparent;
border-color: whitesmoke;
color: whitesmoke;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
background-color: whitesmoke;
color: #363636;
}
.button.is-dark.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: whitesmoke;
-webkit-box-shadow: none;
box-shadow: none;
color: whitesmoke;
}
.button.is-primary {
background-color: #00d1b2;
border-color: transparent;
color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
background-color: #00c4a7;
border-color: transparent;
color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
border-color: transparent;
-webkit-box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
color: #fff;
}
.button.is-primary:active, .button.is-primary.is-active {
background-color: #00b89c;
border-color: transparent;
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
}
.button.is-primary[disabled] {
background-color: #00d1b2;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button.is-primary.is-inverted {
background-color: #fff;
color: #00d1b2;
}
.button.is-primary.is-inverted:hover {
background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled] {
background-color: #fff;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #00d1b2;
}
.button.is-primary.is-loading:after {
border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
background-color: transparent;
border-color: #00d1b2;
color: #00d1b2;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
background-color: #00d1b2;
border-color: #00d1b2;
color: #fff;
}
.button.is-primary.is-outlined.is-loading:after {
border-color: transparent transparent #00d1b2 #00d1b2 !important;
}
.button.is-primary.is-outlined[disabled] {
background-color: transparent;
border-color: #00d1b2;
-webkit-box-shadow: none;
box-shadow: none;
color: #00d1b2;
}
.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:focus {
background-color: #fff;
color: #00d1b2;
}
.button.is-primary.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.button.is-info {
background-color: #3273dc;
border-color: transparent;
color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
background-color: #276cda;
border-color: transparent;
color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
border-color: transparent;
-webkit-box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
color: #fff;
}
.button.is-info:active, .button.is-info.is-active {
background-color: #2366d1;
border-color: transparent;
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
}
.button.is-info[disabled] {
background-color: #3273dc;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button.is-info.is-inverted {
background-color: #fff;
color: #3273dc;
}
.button.is-info.is-inverted:hover {
background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled] {
background-color: #fff;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #3273dc;
}
.button.is-info.is-loading:after {
border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
background-color: transparent;
border-color: #3273dc;
color: #3273dc;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
background-color: #3273dc;
border-color: #3273dc;
color: #fff;
}
.button.is-info.is-outlined.is-loading:after {
border-color: transparent transparent #3273dc #3273dc !important;
}
.button.is-info.is-outlined[disabled] {
background-color: transparent;
border-color: #3273dc;
-webkit-box-shadow: none;
box-shadow: none;
color: #3273dc;
}
.button.is-info.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
background-color: #fff;
color: #3273dc;
}
.button.is-info.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.button.is-success {
background-color: #23d160;
border-color: transparent;
color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
background-color: #22c65b;
border-color: transparent;
color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
border-color: transparent;
-webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
color: #fff;
}
.button.is-success:active, .button.is-success.is-active {
background-color: #20bc56;
border-color: transparent;
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
}
.button.is-success[disabled] {
background-color: #23d160;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button.is-success.is-inverted {
background-color: #fff;
color: #23d160;
}
.button.is-success.is-inverted:hover {
background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled] {
background-color: #fff;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #23d160;
}
.button.is-success.is-loading:after {
border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
background-color: transparent;
border-color: #23d160;
color: #23d160;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
background-color: #23d160;
border-color: #23d160;
color: #fff;
}
.button.is-success.is-outlined.is-loading:after {
border-color: transparent transparent #23d160 #23d160 !important;
}
.button.is-success.is-outlined[disabled] {
background-color: transparent;
border-color: #23d160;
-webkit-box-shadow: none;
box-shadow: none;
color: #23d160;
}
.button.is-success.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
background-color: #fff;
color: #23d160;
}
.button.is-success.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.button.is-warning {
background-color: #ffdd57;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
background-color: #ffdb4a;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
border-color: transparent;
-webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:active, .button.is-warning.is-active {
background-color: #ffd83d;
border-color: transparent;
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled] {
background-color: #ffdd57;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button.is-warning.is-inverted {
background-color: rgba(0, 0, 0, 0.7);
color: #ffdd57;
}
.button.is-warning.is-inverted:hover {
background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled] {
background-color: rgba(0, 0, 0, 0.7);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #ffdd57;
}
.button.is-warning.is-loading:after {
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
background-color: transparent;
border-color: #ffdd57;
color: #ffdd57;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
background-color: #ffdd57;
border-color: #ffdd57;
color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading:after {
border-color: transparent transparent #ffdd57 #ffdd57 !important;
}
.button.is-warning.is-outlined[disabled] {
background-color: transparent;
border-color: #ffdd57;
-webkit-box-shadow: none;
box-shadow: none;
color: #ffdd57;
}
.button.is-warning.is-inverted.is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.7);
color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
background-color: rgba(0, 0, 0, 0.7);
color: #ffdd57;
}
.button.is-warning.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(0, 0, 0, 0.7);
}
.button.is-danger {
background-color: #ff3860;
border-color: transparent;
color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
background-color: #ff2b56;
border-color: transparent;
color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
border-color: transparent;
-webkit-box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
color: #fff;
}
.button.is-danger:active, .button.is-danger.is-active {
background-color: #ff1f4b;
border-color: transparent;
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
}
.button.is-danger[disabled] {
background-color: #ff3860;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button.is-danger.is-inverted {
background-color: #fff;
color: #ff3860;
}
.button.is-danger.is-inverted:hover {
background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled] {
background-color: #fff;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #ff3860;
}
.button.is-danger.is-loading:after {
border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
background-color: transparent;
border-color: #ff3860;
color: #ff3860;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
background-color: #ff3860;
border-color: #ff3860;
color: #fff;
}
.button.is-danger.is-outlined.is-loading:after {
border-color: transparent transparent #ff3860 #ff3860 !important;
}
.button.is-danger.is-outlined[disabled] {
background-color: transparent;
border-color: #ff3860;
-webkit-box-shadow: none;
box-shadow: none;
color: #ff3860;
}
.button.is-danger.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
background-color: #fff;
color: #ff3860;
}
.button.is-danger.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.button.is-small {
border-radius: 2px;
font-size: 0.75rem;
}
.button.is-medium {
font-size: 1.25rem;
}
.button.is-large {
font-size: 1.5rem;
}
.button[disabled] {
background-color: white;
border-color: #dbdbdb;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0.5;
}
.button.is-fullwidth {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.button.is-loading {
color: transparent !important;
pointer-events: none;
}
.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;
position: absolute;
left: calc(50% - (1em / 2));
top: calc(50% - (1em / 2));
position: absolute !important;
}
.button.is-static {
background-color: whitesmoke;
border-color: #dbdbdb;
color: #7a7a7a;
-webkit-box-shadow: none;
box-shadow: none;
pointer-events: none;
}
.container {
margin: 0 auto;
position: relative;
}
@media screen and (min-width: 1068px) {
.container {
max-width: 960px;
width: 960px;
}
.container.is-fluid {
margin-left: 24px;
margin-right: 24px;
max-width: none;
width: auto;
}
}
@media screen and (max-width: 1259px) {
.container.is-widescreen {
max-width: 1152px;
width: auto;
}
}
@media screen and (max-width: 1451px) {
.container.is-fullhd {
max-width: 1344px;
width: auto;
}
}
@media screen and (min-width: 1260px) {
.container {
max-width: 1152px;
width: 1152px;
}
}
@media screen and (min-width: 1452px) {
.container {
max-width: 1344px;
width: 1344px;
}
}
.content:not(:last-child) {
margin-bottom: 1.5rem;
}
.content li + li {
margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
color: #363636;
font-weight: 400;
line-height: 1.125;
}
.content h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
margin-top: 1em;
}
.content h2 {
font-size: 1.75em;
margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
margin-top: 1.1428em;
}
.content h3 {
font-size: 1.5em;
margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
margin-top: 1.3333em;
}
.content h4 {
font-size: 1.25em;
margin-bottom: 0.8em;
}
.content h5 {
font-size: 1.125em;
margin-bottom: 0.8888em;
}
.content h6 {
font-size: 1em;
margin-bottom: 1em;
}
.content blockquote {
background-color: whitesmoke;
border-left: 5px solid #dbdbdb;
padding: 1.25em 1.5em;
}
.content ol {
list-style: decimal outside;
margin-left: 2em;
margin-top: 1em;
}
.content ul {
list-style: disc outside;
margin-left: 2em;
margin-top: 1em;
}
.content ul ul {
list-style-type: circle;
margin-top: 0.5em;
}
.content ul ul ul {
list-style-type: square;
}
.content dd {
margin-left: 2em;
}
.content figure {
margin: 2em;
text-align: center;
}
.content figure img {
display: inline-block;
}
.content figure figcaption {
font-style: italic;
}
.content pre {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
padding: 1.25em 1.5em;
white-space: pre;
word-wrap: normal;
}
.content sup,
.content sub {
font-size: 75%;
}
.content table {
width: 100%;
}
.content table td,
.content table th {
border: 1px solid #dbdbdb;
border-width: 0 0 1px;
padding: 0.5em 0.75em;
vertical-align: top;
}
.content table th {
color: #363636;
text-align: left;
}
.content table tr:hover {
background-color: whitesmoke;
}
.content table thead td,
.content table thead th {
border-width: 0 0 2px;
color: #363636;
}
.content table tfoot td,
.content table tfoot th {
border-width: 2px 0 0;
color: #36