build-owntone/dark-reader/dark-reader.css

5763 lines
166 KiB
CSS

/*
_______
/ \
.==. .==.
(( ))==(( ))
/ "==" "=="\
/____|| || ||___\
________ ____ ________ ___ ___
| ___ \ / \ | ___ \ | | / /
| | \ \ / /\ \ | | \ \| |_/ /
| | ) / /__\ \ | |__/ /| ___ \
| |__/ / ______ \| ____ \| | \ \
_______|_______/__/ ____ \__\__|___\__\__|___\__\____
| ___ \ | ____/ / \ | ___ \ | ____| ___ \
| | \ \| |___ / /\ \ | | \ \| |___| | \ \
| |__/ /| ____/ /__\ \ | | ) | ____| |__/ /
| ____ \| |__/ ______ \| |__/ /| |___| ____ \
|__| \__\____/__/ \__\_______/ |______|__| \__\
https://darkreader.org
*/
/*! Dark reader generated CSS | Licensed under MIT https://github.com/darkreader/darkreader/blob/main/LICENSE */
/* User-Agent Style */
html {
background-color: #181a1b !important;
}
html {
color-scheme: dark !important;
}
html, body {
background-color: #181a1b;
}
html, body {
border-color: #736b5e;
color: #e8e6e3;
}
a {
color: #3391ff;
}
table {
border-color: #545b5e;
}
::placeholder {
color: #b2aba1;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
background-color: #404400 !important;
color: #e8e6e3 !important;
}
::selection {
background-color: #004daa !important;
color: #e8e6e3 !important;
}
::-moz-selection {
background-color: #004daa !important;
color: #e8e6e3 !important;
}
/* Invert Style */
.jfk-bubble.gtx-bubble, .captcheck_answer_label > input + img, span#closed_text > img[src^="https://www.gstatic.com/images/branding/googlelogo"], span[data-href^="https://www.hcaptcha.com/"] > #icon, #bit-notification-bar-iframe, ::-webkit-calendar-picker-indicator {
filter: invert(100%) hue-rotate(180deg) contrast(90%) !important;
}
/* Variables Style */
:root {
--darkreader-neutral-background: #131516;
--darkreader-neutral-text: #d8d4cf;
--darkreader-selection-background: #004daa;
--darkreader-selection-text: #e8e6e3;
}
/* Modified CSS */
.fd-notifications .notification {
box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px,
rgba(0, 0, 0, 0.19) 0px 6px 20px;
}
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.file-cta,
.file-name,
.select select,
.textarea,
.input,
.button {
border-color: transparent;
box-shadow: none;
}
.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-color: initial;
}
.navbar-link:not(.is-arrowless)::after,
.select:not(.is-multiple):not(.is-loading)::after {
border-bottom-color: transparent;
border-left-color: transparent;
border-right-color: initial;
border-top-color: initial;
}
.modal-close,
.delete {
background-color: rgba(8, 8, 8, 0.2);
border-color: initial;
outline-color: initial;
}
.modal-close::before,
.delete::before,
.modal-close::after,
.delete::after {
background-color: rgb(24, 26, 27);
}
.modal-close:hover,
.delete:hover,
.modal-close:focus,
.delete:focus {
background-color: rgba(8, 8, 8, 0.3);
}
.modal-close:active,
.delete:active {
background-color: rgba(8, 8, 8, 0.4);
}
.control.is-loading::after,
.select.is-loading::after,
.loader,
.button.is-loading::after {
border-color: transparent transparent rgb(58, 63, 65) rgb(58, 63, 65);
}
.navbar-burger {
background-image: none;
background-color: initial;
border-color: initial;
color: currentcolor;
}
ul {
list-style-image: initial;
}
iframe {
border-color: initial;
}
html {
background-color: rgb(24, 26, 27);
}
body {
color: rgb(185, 179, 170);
}
a {
color: rgb(88, 138, 204);
text-decoration-color: initial;
}
a strong {
color: currentcolor;
}
a:hover {
color: rgb(198, 193, 185);
}
code {
background-color: rgb(30, 32, 33);
color: rgb(240, 55, 93);
}
hr {
background-color: rgb(30, 32, 33);
border-color: initial;
}
strong {
color: rgb(198, 193, 185);
}
fieldset {
border-color: initial;
}
pre {
background-color: rgb(30, 32, 33);
color: rgb(185, 179, 170);
}
pre code {
background-color: transparent;
color: currentcolor;
}
table th {
color: rgb(198, 193, 185);
}
.box {
background-color: rgb(24, 26, 27);
box-shadow: rgba(8, 8, 8, 0.1) 0px 0.5em 1em -0.125em,
rgba(8, 8, 8, 0.02) 0px 0px 0px 1px;
color: rgb(185, 179, 170);
}
a.box:hover,
a.box:focus {
box-shadow: rgba(8, 8, 8, 0.1) 0px 0.5em 1em -0.125em,
rgb(46, 64, 149) 0px 0px 0px 1px;
}
a.box:active {
box-shadow: rgba(8, 8, 8, 0.2) 0px 1px 2px inset,
rgb(46, 64, 149) 0px 0px 0px 1px;
}
.button {
background-color: rgb(24, 26, 27);
border-color: rgb(58, 63, 65);
color: rgb(198, 193, 185);
}
.button strong {
color: inherit;
}
.button:hover,
.button.is-hovered {
border-color: rgb(69, 75, 78);
color: rgb(198, 193, 185);
}
.button:focus,
.button.is-focused {
border-color: rgb(41, 57, 133);
color: rgb(198, 193, 185);
}
.button:focus:not(:active),
.button.is-focused:not(:active) {
box-shadow: rgba(46, 64, 149, 0.25) 0px 0px 0px 0.125em;
}
.button:active,
.button.is-active {
border-color: rgb(116, 107, 95);
color: rgb(198, 193, 185);
}
.button.is-text {
background-color: transparent;
border-color: transparent;
color: rgb(185, 179, 170);
text-decoration-color: initial;
}
.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
background-color: rgb(30, 32, 33);
color: rgb(198, 193, 185);
}
.button.is-text:active,
.button.is-text.is-active {
background-color: rgb(37, 40, 42);
color: rgb(198, 193, 185);
}
.button.is-text[disabled],
fieldset[disabled] .button.is-text {
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
.button.is-ghost {
background-image: none;
background-color: initial;
border-color: transparent;
color: rgb(88, 138, 204);
text-decoration-color: initial;
}
.button.is-ghost:hover,
.button.is-ghost.is-hovered {
color: rgb(88, 138, 204);
text-decoration-color: initial;
}
.button.is-white {
background-color: rgb(24, 26, 27);
border-color: transparent;
color: rgb(226, 223, 219);
}
.button.is-white:hover,
.button.is-white.is-hovered {
background-color: rgb(27, 30, 31);
border-color: transparent;
color: rgb(226, 223, 219);
}
.button.is-white:focus,
.button.is-white.is-focused {
border-color: transparent;
color: rgb(226, 223, 219);
}
.button.is-white:focus:not(:active),
.button.is-white.is-focused:not(:active) {
box-shadow: rgba(24, 26, 27, 0.25) 0px 0px 0px 0.125em;
}
.button.is-white:active,
.button.is-white.is-active {
background-color: rgb(31, 34, 35);
border-color: transparent;
color: rgb(226, 223, 219);
}
.button.is-white[disabled],
fieldset[disabled] .button.is-white {
background-color: rgb(24, 26, 27);
border-color: rgb(48, 52, 54);
box-shadow: none;
}
.button.is-white.is-inverted {
background-color: rgb(8, 8, 8);
color: rgb(232, 230, 227);
}
.button.is-white.is-inverted:hover,
.button.is-white.is-inverted.is-hovered {
background-color: rgb(0, 0, 0);
}
.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
background-color: rgb(8, 8, 8);
border-color: transparent;
box-shadow: none;
color: rgb(232, 230, 227);
}
.button.is-white.is-loading::after {
border-color: transparent transparent rgb(137, 127, 112) rgb(137, 127, 112) !important;
}
.button.is-white.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
color: rgb(232, 230, 227);
}
.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: rgb(24, 26, 27);
border-color: rgb(48, 52, 54);
color: rgb(226, 223, 219);
}
.button.is-white.is-outlined.is-loading::after {
border-color: transparent transparent rgb(48, 52, 54) rgb(48, 52, 54) !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 rgb(137, 127, 112) rgb(137, 127, 112) !important;
}
.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
box-shadow: none;
color: rgb(232, 230, 227);
}
.button.is-white.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(137, 127, 112);
color: rgb(226, 223, 219);
}
.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: rgb(8, 8, 8);
color: rgb(232, 230, 227);
}
.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 rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(137, 127, 112);
box-shadow: none;
color: rgb(226, 223, 219);
}
.button.is-black {
background-color: rgb(8, 8, 8);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-black:hover,
.button.is-black.is-hovered {
background-color: rgb(3, 3, 3);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-black:focus,
.button.is-black.is-focused {
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-black:focus:not(:active),
.button.is-black.is-focused:not(:active) {
box-shadow: rgba(8, 8, 8, 0.25) 0px 0px 0px 0.125em;
}
.button.is-black:active,
.button.is-black.is-active {
background-color: rgb(0, 0, 0);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-black[disabled],
fieldset[disabled] .button.is-black {
background-color: rgb(8, 8, 8);
border-color: rgb(137, 127, 112);
box-shadow: none;
}
.button.is-black.is-inverted {
background-color: rgb(24, 26, 27);
color: rgb(226, 223, 219);
}
.button.is-black.is-inverted:hover,
.button.is-black.is-inverted.is-hovered {
background-color: rgb(31, 34, 35);
}
.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
background-color: rgb(24, 26, 27);
border-color: transparent;
box-shadow: none;
color: rgb(226, 223, 219);
}
.button.is-black.is-loading::after {
border-color: transparent transparent rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-black.is-outlined {
background-color: transparent;
border-color: rgb(137, 127, 112);
color: rgb(226, 223, 219);
}
.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: rgb(8, 8, 8);
border-color: rgb(137, 127, 112);
color: rgb(232, 230, 227);
}
.button.is-black.is-outlined.is-loading::after {
border-color: transparent transparent rgb(137, 127, 112) rgb(137, 127, 112) !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 rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
background-color: transparent;
border-color: rgb(137, 127, 112);
box-shadow: none;
color: rgb(226, 223, 219);
}
.button.is-black.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
color: rgb(232, 230, 227);
}
.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: rgb(24, 26, 27);
color: rgb(226, 223, 219);
}
.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 rgb(137, 127, 112) rgb(137, 127, 112) !important;
}
.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
box-shadow: none;
color: rgb(232, 230, 227);
}
.button.is-light {
background-color: rgb(30, 32, 33);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.button.is-light:hover,
.button.is-light.is-hovered {
background-color: rgb(34, 36, 38);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.button.is-light:focus,
.button.is-light.is-focused {
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.button.is-light:focus:not(:active),
.button.is-light.is-focused:not(:active) {
box-shadow: rgba(30, 32, 33, 0.25) 0px 0px 0px 0.125em;
}
.button.is-light:active,
.button.is-light.is-active {
background-color: rgb(37, 40, 42);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.button.is-light[disabled],
fieldset[disabled] .button.is-light {
background-color: rgb(30, 32, 33);
border-color: rgb(51, 55, 57);
box-shadow: none;
}
.button.is-light.is-inverted {
background-color: rgba(0, 0, 0, 0.7);
color: rgb(226, 223, 219);
}
.button.is-light.is-inverted:hover,
.button.is-light.is-inverted.is-hovered {
background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
background-color: rgba(0, 0, 0, 0.7);
border-color: transparent;
box-shadow: none;
color: rgb(226, 223, 219);
}
.button.is-light.is-loading::after {
border-color: transparent transparent rgba(140, 130, 115, 0.7) rgba(140, 130, 115, 0.7) !important;
}
.button.is-light.is-outlined {
background-color: transparent;
border-color: rgb(51, 55, 57);
color: rgb(226, 223, 219);
}
.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: rgb(30, 32, 33);
border-color: rgb(51, 55, 57);
color: rgba(232, 230, 227, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
border-color: transparent transparent rgb(51, 55, 57) rgb(51, 55, 57) !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 rgba(140, 130, 115, 0.7) rgba(140, 130, 115, 0.7) !important;
}
.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
background-color: transparent;
border-color: rgb(51, 55, 57);
box-shadow: none;
color: rgb(226, 223, 219);
}
.button.is-light.is-inverted.is-outlined {
background-color: transparent;
border-color: rgba(140, 130, 115, 0.7);
color: rgba(232, 230, 227, 0.7);
}
.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: rgba(0, 0, 0, 0.7);
color: rgb(226, 223, 219);
}
.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 rgb(51, 55, 57) rgb(51, 55, 57) !important;
}
.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
background-color: transparent;
border-color: rgba(140, 130, 115, 0.7);
box-shadow: none;
color: rgba(232, 230, 227, 0.7);
}
.button.is-dark {
background-color: rgb(41, 44, 46);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-dark:hover,
.button.is-dark.is-hovered {
background-color: rgb(35, 38, 40);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-dark:focus,
.button.is-dark.is-focused {
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-dark:focus:not(:active),
.button.is-dark.is-focused:not(:active) {
box-shadow: rgba(41, 44, 46, 0.25) 0px 0px 0px 0.125em;
}
.button.is-dark:active,
.button.is-dark.is-active {
background-color: rgb(31, 33, 35);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
background-color: rgb(41, 44, 46);
border-color: rgb(122, 113, 100);
box-shadow: none;
}
.button.is-dark.is-inverted {
background-color: rgb(24, 26, 27);
color: rgb(198, 193, 185);
}
.button.is-dark.is-inverted:hover,
.button.is-dark.is-inverted.is-hovered {
background-color: rgb(31, 34, 35);
}
.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
background-color: rgb(24, 26, 27);
border-color: transparent;
box-shadow: none;
color: rgb(198, 193, 185);
}
.button.is-dark.is-loading::after {
border-color: transparent transparent rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-dark.is-outlined {
background-color: transparent;
border-color: rgb(122, 113, 100);
color: rgb(198, 193, 185);
}
.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: rgb(41, 44, 46);
border-color: rgb(122, 113, 100);
color: rgb(232, 230, 227);
}
.button.is-dark.is-outlined.is-loading::after {
border-color: transparent transparent rgb(122, 113, 100) rgb(122, 113, 100) !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 rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
background-color: transparent;
border-color: rgb(122, 113, 100);
box-shadow: none;
color: rgb(198, 193, 185);
}
.button.is-dark.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
color: rgb(232, 230, 227);
}
.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: rgb(24, 26, 27);
color: rgb(198, 193, 185);
}
.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 rgb(122, 113, 100) rgb(122, 113, 100) !important;
}
.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
box-shadow: none;
color: rgb(232, 230, 227);
}
.button.is-primary {
background-color: rgb(0, 167, 142);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-primary:hover,
.button.is-primary.is-hovered {
background-color: rgb(0, 157, 134);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-primary:focus,
.button.is-primary.is-focused {
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
box-shadow: rgba(0, 167, 142, 0.25) 0px 0px 0px 0.125em;
}
.button.is-primary:active,
.button.is-primary.is-active {
background-color: rgb(0, 147, 125);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
background-color: rgb(0, 167, 142);
border-color: rgb(0, 192, 164);
box-shadow: none;
}
.button.is-primary.is-inverted {
background-color: rgb(24, 26, 27);
color: rgb(58, 255, 226);
}
.button.is-primary.is-inverted:hover,
.button.is-primary.is-inverted.is-hovered {
background-color: rgb(31, 34, 35);
}
.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
background-color: rgb(24, 26, 27);
border-color: transparent;
box-shadow: none;
color: rgb(58, 255, 226);
}
.button.is-primary.is-loading::after {
border-color: transparent transparent rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-primary.is-outlined {
background-color: transparent;
border-color: rgb(0, 192, 164);
color: rgb(58, 255, 226);
}
.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: rgb(0, 167, 142);
border-color: rgb(0, 192, 164);
color: rgb(232, 230, 227);
}
.button.is-primary.is-outlined.is-loading::after {
border-color: transparent transparent rgb(0, 192, 164) rgb(0, 192, 164) !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 rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
background-color: transparent;
border-color: rgb(0, 192, 164);
box-shadow: none;
color: rgb(58, 255, 226);
}
.button.is-primary.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
color: rgb(232, 230, 227);
}
.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: rgb(24, 26, 27);
color: rgb(58, 255, 226);
}
.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 rgb(0, 192, 164) rgb(0, 192, 164) !important;
}
.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
box-shadow: none;
color: rgb(232, 230, 227);
}
.button.is-primary.is-light {
background-color: rgb(0, 63, 56);
color: rgb(100, 255, 232);
}
.button.is-primary.is-light:hover,
.button.is-primary.is-light.is-hovered {
background-color: rgb(0, 71, 63);
border-color: transparent;
color: rgb(100, 255, 232);
}
.button.is-primary.is-light:active,
.button.is-primary.is-light.is-active {
background-color: rgb(0, 79, 70);
border-color: transparent;
color: rgb(100, 255, 232);
}
.button.is-link {
background-color: rgb(46, 64, 149);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-link:hover,
.button.is-link.is-hovered {
background-color: rgb(47, 67, 155);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-link:focus,
.button.is-link.is-focused {
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active) {
box-shadow: rgba(46, 64, 149, 0.25) 0px 0px 0px 0.125em;
}
.button.is-link:active,
.button.is-link.is-active {
background-color: rgb(46, 65, 150);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-link[disabled],
fieldset[disabled] .button.is-link {
background-color: rgb(46, 64, 149);
border-color: rgb(41, 57, 133);
box-shadow: none;
}
.button.is-link.is-inverted {
background-color: rgb(24, 26, 27);
color: rgb(88, 138, 204);
}
.button.is-link.is-inverted:hover,
.button.is-link.is-inverted.is-hovered {
background-color: rgb(31, 34, 35);
}
.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
background-color: rgb(24, 26, 27);
border-color: transparent;
box-shadow: none;
color: rgb(88, 138, 204);
}
.button.is-link.is-loading::after {
border-color: transparent transparent rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-link.is-outlined {
background-color: transparent;
border-color: rgb(41, 57, 133);
color: rgb(88, 138, 204);
}
.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: rgb(46, 64, 149);
border-color: rgb(41, 57, 133);
color: rgb(232, 230, 227);
}
.button.is-link.is-outlined.is-loading::after {
border-color: transparent transparent rgb(41, 57, 133) rgb(41, 57, 133) !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 rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
background-color: transparent;
border-color: rgb(41, 57, 133);
box-shadow: none;
color: rgb(88, 138, 204);
}
.button.is-link.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
color: rgb(232, 230, 227);
}
.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: rgb(24, 26, 27);
color: rgb(88, 138, 204);
}
.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 rgb(41, 57, 133) rgb(41, 57, 133) !important;
}
.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
box-shadow: none;
color: rgb(232, 230, 227);
}
.button.is-link.is-light {
background-color: rgb(30, 32, 34);
color: rgb(106, 151, 209);
}
.button.is-link.is-light:hover,
.button.is-link.is-light.is-hovered {
background-color: rgb(33, 36, 37);
border-color: transparent;
color: rgb(106, 151, 209);
}
.button.is-link.is-light:active,
.button.is-link.is-light.is-active {
background-color: rgb(37, 40, 42);
border-color: transparent;
color: rgb(106, 151, 209);
}
.button.is-info {
background-color: rgb(38, 103, 157);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-info:hover,
.button.is-info.is-hovered {
background-color: rgb(39, 107, 163);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-info:focus,
.button.is-info.is-focused {
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active) {
box-shadow: rgba(38, 103, 157, 0.25) 0px 0px 0px 0.125em;
}
.button.is-info:active,
.button.is-info.is-active {
background-color: rgb(38, 104, 158);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-info[disabled],
fieldset[disabled] .button.is-info {
background-color: rgb(38, 103, 157);
border-color: rgb(34, 92, 140);
box-shadow: none;
}
.button.is-info.is-inverted {
background-color: rgb(24, 26, 27);
color: rgb(79, 155, 212);
}
.button.is-info.is-inverted:hover,
.button.is-info.is-inverted.is-hovered {
background-color: rgb(31, 34, 35);
}
.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
background-color: rgb(24, 26, 27);
border-color: transparent;
box-shadow: none;
color: rgb(79, 155, 212);
}
.button.is-info.is-loading::after {
border-color: transparent transparent rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-info.is-outlined {
background-color: transparent;
border-color: rgb(34, 92, 140);
color: rgb(79, 155, 212);
}
.button.is-info.is-outlined:hover,
.button.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined.is-focused {
background-color: rgb(38, 103, 157);
border-color: rgb(34, 92, 140);
color: rgb(232, 230, 227);
}
.button.is-info.is-outlined.is-loading::after {
border-color: transparent transparent rgb(34, 92, 140) rgb(34, 92, 140) !important;
}
.button.is-info.is-outlined.is-loading:hover::after,
.button.is-info.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-outlined.is-loading:focus::after,
.button.is-info.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
background-color: transparent;
border-color: rgb(34, 92, 140);
box-shadow: none;
color: rgb(79, 155, 212);
}
.button.is-info.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
color: rgb(232, 230, 227);
}
.button.is-info.is-inverted.is-outlined:hover,
.button.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined.is-focused {
background-color: rgb(24, 26, 27);
color: rgb(79, 155, 212);
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-inverted.is-outlined.is-loading:focus::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent rgb(34, 92, 140) rgb(34, 92, 140) !important;
}
.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
box-shadow: none;
color: rgb(232, 230, 227);
}
.button.is-info.is-light {
background-color: rgb(30, 32, 33);
color: rgb(113, 174, 220);
}
.button.is-info.is-light:hover,
.button.is-info.is-light.is-hovered {
background-color: rgb(33, 36, 37);
border-color: transparent;
color: rgb(113, 174, 220);
}
.button.is-info.is-light:active,
.button.is-info.is-light.is-active {
background-color: rgb(37, 40, 42);
border-color: transparent;
color: rgb(113, 174, 220);
}
.button.is-success {
background-color: rgb(46, 149, 114);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-success:hover,
.button.is-success.is-hovered {
background-color: rgb(47, 155, 118);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-success:focus,
.button.is-success.is-focused {
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active) {
box-shadow: rgba(46, 149, 114, 0.25) 0px 0px 0px 0.125em;
}
.button.is-success:active,
.button.is-success.is-active {
background-color: rgb(46, 150, 103);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-success[disabled],
fieldset[disabled] .button.is-success {
background-color: rgb(46, 149, 114);
border-color: rgb(41, 133, 92);
box-shadow: none;
}
.button.is-success.is-inverted {
background-color: rgb(24, 26, 27);
color: rgb(88, 204, 152);
}
.button.is-success.is-inverted:hover,
.button.is-success.is-inverted.is-hovered {
background-color: rgb(31, 34, 35);
}
.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
background-color: rgb(24, 26, 27);
border-color: transparent;
box-shadow: none;
color: rgb(88, 204, 152);
}
.button.is-success.is-loading::after {
border-color: transparent transparent rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-success.is-outlined {
background-color: transparent;
border-color: rgb(41, 133, 92);
color: rgb(88, 204, 152);
}
.button.is-success.is-outlined:hover,
.button.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.button.is-success.is-outlined.is-focused {
background-color: rgb(46, 149, 114);
border-color: rgb(41, 133, 92);
color: rgb(232, 230, 227);
}
.button.is-success.is-outlined.is-loading::after {
border-color: transparent transparent rgb(41, 133, 92) rgb(41, 133, 92) !important;
}
.button.is-success.is-outlined.is-loading:hover::after,
.button.is-success.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-outlined.is-loading:focus::after,
.button.is-success.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
background-color: transparent;
border-color: rgb(41, 133, 92);
box-shadow: none;
color: rgb(88, 204, 152);
}
.button.is-success.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
color: rgb(232, 230, 227);
}
.button.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined.is-focused {
background-color: rgb(24, 26, 27);
color: rgb(88, 204, 152);
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-inverted.is-outlined.is-loading:focus::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent rgb(41, 133, 92) rgb(41, 133, 92) !important;
}
.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
box-shadow: none;
color: rgb(232, 230, 227);
}
.button.is-success.is-light {
background-color: rgb(15, 48, 37);
color: rgb(131, 217, 178);
}
.button.is-success.is-light:hover,
.button.is-success.is-light.is-hovered {
background-color: rgb(17, 54, 41);
border-color: transparent;
color: rgb(131, 217, 178);
}
.button.is-success.is-light:active,
.button.is-success.is-light.is-active {
background-color: rgb(19, 60, 46);
border-color: transparent;
color: rgb(131, 217, 178);
}
.button.is-warning {
background-color: rgb(91, 67, 0);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.button.is-warning:hover,
.button.is-warning.is-hovered {
background-color: rgb(97, 71, 0);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.button.is-warning:focus,
.button.is-warning.is-focused {
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.button.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active) {
box-shadow: rgba(91, 67, 0, 0.25) 0px 0px 0px 0.125em;
}
.button.is-warning:active,
.button.is-warning.is-active {
background-color: rgb(103, 75, 0);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
background-color: rgb(91, 67, 0);
border-color: rgb(137, 101, 0);
box-shadow: none;
}
.button.is-warning.is-inverted {
background-color: rgba(0, 0, 0, 0.7);
color: rgb(255, 220, 122);
}
.button.is-warning.is-inverted:hover,
.button.is-warning.is-inverted.is-hovered {
background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
background-color: rgba(0, 0, 0, 0.7);
border-color: transparent;
box-shadow: none;
color: rgb(255, 220, 122);
}
.button.is-warning.is-loading::after {
border-color: transparent transparent rgba(140, 130, 115, 0.7) rgba(140, 130, 115, 0.7) !important;
}
.button.is-warning.is-outlined {
background-color: transparent;
border-color: rgb(137, 101, 0);
color: rgb(255, 220, 122);
}
.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined.is-hovered,
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined.is-focused {
background-color: rgb(91, 67, 0);
border-color: rgb(137, 101, 0);
color: rgba(232, 230, 227, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
border-color: transparent transparent rgb(137, 101, 0) rgb(137, 101, 0) !important;
}
.button.is-warning.is-outlined.is-loading:hover::after,
.button.is-warning.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-outlined.is-loading:focus::after,
.button.is-warning.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent rgba(140, 130, 115, 0.7) rgba(140, 130, 115, 0.7) !important;
}
.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
background-color: transparent;
border-color: rgb(137, 101, 0);
box-shadow: none;
color: rgb(255, 220, 122);
}
.button.is-warning.is-inverted.is-outlined {
background-color: transparent;
border-color: rgba(140, 130, 115, 0.7);
color: rgba(232, 230, 227, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined.is-focused {
background-color: rgba(0, 0, 0, 0.7);
color: rgb(255, 220, 122);
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent rgb(137, 101, 0) rgb(137, 101, 0) !important;
}
.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
background-color: transparent;
border-color: rgba(140, 130, 115, 0.7);
box-shadow: none;
color: rgba(232, 230, 227, 0.7);
}
.button.is-warning.is-light {
background-color: rgb(47, 35, 0);
color: rgb(255, 213, 100);
}
.button.is-warning.is-light:hover,
.button.is-warning.is-light.is-hovered {
background-color: rgb(53, 39, 0);
border-color: transparent;
color: rgb(255, 213, 100);
}
.button.is-warning.is-light:active,
.button.is-warning.is-light.is-active {
background-color: rgb(59, 44, 0);
border-color: transparent;
color: rgb(255, 213, 100);
}
.button.is-danger {
background-color: rgb(158, 12, 41);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-danger:hover,
.button.is-danger.is-hovered {
background-color: rgb(166, 13, 44);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-danger:focus,
.button.is-danger.is-focused {
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active) {
box-shadow: rgba(158, 12, 41, 0.25) 0px 0px 0px 0.125em;
}
.button.is-danger:active,
.button.is-danger.is-active {
background-color: rgb(173, 13, 45);
border-color: transparent;
color: rgb(232, 230, 227);
}
.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
background-color: rgb(158, 12, 41);
border-color: rgb(150, 11, 39);
box-shadow: none;
}
.button.is-danger.is-inverted {
background-color: rgb(24, 26, 27);
color: rgb(242, 78, 111);
}
.button.is-danger.is-inverted:hover,
.button.is-danger.is-inverted.is-hovered {
background-color: rgb(31, 34, 35);
}
.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
background-color: rgb(24, 26, 27);
border-color: transparent;
box-shadow: none;
color: rgb(242, 78, 111);
}
.button.is-danger.is-loading::after {
border-color: transparent transparent rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-danger.is-outlined {
background-color: transparent;
border-color: rgb(150, 11, 39);
color: rgb(242, 78, 111);
}
.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined.is-hovered,
.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined.is-focused {
background-color: rgb(158, 12, 41);
border-color: rgb(150, 11, 39);
color: rgb(232, 230, 227);
}
.button.is-danger.is-outlined.is-loading::after {
border-color: transparent transparent rgb(150, 11, 39) rgb(150, 11, 39) !important;
}
.button.is-danger.is-outlined.is-loading:hover::after,
.button.is-danger.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-outlined.is-loading:focus::after,
.button.is-danger.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent rgb(48, 52, 54) rgb(48, 52, 54) !important;
}
.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
background-color: transparent;
border-color: rgb(150, 11, 39);
box-shadow: none;
color: rgb(242, 78, 111);
}
.button.is-danger.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
color: rgb(232, 230, 227);
}
.button.is-danger.is-inverted.is-outlined:hover,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined.is-focused {
background-color: rgb(24, 26, 27);
color: rgb(242, 78, 111);
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent rgb(150, 11, 39) rgb(150, 11, 39) !important;
}
.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
background-color: transparent;
border-color: rgb(48, 52, 54);
box-shadow: none;
color: rgb(232, 230, 227);
}
.button.is-danger.is-light {
background-color: rgb(60, 3, 16);
color: rgb(241, 65, 100);
}
.button.is-danger.is-light:hover,
.button.is-danger.is-light.is-hovered {
background-color: rgb(67, 4, 17);
border-color: transparent;
color: rgb(241, 65, 100);
}
.button.is-danger.is-light:active,
.button.is-danger.is-light.is-active {
background-color: rgb(73, 5, 19);
border-color: transparent;
color: rgb(241, 65, 100);
}
.button[disabled],
fieldset[disabled] .button {
background-color: rgb(24, 26, 27);
border-color: rgb(58, 63, 65);
box-shadow: none;
}
.button.is-loading {
color: transparent !important;
}
.button.is-static {
background-color: rgb(30, 32, 33);
border-color: rgb(58, 63, 65);
color: rgb(155, 146, 133);
box-shadow: none;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
color: rgb(198, 193, 185);
}
.content blockquote {
background-color: rgb(30, 32, 33);
border-left-color: rgb(58, 63, 65);
}
.content ul {
list-style-image: initial;
}
.content table td,
.content table th {
border-color: rgb(58, 63, 65);
}
.content table th {
color: rgb(198, 193, 185);
}
.content table thead td,
.content table thead th {
color: rgb(198, 193, 185);
}
.content table tfoot td,
.content table tfoot th {
color: rgb(198, 193, 185);
}
.icon-text {
color: inherit;
}
.notification {
background-color: rgb(30, 32, 33);
}
.notification a:not(.button):not(.dropdown-item) {
color: currentcolor;
text-decoration-color: initial;
}
.notification strong {
color: currentcolor;
}
.notification code,
.notification pre {
background-image: initial;
background-color: rgb(24, 26, 27);
}
.notification pre code {
background-image: initial;
background-color: transparent;
}
.notification .title,
.notification .subtitle,
.notification .content {
color: currentcolor;
}
.notification.is-white {
background-color: rgb(24, 26, 27);
color: rgb(226, 223, 219);
}
.notification.is-black {
background-color: rgb(8, 8, 8);
color: rgb(232, 230, 227);
}
.notification.is-light {
background-color: rgb(30, 32, 33);
color: rgba(232, 230, 227, 0.7);
}
.notification.is-dark {
background-color: rgb(41, 44, 46);
color: rgb(232, 230, 227);
}
.notification.is-primary {
background-color: rgb(0, 167, 142);
color: rgb(232, 230, 227);
}
.notification.is-primary.is-light {
background-color: rgb(0, 63, 56);
color: rgb(100, 255, 232);
}
.notification.is-link {
background-color: rgb(46, 64, 149);
color: rgb(232, 230, 227);
}
.notification.is-link.is-light {
background-color: rgb(30, 32, 34);
color: rgb(106, 151, 209);
}
.notification.is-info {
background-color: rgb(38, 103, 157);
color: rgb(232, 230, 227);
}
.notification.is-info.is-light {
background-color: rgb(30, 32, 33);
color: rgb(113, 174, 220);
}
.notification.is-success {
background-color: rgb(46, 149, 114);
color: rgb(232, 230, 227);
}
.notification.is-success.is-light {
background-color: rgb(15, 48, 37);
color: rgb(131, 217, 178);
}
.notification.is-warning {
background-color: rgb(91, 67, 0);
color: rgba(232, 230, 227, 0.7);
}
.notification.is-warning.is-light {
background-color: rgb(47, 35, 0);
color: rgb(255, 213, 100);
}
.notification.is-danger {
background-color: rgb(158, 12, 41);
color: rgb(232, 230, 227);
}
.notification.is-danger.is-light {
background-color: rgb(60, 3, 16);
color: rgb(241, 65, 100);
}
.progress {
border-color: initial;
}
.progress::-webkit-progress-bar {
background-color: rgb(34, 37, 38);
}
.progress::-webkit-progress-value {
background-color: rgb(56, 60, 63);
}
.progress.is-white::-webkit-progress-value {
background-color: rgb(24, 26, 27);
}
.progress.is-white:indeterminate {
background-image: linear-gradient(to right,
rgb(24, 26, 27) 30%,
rgb(34, 37, 38) 30%);
}
.progress.is-black::-webkit-progress-value {
background-color: rgb(8, 8, 8);
}
.progress.is-black:indeterminate {
background-image: linear-gradient(to right,
rgb(8, 8, 8) 30%,
rgb(34, 37, 38) 30%);
}
.progress.is-light::-webkit-progress-value {
background-color: rgb(30, 32, 33);
}
.progress.is-light:indeterminate {
background-image: linear-gradient(to right,
rgb(30, 32, 33) 30%,
rgb(34, 37, 38) 30%);
}
.progress.is-dark::-webkit-progress-value {
background-color: rgb(41, 44, 46);
}
.progress.is-dark:indeterminate {
background-image: linear-gradient(to right,
rgb(41, 44, 46) 30%,
rgb(34, 37, 38) 30%);
}
.progress.is-primary::-webkit-progress-value {
background-color: rgb(0, 167, 142);
}
.progress.is-primary:indeterminate {
background-image: linear-gradient(to right,
rgb(0, 167, 142) 30%,
rgb(34, 37, 38) 30%);
}
.progress.is-link::-webkit-progress-value {
background-color: rgb(46, 64, 149);
}
.progress.is-link:indeterminate {
background-image: linear-gradient(to right,
rgb(46, 64, 149) 30%,
rgb(34, 37, 38) 30%);
}
.progress.is-info::-webkit-progress-value {
background-color: rgb(38, 103, 157);
}
.progress.is-info:indeterminate {
background-image: linear-gradient(to right,
rgb(38, 103, 157) 30%,
rgb(34, 37, 38) 30%);
}
.progress.is-success::-webkit-progress-value {
background-color: rgb(46, 149, 114);
}
.progress.is-success:indeterminate {
background-image: linear-gradient(to right,
rgb(46, 149, 114) 30%,
rgb(34, 37, 38) 30%);
}
.progress.is-warning::-webkit-progress-value {
background-color: rgb(91, 67, 0);
}
.progress.is-warning:indeterminate {
background-image: linear-gradient(to right,
rgb(91, 67, 0) 30%,
rgb(34, 37, 38) 30%);
}
.progress.is-danger::-webkit-progress-value {
background-color: rgb(158, 12, 41);
}
.progress.is-danger:indeterminate {
background-image: linear-gradient(to right,
rgb(158, 12, 41) 30%,
rgb(34, 37, 38) 30%);
}
.progress:indeterminate {
background-color: rgb(34, 37, 38);
background-image: linear-gradient(to right,
rgb(56, 60, 63) 30%,
rgb(34, 37, 38) 30%);
}
.progress:indeterminate::-webkit-progress-bar {
background-color: transparent;
}
.table {
background-color: rgb(24, 26, 27);
color: rgb(198, 193, 185);
}
.table td,
.table th {
border-color: rgb(58, 63, 65);
}
.table td.is-white,
.table th.is-white {
background-color: rgb(24, 26, 27);
border-color: rgb(48, 52, 54);
color: rgb(226, 223, 219);
}
.table td.is-black,
.table th.is-black {
background-color: rgb(8, 8, 8);
border-color: rgb(137, 127, 112);
color: rgb(232, 230, 227);
}
.table td.is-light,
.table th.is-light {
background-color: rgb(30, 32, 33);
border-color: rgb(51, 55, 57);
color: rgba(232, 230, 227, 0.7);
}
.table td.is-dark,
.table th.is-dark {
background-color: rgb(41, 44, 46);
border-color: rgb(122, 113, 100);
color: rgb(232, 230, 227);
}
.table td.is-primary,
.table th.is-primary {
background-color: rgb(0, 167, 142);
border-color: rgb(0, 192, 164);
color: rgb(232, 230, 227);
}
.table td.is-link,
.table th.is-link {
background-color: rgb(46, 64, 149);
border-color: rgb(41, 57, 133);
color: rgb(232, 230, 227);
}
.table td.is-info,
.table th.is-info {
background-color: rgb(38, 103, 157);
border-color: rgb(34, 92, 140);
color: rgb(232, 230, 227);
}
.table td.is-success,
.table th.is-success {
background-color: rgb(46, 149, 114);
border-color: rgb(41, 133, 92);
color: rgb(232, 230, 227);
}
.table td.is-warning,
.table th.is-warning {
background-color: rgb(91, 67, 0);
border-color: rgb(137, 101, 0);
color: rgba(232, 230, 227, 0.7);
}
.table td.is-danger,
.table th.is-danger {
background-color: rgb(158, 12, 41);
border-color: rgb(150, 11, 39);
color: rgb(232, 230, 227);
}
.table td.is-selected,
.table th.is-selected {
background-color: rgb(0, 167, 142);
color: rgb(232, 230, 227);
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
color: currentcolor;
}
.table th {
color: rgb(198, 193, 185);
}
.table tr.is-selected {
background-color: rgb(0, 167, 142);
color: rgb(232, 230, 227);
}
.table tr.is-selected a,
.table tr.is-selected strong {
color: currentcolor;
}
.table tr.is-selected td,
.table tr.is-selected th {
border-color: rgb(48, 52, 54);
color: currentcolor;
}
.table thead {
background-color: transparent;
}
.table thead td,
.table thead th {
color: rgb(198, 193, 185);
}
.table tfoot {
background-color: transparent;
}
.table tfoot td,
.table tfoot th {
color: rgb(198, 193, 185);
}
.table tbody {
background-color: transparent;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
background-color: rgb(27, 29, 30);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
background-color: rgb(27, 29, 30);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n) {
background-color: rgb(30, 32, 33);
}
.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
background-color: rgb(27, 29, 30);
}
.tag:not(body) {
background-color: rgb(30, 32, 33);
color: rgb(185, 179, 170);
}
.tag:not(body).is-white {
background-color: rgb(24, 26, 27);
color: rgb(226, 223, 219);
}
.tag:not(body).is-black {
background-color: rgb(8, 8, 8);
color: rgb(232, 230, 227);
}
.tag:not(body).is-light {
background-color: rgb(30, 32, 33);
color: rgba(232, 230, 227, 0.7);
}
.tag:not(body).is-dark {
background-color: rgb(41, 44, 46);
color: rgb(232, 230, 227);
}
.tag:not(body).is-primary {
background-color: rgb(0, 167, 142);
color: rgb(232, 230, 227);
}
.tag:not(body).is-primary.is-light {
background-color: rgb(0, 63, 56);
color: rgb(100, 255, 232);
}
.tag:not(body).is-link {
background-color: rgb(46, 64, 149);
color: rgb(232, 230, 227);
}
.tag:not(body).is-link.is-light {
background-color: rgb(30, 32, 34);
color: rgb(106, 151, 209);
}
.tag:not(body).is-info {
background-color: rgb(38, 103, 157);
color: rgb(232, 230, 227);
}
.tag:not(body).is-info.is-light {
background-color: rgb(30, 32, 33);
color: rgb(113, 174, 220);
}
.tag:not(body).is-success {
background-color: rgb(46, 149, 114);
color: rgb(232, 230, 227);
}
.tag:not(body).is-success.is-light {
background-color: rgb(15, 48, 37);
color: rgb(131, 217, 178);
}
.tag:not(body).is-warning {
background-color: rgb(91, 67, 0);
color: rgba(232, 230, 227, 0.7);
}
.tag:not(body).is-warning.is-light {
background-color: rgb(47, 35, 0);
color: rgb(255, 213, 100);
}
.tag:not(body).is-danger {
background-color: rgb(158, 12, 41);
color: rgb(232, 230, 227);
}
.tag:not(body).is-danger.is-light {
background-color: rgb(60, 3, 16);
color: rgb(241, 65, 100);
}
.tag:not(body).is-delete::before,
.tag:not(body).is-delete::after {
background-color: currentcolor;
}
.tag:not(body).is-delete:hover,
.tag:not(body).is-delete:focus {
background-color: rgb(37, 40, 42);
}
.tag:not(body).is-delete:active {
background-color: rgb(44, 48, 50);
}
a.tag:hover {
text-decoration-color: initial;
}
.title {
color: rgb(198, 193, 185);
}
.title strong {
color: inherit;
}
.subtitle {
color: rgb(185, 179, 170);
}
.subtitle strong {
color: rgb(198, 193, 185);
}
.number {
background-color: rgb(30, 32, 33);
}
.select select,
.textarea,
.input {
background-color: rgb(24, 26, 27);
border-color: rgb(58, 63, 65);
color: rgb(198, 193, 185);
}
.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
color: rgba(198, 193, 185, 0.3);
}
.select select:hover,
.textarea:hover,
.input:hover,
.select select.is-hovered,
.is-hovered.textarea,
.is-hovered.input {
border-color: rgb(69, 75, 78);
}
.select select:focus,
.textarea:focus,
.input:focus,
.select select.is-focused,
.is-focused.textarea,
.is-focused.input,
.select select:active,
.textarea:active,
.input:active,
.select select.is-active,
.is-active.textarea,
.is-active.input {
border-color: rgb(41, 57, 133);
box-shadow: rgba(46, 64, 149, 0.25) 0px 0px 0px 0.125em;
}
.select select[disabled],
[disabled].textarea,
[disabled].input,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .textarea,
fieldset[disabled] .input {
background-color: rgb(30, 32, 33);
border-color: rgb(51, 55, 57);
box-shadow: none;
color: rgb(155, 146, 133);
}
.select select[disabled]::-webkit-input-placeholder,
[disabled].textarea::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder {
color: rgba(155, 146, 133, 0.3);
}
.textarea,
.input {
box-shadow: rgba(8, 8, 8, 0.05) 0px 0.0625em 0.125em inset;
}
[readonly].textarea,
[readonly].input {
box-shadow: none;
}
.is-white.textarea,
.is-white.input {
border-color: rgb(48, 52, 54);
}
.is-white.textarea:focus,
.is-white.input:focus,
.is-white.is-focused.textarea,
.is-white.is-focused.input,
.is-white.textarea:active,
.is-white.input:active,
.is-white.is-active.textarea,
.is-white.is-active.input {
box-shadow: rgba(24, 26, 27, 0.25) 0px 0px 0px 0.125em;
}
.is-black.textarea,
.is-black.input {
border-color: rgb(137, 127, 112);
}
.is-black.textarea:focus,
.is-black.input:focus,
.is-black.is-focused.textarea,
.is-black.is-focused.input,
.is-black.textarea:active,
.is-black.input:active,
.is-black.is-active.textarea,
.is-black.is-active.input {
box-shadow: rgba(8, 8, 8, 0.25) 0px 0px 0px 0.125em;
}
.is-light.textarea,
.is-light.input {
border-color: rgb(51, 55, 57);
}
.is-light.textarea:focus,
.is-light.input:focus,
.is-light.is-focused.textarea,
.is-light.is-focused.input,
.is-light.textarea:active,
.is-light.input:active,
.is-light.is-active.textarea,
.is-light.is-active.input {
box-shadow: rgba(30, 32, 33, 0.25) 0px 0px 0px 0.125em;
}
.is-dark.textarea,
.is-dark.input {
border-color: rgb(122, 113, 100);
}
.is-dark.textarea:focus,
.is-dark.input:focus,
.is-dark.is-focused.textarea,
.is-dark.is-focused.input,
.is-dark.textarea:active,
.is-dark.input:active,
.is-dark.is-active.textarea,
.is-dark.is-active.input {
box-shadow: rgba(41, 44, 46, 0.25) 0px 0px 0px 0.125em;
}
.is-primary.textarea,
.is-primary.input {
border-color: rgb(0, 192, 164);
}
.is-primary.textarea:focus,
.is-primary.input:focus,
.is-primary.is-focused.textarea,
.is-primary.is-focused.input,
.is-primary.textarea:active,
.is-primary.input:active,
.is-primary.is-active.textarea,
.is-primary.is-active.input {
box-shadow: rgba(0, 167, 142, 0.25) 0px 0px 0px 0.125em;
}
.is-link.textarea,
.is-link.input {
border-color: rgb(41, 57, 133);
}
.is-link.textarea:focus,
.is-link.input:focus,
.is-link.is-focused.textarea,
.is-link.is-focused.input,
.is-link.textarea:active,
.is-link.input:active,
.is-link.is-active.textarea,
.is-link.is-active.input {
box-shadow: rgba(46, 64, 149, 0.25) 0px 0px 0px 0.125em;
}
.is-info.textarea,
.is-info.input {
border-color: rgb(34, 92, 140);
}
.is-info.textarea:focus,
.is-info.input:focus,
.is-info.is-focused.textarea,
.is-info.is-focused.input,
.is-info.textarea:active,
.is-info.input:active,
.is-info.is-active.textarea,
.is-info.is-active.input {
box-shadow: rgba(38, 103, 157, 0.25) 0px 0px 0px 0.125em;
}
.is-success.textarea,
.is-success.input {
border-color: rgb(41, 133, 92);
}
.is-success.textarea:focus,
.is-success.input:focus,
.is-success.is-focused.textarea,
.is-success.is-focused.input,
.is-success.textarea:active,
.is-success.input:active,
.is-success.is-active.textarea,
.is-success.is-active.input {
box-shadow: rgba(46, 149, 114, 0.25) 0px 0px 0px 0.125em;
}
.is-warning.textarea,
.is-warning.input {
border-color: rgb(137, 101, 0);
}
.is-warning.textarea:focus,
.is-warning.input:focus,
.is-warning.is-focused.textarea,
.is-warning.is-focused.input,
.is-warning.textarea:active,
.is-warning.input:active,
.is-warning.is-active.textarea,
.is-warning.is-active.input {
box-shadow: rgba(91, 67, 0, 0.25) 0px 0px 0px 0.125em;
}
.is-danger.textarea,
.is-danger.input {
border-color: rgb(150, 11, 39);
}
.is-danger.textarea:focus,
.is-danger.input:focus,
.is-danger.is-focused.textarea,
.is-danger.is-focused.input,
.is-danger.textarea:active,
.is-danger.input:active,
.is-danger.is-active.textarea,
.is-danger.is-active.input {
box-shadow: rgba(158, 12, 41, 0.25) 0px 0px 0px 0.125em;
}
.input.is-static {
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
.radio:hover,
.checkbox:hover {
color: rgb(198, 193, 185);
}
[disabled].radio,
[disabled].checkbox,
fieldset[disabled] .radio,
fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
color: rgb(155, 146, 133);
}
.select:not(.is-multiple):not(.is-loading)::after {
border-color: rgb(41, 57, 133);
}
.select select {
outline-color: initial;
}
.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
border-color: rgb(51, 55, 57);
}
.select:not(.is-multiple):not(.is-loading):hover::after {
border-color: rgb(122, 113, 100);
}
.select.is-white:not(:hover)::after {
border-color: rgb(48, 52, 54);
}
.select.is-white select {
border-color: rgb(48, 52, 54);
}
.select.is-white select:hover,
.select.is-white select.is-hovered {
border-color: rgb(52, 56, 58);
}
.select.is-white select:focus,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select.is-active {
box-shadow: rgba(24, 26, 27, 0.25) 0px 0px 0px 0.125em;
}
.select.is-black:not(:hover)::after {
border-color: rgb(137, 127, 112);
}
.select.is-black select {
border-color: rgb(137, 127, 112);
}
.select.is-black select:hover,
.select.is-black select.is-hovered {
border-color: rgb(140, 130, 115);
}
.select.is-black select:focus,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select.is-active {
box-shadow: rgba(8, 8, 8, 0.25) 0px 0px 0px 0.125em;
}
.select.is-light:not(:hover)::after {
border-color: rgb(51, 55, 57);
}
.select.is-light select {
border-color: rgb(51, 55, 57);
}
.select.is-light select:hover,
.select.is-light select.is-hovered {
border-color: rgb(54, 59, 61);
}
.select.is-light select:focus,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select.is-active {
box-shadow: rgba(30, 32, 33, 0.25) 0px 0px 0px 0.125em;
}
.select.is-dark:not(:hover)::after {
border-color: rgb(122, 113, 100);
}
.select.is-dark select {
border-color: rgb(122, 113, 100);
}
.select.is-dark select:hover,
.select.is-dark select.is-hovered {
border-color: rgb(126, 117, 104);
}
.select.is-dark select:focus,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select.is-active {
box-shadow: rgba(41, 44, 46, 0.25) 0px 0px 0px 0.125em;
}
.select.is-primary:not(:hover)::after {
border-color: rgb(0, 192, 164);
}
.select.is-primary select {
border-color: rgb(0, 192, 164);
}
.select.is-primary select:hover,
.select.is-primary select.is-hovered {
border-color: rgb(0, 200, 169);
}
.select.is-primary select:focus,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select.is-active {
box-shadow: rgba(0, 167, 142, 0.25) 0px 0px 0px 0.125em;
}
.select.is-link:not(:hover)::after {
border-color: rgb(41, 57, 133);
}
.select.is-link select {
border-color: rgb(41, 57, 133);
}
.select.is-link select:hover,
.select.is-link select.is-hovered {
border-color: rgb(43, 60, 139);
}
.select.is-link select:focus,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select.is-active {
box-shadow: rgba(46, 64, 149, 0.25) 0px 0px 0px 0.125em;
}
.select.is-info:not(:hover)::after {
border-color: rgb(34, 92, 140);
}
.select.is-info select {
border-color: rgb(34, 92, 140);
}
.select.is-info select:hover,
.select.is-info select.is-hovered {
border-color: rgb(36, 96, 146);
}
.select.is-info select:focus,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select.is-active {
box-shadow: rgba(38, 103, 157, 0.25) 0px 0px 0px 0.125em;
}
.select.is-success:not(:hover)::after {
border-color: rgb(41, 133, 92);
}
.select.is-success select {
border-color: rgb(41, 133, 92);
}
.select.is-success select:hover,
.select.is-success select.is-hovered {
border-color: rgb(43, 139, 96);
}
.select.is-success select:focus,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select.is-active {
box-shadow: rgba(46, 149, 114, 0.25) 0px 0px 0px 0.125em;
}
.select.is-warning:not(:hover)::after {
border-color: rgb(137, 101, 0);
}
.select.is-warning select {
border-color: rgb(137, 101, 0);
}
.select.is-warning select:hover,
.select.is-warning select.is-hovered {
border-color: rgb(145, 106, 0);
}
.select.is-warning select:focus,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select.is-active {
box-shadow: rgba(91, 67, 0, 0.25) 0px 0px 0px 0.125em;
}
.select.is-danger:not(:hover)::after {
border-color: rgb(150, 11, 39);
}
.select.is-danger select {
border-color: rgb(150, 11, 39);
}
.select.is-danger select:hover,
.select.is-danger select.is-hovered {
border-color: rgb(157, 12, 41);
}
.select.is-danger select:focus,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select.is-active {
box-shadow: rgba(158, 12, 41, 0.25) 0px 0px 0px 0.125em;
}
.select.is-disabled::after {
border-color: rgb(100, 93, 82) !important;
}
.file.is-white .file-cta {
background-color: rgb(24, 26, 27);
border-color: transparent;
color: rgb(226, 223, 219);
}
.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
background-color: rgb(27, 30, 31);
border-color: transparent;
color: rgb(226, 223, 219);
}
.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
border-color: transparent;
box-shadow: rgba(24, 26, 27, 0.25) 0px 0px 0.5em;
color: rgb(226, 223, 219);
}
.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
background-color: rgb(31, 34, 35);
border-color: transparent;
color: rgb(226, 223, 219);
}
.file.is-black .file-cta {
background-color: rgb(8, 8, 8);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
background-color: rgb(3, 3, 3);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
border-color: transparent;
box-shadow: rgba(8, 8, 8, 0.25) 0px 0px 0.5em;
color: rgb(232, 230, 227);
}
.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
background-color: rgb(0, 0, 0);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-light .file-cta {
background-color: rgb(30, 32, 33);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
background-color: rgb(34, 36, 38);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
border-color: transparent;
box-shadow: rgba(30, 32, 33, 0.25) 0px 0px 0.5em;
color: rgba(232, 230, 227, 0.7);
}
.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
background-color: rgb(37, 40, 42);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.file.is-dark .file-cta {
background-color: rgb(41, 44, 46);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
background-color: rgb(35, 38, 40);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
border-color: transparent;
box-shadow: rgba(41, 44, 46, 0.25) 0px 0px 0.5em;
color: rgb(232, 230, 227);
}
.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
background-color: rgb(31, 33, 35);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-primary .file-cta {
background-color: rgb(0, 167, 142);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
background-color: rgb(0, 157, 134);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
border-color: transparent;
box-shadow: rgba(0, 167, 142, 0.25) 0px 0px 0.5em;
color: rgb(232, 230, 227);
}
.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
background-color: rgb(0, 147, 125);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-link .file-cta {
background-color: rgb(46, 64, 149);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
background-color: rgb(47, 67, 155);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
border-color: transparent;
box-shadow: rgba(46, 64, 149, 0.25) 0px 0px 0.5em;
color: rgb(232, 230, 227);
}
.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
background-color: rgb(46, 65, 150);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-info .file-cta {
background-color: rgb(38, 103, 157);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-info:hover .file-cta,
.file.is-info.is-hovered .file-cta {
background-color: rgb(39, 107, 163);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-info:focus .file-cta,
.file.is-info.is-focused .file-cta {
border-color: transparent;
box-shadow: rgba(38, 103, 157, 0.25) 0px 0px 0.5em;
color: rgb(232, 230, 227);
}
.file.is-info:active .file-cta,
.file.is-info.is-active .file-cta {
background-color: rgb(38, 104, 158);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-success .file-cta {
background-color: rgb(46, 149, 114);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
background-color: rgb(47, 155, 118);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
border-color: transparent;
box-shadow: rgba(46, 149, 114, 0.25) 0px 0px 0.5em;
color: rgb(232, 230, 227);
}
.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
background-color: rgb(46, 150, 103);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-warning .file-cta {
background-color: rgb(91, 67, 0);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
background-color: rgb(97, 71, 0);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
border-color: transparent;
box-shadow: rgba(91, 67, 0, 0.25) 0px 0px 0.5em;
color: rgba(232, 230, 227, 0.7);
}
.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
background-color: rgb(103, 75, 0);
border-color: transparent;
color: rgba(232, 230, 227, 0.7);
}
.file.is-danger .file-cta {
background-color: rgb(158, 12, 41);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
background-color: rgb(166, 13, 44);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
border-color: transparent;
box-shadow: rgba(158, 12, 41, 0.25) 0px 0px 0.5em;
color: rgb(232, 230, 227);
}
.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
background-color: rgb(173, 13, 45);
border-color: transparent;
color: rgb(232, 230, 227);
}
.file-label:hover .file-cta {
background-color: rgb(34, 36, 38);
color: rgb(198, 193, 185);
}
.file-label:hover .file-name {
border-color: rgb(60, 65, 67);
}
.file-label:active .file-cta {
background-color: rgb(37, 40, 42);
color: rgb(198, 193, 185);
}
.file-label:active .file-name {
border-color: rgb(62, 67, 69);
}
.file-input {
outline-color: initial;
}
.file-cta,
.file-name {
border-color: rgb(58, 63, 65);
}
.file-cta {
background-color: rgb(30, 32, 33);
color: rgb(185, 179, 170);
}
.file-name {
border-color: rgb(58, 63, 65);
}
.label {
color: rgb(198, 193, 185);
}
.help.is-white {
color: rgb(232, 230, 227);
}
.help.is-black {
color: rgb(226, 223, 219);
}
.help.is-light {
color: rgb(226, 223, 219);
}
.help.is-dark {
color: rgb(198, 193, 185);
}
.help.is-primary {
color: rgb(58, 255, 226);
}
.help.is-link {
color: rgb(88, 138, 204);
}
.help.is-info {
color: rgb(79, 155, 212);
}
.help.is-success {
color: rgb(88, 204, 152);
}
.help.is-warning {
color: rgb(255, 220, 122);
}
.help.is-danger {
color: rgb(242, 78, 111);
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
color: rgb(185, 179, 170);
}
.control.has-icons-left .icon,
.control.has-icons-right .icon {
color: rgb(209, 205, 199);
}
.breadcrumb a {
color: rgb(88, 138, 204);
}
.breadcrumb a:hover {
color: rgb(198, 193, 185);
}
.breadcrumb li.is-active a {
color: rgb(198, 193, 185);
}
.breadcrumb li + li::before {
color: rgb(185, 179, 170);
}
.card {
background-color: rgb(24, 26, 27);
box-shadow: rgba(8, 8, 8, 0.1) 0px 0.5em 1em -0.125em,
rgba(8, 8, 8, 0.02) 0px 0px 0px 1px;
color: rgb(185, 179, 170);
}
.card-header {
background-color: transparent;
box-shadow: rgba(8, 8, 8, 0.1) 0px 0.125em 0.25em;
}
.card-header-title {
color: rgb(198, 193, 185);
}
.card-header-icon {
background-image: none;
background-color: initial;
border-color: initial;
color: currentcolor;
}
.card-content {
background-color: transparent;
}
.card-footer {
background-color: transparent;
border-top-color: rgb(53, 58, 60);
}
.card-footer-item:not(:last-child) {
border-right-color: rgb(53, 58, 60);
}
.dropdown-content {
background-color: rgb(24, 26, 27);
box-shadow: rgba(8, 8, 8, 0.1) 0px 0.5em 1em -0.125em,
rgba(8, 8, 8, 0.02) 0px 0px 0px 1px;
}
.dropdown-item {
color: rgb(185, 179, 170);
}
a.dropdown-item:hover,
button.dropdown-item:hover {
background-color: rgb(30, 32, 33);
color: rgb(226, 223, 219);
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
background-color: rgb(46, 64, 149);
color: rgb(232, 230, 227);
}
.dropdown-divider {
background-color: rgb(34, 37, 38);
border-color: initial;
}
.media .media {
border-top-color: rgba(58, 63, 65, 0.5);
}
.media + .media {
border-top-color: rgba(58, 63, 65, 0.5);
}
.menu-list a {
color: rgb(185, 179, 170);
}
.menu-list a:hover {
background-color: rgb(30, 32, 33);
color: rgb(198, 193, 185);
}
.menu-list a.is-active {
background-color: rgb(46, 64, 149);
color: rgb(232, 230, 227);
}
.menu-list li ul {
border-left-color: rgb(58, 63, 65);
}
.menu-label {
color: rgb(155, 146, 133);
}
.message {
background-color: rgb(30, 32, 33);
}
.message strong {
color: currentcolor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
color: currentcolor;
text-decoration-color: initial;
}
.message.is-white {
background-color: rgb(24, 26, 27);
}
.message.is-white .message-header {
background-color: rgb(24, 26, 27);
color: rgb(226, 223, 219);
}
.message.is-white .message-body {
border-color: rgb(48, 52, 54);
}
.message.is-black {
background-color: rgb(27, 29, 30);
}
.message.is-black .message-header {
background-color: rgb(8, 8, 8);
color: rgb(232, 230, 227);
}
.message.is-black .message-body {
border-color: rgb(137, 127, 112);
}
.message.is-light {
background-color: rgb(27, 29, 30);
}
.message.is-light .message-header {
background-color: rgb(30, 32, 33);
color: rgba(232, 230, 227, 0.7);
}
.message.is-light .message-body {
border-color: rgb(51, 55, 57);
}
.message.is-dark {
background-color: rgb(27, 29, 30);
}
.message.is-dark .message-header {
background-color: rgb(41, 44, 46);
color: rgb(232, 230, 227);
}
.message.is-dark .message-body {
border-color: rgb(122, 113, 100);
}
.message.is-primary {
background-color: rgb(0, 63, 56);
}
.message.is-primary .message-header {
background-color: rgb(0, 167, 142);
color: rgb(232, 230, 227);
}
.message.is-primary .message-body {
border-color: rgb(0, 192, 164);
color: rgb(100, 255, 232);
}
.message.is-link {
background-color: rgb(30, 32, 34);
}
.message.is-link .message-header {
background-color: rgb(46, 64, 149);
color: rgb(232, 230, 227);
}
.message.is-link .message-body {
border-color: rgb(41, 57, 133);
color: rgb(106, 151, 209);
}
.message.is-info {
background-color: rgb(30, 32, 33);
}
.message.is-info .message-header {
background-color: rgb(38, 103, 157);
color: rgb(232, 230, 227);
}
.message.is-info .message-body {
border-color: rgb(34, 92, 140);
color: rgb(113, 174, 220);
}
.message.is-success {
background-color: rgb(15, 48, 37);
}
.message.is-success .message-header {
background-color: rgb(46, 149, 114);
color: rgb(232, 230, 227);
}
.message.is-success .message-body {
border-color: rgb(41, 133, 92);
color: rgb(131, 217, 178);
}
.message.is-warning {
background-color: rgb(47, 35, 0);
}
.message.is-warning .message-header {
background-color: rgb(91, 67, 0);
color: rgba(232, 230, 227, 0.7);
}
.message.is-warning .message-body {
border-color: rgb(137, 101, 0);
color: rgb(255, 213, 100);
}
.message.is-danger {
background-color: rgb(60, 3, 16);
}
.message.is-danger .message-header {
background-color: rgb(158, 12, 41);
color: rgb(232, 230, 227);
}
.message.is-danger .message-body {
border-color: rgb(150, 11, 39);
color: rgb(241, 65, 100);
}
.message-header {
background-color: rgb(56, 60, 63);
color: rgb(232, 230, 227);
}
.message-body {
border-color: rgb(58, 63, 65);
color: rgb(185, 179, 170);
}
.message-body code,
.message-body pre {
background-color: rgb(24, 26, 27);
}
.message-body pre code {
background-color: transparent;
}
.modal-background {
background-color: rgba(8, 8, 8, 0.86);
}
.modal-close {
background-image: none;
background-color: initial;
}
.modal-card-head,
.modal-card-foot {
background-color: rgb(30, 32, 33);
}
.modal-card-head {
border-bottom-color: rgb(58, 63, 65);
}
.modal-card-title {
color: rgb(198, 193, 185);
}
.modal-card-foot {
border-top-color: rgb(58, 63, 65);
}
.modal-card-body {
background-color: rgb(24, 26, 27);
}
.navbar {
background-color: rgb(24, 26, 27);
}
.navbar.is-white {
background-color: rgb(24, 26, 27);
color: rgb(226, 223, 219);
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
color: rgb(226, 223, 219);
}
.navbar.is-white .navbar-brand > a.navbar-item:focus,
.navbar.is-white .navbar-brand > a.navbar-item:hover,
.navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
background-color: rgb(31, 34, 35);
color: rgb(226, 223, 219);
}
.navbar.is-white .navbar-brand .navbar-link::after {
border-color: rgb(137, 127, 112);
}
.navbar.is-white .navbar-burger {
color: rgb(226, 223, 219);
}
@media screen and (min-width: 1024px) {
.navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
color: rgb(226, 223, 219);
}
.navbar.is-white .navbar-start > a.navbar-item:focus,
.navbar.is-white .navbar-start > a.navbar-item:hover,
.navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:focus,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:focus,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
background-color: rgb(31, 34, 35);
color: rgb(226, 223, 219);
}
.navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
border-color: rgb(137, 127, 112);
}
.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
background-color: rgb(31, 34, 35);
color: rgb(226, 223, 219);
}
.navbar.is-white .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(24, 26, 27);
color: rgb(226, 223, 219);
}
}
.navbar.is-black {
background-color: rgb(8, 8, 8);
color: rgb(232, 230, 227);
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-black .navbar-brand > a.navbar-item:focus,
.navbar.is-black .navbar-brand > a.navbar-item:hover,
.navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
background-color: rgb(0, 0, 0);
color: rgb(232, 230, 227);
}
.navbar.is-black .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-black .navbar-burger {
color: rgb(232, 230, 227);
}
@media screen and (min-width: 1024px) {
.navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-black .navbar-start > a.navbar-item:focus,
.navbar.is-black .navbar-start > a.navbar-item:hover,
.navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:focus,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:focus,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
background-color: rgb(0, 0, 0);
color: rgb(232, 230, 227);
}
.navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
background-color: rgb(0, 0, 0);
color: rgb(232, 230, 227);
}
.navbar.is-black .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(8, 8, 8);
color: rgb(232, 230, 227);
}
}
.navbar.is-light {
background-color: rgb(30, 32, 33);
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus,
.navbar.is-light .navbar-brand > a.navbar-item:hover,
.navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
background-color: rgb(37, 40, 42);
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
border-color: rgba(140, 130, 115, 0.7);
}
.navbar.is-light .navbar-burger {
color: rgba(232, 230, 227, 0.7);
}
@media screen and (min-width: 1024px) {
.navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-light .navbar-start > a.navbar-item:focus,
.navbar.is-light .navbar-start > a.navbar-item:hover,
.navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:focus,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:focus,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
background-color: rgb(37, 40, 42);
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
border-color: rgba(140, 130, 115, 0.7);
}
.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
background-color: rgb(37, 40, 42);
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-light .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(30, 32, 33);
color: rgba(232, 230, 227, 0.7);
}
}
.navbar.is-dark {
background-color: rgb(41, 44, 46);
color: rgb(232, 230, 227);
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus,
.navbar.is-dark .navbar-brand > a.navbar-item:hover,
.navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
background-color: rgb(31, 33, 35);
color: rgb(232, 230, 227);
}
.navbar.is-dark .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-dark .navbar-burger {
color: rgb(232, 230, 227);
}
@media screen and (min-width: 1024px) {
.navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-dark .navbar-start > a.navbar-item:focus,
.navbar.is-dark .navbar-start > a.navbar-item:hover,
.navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
background-color: rgb(31, 33, 35);
color: rgb(232, 230, 227);
}
.navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
background-color: rgb(31, 33, 35);
color: rgb(232, 230, 227);
}
.navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(41, 44, 46);
color: rgb(232, 230, 227);
}
}
.navbar.is-primary {
background-color: rgb(0, 167, 142);
color: rgb(232, 230, 227);
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus,
.navbar.is-primary .navbar-brand > a.navbar-item:hover,
.navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
background-color: rgb(0, 147, 125);
color: rgb(232, 230, 227);
}
.navbar.is-primary .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-primary .navbar-burger {
color: rgb(232, 230, 227);
}
@media screen and (min-width: 1024px) {
.navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-primary .navbar-start > a.navbar-item:focus,
.navbar.is-primary .navbar-start > a.navbar-item:hover,
.navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:focus,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:focus,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
background-color: rgb(0, 147, 125);
color: rgb(232, 230, 227);
}
.navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
background-color: rgb(0, 147, 125);
color: rgb(232, 230, 227);
}
.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(0, 167, 142);
color: rgb(232, 230, 227);
}
}
.navbar.is-link {
background-color: rgb(46, 64, 149);
color: rgb(232, 230, 227);
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-link .navbar-brand > a.navbar-item:focus,
.navbar.is-link .navbar-brand > a.navbar-item:hover,
.navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
background-color: rgb(46, 65, 150);
color: rgb(232, 230, 227);
}
.navbar.is-link .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-link .navbar-burger {
color: rgb(232, 230, 227);
}
@media screen and (min-width: 1024px) {
.navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-link .navbar-start > a.navbar-item:focus,
.navbar.is-link .navbar-start > a.navbar-item:hover,
.navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:focus,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:focus,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
background-color: rgb(46, 65, 150);
color: rgb(232, 230, 227);
}
.navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
background-color: rgb(46, 65, 150);
color: rgb(232, 230, 227);
}
.navbar.is-link .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(46, 64, 149);
color: rgb(232, 230, 227);
}
}
.navbar.is-info {
background-color: rgb(38, 103, 157);
color: rgb(232, 230, 227);
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-info .navbar-brand > a.navbar-item:focus,
.navbar.is-info .navbar-brand > a.navbar-item:hover,
.navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
background-color: rgb(38, 104, 158);
color: rgb(232, 230, 227);
}
.navbar.is-info .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-info .navbar-burger {
color: rgb(232, 230, 227);
}
@media screen and (min-width: 1024px) {
.navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-info .navbar-start > a.navbar-item:focus,
.navbar.is-info .navbar-start > a.navbar-item:hover,
.navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:focus,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:focus,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
background-color: rgb(38, 104, 158);
color: rgb(232, 230, 227);
}
.navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
background-color: rgb(38, 104, 158);
color: rgb(232, 230, 227);
}
.navbar.is-info .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(38, 103, 157);
color: rgb(232, 230, 227);
}
}
.navbar.is-success {
background-color: rgb(46, 149, 114);
color: rgb(232, 230, 227);
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-success .navbar-brand > a.navbar-item:focus,
.navbar.is-success .navbar-brand > a.navbar-item:hover,
.navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
background-color: rgb(46, 150, 103);
color: rgb(232, 230, 227);
}
.navbar.is-success .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-success .navbar-burger {
color: rgb(232, 230, 227);
}
@media screen and (min-width: 1024px) {
.navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-success .navbar-start > a.navbar-item:focus,
.navbar.is-success .navbar-start > a.navbar-item:hover,
.navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:focus,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:focus,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
background-color: rgb(46, 150, 103);
color: rgb(232, 230, 227);
}
.navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
background-color: rgb(46, 150, 103);
color: rgb(232, 230, 227);
}
.navbar.is-success .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(46, 149, 114);
color: rgb(232, 230, 227);
}
}
.navbar.is-warning {
background-color: rgb(91, 67, 0);
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus,
.navbar.is-warning .navbar-brand > a.navbar-item:hover,
.navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
background-color: rgb(103, 75, 0);
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
border-color: rgba(140, 130, 115, 0.7);
}
.navbar.is-warning .navbar-burger {
color: rgba(232, 230, 227, 0.7);
}
@media screen and (min-width: 1024px) {
.navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-warning .navbar-start > a.navbar-item:focus,
.navbar.is-warning .navbar-start > a.navbar-item:hover,
.navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:focus,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:focus,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
background-color: rgb(103, 75, 0);
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
border-color: rgba(140, 130, 115, 0.7);
}
.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
background-color: rgb(103, 75, 0);
color: rgba(232, 230, 227, 0.7);
}
.navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(91, 67, 0);
color: rgba(232, 230, 227, 0.7);
}
}
.navbar.is-danger {
background-color: rgb(158, 12, 41);
color: rgb(232, 230, 227);
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus,
.navbar.is-danger .navbar-brand > a.navbar-item:hover,
.navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
background-color: rgb(173, 13, 45);
color: rgb(232, 230, 227);
}
.navbar.is-danger .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-danger .navbar-burger {
color: rgb(232, 230, 227);
}
@media screen and (min-width: 1024px) {
.navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
color: rgb(232, 230, 227);
}
.navbar.is-danger .navbar-start > a.navbar-item:focus,
.navbar.is-danger .navbar-start > a.navbar-item:hover,
.navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:focus,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:focus,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
background-color: rgb(173, 13, 45);
color: rgb(232, 230, 227);
}
.navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54);
}
.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
background-color: rgb(173, 13, 45);
color: rgb(232, 230, 227);
}
.navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(158, 12, 41);
color: rgb(232, 230, 227);
}
}
.navbar.has-shadow {
box-shadow: rgb(30, 32, 33) 0px 2px;
}
.navbar.is-fixed-bottom.has-shadow {
box-shadow: rgb(30, 32, 33) 0px -2px;
}
.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
background-color: transparent;
}
.navbar-burger {
color: rgb(185, 179, 170);
background-image: none;
background-color: initial;
border-color: initial;
}
.navbar-burger span {
background-color: currentcolor;
}
.navbar-burger:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.navbar-item,
.navbar-link {
color: rgb(185, 179, 170);
}
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
background-color: rgb(27, 29, 30);
color: rgb(88, 138, 204);
}
.navbar-item.is-tab {
border-bottom-color: transparent;
}
.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
background-color: transparent;
border-bottom-color: rgb(41, 57, 133);
}
.navbar-item.is-tab.is-active {
background-color: transparent;
border-bottom-color: rgb(41, 57, 133);
color: rgb(88, 138, 204);
}
.navbar-link:not(.is-arrowless)::after {
border-color: rgb(41, 57, 133);
}
.navbar-divider {
background-color: rgb(30, 32, 33);
border-color: initial;
}
@media screen and (max-width: 1023px) {
.navbar-menu {
background-color: rgb(24, 26, 27);
box-shadow: rgba(8, 8, 8, 0.1) 0px 8px 16px;
}
.navbar.is-fixed-bottom-touch.has-shadow {
box-shadow: rgba(8, 8, 8, 0.1) 0px -2px 3px;
}
}
@media screen and (min-width: 1024px) {
.navbar.is-transparent a.navbar-item:focus,
.navbar.is-transparent a.navbar-item:hover,
.navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
background-color: transparent !important;
}
.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,
.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,
.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
background-color: transparent !important;
}
.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
.navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
background-color: rgb(30, 32, 33);
color: rgb(226, 223, 219);
}
.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(30, 32, 33);
color: rgb(88, 138, 204);
}
.navbar-item.has-dropdown-up .navbar-dropdown {
border-bottom-color: rgb(58, 63, 65);
border-top-color: initial;
box-shadow: rgba(8, 8, 8, 0.1) 0px -8px 8px;
}
.navbar-dropdown {
background-color: rgb(24, 26, 27);
border-top-color: rgb(58, 63, 65);
box-shadow: rgba(8, 8, 8, 0.1) 0px 8px 8px;
}
.navbar-dropdown a.navbar-item:focus,
.navbar-dropdown a.navbar-item:hover {
background-color: rgb(30, 32, 33);
color: rgb(226, 223, 219);
}
.navbar-dropdown a.navbar-item.is-active {
background-color: rgb(30, 32, 33);
color: rgb(88, 138, 204);
}
.navbar.is-spaced .navbar-dropdown,
.navbar-dropdown.is-boxed {
border-top-color: initial;
box-shadow: rgba(8, 8, 8, 0.1) 0px 8px 8px,
rgba(8, 8, 8, 0.1) 0px 0px 0px 1px;
}
.navbar.is-fixed-bottom-desktop.has-shadow {
box-shadow: rgba(8, 8, 8, 0.1) 0px -2px 3px;
}
a.navbar-item.is-active,
.navbar-link.is-active {
color: rgb(226, 223, 219);
}
a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
background-color: transparent;
}
.navbar-item.has-dropdown:focus .navbar-link,
.navbar-item.has-dropdown:hover .navbar-link,
.navbar-item.has-dropdown.is-active .navbar-link {
background-color: rgb(27, 29, 30);
}
}
.pagination-previous,
.pagination-next,
.pagination-link {
border-color: rgb(58, 63, 65);
color: rgb(198, 193, 185);
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
border-color: rgb(69, 75, 78);
color: rgb(198, 193, 185);
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
border-color: rgb(41, 57, 133);
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
box-shadow: rgba(8, 8, 8, 0.2) 0px 1px 2px inset;
}
.pagination-previous[disabled],
.pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
background-color: rgb(44, 48, 50);
border-color: rgb(58, 63, 65);
box-shadow: none;
color: rgb(155, 146, 133);
}
.pagination-link.is-current {
background-color: rgb(46, 64, 149);
border-color: rgb(41, 57, 133);
color: rgb(232, 230, 227);
}
.pagination-ellipsis {
color: rgb(185, 179, 170);
}
.pagination-list li {
list-style-image: initial;
}
.panel {
box-shadow: rgba(8, 8, 8, 0.1) 0px 0.5em 1em -0.125em,
rgba(8, 8, 8, 0.02) 0px 0px 0px 1px;
}
.panel.is-white .panel-heading {
background-color: rgb(24, 26, 27);
color: rgb(226, 223, 219);
}
.panel.is-white .panel-tabs a.is-active {
border-bottom-color: rgb(48, 52, 54);
}
.panel.is-white .panel-block.is-active .panel-icon {
color: rgb(232, 230, 227);
}
.panel.is-black .panel-heading {
background-color: rgb(8, 8, 8);
color: rgb(232, 230, 227);
}
.panel.is-black .panel-tabs a.is-active {
border-bottom-color: rgb(137, 127, 112);
}
.panel.is-black .panel-block.is-active .panel-icon {
color: rgb(226, 223, 219);
}
.panel.is-light .panel-heading {
background-color: rgb(30, 32, 33);
color: rgba(232, 230, 227, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
border-bottom-color: rgb(51, 55, 57);
}
.panel.is-light .panel-block.is-active .panel-icon {
color: rgb(226, 223, 219);
}
.panel.is-dark .panel-heading {
background-color: rgb(41, 44, 46);
color: rgb(232, 230, 227);
}
.panel.is-dark .panel-tabs a.is-active {
border-bottom-color: rgb(122, 113, 100);
}
.panel.is-dark .panel-block.is-active .panel-icon {
color: rgb(198, 193, 185);
}
.panel.is-primary .panel-heading {
background-color: rgb(0, 167, 142);
color: rgb(232, 230, 227);
}
.panel.is-primary .panel-tabs a.is-active {
border-bottom-color: rgb(0, 192, 164);
}
.panel.is-primary .panel-block.is-active .panel-icon {
color: rgb(58, 255, 226);
}
.panel.is-link .panel-heading {
background-color: rgb(46, 64, 149);
color: rgb(232, 230, 227);
}
.panel.is-link .panel-tabs a.is-active {
border-bottom-color: rgb(41, 57, 133);
}
.panel.is-link .panel-block.is-active .panel-icon {
color: rgb(88, 138, 204);
}
.panel.is-info .panel-heading {
background-color: rgb(38, 103, 157);
color: rgb(232, 230, 227);
}
.panel.is-info .panel-tabs a.is-active {
border-bottom-color: rgb(34, 92, 140);
}
.panel.is-info .panel-block.is-active .panel-icon {
color: rgb(79, 155, 212);
}
.panel.is-success .panel-heading {
background-color: rgb(46, 149, 114);
color: rgb(232, 230, 227);
}
.panel.is-success .panel-tabs a.is-active {
border-bottom-color: rgb(41, 133, 92);
}
.panel.is-success .panel-block.is-active .panel-icon {
color: rgb(88, 204, 152);
}
.panel.is-warning .panel-heading {
background-color: rgb(91, 67, 0);
color: rgba(232, 230, 227, 0.7);
}
.panel.is-warning .panel-tabs a.is-active {
border-bottom-color: rgb(137, 101, 0);
}
.panel.is-warning .panel-block.is-active .panel-icon {
color: rgb(255, 220, 122);
}
.panel.is-danger .panel-heading {
background-color: rgb(158, 12, 41);
color: rgb(232, 230, 227);
}
.panel.is-danger .panel-tabs a.is-active {
border-bottom-color: rgb(150, 11, 39);
}
.panel.is-danger .panel-block.is-active .panel-icon {
color: rgb(242, 78, 111);
}
.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
border-bottom-color: rgb(53, 58, 60);
}
.panel-heading {
background-color: rgb(34, 37, 38);
color: rgb(198, 193, 185);
}
.panel-tabs a {
border-bottom-color: rgb(58, 63, 65);
}
.panel-tabs a.is-active {
border-bottom-color: rgb(116, 107, 95);
color: rgb(198, 193, 185);
}
.panel-list a {
color: rgb(185, 179, 170);
}
.panel-list a:hover {
color: rgb(88, 138, 204);
}
.panel-block {
color: rgb(198, 193, 185);
}
.panel-block.is-active {
border-left-color: rgb(41, 57, 133);
color: rgb(198, 193, 185);
}
.panel-block.is-active .panel-icon {
color: rgb(88, 138, 204);
}
a.panel-block:hover,
label.panel-block:hover {
background-color: rgb(30, 32, 33);
}
.panel-icon {
color: rgb(155, 146, 133);
}
.tabs a {
border-bottom-color: rgb(58, 63, 65);
color: rgb(185, 179, 170);
}
.tabs a:hover {
border-bottom-color: rgb(122, 113, 100);
color: rgb(198, 193, 185);
}
.tabs li.is-active a {
border-bottom-color: rgb(41, 57, 133);
color: rgb(88, 138, 204);
}
.tabs ul {
border-bottom-color: rgb(58, 63, 65);
}
.tabs.is-boxed a {
border-color: transparent;
}
.tabs.is-boxed a:hover {
background-color: rgb(30, 32, 33);
border-bottom-color: rgb(58, 63, 65);
}
.tabs.is-boxed li.is-active a {
background-color: rgb(24, 26, 27);
border-top-color: rgb(58, 63, 65);
border-right-color: rgb(58, 63, 65);
border-left-color: rgb(58, 63, 65);
border-bottom-color: transparent !important;
}
.tabs.is-toggle a {
border-color: rgb(58, 63, 65);
}
.tabs.is-toggle a:hover {
background-color: rgb(30, 32, 33);
border-color: rgb(69, 75, 78);
}
.tabs.is-toggle li.is-active a {
background-color: rgb(46, 64, 149);
border-color: rgb(41, 57, 133);
color: rgb(232, 230, 227);
}
.tabs.is-toggle ul {
border-bottom-color: initial;
}
.columns.is-variable {
--columnGap: .75rem;
}
.columns.is-variable.is-0 {
--columnGap: 0rem;
}
@media screen and (max-width: 768px) {
.columns.is-variable.is-0-mobile {
--columnGap: 0rem;
}
}
@media screen and (min-width: 769px),
print {
.columns.is-variable.is-0-tablet {
--columnGap: 0rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.columns.is-variable.is-0-tablet-only {
--columnGap: 0rem;
}
}
@media screen and (max-width: 1023px) {
.columns.is-variable.is-0-touch {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1024px) {
.columns.is-variable.is-0-desktop {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.columns.is-variable.is-0-desktop-only {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1216px) {
.columns.is-variable.is-0-widescreen {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.columns.is-variable.is-0-widescreen-only {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1408px) {
.columns.is-variable.is-0-fullhd {
--columnGap: 0rem;
}
}
.columns.is-variable.is-1 {
--columnGap: .25rem;
}
@media screen and (max-width: 768px) {
.columns.is-variable.is-1-mobile {
--columnGap: .25rem;
}
}
@media screen and (min-width: 769px),
print {
.columns.is-variable.is-1-tablet {
--columnGap: .25rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.columns.is-variable.is-1-tablet-only {
--columnGap: .25rem;
}
}
@media screen and (max-width: 1023px) {
.columns.is-variable.is-1-touch {
--columnGap: .25rem;
}
}
@media screen and (min-width: 1024px) {
.columns.is-variable.is-1-desktop {
--columnGap: .25rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.columns.is-variable.is-1-desktop-only {
--columnGap: .25rem;
}
}
@media screen and (min-width: 1216px) {
.columns.is-variable.is-1-widescreen {
--columnGap: .25rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.columns.is-variable.is-1-widescreen-only {
--columnGap: .25rem;
}
}
@media screen and (min-width: 1408px) {
.columns.is-variable.is-1-fullhd {
--columnGap: .25rem;
}
}
.columns.is-variable.is-2 {
--columnGap: .5rem;
}
@media screen and (max-width: 768px) {
.columns.is-variable.is-2-mobile {
--columnGap: .5rem;
}
}
@media screen and (min-width: 769px),
print {
.columns.is-variable.is-2-tablet {
--columnGap: .5rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.columns.is-variable.is-2-tablet-only {
--columnGap: .5rem;
}
}
@media screen and (max-width: 1023px) {
.columns.is-variable.is-2-touch {
--columnGap: .5rem;
}
}
@media screen and (min-width: 1024px) {
.columns.is-variable.is-2-desktop {
--columnGap: .5rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.columns.is-variable.is-2-desktop-only {
--columnGap: .5rem;
}
}
@media screen and (min-width: 1216px) {
.columns.is-variable.is-2-widescreen {
--columnGap: .5rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.columns.is-variable.is-2-widescreen-only {
--columnGap: .5rem;
}
}
@media screen and (min-width: 1408px) {
.columns.is-variable.is-2-fullhd {
--columnGap: .5rem;
}
}
.columns.is-variable.is-3 {
--columnGap: .75rem;
}
@media screen and (max-width: 768px) {
.columns.is-variable.is-3-mobile {
--columnGap: .75rem;
}
}
@media screen and (min-width: 769px),
print {
.columns.is-variable.is-3-tablet {
--columnGap: .75rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.columns.is-variable.is-3-tablet-only {
--columnGap: .75rem;
}
}
@media screen and (max-width: 1023px) {
.columns.is-variable.is-3-touch {
--columnGap: .75rem;
}
}
@media screen and (min-width: 1024px) {
.columns.is-variable.is-3-desktop {
--columnGap: .75rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.columns.is-variable.is-3-desktop-only {
--columnGap: .75rem;
}
}
@media screen and (min-width: 1216px) {
.columns.is-variable.is-3-widescreen {
--columnGap: .75rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.columns.is-variable.is-3-widescreen-only {
--columnGap: .75rem;
}
}
@media screen and (min-width: 1408px) {
.columns.is-variable.is-3-fullhd {
--columnGap: .75rem;
}
}
.columns.is-variable.is-4 {
--columnGap: 1rem;
}
@media screen and (max-width: 768px) {
.columns.is-variable.is-4-mobile {
--columnGap: 1rem;
}
}
@media screen and (min-width: 769px),
print {
.columns.is-variable.is-4-tablet {
--columnGap: 1rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.columns.is-variable.is-4-tablet-only {
--columnGap: 1rem;
}
}
@media screen and (max-width: 1023px) {
.columns.is-variable.is-4-touch {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1024px) {
.columns.is-variable.is-4-desktop {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.columns.is-variable.is-4-desktop-only {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1216px) {
.columns.is-variable.is-4-widescreen {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.columns.is-variable.is-4-widescreen-only {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1408px) {
.columns.is-variable.is-4-fullhd {
--columnGap: 1rem;
}
}
.columns.is-variable.is-5 {
--columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
.columns.is-variable.is-5-mobile {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 769px),
print {
.columns.is-variable.is-5-tablet {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.columns.is-variable.is-5-tablet-only {
--columnGap: 1.25rem;
}
}
@media screen and (max-width: 1023px) {
.columns.is-variable.is-5-touch {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1024px) {
.columns.is-variable.is-5-desktop {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.columns.is-variable.is-5-desktop-only {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1216px) {
.columns.is-variable.is-5-widescreen {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.columns.is-variable.is-5-widescreen-only {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1408px) {
.columns.is-variable.is-5-fullhd {
--columnGap: 1.25rem;
}
}
.columns.is-variable.is-6 {
--columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
.columns.is-variable.is-6-mobile {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 769px),
print {
.columns.is-variable.is-6-tablet {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.columns.is-variable.is-6-tablet-only {
--columnGap: 1.5rem;
}
}
@media screen and (max-width: 1023px) {
.columns.is-variable.is-6-touch {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1024px) {
.columns.is-variable.is-6-desktop {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.columns.is-variable.is-6-desktop-only {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1216px) {
.columns.is-variable.is-6-widescreen {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.columns.is-variable.is-6-widescreen-only {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1408px) {
.columns.is-variable.is-6-fullhd {
--columnGap: 1.5rem;
}
}
.columns.is-variable.is-7 {
--columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
.columns.is-variable.is-7-mobile {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 769px),
print {
.columns.is-variable.is-7-tablet {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.columns.is-variable.is-7-tablet-only {
--columnGap: 1.75rem;
}
}
@media screen and (max-width: 1023px) {
.columns.is-variable.is-7-touch {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1024px) {
.columns.is-variable.is-7-desktop {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.columns.is-variable.is-7-desktop-only {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1216px) {
.columns.is-variable.is-7-widescreen {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.columns.is-variable.is-7-widescreen-only {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1408px) {
.columns.is-variable.is-7-fullhd {
--columnGap: 1.75rem;
}
}
.columns.is-variable.is-8 {
--columnGap: 2rem;
}
@media screen and (max-width: 768px) {
.columns.is-variable.is-8-mobile {
--columnGap: 2rem;
}
}
@media screen and (min-width: 769px),
print {
.columns.is-variable.is-8-tablet {
--columnGap: 2rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.columns.is-variable.is-8-tablet-only {
--columnGap: 2rem;
}
}
@media screen and (max-width: 1023px) {
.columns.is-variable.is-8-touch {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1024px) {
.columns.is-variable.is-8-desktop {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.columns.is-variable.is-8-desktop-only {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1216px) {
.columns.is-variable.is-8-widescreen {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.columns.is-variable.is-8-widescreen-only {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1408px) {
.columns.is-variable.is-8-fullhd {
--columnGap: 2rem;
}
}
.has-text-white {
color: rgb(232, 230, 227) !important;
}
a.has-text-white:hover,
a.has-text-white:focus {
color: rgb(216, 213, 208) !important;
}
.has-background-white {
background-color: rgb(24, 26, 27) !important;
}
.has-text-black {
color: rgb(226, 223, 219) !important;
}
a.has-text-black:hover,
a.has-text-black:focus {
color: rgb(232, 230, 227) !important;
}
.has-background-black {
background-color: rgb(8, 8, 8) !important;
}
.has-text-light {
color: rgb(226, 223, 219) !important;
}
a.has-text-light:hover,
a.has-text-light:focus {
color: rgb(209, 205, 199) !important;
}
.has-background-light {
background-color: rgb(30, 32, 33) !important;
}
.has-text-dark {
color: rgb(198, 193, 185) !important;
}
a.has-text-dark:hover,
a.has-text-dark:focus {
color: rgb(214, 211, 205) !important;
}
.has-background-dark {
background-color: rgb(41, 44, 46) !important;
}
.has-text-primary {
color: rgb(58, 255, 226) !important;
}
a.has-text-primary:hover,
a.has-text-primary:focus {
color: rgb(93, 255, 230) !important;
}
.has-background-primary {
background-color: rgb(0, 167, 142) !important;
}
.has-text-primary-light {
color: rgb(190, 255, 245) !important;
}
a.has-text-primary-light:hover,
a.has-text-primary-light:focus {
color: rgb(154, 255, 239) !important;
}
.has-background-primary-light {
background-color: rgb(0, 63, 56) !important;
}
.has-text-primary-dark {
color: rgb(100, 255, 232) !important;
}
a.has-text-primary-dark:hover,
a.has-text-primary-dark:focus {
color: rgb(65, 255, 226) !important;
}
.has-background-primary-dark {
background-color: rgb(0, 118, 101) !important;
}
.has-text-link {
color: rgb(88, 138, 204) !important;
}
a.has-text-link:hover,
a.has-text-link:focus {
color: rgb(115, 157, 212) !important;
}
.has-background-link {
background-color: rgb(46, 64, 149) !important;
}
.has-text-link-light {
color: rgb(205, 220, 239) !important;
}
a.has-text-link-light:hover,
a.has-text-link-light:focus {
color: rgb(178, 201, 231) !important;
}
.has-background-link-light {
background-color: rgb(30, 32, 34) !important;
}
.has-text-link-dark {
color: rgb(106, 151, 209) !important;
}
a.has-text-link-dark:hover,
a.has-text-link-dark:focus {
color: rgb(98, 146, 207) !important;
}
.has-background-link-dark {
background-color: rgb(45, 64, 146) !important;
}
.has-text-info {
color: rgb(79, 155, 212) !important;
}
a.has-text-info:hover,
a.has-text-info:focus {
color: rgb(108, 171, 219) !important;
}
.has-background-info {
background-color: rgb(38, 103, 157) !important;
}
.has-text-info-light {
color: rgb(203, 225, 242) !important;
}
a.has-text-info-light:hover,
a.has-text-info-light:focus {
color: rgb(174, 209, 235) !important;
}
.has-background-info-light {
background-color: rgb(30, 32, 33) !important;
}
.has-text-info-dark {
color: rgb(113, 174, 220) !important;
}
a.has-text-info-dark:hover,
a.has-text-info-dark:focus {
color: rgb(73, 152, 211) !important;
}
.has-background-info-dark {
background-color: rgb(33, 89, 134) !important;
}
.has-text-success {
color: rgb(88, 204, 152) !important;
}
a.has-text-success:hover,
a.has-text-success:focus {
color: rgb(98, 207, 157) !important;
}
.has-background-success {
background-color: rgb(46, 149, 114) !important;
}
.has-text-success-light {
color: rgb(205, 239, 224) !important;
}
a.has-text-success-light:hover,
a.has-text-success-light:focus {
color: rgb(178, 231, 207) !important;
}
.has-background-success-light {
background-color: rgb(15, 48, 37) !important;
}
.has-text-success-dark {
color: rgb(131, 217, 178) !important;
}
a.has-text-success-dark:hover,
a.has-text-success-dark:focus {
color: rgb(104, 209, 162) !important;
}
.has-background-success-dark {
background-color: rgb(30, 97, 66) !important;
}
.has-text-warning {
color: rgb(255, 220, 122) !important;
}
a.has-text-warning:hover,
a.has-text-warning:focus {
color: rgb(255, 210, 86) !important;
}
.has-background-warning {
background-color: rgb(91, 67, 0) !important;
}
.has-text-warning-light {
color: rgb(255, 239, 190) !important;
}
a.has-text-warning-light:hover,
a.has-text-warning-light:focus {
color: rgb(255, 228, 154) !important;
}
.has-background-warning-light {
background-color: rgb(47, 35, 0) !important;
}
.has-text-warning-dark {
color: rgb(255, 213, 100) !important;
}
a.has-text-warning-dark:hover,
a.has-text-warning-dark:focus {
color: rgb(255, 204, 65) !important;
}
.has-background-warning-dark {
background-color: rgb(118, 86, 0) !important;
}
.has-text-danger {
color: rgb(242, 78, 111) !important;
}
a.has-text-danger:hover,
a.has-text-danger:focus {
color: rgb(240, 45, 84) !important;
}
.has-background-danger {
background-color: rgb(158, 12, 41) !important;
}
.has-text-danger-light {
color: rgb(252, 193, 206) !important;
}
a.has-text-danger-light:hover,
a.has-text-danger-light:focus {
color: rgb(248, 161, 178) !important;
}
.has-background-danger-light {
background-color: rgb(60, 3, 16) !important;
}
.has-text-danger-dark {
color: rgb(241, 65, 100) !important;
}
a.has-text-danger-dark:hover,
a.has-text-danger-dark:focus {
color: rgb(239, 52, 89) !important;
}
.has-background-danger-dark {
background-color: rgb(163, 12, 42) !important;
}
.has-text-black-bis {
color: rgb(221, 218, 213) !important;
}
.has-background-black-bis {
background-color: rgb(14, 15, 15) !important;
}
.has-text-black-ter {
color: rgb(209, 205, 199) !important;
}
.has-background-black-ter {
background-color: rgb(27, 29, 30) !important;
}
.has-text-grey-darker {
color: rgb(198, 193, 185) !important;
}
.has-background-grey-darker {
background-color: rgb(41, 44, 46) !important;
}
.has-text-grey-dark {
color: rgb(185, 179, 170) !important;
}
.has-background-grey-dark {
background-color: rgb(56, 60, 63) !important;
}
.has-text-grey {
color: rgb(155, 146, 133) !important;
}
.has-background-grey {
background-color: rgb(92, 100, 103) !important;
}
.has-text-grey-light {
color: rgb(185, 179, 170) !important;
}
.has-background-grey-light {
background-color: rgb(66, 71, 74) !important;
}
.has-text-grey-lighter {
color: rgb(209, 205, 199) !important;
}
.has-background-grey-lighter {
background-color: rgb(44, 48, 50) !important;
}
.has-text-white-ter {
color: rgb(226, 223, 219) !important;
}
.has-background-white-ter {
background-color: rgb(30, 32, 33) !important;
}
.has-text-white-bis {
color: rgb(229, 227, 223) !important;
}
.has-background-white-bis {
background-color: rgb(27, 29, 30) !important;
}
.is-shadowless {
box-shadow: none !important;
}
.is-underlined {
text-decoration-color: initial !important;
}
.is-sr-only {
border-color: initial !important;
}
.hero .navbar {
background-image: none;
background-color: initial;
}
.hero .tabs ul {
border-bottom-color: initial;
}
.hero.is-white {
background-color: rgb(24, 26, 27);
color: rgb(226, 223, 219);
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
color: inherit;
}
.hero.is-white .title {
color: rgb(226, 223, 219);
}
.hero.is-white .subtitle {
color: rgba(226, 223, 219, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
color: rgb(226, 223, 219);
}
@media screen and (max-width: 1023px) {
.hero.is-white .navbar-menu {
background-color: rgb(24, 26, 27);
}
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
color: rgba(226, 223, 219, 0.7);
}
.hero.is-white a.navbar-item:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
background-color: rgb(31, 34, 35);
color: rgb(226, 223, 219);
}
.hero.is-white .tabs a {
color: rgb(226, 223, 219);
}
.hero.is-white .tabs li.is-active a {
color: rgb(232, 230, 227) !important;
}
.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
color: rgb(226, 223, 219);
}
.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
background-color: rgb(8, 8, 8);
border-color: rgb(137, 127, 112);
color: rgb(232, 230, 227);
}
.hero.is-white.is-bold {
background-image: linear-gradient(141deg,
rgb(38, 42, 43) 0%,
rgb(24, 26, 27) 71%,
rgb(24, 26, 27) 100%);
}
@media screen and (max-width: 768px) {
.hero.is-white.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(38, 42, 43) 0%,
rgb(24, 26, 27) 71%,
rgb(24, 26, 27) 100%);
}
}
.hero.is-black {
background-color: rgb(8, 8, 8);
color: rgb(232, 230, 227);
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
color: inherit;
}
.hero.is-black .title {
color: rgb(232, 230, 227);
}
.hero.is-black .subtitle {
color: rgba(232, 230, 227, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
color: rgb(232, 230, 227);
}
@media screen and (max-width: 1023px) {
.hero.is-black .navbar-menu {
background-color: rgb(8, 8, 8);
}
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-black a.navbar-item:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
background-color: rgb(0, 0, 0);
color: rgb(232, 230, 227);
}
.hero.is-black .tabs a {
color: rgb(232, 230, 227);
}
.hero.is-black .tabs li.is-active a {
color: rgb(226, 223, 219) !important;
}
.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
color: rgb(232, 230, 227);
}
.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
background-color: rgb(24, 26, 27);
border-color: rgb(48, 52, 54);
color: rgb(226, 223, 219);
}
.hero.is-black.is-bold {
background-image: linear-gradient(141deg,
rgb(0, 0, 0) 0%,
rgb(8, 8, 8) 71%,
rgb(17, 19, 19) 100%);
}
@media screen and (max-width: 768px) {
.hero.is-black.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(0, 0, 0) 0%,
rgb(8, 8, 8) 71%,
rgb(17, 19, 19) 100%);
}
}
.hero.is-light {
background-color: rgb(30, 32, 33);
color: rgba(232, 230, 227, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
color: inherit;
}
.hero.is-light .title {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-light .subtitle {
color: rgba(232, 230, 227, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
color: rgba(232, 230, 227, 0.7);
}
@media screen and (max-width: 1023px) {
.hero.is-light .navbar-menu {
background-color: rgb(30, 32, 33);
}
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-light a.navbar-item:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
background-color: rgb(37, 40, 42);
color: rgba(232, 230, 227, 0.7);
}
.hero.is-light .tabs a {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-light .tabs li.is-active a {
color: rgb(226, 223, 219) !important;
}
.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a,
.hero.is-light .tabs.is-boxed li.is-active a:hover,
.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
background-color: rgba(0, 0, 0, 0.7);
border-color: rgba(140, 130, 115, 0.7);
color: rgb(226, 223, 219);
}
.hero.is-light.is-bold {
background-image: linear-gradient(141deg,
rgb(44, 48, 50) 0%,
rgb(30, 32, 33) 71%,
rgb(24, 26, 27) 100%);
}
@media screen and (max-width: 768px) {
.hero.is-light.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(44, 48, 50) 0%,
rgb(30, 32, 33) 71%,
rgb(24, 26, 27) 100%);
}
}
.hero.is-dark {
background-color: rgb(41, 44, 46);
color: rgb(232, 230, 227);
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
color: inherit;
}
.hero.is-dark .title {
color: rgb(232, 230, 227);
}
.hero.is-dark .subtitle {
color: rgba(232, 230, 227, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
color: rgb(232, 230, 227);
}
@media screen and (max-width: 1023px) {
.hero.is-dark .navbar-menu {
background-color: rgb(41, 44, 46);
}
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-dark a.navbar-item:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
background-color: rgb(31, 33, 35);
color: rgb(232, 230, 227);
}
.hero.is-dark .tabs a {
color: rgb(232, 230, 227);
}
.hero.is-dark .tabs li.is-active a {
color: rgb(198, 193, 185) !important;
}
.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
color: rgb(232, 230, 227);
}
.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a,
.hero.is-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
background-color: rgb(24, 26, 27);
border-color: rgb(48, 52, 54);
color: rgb(198, 193, 185);
}
.hero.is-dark.is-bold {
background-image: linear-gradient(141deg,
rgb(21, 23, 24) 0%,
rgb(41, 44, 46) 71%,
rgb(50, 54, 56) 100%);
}
@media screen and (max-width: 768px) {
.hero.is-dark.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(21, 23, 24) 0%,
rgb(41, 44, 46) 71%,
rgb(50, 54, 56) 100%);
}
}
.hero.is-primary {
background-color: rgb(0, 167, 142);
color: rgb(232, 230, 227);
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
color: inherit;
}
.hero.is-primary .title {
color: rgb(232, 230, 227);
}
.hero.is-primary .subtitle {
color: rgba(232, 230, 227, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
color: rgb(232, 230, 227);
}
@media screen and (max-width: 1023px) {
.hero.is-primary .navbar-menu {
background-color: rgb(0, 167, 142);
}
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-primary a.navbar-item:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
background-color: rgb(0, 147, 125);
color: rgb(232, 230, 227);
}
.hero.is-primary .tabs a {
color: rgb(232, 230, 227);
}
.hero.is-primary .tabs li.is-active a {
color: rgb(58, 255, 226) !important;
}
.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
color: rgb(232, 230, 227);
}
.hero.is-primary .tabs.is-boxed a:hover,
.hero.is-primary .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
background-color: rgb(24, 26, 27);
border-color: rgb(48, 52, 54);
color: rgb(58, 255, 226);
}
.hero.is-primary.is-bold {
background-image: linear-gradient(141deg,
rgb(0, 126, 86) 0%,
rgb(0, 167, 142) 71%,
rgb(0, 185, 188) 100%);
}
@media screen and (max-width: 768px) {
.hero.is-primary.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(0, 126, 86) 0%,
rgb(0, 167, 142) 71%,
rgb(0, 185, 188) 100%);
}
}
.hero.is-link {
background-color: rgb(46, 64, 149);
color: rgb(232, 230, 227);
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
color: inherit;
}
.hero.is-link .title {
color: rgb(232, 230, 227);
}
.hero.is-link .subtitle {
color: rgba(232, 230, 227, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
color: rgb(232, 230, 227);
}
@media screen and (max-width: 1023px) {
.hero.is-link .navbar-menu {
background-color: rgb(46, 64, 149);
}
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-link a.navbar-item:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
background-color: rgb(46, 65, 150);
color: rgb(232, 230, 227);
}
.hero.is-link .tabs a {
color: rgb(232, 230, 227);
}
.hero.is-link .tabs li.is-active a {
color: rgb(88, 138, 204) !important;
}
.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
color: rgb(232, 230, 227);
}
.hero.is-link .tabs.is-boxed a:hover,
.hero.is-link .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a,
.hero.is-link .tabs.is-boxed li.is-active a:hover,
.hero.is-link .tabs.is-toggle li.is-active a,
.hero.is-link .tabs.is-toggle li.is-active a:hover {
background-color: rgb(24, 26, 27);
border-color: rgb(48, 52, 54);
color: rgb(88, 138, 204);
}
.hero.is-link.is-bold {
background-image: linear-gradient(141deg,
rgb(33, 71, 143) 0%,
rgb(46, 64, 149) 71%,
rgb(38, 39, 142) 100%);
}
@media screen and (max-width: 768px) {
.hero.is-link.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(33, 71, 143) 0%,
rgb(46, 64, 149) 71%,
rgb(38, 39, 142) 100%);
}
}
.hero.is-info {
background-color: rgb(38, 103, 157);
color: rgb(232, 230, 227);
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
color: inherit;
}
.hero.is-info .title {
color: rgb(232, 230, 227);
}
.hero.is-info .subtitle {
color: rgba(232, 230, 227, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
color: rgb(232, 230, 227);
}
@media screen and (max-width: 1023px) {
.hero.is-info .navbar-menu {
background-color: rgb(38, 103, 157);
}
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-info a.navbar-item:hover,
.hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
background-color: rgb(38, 104, 158);
color: rgb(232, 230, 227);
}
.hero.is-info .tabs a {
color: rgb(232, 230, 227);
}
.hero.is-info .tabs li.is-active a {
color: rgb(79, 155, 212) !important;
}
.hero.is-info .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a {
color: rgb(232, 230, 227);
}
.hero.is-info .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover {
background-color: rgb(24, 26, 27);
border-color: rgb(48, 52, 54);
color: rgb(79, 155, 212);
}
.hero.is-info.is-bold {
background-image: linear-gradient(141deg,
rgb(26, 114, 150) 0%,
rgb(38, 103, 157) 71%,
rgb(30, 75, 149) 100%);
}
@media screen and (max-width: 768px) {
.hero.is-info.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(26, 114, 150) 0%,
rgb(38, 103, 157) 71%,
rgb(30, 75, 149) 100%);
}
}
.hero.is-success {
background-color: rgb(46, 149, 114);
color: rgb(232, 230, 227);
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
color: inherit;
}
.hero.is-success .title {
color: rgb(232, 230, 227);
}
.hero.is-success .subtitle {
color: rgba(232, 230, 227, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
color: rgb(232, 230, 227);
}
@media screen and (max-width: 1023px) {
.hero.is-success .navbar-menu {
background-color: rgb(46, 149, 114);
}
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-success a.navbar-item:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
background-color: rgb(46, 150, 103);
color: rgb(232, 230, 227);
}
.hero.is-success .tabs a {
color: rgb(232, 230, 227);
}
.hero.is-success .tabs li.is-active a {
color: rgb(88, 204, 152) !important;
}
.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
color: rgb(232, 230, 227);
}
.hero.is-success .tabs.is-boxed a:hover,
.hero.is-success .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
background-color: rgb(24, 26, 27);
border-color: rgb(48, 52, 54);
color: rgb(88, 204, 152);
}
.hero.is-success.is-bold {
background-image: linear-gradient(141deg,
rgb(33, 143, 75) 0%,
rgb(46, 149, 114) 71%,
rgb(38, 142, 120) 100%);
}
@media screen and (max-width: 768px) {
.hero.is-success.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(33, 143, 75) 0%,
rgb(46, 149, 114) 71%,
rgb(38, 142, 120) 100%);
}
}
.hero.is-warning {
background-color: rgb(91, 67, 0);
color: rgba(232, 230, 227, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
color: inherit;
}
.hero.is-warning .title {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-warning .subtitle {
color: rgba(232, 230, 227, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
color: rgba(232, 230, 227, 0.7);
}
@media screen and (max-width: 1023px) {
.hero.is-warning .navbar-menu {
background-color: rgb(91, 67, 0);
}
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-warning a.navbar-item:hover,
.hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
background-color: rgb(103, 75, 0);
color: rgba(232, 230, 227, 0.7);
}
.hero.is-warning .tabs a {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-warning .tabs li.is-active a {
color: rgb(255, 220, 122) !important;
}
.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a,
.hero.is-warning .tabs.is-boxed li.is-active a:hover,
.hero.is-warning .tabs.is-toggle li.is-active a,
.hero.is-warning .tabs.is-toggle li.is-active a:hover {
background-color: rgba(0, 0, 0, 0.7);
border-color: rgba(140, 130, 115, 0.7);
color: rgb(255, 220, 122);
}
.hero.is-warning.is-bold {
background-image: linear-gradient(141deg,
rgb(152, 86, 0) 0%,
rgb(91, 67, 0) 71%,
rgb(80, 72, 0) 100%);
}
@media screen and (max-width: 768px) {
.hero.is-warning.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(152, 86, 0) 0%,
rgb(91, 67, 0) 71%,
rgb(80, 72, 0) 100%);
}
}
.hero.is-danger {
background-color: rgb(158, 12, 41);
color: rgb(232, 230, 227);
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
color: inherit;
}
.hero.is-danger .title {
color: rgb(232, 230, 227);
}
.hero.is-danger .subtitle {
color: rgba(232, 230, 227, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
color: rgb(232, 230, 227);
}
@media screen and (max-width: 1023px) {
.hero.is-danger .navbar-menu {
background-color: rgb(158, 12, 41);
}
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
color: rgba(232, 230, 227, 0.7);
}
.hero.is-danger a.navbar-item:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
background-color: rgb(173, 13, 45);
color: rgb(232, 230, 227);
}
.hero.is-danger .tabs a {
color: rgb(232, 230, 227);
}
.hero.is-danger .tabs li.is-active a {
color: rgb(242, 78, 111) !important;
}
.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
color: rgb(232, 230, 227);
}
.hero.is-danger .tabs.is-boxed a:hover,
.hero.is-danger .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a,
.hero.is-danger .tabs.is-boxed li.is-active a:hover,
.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
background-color: rgb(24, 26, 27);
border-color: rgb(48, 52, 54);
color: rgb(242, 78, 111);
}
.hero.is-danger.is-bold {
background-image: linear-gradient(141deg,
rgb(197, 4, 75) 0%,
rgb(158, 12, 41) 71%,
rgb(148, 7, 13) 100%);
}
@media screen and (max-width: 768px) {
.hero.is-danger.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(197, 4, 75) 0%,
rgb(158, 12, 41) 71%,
rgb(148, 7, 13) 100%);
}
}
.footer {
background-color: rgb(27, 29, 30);
}
.switch[type="checkbox"] {
outline-color: initial;
}
.switch[type="checkbox"]:focus + label::before, .switch[type="checkbox"]:focus + label::after {
outline-color: rgb(69, 75, 78);
}
.switch[type="checkbox"] + label::before {
border-color: transparent;
background-image: initial;
background-color: rgb(66, 71, 74);
}
.switch[type="checkbox"] + label::after {
background-image: initial;
background-color: rgb(24, 26, 27);
}
.switch[type="checkbox"]:checked + label::before {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-outlined + label::before {
background-color: transparent;
border-color: rgb(69, 75, 78);
}
.switch[type="checkbox"].is-outlined + label::after {
background-image: initial;
background-color: rgb(66, 71, 74);
}
.switch[type="checkbox"].is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(0, 192, 164);
}
.switch[type="checkbox"].is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-thin + label::after {
box-shadow: rgb(92, 100, 103) 0px 0px 3px;
}
.switch[type="checkbox"].is-small + label::before {
border-color: transparent;
background-image: initial;
background-color: rgb(66, 71, 74);
}
.switch[type="checkbox"].is-small + label::after {
background-image: initial;
background-color: rgb(24, 26, 27);
}
.switch[type="checkbox"].is-small:checked + label::before {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-small.is-outlined + label::before {
background-color: transparent;
border-color: rgb(69, 75, 78);
}
.switch[type="checkbox"].is-small.is-outlined + label::after {
background-image: initial;
background-color: rgb(66, 71, 74);
}
.switch[type="checkbox"].is-small.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(0, 192, 164);
}
.switch[type="checkbox"].is-small.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-small.is-thin + label::after {
box-shadow: rgb(92, 100, 103) 0px 0px 3px;
}
.switch[type="checkbox"].is-medium + label::before {
border-color: transparent;
background-image: initial;
background-color: rgb(66, 71, 74);
}
.switch[type="checkbox"].is-medium + label::after {
background-image: initial;
background-color: rgb(24, 26, 27);
}
.switch[type="checkbox"].is-medium:checked + label::before {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-medium.is-outlined + label::before {
background-color: transparent;
border-color: rgb(69, 75, 78);
}
.switch[type="checkbox"].is-medium.is-outlined + label::after {
background-image: initial;
background-color: rgb(66, 71, 74);
}
.switch[type="checkbox"].is-medium.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(0, 192, 164);
}
.switch[type="checkbox"].is-medium.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-medium.is-thin + label::after {
box-shadow: rgb(92, 100, 103) 0px 0px 3px;
}
.switch[type="checkbox"].is-large + label::before {
border-color: transparent;
background-image: initial;
background-color: rgb(66, 71, 74);
}
.switch[type="checkbox"].is-large + label::after {
background-image: initial;
background-color: rgb(24, 26, 27);
}
.switch[type="checkbox"].is-large:checked + label::before {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-large.is-outlined + label::before {
background-color: transparent;
border-color: rgb(69, 75, 78);
}
.switch[type="checkbox"].is-large.is-outlined + label::after {
background-image: initial;
background-color: rgb(66, 71, 74);
}
.switch[type="checkbox"].is-large.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(0, 192, 164);
}
.switch[type="checkbox"].is-large.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-large.is-thin + label::after {
box-shadow: rgb(92, 100, 103) 0px 0px 3px;
}
.switch[type="checkbox"].is-white:checked + label::before {
background-image: initial;
background-color: rgb(24, 26, 27);
}
.switch[type="checkbox"].is-white.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(48, 52, 54) !important;
}
.switch[type="checkbox"].is-white.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(24, 26, 27);
}
.switch[type="checkbox"].is-white.is-thin.is-outlined + label::after {
box-shadow: none;
}
.switch[type="checkbox"].is-unchecked-white + label::before {
background-image: initial;
background-color: rgb(24, 26, 27);
}
.switch[type="checkbox"].is-unchecked-white.is-outlined + label::before {
background-color: transparent;
border-color: rgb(48, 52, 54) !important;
}
.switch[type="checkbox"].is-unchecked-white.is-outlined + label::after {
background-image: initial;
background-color: rgb(24, 26, 27);
}
.switch[type="checkbox"].is-black:checked + label::before {
background-image: initial;
background-color: rgb(8, 8, 8);
}
.switch[type="checkbox"].is-black.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(137, 127, 112) !important;
}
.switch[type="checkbox"].is-black.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(8, 8, 8);
}
.switch[type="checkbox"].is-black.is-thin.is-outlined + label::after {
box-shadow: none;
}
.switch[type="checkbox"].is-unchecked-black + label::before {
background-image: initial;
background-color: rgb(8, 8, 8);
}
.switch[type="checkbox"].is-unchecked-black.is-outlined + label::before {
background-color: transparent;
border-color: rgb(137, 127, 112) !important;
}
.switch[type="checkbox"].is-unchecked-black.is-outlined + label::after {
background-image: initial;
background-color: rgb(8, 8, 8);
}
.switch[type="checkbox"].is-light:checked + label::before {
background-image: initial;
background-color: rgb(30, 32, 33);
}
.switch[type="checkbox"].is-light.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(51, 55, 57) !important;
}
.switch[type="checkbox"].is-light.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(30, 32, 33);
}
.switch[type="checkbox"].is-light.is-thin.is-outlined + label::after {
box-shadow: none;
}
.switch[type="checkbox"].is-unchecked-light + label::before {
background-image: initial;
background-color: rgb(30, 32, 33);
}
.switch[type="checkbox"].is-unchecked-light.is-outlined + label::before {
background-color: transparent;
border-color: rgb(51, 55, 57) !important;
}
.switch[type="checkbox"].is-unchecked-light.is-outlined + label::after {
background-image: initial;
background-color: rgb(30, 32, 33);
}
.switch[type="checkbox"].is-dark:checked + label::before {
background-image: initial;
background-color: rgb(41, 44, 46);
}
.switch[type="checkbox"].is-dark.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(122, 113, 100) !important;
}
.switch[type="checkbox"].is-dark.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(41, 44, 46);
}
.switch[type="checkbox"].is-dark.is-thin.is-outlined + label::after {
box-shadow: none;
}
.switch[type="checkbox"].is-unchecked-dark + label::before {
background-image: initial;
background-color: rgb(41, 44, 46);
}
.switch[type="checkbox"].is-unchecked-dark.is-outlined + label::before {
background-color: transparent;
border-color: rgb(122, 113, 100) !important;
}
.switch[type="checkbox"].is-unchecked-dark.is-outlined + label::after {
background-image: initial;
background-color: rgb(41, 44, 46);
}
.switch[type="checkbox"].is-primary:checked + label::before {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-primary.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(0, 192, 164) !important;
}
.switch[type="checkbox"].is-primary.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-primary.is-thin.is-outlined + label::after {
box-shadow: none;
}
.switch[type="checkbox"].is-unchecked-primary + label::before {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-unchecked-primary.is-outlined + label::before {
background-color: transparent;
border-color: rgb(0, 192, 164) !important;
}
.switch[type="checkbox"].is-unchecked-primary.is-outlined + label::after {
background-image: initial;
background-color: rgb(0, 167, 142);
}
.switch[type="checkbox"].is-link:checked + label::before {
background-image: initial;
background-color: rgb(46, 64, 149);
}
.switch[type="checkbox"].is-link.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(41, 57, 133) !important;
}
.switch[type="checkbox"].is-link.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(46, 64, 149);
}
.switch[type="checkbox"].is-link.is-thin.is-outlined + label::after {
box-shadow: none;
}
.switch[type="checkbox"].is-unchecked-link + label::before {
background-image: initial;
background-color: rgb(46, 64, 149);
}
.switch[type="checkbox"].is-unchecked-link.is-outlined + label::before {
background-color: transparent;
border-color: rgb(41, 57, 133) !important;
}
.switch[type="checkbox"].is-unchecked-link.is-outlined + label::after {
background-image: initial;
background-color: rgb(46, 64, 149);
}
.switch[type="checkbox"].is-info:checked + label::before {
background-image: initial;
background-color: rgb(38, 103, 157);
}
.switch[type="checkbox"].is-info.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(34, 92, 140) !important;
}
.switch[type="checkbox"].is-info.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(38, 103, 157);
}
.switch[type="checkbox"].is-info.is-thin.is-outlined + label::after {
box-shadow: none;
}
.switch[type="checkbox"].is-unchecked-info + label::before {
background-image: initial;
background-color: rgb(38, 103, 157);
}
.switch[type="checkbox"].is-unchecked-info.is-outlined + label::before {
background-color: transparent;
border-color: rgb(34, 92, 140) !important;
}
.switch[type="checkbox"].is-unchecked-info.is-outlined + label::after {
background-image: initial;
background-color: rgb(38, 103, 157);
}
.switch[type="checkbox"].is-success:checked + label::before {
background-image: initial;
background-color: rgb(46, 149, 114);
}
.switch[type="checkbox"].is-success.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(41, 133, 92) !important;
}
.switch[type="checkbox"].is-success.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(46, 149, 114);
}
.switch[type="checkbox"].is-success.is-thin.is-outlined + label::after {
box-shadow: none;
}
.switch[type="checkbox"].is-unchecked-success + label::before {
background-image: initial;
background-color: rgb(46, 149, 114);
}
.switch[type="checkbox"].is-unchecked-success.is-outlined + label::before {
background-color: transparent;
border-color: rgb(41, 133, 92) !important;
}
.switch[type="checkbox"].is-unchecked-success.is-outlined + label::after {
background-image: initial;
background-color: rgb(46, 149, 114);
}
.switch[type="checkbox"].is-warning:checked + label::before {
background-image: initial;
background-color: rgb(91, 67, 0);
}
.switch[type="checkbox"].is-warning.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(137, 101, 0) !important;
}
.switch[type="checkbox"].is-warning.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(91, 67, 0);
}
.switch[type="checkbox"].is-warning.is-thin.is-outlined + label::after {
box-shadow: none;
}
.switch[type="checkbox"].is-unchecked-warning + label::before {
background-image: initial;
background-color: rgb(91, 67, 0);
}
.switch[type="checkbox"].is-unchecked-warning.is-outlined + label::before {
background-color: transparent;
border-color: rgb(137, 101, 0) !important;
}
.switch[type="checkbox"].is-unchecked-warning.is-outlined + label::after {
background-image: initial;
background-color: rgb(91, 67, 0);
}
.switch[type="checkbox"].is-danger:checked + label::before {
background-image: initial;
background-color: rgb(158, 12, 41);
}
.switch[type="checkbox"].is-danger.is-outlined:checked + label::before {
background-color: transparent;
border-color: rgb(150, 11, 39) !important;
}
.switch[type="checkbox"].is-danger.is-outlined:checked + label::after {
background-image: initial;
background-color: rgb(158, 12, 41);
}
.switch[type="checkbox"].is-danger.is-thin.is-outlined + label::after {
box-shadow: none;
}
.switch[type="checkbox"].is-unchecked-danger + label::before {
background-image: initial;
background-color: rgb(158, 12, 41);
}
.switch[type="checkbox"].is-unchecked-danger.is-outlined + label::before {
background-color: transparent;
border-color: rgb(150, 11, 39) !important;
}
.switch[type="checkbox"].is-unchecked-danger.is-outlined + label::after {
background-image: initial;
background-color: rgb(158, 12, 41);
}
.progress-bar {
background-color: rgb(38, 103, 157);
}
a.navbar-item {
outline-color: initial;
}
.fd-tabs-section {
background-image: initial;
background-color: rgb(24, 26, 27);
}
.fd-has-shadow img {
box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px,
rgba(0, 0, 0, 0.19) 0px 6px 20px;
}
.sortable-ghost h1,
.sortable-ghost h2 {
color: rgb(242, 78, 111);
}
.fd-overlay-fullscreen {
background-color: rgba(8, 8, 8, 0.2);
}
input[type="range"].slider {
--sh: .25rem;
--th: calc(var(--sh) * 4);
--sx: calc(var(--th) / 2 + (var(--ratio) * (100% - var(--th))));
}
@media screen and (max-width: 768px) {
input[type="range"].slider {
--th: calc(var(--sh) * 5);
}
}
input[type="range"].slider::-webkit-slider-thumb {
background-image: initial;
background-color: rgb(30, 32, 33);
border-color: rgb(69, 75, 78);
}
input[type="range"].slider::-webkit-slider-runnable-track {
background: linear-gradient(90deg,
hsl(0,0%,21%) var(--sx),
hsl(0,0%,71%) var(--sx));
}
input[type="range"].slider.is-inactive::-webkit-slider-thumb {
background-color: rgb(30, 32, 33);
}
input[type="range"].slider.is-inactive::-webkit-slider-runnable-track {
background: linear-gradient(90deg,
hsl(0,0%,71%) var(--sx),
hsl(0,0%,96%) var(--sx));
}
/* Override Style */
.vimvixen-hint {
background-color: #7b5300 !important;
border-color: #d8b013 !important;
color: #f3e8c8 !important;
}
#vimvixen-console-frame {
color-scheme: light !important
}
::placeholder {
opacity: 0.5 !important;
}
#edge-translate-panel-body,
.MuiTypography-body1,
.nfe-quote-text {
color: var(--darkreader-neutral-text) !important;
}
gr-main-header {
background-color: #0f3a48 !important;
}
.tou-z65h9k,
.tou-mignzq,
.tou-1b6i2ox,
.tou-lnqlqk {
background-color: var(--darkreader-neutral-background) !important;
}
.tou-75mvi {
background-color: #032029 !important;
}
.tou-ta9e87,
.tou-1w3fhi0,
.tou-1b8t2us,
.tou-py7lfi,
.tou-1lpmd9d,
.tou-1frrtv8,
.tou-17ezmgn {
background-color: #0a0a0a !important;
}
.tou-uknfeu {
background-color: #231603 !important;
}
.tou-6i3zyv {
background-color: #19576c !important;
}
div.mermaid-viewer-control-panel .btn {
fill: var(--darkreader-neutral-text);
background-color: var(--darkreader-neutral-background);
}
svg g rect.er {
fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.entityBox {
fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.attributeBoxOdd {
fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.attributeBoxEven {
fill-opacity: 0.8 !important;
fill: var(--darkreader-selection-background);
}
svg rect.er.relationshipLabelBox {
fill: var(--darkreader-neutral-background) !important;
}
svg g g.nodes rect, svg g g.nodes polygon {
fill: var(--darkreader-neutral-background) !important;
}
svg g rect.task {
fill: var(--darkreader-selection-background) !important;
}
svg line.messageLine0, svg line.messageLine1 {
stroke: var(--darkreader-neutral-text) !important;
}
div.mermaid .actor {
fill: var(--darkreader-neutral-background) !important;
}
embed[type="application/pdf"][src="about:blank"] { filter: invert(100%) contrast(90%); }