[v-cloak] {
    display: none;
}

html, body {
    height: 100%;
}

body, .navbar, .footer, #app {
    background-color: #f7f9fd;
}

#app {
    padding-left: 14px;
    padding-right: 14px;
}
a {
    color: #1e87f0;
}

.bd-navbar {
    font-size: 1.125rem;
    padding: 1rem 0;
}

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    color: #1e87f0;
}

.notification.is-loading {
    pointer-events: none;
    text-indent: 1.5rem;
}

.notification.is-loading::after {
    animation: spinAround .5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 9999px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    top: calc(50% - (1em * .5));
    position: absolute!important;
}

.notification.is-loading::after {
    border-color: transparent transparent #fff #fff!important;
}

.tabs li.is-active a {
    border-bottom-color: #1e87f0;
    color: #1e87f0;
}

.is-right {
    float: right !important;
}

.icu-list .box {
    cursor: pointer;
}

.icu-list .active {
    background: #1e87f0;
}
.icu-list .box:not(.active):hover {
    background: hsl(0, 0%, 96%);
}

.icu-list .subtitle {
    color: #c4c4c4;
}

.icu-list .active .title {
    color: #fff;
}

.icu-list .active .subtitle {
    color: #b1d8ff;
}

.icu-list .title-checkbox {
    vertical-align: middle;
    margin-top: -12px;
    margin-right: 4px;
}

.icu-list-version li {
    margin-top: 0.35rem;
}

.icu-danger {
    color: hsl(348, 100%, 61%);
}

.icu-center {
    text-align: center;
}

.home.tabs-wrapper {
    min-height: 657px;
}

.tabs-content > ul > li {
    display: none;
}

.tabs-content > ul > li.is-active {
    display: block;
}

.countdown {
    display: flex;
    justify-content: center;
}

.countdown-minutes,
.countdown-seconds {
    font-size: 6rem;
    line-height: .8;
}
.countdown-minutes span,
.countdown-seconds span {
    display: inline-block;
    width: 60px;
    text-align: center;
}

.countdown-item {
    margin: 0 5px;
}

.countdown-label {
    text-align: center;
    color: hsl(0, 0%, 48%);
}

.countdown-separator {
    font-size: 3rem;
    line-height: 1.6;
}

.notification.is-desktop {
    display: none;
}
.is-sticky {
    position: sticky;
    top: 12px;
}
.title .title-name {
    display: inline-block;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table.is-pointer tr {
    cursor: pointer;
}
.table tr.is-selected {
    background-color: #1e87f0;
}
.tabs-content > ul > li.is-active .table-container {
    max-height: 530px;
    overflow-y: auto;
}
.tabs-content > ul > li.is-active .table-container .table-head-sticky {
    position: sticky;
    top: 0;
    overflow-y: auto;
    z-index: 1;
}
.tabs-content > ul > li.is-active .table-container .table-head-sticky tr {
    background: #ffffff;
}
.tr-disabled {
    color: #bcbcbc;
}

.modal-card.modal-lg, .modal-content {
    width: 80%;
}

.modal-loading .modal-content {
    text-align: center;
}
.modal-loading .modal-background {
    background-color: rgba(10, 10, 10, 0.1);
}
.modal-loading .modal-content .notification {
    display: inline-block;
}

.modal-loading .modal-content .notification {
    pointer-events: none;
    text-indent: 1.5rem;
}

.modal-loading .modal-content .notification::after {
    animation: spinAround .5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 9999px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    top: calc(50% - (1em * .5));
    position: absolute!important;
}

.modal-loading .modal-content .notification::after {
    border-color: transparent transparent #fff #fff!important;
}
@media screen and (max-width: 769px) {
    .navbar-item > span {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .notification.is-desktop {
        display: block;
    }
}
