#avatar-widget {
    z-index: 1000;
    width: 0px;
    height: 0px;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0px 10px 0px 0px;
}

#avatar-iframe {
    width: 100% !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    height: 100% !important;
    border: unset !important;
}

#container-orientation-message {
    display: none;
    background: rgba(13, 24, 26, 0.3);
    backdrop-filter: blur(15px);
    position: fixed;
    z-index: 99;
    width: 100vw;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    height: 100%;
}

#orientation-message {
    display: flex;
    width: auto;
    margin: auto;
    background: rgba(13, 24, 26, 0.5);
    border-radius: 8px;
    padding: 10px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #f3f3f3
}

#button-iframe {
    width: 64px;
    height: 64px;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0px 30px 100px 0px;
}

#button-iframe-hover {
    opacity: 0;
    width: 64px;
    height: 64px;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0px 30px 100px 0px;
    transition: opacity 0.2s ease-in-out;
}

#button-iframe-hover:hover {
    opacity: 1;
}

#button-iframe-close {
    display: none;
    cursor: pointer;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    width: 24px;
}

#container-button-iframe {
    width: 64px;
    height: 64px;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0px 30px 100px 0px;
}

#button-iframe-minimize {
    /*display: none;*/
    cursor: pointer;
    background-size: cover;
    position: absolute;
    right: 50px;
    top: 20px;
    z-index: 100;
    width: 24px;
}