/* Gap heights */
.gap-h0 { height: 0; }
.gap-h5 { height: 5px; }
.gap-h20 { height: 20px; }
.gap-h30 { height: 30px; }
.gap-h40 { height: 40px; }
.gap-h60 { height: 60px; }

/* Dash styles */
.dash-h1 { height: 1px; }

/* Text colors and styles */
.text-purple { color: #808fc1; }
.title-black-bold { color: #000; font-weight: bold; }
.font-size-14 { font-size: 14px; }

/* Layout and positioning */
.center-block { margin-left: auto; margin-right: auto; }
.table-unit { float: right; font-size: 14px; color: #000; font-weight: normal; }
.qr-code-style { max-width: 80px; margin-bottom: 30px; }

/* Containers and max-widths */
.container-mw-770 { max-width: 770px; margin-left: auto; margin-right: auto; }
.container-mw-842 { max-width: 842px; margin-left: auto; margin-right: auto; }
.img-mw-750 { max-width: 750px; }
.img-mw-822 { max-width: 822px; }

/* Component-specific styles */
.info-box-dashed {
    margin-left: 20px;
    margin-right: 20px;
    border: 2px dashed #808fc1;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Add cursor pointer to clickable elements */
.top_navbar_home, #go-top {
    cursor: pointer;
}