.page-utilities {
    max-width: 550px;
    margin: auto;
    font-family: var(--font-family-sans-serif);
}

.page-app-loban {
    font-family: var(--font-family-sans-serif);
}

.page-app-loban span {
    display: unset;
    vertical-align: unset;
}

.page-app-loban .input {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    background-color: #fff;
    border-radius: 4px;
    color: #363636;
    box-shadow: inset 0 0.0625em 0.125em rgb(10 10 10 / 5%);
    max-width: 100%;
    width: 100%;
    padding: calc(0.5em - 1px) 2.5em;
    text-align: center;
    border: 1px solid #3273dc;
}

.page-app-loban .control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}

.page-app-loban .has-text-grey {
    color: #7a7a7a!important;
}

.page-app-loban .icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}

.page-app-loban .control.has-icons-left .icon,
.page-app-loban .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4;
}

.page-app-loban .control.has-icons-right .icon.is-left {
    left: 0;
}

.page-app-loban .control.has-icons-right .icon.is-right {
    right: 0;
}

.page-utilities a.btn {
    color: #ffffff;
}

.page-utilities a.btn:hover {
    color: #ffffff;
}

.page-utilities .field .label {
    color: #363636;
    font-weight: 500;
}

.page-utilities .field:not(:last-child) {
    margin-bottom: 0.75em;
}

.page-utilities label.has-text-grey {
    margin-bottom: 0.125em;
}

.page-utilities .title.is-5 {
    color: #363636;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.125;
}

.page-utilities .content h4 {
    font-size: 1.25em;
    margin-bottom: 0.8em;
    color: #363636;
    font-weight: 600;
    line-height: 1.125;
}

.page-utilities .font_14 {
    font-size: 14px;
}

.page-app-loban .content ul,
.page-utilities .content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.page-utilities p {
    margin-bottom: 1em;
}

.has-text-weight-semibold {
    font-weight: 600!important;
}

.notification {
    border-radius: 4px;
}

.notification:not(:last-child) {
    margin-bottom: 1rem;
}

.notification.is-white {
    background-color: #fff;
    color: #0a0a0a
}

.notification.is-black {
    background-color: #0a0a0a;
    color: #fff
}

.notification.is-light {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.7)
}

.notification.is-dark {
    background-color: #363636;
    color: #fff
}

.notification.is-primary {
    background-color: #00d1b2;
    color: #fff
}

.notification.is-primary.is-light {
    background-color: #ebfffc;
    color: #00947e
}

.notification.is-link {
    background-color: #3273dc;
    color: #fff
}

.notification.is-link.is-light {
    background-color: #eef3fc;
    color: #2160c4
}

.notification.is-info {
    background-color: #3298dc;
    color: #fff
}

.notification.is-info.is-light {
    background-color: #eef6fc;
    color: #1d72aa
}

.notification.is-success {
    background-color: #48c774;
    color: #fff
}

.notification.is-success.is-light {
    background-color: #effaf3;
    color: #257942
}

.notification.is-warning {
    background-color: #ffdd57;
    color: rgba(0,0,0,.7)
}

.notification.is-warning.is-light {
    background-color: #fffbeb;
    color: #947600
}

.notification.is-danger {
    background-color: #f14668;
    color: #fff
}

.notification.is-danger.is-light {
    background-color: #feecf0;
    color: #cc0f35
}

.notification.is-success.is-light {
    background-color: #effaf3;
    color: #257942;
}

.notification.is-danger.is-light {
    background-color: #feecf0;
    color: #cc0f35;
}
