.flex-jcc {
    display: flex;
    justify-content: center;
}
.translator-main-blocks {
    width: 90vw;
    display: flex;
    border: solid 1px #cdd8db;
    border-radius: 15px;
}

.translator-main-blocks div {
    flex: 50%;
    flex-wrap: wrap;
    padding: 20px;
}
.translator-main-blocks button {
    /* font-size: var(--font-size-mobile); */
    font-family: "Lexend Deca", sans-serif;
    font-weight: 600;
    color: var(--brown);
    background-color: #ebebeb;
}
.border-right {
    border-right: solid;
    border-color: #f5f5f5;
}

#tagalogTextArea,#translatedTextArea {
    margin-top: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 20vh;
    resize: none;
    font-size: 2em;
    line-height: 1.5em;
    font-family: 'Lexend Deca', sans-serif;
	border:0px
}


.translator-main-blocks-translated {
    background-color: #f5f5f5;
    border-radius: 0 15px 15px 0;
}

#tagalogTextArea, button {
    border: none;
    outline: none;
}

#clearButton {
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #ffffff00;
}

.translator-main-blocks-translated > * {
    background-color: #f5f5f5;
}

#translatedTextArea {
    font-family: Baybayin;
}
.baybayin {
    font-family: Baybayin;
}

.translator-main-blocks-translated > * {
    background-color: #f5f5f5;
}


#copyButton {
    background-color: #74C460;
    color: white;
}

#down-btn, #open-preview {
    background-color: #74C460;
    color: #ffffff;
    cursor: pointer;
}

#preview-hidden {
    display: none;
}

#preview {
    padding: 0px;
    width: 320px;
    height: fit-content;
    max-width: 70vmax;
    max-height: 70vmax;
    border: none;
    text-align: justify;
}

.floating-btn {
    position: fixed;
    /* width: 60px; */
    height: 60px;
    bottom: 40px;
    right: 30px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 5%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    background-color: #74C460;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
}

@media only screen and (max-width: 1080px) {
    .floating {
        display: none;
    }
}

@media only screen and (max-width: 760px) {
    .translator-main-blocks {
		width: 90vw;
		display: flex;
		border: solid 1px #cdd8db;
		border-radius: 15px;
		flex-direction: column;
	}
}

#download-preview {
    width: 6em;
    padding: 0;
    font-weight: bolder;
    font-size: 1em;
    position: absolute;
    background-color: #74C460;
    color: #ffffff;
	bottom: 0px;
	left: 35%;
}

#close-preview {
    width: 2em;
    height: 2em;
    padding: 0;
    right: 0;
    font-weight: bolder;
    font-size: 1em;
    position: absolute;
    cursor: pointer;
    top: 0;
}












