#lottie {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    z-index: 1000;
}
label.required:after {
    content: " *";
}

form.darkLabels .form-group > legend {
    color: #272829;
    font-size: 16px;
    font-weight: bold;
}

.cardCompany.blur .containerLogo {
    filter: blur(8px);
}

.cardCompany.blur .card-title {
    filter: blur(8px);
}

#company_new_activity-error, #company_new_hashtag-error {
    display: none !important;
}
/*
@media (max-width: 800px) {
    #lottie {
        transform: scale(2);
    }
}

@media (max-width: 450px) {
    #lottie {
        transform: scale(2);
    }
} */
