

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.me-1 {
    margin-right: 8px;
}

.divider {
    padding: 8px 0;
    border-top: 1px solid hsl(209, 43%, 68%);
}


.circle {
    border-radius: 50%;
}


.opacity-0 {
    font-size: 0 !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

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