cubash-archive/frontend/src/assets/buefy/buefy-dark.css

8080 lines
272 KiB
CSS

/*
_______
/ \
.==. .==.
(( ))==(( ))
/ "==" "=="\
/____|| || ||___\
________ ____ ________ ___ ___
| ___ \ / \ | ___ \ | | / /
| | \ \ / /\ \ | | \ \| |_/ /
| | ) / /__\ \ | |__/ /| ___ \
| |__/ / ______ \| ____ \| | \ \
_______|_______/__/ ____ \__\__|___\__\__|___\__\____
| ___ \ | ____/ / \ | ___ \ | ____| ___ \
| | \ \| |___ / /\ \ | | \ \| |___| | \ \
| |__/ /| ____/ /__\ \ | | ) | ____| |__/ /
| ____ \| |__/ ______ \| |__/ /| |___| ____ \
|__| \__\____/__/ \__\_______/ |______|__| \__\
https://darkreader.org
*/
/* User-Agent Style */
html {
background-color: #181a1b !important;
}
html, body, input, textarea, select, button {
background-color: #181a1b!important;
}
html, body, input, textarea, select, button {
border-color: #736b5e!important;
color: #e8e6e3!important;
}
a {
color: #3391ff!important;
}
table {
border-color: #545b5e!important;
}
::placeholder {
color: #b2aba1!important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
background-color: #555b00 !important;
color: #e8e6e3 !important;
}
::-webkit-scrollbar {
background-color: #202324!important;
color: #aba499!important;
}
::-webkit-scrollbar-thumb {
background-color: #454a4d!important;
}
::-webkit-scrollbar-thumb:hover {
background-color: #575e62!important;
}
::-webkit-scrollbar-thumb:active {
background-color: #484e51!important;
}
::-webkit-scrollbar-corner {
background-color: #181a1b!important;
}
* {
scrollbar-color: #202324 #454a4d!important;
}
::selection {
background-color: #004daa !important;
color: #e8e6e3 !important;
}
::-moz-selection {
background-color: #004daa !important;
color: #e8e6e3 !important;
}
/* Invert Style */
.jfk-bubble.gtx-bubble {
filter: invert(100%) hue-rotate(180deg) contrast(90%) !important;
}
/* Override Style */
.vimvixen-hint {
background-color: #7b5300 !important;
border-color: #d8b013 !important;
color: #f3e8c8 !important;
}
::placeholder {
opacity: 0.5 !important;
}
/* Variables Style */
:root {
--darkreader-neutral-background: #181a1b!important;
--darkreader-neutral-text: #e8e6e3!important;
--darkreader-selection-background: #004daa!important;
--darkreader-selection-text: #e8e6e3!important;
}
/* Main Kaverti dark elements (Should've made a sass one) */
.thread_display {
border: thin solid #262626 !important;
border-radius: 0.25rem!important;
cursor: pointer!important;
display: flex!important;
margin-bottom: 1rem!important;
padding: 0.75rem!important;
position: relative!important;
transition: background-color 0.2s, box-shadow 0.2s!important;
}
.thread_display__username,
.thread_display__category,
.thread_display__date {
color: #fff!important;
}
.user_posts {
background: #181a1b!important;
border-radius: 0.25rem!important;
padding: 1rem!important;
border: thin solid #262626!important;
}
.user_posts__title {
font-size: 1.5rem!important;
margin-bottom: 1rem!important;
color: #e0dcdc !important;
}
.post {
position: relative!important;
border-bottom: thin solid #3e3d3d !important;
transition: background-color 0.5s!important;
margin: 0.5rem -0.5rem!important;
padding: 0 0.5rem!important;
border-radius: 0.25rem!important;
}
.post--highlighted {
animation-name: shake!important;
animation-iteration-count: 5!important;
animation-timing-function: linear!important;
animation-duration: 0.25s!important;
}
.post--last {
border-bottom: none!important;
margin-bottom: 0!important;
}
.post__quote {
background: #464646!important;
border-radius: 0.25rem!important;
box-shadow: 0px 2px 0.25rem #959191!important;
color: #e0dcdc !important;
cursor: pointer!important;
font-size: 1rem!important;
font-weight: 400!important;
left: 70px!important;
opacity: 0!important;
padding: 0.25rem 0.4rem!important;
pointer-events: none!important;
position: absolute!important;
top: 19px!important;
transition: opacity 0.1s!important;
z-index: 3!important;
}
.post__quote--show {
opacity: 1!important;
pointer-events: all!important;
}
.post__quote__icon {
font-size: 0.8rem!important;
padding: 0 0.125rem!important;
}
.post__remove_icon {
position: absolute!important;
right: 2rem!important;
top: 0rem!important;
color: #e0dcdc!important;
cursor: pointer!important;
background-color: gray!important;
z-index: 1!important;
border-radius: 100%!important;
opacity: 0!important;
pointer-events: none!important;
padding: 0.25rem!important;
transition: all 0.2s!important;
}
.post__remove_icon--show {
opacity: 1!important;
pointer-events: all!important;
}
.post--selected {
transform: scale(0.95)!important;
padding: 1rem!important;
background-color: #e0dcdc!important;
}
.post__meta_data {
display: flex!important;
justify-content: space-between!important;
padding-top: 0.75rem!important;
position: relative!important;
margin-left: 4rem!important;
}
.post__avatar {
position: absolute!important;
left: -4rem!important;
}
.post__user {
margin-right: 0.5rem!important;
}
.post__thread {
color: #e0dcdc!important;
}
.post__thread__name {
cursor: pointer!important;
}
.post__thread__name:hover {
color: #fff!important;
}
.post__date--mobile {
display: none!important;
}
.post__content {
padding: 0 0.5rem 0 4rem!important;
outline: none!important;
word-wrap: anywhere!important;
}
.post__footer {
padding: 0.5rem 0 0.75rem 0.5rem!important;
display: flex!important;
align-items: center!important;
justify-content: space-between!important;
transition: opacity 0.2s!important;
}
.post__footer_sub_group {
display: flex!important;
align-items: baseline!important;
margin-right: 1rem!important;
}
.post__footer_sub_group__text {
font-variant: small-caps!important;
margin: 0 0.25rem!important;
margin-left: 0!important;
font-size: 0.9rem!important;
position: relative!important;
bottom: 0.1rem!important;
}
.post__footer_group {
align-items: center!important;
display: inline-flex!important;
position: relative!important;
}
.post__action {
color: #fff!important;
cursor: pointer!important;
margin-right: 0.75rem!important;
font-size: 0.9rem!important;
font-variant: small-caps!important;
position: relative!important;
bottom: 0.1rem!important;
transition: all 0.2s!important;
}
.post__action:hover {
color: #fff!important;
}
.post__actions {
opacity: 0!important;
}
.post__actions--show {
opacity: 1!important;
transition: opacity 0.2s!important;
}
.settings_menu {
width: 15rem!important;
padding: 1rem!important;
border-radius: 0.25rem!important;
}
.settings_menu__title {
cursor: default!important;
font-weight: 500!important;
font-variant: small-caps!important;
font-size: 1.125rem!important;
padding-left: 0.25rem!important;
margin-bottom: 0.5rem!important;
}
.settings_menu__item {
padding: 0.5rem 1rem!important;
margin-bottom: 0.25rem!important;
padding-right: 0!important;
transition: background-color 0.2s!important;
cursor: pointer!important;
position: relative!important;
border-radius: 0.25rem!important;
}
.settings_menu__item:first-child {
margin-top: 0.5rem!important;
}
.settings_menu__item:last-child {
margin-bottom: 0.5rem!important;
}
.settings_menu__item:hover {
background-color: #fff!important;
}
.settings_menu__item::before {
content: ""!important;
display: inline-block!important;
width: 0.25rem!important;
z-index: 1!important;
height: 100%!important;
position: absolute!important;
left: 0!important;
border-radius: 0.25rem 0 0 0.25em!important;
top: 0!important;
background-color: #fff!important;
opacity: 0!important;
transition: opacity 0.2s!important;
}
.settings_menu__item span {
color: #fff!important;
margin-right: 0.5rem!important;
}
.settings_menu__item--selected {
background-color: #fff!important;
color: #fff!important;
}
.settings_menu__item--selected span {
color: #fff!important;
}
.settings_menu__item--selected:hover {
background-color: #fff!important;
}
.settings_menu__item--selected::before {
opacity: 1!important;
}
.settings_page {
width: calc(100% - 15rem)!important;
background-color: #fff!important;
border-radius: 0.25rem!important;
margin-left: 2rem!important;
border: thin solid #fff!important;
}
.poll {
padding: 1rem!important;
width: 80%!important;
background-color: #181a1b!important;
position: relative!important;
margin-bottom: 2rem!important;
border-radius: 0.25rem!important;
border: thin solid #181a1b !important;
}
.poll__loading {
opacity: 1!important;
}
.poll__question {
font-weight: bold!important;
font-size: 1.125rem!important;
word-break: break-all!important;
}
.poll__answers, .poll__results {
margin: 1rem 0!important;
}
.poll__answer {
padding: 0.5rem 0.625rem!important;
margin: 0.5rem 0!important;
border: thin solid #464646!important;
border-radius: 0.125rem!important;
cursor: pointer!important;
transition: all 0.2s!important;
position: relative!important;
overflow: hidden!important;
text-overflow: ellipsis!important;
}
.poll__answer::after {
content: ""!important;
position: absolute!important;
left: 0!important;
top: 0!important;
height: 100%!important;
background-color: #464646!important;
width: 0rem!important;
opacity: 0!important;
border-radius: 0.125rem 0 0 0.125rem!important;
transition: all 0.2s!important;
}
.poll__answer:hover {
box-shadow: 0 0.1rem 0.25rem 0 rgba(214, 214, 214, 0.5)!important;
}
.poll__answer--selected {
font-weight: bold!important;
}
.poll__answer--selected::after {
opacity: 1!important;
width: 0.3rem!important;
}
.poll__answer--selected:hover {
box-shadow: none!important;
}
.poll__buttons > * {
margin-right: 0.5rem!important;
}
.poll__total_votes {
color: #fff!important;
font-style: italic!important;
}
.poll__result {
margin: 0.5rem 0!important;
word-break: break-all!important;
}
.poll__result__info {
color: #fff!important;
}
.poll__result__bar_outer {
width: 100%!important;
border-radius: 1rem!important;
height: 1rem!important;
margin-top: 0.25rem!important;
border: thin solid #fff!important;
}
.poll__result__bar {
background-color: #1a74c4 !important;
height: 1rem!important;
border-radius: 1rem!important;
position: relative!important;
top: -1rem!important;
margin-bottom: -1rem!important;
}
/* Modified CSS */
.fa-layers-counter {
background-color: rgb(182, 0, 18)!important;
color: rgb(232, 230, 227)!important;
}
.fa-border {
border-color: rgb(53, 57, 59)!important;
}
.fa-inverse {
color: rgb(232, 230, 227)!important;
}
.sr-only {
border-color: initial!important;
}
.svg-inline--fa .fa-primary {
fill: currentcolor!important;
}
.svg-inline--fa .fa-secondary {
fill: currentcolor!important;
}
.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
fill: rgb(232, 230, 227)!important;
}
.fad.fa-inverse {
color: rgb(232, 230, 227)!important;
}
.select:not(.is-multiple):not(.is-loading)::after,
.navbar-link:not(.is-arrowless)::after {
border-bottom-color: transparent!important;
border-left-color: transparent!important;
border-right-color: initial!important;
border-top-color: initial!important;
}
.delete,
.modal-close {
background-color: rgba(8, 8, 8, 0.2)!important;
border-color: initial!important;
outline-color: initial!important;
}
.delete::before,
.modal-close::before,
.delete::after,
.modal-close::after {
background-color: rgb(24, 26, 27)!important;
}
.delete:hover,
.modal-close:hover,
.delete:focus,
.modal-close:focus {
background-color: rgba(8, 8, 8, 0.3)!important;
}
.delete:active,
.modal-close:active {
background-color: rgba(8, 8, 8, 0.4)!important;
}
.button.is-loading::after,
.loader,
.select.is-loading::after,
.control.is-loading::after {
border-color: transparent transparent rgb(58, 63, 65) rgb(58, 63, 65)!important;
}
.button,
.input,
.taginput .taginput-container.is-focusable,
.textarea,
.select select,
.file-cta,
.file-name,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
border-color: transparent!important;
box-shadow: none!important;
}
.button:focus,
.input:focus,
.taginput .taginput-container.is-focusable:focus,
.textarea:focus,
.select select:focus,
.file-cta:focus,
.file-name:focus,
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.is-focused.button,
.is-focused.input,
.taginput .is-focused.taginput-container.is-focusable,
.is-focused.textarea,
.select select.is-focused,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis,
.button:active,
.input:active,
.taginput .taginput-container.is-focusable:active,
.textarea:active,
.select select:active,
.file-cta:active,
.file-name:active,
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.is-active.button,
.is-active.input,
.taginput .is-active.taginput-container.is-focusable,
.is-active.textarea,
.select select.is-active,
.is-active.file-cta,
.is-active.file-name,
.is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
outline-color: initial!important;
}
ul {
list-style-image: initial!important;
}
iframe {
border-color: initial!important;
}
html {
background-color: rgb(24, 26, 27)!important;
}
body {
color: rgb(185, 179, 170)!important;
}
a {
color: rgb(44, 151, 241)!important;
text-decoration-color: initial!important;
}
a strong {
color: currentcolor!important;
}
a:hover {
color: rgb(198, 193, 185)!important;
}
code {
background-color: rgb(30, 32, 33)!important;
color: rgb(255, 65, 103)!important;
}
hr {
background-color: rgb(30, 32, 33)!important;
border-color: initial!important;
}
strong {
color: rgb(198, 193, 185)!important;
}
fieldset {
border-color: initial!important;
}
pre {
background-color: rgb(30, 32, 33)!important;
color: rgb(185, 179, 170)!important;
}
pre code {
background-color: transparent!important;
color: currentcolor!important;
}
table th {
color: rgb(198, 193, 185)!important;
}
.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(44, 151, 241)!important;
}
a.has-text-primary:hover,
a.has-text-primary:focus {
color: rgb(88, 173, 244)!important;
}
.has-background-primary {
background-color: rgb(12, 95, 188)!important;
}
.has-text-link {
color: rgb(44, 151, 241)!important;
}
a.has-text-link:hover,
a.has-text-link:focus {
color: rgb(88, 173, 244)!important;
}
.has-background-link {
background-color: rgb(12, 95, 188)!important;
}
.has-text-info {
color: rgb(44, 151, 241)!important;
}
a.has-text-info:hover,
a.has-text-info:focus {
color: rgb(88, 173, 244)!important;
}
.has-background-info {
background-color: rgb(12, 95, 188)!important;
}
.has-text-success {
color: rgb(65, 223, 120)!important;
}
a.has-text-success:hover,
a.has-text-success:focus {
color: rgb(95, 228, 141)!important;
}
.has-background-success {
background-color: rgb(28, 167, 77)!important;
}
.has-text-warning {
color: rgb(255, 221, 86)!important;
}
a.has-text-warning:hover,
a.has-text-warning:focus {
color: rgb(255, 214, 51)!important;
}
.has-background-warning {
background-color: rgb(152, 121, 0)!important;
}
.has-text-danger {
color: rgb(255, 65, 103)!important;
}
a.has-text-danger:hover,
a.has-text-danger:focus {
color: rgb(255, 29, 74)!important;
}
.has-background-danger {
background-color: rgb(170, 0, 34)!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-sr-only {
border-color: initial!important;
}
.is-shadowless {
box-shadow: none!important;
}
.box {
background-color: rgb(24, 26, 27)!important;
box-shadow: rgba(8, 8, 8, 0.1) 0px 2px 3px,
rgba(8, 8, 8, 0.1) 0px 0px 0px 1px!important;
color: rgb(185, 179, 170)!important;
}
a.box:hover,
a.box:focus {
box-shadow: rgba(8, 8, 8, 0.1) 0px 2px 3px,
rgb(12, 95, 188) 0px 0px 0px 1px!important;
}
a.box:active {
box-shadow: rgba(8, 8, 8, 0.2) 0px 1px 2px inset,
rgb(12, 95, 188) 0px 0px 0px 1px!important;
}
.button {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(58, 63, 65)!important;
color: rgb(198, 193, 185)!important;
}
.button strong {
color: inherit!important;
}
.button:hover,
.button.is-hovered {
border-color: rgb(69, 75, 78)!important;
color: rgb(198, 193, 185)!important;
}
.button:focus,
.button.is-focused {
border-color: rgb(11, 84, 166)!important;
color: rgb(198, 193, 185)!important;
}
.button:focus:not(:active),
.button.is-focused:not(:active) {
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.button:active,
.button.is-active {
border-color: rgb(116, 107, 95)!important;
color: rgb(198, 193, 185)!important;
}
.button.is-text {
background-color: transparent!important;
border-color: transparent!important;
color: rgb(185, 179, 170)!important;
text-decoration-color: initial!important;
}
.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.button.is-text:active,
.button.is-text.is-active {
background-color: rgb(37, 40, 42)!important;
color: rgb(198, 193, 185)!important;
}
.button.is-text[disabled],
fieldset[disabled] .button.is-text {
background-color: transparent!important;
border-color: transparent!important;
box-shadow: none!important;
}
.button.is-white {
background-color: rgb(24, 26, 27)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.button.is-white:hover,
.button.is-white.is-hovered {
background-color: rgb(27, 30, 31)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.button.is-white:focus,
.button.is-white.is-focused {
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.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!important;
}
.button.is-white:active,
.button.is-white.is-active {
background-color: rgb(31, 34, 35)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.button.is-white[disabled],
fieldset[disabled] .button.is-white {
background-color: rgb(24, 26, 27)!important;
border-color: transparent!important;
box-shadow: none!important;
}
.button.is-white.is-inverted {
background-color: rgb(8, 8, 8)!important;
color: rgb(232, 230, 227)!important;
}
.button.is-white.is-inverted:hover,
.button.is-white.is-inverted.is-hovered {
background-color: rgb(0, 0, 0)!important;
}
.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
background-color: rgb(8, 8, 8)!important;
border-color: transparent!important;
box-shadow: none!important;
color: rgb(232, 230, 227)!important;
}
.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!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(232, 230, 227)!important;
}
.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)!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(226, 223, 219)!important;
}
.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!important;
border-color: rgb(48, 52, 54)!important;
box-shadow: none!important;
color: rgb(232, 230, 227)!important;
}
.button.is-white.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(137, 127, 112)!important;
color: rgb(226, 223, 219)!important;
}
.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)!important;
color: rgb(232, 230, 227)!important;
}
.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!important;
border-color: rgb(137, 127, 112)!important;
box-shadow: none!important;
color: rgb(226, 223, 219)!important;
}
.button.is-black {
background-color: rgb(8, 8, 8)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-black:hover,
.button.is-black.is-hovered {
background-color: rgb(3, 3, 3)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-black:focus,
.button.is-black.is-focused {
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.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!important;
}
.button.is-black:active,
.button.is-black.is-active {
background-color: rgb(0, 0, 0)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-black[disabled],
fieldset[disabled] .button.is-black {
background-color: rgb(8, 8, 8)!important;
border-color: transparent!important;
box-shadow: none!important;
}
.button.is-black.is-inverted {
background-color: rgb(24, 26, 27)!important;
color: rgb(226, 223, 219)!important;
}
.button.is-black.is-inverted:hover,
.button.is-black.is-inverted.is-hovered {
background-color: rgb(31, 34, 35)!important;
}
.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
background-color: rgb(24, 26, 27)!important;
border-color: transparent!important;
box-shadow: none!important;
color: rgb(226, 223, 219)!important;
}
.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!important;
border-color: rgb(137, 127, 112)!important;
color: rgb(226, 223, 219)!important;
}
.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)!important;
border-color: rgb(137, 127, 112)!important;
color: rgb(232, 230, 227)!important;
}
.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!important;
border-color: rgb(137, 127, 112)!important;
box-shadow: none!important;
color: rgb(226, 223, 219)!important;
}
.button.is-black.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(232, 230, 227)!important;
}
.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)!important;
color: rgb(226, 223, 219)!important;
}
.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!important;
border-color: rgb(48, 52, 54)!important;
box-shadow: none!important;
color: rgb(232, 230, 227)!important;
}
.button.is-light {
background-color: rgb(30, 32, 33)!important;
border-color: transparent!important;
color: rgb(198, 193, 185)!important;
}
.button.is-light:hover,
.button.is-light.is-hovered {
background-color: rgb(34, 36, 38)!important;
border-color: transparent!important;
color: rgb(198, 193, 185)!important;
}
.button.is-light:focus,
.button.is-light.is-focused {
border-color: transparent!important;
color: rgb(198, 193, 185)!important;
}
.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!important;
}
.button.is-light:active,
.button.is-light.is-active {
background-color: rgb(37, 40, 42)!important;
border-color: transparent!important;
color: rgb(198, 193, 185)!important;
}
.button.is-light[disabled],
fieldset[disabled] .button.is-light {
background-color: rgb(30, 32, 33)!important;
border-color: transparent!important;
box-shadow: none!important;
}
.button.is-light.is-inverted {
background-color: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
.button.is-light.is-inverted:hover,
.button.is-light.is-inverted.is-hovered {
background-color: rgb(31, 33, 35)!important;
}
.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
background-color: rgb(41, 44, 46)!important;
border-color: transparent!important;
box-shadow: none!important;
color: rgb(226, 223, 219)!important;
}
.button.is-light.is-loading::after {
border-color: transparent transparent rgb(122, 113, 100) rgb(122, 113, 100)!important;
}
.button.is-light.is-outlined {
background-color: transparent!important;
border-color: rgb(51, 55, 57)!important;
color: rgb(226, 223, 219)!important;
}
.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)!important;
border-color: rgb(51, 55, 57)!important;
color: rgb(198, 193, 185)!important;
}
.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 rgb(122, 113, 100) rgb(122, 113, 100)!important;
}
.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
background-color: transparent!important;
border-color: rgb(51, 55, 57)!important;
box-shadow: none!important;
color: rgb(226, 223, 219)!important;
}
.button.is-light.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(122, 113, 100)!important;
color: rgb(198, 193, 185)!important;
}
.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: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
.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!important;
border-color: rgb(122, 113, 100)!important;
box-shadow: none!important;
color: rgb(198, 193, 185)!important;
}
.button.is-dark {
background-color: rgb(41, 44, 46)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.button.is-dark:hover,
.button.is-dark.is-hovered {
background-color: rgb(35, 38, 40)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.button.is-dark:focus,
.button.is-dark.is-focused {
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.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!important;
}
.button.is-dark:active,
.button.is-dark.is-active {
background-color: rgb(31, 33, 35)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
background-color: rgb(41, 44, 46)!important;
border-color: transparent!important;
box-shadow: none!important;
}
.button.is-dark.is-inverted {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.button.is-dark.is-inverted:hover,
.button.is-dark.is-inverted.is-hovered {
background-color: rgb(37, 40, 42)!important;
}
.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
background-color: rgb(30, 32, 33)!important;
border-color: transparent!important;
box-shadow: none!important;
color: rgb(198, 193, 185)!important;
}
.button.is-dark.is-loading::after {
border-color: transparent transparent rgb(51, 55, 57) rgb(51, 55, 57)!important;
}
.button.is-dark.is-outlined {
background-color: transparent!important;
border-color: rgb(122, 113, 100)!important;
color: rgb(198, 193, 185)!important;
}
.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)!important;
border-color: rgb(122, 113, 100)!important;
color: rgb(226, 223, 219)!important;
}
.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(51, 55, 57) rgb(51, 55, 57)!important;
}
.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
background-color: transparent!important;
border-color: rgb(122, 113, 100)!important;
box-shadow: none!important;
color: rgb(198, 193, 185)!important;
}
.button.is-dark.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(51, 55, 57)!important;
color: rgb(226, 223, 219)!important;
}
.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(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.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!important;
border-color: rgb(51, 55, 57)!important;
box-shadow: none!important;
color: rgb(226, 223, 219)!important;
}
.button.is-primary {
background-color: rgb(12, 95, 188)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-primary:hover,
.button.is-primary.is-hovered {
background-color: rgb(10, 80, 158)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-primary:focus,
.button.is-primary.is-focused {
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.button.is-primary:active,
.button.is-primary.is-active {
background-color: rgb(10, 80, 158)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
background-color: rgb(12, 95, 188)!important;
border-color: transparent!important;
box-shadow: none!important;
}
.button.is-primary.is-inverted {
background-color: rgb(24, 26, 27)!important;
color: rgb(44, 151, 241)!important;
}
.button.is-primary.is-inverted:hover,
.button.is-primary.is-inverted.is-hovered {
background-color: rgb(31, 34, 35)!important;
}
.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
background-color: rgb(24, 26, 27)!important;
border-color: transparent!important;
box-shadow: none!important;
color: rgb(44, 151, 241)!important;
}
.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!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(44, 151, 241)!important;
}
.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(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(232, 230, 227)!important;
}
.button.is-primary.is-outlined.is-loading::after {
border-color: transparent transparent rgb(11, 84, 166) rgb(11, 84, 166)!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!important;
border-color: rgb(11, 84, 166)!important;
box-shadow: none!important;
color: rgb(44, 151, 241)!important;
}
.button.is-primary.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(232, 230, 227)!important;
}
.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)!important;
color: rgb(44, 151, 241)!important;
}
.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(11, 84, 166) rgb(11, 84, 166)!important;
}
.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
box-shadow: none!important;
color: rgb(232, 230, 227)!important;
}
.button.is-link {
background-color: rgb(12, 95, 188)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-link:hover,
.button.is-link.is-hovered {
background-color: rgb(10, 80, 158)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-link:focus,
.button.is-link.is-focused {
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active) {
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.button.is-link:active,
.button.is-link.is-active {
background-color: rgb(10, 80, 158)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-link[disabled],
fieldset[disabled] .button.is-link {
background-color: rgb(12, 95, 188)!important;
border-color: transparent!important;
box-shadow: none!important;
}
.button.is-link.is-inverted {
background-color: rgb(24, 26, 27)!important;
color: rgb(44, 151, 241)!important;
}
.button.is-link.is-inverted:hover,
.button.is-link.is-inverted.is-hovered {
background-color: rgb(31, 34, 35)!important;
}
.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
background-color: rgb(24, 26, 27)!important;
border-color: transparent!important;
box-shadow: none!important;
color: rgb(44, 151, 241)!important;
}
.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!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(44, 151, 241)!important;
}
.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(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(232, 230, 227)!important;
}
.button.is-link.is-outlined.is-loading::after {
border-color: transparent transparent rgb(11, 84, 166) rgb(11, 84, 166)!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!important;
border-color: rgb(11, 84, 166)!important;
box-shadow: none!important;
color: rgb(44, 151, 241)!important;
}
.button.is-link.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(232, 230, 227)!important;
}
.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)!important;
color: rgb(44, 151, 241)!important;
}
.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(11, 84, 166) rgb(11, 84, 166)!important;
}
.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
box-shadow: none!important;
color: rgb(232, 230, 227)!important;
}
.button.is-info {
background-color: rgb(12, 95, 188)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-info:hover,
.button.is-info.is-hovered {
background-color: rgb(12, 95, 187)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-info:focus,
.button.is-info.is-focused {
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active) {
box-shadow: rgba(12, 95, 188, 0.25) 0px 0px 0px 0.125em!important;
}
.button.is-info:active,
.button.is-info.is-active {
background-color: rgb(11, 90, 178)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-info[disabled],
fieldset[disabled] .button.is-info {
background-color: rgb(12, 95, 188)!important;
border-color: transparent!important;
box-shadow: none!important;
}
.button.is-info.is-inverted {
background-color: rgb(24, 26, 27)!important;
color: rgb(44, 151, 241)!important;
}
.button.is-info.is-inverted:hover,
.button.is-info.is-inverted.is-hovered {
background-color: rgb(31, 34, 35)!important;
}
.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
background-color: rgb(24, 26, 27)!important;
border-color: transparent!important;
box-shadow: none!important;
color: rgb(44, 151, 241)!important;
}
.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!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(44, 151, 241)!important;
}
.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(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(232, 230, 227)!important;
}
.button.is-info.is-outlined.is-loading::after {
border-color: transparent transparent rgb(11, 84, 166) rgb(11, 84, 166)!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!important;
border-color: rgb(11, 84, 166)!important;
box-shadow: none!important;
color: rgb(44, 151, 241)!important;
}
.button.is-info.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(232, 230, 227)!important;
}
.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)!important;
color: rgb(44, 151, 241)!important;
}
.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(11, 84, 166) rgb(11, 84, 166)!important;
}
.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
box-shadow: none!important;
color: rgb(232, 230, 227)!important;
}
.button.is-success {
background-color: rgb(28, 167, 77)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-success:hover,
.button.is-success.is-hovered {
background-color: rgb(27, 158, 73)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-success:focus,
.button.is-success.is-focused {
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active) {
box-shadow: rgba(28, 167, 77, 0.25) 0px 0px 0px 0.125em!important;
}
.button.is-success:active,
.button.is-success.is-active {
background-color: rgb(26, 150, 69)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-success[disabled],
fieldset[disabled] .button.is-success {
background-color: rgb(28, 167, 77)!important;
border-color: transparent!important;
box-shadow: none!important;
}
.button.is-success.is-inverted {
background-color: rgb(24, 26, 27)!important;
color: rgb(65, 223, 120)!important;
}
.button.is-success.is-inverted:hover,
.button.is-success.is-inverted.is-hovered {
background-color: rgb(31, 34, 35)!important;
}
.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
background-color: rgb(24, 26, 27)!important;
border-color: transparent!important;
box-shadow: none!important;
color: rgb(65, 223, 120)!important;
}
.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!important;
border-color: rgb(26, 156, 72)!important;
color: rgb(65, 223, 120)!important;
}
.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(28, 167, 77)!important;
border-color: rgb(26, 156, 72)!important;
color: rgb(232, 230, 227)!important;
}
.button.is-success.is-outlined.is-loading::after {
border-color: transparent transparent rgb(26, 156, 72) rgb(26, 156, 72)!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!important;
border-color: rgb(26, 156, 72)!important;
box-shadow: none!important;
color: rgb(65, 223, 120)!important;
}
.button.is-success.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(232, 230, 227)!important;
}
.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)!important;
color: rgb(65, 223, 120)!important;
}
.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(26, 156, 72) rgb(26, 156, 72)!important;
}
.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
box-shadow: none!important;
color: rgb(232, 230, 227)!important;
}
.button.is-warning {
background-color: rgb(152, 121, 0)!important;
border-color: transparent!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.button.is-warning:hover,
.button.is-warning.is-hovered {
background-color: rgb(160, 128, 0)!important;
border-color: transparent!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.button.is-warning:focus,
.button.is-warning.is-focused {
border-color: transparent!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.button.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active) {
box-shadow: rgba(152, 121, 0, 0.25) 0px 0px 0px 0.125em!important;
}
.button.is-warning:active,
.button.is-warning.is-active {
background-color: rgb(167, 134, 0)!important;
border-color: transparent!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
background-color: rgb(152, 121, 0)!important;
border-color: transparent!important;
box-shadow: none!important;
}
.button.is-warning.is-inverted {
background-color: rgba(0, 0, 0, 0.7)!important;
color: rgb(255, 221, 86)!important;
}
.button.is-warning.is-inverted:hover,
.button.is-warning.is-inverted.is-hovered {
background-color: rgba(0, 0, 0, 0.7)!important;
}
.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
background-color: rgba(0, 0, 0, 0.7)!important;
border-color: transparent!important;
box-shadow: none!important;
color: rgb(255, 221, 86)!important;
}
.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!important;
border-color: rgb(152, 122, 0)!important;
color: rgb(255, 221, 86)!important;
}
.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(152, 121, 0)!important;
border-color: rgb(152, 122, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.button.is-warning.is-outlined.is-loading::after {
border-color: transparent transparent rgb(152, 122, 0) rgb(152, 122, 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!important;
border-color: rgb(152, 122, 0)!important;
box-shadow: none!important;
color: rgb(255, 221, 86)!important;
}
.button.is-warning.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgba(140, 130, 115, 0.7)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.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)!important;
color: rgb(255, 221, 86)!important;
}
.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(152, 122, 0) rgb(152, 122, 0)!important;
}
.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgba(140, 130, 115, 0.7)!important;
box-shadow: none!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.button.is-danger {
background-color: rgb(170, 0, 34)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-danger:hover,
.button.is-danger.is-hovered {
background-color: rgb(178, 0, 36)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-danger:focus,
.button.is-danger.is-focused {
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active) {
box-shadow: rgba(170, 0, 34, 0.25) 0px 0px 0px 0.125em!important;
}
.button.is-danger:active,
.button.is-danger.is-active {
background-color: rgb(185, 0, 36)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
background-color: rgb(170, 0, 34)!important;
border-color: transparent!important;
box-shadow: none!important;
}
.button.is-danger.is-inverted {
background-color: rgb(24, 26, 27)!important;
color: rgb(255, 65, 103)!important;
}
.button.is-danger.is-inverted:hover,
.button.is-danger.is-inverted.is-hovered {
background-color: rgb(31, 34, 35)!important;
}
.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
background-color: rgb(24, 26, 27)!important;
border-color: transparent!important;
box-shadow: none!important;
color: rgb(255, 65, 103)!important;
}
.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!important;
border-color: rgb(162, 0, 33)!important;
color: rgb(255, 65, 103)!important;
}
.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(170, 0, 34)!important;
border-color: rgb(162, 0, 33)!important;
color: rgb(232, 230, 227)!important;
}
.button.is-danger.is-outlined.is-loading::after {
border-color: transparent transparent rgb(162, 0, 33) rgb(162, 0, 33)!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!important;
border-color: rgb(162, 0, 33)!important;
box-shadow: none!important;
color: rgb(255, 65, 103)!important;
}
.button.is-danger.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(232, 230, 227)!important;
}
.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)!important;
color: rgb(255, 65, 103)!important;
}
.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(162, 0, 33) rgb(162, 0, 33)!important;
}
.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
box-shadow: none!important;
color: rgb(232, 230, 227)!important;
}
.button[disabled],
fieldset[disabled] .button {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(58, 63, 65)!important;
box-shadow: none!important;
}
.button.is-loading {
color: transparent!important;
}
.button.is-static {
background-color: rgb(30, 32, 33)!important;
border-color: rgb(58, 63, 65)!important;
color: rgb(155, 146, 133)!important;
box-shadow: none!important;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
color: rgb(198, 193, 185)!important;
}
.content blockquote {
background-color: rgb(30, 32, 33)!important;
border-left-color: rgb(58, 63, 65)!important;
}
.content ul {
list-style-image: initial!important;
}
.content table td,
.content table th {
border-color: rgb(58, 63, 65)!important;
}
.content table th {
color: rgb(198, 193, 185)!important;
}
.content table thead td,
.content table thead th {
color: rgb(198, 193, 185)!important;
}
.content table tfoot td,
.content table tfoot th {
color: rgb(198, 193, 185)!important;
}
.notification {
background-color: rgb(30, 32, 33)!important;
}
.notification a:not(.button):not(.dropdown-item) {
color: currentcolor!important;
text-decoration-color: initial!important;
}
.notification strong {
color: currentcolor!important;
}
.notification code,
.notification pre {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.notification pre code {
background-image: initial!important;
background-color: transparent!important;
}
.notification .title,
.notification .subtitle,
.notification .content {
color: currentcolor!important;
}
.notification.is-white {
background-color: rgb(24, 26, 27)!important;
color: rgb(226, 223, 219)!important;
}
.notification.is-black {
background-color: rgb(8, 8, 8)!important;
color: rgb(232, 230, 227)!important;
}
.notification.is-light {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.notification.is-dark {
background-color: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
.notification.is-primary {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.notification.is-link {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.notification.is-info {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.notification.is-success {
background-color: rgb(28, 167, 77)!important;
color: rgb(232, 230, 227)!important;
}
.notification.is-warning {
background-color: rgb(152, 121, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.notification.is-danger {
background-color: rgb(170, 0, 34)!important;
color: rgb(232, 230, 227)!important;
}
.progress {
border-color: initial!important;
}
.progress::-webkit-progress-bar {
background-color: rgb(44, 48, 50)!important;
}
.progress::-webkit-progress-value {
background-color: rgb(56, 60, 63)!important;
}
.progress::-ms-fill {
background-color: rgb(56, 60, 63)!important;
border-color: initial!important;
}
.progress.is-white::-webkit-progress-value {
background-color: rgb(24, 26, 27)!important;
}
.progress.is-white::-ms-fill {
background-color: rgb(24, 26, 27)!important;
}
.progress.is-white:indeterminate {
background-image: linear-gradient(to right,
rgb(24, 26, 27) 30%,
rgb(44, 48, 50) 30%)!important;
}
.progress.is-black::-webkit-progress-value {
background-color: rgb(8, 8, 8)!important;
}
.progress.is-black::-ms-fill {
background-color: rgb(8, 8, 8)!important;
}
.progress.is-black:indeterminate {
background-image: linear-gradient(to right,
rgb(8, 8, 8) 30%,
rgb(44, 48, 50) 30%)!important;
}
.progress.is-light::-webkit-progress-value {
background-color: rgb(30, 32, 33)!important;
}
.progress.is-light::-ms-fill {
background-color: rgb(30, 32, 33)!important;
}
.progress.is-light:indeterminate {
background-image: linear-gradient(to right,
rgb(30, 32, 33) 30%,
rgb(44, 48, 50) 30%)!important;
}
.progress.is-dark::-webkit-progress-value {
background-color: rgb(41, 44, 46)!important;
}
.progress.is-dark::-ms-fill {
background-color: rgb(41, 44, 46)!important;
}
.progress.is-dark:indeterminate {
background-image: linear-gradient(to right,
rgb(41, 44, 46) 30%,
rgb(44, 48, 50) 30%)!important;
}
.progress.is-primary::-webkit-progress-value {
background-color: rgb(12, 95, 188)!important;
}
.progress.is-primary::-ms-fill {
background-color: rgb(12, 95, 188)!important;
}
.progress.is-primary:indeterminate {
background-image: linear-gradient(to right,
rgb(12, 95, 188) 30%,
rgb(44, 48, 50) 30%)!important;
}
.progress.is-link::-webkit-progress-value {
background-color: rgb(12, 95, 188)!important;
}
.progress.is-link::-ms-fill {
background-color: rgb(12, 95, 188)!important;
}
.progress.is-link:indeterminate {
background-image: linear-gradient(to right,
rgb(12, 95, 188) 30%,
rgb(44, 48, 50) 30%)!important;
}
.progress.is-info::-webkit-progress-value {
background-color: rgb(12, 95, 188)!important;
}
.progress.is-info::-ms-fill {
background-color: rgb(12, 95, 188)!important;
}
.progress.is-info:indeterminate {
background-image: linear-gradient(to right,
rgb(12, 95, 188) 30%,
rgb(44, 48, 50) 30%)!important;
}
.progress.is-success::-webkit-progress-value {
background-color: rgb(28, 167, 77)!important;
}
.progress.is-success::-ms-fill {
background-color: rgb(28, 167, 77)!important;
}
.progress.is-success:indeterminate {
background-image: linear-gradient(to right,
rgb(28, 167, 77) 30%,
rgb(44, 48, 50) 30%)!important;
}
.progress.is-warning::-webkit-progress-value {
background-color: rgb(152, 121, 0)!important;
}
.progress.is-warning::-ms-fill {
background-color: rgb(152, 121, 0)!important;
}
.progress.is-warning:indeterminate {
background-image: linear-gradient(to right,
rgb(152, 121, 0) 30%,
rgb(44, 48, 50) 30%)!important;
}
.progress.is-danger::-webkit-progress-value {
background-color: rgb(170, 0, 34)!important;
}
.progress.is-danger::-ms-fill {
background-color: rgb(170, 0, 34)!important;
}
.progress.is-danger:indeterminate {
background-image: linear-gradient(to right,
rgb(170, 0, 34) 30%,
rgb(44, 48, 50) 30%)!important;
}
.progress:indeterminate {
background-color: rgb(44, 48, 50)!important;
background-image: linear-gradient(to right,
rgb(56, 60, 63) 30%,
rgb(44, 48, 50) 30%)!important;
}
.progress:indeterminate::-webkit-progress-bar {
background-color: transparent!important;
}
.table {
background-color: rgb(24, 26, 27)!important;
color: rgb(198, 193, 185)!important;
}
.table td,
.table th {
border-color: rgb(58, 63, 65)!important;
}
.table td.is-white,
.table th.is-white {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(226, 223, 219)!important;
}
.table td.is-black,
.table th.is-black {
background-color: rgb(8, 8, 8)!important;
border-color: rgb(137, 127, 112)!important;
color: rgb(232, 230, 227)!important;
}
.table td.is-light,
.table th.is-light {
background-color: rgb(30, 32, 33)!important;
border-color: rgb(51, 55, 57)!important;
color: rgb(198, 193, 185)!important;
}
.table td.is-dark,
.table th.is-dark {
background-color: rgb(41, 44, 46)!important;
border-color: rgb(122, 113, 100)!important;
color: rgb(226, 223, 219)!important;
}
.table td.is-primary,
.table th.is-primary {
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(232, 230, 227)!important;
}
.table td.is-link,
.table th.is-link {
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(232, 230, 227)!important;
}
.table td.is-info,
.table th.is-info {
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(232, 230, 227)!important;
}
.table td.is-success,
.table th.is-success {
background-color: rgb(28, 167, 77)!important;
border-color: rgb(26, 156, 72)!important;
color: rgb(232, 230, 227)!important;
}
.table td.is-warning,
.table th.is-warning {
background-color: rgb(152, 121, 0)!important;
border-color: rgb(152, 122, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.table td.is-danger,
.table th.is-danger {
background-color: rgb(170, 0, 34)!important;
border-color: rgb(162, 0, 33)!important;
color: rgb(232, 230, 227)!important;
}
.table td.is-selected,
.table th.is-selected {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
color: currentcolor!important;
}
.table th {
color: rgb(198, 193, 185)!important;
}
.table tr.is-selected {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.table tr.is-selected a,
.table tr.is-selected strong {
color: currentcolor!important;
}
.table tr.is-selected td,
.table tr.is-selected th {
border-color: rgb(48, 52, 54)!important;
color: currentcolor!important;
}
.table thead {
background-color: transparent!important;
}
.table thead td,
.table thead th {
color: rgb(198, 193, 185)!important;
}
.table tfoot {
background-color: transparent!important;
}
.table tfoot td,
.table tfoot th {
color: rgb(198, 193, 185)!important;
}
.table tbody {
background-color: transparent!important;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
background-color: rgb(27, 29, 30)!important;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
background-color: rgb(27, 29, 30)!important;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n) {
background-color: rgb(30, 32, 33)!important;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
background-color: rgb(27, 29, 30)!important;
}
.tag:not(body) {
background-color: rgb(30, 32, 33)!important;
color: rgb(185, 179, 170)!important;
}
.tag:not(body).is-white {
background-color: rgb(24, 26, 27)!important;
color: rgb(226, 223, 219)!important;
}
.tag:not(body).is-black {
background-color: rgb(8, 8, 8)!important;
color: rgb(232, 230, 227)!important;
}
.tag:not(body).is-light {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.tag:not(body).is-dark {
background-color: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
.tag:not(body).is-primary {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.tag:not(body).is-link {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.tag:not(body).is-info {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.tag:not(body).is-success {
background-color: rgb(28, 167, 77)!important;
color: rgb(232, 230, 227)!important;
}
.tag:not(body).is-warning {
background-color: rgb(152, 121, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.tag:not(body).is-danger {
background-color: rgb(170, 0, 34)!important;
color: rgb(232, 230, 227)!important;
}
.tag:not(body).is-delete::before,
.tag:not(body).is-delete::after {
background-color: currentcolor!important;
}
.tag:not(body).is-delete:hover,
.tag:not(body).is-delete:focus {
background-color: rgb(37, 40, 42)!important;
}
.tag:not(body).is-delete:active {
background-color: rgb(44, 48, 50)!important;
}
a.tag:hover {
text-decoration-color: initial!important;
}
.title {
color: rgb(198, 193, 185)!important;
}
.title strong {
color: inherit!important;
}
.subtitle {
color: rgb(185, 179, 170)!important;
}
.subtitle strong {
color: rgb(198, 193, 185)!important;
}
.number {
background-color: rgb(30, 32, 33)!important;
}
.input,
.taginput .taginput-container.is-focusable,
.textarea,
.select select {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(58, 63, 65)!important;
color: rgb(198, 193, 185)!important;
}
.input::-webkit-input-placeholder,
.taginput .taginput-container.is-focusable::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.select select::-webkit-input-placeholder {
color: rgba(198, 193, 185, 0.3)!important;
}
.input:hover,
.taginput .taginput-container.is-focusable:hover,
.textarea:hover,
.select select:hover,
.is-hovered.input,
.taginput .is-hovered.taginput-container.is-focusable,
.is-hovered.textarea,
.select select.is-hovered {
border-color: rgb(69, 75, 78)!important;
}
.input:focus,
.taginput .taginput-container.is-focusable:focus,
.textarea:focus,
.select select:focus,
.is-focused.input,
.taginput .is-focused.taginput-container.is-focusable,
.is-focused.textarea,
.select select.is-focused,
.input:active,
.taginput .taginput-container.is-focusable:active,
.textarea:active,
.select select:active,
.is-active.input,
.taginput .is-active.taginput-container.is-focusable,
.is-active.textarea,
.select select.is-active {
border-color: rgb(11, 84, 166)!important;
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.input[disabled],
.taginput .taginput-container.is-focusable[disabled],
.textarea[disabled],
.select select[disabled],
fieldset[disabled] .input,
fieldset[disabled] .taginput .taginput-container.is-focusable,
.taginput fieldset[disabled] .taginput-container.is-focusable,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select {
background-color: rgb(30, 32, 33)!important;
border-color: rgb(51, 55, 57)!important;
box-shadow: none!important;
color: rgb(155, 146, 133)!important;
}
.input[disabled]::-webkit-input-placeholder,
.taginput .taginput-container.is-focusable[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
.select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .taginput .taginput-container.is-focusable::-webkit-input-placeholder,
.taginput fieldset[disabled] .taginput-container.is-focusable::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder {
color: rgba(155, 146, 133, 0.3)!important;
}
.input,
.taginput .taginput-container.is-focusable,
.textarea {
box-shadow: rgba(8, 8, 8, 0.1) 0px 1px 2px inset!important;
}
.input[readonly],
.taginput .taginput-container.is-focusable[readonly],
.textarea[readonly] {
box-shadow: none!important;
}
.is-white.input,
.taginput .is-white.taginput-container.is-focusable,
.is-white.textarea {
border-color: rgb(48, 52, 54)!important;
}
.is-white.input:focus,
.taginput .is-white.taginput-container.is-focusable:focus,
.is-white.textarea:focus,
.is-white.is-focused.input,
.taginput .is-white.is-focused.taginput-container.is-focusable,
.is-white.is-focused.textarea,
.is-white.input:active,
.taginput .is-white.taginput-container.is-focusable:active,
.is-white.textarea:active,
.is-white.is-active.input,
.taginput .is-white.is-active.taginput-container.is-focusable,
.is-white.is-active.textarea {
box-shadow: rgba(24, 26, 27, 0.25) 0px 0px 0px 0.125em!important;
}
.is-black.input,
.taginput .is-black.taginput-container.is-focusable,
.is-black.textarea {
border-color: rgb(137, 127, 112)!important;
}
.is-black.input:focus,
.taginput .is-black.taginput-container.is-focusable:focus,
.is-black.textarea:focus,
.is-black.is-focused.input,
.taginput .is-black.is-focused.taginput-container.is-focusable,
.is-black.is-focused.textarea,
.is-black.input:active,
.taginput .is-black.taginput-container.is-focusable:active,
.is-black.textarea:active,
.is-black.is-active.input,
.taginput .is-black.is-active.taginput-container.is-focusable,
.is-black.is-active.textarea {
box-shadow: rgba(8, 8, 8, 0.25) 0px 0px 0px 0.125em!important;
}
.is-light.input,
.taginput .is-light.taginput-container.is-focusable,
.is-light.textarea {
border-color: rgb(51, 55, 57)!important;
}
.is-light.input:focus,
.taginput .is-light.taginput-container.is-focusable:focus,
.is-light.textarea:focus,
.is-light.is-focused.input,
.taginput .is-light.is-focused.taginput-container.is-focusable,
.is-light.is-focused.textarea,
.is-light.input:active,
.taginput .is-light.taginput-container.is-focusable:active,
.is-light.textarea:active,
.is-light.is-active.input,
.taginput .is-light.is-active.taginput-container.is-focusable,
.is-light.is-active.textarea {
box-shadow: rgba(30, 32, 33, 0.25) 0px 0px 0px 0.125em!important;
}
.is-dark.input,
.taginput .is-dark.taginput-container.is-focusable,
.is-dark.textarea {
border-color: rgb(122, 113, 100)!important;
}
.is-dark.input:focus,
.taginput .is-dark.taginput-container.is-focusable:focus,
.is-dark.textarea:focus,
.is-dark.is-focused.input,
.taginput .is-dark.is-focused.taginput-container.is-focusable,
.is-dark.is-focused.textarea,
.is-dark.input:active,
.taginput .is-dark.taginput-container.is-focusable:active,
.is-dark.textarea:active,
.is-dark.is-active.input,
.taginput .is-dark.is-active.taginput-container.is-focusable,
.is-dark.is-active.textarea {
box-shadow: rgba(41, 44, 46, 0.25) 0px 0px 0px 0.125em!important;
}
.is-primary.input,
.taginput .is-primary.taginput-container.is-focusable,
.is-primary.textarea {
border-color: rgb(11, 84, 166)!important;
}
.is-primary.input:focus,
.taginput .is-primary.taginput-container.is-focusable:focus,
.is-primary.textarea:focus,
.is-primary.is-focused.input,
.taginput .is-primary.is-focused.taginput-container.is-focusable,
.is-primary.is-focused.textarea,
.is-primary.input:active,
.taginput .is-primary.taginput-container.is-focusable:active,
.is-primary.textarea:active,
.is-primary.is-active.input,
.taginput .is-primary.is-active.taginput-container.is-focusable,
.is-primary.is-active.textarea {
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.is-link.input,
.taginput .is-link.taginput-container.is-focusable,
.is-link.textarea {
border-color: rgb(11, 84, 166)!important;
}
.is-link.input:focus,
.taginput .is-link.taginput-container.is-focusable:focus,
.is-link.textarea:focus,
.is-link.is-focused.input,
.taginput .is-link.is-focused.taginput-container.is-focusable,
.is-link.is-focused.textarea,
.is-link.input:active,
.taginput .is-link.taginput-container.is-focusable:active,
.is-link.textarea:active,
.is-link.is-active.input,
.taginput .is-link.is-active.taginput-container.is-focusable,
.is-link.is-active.textarea {
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.is-info.input,
.taginput .is-info.taginput-container.is-focusable,
.is-info.textarea {
border-color: rgb(11, 84, 166)!important;
}
.is-info.input:focus,
.taginput .is-info.taginput-container.is-focusable:focus,
.is-info.textarea:focus,
.is-info.is-focused.input,
.taginput .is-info.is-focused.taginput-container.is-focusable,
.is-info.is-focused.textarea,
.is-info.input:active,
.taginput .is-info.taginput-container.is-focusable:active,
.is-info.textarea:active,
.is-info.is-active.input,
.taginput .is-info.is-active.taginput-container.is-focusable,
.is-info.is-active.textarea {
box-shadow: rgba(12, 95, 188, 0.25) 0px 0px 0px 0.125em!important;
}
.is-success.input,
.taginput .is-success.taginput-container.is-focusable,
.is-success.textarea {
border-color: rgb(26, 156, 72)!important;
}
.is-success.input:focus,
.taginput .is-success.taginput-container.is-focusable:focus,
.is-success.textarea:focus,
.is-success.is-focused.input,
.taginput .is-success.is-focused.taginput-container.is-focusable,
.is-success.is-focused.textarea,
.is-success.input:active,
.taginput .is-success.taginput-container.is-focusable:active,
.is-success.textarea:active,
.is-success.is-active.input,
.taginput .is-success.is-active.taginput-container.is-focusable,
.is-success.is-active.textarea {
box-shadow: rgba(28, 167, 77, 0.25) 0px 0px 0px 0.125em!important;
}
.is-warning.input,
.taginput .is-warning.taginput-container.is-focusable,
.is-warning.textarea {
border-color: rgb(152, 122, 0)!important;
}
.is-warning.input:focus,
.taginput .is-warning.taginput-container.is-focusable:focus,
.is-warning.textarea:focus,
.is-warning.is-focused.input,
.taginput .is-warning.is-focused.taginput-container.is-focusable,
.is-warning.is-focused.textarea,
.is-warning.input:active,
.taginput .is-warning.taginput-container.is-focusable:active,
.is-warning.textarea:active,
.is-warning.is-active.input,
.taginput .is-warning.is-active.taginput-container.is-focusable,
.is-warning.is-active.textarea {
box-shadow: rgba(152, 121, 0, 0.25) 0px 0px 0px 0.125em!important;
}
.is-danger.input,
.taginput .is-danger.taginput-container.is-focusable,
.is-danger.textarea {
border-color: rgb(162, 0, 33)!important;
}
.is-danger.input:focus,
.taginput .is-danger.taginput-container.is-focusable:focus,
.is-danger.textarea:focus,
.is-danger.is-focused.input,
.taginput .is-danger.is-focused.taginput-container.is-focusable,
.is-danger.is-focused.textarea,
.is-danger.input:active,
.taginput .is-danger.taginput-container.is-focusable:active,
.is-danger.textarea:active,
.is-danger.is-active.input,
.taginput .is-danger.is-active.taginput-container.is-focusable,
.is-danger.is-active.textarea {
box-shadow: rgba(170, 0, 34, 0.25) 0px 0px 0px 0.125em!important;
}
.input.is-static,
.taginput .is-static.taginput-container.is-focusable {
background-color: transparent!important;
border-color: transparent!important;
box-shadow: none!important;
}
.checkbox:hover,
.radio:hover {
color: rgb(198, 193, 185)!important;
}
.checkbox[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
color: rgb(155, 146, 133)!important;
}
.select:not(.is-multiple):not(.is-loading)::after {
border-color: rgb(11, 84, 166)!important;
}
.select select {
outline-color: initial!important;
}
.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
border-color: rgb(51, 55, 57)!important;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
border-color: rgb(122, 113, 100)!important;
}
.select.is-white:not(:hover)::after {
border-color: rgb(48, 52, 54)!important;
}
.select.is-white select {
border-color: rgb(48, 52, 54)!important;
}
.select.is-white select:hover,
.select.is-white select.is-hovered {
border-color: rgb(52, 56, 58)!important;
}
.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!important;
}
.select.is-black:not(:hover)::after {
border-color: rgb(137, 127, 112)!important;
}
.select.is-black select {
border-color: rgb(137, 127, 112)!important;
}
.select.is-black select:hover,
.select.is-black select.is-hovered {
border-color: rgb(140, 130, 115)!important;
}
.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!important;
}
.select.is-light:not(:hover)::after {
border-color: rgb(51, 55, 57)!important;
}
.select.is-light select {
border-color: rgb(51, 55, 57)!important;
}
.select.is-light select:hover,
.select.is-light select.is-hovered {
border-color: rgb(54, 59, 61)!important;
}
.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!important;
}
.select.is-dark:not(:hover)::after {
border-color: rgb(122, 113, 100)!important;
}
.select.is-dark select {
border-color: rgb(122, 113, 100)!important;
}
.select.is-dark select:hover,
.select.is-dark select.is-hovered {
border-color: rgb(126, 117, 104)!important;
}
.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!important;
}
.select.is-primary:not(:hover)::after {
border-color: rgb(11, 84, 166)!important;
}
.select.is-primary select {
border-color: rgb(11, 84, 166)!important;
}
.select.is-primary select:hover,
.select.is-primary select.is-hovered {
border-color: rgb(12, 91, 180)!important;
}
.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(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.select.is-link:not(:hover)::after {
border-color: rgb(11, 84, 166)!important;
}
.select.is-link select {
border-color: rgb(11, 84, 166)!important;
}
.select.is-link select:hover,
.select.is-link select.is-hovered {
border-color: rgb(12, 91, 180)!important;
}
.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(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.select.is-info:not(:hover)::after {
border-color: rgb(11, 84, 166)!important;
}
.select.is-info select {
border-color: rgb(11, 84, 166)!important;
}
.select.is-info select:hover,
.select.is-info select.is-hovered {
border-color: rgb(11, 88, 173)!important;
}
.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(12, 95, 188, 0.25) 0px 0px 0px 0.125em!important;
}
.select.is-success:not(:hover)::after {
border-color: rgb(26, 156, 72)!important;
}
.select.is-success select {
border-color: rgb(26, 156, 72)!important;
}
.select.is-success select:hover,
.select.is-success select.is-hovered {
border-color: rgb(27, 162, 74)!important;
}
.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(28, 167, 77, 0.25) 0px 0px 0px 0.125em!important;
}
.select.is-warning:not(:hover)::after {
border-color: rgb(152, 122, 0)!important;
}
.select.is-warning select {
border-color: rgb(152, 122, 0)!important;
}
.select.is-warning select:hover,
.select.is-warning select.is-hovered {
border-color: rgb(160, 128, 0)!important;
}
.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(152, 121, 0, 0.25) 0px 0px 0px 0.125em!important;
}
.select.is-danger:not(:hover)::after {
border-color: rgb(162, 0, 33)!important;
}
.select.is-danger select {
border-color: rgb(162, 0, 33)!important;
}
.select.is-danger select:hover,
.select.is-danger select.is-hovered {
border-color: rgb(169, 0, 33)!important;
}
.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(170, 0, 34, 0.25) 0px 0px 0px 0.125em!important;
}
.select.is-disabled::after {
border-color: rgb(100, 93, 82)!important;
}
.file.is-white .file-cta {
background-color: rgb(24, 26, 27)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
background-color: rgb(27, 30, 31)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
border-color: transparent!important;
box-shadow: rgba(24, 26, 27, 0.25) 0px 0px 0.5em!important;
color: rgb(226, 223, 219)!important;
}
.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
background-color: rgb(31, 34, 35)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.file.is-black .file-cta {
background-color: rgb(8, 8, 8)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
background-color: rgb(3, 3, 3)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
border-color: transparent!important;
box-shadow: rgba(8, 8, 8, 0.25) 0px 0px 0.5em!important;
color: rgb(232, 230, 227)!important;
}
.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
background-color: rgb(0, 0, 0)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-light .file-cta {
background-color: rgb(30, 32, 33)!important;
border-color: transparent!important;
color: rgb(198, 193, 185)!important;
}
.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
background-color: rgb(34, 36, 38)!important;
border-color: transparent!important;
color: rgb(198, 193, 185)!important;
}
.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
border-color: transparent!important;
box-shadow: rgba(30, 32, 33, 0.25) 0px 0px 0.5em!important;
color: rgb(198, 193, 185)!important;
}
.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
background-color: rgb(37, 40, 42)!important;
border-color: transparent!important;
color: rgb(198, 193, 185)!important;
}
.file.is-dark .file-cta {
background-color: rgb(41, 44, 46)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
background-color: rgb(35, 38, 40)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
border-color: transparent!important;
box-shadow: rgba(41, 44, 46, 0.25) 0px 0px 0.5em!important;
color: rgb(226, 223, 219)!important;
}
.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
background-color: rgb(31, 33, 35)!important;
border-color: transparent!important;
color: rgb(226, 223, 219)!important;
}
.file.is-primary .file-cta {
background-color: rgb(12, 95, 188)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
background-color: rgb(10, 80, 158)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
border-color: transparent!important;
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0.5em!important;
color: rgb(232, 230, 227)!important;
}
.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
background-color: rgb(10, 80, 158)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-link .file-cta {
background-color: rgb(12, 95, 188)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
background-color: rgb(10, 80, 158)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
border-color: transparent!important;
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0.5em!important;
color: rgb(232, 230, 227)!important;
}
.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
background-color: rgb(10, 80, 158)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-info .file-cta {
background-color: rgb(12, 95, 188)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-info:hover .file-cta,
.file.is-info.is-hovered .file-cta {
background-color: rgb(12, 95, 187)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-info:focus .file-cta,
.file.is-info.is-focused .file-cta {
border-color: transparent!important;
box-shadow: rgba(12, 95, 188, 0.25) 0px 0px 0.5em!important;
color: rgb(232, 230, 227)!important;
}
.file.is-info:active .file-cta,
.file.is-info.is-active .file-cta {
background-color: rgb(11, 90, 178)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-success .file-cta {
background-color: rgb(28, 167, 77)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
background-color: rgb(27, 158, 73)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
border-color: transparent!important;
box-shadow: rgba(28, 167, 77, 0.25) 0px 0px 0.5em!important;
color: rgb(232, 230, 227)!important;
}
.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
background-color: rgb(26, 150, 69)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-warning .file-cta {
background-color: rgb(152, 121, 0)!important;
border-color: transparent!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
background-color: rgb(160, 128, 0)!important;
border-color: transparent!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
border-color: transparent!important;
box-shadow: rgba(152, 121, 0, 0.25) 0px 0px 0.5em!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
background-color: rgb(167, 134, 0)!important;
border-color: transparent!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.file.is-danger .file-cta {
background-color: rgb(170, 0, 34)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
background-color: rgb(178, 0, 36)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
border-color: transparent!important;
box-shadow: rgba(170, 0, 34, 0.25) 0px 0px 0.5em!important;
color: rgb(232, 230, 227)!important;
}
.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
background-color: rgb(185, 0, 36)!important;
border-color: transparent!important;
color: rgb(232, 230, 227)!important;
}
.file-label:hover .file-cta {
background-color: rgb(34, 36, 38)!important;
color: rgb(198, 193, 185)!important;
}
.file-label:hover .file-name {
border-color: rgb(60, 65, 67)!important;
}
.file-label:active .file-cta {
background-color: rgb(37, 40, 42)!important;
color: rgb(198, 193, 185)!important;
}
.file-label:active .file-name {
border-color: rgb(62, 67, 69)!important;
}
.file-input {
outline-color: initial!important;
}
.file-cta,
.file-name {
border-color: rgb(58, 63, 65)!important;
}
.file-cta {
background-color: rgb(30, 32, 33)!important;
color: rgb(185, 179, 170)!important;
}
.file-name {
border-color: rgb(58, 63, 65)!important;
}
.label {
color: rgb(198, 193, 185)!important;
}
.help.is-white {
color: rgb(232, 230, 227)!important;
}
.help.is-black {
color: rgb(226, 223, 219)!important;
}
.help.is-light {
color: rgb(226, 223, 219)!important;
}
.help.is-dark {
color: rgb(198, 193, 185)!important;
}
.help.is-primary {
color: rgb(44, 151, 241)!important;
}
.help.is-link {
color: rgb(44, 151, 241)!important;
}
.help.is-info {
color: rgb(44, 151, 241)!important;
}
.help.is-success {
color: rgb(65, 223, 120)!important;
}
.help.is-warning {
color: rgb(255, 221, 86)!important;
}
.help.is-danger {
color: rgb(255, 65, 103)!important;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .taginput .taginput-container.is-focusable:focus ~ .icon,
.taginput .control.has-icons-left .taginput-container.is-focusable:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .taginput .taginput-container.is-focusable:focus ~ .icon,
.taginput .control.has-icons-right .taginput-container.is-focusable:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
color: rgb(155, 146, 133)!important;
}
.control.has-icons-left .icon,
.control.has-icons-right .icon {
color: rgb(209, 205, 199)!important;
}
.breadcrumb a {
color: rgb(44, 151, 241)!important;
}
.breadcrumb a:hover {
color: rgb(198, 193, 185)!important;
}
.breadcrumb li.is-active a {
color: rgb(198, 193, 185)!important;
}
.breadcrumb li + li::before {
color: rgb(185, 179, 170)!important;
}
.card {
background-color: rgb(24, 26, 27)!important;
box-shadow: rgba(8, 8, 8, 0.1) 0px 2px 3px,
rgba(8, 8, 8, 0.1) 0px 0px 0px 1px!important;
color: rgb(185, 179, 170)!important;
}
.card-header {
background-color: transparent!important;
box-shadow: rgba(8, 8, 8, 0.1) 0px 1px 2px!important;
}
.card-header-title {
color: rgb(198, 193, 185)!important;
}
.card-content {
background-color: transparent!important;
}
.card-footer {
background-color: transparent!important;
border-top-color: rgb(58, 63, 65)!important;
}
.card-footer-item:not(:last-child) {
border-right-color: rgb(58, 63, 65)!important;
}
.dropdown-content {
background-color: rgb(24, 26, 27)!important;
box-shadow: rgba(8, 8, 8, 0.1) 0px 2px 3px,
rgba(8, 8, 8, 0.1) 0px 0px 0px 1px!important;
}
.dropdown-item,
.dropdown .dropdown-menu .has-link a {
color: rgb(185, 179, 170)!important;
}
a.dropdown-item:hover,
.dropdown .dropdown-menu .has-link a:hover,
button.dropdown-item:hover {
background-color: rgb(30, 32, 33)!important;
color: rgb(226, 223, 219)!important;
}
a.dropdown-item.is-active,
.dropdown .dropdown-menu .has-link a.is-active,
button.dropdown-item.is-active {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.dropdown-divider {
background-color: rgb(44, 48, 50)!important;
border-color: initial!important;
}
.list {
background-color: rgb(24, 26, 27)!important;
box-shadow: rgba(8, 8, 8, 0.1) 0px 2px 3px,
rgba(8, 8, 8, 0.1) 0px 0px 0px 1px!important;
}
.list-item:not(a) {
color: rgb(185, 179, 170)!important;
}
.list-item:not(:last-child) {
border-bottom-color: rgb(58, 63, 65)!important;
}
.list-item.is-active {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
a.list-item {
background-color: rgb(30, 32, 33)!important;
}
.media .media {
border-top-color: rgba(58, 63, 65, 0.5)!important;
}
.media + .media {
border-top-color: rgba(58, 63, 65, 0.5)!important;
}
.menu-list a {
color: rgb(185, 179, 170)!important;
}
.menu-list a:hover {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.menu-list a.is-active {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.menu-list li ul {
border-left-color: rgb(58, 63, 65)!important;
}
.menu-label {
color: rgb(155, 146, 133)!important;
}
.message {
background-color: rgb(30, 32, 33)!important;
}
.message strong {
color: currentcolor!important;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
color: currentcolor!important;
text-decoration-color: initial!important;
}
.message.is-white {
background-color: rgb(24, 26, 27)!important;
}
.message.is-white .message-header {
background-color: rgb(24, 26, 27)!important;
color: rgb(226, 223, 219)!important;
}
.message.is-white .message-body {
border-color: rgb(48, 52, 54)!important;
color: rgb(183, 177, 168)!important;
}
.message.is-black {
background-color: rgb(27, 29, 30)!important;
}
.message.is-black .message-header {
background-color: rgb(8, 8, 8)!important;
color: rgb(232, 230, 227)!important;
}
.message.is-black .message-body {
border-color: rgb(137, 127, 112)!important;
color: rgb(226, 224, 220)!important;
}
.message.is-light {
background-color: rgb(27, 29, 30)!important;
}
.message.is-light .message-header {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.message.is-light .message-body {
border-color: rgb(51, 55, 57)!important;
color: rgb(181, 175, 166)!important;
}
.message.is-dark {
background-color: rgb(27, 29, 30)!important;
}
.message.is-dark .message-header {
background-color: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
.message.is-dark .message-body {
border-color: rgb(122, 113, 100)!important;
color: rgb(205, 201, 195)!important;
}
.message.is-primary {
background-color: rgb(27, 29, 30)!important;
}
.message.is-primary .message-header {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.message.is-primary .message-body {
border-color: rgb(11, 84, 166)!important;
color: rgb(88, 173, 244)!important;
}
.message.is-link {
background-color: rgb(27, 29, 30)!important;
}
.message.is-link .message-header {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.message.is-link .message-body {
border-color: rgb(11, 84, 166)!important;
color: rgb(88, 173, 244)!important;
}
.message.is-info {
background-color: rgb(27, 29, 30)!important;
}
.message.is-info .message-header {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.message.is-info .message-body {
border-color: rgb(11, 84, 166)!important;
color: rgb(117, 184, 240)!important;
}
.message.is-success {
background-color: rgb(6, 51, 30)!important;
}
.message.is-success .message-header {
background-color: rgb(28, 167, 77)!important;
color: rgb(232, 230, 227)!important;
}
.message.is-success .message-body {
border-color: rgb(26, 156, 72)!important;
color: rgb(212, 209, 203)!important;
}
.message.is-warning {
background-color: rgb(57, 46, 0)!important;
}
.message.is-warning .message-header {
background-color: rgb(152, 121, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.message.is-warning .message-body {
border-color: rgb(152, 122, 0)!important;
color: rgb(211, 207, 201)!important;
}
.message.is-danger {
background-color: rgb(57, 0, 11)!important;
}
.message.is-danger .message-header {
background-color: rgb(170, 0, 34)!important;
color: rgb(232, 230, 227)!important;
}
.message.is-danger .message-body {
border-color: rgb(162, 0, 33)!important;
color: rgb(247, 63, 99)!important;
}
.message-header {
background-color: rgb(56, 60, 63)!important;
color: rgb(232, 230, 227)!important;
}
.message-body {
border-color: rgb(58, 63, 65)!important;
color: rgb(185, 179, 170)!important;
}
.message-body code,
.message-body pre {
background-color: rgb(24, 26, 27)!important;
}
.message-body pre code {
background-color: transparent!important;
}
.modal-background {
background-color: rgba(8, 8, 8, 0.86)!important;
}
.modal-close {
background-image: none!important;
background-color: initial!important;
}
.modal-card-head,
.modal-card-foot {
background-color: rgb(30, 32, 33)!important;
}
.modal-card-head {
border-bottom-color: rgb(58, 63, 65)!important;
}
.modal-card-title {
color: rgb(198, 193, 185)!important;
}
.modal-card-foot {
border-top-color: rgb(58, 63, 65)!important;
}
.modal-card-body {
background-color: rgb(24, 26, 27)!important;
}
.navbar {
background-color: rgb(24, 26, 27)!important;
}
.navbar.is-white {
background-color: rgb(24, 26, 27)!important;
color: rgb(226, 223, 219)!important;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
color: rgb(226, 223, 219)!important;
}
.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)!important;
color: rgb(226, 223, 219)!important;
}
.navbar.is-white .navbar-brand .navbar-link::after {
border-color: rgb(137, 127, 112)!important;
}
.navbar.is-white .navbar-burger {
color: rgb(226, 223, 219)!important;
}
@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)!important;
}
.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)!important;
color: rgb(226, 223, 219)!important;
}
.navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
border-color: rgb(137, 127, 112)!important;
}
.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)!important;
color: rgb(226, 223, 219)!important;
}
.navbar.is-white .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(24, 26, 27)!important;
color: rgb(226, 223, 219)!important;
}
}
.navbar.is-black {
background-color: rgb(8, 8, 8)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
color: rgb(232, 230, 227)!important;
}
.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)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-black .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.navbar.is-black .navbar-burger {
color: rgb(232, 230, 227)!important;
}
@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)!important;
}
.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)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.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)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-black .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(8, 8, 8)!important;
color: rgb(232, 230, 227)!important;
}
}
.navbar.is-light {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
color: rgb(198, 193, 185)!important;
}
.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)!important;
color: rgb(198, 193, 185)!important;
}
.navbar.is-light .navbar-brand .navbar-link::after {
border-color: rgb(122, 113, 100)!important;
}
.navbar.is-light .navbar-burger {
color: rgb(198, 193, 185)!important;
}
@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: rgb(198, 193, 185)!important;
}
.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)!important;
color: rgb(198, 193, 185)!important;
}
.navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
border-color: rgb(122, 113, 100)!important;
}
.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)!important;
color: rgb(198, 193, 185)!important;
}
.navbar.is-light .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
}
.navbar.is-dark {
background-color: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
color: rgb(226, 223, 219)!important;
}
.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)!important;
color: rgb(226, 223, 219)!important;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
border-color: rgb(51, 55, 57)!important;
}
.navbar.is-dark .navbar-burger {
color: rgb(226, 223, 219)!important;
}
@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(226, 223, 219)!important;
}
.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)!important;
color: rgb(226, 223, 219)!important;
}
.navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
border-color: rgb(51, 55, 57)!important;
}
.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)!important;
color: rgb(226, 223, 219)!important;
}
.navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
}
.navbar.is-primary {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
color: rgb(232, 230, 227)!important;
}
.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(10, 80, 158)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.navbar.is-primary .navbar-burger {
color: rgb(232, 230, 227)!important;
}
@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)!important;
}
.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(10, 80, 158)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.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(10, 80, 158)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
}
.navbar.is-link {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
color: rgb(232, 230, 227)!important;
}
.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(10, 80, 158)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-link .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.navbar.is-link .navbar-burger {
color: rgb(232, 230, 227)!important;
}
@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)!important;
}
.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(10, 80, 158)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.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(10, 80, 158)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-link .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
}
.navbar.is-info {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
color: rgb(232, 230, 227)!important;
}
.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(11, 90, 178)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-info .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.navbar.is-info .navbar-burger {
color: rgb(232, 230, 227)!important;
}
@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)!important;
}
.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(11, 90, 178)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.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(11, 90, 178)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-info .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
}
.navbar.is-success {
background-color: rgb(28, 167, 77)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
color: rgb(232, 230, 227)!important;
}
.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(26, 150, 69)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-success .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.navbar.is-success .navbar-burger {
color: rgb(232, 230, 227)!important;
}
@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)!important;
}
.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(26, 150, 69)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.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(26, 150, 69)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-success .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(28, 167, 77)!important;
color: rgb(232, 230, 227)!important;
}
}
.navbar.is-warning {
background-color: rgb(152, 121, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
color: rgba(232, 230, 227, 0.7)!important;
}
.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(167, 134, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.navbar.is-warning .navbar-brand .navbar-link::after {
border-color: rgba(140, 130, 115, 0.7)!important;
}
.navbar.is-warning .navbar-burger {
color: rgba(232, 230, 227, 0.7)!important;
}
@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)!important;
}
.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(167, 134, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
border-color: rgba(140, 130, 115, 0.7)!important;
}
.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(167, 134, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(152, 121, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
}
.navbar.is-danger {
background-color: rgb(170, 0, 34)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
color: rgb(232, 230, 227)!important;
}
.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(185, 0, 36)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.navbar.is-danger .navbar-burger {
color: rgb(232, 230, 227)!important;
}
@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)!important;
}
.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(185, 0, 36)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
border-color: rgb(48, 52, 54)!important;
}
.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(185, 0, 36)!important;
color: rgb(232, 230, 227)!important;
}
.navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(170, 0, 34)!important;
color: rgb(232, 230, 227)!important;
}
}
.navbar.has-shadow {
box-shadow: rgb(30, 32, 33) 0px 2px 0px 0px!important;
}
.navbar.is-fixed-bottom.has-shadow {
box-shadow: rgb(30, 32, 33) 0px -2px 0px 0px!important;
}
.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
background-color: transparent!important;
}
.navbar-burger {
color: rgb(185, 179, 170)!important;
}
.navbar-burger span {
background-color: currentcolor!important;
}
.navbar-burger:hover {
background-color: rgba(0, 0, 0, 0.05)!important;
}
.navbar-item,
.navbar-link {
color: rgb(185, 179, 170)!important;
}
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)!important;
color: rgb(44, 151, 241)!important;
}
.navbar-item.is-tab {
border-bottom-color: transparent!important;
}
.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
background-color: transparent!important;
border-bottom-color: rgb(11, 84, 166)!important;
}
.navbar-item.is-tab.is-active {
background-color: transparent!important;
border-bottom-color: rgb(11, 84, 166)!important;
color: rgb(44, 151, 241)!important;
}
.navbar-link:not(.is-arrowless)::after {
border-color: rgb(11, 84, 166)!important;
}
.navbar-divider {
background-color: rgb(30, 32, 33)!important;
border-color: initial!important;
}
@media screen and (max-width: 1023px) {
.navbar-menu {
background-color: rgb(24, 26, 27)!important;
box-shadow: rgba(8, 8, 8, 0.1) 0px 8px 16px!important;
}
.navbar.is-fixed-bottom-touch.has-shadow {
box-shadow: rgba(8, 8, 8, 0.1) 0px -2px 3px!important;
}
}
@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)!important;
color: rgb(226, 223, 219)!important;
}
.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
background-color: rgb(30, 32, 33)!important;
color: rgb(44, 151, 241)!important;
}
.navbar-item.has-dropdown-up .navbar-dropdown {
border-bottom-color: rgb(58, 63, 65)!important;
border-top-color: initial!important;
box-shadow: rgba(8, 8, 8, 0.1) 0px -8px 8px!important;
}
.navbar-dropdown {
background-color: rgb(24, 26, 27)!important;
border-top-color: rgb(58, 63, 65)!important;
box-shadow: rgba(8, 8, 8, 0.1) 0px 8px 8px!important;
}
.navbar-dropdown a.navbar-item:focus,
.navbar-dropdown a.navbar-item:hover {
background-color: rgb(30, 32, 33)!important;
color: rgb(226, 223, 219)!important;
}
.navbar-dropdown a.navbar-item.is-active {
background-color: rgb(30, 32, 33)!important;
color: rgb(44, 151, 241)!important;
}
.navbar.is-spaced .navbar-dropdown,
.navbar-dropdown.is-boxed {
border-top-color: initial!important;
box-shadow: rgba(8, 8, 8, 0.1) 0px 8px 8px,
rgba(8, 8, 8, 0.1) 0px 0px 0px 1px!important;
}
.navbar.is-fixed-bottom-desktop.has-shadow {
box-shadow: rgba(8, 8, 8, 0.1) 0px -2px 3px!important;
}
a.navbar-item.is-active,
.navbar-link.is-active {
color: rgb(226, 223, 219)!important;
}
a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
background-color: transparent!important;
}
.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)!important;
}
}
.pagination-previous,
.pagination-next,
.pagination-link {
border-color: rgb(58, 63, 65)!important;
color: rgb(198, 193, 185)!important;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
border-color: rgb(69, 75, 78)!important;
color: rgb(198, 193, 185)!important;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
border-color: rgb(11, 84, 166)!important;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
box-shadow: rgba(8, 8, 8, 0.2) 0px 1px 2px inset!important;
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
background-color: rgb(44, 48, 50)!important;
border-color: rgb(58, 63, 65)!important;
box-shadow: none!important;
color: rgb(155, 146, 133)!important;
}
.pagination-link.is-current {
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(232, 230, 227)!important;
}
.pagination-ellipsis {
color: rgb(185, 179, 170)!important;
}
.panel-heading,
.panel-tabs,
.panel-block {
border-bottom-color: rgb(58, 63, 65)!important;
border-left-color: rgb(58, 63, 65)!important;
border-right-color: rgb(58, 63, 65)!important;
}
.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
border-top-color: rgb(58, 63, 65)!important;
}
.panel-heading {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.panel-tabs a {
border-bottom-color: rgb(58, 63, 65)!important;
}
.panel-tabs a.is-active {
border-bottom-color: rgb(116, 107, 95)!important;
color: rgb(198, 193, 185)!important;
}
.panel-list a {
color: rgb(185, 179, 170)!important;
}
.panel-list a:hover {
color: rgb(44, 151, 241)!important;
}
.panel-block {
color: rgb(198, 193, 185)!important;
}
.panel-block.is-active {
border-left-color: rgb(11, 84, 166)!important;
color: rgb(198, 193, 185)!important;
}
.panel-block.is-active .panel-icon {
color: rgb(44, 151, 241)!important;
}
a.panel-block:hover,
label.panel-block:hover {
background-color: rgb(30, 32, 33)!important;
}
.panel-icon {
color: rgb(155, 146, 133)!important;
}
.tabs a {
border-bottom-color: rgb(58, 63, 65)!important;
color: rgb(185, 179, 170)!important;
}
.tabs a:hover {
border-bottom-color: rgb(122, 113, 100)!important;
color: rgb(198, 193, 185)!important;
}
.tabs li.is-active a {
border-bottom-color: rgb(11, 84, 166)!important;
color: rgb(44, 151, 241)!important;
}
.tabs ul {
border-bottom-color: rgb(58, 63, 65)!important;
}
.tabs.is-boxed a {
border-color: transparent!important;
}
.tabs.is-boxed a:hover {
background-color: rgb(30, 32, 33)!important;
border-bottom-color: rgb(58, 63, 65)!important;
}
.tabs.is-boxed li.is-active a {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(58, 63, 65) rgb(58, 63, 65) transparent!important;
}
.tabs.is-toggle a {
border-color: rgb(58, 63, 65)!important;
}
.tabs.is-toggle a:hover {
background-color: rgb(30, 32, 33)!important;
border-color: rgb(69, 75, 78)!important;
}
.tabs.is-toggle li.is-active a {
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(232, 230, 227)!important;
}
.tabs.is-toggle ul {
border-bottom-color: initial!important;
}
.hero .navbar {
background-image: none!important;
background-color: initial!important;
}
.hero .tabs ul {
border-bottom-color: initial!important;
}
.hero.is-white {
background-color: rgb(24, 26, 27)!important;
color: rgb(226, 223, 219)!important;
}
.hero.is-white .title {
color: rgb(226, 223, 219)!important;
}
.hero.is-white .subtitle {
color: rgba(226, 223, 219, 0.9)!important;
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
color: rgb(226, 223, 219)!important;
}
@media screen and (max-width: 1023px) {
.hero.is-white .navbar-menu {
background-color: rgb(24, 26, 27)!important;
}
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
color: rgba(226, 223, 219, 0.7)!important;
}
.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)!important;
color: rgb(226, 223, 219)!important;
}
.hero.is-white .tabs a {
color: rgb(226, 223, 219)!important;
}
.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
color: rgb(226, 223, 219)!important;
}
.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1)!important;
}
.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)!important;
border-color: rgb(137, 127, 112)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-white.is-bold {
background-image: linear-gradient(141deg,
rgb(38, 41, 43) 0%,
rgb(24, 26, 27) 71%,
rgb(24, 26, 27) 100%)!important;
}
@media screen and (max-width: 768px) {
.hero.is-white.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(38, 41, 43) 0%,
rgb(24, 26, 27) 71%,
rgb(24, 26, 27) 100%)!important;
}
}
.hero.is-black {
background-color: rgb(8, 8, 8)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-black .title {
color: rgb(232, 230, 227)!important;
}
.hero.is-black .subtitle {
color: rgba(232, 230, 227, 0.9)!important;
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
color: rgb(232, 230, 227)!important;
}
@media screen and (max-width: 1023px) {
.hero.is-black .navbar-menu {
background-color: rgb(8, 8, 8)!important;
}
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
color: rgba(232, 230, 227, 0.7)!important;
}
.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)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-black .tabs a {
color: rgb(232, 230, 227)!important;
}
.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
color: rgb(232, 230, 227)!important;
}
.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1)!important;
}
.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)!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(226, 223, 219)!important;
}
.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%)!important;
}
@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%)!important;
}
}
.hero.is-light {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.hero.is-light .title {
color: rgb(198, 193, 185)!important;
}
.hero.is-light .subtitle {
color: rgba(198, 193, 185, 0.9)!important;
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
color: rgb(198, 193, 185)!important;
}
@media screen and (max-width: 1023px) {
.hero.is-light .navbar-menu {
background-color: rgb(30, 32, 33)!important;
}
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
color: rgba(198, 193, 185, 0.7)!important;
}
.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)!important;
color: rgb(198, 193, 185)!important;
}
.hero.is-light .tabs a {
color: rgb(198, 193, 185)!important;
}
.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
color: rgb(198, 193, 185)!important;
}
.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1)!important;
}
.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: rgb(41, 44, 46)!important;
border-color: rgb(122, 113, 100)!important;
color: rgb(226, 223, 219)!important;
}
.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%)!important;
}
@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%)!important;
}
}
.hero.is-dark {
background-color: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
.hero.is-dark .title {
color: rgb(226, 223, 219)!important;
}
.hero.is-dark .subtitle {
color: rgba(226, 223, 219, 0.9)!important;
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
color: rgb(226, 223, 219)!important;
}
@media screen and (max-width: 1023px) {
.hero.is-dark .navbar-menu {
background-color: rgb(41, 44, 46)!important;
}
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
color: rgba(226, 223, 219, 0.7)!important;
}
.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)!important;
color: rgb(226, 223, 219)!important;
}
.hero.is-dark .tabs a {
color: rgb(226, 223, 219)!important;
}
.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
color: rgb(226, 223, 219)!important;
}
.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1)!important;
}
.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(30, 32, 33)!important;
border-color: rgb(51, 55, 57)!important;
color: rgb(198, 193, 185)!important;
}
.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%)!important;
}
@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%)!important;
}
}
.hero.is-primary {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-primary .title {
color: rgb(232, 230, 227)!important;
}
.hero.is-primary .subtitle {
color: rgba(232, 230, 227, 0.9)!important;
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
color: rgb(232, 230, 227)!important;
}
@media screen and (max-width: 1023px) {
.hero.is-primary .navbar-menu {
background-color: rgb(12, 95, 188)!important;
}
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
color: rgba(232, 230, 227, 0.7)!important;
}
.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(10, 80, 158)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-primary .tabs a {
color: rgb(232, 230, 227)!important;
}
.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
color: rgb(232, 230, 227)!important;
}
.hero.is-primary .tabs.is-boxed a:hover,
.hero.is-primary .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1)!important;
}
.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)!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(44, 151, 241)!important;
}
.hero.is-primary.is-bold {
background-image: linear-gradient(141deg,
rgb(10, 80, 158) 0%,
rgb(12, 95, 188) 71%,
rgb(10, 80, 158) 100%)!important;
}
@media screen and (max-width: 768px) {
.hero.is-primary.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(10, 80, 158) 0%,
rgb(12, 95, 188) 71%,
rgb(10, 80, 158) 100%)!important;
}
}
.hero.is-link {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-link .title {
color: rgb(232, 230, 227)!important;
}
.hero.is-link .subtitle {
color: rgba(232, 230, 227, 0.9)!important;
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
color: rgb(232, 230, 227)!important;
}
@media screen and (max-width: 1023px) {
.hero.is-link .navbar-menu {
background-color: rgb(12, 95, 188)!important;
}
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
color: rgba(232, 230, 227, 0.7)!important;
}
.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(10, 80, 158)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-link .tabs a {
color: rgb(232, 230, 227)!important;
}
.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
color: rgb(232, 230, 227)!important;
}
.hero.is-link .tabs.is-boxed a:hover,
.hero.is-link .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1)!important;
}
.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)!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(44, 151, 241)!important;
}
.hero.is-link.is-bold {
background-image: linear-gradient(141deg,
rgb(10, 80, 158) 0%,
rgb(12, 95, 188) 71%,
rgb(10, 80, 158) 100%)!important;
}
@media screen and (max-width: 768px) {
.hero.is-link.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(10, 80, 158) 0%,
rgb(12, 95, 188) 71%,
rgb(10, 80, 158) 100%)!important;
}
}
.hero.is-info {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-info .title {
color: rgb(232, 230, 227)!important;
}
.hero.is-info .subtitle {
color: rgba(232, 230, 227, 0.9)!important;
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
color: rgb(232, 230, 227)!important;
}
@media screen and (max-width: 1023px) {
.hero.is-info .navbar-menu {
background-color: rgb(12, 95, 188)!important;
}
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
color: rgba(232, 230, 227, 0.7)!important;
}
.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(11, 90, 178)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-info .tabs a {
color: rgb(232, 230, 227)!important;
}
.hero.is-info .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a {
color: rgb(232, 230, 227)!important;
}
.hero.is-info .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1)!important;
}
.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)!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(44, 151, 241)!important;
}
.hero.is-info.is-bold {
background-image: linear-gradient(141deg,
rgb(2, 107, 167) 0%,
rgb(12, 95, 188) 71%,
rgb(7, 60, 178) 100%)!important;
}
@media screen and (max-width: 768px) {
.hero.is-info.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(2, 107, 167) 0%,
rgb(12, 95, 188) 71%,
rgb(7, 60, 178) 100%)!important;
}
}
.hero.is-success {
background-color: rgb(28, 167, 77)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-success .title {
color: rgb(232, 230, 227)!important;
}
.hero.is-success .subtitle {
color: rgba(232, 230, 227, 0.9)!important;
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
color: rgb(232, 230, 227)!important;
}
@media screen and (max-width: 1023px) {
.hero.is-success .navbar-menu {
background-color: rgb(28, 167, 77)!important;
}
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
color: rgba(232, 230, 227, 0.7)!important;
}
.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(26, 150, 69)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-success .tabs a {
color: rgb(232, 230, 227)!important;
}
.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
color: rgb(232, 230, 227)!important;
}
.hero.is-success .tabs.is-boxed a:hover,
.hero.is-success .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1)!important;
}
.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)!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(65, 223, 120)!important;
}
.hero.is-success.is-bold {
background-image: linear-gradient(141deg,
rgb(14, 140, 38) 0%,
rgb(28, 167, 77) 71%,
rgb(24, 171, 118) 100%)!important;
}
@media screen and (max-width: 768px) {
.hero.is-success.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(14, 140, 38) 0%,
rgb(28, 167, 77) 71%,
rgb(24, 171, 118) 100%)!important;
}
}
.hero.is-warning {
background-color: rgb(152, 121, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.hero.is-warning .title {
color: rgba(232, 230, 227, 0.7)!important;
}
.hero.is-warning .subtitle {
color: rgba(232, 230, 227, 0.9)!important;
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
color: rgba(232, 230, 227, 0.7)!important;
}
@media screen and (max-width: 1023px) {
.hero.is-warning .navbar-menu {
background-color: rgb(152, 121, 0)!important;
}
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
color: rgba(232, 230, 227, 0.7)!important;
}
.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(167, 134, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.hero.is-warning .tabs a {
color: rgba(232, 230, 227, 0.7)!important;
}
.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
color: rgba(232, 230, 227, 0.7)!important;
}
.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1)!important;
}
.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)!important;
border-color: rgba(140, 130, 115, 0.7)!important;
color: rgb(255, 221, 86)!important;
}
.hero.is-warning.is-bold {
background-image: linear-gradient(141deg,
rgb(182, 116, 0) 0%,
rgb(152, 121, 0) 71%,
rgb(137, 132, 0) 100%)!important;
}
@media screen and (max-width: 768px) {
.hero.is-warning.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(182, 116, 0) 0%,
rgb(152, 121, 0) 71%,
rgb(137, 132, 0) 100%)!important;
}
}
.hero.is-danger {
background-color: rgb(170, 0, 34)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-danger .title {
color: rgb(232, 230, 227)!important;
}
.hero.is-danger .subtitle {
color: rgba(232, 230, 227, 0.9)!important;
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
color: rgb(232, 230, 227)!important;
}
@media screen and (max-width: 1023px) {
.hero.is-danger .navbar-menu {
background-color: rgb(170, 0, 34)!important;
}
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
color: rgba(232, 230, 227, 0.7)!important;
}
.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(185, 0, 36)!important;
color: rgb(232, 230, 227)!important;
}
.hero.is-danger .tabs a {
color: rgb(232, 230, 227)!important;
}
.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
color: rgb(232, 230, 227)!important;
}
.hero.is-danger .tabs.is-boxed a:hover,
.hero.is-danger .tabs.is-toggle a:hover {
background-color: rgba(8, 8, 8, 0.1)!important;
}
.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)!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(255, 65, 103)!important;
}
.hero.is-danger.is-bold {
background-image: linear-gradient(141deg,
rgb(201, 0, 74) 0%,
rgb(170, 0, 34) 71%,
rgb(155, 0, 4) 100%)!important;
}
@media screen and (max-width: 768px) {
.hero.is-danger.is-bold .navbar-menu {
background-image: linear-gradient(141deg,
rgb(201, 0, 74) 0%,
rgb(170, 0, 34) 71%,
rgb(155, 0, 4) 100%)!important;
}
}
.footer {
background-color: rgb(27, 29, 30)!important;
}
.autocomplete .dropdown-item.is-hovered,
.autocomplete .dropdown .dropdown-menu .has-link a.is-hovered,
.dropdown .dropdown-menu .has-link .autocomplete a.is-hovered {
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
color: rgb(226, 223, 219)!important;
}
.carousel.is-overlay {
background-color: rgba(8, 8, 8, 0.86)!important;
}
.carousel.is-overlay .carousel-indicator.has-background {
background-image: initial!important;
background-color: transparent!important;
}
.carousel .carousel-indicator.has-background {
background-image: initial!important;
background-color: rgba(8, 8, 8, 0.5)!important;
}
.carousel .carousel-indicator .indicator-item.is-active .indicator-style,
.carousel .carousel-indicator .indicator-item .indicator-style:hover {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
border-color: rgb(48, 52, 54)!important;
}
.carousel .carousel-indicator .indicator-item .indicator-style {
border-color: rgb(11, 84, 166)!important;
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
outline-color: initial!important;
}
.carousel-list.has-shadow {
box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px!important;
}
.carousel-list .carousel-slides .carousel-slide {
border-color: transparent!important;
}
.carousel-arrow .icon {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
color: rgb(44, 151, 241)!important;
border-color: rgb(48, 52, 54)!important;
outline-color: initial!important;
}
.carousel-arrow .icon:hover {
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox {
outline-color: initial!important;
}
.b-checkbox.checkbox input[type="checkbox"] {
outline-color: initial!important;
}
.b-checkbox.checkbox input[type="checkbox"] + .check {
border-color: rgb(100, 93, 82)!important; background-image: initial!important; background-color: transparent!important;
}
.b-checkbox.checkbox input[type="checkbox"]:checked + .check {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:checked + .check.is-white {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(24, 26, 27)!important;
border-color: rgb(48, 52, 54)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:checked + .check.is-black {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(8, 8, 8)!important;
border-color: rgb(137, 127, 112)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:checked + .check.is-light {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23363636' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(30, 32, 33)!important;
border-color: rgb(51, 55, 57)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:checked + .check.is-dark {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:whitesmoke' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(41, 44, 46)!important;
border-color: rgb(122, 113, 100)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:checked + .check.is-primary {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:checked + .check.is-link {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:checked + .check.is-info {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:checked + .check.is-success {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(28, 167, 77)!important;
border-color: rgb(26, 156, 72)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:checked + .check.is-warning {
background-image: url("data:image/svg+xml,
%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(152, 121, 0)!important;
border-color: rgb(152, 122, 0)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:checked + .check.is-danger {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(170, 0, 34)!important;
border-color: rgb(162, 0, 33)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:indeterminate + .check {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E")!important;
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:indeterminate + .check.is-white {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%230a0a0a' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E")!important;
background-color: rgb(24, 26, 27)!important;
border-color: rgb(48, 52, 54)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:indeterminate + .check.is-black {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E")!important;
background-color: rgb(8, 8, 8)!important;
border-color: rgb(137, 127, 112)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:indeterminate + .check.is-light {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23363636' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E")!important;
background-color: rgb(30, 32, 33)!important;
border-color: rgb(51, 55, 57)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:indeterminate + .check.is-dark {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:whitesmoke' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E")!important;
background-color: rgb(41, 44, 46)!important;
border-color: rgb(122, 113, 100)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:indeterminate + .check.is-primary {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E")!important;
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:indeterminate + .check.is-link {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E")!important;
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:indeterminate + .check.is-info {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E")!important;
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:indeterminate + .check.is-success {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E")!important;
background-color: rgb(28, 167, 77)!important;
border-color: rgb(26, 156, 72)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:indeterminate + .check.is-warning {
background-image: url("data:image/svg+xml,
%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E")!important;
background-color: rgb(152, 121, 0)!important;
border-color: rgb(152, 122, 0)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:indeterminate + .check.is-danger {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E")!important;
background-color: rgb(170, 0, 34)!important;
border-color: rgb(162, 0, 33)!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus + .check {
box-shadow: rgba(92, 100, 103, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus:checked + .check {
box-shadow: rgba(64, 35, 142, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus:checked + .check.is-white {
box-shadow: rgba(24, 26, 27, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus:checked + .check.is-black {
box-shadow: rgba(8, 8, 8, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus:checked + .check.is-light {
box-shadow: rgba(30, 32, 33, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus:checked + .check.is-dark {
box-shadow: rgba(41, 44, 46, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus:checked + .check.is-primary {
box-shadow: rgba(64, 35, 142, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus:checked + .check.is-link {
box-shadow: rgba(64, 35, 142, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus:checked + .check.is-info {
box-shadow: rgba(12, 95, 188, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus:checked + .check.is-success {
box-shadow: rgba(28, 167, 77, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus:checked + .check.is-warning {
box-shadow: rgba(152, 121, 0, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox input[type="checkbox"]:focus:checked + .check.is-danger {
box-shadow: rgba(170, 0, 34, 0.8) 0px 0px 0.5em!important;
}
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check {
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check.is-white {
border-color: rgb(48, 52, 54)!important;
}
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check.is-black {
border-color: rgb(137, 127, 112)!important;
}
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check.is-light {
border-color: rgb(51, 55, 57)!important;
}
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check.is-dark {
border-color: rgb(122, 113, 100)!important;
}
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check.is-primary {
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check.is-link {
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check.is-info {
border-color: rgb(11, 84, 166)!important;
}
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check.is-success {
border-color: rgb(26, 156, 72)!important;
}
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check.is-warning {
border-color: rgb(152, 122, 0)!important;
}
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check.is-danger {
border-color: rgb(162, 0, 33)!important;
}
.b-clockpicker .card-header {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker .b-clockpicker-face::after {
background-color: rgb(12, 95, 188)!important;
}
.b-clockpicker .b-clockpicker-face-hand {
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-clockpicker .b-clockpicker-face-number.active {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-white .card-header {
background-color: rgb(24, 26, 27)!important;
color: rgb(226, 223, 219)!important;
}
.b-clockpicker.is-white .b-clockpicker-face::after {
background-color: rgb(24, 26, 27)!important;
}
.b-clockpicker.is-white .b-clockpicker-face-hand {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(48, 52, 54)!important;
}
.b-clockpicker.is-white .b-clockpicker-face-number.active {
background-color: rgb(24, 26, 27)!important;
color: rgb(226, 223, 219)!important;
}
.b-clockpicker.is-black .card-header {
background-color: rgb(8, 8, 8)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-black .b-clockpicker-face::after {
background-color: rgb(8, 8, 8)!important;
}
.b-clockpicker.is-black .b-clockpicker-face-hand {
background-color: rgb(8, 8, 8)!important;
border-color: rgb(137, 127, 112)!important;
}
.b-clockpicker.is-black .b-clockpicker-face-number.active {
background-color: rgb(8, 8, 8)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-light .card-header {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.b-clockpicker.is-light .b-clockpicker-face::after {
background-color: rgb(30, 32, 33)!important;
}
.b-clockpicker.is-light .b-clockpicker-face-hand {
background-color: rgb(30, 32, 33)!important;
border-color: rgb(51, 55, 57)!important;
}
.b-clockpicker.is-light .b-clockpicker-face-number.active {
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.b-clockpicker.is-dark .card-header {
background-color: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
.b-clockpicker.is-dark .b-clockpicker-face::after {
background-color: rgb(41, 44, 46)!important;
}
.b-clockpicker.is-dark .b-clockpicker-face-hand {
background-color: rgb(41, 44, 46)!important;
border-color: rgb(122, 113, 100)!important;
}
.b-clockpicker.is-dark .b-clockpicker-face-number.active {
background-color: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
.b-clockpicker.is-primary .card-header {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-primary .b-clockpicker-face::after {
background-color: rgb(12, 95, 188)!important;
}
.b-clockpicker.is-primary .b-clockpicker-face-hand {
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-clockpicker.is-primary .b-clockpicker-face-number.active {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-link .card-header {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-link .b-clockpicker-face::after {
background-color: rgb(12, 95, 188)!important;
}
.b-clockpicker.is-link .b-clockpicker-face-hand {
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-clockpicker.is-link .b-clockpicker-face-number.active {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-info .card-header {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-info .b-clockpicker-face::after {
background-color: rgb(12, 95, 188)!important;
}
.b-clockpicker.is-info .b-clockpicker-face-hand {
background-color: rgb(12, 95, 188)!important;
border-color: rgb(11, 84, 166)!important;
}
.b-clockpicker.is-info .b-clockpicker-face-number.active {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-success .card-header {
background-color: rgb(28, 167, 77)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-success .b-clockpicker-face::after {
background-color: rgb(28, 167, 77)!important;
}
.b-clockpicker.is-success .b-clockpicker-face-hand {
background-color: rgb(28, 167, 77)!important;
border-color: rgb(26, 156, 72)!important;
}
.b-clockpicker.is-success .b-clockpicker-face-number.active {
background-color: rgb(28, 167, 77)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-warning .card-header {
background-color: rgb(152, 121, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.b-clockpicker.is-warning .b-clockpicker-face::after {
background-color: rgb(152, 121, 0)!important;
}
.b-clockpicker.is-warning .b-clockpicker-face-hand {
background-color: rgb(152, 121, 0)!important;
border-color: rgb(152, 122, 0)!important;
}
.b-clockpicker.is-warning .b-clockpicker-face-number.active {
background-color: rgb(152, 121, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.b-clockpicker.is-danger .card-header {
background-color: rgb(170, 0, 34)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker.is-danger .b-clockpicker-face::after {
background-color: rgb(170, 0, 34)!important;
}
.b-clockpicker.is-danger .b-clockpicker-face-hand {
background-color: rgb(170, 0, 34)!important;
border-color: rgb(162, 0, 33)!important;
}
.b-clockpicker.is-danger .b-clockpicker-face-number.active {
background-color: rgb(170, 0, 34)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker .dropdown .input[readonly],
.b-clockpicker .dropdown .taginput .taginput-container.is-focusable[readonly],
.taginput .b-clockpicker .dropdown .taginput-container.is-focusable[readonly],
.b-clockpicker .dropdown-trigger .input[readonly],
.b-clockpicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly],
.taginput .b-clockpicker .dropdown-trigger .taginput-container.is-focusable[readonly] {
box-shadow: rgba(8, 8, 8, 0.1) 0px 1px 2px inset!important;
}
.b-clockpicker .dropdown .input[readonly]:focus,
.b-clockpicker .dropdown .taginput .taginput-container.is-focusable[readonly]:focus,
.taginput .b-clockpicker .dropdown .taginput-container.is-focusable[readonly]:focus,
.b-clockpicker .dropdown .input[readonly].is-focused,
.b-clockpicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-focused,
.taginput .b-clockpicker .dropdown .taginput-container.is-focusable[readonly].is-focused,
.b-clockpicker .dropdown .input[readonly]:active,
.b-clockpicker .dropdown .taginput .taginput-container.is-focusable[readonly]:active,
.taginput .b-clockpicker .dropdown .taginput-container.is-focusable[readonly]:active,
.b-clockpicker .dropdown .input[readonly].is-active,
.b-clockpicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-active,
.taginput .b-clockpicker .dropdown .taginput-container.is-focusable[readonly].is-active,
.b-clockpicker .dropdown-trigger .input[readonly]:focus,
.b-clockpicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:focus,
.taginput .b-clockpicker .dropdown-trigger .taginput-container.is-focusable[readonly]:focus,
.b-clockpicker .dropdown-trigger .input[readonly].is-focused,
.b-clockpicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-focused,
.taginput .b-clockpicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-focused,
.b-clockpicker .dropdown-trigger .input[readonly]:active,
.b-clockpicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:active,
.taginput .b-clockpicker .dropdown-trigger .taginput-container.is-focusable[readonly]:active,
.b-clockpicker .dropdown-trigger .input[readonly].is-active,
.b-clockpicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-active,
.taginput .b-clockpicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-active {
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.b-clockpicker-header {
color: inherit!important;
}
.b-clockpicker-body .b-clockpicker-btn:hover,
.b-clockpicker-body .b-clockpicker-btn.active {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-clockpicker-body .b-clockpicker-face {
background-color: rgb(44, 48, 50)!important;
}
.b-clockpicker-body .b-clockpicker-face-hand::before {
background-image: initial!important;
background-color: transparent!important;
border-color: inherit!important;
}
.datepicker .dropdown .input[readonly],
.datepicker .dropdown .taginput .taginput-container.is-focusable[readonly],
.taginput .datepicker .dropdown .taginput-container.is-focusable[readonly],
.datepicker .dropdown-trigger .input[readonly],
.datepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly],
.taginput .datepicker .dropdown-trigger .taginput-container.is-focusable[readonly] {
box-shadow: rgba(8, 8, 8, 0.1) 0px 1px 2px inset!important;
}
.datepicker .dropdown .input[readonly]:focus,
.datepicker .dropdown .taginput .taginput-container.is-focusable[readonly]:focus,
.taginput .datepicker .dropdown .taginput-container.is-focusable[readonly]:focus,
.datepicker .dropdown .input[readonly].is-focused,
.datepicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-focused,
.taginput .datepicker .dropdown .taginput-container.is-focusable[readonly].is-focused,
.datepicker .dropdown .input[readonly]:active,
.datepicker .dropdown .taginput .taginput-container.is-focusable[readonly]:active,
.taginput .datepicker .dropdown .taginput-container.is-focusable[readonly]:active,
.datepicker .dropdown .input[readonly].is-active,
.datepicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-active,
.taginput .datepicker .dropdown .taginput-container.is-focusable[readonly].is-active,
.datepicker .dropdown-trigger .input[readonly]:focus,
.datepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:focus,
.taginput .datepicker .dropdown-trigger .taginput-container.is-focusable[readonly]:focus,
.datepicker .dropdown-trigger .input[readonly].is-focused,
.datepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-focused,
.taginput .datepicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-focused,
.datepicker .dropdown-trigger .input[readonly]:active,
.datepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:active,
.taginput .datepicker .dropdown-trigger .taginput-container.is-focusable[readonly]:active,
.datepicker .dropdown-trigger .input[readonly].is-active,
.datepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-active,
.taginput .datepicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-active {
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.datepicker .dropdown-content {
background-color: rgb(24, 26, 27)!important;
box-shadow: rgba(8, 8, 8, 0.1) 0px 2px 3px,
rgba(8, 8, 8, 0.1) 0px 0px 0px 1px!important;
}
.datepicker .datepicker-header {
border-bottom-color: rgb(58, 63, 65)!important;
}
.datepicker .datepicker-footer {
border-top-color: rgb(58, 63, 65)!important;
}
.datepicker .datepicker-table .datepicker-header .datepicker-cell {
color: rgb(155, 146, 133)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-unselectable {
color: rgb(185, 179, 170)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
border-color: rgba(60, 33, 132, 0.5)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable {
color: rgb(185, 179, 170)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected),
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected) {
background-color: rgb(30, 32, 33)!important;
color: rgb(226, 223, 219)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-first-hovered {
background-color: rgb(92, 100, 103)!important;
color: rgb(209, 205, 199)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-within-hovered {
background-color: rgb(30, 32, 33)!important;
color: rgb(226, 223, 219)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-last-hovered {
background-color: rgb(92, 100, 103)!important;
color: rgb(209, 205, 199)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-first-selected {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-within-selected {
background-color: rgba(64, 35, 142, 0.5)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-last-selected {
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-nearby:not(.is-selected) {
color: rgb(185, 179, 170)!important;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white {
background-color: rgb(24, 26, 27)!important;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black {
background-color: rgb(8, 8, 8)!important;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light {
background-color: rgb(30, 32, 33)!important;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark {
background-color: rgb(41, 44, 46)!important;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary {
background-color: rgb(12, 95, 188)!important;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link {
background-color: rgb(12, 95, 188)!important;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info {
background-color: rgb(12, 95, 188)!important;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success {
background-color: rgb(28, 167, 77)!important;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning {
background-color: rgb(152, 121, 0)!important;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger {
background-color: rgb(170, 0, 34)!important;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary {
background-color: rgb(48, 26, 105)!important;
}
@media screen and (min-width: 1024px) {
.datepicker .footer-horizontal-timepicker {
border-color: initial!important;
}
.datepicker .content-horizonal-timepicker {
border-right-color: rgb(58, 63, 65)!important;
}
}
.dropdown .background {
background-color: rgba(8, 8, 8, 0.86)!important;
}
.dropdown .dropdown-menu .dropdown-item.is-disabled:hover,
.dropdown .dropdown-menu .has-link a.is-disabled:hover {
background-image: inherit!important;
background-color: inherit!important;
color: inherit!important;
}
.field.is-floating-label .label,
.field.is-floating-in-label .label {
background-color: transparent!important;
}
.field.is-floating-label .label::before {
background-color: rgb(24, 26, 27)!important;
}
.field.is-floating-label .input:focus,
.field.is-floating-label .taginput .taginput-container.is-focusable:focus,
.taginput .field.is-floating-label .taginput-container.is-focusable:focus,
.field.is-floating-label .textarea:focus,
.field.is-floating-label .select select:focus {
box-shadow: none!important;
}
.field.is-floating-label .taginput .taginput-container.is-focused {
box-shadow: none!important;
}
.icon svg {
background-color: transparent!important;
fill: currentcolor!important;
stroke: currentcolor!important;
}
.loading-overlay .loading-background {
background-image: initial!important;
background-color: rgba(24, 26, 27, 0.5)!important;
}
.loading-overlay .loading-icon::after {
border-color: transparent transparent rgb(58, 63, 65) rgb(58, 63, 65)!important;
}
.message .media,
.notification .media {
border-color: initial!important;
}
.modal.is-full-screen > .animation-content,
.modal.is-full-screen > .animation-content > .modal-card {
background-color: rgb(30, 32, 33)!important;
}
.notices .toast {
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px,
rgba(0, 0, 0, 0.04) 0px 0px 6px!important;
}
.notices .toast.is-white {
color: rgb(226, 223, 219)!important;
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.notices .toast.is-black {
color: rgb(232, 230, 227)!important;
background-image: initial!important;
background-color: rgb(8, 8, 8)!important;
}
.notices .toast.is-light {
color: rgb(198, 193, 185)!important;
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
}
.notices .toast.is-dark {
color: rgb(226, 223, 219)!important;
background-image: initial!important;
background-color: rgb(41, 44, 46)!important;
}
.notices .toast.is-primary {
color: rgb(232, 230, 227)!important;
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.notices .toast.is-link {
color: rgb(232, 230, 227)!important;
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.notices .toast.is-info {
color: rgb(232, 230, 227)!important;
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.notices .toast.is-success {
color: rgb(232, 230, 227)!important;
background-image: initial!important;
background-color: rgb(28, 167, 77)!important;
}
.notices .toast.is-warning {
color: rgba(232, 230, 227, 0.7)!important;
background-image: initial!important;
background-color: rgb(152, 121, 0)!important;
}
.notices .toast.is-danger {
color: rgb(232, 230, 227)!important;
background-image: initial!important;
background-color: rgb(170, 0, 34)!important;
}
.notices .snackbar {
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px,
rgba(0, 0, 0, 0.04) 0px 0px 6px!important;
background-image: initial!important;
background-color: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
.notices .snackbar .action .button {
background-image: initial!important;
background-color: rgb(41, 44, 46)!important;
border-color: transparent!important;
}
.notices .snackbar .action .button:hover {
background-image: initial!important;
background-color: rgb(31, 33, 35)!important;
}
.notices .snackbar .action .button:active {
background-image: initial!important;
background-color: rgb(31, 33, 35)!important;
}
.notices .snackbar .action.is-white .button {
color: rgb(232, 230, 227)!important;
}
.notices .snackbar .action.is-black .button {
color: rgb(226, 223, 219)!important;
}
.notices .snackbar .action.is-light .button {
color: rgb(226, 223, 219)!important;
}
.notices .snackbar .action.is-dark .button {
color: rgb(198, 193, 185)!important;
}
.notices .snackbar .action.is-primary .button {
color: rgb(44, 151, 241)!important;
}
.notices .snackbar .action.is-link .button {
color: rgb(44, 151, 241)!important;
}
.notices .snackbar .action.is-info .button {
color: rgb(44, 151, 241)!important;
}
.notices .snackbar .action.is-success .button {
color: rgb(65, 223, 120)!important;
}
.notices .snackbar .action.is-warning .button {
color: rgb(255, 221, 86)!important;
}
.notices .snackbar .action.is-danger .button {
color: rgb(255, 65, 103)!important;
}
.progress-wrapper .progress-value {
color: rgb(232, 230, 227)!important;
}
.b-radio.radio {
outline-color: initial!important;
}
.b-radio.radio input[type="radio"] {
outline-color: initial!important;
}
.b-radio.radio input[type="radio"] + .check {
border-color: rgb(100, 93, 82)!important;
}
.b-radio.radio input[type="radio"] + .check::before {
background-color: rgb(12, 95, 188)!important;
}
.b-radio.radio input[type="radio"] + .check.is-white::before {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.b-radio.radio input[type="radio"] + .check.is-black::before {
background-image: initial!important;
background-color: rgb(8, 8, 8)!important;
}
.b-radio.radio input[type="radio"] + .check.is-light::before {
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
}
.b-radio.radio input[type="radio"] + .check.is-dark::before {
background-image: initial!important;
background-color: rgb(41, 44, 46)!important;
}
.b-radio.radio input[type="radio"] + .check.is-primary::before {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.b-radio.radio input[type="radio"] + .check.is-link::before {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.b-radio.radio input[type="radio"] + .check.is-info::before {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.b-radio.radio input[type="radio"] + .check.is-success::before {
background-image: initial!important;
background-color: rgb(28, 167, 77)!important;
}
.b-radio.radio input[type="radio"] + .check.is-warning::before {
background-image: initial!important;
background-color: rgb(152, 121, 0)!important;
}
.b-radio.radio input[type="radio"] + .check.is-danger::before {
background-image: initial!important;
background-color: rgb(170, 0, 34)!important;
}
.b-radio.radio input[type="radio"]:checked + .check {
border-color: rgb(11, 84, 166)!important;
}
.b-radio.radio input[type="radio"]:checked + .check.is-white {
border-color: rgb(48, 52, 54)!important;
}
.b-radio.radio input[type="radio"]:checked + .check.is-black {
border-color: rgb(137, 127, 112)!important;
}
.b-radio.radio input[type="radio"]:checked + .check.is-light {
border-color: rgb(51, 55, 57)!important;
}
.b-radio.radio input[type="radio"]:checked + .check.is-dark {
border-color: rgb(122, 113, 100)!important;
}
.b-radio.radio input[type="radio"]:checked + .check.is-primary {
border-color: rgb(11, 84, 166)!important;
}
.b-radio.radio input[type="radio"]:checked + .check.is-link {
border-color: rgb(11, 84, 166)!important;
}
.b-radio.radio input[type="radio"]:checked + .check.is-info {
border-color: rgb(11, 84, 166)!important;
}
.b-radio.radio input[type="radio"]:checked + .check.is-success {
border-color: rgb(26, 156, 72)!important;
}
.b-radio.radio input[type="radio"]:checked + .check.is-warning {
border-color: rgb(152, 122, 0)!important;
}
.b-radio.radio input[type="radio"]:checked + .check.is-danger {
border-color: rgb(162, 0, 33)!important;
}
.b-radio.radio input[type="radio"]:focus + .check {
box-shadow: rgba(92, 100, 103, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio input[type="radio"]:focus:checked + .check {
box-shadow: rgba(64, 35, 142, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio input[type="radio"]:focus:checked + .check.is-white {
box-shadow: rgba(24, 26, 27, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio input[type="radio"]:focus:checked + .check.is-black {
box-shadow: rgba(8, 8, 8, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio input[type="radio"]:focus:checked + .check.is-light {
box-shadow: rgba(30, 32, 33, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio input[type="radio"]:focus:checked + .check.is-dark {
box-shadow: rgba(41, 44, 46, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio input[type="radio"]:focus:checked + .check.is-primary {
box-shadow: rgba(64, 35, 142, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio input[type="radio"]:focus:checked + .check.is-link {
box-shadow: rgba(64, 35, 142, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio input[type="radio"]:focus:checked + .check.is-info {
box-shadow: rgba(12, 95, 188, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio input[type="radio"]:focus:checked + .check.is-success {
box-shadow: rgba(28, 167, 77, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio input[type="radio"]:focus:checked + .check.is-warning {
box-shadow: rgba(152, 121, 0, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio input[type="radio"]:focus:checked + .check.is-danger {
box-shadow: rgba(170, 0, 34, 0.8) 0px 0px 0.5em!important;
}
.b-radio.radio:hover input[type="radio"]:not(:disabled) + .check {
border-color: rgb(11, 84, 166)!important;
}
.b-radio.radio:hover input[type="radio"]:not(:disabled) + .check.is-white {
border-color: rgb(48, 52, 54)!important;
}
.b-radio.radio:hover input[type="radio"]:not(:disabled) + .check.is-black {
border-color: rgb(137, 127, 112)!important;
}
.b-radio.radio:hover input[type="radio"]:not(:disabled) + .check.is-light {
border-color: rgb(51, 55, 57)!important;
}
.b-radio.radio:hover input[type="radio"]:not(:disabled) + .check.is-dark {
border-color: rgb(122, 113, 100)!important;
}
.b-radio.radio:hover input[type="radio"]:not(:disabled) + .check.is-primary {
border-color: rgb(11, 84, 166)!important;
}
.b-radio.radio:hover input[type="radio"]:not(:disabled) + .check.is-link {
border-color: rgb(11, 84, 166)!important;
}
.b-radio.radio:hover input[type="radio"]:not(:disabled) + .check.is-info {
border-color: rgb(11, 84, 166)!important;
}
.b-radio.radio:hover input[type="radio"]:not(:disabled) + .check.is-success {
border-color: rgb(26, 156, 72)!important;
}
.b-radio.radio:hover input[type="radio"]:not(:disabled) + .check.is-warning {
border-color: rgb(152, 122, 0)!important;
}
.b-radio.radio:hover input[type="radio"]:not(:disabled) + .check.is-danger {
border-color: rgb(162, 0, 33)!important;
}
.rate .rate-item.set-on .icon,
.rate .rate-item.set-half .is-half {
color: rgb(255, 217, 68)!important;
}
.rate .icon {
color: rgb(209, 205, 199)!important;
}
.select select option {
color: rgb(185, 179, 170)!important;
}
.select select optgroup {
color: rgb(185, 179, 170)!important;
}
.select.is-empty select {
color: rgba(155, 146, 133, 0.7)!important;
}
.b-skeleton > .b-skeleton-item {
background-image: linear-gradient(90deg,
rgb(44, 48, 50) 25%,
rgba(44, 48, 50, 0.5) 50%,
rgb(44, 48, 50) 75%)!important;
background-color: initial!important;
}
.b-sidebar .sidebar-content {
background-color: rgb(30, 32, 33)!important;
box-shadow: rgba(8, 8, 8, 0.1) 5px 0px 13px 3px!important;
}
.b-sidebar .sidebar-content.is-white {
background-color: rgb(24, 26, 27)!important;
}
.b-sidebar .sidebar-content.is-black {
background-color: rgb(8, 8, 8)!important;
}
.b-sidebar .sidebar-content.is-light {
background-color: rgb(30, 32, 33)!important;
}
.b-sidebar .sidebar-content.is-dark {
background-color: rgb(41, 44, 46)!important;
}
.b-sidebar .sidebar-content.is-primary {
background-color: rgb(12, 95, 188)!important;
}
.b-sidebar .sidebar-content.is-link {
background-color: rgb(12, 95, 188)!important;
}
.b-sidebar .sidebar-content.is-info {
background-color: rgb(12, 95, 188)!important;
}
.b-sidebar .sidebar-content.is-success {
background-color: rgb(28, 167, 77)!important;
}
.b-sidebar .sidebar-content.is-warning {
background-color: rgb(152, 121, 0)!important;
}
.b-sidebar .sidebar-content.is-danger {
background-color: rgb(170, 0, 34)!important;
}
.b-sidebar .sidebar-background {
background-image: initial!important;
background-color: rgba(8, 8, 8, 0.86)!important;
}
.b-slider {
background-image: initial!important;
background-color: transparent!important;
}
.b-slider .b-slider-track {
background-image: initial!important;
background-color: rgb(44, 48, 50)!important;
}
.b-slider .b-slider-fill {
box-shadow: rgb(92, 100, 103) 0px 0px 0px!important;
background-image: initial!important;
background-color: rgb(44, 48, 50)!important;
border-color: rgb(100, 93, 82)!important;
}
.b-slider .b-slider-thumb-wrapper .b-slider-thumb {
box-shadow: none!important;
border-color: rgb(69, 75, 78)!important;
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.b-slider.is-white .b-slider-fill {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.b-slider.is-black .b-slider-fill {
background-image: initial!important;
background-color: rgb(8, 8, 8)!important;
}
.b-slider.is-light .b-slider-fill {
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
}
.b-slider.is-dark .b-slider-fill {
background-image: initial!important;
background-color: rgb(41, 44, 46)!important;
}
.b-slider.is-primary .b-slider-fill {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.b-slider.is-link .b-slider-fill {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.b-slider.is-info .b-slider-fill {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.b-slider.is-success .b-slider-fill {
background-image: initial!important;
background-color: rgb(28, 167, 77)!important;
}
.b-slider.is-warning .b-slider-fill {
background-image: initial!important;
background-color: rgb(152, 121, 0)!important;
}
.b-slider.is-danger .b-slider-fill {
background-image: initial!important;
background-color: rgb(170, 0, 34)!important;
}
.b-slider .b-slider-tick {
background-image: initial!important;
background-color: rgb(66, 71, 74)!important;
}
.b-slider .b-slider-tick.is-tick-hidden {
background-image: initial!important;
background-color: transparent!important;
}
.b-steps .steps .step-items .step-item .step-link {
color: rgb(185, 179, 170)!important;
}
.b-steps .steps .step-items .step-item .step-marker {
background-image: initial!important;
background-color: rgb(66, 71, 74)!important;
color: rgb(232, 230, 227)!important;
border-color: rgb(48, 52, 54)!important;
}
.b-steps .steps .step-items .step-item.is-white::before,
.b-steps .steps .step-items .step-item.is-white::after {
background-image: linear-gradient(to left,
rgb(44, 48, 50) 50%,
rgb(24, 26, 27) 50%)!important;
background-color: initial!important;
}
.b-steps .steps .step-items .step-item.is-white.is-active .step-marker {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(48, 52, 54)!important;
color: rgb(232, 230, 227)!important;
}
.b-steps .steps .step-items .step-item.is-white.is-previous .step-marker {
color: rgb(226, 223, 219)!important;
background-color: rgb(24, 26, 27)!important;
}
.b-steps .steps .step-items .step-item.is-black::before,
.b-steps .steps .step-items .step-item.is-black::after {
background-image: linear-gradient(to left,
rgb(44, 48, 50) 50%,
rgb(8, 8, 8) 50%)!important;
background-color: initial!important;
}
.b-steps .steps .step-items .step-item.is-black.is-active .step-marker {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(137, 127, 112)!important;
color: rgb(226, 223, 219)!important;
}
.b-steps .steps .step-items .step-item.is-black.is-previous .step-marker {
color: rgb(232, 230, 227)!important;
background-color: rgb(8, 8, 8)!important;
}
.b-steps .steps .step-items .step-item.is-light::before,
.b-steps .steps .step-items .step-item.is-light::after {
background-image: linear-gradient(to left,
rgb(44, 48, 50) 50%,
rgb(30, 32, 33) 50%)!important;
background-color: initial!important;
}
.b-steps .steps .step-items .step-item.is-light.is-active .step-marker {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(51, 55, 57)!important;
color: rgb(226, 223, 219)!important;
}
.b-steps .steps .step-items .step-item.is-light.is-previous .step-marker {
color: rgb(198, 193, 185)!important;
background-color: rgb(30, 32, 33)!important;
}
.b-steps .steps .step-items .step-item.is-dark::before,
.b-steps .steps .step-items .step-item.is-dark::after {
background-image: linear-gradient(to left,
rgb(44, 48, 50) 50%,
rgb(41, 44, 46) 50%)!important;
background-color: initial!important;
}
.b-steps .steps .step-items .step-item.is-dark.is-active .step-marker {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(122, 113, 100)!important;
color: rgb(198, 193, 185)!important;
}
.b-steps .steps .step-items .step-item.is-dark.is-previous .step-marker {
color: rgb(226, 223, 219)!important;
background-color: rgb(41, 44, 46)!important;
}
.b-steps .steps .step-items .step-item.is-primary::before,
.b-steps .steps .step-items .step-item.is-primary::after {
background-image: linear-gradient(to left,
rgb(44, 48, 50) 50%,
rgb(12, 95, 188) 50%)!important;
background-color: initial!important;
}
.b-steps .steps .step-items .step-item.is-primary.is-active .step-marker {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(44, 151, 241)!important;
}
.b-steps .steps .step-items .step-item.is-primary.is-previous .step-marker {
color: rgb(232, 230, 227)!important;
background-color: rgb(12, 95, 188)!important;
}
.b-steps .steps .step-items .step-item.is-link::before,
.b-steps .steps .step-items .step-item.is-link::after {
background-image: linear-gradient(to left,
rgb(44, 48, 50) 50%,
rgb(12, 95, 188) 50%)!important;
background-color: initial!important;
}
.b-steps .steps .step-items .step-item.is-link.is-active .step-marker {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(44, 151, 241)!important;
}
.b-steps .steps .step-items .step-item.is-link.is-previous .step-marker {
color: rgb(232, 230, 227)!important;
background-color: rgb(12, 95, 188)!important;
}
.b-steps .steps .step-items .step-item.is-info::before,
.b-steps .steps .step-items .step-item.is-info::after {
background-image: linear-gradient(to left,
rgb(44, 48, 50) 50%,
rgb(12, 95, 188) 50%)!important;
background-color: initial!important;
}
.b-steps .steps .step-items .step-item.is-info.is-active .step-marker {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(44, 151, 241)!important;
}
.b-steps .steps .step-items .step-item.is-info.is-previous .step-marker {
color: rgb(232, 230, 227)!important;
background-color: rgb(12, 95, 188)!important;
}
.b-steps .steps .step-items .step-item.is-success::before,
.b-steps .steps .step-items .step-item.is-success::after {
background-image: linear-gradient(to left,
rgb(44, 48, 50) 50%,
rgb(28, 167, 77) 50%)!important;
background-color: initial!important;
}
.b-steps .steps .step-items .step-item.is-success.is-active .step-marker {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(26, 156, 72)!important;
color: rgb(65, 223, 120)!important;
}
.b-steps .steps .step-items .step-item.is-success.is-previous .step-marker {
color: rgb(232, 230, 227)!important;
background-color: rgb(28, 167, 77)!important;
}
.b-steps .steps .step-items .step-item.is-warning::before,
.b-steps .steps .step-items .step-item.is-warning::after {
background-image: linear-gradient(to left,
rgb(44, 48, 50) 50%,
rgb(152, 121, 0) 50%)!important;
background-color: initial!important;
}
.b-steps .steps .step-items .step-item.is-warning.is-active .step-marker {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(152, 122, 0)!important;
color: rgb(255, 221, 86)!important;
}
.b-steps .steps .step-items .step-item.is-warning.is-previous .step-marker {
color: rgba(232, 230, 227, 0.7)!important;
background-color: rgb(152, 121, 0)!important;
}
.b-steps .steps .step-items .step-item.is-danger::before,
.b-steps .steps .step-items .step-item.is-danger::after {
background-image: linear-gradient(to left,
rgb(44, 48, 50) 50%,
rgb(170, 0, 34) 50%)!important;
background-color: initial!important;
}
.b-steps .steps .step-items .step-item.is-danger.is-active .step-marker {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(162, 0, 33)!important;
color: rgb(255, 65, 103)!important;
}
.b-steps .steps .step-items .step-item.is-danger.is-previous .step-marker {
color: rgb(232, 230, 227)!important;
background-color: rgb(170, 0, 34)!important;
}
.b-steps .steps .step-items .step-item .step-marker {
color: rgb(232, 230, 227)!important;
}
.b-steps .steps .step-items .step-item::before,
.b-steps .steps .step-items .step-item::after {
background-image: linear-gradient(to left,
rgb(44, 48, 50) 50%,
rgb(12, 95, 188) 50%)!important;
background-color: initial!important;
}
.b-steps .steps .step-items .step-item.is-active .step-marker {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(11, 84, 166)!important;
color: rgb(44, 151, 241)!important;
}
.b-steps .steps .step-items .step-item.is-previous .step-marker {
color: rgb(232, 230, 227)!important;
background-color: rgb(12, 95, 188)!important;
}
.b-steps .steps.has-label-right .step-items .step-item .step-link > .step-details,
.b-steps .steps.has-label-left .step-items .step-item .step-link > .step-details {
background-color: rgb(24, 26, 27)!important;
}
.b-steps.is-vertical > .steps .step-items {
border-bottom-color: transparent!important;
}
.b-steps.is-vertical > .steps .step-items .step-item::before,
.b-steps.is-vertical > .steps .step-items .step-item::after {
background-image: linear-gradient(to top,
rgb(44, 48, 50) 50%,
rgb(12, 95, 188) 50%)!important;
background-color: initial!important;
}
.b-steps.is-vertical > .steps .step-items .step-item.is-white::before,
.b-steps.is-vertical > .steps .step-items .step-item.is-white::after {
background-image: linear-gradient(to top,
rgb(44, 48, 50) 50%,
rgb(24, 26, 27) 50%)!important;
background-color: initial!important;
}
.b-steps.is-vertical > .steps .step-items .step-item.is-black::before,
.b-steps.is-vertical > .steps .step-items .step-item.is-black::after {
background-image: linear-gradient(to top,
rgb(44, 48, 50) 50%,
rgb(8, 8, 8) 50%)!important;
background-color: initial!important;
}
.b-steps.is-vertical > .steps .step-items .step-item.is-light::before,
.b-steps.is-vertical > .steps .step-items .step-item.is-light::after {
background-image: linear-gradient(to top,
rgb(44, 48, 50) 50%,
rgb(30, 32, 33) 50%)!important;
background-color: initial!important;
}
.b-steps.is-vertical > .steps .step-items .step-item.is-dark::before,
.b-steps.is-vertical > .steps .step-items .step-item.is-dark::after {
background-image: linear-gradient(to top,
rgb(44, 48, 50) 50%,
rgb(41, 44, 46) 50%)!important;
background-color: initial!important;
}
.b-steps.is-vertical > .steps .step-items .step-item.is-primary::before,
.b-steps.is-vertical > .steps .step-items .step-item.is-primary::after {
background-image: linear-gradient(to top,
rgb(44, 48, 50) 50%,
rgb(12, 95, 188) 50%)!important;
background-color: initial!important;
}
.b-steps.is-vertical > .steps .step-items .step-item.is-link::before,
.b-steps.is-vertical > .steps .step-items .step-item.is-link::after {
background-image: linear-gradient(to top,
rgb(44, 48, 50) 50%,
rgb(12, 95, 188) 50%)!important;
background-color: initial!important;
}
.b-steps.is-vertical > .steps .step-items .step-item.is-info::before,
.b-steps.is-vertical > .steps .step-items .step-item.is-info::after {
background-image: linear-gradient(to top,
rgb(44, 48, 50) 50%,
rgb(12, 95, 188) 50%)!important;
background-color: initial!important;
}
.b-steps.is-vertical > .steps .step-items .step-item.is-success::before,
.b-steps.is-vertical > .steps .step-items .step-item.is-success::after {
background-image: linear-gradient(to top,
rgb(44, 48, 50) 50%,
rgb(28, 167, 77) 50%)!important;
background-color: initial!important;
}
.b-steps.is-vertical > .steps .step-items .step-item.is-warning::before,
.b-steps.is-vertical > .steps .step-items .step-item.is-warning::after {
background-image: linear-gradient(to top,
rgb(44, 48, 50) 50%,
rgb(152, 121, 0) 50%)!important;
background-color: initial!important;
}
.b-steps.is-vertical > .steps .step-items .step-item.is-danger::before,
.b-steps.is-vertical > .steps .step-items .step-item.is-danger::after {
background-image: linear-gradient(to top,
rgb(44, 48, 50) 50%,
rgb(170, 0, 34) 50%)!important;
background-color: initial!important;
}
.b-steps.is-vertical > .steps:not(.has-label-right):not(.has-label-left) .step-items .step-item .step-link > .step-details {
background-color: rgb(24, 26, 27)!important;
}
.switch input[type="checkbox"] {
outline-color: initial!important;
}
.switch input[type="checkbox"] + .check {
background-image: initial!important;
background-color: rgb(66, 71, 74)!important;
}
.switch input[type="checkbox"] + .check.is-white-passive, .switch input[type="checkbox"] + .check:hover {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.switch input[type="checkbox"] + .check.is-black-passive, .switch input[type="checkbox"] + .check:hover {
background-image: initial!important;
background-color: rgb(8, 8, 8)!important;
}
.switch input[type="checkbox"] + .check.is-light-passive, .switch input[type="checkbox"] + .check:hover {
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
}
.switch input[type="checkbox"] + .check.is-dark-passive, .switch input[type="checkbox"] + .check:hover {
background-image: initial!important;
background-color: rgb(41, 44, 46)!important;
}
.switch input[type="checkbox"] + .check.is-primary-passive, .switch input[type="checkbox"] + .check:hover {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch input[type="checkbox"] + .check.is-link-passive, .switch input[type="checkbox"] + .check:hover {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch input[type="checkbox"] + .check.is-info-passive, .switch input[type="checkbox"] + .check:hover {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch input[type="checkbox"] + .check.is-success-passive, .switch input[type="checkbox"] + .check:hover {
background-image: initial!important;
background-color: rgb(28, 167, 77)!important;
}
.switch input[type="checkbox"] + .check.is-warning-passive, .switch input[type="checkbox"] + .check:hover {
background-image: initial!important;
background-color: rgb(152, 121, 0)!important;
}
.switch input[type="checkbox"] + .check.is-danger-passive, .switch input[type="checkbox"] + .check:hover {
background-image: initial!important;
background-color: rgb(170, 0, 34)!important;
}
.switch input[type="checkbox"] + .check::before {
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 1px 0px,
rgba(0, 0, 0, 0.1) 0px 2px 2px 0px,
rgba(0, 0, 0, 0.05) 0px 3px 3px 0px!important;
}
.switch input[type="checkbox"]:checked + .check {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch input[type="checkbox"]:checked + .check.is-white {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.switch input[type="checkbox"]:checked + .check.is-black {
background-image: initial!important;
background-color: rgb(8, 8, 8)!important;
}
.switch input[type="checkbox"]:checked + .check.is-light {
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
}
.switch input[type="checkbox"]:checked + .check.is-dark {
background-image: initial!important;
background-color: rgb(41, 44, 46)!important;
}
.switch input[type="checkbox"]:checked + .check.is-primary {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch input[type="checkbox"]:checked + .check.is-link {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch input[type="checkbox"]:checked + .check.is-info {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch input[type="checkbox"]:checked + .check.is-success {
background-image: initial!important;
background-color: rgb(28, 167, 77)!important;
}
.switch input[type="checkbox"]:checked + .check.is-warning {
background-image: initial!important;
background-color: rgb(152, 121, 0)!important;
}
.switch input[type="checkbox"]:checked + .check.is-danger {
background-image: initial!important;
background-color: rgb(170, 0, 34)!important;
}
.switch input[type="checkbox"]:focus, .switch input[type="checkbox"]:active {
outline-color: initial!important;
}
.switch input[type="checkbox"]:focus + .check, .switch input[type="checkbox"]:active + .check {
box-shadow: rgba(92, 100, 103, 0.6) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus + .check.is-white-passive, .switch input[type="checkbox"]:active + .check.is-white-passive {
box-shadow: rgba(24, 26, 27, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus + .check.is-black-passive, .switch input[type="checkbox"]:active + .check.is-black-passive {
box-shadow: rgba(8, 8, 8, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus + .check.is-light-passive, .switch input[type="checkbox"]:active + .check.is-light-passive {
box-shadow: rgba(30, 32, 33, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus + .check.is-dark-passive, .switch input[type="checkbox"]:active + .check.is-dark-passive {
box-shadow: rgba(41, 44, 46, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus + .check.is-primary-passive, .switch input[type="checkbox"]:active + .check.is-primary-passive {
box-shadow: rgba(64, 35, 142, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus + .check.is-link-passive, .switch input[type="checkbox"]:active + .check.is-link-passive {
box-shadow: rgba(64, 35, 142, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus + .check.is-info-passive, .switch input[type="checkbox"]:active + .check.is-info-passive {
box-shadow: rgba(12, 95, 188, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus + .check.is-success-passive, .switch input[type="checkbox"]:active + .check.is-success-passive {
box-shadow: rgba(28, 167, 77, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus + .check.is-warning-passive, .switch input[type="checkbox"]:active + .check.is-warning-passive {
box-shadow: rgba(152, 121, 0, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus + .check.is-danger-passive, .switch input[type="checkbox"]:active + .check.is-danger-passive {
box-shadow: rgba(170, 0, 34, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus:checked + .check, .switch input[type="checkbox"]:active:checked + .check {
box-shadow: rgba(64, 35, 142, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus:checked + .check.is-white, .switch input[type="checkbox"]:active:checked + .check.is-white {
box-shadow: rgba(24, 26, 27, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus:checked + .check.is-black, .switch input[type="checkbox"]:active:checked + .check.is-black {
box-shadow: rgba(8, 8, 8, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus:checked + .check.is-light, .switch input[type="checkbox"]:active:checked + .check.is-light {
box-shadow: rgba(30, 32, 33, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus:checked + .check.is-dark, .switch input[type="checkbox"]:active:checked + .check.is-dark {
box-shadow: rgba(41, 44, 46, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus:checked + .check.is-primary, .switch input[type="checkbox"]:active:checked + .check.is-primary {
box-shadow: rgba(64, 35, 142, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus:checked + .check.is-success, .switch input[type="checkbox"]:active:checked + .check.is-success {
box-shadow: rgba(28, 167, 77, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus:checked + .check.is-warning, .switch input[type="checkbox"]:active:checked + .check.is-warning {
box-shadow: rgba(152, 121, 0, 0.8) 0px 0px 0.5em!important;
}
.switch input[type="checkbox"]:focus:checked + .check.is-danger, .switch input[type="checkbox"]:active:checked + .check.is-danger {
box-shadow: rgba(170, 0, 34, 0.8) 0px 0px 0.5em!important;
}
.switch:hover input[type="checkbox"] + .check {
background-image: initial!important;
background-color: rgba(66, 71, 74, 0.9)!important;
}
.switch:hover input[type="checkbox"] + .check.is-white-passive {
background-image: initial!important;
background-color: rgba(24, 26, 27, 0.9)!important;
}
.switch:hover input[type="checkbox"] + .check.is-black-passive {
background-image: initial!important;
background-color: rgba(8, 8, 8, 0.9)!important;
}
.switch:hover input[type="checkbox"] + .check.is-light-passive {
background-image: initial!important;
background-color: rgba(30, 32, 33, 0.9)!important;
}
.switch:hover input[type="checkbox"] + .check.is-dark-passive {
background-image: initial!important;
background-color: rgba(41, 44, 46, 0.9)!important;
}
.switch:hover input[type="checkbox"] + .check.is-primary-passive {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch:hover input[type="checkbox"] + .check.is-link-passive {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch:hover input[type="checkbox"] + .check.is-info-passive {
background-image: initial!important;
background-color: rgba(12, 95, 188, 0.9)!important;
}
.switch:hover input[type="checkbox"] + .check.is-success-passive {
background-image: initial!important;
background-color: rgba(28, 167, 77, 0.9)!important;
}
.switch:hover input[type="checkbox"] + .check.is-warning-passive {
background-image: initial!important;
background-color: rgba(152, 121, 0, 0.9)!important;
}
.switch:hover input[type="checkbox"] + .check.is-danger-passive {
background-image: initial!important;
background-color: rgba(170, 0, 34, 0.9)!important;
}
.switch:hover input[type="checkbox"]:checked + .check {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch:hover input[type="checkbox"]:checked + .check.is-white {
background-image: initial!important;
background-color: rgba(24, 26, 27, 0.9)!important;
}
.switch:hover input[type="checkbox"]:checked + .check.is-black {
background-image: initial!important;
background-color: rgba(8, 8, 8, 0.9)!important;
}
.switch:hover input[type="checkbox"]:checked + .check.is-light {
background-image: initial!important;
background-color: rgba(30, 32, 33, 0.9)!important;
}
.switch:hover input[type="checkbox"]:checked + .check.is-dark {
background-image: initial!important;
background-color: rgba(41, 44, 46, 0.9)!important;
}
.switch:hover input[type="checkbox"]:checked + .check.is-primary {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch:hover input[type="checkbox"]:checked + .check.is-link {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch:hover input[type="checkbox"]:checked + .check.is-info {
background-image: initial!important;
background-color: rgba(12, 95, 188, 0.9)!important;
}
.switch:hover input[type="checkbox"]:checked + .check.is-success {
background-image: initial!important;
background-color: rgba(28, 167, 77, 0.9)!important;
}
.switch:hover input[type="checkbox"]:checked + .check.is-warning {
background-image: initial!important;
background-color: rgba(152, 121, 0, 0.9)!important;
}
.switch:hover input[type="checkbox"]:checked + .check.is-danger {
background-image: initial!important;
background-color: rgba(170, 0, 34, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(69, 75, 78)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-white-passive {
border-color: rgba(48, 52, 54, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-white-passive::before {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-white-passive:hover {
border-color: rgba(48, 52, 54, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-black-passive {
border-color: rgba(137, 127, 112, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-black-passive::before {
background-image: initial!important;
background-color: rgb(8, 8, 8)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-black-passive:hover {
border-color: rgba(137, 127, 112, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-light-passive {
border-color: rgba(51, 55, 57, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-light-passive::before {
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-light-passive:hover {
border-color: rgba(51, 55, 57, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-dark-passive {
border-color: rgba(122, 113, 100, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-dark-passive::before {
background-image: initial!important;
background-color: rgb(41, 44, 46)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-dark-passive:hover {
border-color: rgba(122, 113, 100, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-primary-passive {
border-color: rgb(11, 84, 166)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-primary-passive::before {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-primary-passive:hover {
border-color: rgb(11, 84, 166)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-link-passive {
border-color: rgb(11, 84, 166)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-link-passive::before {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-link-passive:hover {
border-color: rgb(11, 84, 166)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-info-passive {
border-color: rgba(11, 84, 166, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-info-passive::before {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-info-passive:hover {
border-color: rgba(11, 84, 166, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-success-passive {
border-color: rgba(26, 156, 72, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-success-passive::before {
background-image: initial!important;
background-color: rgb(28, 167, 77)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-success-passive:hover {
border-color: rgba(26, 156, 72, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-warning-passive {
border-color: rgba(152, 122, 0, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-warning-passive::before {
background-image: initial!important;
background-color: rgb(152, 121, 0)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-warning-passive:hover {
border-color: rgba(152, 122, 0, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-danger-passive {
border-color: rgba(162, 0, 33, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-danger-passive::before {
background-image: initial!important;
background-color: rgb(170, 0, 34)!important;
}
.switch.is-outlined input[type="checkbox"] + .check.is-danger-passive:hover {
border-color: rgba(162, 0, 33, 0.9)!important;
}
.switch.is-outlined input[type="checkbox"] + .check::before {
background-image: initial!important;
background-color: rgb(66, 71, 74)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check {
border-color: rgb(11, 84, 166)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-white {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(48, 52, 54)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-white::before {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-black {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(137, 127, 112)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-black::before {
background-image: initial!important;
background-color: rgb(8, 8, 8)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-light {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(51, 55, 57)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-light::before {
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-dark {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(122, 113, 100)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-dark::before {
background-image: initial!important;
background-color: rgb(41, 44, 46)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-primary {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(11, 84, 166)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-primary::before {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-link {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(11, 84, 166)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-link::before {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-info {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(11, 84, 166)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-info::before {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-success {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(26, 156, 72)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-success::before {
background-image: initial!important;
background-color: rgb(28, 167, 77)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-warning {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(152, 122, 0)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-warning::before {
background-image: initial!important;
background-color: rgb(152, 121, 0)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-danger {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(162, 0, 33)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check.is-danger::before {
background-image: initial!important;
background-color: rgb(170, 0, 34)!important;
}
.switch.is-outlined input[type="checkbox"]:checked + .check::before {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.switch.is-outlined:hover input[type="checkbox"] + .check {
background-image: initial!important;
background-color: transparent!important;
border-color: rgba(69, 75, 78, 0.9)!important;
}
.switch.is-outlined:hover input[type="checkbox"]:checked + .check {
background-image: initial!important;
background-color: transparent!important;
border-color: rgb(11, 84, 166)!important;
}
.switch.is-outlined:hover input[type="checkbox"]:checked + .check.is-white {
border-color: rgba(48, 52, 54, 0.9)!important;
}
.switch.is-outlined:hover input[type="checkbox"]:checked + .check.is-black {
border-color: rgba(137, 127, 112, 0.9)!important;
}
.switch.is-outlined:hover input[type="checkbox"]:checked + .check.is-light {
border-color: rgba(51, 55, 57, 0.9)!important;
}
.switch.is-outlined:hover input[type="checkbox"]:checked + .check.is-dark {
border-color: rgba(122, 113, 100, 0.9)!important;
}
.switch.is-outlined:hover input[type="checkbox"]:checked + .check.is-primary {
border-color: rgb(11, 84, 166)!important;
}
.switch.is-outlined:hover input[type="checkbox"]:checked + .check.is-link {
border-color: rgb(11, 84, 166)!important;
}
.switch.is-outlined:hover input[type="checkbox"]:checked + .check.is-info {
border-color: rgba(11, 84, 166, 0.9)!important;
}
.switch.is-outlined:hover input[type="checkbox"]:checked + .check.is-success {
border-color: rgba(26, 156, 72, 0.9)!important;
}
.switch.is-outlined:hover input[type="checkbox"]:checked + .check.is-warning {
border-color: rgba(152, 122, 0, 0.9)!important;
}
.switch.is-outlined:hover input[type="checkbox"]:checked + .check.is-danger {
border-color: rgba(162, 0, 33, 0.9)!important;
}
.switch[disabled] {
color: rgb(155, 146, 133)!important;
}
.b-table .table {
border-color: transparent!important;
}
.b-table .table th.is-current-sort {
border-color: rgb(100, 93, 82)!important;
}
.b-table .table th.is-sortable:hover {
border-color: rgb(100, 93, 82)!important;
}
.b-table .table th.is-sticky {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.b-table .table tr.is-selected .checkbox input:checked + .check {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23167df0' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")!important;
background-color: rgb(24, 26, 27)!important;
}
.b-table .table tr.is-selected .checkbox input + .check {
border-color: rgb(48, 52, 54)!important;
}
.b-table .table tr.is-empty:hover {
background-color: transparent!important;
}
.b-table .table tr.detail {
box-shadow: rgb(44, 48, 50) 0px 1px 3px inset!important;
background-image: initial!important;
background-color: rgb(27, 29, 30)!important;
}
.b-table .table:focus {
border-color: rgb(11, 84, 166)!important;
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.b-table .table.is-bordered th.is-current-sort,
.b-table .table.is-bordered th.is-sortable:hover {
border-color: rgb(58, 63, 65)!important;
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
}
.b-table .table td.is-sticky {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.b-table .table-wrapper.has-sticky-header tr:first-child th {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
@media screen and (max-width: 768px) {
.b-table .table-wrapper.has-mobile-cards tfoot th {
border-color: initial!important;
}
.b-table .table-wrapper.has-mobile-cards tr {
box-shadow: rgba(8, 8, 8, 0.1) 0px 2px 3px,
rgba(8, 8, 8, 0.1) 0px 0px 0px 1px!important;
}
.b-table .table-wrapper.has-mobile-cards tr td {
border-color: initial!important;
}
.b-table .table-wrapper.has-mobile-cards tr td:last-child {
border-bottom-color: initial!important;
}
.b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]) {
background-image: inherit!important;
background-color: inherit!important;
}
.b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]):hover {
background-color: inherit!important;
}
.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
border-bottom-color: rgb(51, 55, 57)!important;
}
}
.b-table .table-wrapper.is-card-list tfoot th {
border-color: initial!important;
}
.b-table .table-wrapper.is-card-list tr {
box-shadow: rgba(8, 8, 8, 0.1) 0px 2px 3px,
rgba(8, 8, 8, 0.1) 0px 0px 0px 1px!important;
}
.b-table .table-wrapper.is-card-list tr td {
border-color: initial!important;
}
.b-table .table-wrapper.is-card-list tr td:last-child {
border-bottom-color: initial!important;
}
.b-table .table-wrapper.is-card-list tr:not([class*="is-"]) {
background-image: inherit!important;
background-color: inherit!important;
}
.b-table .table-wrapper.is-card-list tr:not([class*="is-"]):hover {
background-color: inherit!important;
}
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td {
border-bottom-color: rgb(51, 55, 57)!important;
}
.b-table.is-loading::after {
border-color: transparent transparent rgb(58, 63, 65) rgb(58, 63, 65)!important;
}
.b-tabs.is-vertical > .tabs ul {
border-bottom-color: transparent!important;
}
.b-tabs.is-vertical > .tabs.is-boxed li a {
border-bottom-color: transparent!important;
border-right-color: rgb(58, 63, 65)!important;
}
.b-tabs.is-vertical > .tabs.is-boxed li.is-active a {
border-bottom-color: rgb(58, 63, 65)!important;
border-right-color: transparent!important;
}
.b-tabs.is-vertical.is-right > .tabs.is-boxed li a {
border-bottom-color: transparent!important;
border-right-color: transparent!important;
border-left-color: rgb(58, 63, 65)!important;
}
.b-tabs.is-vertical.is-right > .tabs.is-boxed li.is-active a {
border-bottom-color: rgb(58, 63, 65)!important;
border-right-color: rgb(58, 63, 65)!important;
border-left-color: transparent!important;
}
.tag .delete.is-white,
.tag.is-delete.is-white {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.tag .delete.is-white:hover,
.tag.is-delete.is-white:hover {
background-color: rgb(38, 41, 43)!important;
}
.tag .delete.is-black,
.tag.is-delete.is-black {
background-image: initial!important;
background-color: rgb(8, 8, 8)!important;
}
.tag .delete.is-black:hover,
.tag.is-delete.is-black:hover {
background-color: rgb(0, 0, 0)!important;
}
.tag .delete.is-light,
.tag.is-delete.is-light {
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
}
.tag .delete.is-light:hover,
.tag.is-delete.is-light:hover {
background-color: rgb(44, 48, 50)!important;
}
.tag .delete.is-dark,
.tag.is-delete.is-dark {
background-image: initial!important;
background-color: rgb(41, 44, 46)!important;
}
.tag .delete.is-dark:hover,
.tag.is-delete.is-dark:hover {
background-color: rgb(21, 23, 24)!important;
}
.tag .delete.is-primary,
.tag.is-delete.is-primary {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.tag .delete.is-primary:hover,
.tag.is-delete.is-primary:hover {
background-color: rgb(10, 80, 158)!important;
}
.tag .delete.is-link,
.tag.is-delete.is-link {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.tag .delete.is-link:hover,
.tag.is-delete.is-link:hover {
background-color: rgb(10, 80, 158)!important;
}
.tag .delete.is-info,
.tag.is-delete.is-info {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
}
.tag .delete.is-booster,
.tag.is-delete.is-booster,
.tag.is-booster {
background-image: initial!important;
background-color: rgb(126, 0, 155)!important;
}
.tag .delete.is-info:hover,
.tag.is-delete.is-info:hover {
background-color: rgb(10, 80, 158)!important;
}
.tag .delete.is-success,
.tag.is-delete.is-success {
background-image: initial!important;
background-color: rgb(28, 167, 77)!important;
}
.tag .delete.is-success:hover,
.tag.is-delete.is-success:hover {
background-color: rgb(22, 133, 61)!important;
}
.tag .delete.is-warning,
.tag.is-delete.is-warning {
background-image: initial!important;
background-color: rgb(152, 121, 0)!important;
}
.tag .delete.is-warning:hover,
.tag.is-delete.is-warning:hover {
background-color: rgb(182, 146, 0)!important;
}
.tag .delete.is-danger,
.tag.is-delete.is-danger {
background-image: initial!important;
background-color: rgb(170, 0, 34)!important;
}
.tag .delete.is-danger:hover,
.tag.is-delete.is-danger:hover {
background-color: rgb(201, 0, 40)!important;
}
.taginput .taginput-container .autocomplete input {
border-color: initial!important;
box-shadow: none!important;
}
.taginput .taginput-container .autocomplete input:focus {
box-shadow: none!important;
}
.timepicker .dropdown .input[readonly],
.timepicker .dropdown .taginput .taginput-container.is-focusable[readonly],
.taginput .timepicker .dropdown .taginput-container.is-focusable[readonly],
.timepicker .dropdown-trigger .input[readonly],
.timepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly],
.taginput .timepicker .dropdown-trigger .taginput-container.is-focusable[readonly] {
box-shadow: rgba(8, 8, 8, 0.1) 0px 1px 2px inset!important;
}
.timepicker .dropdown .input[readonly]:focus,
.timepicker .dropdown .taginput .taginput-container.is-focusable[readonly]:focus,
.taginput .timepicker .dropdown .taginput-container.is-focusable[readonly]:focus,
.timepicker .dropdown .input[readonly].is-focused,
.timepicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-focused,
.taginput .timepicker .dropdown .taginput-container.is-focusable[readonly].is-focused,
.timepicker .dropdown .input[readonly]:active,
.timepicker .dropdown .taginput .taginput-container.is-focusable[readonly]:active,
.taginput .timepicker .dropdown .taginput-container.is-focusable[readonly]:active,
.timepicker .dropdown .input[readonly].is-active,
.timepicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-active,
.taginput .timepicker .dropdown .taginput-container.is-focusable[readonly].is-active,
.timepicker .dropdown-trigger .input[readonly]:focus,
.timepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:focus,
.taginput .timepicker .dropdown-trigger .taginput-container.is-focusable[readonly]:focus,
.timepicker .dropdown-trigger .input[readonly].is-focused,
.timepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-focused,
.taginput .timepicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-focused,
.timepicker .dropdown-trigger .input[readonly]:active,
.timepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:active,
.taginput .timepicker .dropdown-trigger .taginput-container.is-focusable[readonly]:active,
.timepicker .dropdown-trigger .input[readonly].is-active,
.timepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-active,
.taginput .timepicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-active {
box-shadow: rgba(64, 35, 142, 0.25) 0px 0px 0px 0.125em!important;
}
.timepicker .dropdown-content .control .select select {
border-color: initial!important;
}
.timepicker .dropdown-content .control .select select option:disabled {
color: rgba(155, 146, 133, 0.7)!important;
}
.b-tooltip.is-top.is-white::before {
border-top-color: rgb(48, 52, 54)!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
}
.b-tooltip.is-top.is-black::before {
border-top-color: rgb(137, 127, 112)!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
}
.b-tooltip.is-top.is-light::before {
border-top-color: rgb(51, 55, 57)!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
}
.b-tooltip.is-top.is-dark::before {
border-top-color: rgb(122, 113, 100)!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
}
.b-tooltip.is-top.is-primary::before {
border-top-color: rgb(11, 84, 166)!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
}
.b-tooltip.is-top.is-link::before {
border-top-color: rgb(11, 84, 166)!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
}
.b-tooltip.is-top.is-info::before {
border-top-color: rgb(11, 84, 166)!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
}
.b-tooltip.is-top.is-booster::before {
border-top-color: rgb(137, 11, 166)!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
}
.b-tooltip.is-top.is-success::before {
border-top-color: rgb(26, 156, 72)!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
}
.b-tooltip.is-top.is-warning::before {
border-top-color: rgb(152, 122, 0)!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
}
.b-tooltip.is-top.is-danger::before {
border-top-color: rgb(162, 0, 33)!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
}
.b-tooltip.is-right.is-white::before {
border-top-color: transparent!important;
border-right-color: rgb(48, 52, 54)!important;
border-bottom-color: transparent!important;
}
.b-tooltip.is-right.is-black::before {
border-top-color: transparent!important;
border-right-color: rgb(137, 127, 112)!important;
border-bottom-color: transparent!important;
}
.b-tooltip.is-right.is-light::before {
border-top-color: transparent!important;
border-right-color: rgb(51, 55, 57)!important;
border-bottom-color: transparent!important;
}
.b-tooltip.is-right.is-dark::before {
border-top-color: transparent!important;
border-right-color: rgb(122, 113, 100)!important;
border-bottom-color: transparent!important;
}
.b-tooltip.is-right.is-primary::before {
border-top-color: transparent!important;
border-right-color: rgb(11, 84, 166)!important;
border-bottom-color: transparent!important;
}
.b-tooltip.is-right.is-link::before {
border-top-color: transparent!important;
border-right-color: rgb(11, 84, 166)!important;
border-bottom-color: transparent!important;
}
.b-tooltip.is-right.is-info::before {
border-top-color: transparent!important;
border-right-color: rgb(11, 84, 166)!important;
border-bottom-color: transparent!important;
}
.b-tooltip.is-right.is-booster::before {
border-top-color: transparent!important;
border-right-color: rgb(125, 0, 154)!important;
border-bottom-color: transparent!important;
}
.b-tooltip.is-right.is-success::before {
border-top-color: transparent!important;
border-right-color: rgb(26, 156, 72)!important;
border-bottom-color: transparent!important;
}
.b-tooltip.is-right.is-warning::before {
border-top-color: transparent!important;
border-right-color: rgb(152, 122, 0)!important;
border-bottom-color: transparent!important;
}
.b-tooltip.is-right.is-danger::before {
border-top-color: transparent!important;
border-right-color: rgb(162, 0, 33)!important;
border-bottom-color: transparent!important;
}
.b-tooltip.is-bottom.is-white::before {
border-right-color: transparent!important;
border-bottom-color: rgb(48, 52, 54)!important;
border-left-color: transparent!important;
}
.b-tooltip.is-bottom.is-black::before {
border-right-color: transparent!important;
border-bottom-color: rgb(137, 127, 112)!important;
border-left-color: transparent!important;
}
.b-tooltip.is-bottom.is-light::before {
border-right-color: transparent!important;
border-bottom-color: rgb(51, 55, 57)!important;
border-left-color: transparent!important;
}
.b-tooltip.is-bottom.is-dark::before {
border-right-color: transparent!important;
border-bottom-color: rgb(122, 113, 100)!important;
border-left-color: transparent!important;
}
.b-tooltip.is-bottom.is-primary::before {
border-right-color: transparent!important;
border-bottom-color: rgb(11, 84, 166)!important;
border-left-color: transparent!important;
}
.b-tooltip.is-bottom.is-link::before {
border-right-color: transparent!important;
border-bottom-color: rgb(11, 84, 166)!important;
border-left-color: transparent!important;
}
.b-tooltip.is-bottom.is-info::before {
border-right-color: transparent!important;
border-bottom-color: rgb(11, 84, 166)!important;
border-left-color: transparent!important;
}
.b-tooltip.is-bottom.is-booster::before {
border-right-color: transparent!important;
border-bottom-color: rgb(125, 0, 154)!important;
border-left-color: transparent!important;
}
.b-tooltip.is-bottom.is-success::before {
border-right-color: transparent!important;
border-bottom-color: rgb(26, 156, 72)!important;
border-left-color: transparent!important;
}
.b-tooltip.is-bottom.is-warning::before {
border-right-color: transparent!important;
border-bottom-color: rgb(152, 122, 0)!important;
border-left-color: transparent!important;
}
.b-tooltip.is-bottom.is-danger::before {
border-right-color: transparent!important;
border-bottom-color: rgb(162, 0, 33)!important;
border-left-color: transparent!important;
}
.b-tooltip.is-left.is-white::before {
border-top-color: transparent!important;
border-bottom-color: transparent!important;
border-left-color: rgb(48, 52, 54)!important;
}
.b-tooltip.is-left.is-black::before {
border-top-color: transparent!important;
border-bottom-color: transparent!important;
border-left-color: rgb(137, 127, 112)!important;
}
.b-tooltip.is-left.is-light::before {
border-top-color: transparent!important;
border-bottom-color: transparent!important;
border-left-color: rgb(51, 55, 57)!important;
}
.b-tooltip.is-left.is-dark::before {
border-top-color: transparent!important;
border-bottom-color: transparent!important;
border-left-color: rgb(122, 113, 100)!important;
}
.b-tooltip.is-left.is-primary::before {
border-top-color: transparent!important;
border-bottom-color: transparent!important;
border-left-color: rgb(11, 84, 166)!important;
}
.b-tooltip.is-left.is-link::before {
border-top-color: transparent!important;
border-bottom-color: transparent!important;
border-left-color: rgb(11, 84, 166)!important;
}
.b-tooltip.is-left.is-info::before {
border-top-color: transparent!important;
border-bottom-color: transparent!important;
border-left-color: rgb(11, 84, 166)!important;
}
.b-tooltip.is-left.is-booster::before {
border-top-color: transparent!important;
border-bottom-color: transparent!important;
border-left-color: rgb(125, 0, 154)!important;
}
.b-tooltip.is-left.is-success::before {
border-top-color: transparent!important;
border-bottom-color: transparent!important;
border-left-color: rgb(26, 156, 72)!important;
}
.b-tooltip.is-left.is-warning::before {
border-top-color: transparent!important;
border-bottom-color: transparent!important;
border-left-color: rgb(152, 122, 0)!important;
}
.b-tooltip.is-left.is-danger::before {
border-top-color: transparent!important;
border-bottom-color: transparent!important;
border-left-color: rgb(162, 0, 33)!important;
}
.b-tooltip::after {
box-shadow: rgba(0, 1, 0, 0.2) 0px 1px 2px 1px!important;
}
.b-tooltip.is-white::after {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
color: rgb(226, 223, 219)!important;
}
.b-tooltip.is-black::after {
background-image: initial!important;
background-color: rgb(8, 8, 8)!important;
color: rgb(232, 230, 227)!important;
}
.b-tooltip.is-light::after {
background-image: initial!important;
background-color: rgb(30, 32, 33)!important;
color: rgb(198, 193, 185)!important;
}
.b-tooltip.is-dark::after {
background-image: initial!important;
background-color: rgb(41, 44, 46)!important;
color: rgb(226, 223, 219)!important;
}
.b-tooltip.is-primary::after {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-tooltip.is-link::after {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-tooltip.is-info::after {
background-image: initial!important;
background-color: rgb(12, 95, 188)!important;
color: rgb(232, 230, 227)!important;
}
.b-tooltip.is-success::after {
background-image: initial!important;
background-color: rgb(28, 167, 77)!important;
color: rgb(232, 230, 227)!important;
}
.b-tooltip.is-warning::after {
background-image: initial!important;
background-color: rgb(152, 121, 0)!important;
color: rgba(232, 230, 227, 0.7)!important;
}
.b-tooltip.is-danger::after {
background-image: initial!important;
background-color: rgb(170, 0, 34)!important;
color: rgb(232, 230, 227)!important;
}
.b-tooltip.is-dashed {
border-bottom-color: rgb(69, 75, 78)!important;
}
.upload input[type="file"] {
outline-color: initial!important;
}
.upload .upload-draggable {
border-color: rgb(69, 75, 78)!important;
}
.upload .upload-draggable.is-loading::after {
border-color: transparent transparent rgb(58, 63, 65) rgb(58, 63, 65)!important;
}
.upload .upload-draggable:hover.is-white,
.upload .upload-draggable.is-hovered.is-white {
border-color: rgb(48, 52, 54)!important;
background-image: initial!important;
background-color: rgba(24, 26, 27, 0.05)!important;
}
.upload .upload-draggable:hover.is-black,
.upload .upload-draggable.is-hovered.is-black {
border-color: rgb(137, 127, 112)!important;
background-image: initial!important;
background-color: rgba(8, 8, 8, 0.05)!important;
}
.upload .upload-draggable:hover.is-light,
.upload .upload-draggable.is-hovered.is-light {
border-color: rgb(51, 55, 57)!important;
background-image: initial!important;
background-color: rgba(30, 32, 33, 0.05)!important;
}
.upload .upload-draggable:hover.is-dark,
.upload .upload-draggable.is-hovered.is-dark {
border-color: rgb(122, 113, 100)!important;
background-image: initial!important;
background-color: rgba(41, 44, 46, 0.05)!important;
}
.upload .upload-draggable:hover.is-primary,
.upload .upload-draggable.is-hovered.is-primary {
border-color: rgb(11, 84, 166)!important;
background-image: initial!important;
background-color: rgba(64, 35, 142, 0.05)!important;
}
.upload .upload-draggable:hover.is-link,
.upload .upload-draggable.is-hovered.is-link {
border-color: rgb(11, 84, 166)!important;
background-image: initial!important;
background-color: rgba(64, 35, 142, 0.05)!important;
}
.upload .upload-draggable:hover.is-info,
.upload .upload-draggable.is-hovered.is-info {
border-color: rgb(11, 84, 166)!important;
background-image: initial!important;
background-color: rgba(12, 95, 188, 0.05)!important;
}
.upload .upload-draggable:hover.is-success,
.upload .upload-draggable.is-hovered.is-success {
border-color: rgb(26, 156, 72)!important;
background-image: initial!important;
background-color: rgba(28, 167, 77, 0.05)!important;
}
.upload .upload-draggable:hover.is-warning,
.upload .upload-draggable.is-hovered.is-warning {
border-color: rgb(152, 122, 0)!important;
background-image: initial!important;
background-color: rgba(152, 121, 0, 0.05)!important;
}
.upload .upload-draggable:hover.is-danger,
.upload .upload-draggable.is-hovered.is-danger {
border-color: rgb(162, 0, 33)!important;
background-image: initial!important;
background-color: rgba(170, 0, 34, 0.05)!important;
}
.shadow_border {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected:active,
.tab_button--selected:hover {
background-color: transparent!important;
}
.loading_icon--dark span {
background-color: rgb(88, 95, 99)!important;
}
.loading_icon span {
background-color: rgba(24, 26, 27, 0.9)!important;
}
.shadow_border[data-v-20b47706] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover[data-v-20b47706] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button[data-v-20b47706]:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button[data-v-20b47706]:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button[data-v-20b47706]::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected[data-v-20b47706]:active,
.tab_button--selected[data-v-20b47706]:hover {
background-color: transparent!important;
}
.modal_window__overlay[data-v-20b47706] {
background-color: rgba(0, 0, 0, 0.5)!important;
}
.modal_window[data-v-20b47706] {
box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 28px,
rgba(0, 0, 0, 0.1) 0px 10px 10px!important;
background-color: rgb(24, 26, 27)!important;
}
.modal_window__loading_overlay[data-v-20b47706] {
background-color: rgba(0, 0, 0, 0.3)!important;
}
.modal_window__footer[data-v-20b47706] {
background-color: rgb(42, 45, 47)!important;
}
.modal_window__close[data-v-20b47706] {
color: rgb(190, 185, 176)!important;
}
.modal_window__close[data-v-20b47706]:hover {
color: rgb(158, 150, 137)!important;
}
.shadow_border[data-v-aab35e4c] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover[data-v-aab35e4c] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button[data-v-aab35e4c]:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button[data-v-aab35e4c]:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button[data-v-aab35e4c]::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected[data-v-aab35e4c]:active,
.tab_button--selected[data-v-aab35e4c]:hover {
background-color: transparent!important;
}
.tab_view__tabs--small_tabs[data-v-aab35e4c] {
background-color: rgb(34, 36, 38)!important;
border-bottom-color: rgb(57, 61, 64)!important;
}
.tab_view__tabs--transparent[data-v-aab35e4c] {
background-color: transparent!important;
border-color: initial!important;
}
.tab_view__tab[data-v-aab35e4c] {
background-color: rgb(34, 36, 38)!important;
}
.tab_view__tab[data-v-aab35e4c]:hover {
background-color: rgb(42, 45, 47)!important;
}
.tab_view__tab[data-v-aab35e4c]:active {
background-color: rgb(49, 54, 56)!important;
}
.tab_view__tab--small_tabs[data-v-aab35e4c] {
border-bottom-color: initial!important;
}
.tab_view__tab--small_tabs[data-v-aab35e4c]::after {
background-color: rgb(24, 26, 27)!important;
}
.tab_view__tab--transparent[data-v-aab35e4c] {
background-color: transparent!important;
}
.tab_view__tab--transparent[data-v-aab35e4c]::after {
background-color: rgb(61, 66, 69)!important;
}
.tab_view__tab--transparent[data-v-aab35e4c]:hover {
background-color: transparent!important;
}
.tab_view__tab--transparent[data-v-aab35e4c]:hover::after {
background-color: rgb(42, 45, 47)!important;
}
.tab_view__tab--transparent[data-v-aab35e4c]:active {
background-color: transparent!important;
}
.tab_view__tab--selected[data-v-aab35e4c] {
background-color: rgb(24, 26, 27)!important;
}
.tab_view__tab--selected[data-v-aab35e4c]:hover {
background-color: rgb(24, 26, 27)!important;
}
.tab_view__tab--selected[data-v-aab35e4c]:active {
background-color: rgb(24, 26, 27)!important;
}
.tab_view__tab--selected_small_tabs[data-v-aab35e4c] {
border-color: rgb(57, 61, 64)!important;
}
.tab_view__tab--selected_transparent[data-v-aab35e4c] {
background-color: transparent!important;
border-color: initial!important;
}
.tab_view__tab--selected_transparent[data-v-aab35e4c]:hover,
.tab_view__tab--selected_transparent[data-v-aab35e4c]:active {
background-color: transparent!important;
}
.tab_view__tab--selected_transparent[data-v-aab35e4c]:hover::after,
.tab_view__tab--selected_transparent[data-v-aab35e4c]:active::after {
background-color: rgb(61, 66, 69)!important;
}
.tab_view__tab--selected_transparent[data-v-aab35e4c]::after {
background-color: rgb(61, 66, 69)!important;
}
.tab_view__content[data-v-aab35e4c] {
background-color: rgb(24, 26, 27)!important;
}
.tab_view__content--transparent[data-v-aab35e4c] {
background-color: transparent!important;
}
.shadow_border[data-v-5c006b8b] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover[data-v-5c006b8b] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button[data-v-5c006b8b]:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button[data-v-5c006b8b]:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button[data-v-5c006b8b]::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected[data-v-5c006b8b]:active,
.tab_button--selected[data-v-5c006b8b]:hover {
background-color: transparent!important;
}
.error_tooltip[data-v-5c006b8b] {
color: rgb(232, 82, 105)!important;
}
.shadow_border[data-v-49dc1031] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover[data-v-49dc1031] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button[data-v-49dc1031]:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button[data-v-49dc1031]:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button[data-v-49dc1031]::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected[data-v-49dc1031]:active,
.tab_button--selected[data-v-49dc1031]:hover {
background-color: transparent!important;
}
.fancy_input__input--error[data-v-49dc1031] {
border-color: rgb(145, 19, 38)!important;
}
.fancy_input__placeholder[data-v-49dc1031] {
background-color: rgb(24, 26, 27)!important;
color: rgb(190, 185, 176)!important;
}
.shadow_border[data-v-d2f088a6] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover[data-v-d2f088a6] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button[data-v-d2f088a6]:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button[data-v-d2f088a6]:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button[data-v-d2f088a6]::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected[data-v-d2f088a6]:active,
.tab_button--selected[data-v-d2f088a6]:hover {
background-color: transparent!important;
}
.notification_button__triangle[data-v-d2f088a6] {
background-color: rgb(27, 29, 30)!important;
border-color: rgb(67, 72, 75)!important;
}
.notification_button__menu[data-v-d2f088a6] {
background-color: rgb(27, 29, 30)!important;
border-color: rgb(67, 72, 75)!important;
box-shadow: rgba(0, 0, 0, 0.13) 0px 0.25rem 1rem!important;
}
.notification_button__menu__empty[data-v-d2f088a6] {
background-color: rgb(27, 29, 30)!important;
color: rgb(190, 185, 176)!important;
}
.notification_button__menu__empty span[data-v-d2f088a6] {
color: rgb(212, 209, 203)!important;
}
.notification_button__menu__item[data-v-d2f088a6] {
border-bottom-color: rgb(53, 57, 59)!important;
background-color: rgb(24, 26, 27)!important;
}
.notification_button__menu__item--no_border[data-v-d2f088a6]:last-child {
border-color: initial!important;
}
.notification_button__menu__item[data-v-d2f088a6]:hover {
background-color: rgb(30, 32, 33)!important;
}
.notification_button__menu__item--uninteracted[data-v-d2f088a6] {
background-color: rgba(10, 57, 129, 0.1)!important;
border-bottom-color: rgb(67, 72, 75)!important;
}
.notification_button__menu__item--uninteracted[data-v-d2f088a6]:hover {
background-color: rgba(10, 57, 129, 0.2)!important;
}
.notification_button__menu__item__header__date[data-v-d2f088a6] {
color: rgba(232, 230, 227, 0.54)!important;
}
.notification_button__menu__item__header__close[data-v-d2f088a6] {
background-color: rgb(61, 66, 69)!important;
color: rgb(232, 230, 227)!important;
}
.notification_button__button__count[data-v-d2f088a6] {
background-color: rgb(0, 104, 198)!important;
color: rgb(232, 230, 227)!important;
}
@media (max-width: 870px) {
.notification_button__button[data-v-d2f088a6]::before {
background-color: rgba(44, 50, 58, 0.5)!important;
}
.header__group--show .notification_button__button[data-v-d2f088a6] {
border-color: initial!important;
}
.notification_button__button[data-v-d2f088a6] {
border-color: initial!important;
}
}
.shadow_border {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected:active,
.tab_button--selected:hover {
background-color: transparent!important;
}
.info_tooltip__content {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(57, 61, 64)!important;
box-shadow: none!important;
}
.info_tooltip__content--show {
box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 6px,
rgba(0, 0, 0, 0.06) 0px 3px 6px!important;
}
.shadow_border {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected:active,
.tab_button--selected:hover {
background-color: transparent!important;
}
.avatar_icon__icon {
color: rgba(232, 230, 227, 0.87)!important;
}
.avatar_icon__icon {
color: rgb(232, 230, 227)!important;
}
.avatar_icon__date {
color: rgb(158, 150, 137)!important;
}
.shadow_border[data-v-27029d83] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover[data-v-27029d83] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button[data-v-27029d83]:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button[data-v-27029d83]:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button[data-v-27029d83]::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected[data-v-27029d83]:active,
.tab_button--selected[data-v-27029d83]:hover {
background-color: transparent!important;
}
.shadow_border[data-v-27029d83] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover[data-v-27029d83] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button[data-v-27029d83]:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button[data-v-27029d83]:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button[data-v-27029d83]::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected[data-v-27029d83]:active,
.tab_button--selected[data-v-27029d83]:hover {
background-color: transparent!important;
}
body[data-v-27029d83] {
background-color: rgba(30, 32, 33, 0.5)!important;
}
pre[data-v-27029d83] {
background-color: rgb(34, 36, 38)!important;
}
a[data-v-27029d83] {
color: rgb(180, 174, 164)!important;
background-image: url("data:image/png!important;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkqAcAAIUAgUW0RjgAAAAASUVORK5CYII=")!important;
background-color: initial!important;
text-decoration-color: initial!important;
}
a[data-v-27029d83]:hover,
a[data-v-27029d83]:visited {
color: rgb(158, 150, 137)!important;
}
a[data-v-27029d83]:active {
color: rgb(180, 174, 164)!important;
}
blockquote[data-v-27029d83] {
background-color: rgb(34, 36, 38)!important;
border-left-color: rgb(67, 72, 75)!important;
}
.picture_circle[data-v-27029d83]::after {
border-color: rgba(78, 84, 87, 0.25)!important;
}
.button[data-v-27029d83],
.search_box__input__button[data-v-27029d83] {
border-color: rgb(67, 72, 75)!important;
background-image: none!important;
background-color: rgb(24, 26, 27)!important;
color: rgba(183, 177, 168, 0.87)!important;
outline-color: initial!important;
}
.button[data-v-27029d83]:hover,
.search_box__input__button[data-v-27029d83]:hover {
background-color: rgb(30, 32, 33)!important;
border-color: rgb(67, 72, 75)!important;
}
.button[data-v-27029d83]:active,
.search_box__input__button[data-v-27029d83]:active {
background-color: rgb(34, 36, 38)!important;
border-color: rgb(67, 72, 75)!important;
}
.button--borderless[data-v-27029d83] {
color: rgba(232, 230, 227, 0.54)!important;
border-color: transparent!important;
}
.button--lightblue[data-v-27029d83] {
border-color: rgb(0, 92, 176)!important;
}
.button--lightblue[data-v-27029d83]:hover,
.button--lightblue[data-v-27029d83]:active {
border-color: rgb(0, 98, 186)!important;
}
.button--blue[data-v-27029d83] {
background-color: rgb(0, 104, 198)!important;
border-color: rgb(0, 98, 186)!important;
color: rgb(232, 230, 227)!important;
}
.button--blue[data-v-27029d83]:hover {
background-color: rgb(0, 101, 192)!important;
border-color: rgba(0, 98, 186, 0.6)!important;
color: rgb(224, 221, 217)!important;
}
.button--blue[data-v-27029d83]:active {
background-color: rgb(0, 90, 171)!important;
border-color: rgba(0, 98, 186, 0.6)!important;
color: rgb(216, 213, 208)!important;
}
.button--green[data-v-27029d83] {
background-color: rgba(61, 140, 64, 0.86)!important;
border-color: rgb(51, 144, 55)!important;
color: rgb(232, 230, 227)!important;
}
.button--green[data-v-27029d83]:hover {
background-color: rgba(54, 126, 58, 0.86)!important;
border-color: rgba(51, 144, 55, 0.6)!important;
color: rgb(224, 221, 217)!important;
}
.button--green[data-v-27029d83]:active {
background-color: rgba(49, 111, 51, 0.86)!important;
border-color: rgba(51, 144, 55, 0.6)!important;
color: rgb(216, 213, 208)!important;
}
.button--red[data-v-27029d83] {
background-color: rgb(155, 20, 41)!important;
border-color: rgb(166, 25, 25)!important;
color: rgb(232, 230, 227)!important;
}
.button--red[data-v-27029d83]:hover {
background-color: rgb(169, 22, 44)!important;
border-color: rgba(166, 25, 25, 0.6)!important;
color: rgb(224, 221, 217)!important;
}
.button--red[data-v-27029d83]:active {
background-color: rgb(178, 23, 46)!important;
border-color: rgba(166, 25, 25, 0.6)!important;
color: rgb(216, 213, 208)!important;
}
.input[data-v-27029d83] {
border-color: rgb(67, 72, 75)!important;
outline-color: initial!important;
}
.category_widget__box[data-v-27029d83] {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(57, 61, 64)!important;
}
.overlay_message[data-v-27029d83] {
color: rgb(190, 185, 176)!important;
}
.overlay_message span[data-v-27029d83] {
color: rgb(212, 209, 203)!important;
}
.admin_badge[data-v-27029d83] {
background-image: initial!important;
background-color: rgb(88, 95, 99)!important;
color: rgb(232, 230, 227)!important;
}
.link_preview[data-v-27029d83] {
border-color: rgb(53, 57, 59)!important;
}
.link_preview h2[data-v-27029d83] {
color: rgb(158, 150, 137)!important;
}
blockquote.twitter-tweet[data-v-27029d83] {
background-color: unset!important;
border-color: rgb(53, 57, 59)!important;
}
.search_box__input[data-v-27029d83] {
border-top-color: rgb(67, 72, 75)!important;
border-bottom-color: rgb(67, 72, 75)!important;
border-left-color: rgb(67, 72, 75)!important;
border-right-color: initial!important;
outline-color: initial!important;
}
.search_box__input__field[data-v-27029d83] {
outline-color: initial!important;
border-color: initial!important;
color: rgba(232, 230, 227, 0.87)!important;
}
.search_box__input__field[data-v-27029d83]::-webkit-input-placeholder {
color: rgb(158, 150, 137)!important;
}
.search_box__input__button[data-v-27029d83] {
border-top-color: initial!important;
border-bottom-color: initial!important;
border-left-color: initial!important;
border-right-color: rgb(67, 72, 75)!important;
}
.search_box__input__button[data-v-27029d83]:hover,
.search_box__input__button[data-v-27029d83]:active {
border-color: rgb(67, 72, 75)!important;
}
.search_box__results[data-v-27029d83] {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(67, 72, 75)!important;
box-shadow: rgba(0, 0, 0, 0.13) 0px 0.25rem 1rem!important;
}
.search_box__results--highlight[data-v-27029d83] {
background-color: rgb(34, 36, 38)!important;
}
.search_box__results__header--divider[data-v-27029d83] {
border-top-color: rgb(57, 61, 64)!important;
}
.search_box__results__thread[data-v-27029d83]:hover,
.search_box__results__user[data-v-27029d83]:hover,
.search_box__results__search_all[data-v-27029d83]:hover {
background-color: rgb(34, 36, 38)!important;
}
.search_box__results__thread[data-v-27029d83]:focus,
.search_box__results__user[data-v-27029d83]:focus,
.search_box__results__search_all[data-v-27029d83]:focus {
outline-color: initial!important;
background-color: rgb(34, 36, 38)!important;
}
.search_box__results__content[data-v-27029d83] {
color: rgba(232, 230, 227, 0.54)!important;
}
.css-1im1513 {
background-color: rgb(54, 65, 71)!important;
}
.css-10ld7jx {
background-color: rgb(54, 65, 71)!important;
}
.css-1fmidh5 {
background-color: rgb(54, 65, 71)!important;
}
trpl-title {
background-image: -webkit-linear-gradient(top,
rgb(0, 143, 204),
rgb(0, 98, 204))!important;
background-color: initial!important;
-webkit-text-fill-color: transparent!important;
}
trpl-para {
background-image: initial!important;
background-color: rgb(0, 98, 204)!important;
-webkit-text-fill-color: transparent!important;
}
.fa-border {
border-color: rgb(53, 57, 59)!important;
}
.fa-inverse {
color: rgb(232, 230, 227)!important;
}
.sr-only {
border-color: initial!important;
}
.fad::before {
color: inherit!important;
}
.fad::after {
color: inherit!important;
}
.fad.fa-inverse {
color: rgb(232, 230, 227)!important;
}
.shadow_border {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected:active,
.tab_button--selected:hover {
background-color: transparent!important;
}
html,
body {
color: rgba(232, 230, 227, 0.87)!important;
}
.logo {
background-image: none!important;
background-color: initial!important;
}
.logo:hover,
.logo:visited,
.logo:active {
outline-color: initial!important;
color: rgba(232, 230, 227, 0.87)!important;
}
@media (max-width: 870px) {
.header__group:nth-child(2) {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
box-shadow: none!important;
}
.header__group:nth-child(2)::before {
background-image: linear-gradient(to right,
rgb(2, 116, 174),
rgb(2, 152, 194))!important;
background-color: initial!important;
}
.header__group:nth-child(2).header__group--show {
box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 1rem!important;
}
}
.vue-skip-to.focused,
.vue-skip-to:hover {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(123, 114, 101)!important;
}
.vue-skip-to__link,
.vue-skip-to__nav > span {
color: rgb(200, 195, 188)!important;
}
.vue-skip-to__nav > span {
border-bottom-color: rgb(123, 114, 101)!important;
}
.vue-skip-to__link {
text-decoration-color: initial!important;
}
.vue-skip-to__link:focus {
outline-color: initial!important;
background-color: rgb(38, 42, 43)!important;
color: rgb(224, 221, 217)!important;
}
.shadow_border[data-v-1b5d3b58] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover[data-v-1b5d3b58],
.thread_display[data-v-1b5d3b58]:hover {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button[data-v-1b5d3b58]:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button[data-v-1b5d3b58]:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button[data-v-1b5d3b58]::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected[data-v-1b5d3b58]:active,
.tab_button--selected[data-v-1b5d3b58]:hover {
background-color: transparent!important;
}
.thread_display[data-v-1b5d3b58] {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(57, 61, 64)!important;
}
.thread_display__username[data-v-1b5d3b58],
.thread_display__category[data-v-1b5d3b58],
.thread_display__date[data-v-1b5d3b58] {
color: rgba(232, 230, 227, 0.87)!important;
}
.thread_display__meta_bar[data-v-1b5d3b58] {
color: rgb(190, 185, 176)!important;
}
.thread_display__latest_reply[data-v-1b5d3b58] {
color: rgba(232, 230, 227, 0.54)!important;
}
.thread_display__latest_reply .fa[data-v-1b5d3b58] {
color: rgba(232, 230, 227, 0.87)!important;
}
.shadow_border[data-v-e22704aa] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover[data-v-e22704aa] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button[data-v-e22704aa]:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button[data-v-e22704aa]:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button[data-v-e22704aa]::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected[data-v-e22704aa]:active,
.tab_button--selected[data-v-e22704aa]:hover {
background-color: transparent!important;
}
.thread_display_placeholder[data-v-e22704aa] {
background-color: rgb(24, 26, 27)!important;
border-color: rgb(57, 61, 64)!important;
}
.thread_display_placeholder__bar[data-v-e22704aa] {
background-color: rgb(34, 36, 38)!important;
}
.thread_display_placeholder__icon[data-v-e22704aa] {
background-color: rgb(61, 66, 69)!important;
}
.shadow_border[data-v-4d5e273d] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem!important;
}
.shadow_border--hover[data-v-4d5e273d] {
box-shadow: rgba(69, 75, 78, 0.25) 0px 0px 0.3rem,
rgba(69, 75, 78, 0.25) 0px 0.2rem 0.35rem!important;
}
.tab_button[data-v-4d5e273d]:hover {
background-color: rgb(34, 36, 38)!important;
}
.tab_button[data-v-4d5e273d]:active {
background-color: rgb(44, 47, 49)!important;
}
.tab_button[data-v-4d5e273d]::after {
background-color: rgb(0, 104, 198)!important;
}
.tab_button--selected[data-v-4d5e273d]:active,
.tab_button--selected[data-v-4d5e273d]:hover {
background-color: transparent!important;
}
.forum_description[data-v-4d5e273d] {
border-color: rgb(57, 61, 64)!important;
}
.thread_sorting__display[data-v-4d5e273d] {
border-right-color: rgb(53, 57, 59)!important;
}
.threads_main__side_bar[data-v-4d5e273d] {
background-image: initial!important;
background-color: rgb(24, 26, 27)!important;
}
.threads_main__side_bar__title[data-v-4d5e273d] {
color: rgb(180, 174, 164)!important;
}
.threads_main__side_bar__menu_item[data-v-4d5e273d] {
text-decoration-color: initial!important;
background-image: none!important;
}
.threads_main__side_bar__menu_item__border[data-v-4d5e273d] {
background-color: rgb(61, 66, 69)!important;
}
.thread[data-v-4d5e273d] {
background-color: rgb(24, 26, 27)!important;
}
.thread td[data-v-4d5e273d],
.thread th[data-v-4d5e273d] {
border-bottom-color: rgb(51, 55, 57)!important;
}
.thread--header[data-v-4d5e273d]:hover {
background-color: rgb(24, 26, 27)!important;
}
.hljs {
background-image: initial!important;
background-color: rgb(32, 35, 37)!important;
}
.hljs,
.hljs-subst {
color: rgb(189, 183, 175)!important;
}
.hljs-comment {
color: rgb(157, 148, 136)!important;
}
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
color: rgb(255, 109, 109)!important;
}
.hljs-title,
.hljs-section {
color: rgb(255, 109, 109)!important;
}
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: rgb(193, 108, 108)!important;
}
.hljs-literal {
color: rgb(132, 177, 111)!important;
}
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
color: rgb(189, 255, 124)!important;
}
.hljs-meta {
color: rgb(105, 186, 225)!important;
}
.hljs-meta-string {
color: rgb(93, 162, 197)!important;
}