.widget-shadow-wrapper {
    position: fixed;
    background: rgba(33,33,33,.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10100;
    visibility: hidden;
}
.widget-wrapper {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10200;
}
.widget-items-wrapper {
    display: none;
    flex-direction: column;
    align-items: center;
}
.widget-item {
    margin: 5px;
    cursor: pointer;
}
.widget-close-item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    background-color: #8f8f8f82;
    border-radius: 50%;
    z-index: 10200;
    visibility: hidden;
    cursor: pointer;
}
.widget-chat-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto auto;
    background-color: #00abff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 10200;
    cursor: pointer;
}
#modalWidget {
    z-index: 103000;
}
#modalSuccess {
    z-index: 103000;
}