
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 502px) and (min-width: 480px) {
    .wrapper2 {
        width: 435px !important;
    }

}

@media only screen and (max-width: 479px) and (min-width: 450px) {
    .wrapper2 {
        width: 400px !important;
    }
}

@media only screen and (max-width: 449px) and (min-width: 420px) {
    .wrapper2 {
        width: 370px !important;
    }
}

@media only screen and (max-width: 419px) and (min-width: 370px) {
    .wrapper2 {
        width: 330px !important;
    }
}

@media only screen and (max-width: 369px) and (min-width: 340px) {
    .wrapper2 {
        width: 300px !important;
    }
}

@media only screen and (max-width: 339px) {
    .wrapper2 {
        width: 280px !important;
    }
}

@media only screen and (max-width: 312px) {
    .wrapper2 {
        width: 236px !important;
    }

}

/* Apply the animation to the iframe when the container is in view */
#iframebot {
    animation: fadeIn 2s forwards;
    /* height: 100vh !important; */
    /* width: 463px !important; */
    border: none;
    transition: opacity 1s ease;
    opacity: 0;
    background: none;
    border-radius: 13px;
    margin-bottom: -15px
        /* Adjust the duration as needed */
    ;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

#hbl-live-chat-wrapper {
    display: none;
}

#click {
    display: none;
}

label.chatlable {
    position: absolute;
    right: 60px;
    bottom: 15px;
}

label.chatlable img {
    width: 70px;
    cursor: pointer;
    margin-left: -40px;
}

label.chatlable i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

label.chatlable i.fa {
    opacity: 0;
    pointer-events: none;
    background: #4188d1 !important;
    color: #fff;
    padding: 0;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin-top: 22px;
    cursor: pointer;
}

.closeimg {
    opacity: 0 !important;
}

.openicon {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate(-50%, -50%) rotate(180deg) !important;
}

.openWrapper {
    opacity: 1 !important;
    bottom: 85px !important;
    pointer-events: auto !important;
}
.wrapper2 {
    height: 460px;
    width: 460px;
    position: absolute;
    overflow: hidden;
    right: 30px;
    bottom: 0px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
