.work-item {
    margin-bottom: 1rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.tight {
    margin-bottom: 0px;
}

/* .card {
    --bulma-card-radius: 0.1rem;
} */
.card-image .image {
    --bulma-card-radius: 0.1rem;
    border-width: 25px 25px 15px 25px;
    border-style: solid;
    border-color: #fff;
}

.navbar-item {
    gap: 0.1rem;
    margin: 0 1rem;
}

.navbar-burger {
    /* color: white; */
    /* margin-inline-start: 20%; */
    color: var(--bulma-subtitle-color);
}

@media (max-width: 768px) {
    .navbar-item .image {
        /* display: none; */
        max-width: 105px;
    }
}

.card-content {
    padding: 1.0rem;
}

.table thead th {
    text-align: center !important;
}

.cur-tab {
    color: #EC5882;
}

.has-background-info-light {
    background-color: #f4faff !important;
}

.is-red-button {
    background-color: #EC5882;
    color: #fff;
    padding: 0.6rem 2rem;
}

.is-grey-button {
    background-color: #e7e7e7 !important;
    color: #cbcbcb !important;
    padding: 0.6rem 2rem !important;
}

.is-red-link-button {
    background-color: #EC5882;
    color: #fff;
    padding: 0 1.5rem;
    border-radius: 0.2rem;
}

.is-grey-link-button {
    background-color: #e7e7e7;
    color: #828282;
    padding: 0 1.5rem;
    border-radius: 0.2rem;
}

.table-spliter {
    background-color: #eff3f7;
}

.vm {
  vertical-align: middle !important;
}

.a-book {
    color: #00b3ff;
}
