/* HTML Entity Encoding CSS */

#imgBase64Enc {
    margin: 6px auto 0 auto;
    /* border: 1px solid #eeeeee; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#fileDropArea {
    margin: 8px 0 4px 0;
    max-width: 600px;
    width:100%;  height: 200px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dropStandby {
    border: 2px solid #778899;
    background-color: #eef7ff;
}

.dropReady {
    border: 2px solid #dd9955;
    background-color: #fff7ee;
}

#fileDropArea p {
    margin: 0; padding: 0;
    line-height: 1.5em;
}

#standbyState {
    display: block;
}

#readyState {
    display: none;
}

#settingBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

#settingBlock .settings {
    margin: 4px 6px 0 6px; padding: 2px 6px 2px 6px;
    width: 160px;
    border: 1px solid #888888;
    border-radius: 6px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#settingBlock p {
    margin: auto; padding: 0;
}

#settingBlock button {
    margin: 4px 6px 0 6px;
    width: 100px;
}

#imgBase64Enc .arrowB {
    margin: 0 0 6px 0; padding: 0;
    width: 128px; height: 32px;
}

#imgBase64Enc textarea {
    max-width: 600px;
    width:100%;  height: 200px;
    resize: none;
}

#imgBase64Enc .submitButton {
    margin: 8px auto 8px auto; padding: 0.25em 0.5em 0.25em 0.5em;
    width: 224px;
}

#notes {
    margin: 6px 0 6px 0;
    width: 100%;
    max-width: 600px;
    color: #555555;
    text-align: left;
}

#notes p {
    margin: 0; padding: 0.1em;
}