.cursorPointer {
    cursor: pointer;
}

.lazyLoader {
    height: 80vh;
    position: relative;
}

.lazyLoader img {
    position: absolute;
    display: block;
    width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
}

.line-loading {
    position: relative;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.loadmoreCont {
    padding-bottom: 10px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imageupload img {
    display: -webkit-inline-box !important;
}

.imageupload {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
}

.imageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(202, 198, 198, 0.6);
    z-index: 998;
    /* visibility: hidden; */
    opacity: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    cursor: pointer;
    display: none;
    opacity: 1;
    /* visibility: visible; */
    /* display: block; */
}

/*  07-08-18 */
.packageListCont .pkg .pkgbox:hover,
.packageListCont .pkg:nth-child(3) .pkgbox:hover,
.packageListCont .pkg .pkgboxLi input:checked+.pkgbox,
.packageListCont .pkg:nth-child(3) .pkgboxLi input:checked+.pkgbox {
    background: -webkit-linear-gradient(#8ecc7e, #073e08);
}

/* Samrat 22-08-18 */

.editorContainer .ql-container.ql-snow {
    display: none !important;
}

.editorContainer .ql-toolbar.ql-snow {
    display: none !important;
}

.msgDtls .ui-editor-toolbar.ui-widget-header.ui-corner-top.ql-toolbar.ql-snow {
    display: none !important;
}

.msgDtls .ui-editor-content.ql-container.ql-snow {
    height: auto !important;
}

.chatPopups {
    z-index: 1000;
}

/* .scrollup {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-indent: -9999px;
    opacity: 0.8;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    display: none;
    padding: 12px 0 0 13px;
}

.scrollup svg {
    display: block;
} */

.scrollup {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    opacity: 0.8;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    display: none;
    padding: 12px;
    background-color: var(--your-color-here);
    /* Remove this line ↓ */
    /* text-indent: -9999px; */
}

.scrollup svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* NEED FOR SEO PURPOSE IMPORTANT */
h1.h1_invisible {
    display: none !important;
}

h2.h2_invisible {
    display: none !important;
}

p.p_invisible {
    display: none !important;
}

/* NEED FOR SEO PURPOSE IMPORTANT END */