:root {
--bulma-scheme-h: 30;
--bulma-primary-rgb: 244, 147, 51;
--bulma-primary-h: 30deg;
--bulma-primary-s: 90%;
--bulma-primary-l: 58%;
}
html,body {
height: 100%;
}
.has-shadow {
box-shadow: var(--bulma-card-header-shadow);
}
.is-highlighted {
background-color: hsla(22, 100%, 87%, 1.0) !important;
transition: background-color 400ms ease 0s;
}
.body {
display: flex;
}
aside {
background-color: hsl(221, 14%, 99%);
padding: 20px;
width: 270px;
height: 100vh;
border-right: 1px solid #ededed;
}
.page {
padding: 24px 16px;
width: 100%;
}
.cursor-pointer {
cursor: pointer;
}
.hard-shadows {
box-shadow: 0 1px 5px 0 #0003, 0 2px 2px 0 #00000024, 0 3px 1px -2px #0000001f;
}
.in-card {
position: relative;
right: 8px;
top: 8px;
}
.in-card::after, .in-card::before {
background-color: black;
}
.markdown * {
list-style-type: initial;
margin: initial;
padding: initial;
}
.is-fullwidth {
width: 100%;
}
.is-width-1 {
width: 1px;
}
.divider {
background-color: hsla(30, 90%, 58%, 1.0);
border-radius: 9999px;
height: 0.25rem;
margin: 1em 0;
}
.has-simple-border {
border: 1px solid hsla(0, 0%, 0%, 0.12156862745098039);
}
.has-simple-border-top {
border-top: 1px solid hsla(0, 0%, 0%, 0.12156862745098039);
}
.has-simple-border-bottom {
border-bottom: 1px solid hsla(0, 0%, 0%, 0.12156862745098039);
}
.has-simple-border-left {
border-left: 1px solid hsla(0, 0%, 0%, 0.12156862745098039);
}
.has-simple-border-right {
border-right: 1px solid hsla(0, 0%, 0%, 0.12156862745098039);
}
.has-round-border-top-left-0 {
border-top-left-radius: 0.0rem;
}
.has-round-border-top-left-1 {
border-top-left-radius: 0.25rem;
}
.has-round-border-top-left-2 {
border-top-left-radius: 0.5rem;
}
.has-round-border-top-left-3 {
border-top-left-radius: 0.75rem;
}
.has-round-border-top-left-4 {
border-top-left-radius: 1.0rem;
}
.has-round-border-top-left-5 {
border-top-left-radius: 1.5rem;
}
.has-round-border-top-left-6 {
border-top-left-radius: 1.75rem;
}
.has-round-border-top-right-0 {
border-top-right-radius: 0.0rem;
}
.has-round-border-top-right-1 {
border-top-right-radius: 0.25rem;
}
.has-round-border-top-right-2 {
border-top-right-radius: 0.5rem;
}
.has-round-border-top-right-3 {
border-top-right-radius: 0.75rem;
}
.has-round-border-top-right-4 {
border-top-right-radius: 1.0rem;
}
.has-round-border-top-right-5 {
border-top-right-radius: 1.5rem;
}
.has-round-border-top-right-6 {
border-top-right-radius: 1.75rem;
}
.has-round-border-bottom-left-0 {
border-bottom-left-radius: 0.0rem;
}
.has-round-border-bottom-left-1 {
border-bottom-left-radius: 0.25rem;
}
.has-round-border-bottom-left-2 {
border-bottom-left-radius: 0.5rem;
}
.has-round-border-bottom-left-3 {
border-bottom-left-radius: 0.75rem;
}
.has-round-border-bottom-left-4 {
border-bottom-left-radius: 1.0rem;
}
.has-round-border-bottom-left-5 {
border-bottom-left-radius: 1.5rem;
}
.has-round-border-bottom-left-6 {
border-bottom-left-radius: 1.75rem;
}
.has-round-border-bottom-right-0 {
border-bottom-right-radius: 0.0rem;
}
.has-round-border-bottom-right-1 {
border-bottom-right-radius: 0.25rem;
}
.has-round-border-bottom-right-2 {
border-bottom-right-radius: 0.5rem;
}
.has-round-border-bottom-right-3 {
border-bottom-right-radius: 0.75rem;
}
.has-round-border-bottom-right-4 {
border-bottom-right-radius: 1.0rem;
}
.has-round-border-bottom-right-5 {
border-bottom-right-radius: 1.5rem;
}
.has-round-border-bottom-right-6 {
border-bottom-right-radius: 1.75rem;
}
.has-round-border-0 {
border-radius: 0.0rem;
}
.has-round-border-1 {
border-radius: 0.25rem;
}
.has-round-border-2 {
border-radius: 0.5rem;
}
.has-round-border-3 {
border-radius: 0.75rem;
}
.has-round-border-4 {
border-radius: 1.0rem;
}
.has-round-border-5 {
border-radius: 1.5rem;
}
.has-round-border-6 {
border-radius: 1.75rem;
}
.has-min-width-0 {
min-width: 0.0rem;
}
.has-min-width-0xs {
min-width: 0.0rem;
}
.has-min-width-0x {
min-width: 0.0rem;
}
.has-min-width-0xl {
min-width: 0.0rem;
}
.has-min-width-1 {
min-width: 0.25rem;
}
.has-min-width-1xs {
min-width: 1.25rem;
}
.has-min-width-1x {
min-width: 1.5rem;
}
.has-min-width-1xl {
min-width: 1.75rem;
}
.has-min-width-2 {
min-width: 0.5rem;
}
.has-min-width-2xs {
min-width: 2.5rem;
}
.has-min-width-2x {
min-width: 3.0rem;
}
.has-min-width-2xl {
min-width: 3.5rem;
}
.has-min-width-3 {
min-width: 0.75rem;
}
.has-min-width-3xs {
min-width: 3.75rem;
}
.has-min-width-3x {
min-width: 4.5rem;
}
.has-min-width-3xl {
min-width: 5.25rem;
}
.has-min-width-4 {
min-width: 1.0rem;
}
.has-min-width-4xs {
min-width: 5.0rem;
}
.has-min-width-4x {
min-width: 6.0rem;
}
.has-min-width-4xl {
min-width: 7.0rem;
}
.has-min-width-5 {
min-width: 1.5rem;
}
.has-min-width-5xs {
min-width: 7.5rem;
}
.has-min-width-5x {
min-width: 9.0rem;
}
.has-min-width-5xl {
min-width: 10.5rem;
}
.has-min-width-6 {
min-width: 1.75rem;
}
.has-min-width-6xs {
min-width: 8.75rem;
}
.has-min-width-6x {
min-width: 10.5rem;
}
.has-min-width-6xl {
min-width: 12.25rem;
}
.has-no-shadow {
box-shadow: none;
}
.p-3.5 {
padding: 0.875rem;
}
.pb-3.5 {
padding-bottom: 0.875rem;
}
.pt-3.5 {
padding-top: 0.875rem;
}
.pr-3.5 {
padding-right: 0.875rem;
}
.pl-3.5 {
padding-left: 0.875rem;
}
.dropdown-menu {
left: 10px;
width: 268px;
}
.dropdown-content {
box-shadow: none;
border: 1px solid hsla(0, 0%, 0%, 0.12156862745098039);
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.dropdown-divider {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.has-hover {
transition: background-color 400ms ease 0s;
&:hover {
background-color: hsla(210, 15%, 94%, 1.0);
}
&:active {
transition: background-color 200ms ease 0s;
background-color: hsla(0, 0%, 98%, 1.0);
}
}
.table-control {
width: 100%;
justify-content: end;
display: flex;
padding: 10px;
border-top: 1px solid hsla(0, 0%, 0%, 0.12156862745098039);
}
.table {
border-radius: var(--bulma-card-radius);
}
.table.is-bordered tr td:first-child {
border-left: 0 none transparent;
}
.table.is-bordered tr td:last-child {
border-right: 0 none transparent;
}
.table.is-bordered tr th:first-child {
border-left: 0 none transparent;
}
.table.is-bordered tr th:last-child {
border-right: 0 none transparent;
}
.table.is-bordered tr:last-child td {
border-bottom: 0 none transparent;
}
th.dropdown {
display: table-cell;
}
.table tr th {
border-bottom-width: 1px;
}
.table.is-bordered tr th {
border-width: 0;
border-bottom-width: 1px;
}
.has-grid-gap-1 {
gap: 0.25rem;
}
.has-grid-gap-2 {
gap: 0.5rem;
}
.has-grid-gap-3 {
gap: 0.75rem;
}
.has-grid-gap-4 {
gap: 1rem;
}
.has-grid-gap-5 {
gap: 1.5rem;
}
.has-grid-gap-6 {
gap: 3rem;
}
.loading-component {
position: absolute;
background-color: hsla(0, 0%, 100%, 1.0);
display: flex;
justify-content: center;
align-items: center;
z-index: 30;
border-radius: var(--bulma-card-radius);
}
.swal2-container .swal2-loader {
border-color: hsla(22, 100%, 87%, 1.0) hsla(22, 100%, 87%, 1.0) hsla(30, 90%, 58%, 1.0);
}
.is-carousel {
> .inactive {
visibility: hidden;
transition: none;
}
> div {
transition: transform 200ms ease 0s;
}
> .next {
transform: translate3d(230%, 0, 0);
}
> .previous {
transform: translate3d(-230%, 0, 0);
}
}

            @keyframes rotate {
                0% {
                    transform: rotate(0deg);
                }
                100% {
                    transform: rotate(360deg);
                }
            }
            @keyframes animate-stroke {
                0% {
                    stroke-dasharray: 1, 200;
                    stroke-dashoffset: 0;
                }
                50% {
                    stroke-dasharray: 89, 200;
                    stroke-dashoffset: -35;
                }
                100% {
                    stroke-dasharray: 89, 200;
                    stroke-dashoffset: -124;
                }
            }