body {
    background: #FBFBFB;
    opacity: 0;
    background:
linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
background-color: #131313;
background-size: 20px 20px;
}

.upload-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FEFEFE;
    border-radius: 20px;
    max-width: 50%;
    padding: 20px;
    margin: auto;
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
}

.upload-panel form {
    text-align: center;
    width: 100%;
}

.progress {
    height: 100%;
    width: 60%;
    margin: auto;
    line-height: 0px;
    position: relative;
}

.progress p  {
    width: 100%;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.progress-bar  {
    height: 60px;
    color : #F1F1F1;
    background: #3a85fd;
}

.input-file input, .input-file button {
    display: none;
}

.select-branch {
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
}


.input-file {
    text-align: center;
}

.input-file label {
    width: 60%;
    cursor: pointer;
    font-weight: bold;
    color : #444;
    padding: 20px;
    transition: .5s;
    border-radius: 10px;
    background: #F1F1F1;
}

.input-file label.select:hover {
    width: 62%;
    color: black;
    background: #E1E1E1;
    font-size: 20px;
}

.input-file label.send{
    color : white;
    background: #3a85fd;
}

.input-file label.send:hover {
    width: 62%;
    color: white;
    background: #3a85fd;
    font-size: 20px;
}

.input-file label.progress{
    color : white;
    background: #3a85fd;
}

.input-file label.sent{
    color : #F1F1F1;
    background: #1de279;
}

.logs-panel {
    background: #FEFEFE;
    border-radius: 20px;
    overflow-y: scroll;
    max-width: 50%;
    min-height: 400px;
    max-height: 400px;
    padding: 20px;
    margin: auto;
    margin-top: 20px;
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
}

.note-toolbar {
    border : 1px solid #e2e2e2;
}

.note-editor.note-frame {
    border : 0px;
    box-shadow : 0 0px 0px rgba(0,0,0,0);
}