/* Main Header */
#mainHeader #siteSlogan {
    display: inline;
    font-size: 0.75rem;
}

/* Cursor Pointer */
.cursorPointer {
    cursor: pointer;
}

/* Display None */
.displayNone {
    display: none;
}

/* Ellipses */
.ellipses {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Recaptcha */
.g-recaptcha {
    min-height: 78px;
    background-image: url('../images/chasing_arrows_32.gif');
    background-repeat: no-repeat;
    background-position: left center;
}

/* Buy Credit Modal */
#buyCreditModal {
    z-index: 11000;
}

.modalBuyCredit {
    width: 100%;
    height: 600px;
    border: 0;
}

.modal-title {
    color: #2f0000;
}

/* Go Top */
#scrollTop {
    position: fixed;
    bottom: 3px;
    right: 5px;
    z-index: 6000;
    overflow: auto;
}

/* Popover */
.popover {
    max-width: 500px !important;
}

.popover-header {
    color: #212529;
}

/* Media */
@media (max-width: 1199.98px) {

    /* Footer */
    #footerLinks {
        line-height: 2rem;
    }

}