/*
 * Contact code goes here.
 * A template should always ship with an empty contact.css
 */

.contact-page-info { 
    border: 0;
}
.group-span-filestyle {
    width: 100%;
    border: solid 1px #e3e3e3;
    border-radius: var(--border-radius);
    background-color: #f8f8f8;
}
.btn-file-upload {
    display: flex!important;
    align-items: center;
    padding: 1.25rem 1.5rem;
    height: calc(3rem + 0px) !important;
}
.btn-file-upload .icon-span-filestyle {
    margin-right: 1.5rem;
}
.btn-file-upload .badge {
    background-color: var(--color-text);
    color: #ffffff;
    border-radius: 50%;
    margin-left: 1rem;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
textarea.form-control {
    min-height: calc(3.5em + .75rem + calc(3rem* 2)) !important;
}
