/* Responsive 768 */
@media only screen and (max-width: 768px) {
    .mainContent {
        margin: 1em !important;
        width: 90%!important;
        padding: 2em!important;
    }

    .titlePage {
        justify-content: center;
        text-align: right;
    }

    .quillPlaceholder {
        top: 4em;
    }

    .drop-container {
        margin: 2em auto 0;
    }

    .FilesDownload{
        width: 100% !important;
    }

    .textContent {
        margin-left: 179px;
        width: 137PX;
    }

    .container-menu .item-menu-nav {
        width: 50%;
        display: flex;
        gap: 1em;
        text-align: center;
        flex-direction: column;
    }

    .textFile {
        font-size: 0.7em;
        max-width: 100%;
    }

/*
    .content-wrapper{
        background-color: transparent;
        padding-top: 0px;
    }

    .content-wrapper>.content, .container-fluid{
        padding: 0;
    }

    .mainContent.user{
        background-color: transparent;
        box-shadow: none;
    }

    */
}

/* Responsive 590 */
@media only screen and (max-width: 590px) {
    .quillPlaceholder {
        top: 5em;
    }

    .checkboxContainer {
        flex-direction: column;
        gap: 1em;
    }

    .drop-container {
        margin: 1em auto 0;

    }

    .headerContent {
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        column-gap: 2em;
    }

    .mainContent.user {
        border-radius: 2em;
        padding: 2em; 
    }

    .checkboxContainer {
        gap: 15px!important;
    }
    .inputContainer{
        width:100%!important;
    }
    #acceptPolicies{
        margin: 1em 0 0 0;
    }
}

/* Responsive 410 */
@media only screen and (max-width: 410px) {
    .quillPlaceholder {
        top: 6.5em;
    }

    .drop-container {
        padding: 10px;
        height: 37vh;
    }

    .lottiePlayer {
        width: 100px !important;
        height: auto;
    }
}