.hidden {
    display: none;
}

.d-block {
    width: 100%;
    display: block;
}

.font-green {
    color: green;
}

.btn-semi-rounded {
    border-radius: 25px;
}

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

.full-height {
    height: 100%;
}

.font-lg {
    font-size: 3em;
}

.center-height {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mb-20 {
    margin-bottom: 20px;
}

label.required:after {
    content: '*';
    color: var(--red);
    margin-left: 5px;
}

.mt0 {
    margin-top: 0;
}

.h60 {
    height: 60px;
}

.w180 {
    width: 180px;
}

.h300 {
    height: 300px;
}