/* These classes are handy for quick styling and layout adjustments. They are not a complete Bootstrap implementation but provide a good starting point for common use cases (based on Bootstrap 5). We also have custom helper classes located at the bottom. */

/*Custom Bootstrap Classes */

.bg-gray {
  background-color: #e6e6e6;
}

.d-block {
    display: block;
}

.ms-auto {
    margin-left: auto;
}

.mb-2 {
    margin-bottom: 8px;
}

.mb-4 {
    margin-bottom: 24px;
}

.small {
    font-size: 14px;
}
/* End: Custom Bootstrap Classes */