.wtp-support-widget--container {
    z-index: 9999;
    position: fixed;
    bottom: 65px;
    right: 20px;
    display: flex;
    flex-direction: column-reverse;

}

/* .wtp-support-widget--container i {
    font-family: "Font Awesome 6 Pro";
} */

.wtp-support-widget--button {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(140.29deg, #00C586 21.1%, #007C54 112.76%);
    border-radius: 15px;
    cursor: pointer;
    animation: wtpheartbeat 2s infinite;
    position: relative;
}

.wtp-support-widget--button-welcome {
    position: absolute;
    right: 66px;
    top: 10px;
    background-color: #ffffff;
    padding: 6px 10px 5px;
    width: max-content;
    max-width: 210px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 6px #00000014;
    font-size: 14px;
    font-weight: 600;
    opacity: 1;
    transition: all 0.1s;
}

.wtp-support-widget--button-active {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f63b3b;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
    animation: none;
}

.wtp-support-widget--button-active .wtp-support-widget--button-welcome {
    opacity: 0;
}

@keyframes wtpheartbeat {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(109, 109, 109, 0.25);
        box-shadow: 0 0 0 0 rgba(109, 109, 109, 0.25);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(109, 109, 109, 0);
        box-shadow: 0 0 0 10px rgba(109, 109, 109, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(109, 109, 109, 0);
        box-shadow: 0 0 0 0 rgba(109, 109, 109, 0);
    }
}

.wtp-support-widget--button-open {
    width: 26px;
    height: 24px;
}

.wtp-support-widget--button-close {
    width: 20px;
    height: 20px;
}

.wtp-support-widget--panel-item {
    border-radius: 15px;
    margin-bottom: 12px;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
}

.wtp-support-widget--panel-item a {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
}

.wtp-support-widget--panel-item a div {
    position: absolute;
    top: 10px;
    right: 65px;
    width: max-content;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    background-color: #fff;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.wtp-support-widget--panel-item i {
    font-size: 25px;
    color: #fff;
}

.wtp-support-widget--panel {
    display: none;
}

.wtp-support-widget--button-close {
    display: none;
}

.wtp-support-widget--container-overlay,
.wtp-support-widget--container-overlay--2 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9990;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.06);
    display: none;
}

.wtp-support-widget--panel-item a {
    color: #2a2a2a;
}


.wtp-support-widget--panel-item--2 {
    border-radius: 15px;
    margin-bottom: 12px;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
}

.wtp-support-widget--panel-item--2 a {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    width: 100%;
}

.wtp-support-widget--panel-item--2 a div {
    width: max-content;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 8px;
    color: #2a2a2a;
}

.wtp-support-widget--panel-item--2 i {
    font-size: 22px;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
}


/* type 2 styles */

.wtp-support-widget--container--2 {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px 10px 10px;
    width: 300px;
    border-radius: 15px 15px 15px 30px;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #0000001c;
    border: 1px solid #e0e0e0;
}

.wtp-support-widget--context--2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wtp-support-widget--icon--circle--2 {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wtp-support-widget--icon--svg--2 {
    padding: 13px;
    border-radius: 50%;
    background-color: #4040fb28;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wtp-support-widget--icon--svg--2 img {
    width: 24px;
    height: 24px;
}


.wtp-support-widget--content--title--2 {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 600;
}

.wtp-support-widget--content--text--2 {
    color: #8A8A8A;
    font-size: 13px;
    font-weight: 300px;
}

.wtp-support-widget--content--2 {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.wtp-support-widget--content--text--2 span {
    color: #4040FB;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 8px;
    background-color: #4040fb28;
    border-radius: 3px;
    margin: 0px 3px;
}

.wtp-support-widget--panel--2 {
    padding: 0 0 20px;
    display: none;
}

.wtp-support-widget--button-close--2 {
    display: none;
}

.wtp-support-widget--content-active .wtp-support-widget--button-close--2 {
    display: block;
}

.wtp-support-widget--icon--svg--2 img.wtp-support-widget--button-close--2 {
    width: 20px;
    height: 20px;
}

.wtp-support-widget--content-active .wtp-support-widget--button-open--2 {
    display: none;
}

.wtp-support-widget--content-active .wtp-support-widget--icon--svg--2 {
    background-color: #F63B3B !important;
    padding: 15px;
}

.wtp-support-shake-notice {
    display: none;
    background-color: #ffffff;
    padding: 6px 10px;
    position: fixed;
    bottom: 85px;
    right: 15px;
    left: 15px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 6px #00000014;
    font-size: 12px;
    z-index: 9999;
}

@media screen and (max-height:992px) {
    .wtp-support-shake-notice {
        display: block;
    }
}