.bb-display-prop {
    font-size: calc(1.2vw + 12px );
}

.bb-hint-infobox {
    margin-bottom: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    overflow: hidden;
}

.bb-hint-icon {
    max-width: 20%;
    height: 100%!important;
    object-fit: contain;
    object-position: top;
    flex: 1!important;
    margin-right: 20px;
}
.bb-hint-text {
    font-size: calc(0.5vw + 15px );
    font-weight: 200;
    line-height: calc(0.5vw + 20px);
    flex: 4;
}

.bb-border-bottom {
    border-bottom: 1px solid black;
}

.bb-border-top {
    border-top: 1px solid black;
}

.bb-form {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 20px;
}

.bb-button {
    font-size: 20px;
    margin-top: 10px;
    margin-right: 10px;
}