.bloop-hidden {
    display: none!important;
}

.bloop-layout-content .placeholder {
    margin: 15px;
    padding-top: 10px;
    height: 115px;
}

.bloop-layout-content .placeholder div {
    background: #E8E8E8;
}

.bloop-layout-content .placeholder .square {
    float: left;
    width: 90px;
    height: 56px;
    margin: 0 0 10px;
}

.bloop-layout-content .placeholder .line {
    height: 12px;
    margin: 0 0 10px 105px;
}

.bloop-layout-content .placeholder .line:nth-child(2) {
    width: 220px;
}

.bloop-layout-content .placeholder .line:nth-child(3) {
    width: 270px;
}

.bloop-layout-content .placeholder .line:nth-child(4) {
    width: 250px;
}

.bloop-layout-content .placeholder .circle {
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 15px 10px 0;
    border-radius: 15px;
}

/*
--------------
Pulse effect animation
Activated by adding a '.pulse' class to the placeholder
--------------
*/

.bloop-layout-content .placeholder.pulse div {
    animation: pulse 1s infinite ease-in-out;
    -webkit-animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        background-color: rgba(165, 165, 165, .1);
    }
    50% {
        background-color: rgba(165, 165, 165, .3);
    }
    100% {
        background-color: rgba(165, 165, 165, .1);
    }
}

@-webkit-keyframes pulse {
    0% {
        background-color: rgba(165, 165, 165, .1);
    }
    50% {
        background-color: rgba(165, 165, 165, .3);
    }
    100% {
        background-color: rgba(165, 165, 165, .1);
    }
}

/*
--------------
Wave effect animation
Activated by adding a '.wave' class to the placeholder
--------------
*/

.bloop-layout-content .placeholder.wave div {
    animation: wave 1s infinite linear forwards;
    -webkit-animation: wave 1s infinite linear forwards;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
}

@keyframes wave {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

@-webkit-keyframes wave {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.mail-referral {
    padding: 10px 50px 10px 20px !important;
    box-sizing: border-box;
    position: relative;
    width: 100% !important;
    color: rgba(0, 0, 0, 0.85);
    line-height: 1.5715 !important;
    background-color: rgb(255, 255, 255) !important;
    background-image: none;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    display: inline-block;

}

.btn-referral {
    line-height: 1.5;
    padding: 5px 25px;
    height: 45px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

/* .btn-referral:hover {
  background: #94a4ff;
  border: solid 1px #4f61f8;
} */

.bloop-input-example {
    font-size: 14px;
    color: rgb(118, 118, 118);
    text-align: left;
}

.thank-alert {
    color: rgb(55, 51, 48);
    font-size: 28px;
    font-style: normal;
}

.thank-content {
    color: rgb(55, 51, 48);
    font-size: 20px;
    font-style: normal
}

.bloop-layout-content .alert-danger {
    color: #e72860;
    display: block;
    background-color: transparent;
    border-color: transparent;
    text-align: center;
}

.bloop-layout-content .content {
    padding: 0;
}

#bloop_sharethis_share {
    width: 100%;
}

#showTextShare {
    width: 100%;
}

#emailAlert {
    width: 100%;
    height: 40px;
    text-align: center;
}

#thankSendRefer {
    vertical-align: middle;
}

#divLoading {
    display: block;
}

.bfooter {
    margin-top: -50px;
}

.email-send-register {
    /*margin-top: -50px;*/
}

.bloop-layout-content input[type="text"] {
    margin: 0;
}

.bloop-layout-content a:not(.image-link)::after, .rte-setting a:not(.image-link)::after, .text-link:not(.image-link)::after {
    border-bottom: 0;
}

.bloop-layout-content  div:empty {
    display: block !important;
}

.bloop-layout-content .bloop-col-content {
    opacity: 0;
}

.bloop-layout-content .bloop-col-content .bfooter {
    position: absolute;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bfooter {
        margin-top: -50px;
    }

    .thank-content {
        margin-bottom: 60px;
    }

    .bloop-layout-content .bloop-page-title {
        font-size: 25px !important;
    }

}

@media (max-width: 767px) {
    #shareSocial {
        width: 100% !important;
    }

    #emailAlert {
        width: 100%;
        min-height: 35px;
        height: auto !important;
    }

    .bloop-layout-content .bloop-col-cover {
        flex: 0 0 100%;
        max-width: 100%;
        overflow: hidden;
        min-height: 250px;
    }

    .bloop-layout-content {
        padding-bottom: 20px;
    }

    .bloop-layout-content .content-send-ReferEmails {
        padding: 12px 12px 35px;
    }

    .bloop-layout-content .content-send-ReferEmails {
        padding-top: 12px!important;
    }

    .page {
        padding-left: 0;
        padding-right: 0;
    }

    .page-title {
        text-align: center;
    }

    .bloop-layout-content .bloop-page-title {
        font-size: 25px !important;
    }

    .page-width-referral div {
        width: 100%;
    }

    .bloop-layout-content .content-send-ReferEmails {
        display: block;
        text-align: center;
    }

    .bloop-layout-content .bloop-col-cover {
        min-height: 250px !important;
    }

    .content-block {
        padding: 0;
    }

    #thankSendRefer {
        margin-top: -10px;
    }
}
