@font-face {
  font-family: FiraSansThin;
  src: url(assets/fonts/FiraSans-Thin.ttf);
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    transition: .5s;
}

*::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 10px;
    transition: .5s;
}
*::-webkit-scrollbar-thumb:hover {
    background-color: #b6b6b6;
    transition: .5s;
}

.required:after {
    content:" *";
    color: red;
    display: inline;
}

.mb1 {
    margin-bottom: 1em;
}

.mb2 {
    margin-bottom: 2em;
}

.mt1 {
    margin-top: 1em;
}

.mt2 {
    margin-top: 2em;
}


.mr025 {
    margin-right: 0.25em
}

.mr05 {
    margin-right: 0.5em;
}

.mr1 {
    margin-right: 1em
}

.ml05 {
    margin-left: 0.5em;
}

.ml1 {
    margin-left: 1em
}

.ml2 {
    margin-left: 2em
}


.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}


.comment-card:last-child::after {
    display: none;
}


a.discreet {
    color: var(--bulma-table-color);
}

.link-hover:hover {
    text-decoration: underline;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    padding-top: 0.5em;
    background-color: var(--bulma-body-background-color);
    backdrop-filter: blur(5px);
    }

/* .comment-card::after { */
/*     z-index: -100; */
/*     content: ''; */
/*     position: absolute; */
/*     top: 30px; */
/*     left: 25px; */
/*     width: 1px; */
/*     height: 100px; */
/*     background: grey; */
/*    } */

.field-label{
    text-align: left!important;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

.headcol {
    position: -webkit-sticky;
    position: sticky;
    background-color: var(--bulma-scheme-main)!important;
    z-index: 999;
    width: 5em;
    left: 0;
    top: auto;
}
