html {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

h1 {
    padding: 10px;
    margin: 0;
    font-size: 24px;
}

h1 span.dev {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 14px;
    display: inline-block;
    top: -4px;
    position: relative;
    margin-left: 7px;
}

h1 span.chk {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 14px;
    display: inline-block;
    top: -4px;
    position: relative;
    margin-left: 7px;
}

.dev {
    color: white;
    background-color: #479447;
}

.chk {
    color: white;
    background-color: #a91313;
}

.send-button:hover {
    background-color: gray;
}

.button-area div {
    border: 1px solid #ababab;
    text-align: center;
    display: block;
    width: 100px;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    margin: 10px;
}

.message {
    height: 100px;
    border: 1px solid #ababab;
    word-break: break-all;
    overflow: hidden;
    overflow-y: scroll;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.text-area {
    display: flex;
}

.button-area {
    display: flex;
}

.filedata {
    display: flex;
    /* border: 1px solid gray; */
    /* padding: 5px; */
    font-size: 12px;
    margin: 5px 0;
    background-color: #e6e6e6;
}

.filedata > div {
    padding: 10px;
}

.fileupload {
}

.filedata div.filename {
    width: 360px;
}

.filedata div.filedate {
    width: 150px;
}

.filedata div.fileupload {
    width: 140px;
    padding: 5px;
}

.filedata div.filepreview {
    width: 110px;
    padding: 5px;
}

.filedata div.gitfilepreview {
    width: 180px;
    padding: 5px;
}

.filedata .button-upload {
    text-align: center;
    /* border: 1px solid black; */
    border-radius: 20px;
    background-color: #a55050;
    color: white;
    line-height: 30px;
    cursor: pointer;
}

.filedata .button-preview {
    text-align: center;
    /* border: 1px solid black; */
    border-radius: 20px;
    background-color: #9e804d;
    color: white;
    line-height: 30px;
    cursor: pointer;
}

.filedata .button-localpreview {
    text-align: center;
    /* border: 1px solid black; */
    border-radius: 20px;
    background-color: #355c90;
    color: white;
    line-height: 30px;
    cursor: pointer;
    font-size: 10px;
}

.filedata div div:hover {
    background-color: #ffffff;
    color: black;
}

.filelist-ui {
    padding: 10px;
}

.filedata .fileupload .no-button {
    pointer-events: none;
    background-color: #f3d4d4;
}

.filetext {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background-color: white;
    font-size: 12px;
    padding: 10px;
    overflow: scroll;
}

.modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a6;
    display: none;
}

.button-close {
    position: absolute;
    top: 6%;
    right: 9%;
    width: 50px;
    background-color: white;
    color: black;
    font-size: 10px;
    text-align: center;
    padding: 7px;
    border-radius: 20px;
    cursor: pointer;
}

.open-modal {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
}

.type-wrapper {
    padding: 0 10px;
}

.button-type {
    font-size: 20px;
    display: block;
    width: 310px;
    text-align: center;
    margin: 30px 0;
    padding: 15px 10px;
    text-decoration: none;
    border-radius: 10px;
}
