#receita-footer {
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
    position: relative;
}
#receita-footer .field {
    width: 100%;
    padding: 10px;
    margin: 10px;
}

#receita-footer .receita-logo {
    max-width: 200px;
}

#receita-footer .receita-logo .title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    color: #2ad8b6;
}

#receita-footer .loading-data, #receita-footer #receita-fail, #receita-footer #receita-success{
    position: absolute;
    background-color: #00000059;
    display: none;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
    text-align: center;
    overflow: hidden;
}

#receita-footer #receita-fail, #receita-footer #receita-success {
    background-color: #ffffff;
    font-size:30px;
}

#receita-footer #receita-fail i:before, #receita-footer #receita-success i:before {
    font-size:70px;
    line-height: 70px;
}

#receita-footer #receita-fail i {
    color: #ff0000;
}

#receita-footer #receita-success i {
    color: #30a700;
}

#receita-footer .content-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


@media screen and (min-width: 640px) {
    #receita-footer .receita-info {

    }
    #receita-footer .field {
        width: 33.3333333%;
        float: left;
        margin: 0;
    }
    #receita-footer .field-name-name {
        width: 66.6666666%;
    }
    #receita-footer .field-notes {
        width: 100%;
    }
}

.popup-help {
    text-align: center;
}

.popup-help img{
    margin: auto;
    max-width: 100%;
}

/*LOADING HEART*/
.lds-heart {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    transform-origin: 40px 40px;
}
.lds-heart div {
    top: 32px;
    left: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #e05188;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: #e05188;
}
.lds-heart div:before {
    left: -24px;
    border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
    top: -24px;
    border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
    0% {
        transform: scale(0.95);
    }
    5% {
        transform: scale(1.1);
    }
    39% {
        transform: scale(0.85);
    }
    45% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(0.9);
    }
}
