@charset "utf-8";

/* CSS Only For Developer */
.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: absolute;
    top: 50%;
    left: 50%;
    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: fixed;
    z-index: 1000;
    top: 10%;
    left: 0;
    width: 100%;
}

.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;
    /* background-color: #8ecc7e; */
    /* background: url(../images/icon_top.svg) no-repeat center center / 100% auto; */
}

.scrollup svg {
    display: block;
}

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

/*5th Feb 2019*/
.top-sticker-sec {
    position: relative;
}

.sticker-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 15px 68px 15px;

}

.sticker-overlay p {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
}

.sticker-overlay h1 {
    background:
        linear-gradient(#ba8b23, #fffe00, #ba8b23);
    ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-block.black-bg {
    padding: 10px;
    background-color: #343434;
}

.round-sticker-overlay {
    position: absolute;
    left: -3px;
    /* right: 0; */
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background-color: #343434;
    background-image: url(../images/black-round-bg.png);
    background-repeat: no-repeat;
    top: 93px;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 14px;
    font-size: 11px;
}

.round-sticker-overlay img {
    width: auto;
}

.over-lay-red {
    width: 87px;
    height: 87px;
    background: #b30e23;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: -10px;
    bottom: -79px;
    box-sizing: border-box;
    padding: 8px;
}

.inner-overlay {
    width: 100%;
    height: 100%;
    border: 1px dashed #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
}

.imageupload .btns {
    display: flex;
    justify-content: space-between;
}

.imageupload .webCamBtn {
    margin-left: 0px
}

.imageupload .fa.pull-right {
    margin-left: 0px
}