﻿body {
}
.uk-input-group-addon {
    text-align: end;
}
.no-background-btn {
    background: none;
    color: inherit; 
    border: none;
    padding: 0;
    cursor: pointer;
}

    .no-background-btn:hover {
        background-color: transparent; 
        color: #dc3545; 
    }
.inline-element {
    display: inline-block;
    vertical-align: middle; /* This helps to align the elements vertically in the middle, if needed */
}
.md-input-wrapper > label {
    
    top: -12px;
}
.footer-social-links {
    margin-top: 72px;
}
p {
    text-align: justify;
}
