body {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #efefef;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}

p {
    font-size: 1 rem;
    margin: .5rem 0px .25rem 0px;
}

input {
    margin: 10px 0px 15px 0px;
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    color: #444;
}

#wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    height: 100vh;
    width: 100%;
    max-width: 400px;
}

form {
    position: relative;
    margin: 0px auto;
    padding: 0px 0px 30px 0px;
    top: -50px;
    box-sizing: content-box;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgb(126, 125, 125);
    border-radius: 4px;
}

#getFileBtn {
    display: flex;
    place-items: center;
    align-self: flex-start;
    border: 1px solid rgb(184, 185, 185);
    border-radius: 4px;
    font-size: .85rem;
    color: rgb(119, 119, 116);
    cursor: pointer;
    padding: 3px 8px 3px 8px;
    margin-bottom: 5px;
}

.icon-image::before {
    font-size: 1.5rem;
    color: rgb(181, 184, 43);
}

#upLoadButton {
    display: flex;
    place-content: center;
    align-self: center;
    padding: 8px 2rem 8px 2rem;
    border: 0px solid rgb(167, 184, 204);
    border-radius: 6px;
    font-size: 1rem;
    color: rgb(252, 252, 252);
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    box-shadow: 1px 1px 2px #444;
}

#getFile {
    display: none;
}

#previewWrapper {
    margin: 0px auto;
}

#fileInfo ul {
    list-style: none;
    text-align: center;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

#preview {
    position: relative;
    display: block;
    margin: 0px auto;
}

#fileInfo {
    display: block;
    position: relative;
    z-index: 1;
}

#preview img {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    width: 150px;
}

#previewImage {
    display: none;
    z-index: 2;
}

#previewImage2 {
    display: block;
    z-index: 1;
}

#addTextSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    place-items: center;
    width: 100%;
    height: 100%;
    -max-width: 600px;
    -border: 1px solid rgb(123, 123, 126);
    padding: 1rem;
    margin: 30px auto;
    border-radius: 4px;
}

#addTextSection>p {
    text-align: center;
    color: #777;
}

#captionText {
    display: flex;
    width: 100%;
}

#bodyText {
    border: 1px solid #888888;
    outline: 0px solid red;
    border-radius: 2px;
    padding: .5rem;
    margin: 10px 0px 15px 0px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    color: #999999;
    width: 100%;
    text-align: left;
    background: transparent;
    user-select: none;
    overflow-wrap: break-word;
}

#plcHldr {
    content: "";
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    place-content: center;
    padding-left: 0px;
    user-select: none;
}

input[type="text"],
#bodyText {
    outline: 0px solid red;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid rgb(184, 185, 185);
}

input[type="text"]:focus {
    outline: 0px solid red;
    box-shadow: none;
    border-radius: 4px;
    border: 2px solid rgb(66, 199, 240);
}

#bodyText:focus {
    outline: 0px solid red;
    box-shadow: none;
    border-radius: 4px;
    border: 2px solid rgb(66, 199, 240);
}

#errorBlock {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#addTextSection {
    -position: relative;
}

#previewBlock {
    display: none;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#imgBtnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#imgAccept {
    align-self: center;
    text-align: center;
    border: 1px solid rgb(131, 150, 173);
    border-radius: 2px;
    font-size: .85rem;
    color: rgb(119, 119, 116);
    cursor: pointer;
    width: 100px;
    padding: 10px;
}

#imgDecline {
    align-self: center;
    text-align: center;
    border: 1px solid rgb(131, 150, 173);
    border-radius: 2px;
    font-size: .85rem;
    color: rgb(119, 119, 116);
    cursor: pointer;
    width: 100px;
    padding: 10px;
}

#frmReset {
    display: none;
    align-self: center;
    text-align: center;
    border: 1px solid rgb(131, 150, 173);
    border-radius: 2px;
    font-size: .85rem;
    color: rgb(119, 119, 116);
    cursor: pointer;
    width: 100px;
    padding: 10px;
}

.addComment {
    border: 1px solid #888888;
    outline: 0px solid red;
    border-radius: 2px;
    padding: .5rem;
    margin: 10px 0px 15px 0px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    color: #999999;
    width: 100%;
    text-align: left;
    background: transparent;
    user-select: none;
}

.plcHldr {
    content: "";
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    place-content: center;
    padding-left: 0px;
    user-select: none;
}

.addComment {
    outline: 0px solid red;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid rgb(184, 185, 185);
}

.addComment:focus {
    outline: 0px solid red;
    box-shadow: none;
    border-radius: 4px;
    border: 2px solid rgb(66, 199, 240);
}