@import url('//fonts.googleapis.com/css?family=Google+Sans:100,300,400,500,700,900,100i,300i,400i,500i,700i,900i');
* {
    margin: 0;
    padding: 0;
}
.sm-popup{
    height: 100.321px !important;
}






.fake-customer-container {
    /* background-image: url('../../hotProduct/img/thanks_giving-bg.png'); */
    width: 380px;
    background-size: 100% 100%;
    border-radius: 10px;
    display: flex;
    background-size: cover;
    background-position: 100%;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    height: auto;
    /* border-radius: 80px; */
    position: relative;
    /* align-items: flex-end; */
}



.image-other-1{
    background-image: url('../../hotProduct/img/thanks_giving-icon_top.svg');
    /* z-index: -1; */
    background-size: inherit;
    position: absolute;
    width: 100%;
    height: 85px;
    left: 0px;
    top: -30%;
    transform: rotate(4deg);
}
.image-other-2{
    background-image: url('../../hotProduct/img/thanks_giving-icon_top.svg');
    /* z-index: -1; */
    background-size: inherit;
    position: absolute;
    width: 100%;
    height: 85px;
    left: 0px;
    bottom: -20%;
    transform: rotate(3deg) scale(-1);
    
}

 /* gift background */

.gift-bg{
    background-image: url('../../hotProduct/img/gift-bg.png') !important;
}

.gift-bg::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 10px);
    left: -10px;
    width: 60px;
    height: 58px;
    animation: volumn-bg-anim  3s infinite ease-in-out;
    background: url('../../hotProduct/img/xmas-icon.png') 0 0 no-repeat;
    background-size: 100%;
}

/* <!-- volumn-bg --> */
.volumn-bg {
    background-image: url('../../hotProduct/img/orange-bg.png') !important;
}

.volumn-bg::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 10px);
    left: -10px;
    width: 60px;
    height: 58px;
    animation: volumn-bg-anim  3s infinite ease-in-out;
    background: url('../../hotProduct/img/volumn-1.png') 0 0 no-repeat;
    background-size: 100%;
}


/* <!-- tet-2 background --> */
.tet-bg-2{
    background-image: url('../../hotProduct/img/tet-3.png') !important;
}

/* .tet-bg-2::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 36px);
    right: -5px;
    width: 60px;
    height: 58px;
    background: url('../../hotProduct/img/hoa-mai-2.png') 0 0 no-repeat;
    background-size: 100%;
} */


/* cyper monday background */
.tet-bg {
    background-image: url('../../hotProduct/img/tet-2.png') !important;
}

.tet-bg::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 22px);
    right: 0px;
    width: 60px;
    height: 58px;
    background: url('../../hotProduct/img/hoa-mai.png') 0 0 no-repeat;
    background-size: 100%;
}
.tet-bg::after{
    content: '';
    position: absolute;
    bottom: calc(100% - 28px);
    left: 5px;
    width: 60px;
    height: 58px;
    background: url('../../hotProduct/img/bowl.svg') 0 0 no-repeat;
    background-size: 80%;
}

/* black friday background */
.black-friday-bg{
    background-image: url('../../hotProduct/img/blackFriday-2-bg.png') !important;
}

.black-friday-bg::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 17px);
    right: 4px;
    width: 60px;
    transform: rotate(27deg);
    height: 58px;
    background: url('../../hotProduct/img/black-friday.svg') 0 0 no-repeat;
    background-size: 100%;
}


/* halloween background */

.halloween-bg{
    background-image: url('../../hotProduct/img/halloween-2-bg.png') !important;
}

.halloween-bg::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 19px);
    left: 4px;
    width: 60px;
    transform: rotate(-5deg);
    height: 58px;
    background: url('../../hotProduct/img/bat_wing.svg') 0 0 no-repeat;
    background-size: 100%;
}




/* new-year */


.new_year-bg{
    background-image: url('../../hotProduct/img/new_year-bg.png') !important;
}
.new_year-bg::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 10px);
    left: 5px;
    width: 60px;
    height: 58px;
    background: url('../../hotProduct/img/new_year-icon_top.svg') 0 0 no-repeat;
    background-size: 100%;
}


/*  xmas background */
.xmas-bg{
    background-image: url('../../hotProduct/img/xmas-bg.png') !important;
}
.xmas-bg::before{
    background: url('../../hotProduct/img/xmas-icon_top.png') no-repeat 0 0;
    content: '';
    position: absolute;
    top: -38px;
    z-index: 1;
    right: 20px;
    background-size: 100%;
    width: 70px;
    height: 55%;
}



/* valentine background  */
.valentine-bg{
    background-image: url('../../hotProduct/img/valentine-2-bg.png') !important;
}
.valentine-color-text{
    color: #f75176 !important; 
}

.valentine-bg::before{
    background-image: url('../../hotProduct/img/valentine-icon_top.svg') !important;
    content: '';
    position: absolute;
    bottom: calc(100% - 20px);
    left: -2px;
    width: 60px;
    height: 58px;
    background-size: 100%;
}



/* thanks giving background  */
.thanks-giving-bg {
    background-image: url('../../hotProduct/img/thanks_giving-bg.png') !important;
    /* align-items: flex-end; */
}
.thanks-giving-bg::before{
    background-image: url('../../hotProduct/img/thanks_giving-icon_top.svg');
    z-index: -1;
    content: '';
    background-size: inherit;
    position: absolute;
    width: 100%;
    height: 85px;
    left: 0px;
    top: -30%;
    transform: rotate(4deg);
}
.thanks-giving-bg::after{
    background-image: url('../../hotProduct/img/thanks_giving-icon_top.svg');
    z-index: -1;
    content: '';
    background-size: inherit;
    position: absolute;
    width: 100%;
    height: 85px;
    left: 0px;
    bottom: -25%;
    transform: rotate(3deg) scale(-1);
}





.fake-customer-component {
    display: flex;
    flex-direction: column;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    border-radius: 12px;
    height: auto;
    text-decoration: none;
    /* background: #ffffff40; */
    margin: 7px;
    border-radius: 80px;
}
.fake-customer-button-close{
    position: absolute;
    margin-left: auto;
    top: 15px;
    right: 25px;
    color: #000000;
    opacity: 0.8;
    cursor: pointer;
    font-size: 16px;
}

.fake-customer-button-close:hover{
    opacity: 1;
}

.fake-customer-body{
    padding: 20px 20px 20px 10px;
    background: rgb(245, 245, 245);

}

.fake-customer-work{
    margin-left: 10px;
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0 8px 8px 8px;
    position: relative;
    transition: 0.3s ease all;
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
    margin-top: 4px;
    /* max-width: calc(100% - 125px); */
}

.fake-customer-work:before {
    content: '';
    display: block;
    clip-path: polygon(31% 0, 100% 66%, 100% 0);
    position: absolute;
    background-color: #ffffff;
    top: 0px;
    left: -20px;
    height: 20px;
    width: 20px;
}

.fake-customer-name{
    padding: 8px;
    padding-bottom: 0;
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    /* text-align: center; */
}

.fake-customer-name-chat{
    font-size: 14px;
    font-weight: 700;
    color: rgba(0,0,0,0.4);
    padding-bottom: 5px;
}

.fake-customer-time{
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 16px;
    position: relative;
    color: #000000;
    padding-left: 8px;
}

.fake-customer-telegram-header{
    display: flex;
    /* padding: 20px 24px 32px; */
    color: #111;
    align-items: center;
    padding: 24px 20px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    background-color: rgb(0, 136, 204);
}
.fake-customer-title-main{
    padding-right: 20px;
    width: 100%;
    /* padding-right: 7px; */
    /* background: #ffffff40; */
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    font-family: 'Google Sans', 'Helvetica Neue', sans-serif !important;
}
.verified{
    color: #0095F7;
    font-size: 12px;
    display: flex;
    font-weight: 500;
    top: 2px;
    left: -75px;
    padding-left: 23px;
    position: absolute;
    margin-right: auto;

}


.bgr-white {
    background-color: rgb(255, 255, 255)!important;
}

.bgr-black {
    background-color: rgb(34, 34, 34)!important;
}

.bgr-blur-green {
    background-color: #21bdaa!important;
}

.bgr-green {
    background-color: rgb(46, 199, 73)!important;
}

.bgr-blue {
    background-color: #003580!important;
}

.bgr-red {
    background-color: rgb(255, 54, 54)!important;
}

.bgr-yellow {
    background-color: rgb(250, 246, 128)!important;
}

.clr-white {
    color: rgb(255, 255, 255)!important;
    background-color: rgb(255, 255, 255, 0.06)!important;
}

.clr-black {
    color: rgb(34, 34, 34)!important;
    background-color: rgb(34, 34, 34, 0.06)!important;
}

.clr-blur-green {
    color: rgb(33, 189, 170)!important;
    background-color: rgb(33, 189, 170, 0.06)!important;
}

.clr-green {
    color: #2ec749!important;
    background-color: rgb(46, 199, 73, 0.06)!important;
}

.clr-blue {
    color: rgb(0, 53, 128)!important;
    background-color: rgb(0, 53, 128, 0.06)!important;
}

.clr-red {
    color: rgb(255, 54, 54)!important;
    background-color: rgb(255, 54, 54, 0.06)!important;
}

.clr-yellow {
    color: rgb(255, 247, 0)!important;
    background-color: rgb(255, 247, 0, 0.06)!important;
}

.clr-white:hover {
    color: rgb(255, 255, 255)!important;
    background-color: rgb(255, 255, 255, 0.1)!important;
}

.clr-black:hover {
    color: rgb(34, 34, 34)!important;
    background-color: rgb(34, 34, 34, 0.1)!important;
}

.clr-blur-green:hover {
    color: rgb(33, 189, 170)!important;
    background-color: rgb(33, 189, 170, 0.1)!important;
}

.clr-green:hover {
    color: rgb(46, 199, 73)!important;
    background-color: rgb(46, 199, 73, 0.1)!important;
}

.clr-blue:hover {
    color: rgb(0, 53, 128)!important;
    background-color: rgb(0, 53, 128, 0.1)!important;
}

.clr-red:hover {
    color: rgb(255, 54, 54)!important;
    background-color: rgb(255, 54, 54, 0.1)!important;
}

.clr-yellow:hover {
    color: rgb(255, 247, 0)!important;
    background-color: rgb(255, 247, 0, 0.1)!important;
}

.font-black {
    color: black!important;
}

.cick-to-call-header-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.cick-to-call-header-img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.fake-customer-main {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* flex-direction: column; */
    font-size: 14px;
    /* margin-bottom: 20px; */
    font-weight: 700;
    text-align: center;
}

.fake-customer-content {
    /* padding: 8px 20px 8px 0; */
    margin: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
}

.fake-customer-btn {
    width: 100%;
    border-radius: 20px;
    background-color: rgb(0, 136, 204);
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fake-customer-btn i{
    padding-right: 10px;
}

.fake-customer-header-icon{
    font-size: 45px;
    color: #ffffff;
}



.fake-customer-desciprtion {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

.fake-customer-font {
    /* color: #ffffff; */
    line-height: 1.3;
    padding-left: 7px;
    font-family: 'Google Sans', 'Helvetica Neue', sans-serif !important;
}

.hide-component {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
    /* display: none; */
}

.show-component {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease all;
    /* display: block; */
}

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

.ele-border {
    border-radius: 80px !important;
}

.show-ele-bubble {
    display: inline-block!important;
    opacity: 1!important;
    transition: 0.3s ease all;
}

.hide-ele-bubble {
    display: none!important;
    opacity: 0!important;
    transition: 0.3s ease all;
}


/* #field-content_icon::before {
    display: none !important;
} */

.customWithCustomer{
    display: flex;
}
#field-content_icon_other {
    margin: 10px;
}

.d-none {
    display: none
}


.fake-customer-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-radius: 4px;
    transition: 0.2s ease;
    background: rgba(255, 255, 255, 0.6);
}

.fake-customer-overlay-link {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fake-customer-overlay-button {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.fake-customer-container:hover .fake-customer-overlay {
    visibility: visible;
    opacity: 1;
    display: flex;
}



.fake-customer-container:hover .fake-customer-overlay {
    visibility: visible;
    opacity: 1;
    display: flex;
}

.custome-other{
    font-size: 14px;
    display: flex;
    color: #000000;
    margin: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content_images_fake{
    /* border: 1px solid #ececec; */
    display: flex;
    border-radius: 50%;
    margin: 5px;
    font-size: 40px;
    width: 60px;
    margin-right: 0;
}
.hr span:before{
    right: 55%;
    content: '';
    display: block;
    width: 300px;
    position: absolute;
    top: 0.9em;
    border-top: 1px solid #ccc;
}
.hr span:after{
    left: 55%;
    content: '';
    display: block;
    width: 300px;
    position: absolute;
    top: 0.9em;
    border-top: 1px solid #ccc;
}
.hr{
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}



.icon-premium{
    padding: 5px;
    left: 91%;
    top: 44px;
    z-index: 99;
    position: absolute;
    display: inline-flex;
    border-radius: 3px;
}

.icon-premium:hover{
    background: #ffffffd9;
    cursor: pointer;
}


.icon-premium::before{
    display: block;
    top: 10px;
    right: 10px;
    width: 19px;
    height: 19px;
    background: url('../../assets/images/icon-premium/premium.svg') center center no-repeat;
    background-size: 16px 16px;
    content: ''
}



.icon-premium-fake{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px;
    border-radius: 3px;
    background-color: rgba(8,25,43,0.65);
}
.icon-premium-fake::before{
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/icon-premium/premium.svg') center center no-repeat;
    background-size: 20px 20px;
    content: '';
}

.logo {
    margin-left: auto;
    width: 5%;
}
p.text-logo {
    padding-left: 5px;
    font-size: 10px;
    color: #ffffff !important;
    font-family: 'Google Sans', sans-serif !important;
    text-shadow: #000 0px 0 1px;
}
#field-content_description_fake{
    width: 236px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.fake-customer-name{
    width: 237px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
