/* UI Component Styles */

/* Layout and positioning utilities */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

/* Form components */
.form-section-hidden {
    display: none;
}

.search-form-right {
    float: right;
}

.search-input-right {
    float: right;
}

.add-button-left {
    float: left;
    margin-bottom: 20px;
}

.search-input-with-margin {
    float: right;
    align-items: center;
}

.user-button-spacing {
    margin-bottom: 20px;
}

.user-export-link {
    margin: 10px 0;
}

/* Text and content styling */
.full-width-centered {
    width: 100%;
    text-align: center;
}

.overflow-scroll {
    overflow: scroll;
}

/* Email template styles */
.email-body {
    font-family: Helvetica, Arial, sans-serif;
    color: #5a5a5a;
}

/* Modal styles for JavaScript */
.modal-inline-block {
    display: block;
}

/* Template specific styles */
.template-left-padding {
    padding-right: 20px;
}


