.spanish_btn {
    display: none;
}

.delay2 {
    animation-delay: 0.1s;
}

.delay3 {
    animation-delay: 0.2s;
}

.delay4 {
    animation-delay: 0.3s;
}

.logo {
    width: 80px;
    padding: 10px;
}
/* drag and drop */
#drop-zone > p:nth-child(1) {
    height: 15px;
    line-height: 27px;
    font-size: 1rem !important;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 25px;
	color: black;
}

#drop-zone > p:nth-child(2) {
    height: 33px !important;
}
/* textarea escluse */
#escluse {
    resize: none;
}
#escluse::placeholder {
    line-height: 24px;
}

.description_container {
    border: none !important;
}

/* textarea input */
#input_words {
    resize: none;
}
#input_words::placeholder {
    line-height: 2 !important;
    /* word-wrap: break-word; */
}
/* styling upload file button */
input[type="file"] {
    display: none !important;
}


/* hiding preview */

.preview_container {
    display: none;
}

/* abort button */

#abort-button {
    margin-top: 15px;
    margin-left: -15px;
}

.first_panel {
    /* border-bottom: none !important; */
}

.align-items-center {
    text-align: center;
}

/* drag and drop line */

.drag_drop_file {
    font-size: 13px !important;
}


/* selezione lingua in riga */


.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}


@media all and (max-width: 468px) {
    .upload-drop-zone #text_file {
        margin-left: 14px;
    }

    #drop-zone > p:nth-child(1) {
        height: 27px;
        line-height: 21px;
    }

    #drop-zone > p:nth-child(2) {
        padding: 10px;
    }
    
}

.drop-zone-div > .col-md-12 {
    padding-left: 0 !important;
}

@media all and (max-width: 992px) and (min-width: 768px) {
    #drop-zone input {
        margin-left: 20px;
    }

    #drop-zone > p:nth-child(1) {
        height: 25px;
        line-height: 18px;
    }
}