body{
    font-family: 'Proxima Nova', sans-serif !important;
}
.error-alert{
    font-size:10px !important;
    color:red !important;
}
.important{
    color:rgb(247, 247, 247) !important;
    background-color: rgb(250, 0, 0);
    border-radius: 5px;
    padding: 0px 3px;
}
#fr-logo{
    display: none !important;
}
div.fr-wrapper>div>a {
    /* display: none !important; */
    /* position: fixed; */
    /* z-index: -99999 !important; */
    font-size: 0px !important;
    padding: 0px !important;
    height: 0px !important;
}
.green{
    background-color: rgba(136, 229, 185, 0.164) !important;
}
.red{
    background-color: rgba(250, 139, 139, 0.164) !important;
}