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

/* 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;
}
