body {
    background: #fff;
    text-align: center;
    font-family: Nunito;
    background-color: #ffffff;
    opacity: 1;
    background-image:  radial-gradient(#444cf7 0.5px, transparent 0.5px), radial-gradient(#444cf7 0.5px, #ffffff 0.5px);
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
}

#root {
    /*background: #fff !important;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
}

.iframe-container {
}

iframe {
    border: solid 1px #6F0DEC;
    border-radius: 20px 20px 0 0;
    border-bottom-width: 0;
}

.quinvio-ai-embed-bar {
    width: calc(100% - 50px);
    margin-top: -5px;
    display: flex;
    justify-content: center;
    z-index: 999;
    position: relative;
    background: #6F0DEC;
    color: white;
    text-align: center;
    padding: 15px 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media (max-width: 1366px) {
    .iframe-container {
        scale: 0.8;
    }
    /*.quinvio-ai-embed-bar {*/
    /*    scale: 0.8;*/
    /*}*/
}

@media (max-width: 768px) {
    .iframe-container {
        height: available;
        scale: 0.5;
    }
}

@media (min-width: 769px) and (max-width: 991px){
    .iframe-container {
        height: available;
        scale: 0.7;
    }
    /*.quinvio-ai-embed-bar {*/
    /*    scale: 0.8;*/
    /*}*/
}


.title {
    color: #555;
}

.title h1 {
    margin-bottom: 0;
}

.title p {
    margin-top: 5px;
    color: #888;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
    color: inherit;
}