.floating-wpp {
    position: fixed;
    bottom: 16px;
    right: -500px;
    font-size: 14px;
    transition: bottom 0.2s;
}
.floating-wpp .btn-success {
    background-color: #28a745 !important;
    padding: 0.25rem 0.5rem !important;
    font-family: 'Source Sans Pro' !important;
    font-size: initial !important;
    line-height: 1.5 !important;
    border-radius: 5px !important;
    border-color: #28a745 !important;
    background-image: none !important;
}
.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}
.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}
.floating-wpp:hover {
    bottom: 20px;
}
.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}
.floating-wpp .floating-wpp-popup {
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0;
    height: 0;
    bottom: 0px !important;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}
.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 280px;
    height: auto;
    bottom: 0px !important;
    right: 16px;
    opacity: 1;
}
.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #fff;
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}
.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}
.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head.wa {
    text-align: right;
    color: #fff;
    margin: -10px -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.floating-wpp .floating-wpp-input-message {
    background-color: #fff;
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}
.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
	
.wpp-button-chat {
    font-family: Verdana, Geneva, sans-serif;
    font-size: initial;
    color: #ff6363;
}

.wpp-button-chat:hover {
    font-family: Verdana, Geneva, sans-serif;
    color: #ff4747;
}

.wpp-button-chat:focus {
    font-family: Verdana, Geneva, sans-serif;
    color: #ff4747;
}

.slide-animation {
    -webkit-animation: slide 0.5s forwards;
    animation: slide 0.5s forwards;
}
.slide-animation-out {
    -webkit-animation: slideout 0.5s forwards;
    animation: slideout 0.5s forwards;
}

.float{
    position:fixed;
    width:fit-content;
    height:fit-content;
    padding: 8px 24px;
    bottom:16px;
    right:16px;
    background-color:#ff6363;
    color:#FFF;
    border-radius: 10px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
    font-family:Verdana, Geneva, sans-serif;
    font-size:medium;
    z-index: 99;
}

.floatsecond{
    position:fixed;
    width:fit-content;
    height:fit-content;
    padding: 8px 24px;
    bottom:16px;
    right:16px;
    background-color:#ff6363;
    color:#FFF;
    border-radius: 10px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
    font-family:Verdana, Geneva, sans-serif;
    font-size:medium;
    z-index: 99;
}

.float.secondfloat{
    bottom:64px;
}

.float:hover{
    color: #fff;
    text-shadow: 2px 2px 3px #999;
}

.my-float{
    margin-top:22px;
}

/*mobile side*/
@media only screen and (max-width: 767px) {
    .float {
        bottom: 74px;
    }
    
    .float.secondfloat{
        bottom: 122px;
    }

    .floating-wpp {
        bottom: 0px;
    }

    .floating-wpp:hover {
        bottom: 0px;
    }

    .floating-wpp .floating-wpp-popup.active {
        width: 340px;
        bottom: 60px !important;
    }
}
@media only screen and (max-width: 425px) {
    .floating-wpp .floating-wpp-popup.active {
        width: 60vw;
        bottom: 74px !important;
    }

    .btn-login-social span {
        display: none;
    }

    .wpp-button-chat {
        font-family: Verdana, Geneva, sans-serif;
        font-size: small;
    }
}

@media only screen and (max-width: 372px) {
    .floating-wpp .floating-wpp-popup.active {
        width: 70vw;
        bottom: 70px !important;
    }

    .btn-login-social span {
        display: none;
    }

    .wpp-button-chat {
        font-family: Verdana, Geneva, sans-serif;
        font-size: small;
    }
}

@-webkit-keyframes slideout {
    from {
        right: 0px;
    }
  
    to {
        right: -500px;
    }
}

@keyframes slideout {
    from {
        right: 0px;
    }
  
    to {
        right: -500px;
    }
}

@-webkit-keyframes slide {
    from {
        right: -500px;
    }
  
    to {
        right: 0px;
    }
}

@keyframes slide {
    from {
        right: -500px;
    }
  
    to {
        right: 0px;
    }
}