a {
    color: #943B3E !important;
}

.upload-image-wrapper {
    border: 2px dashed #943B3E;
    padding: 30px 25px;

}

.text-accent {
    color: #943B3E !important;
}

.fs-18 {
    font-size: 18px;
}

.photo-guidelines {
    display: flex;
    align-items: center;
    /* Align icon and text */
    gap: 5px;
    /* Space between icon and text */
    margin-bottom: 1rem;
    justify-content: center;
}

.image-icon {
    width: 59px;
}

.paginate_button.page-item.active a {
    color: #fff !important;
}

.form-select,
.form-control,
.input-group-text {
    padding: 0.075rem 2.25rem 0.075rem 0.75rem !important;
}

label[for="profileImageUpload"]:hover {
    background-color: #f8f9fa;
}

.bg-alt {
    background-color: color-mix(in srgb, #943B3E, transparent 95%);
}

.form-control-date {
    padding: .375rem .75rem !important;
}