#drop-area {
    box-sizing: border-box;
    width: 100%;
    border: 1px dashed #D9D9D9;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 0;
}

#consents-drop-area {
    box-sizing: border-box;
    width: 100%;
    border: 1px dashed #D9D9D9;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 0;
}

.drops-header {
    max-width: 190px;
    color: #919191;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

#drop-area.highlight {
    display: none;
}

p {
    margin-top: 0;
}

.my-form {
    margin-bottom: 10px;
}

#gallery {
    margin-top: 10px;
}

#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.button:hover {
    background: #ddd;
}

.fileElem {
    display: none;
}

.fileElemLabel {
    width: 100%;
    min-height: 152px;
    height: 152px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fileElemLabel:hover {
    cursor: pointer;
}

#video-name {
    color: #404040;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    overflow: hidden;
    word-wrap: break-word!important;
    word-break: break-word!important;
}

.uplaod-filename {
    color: #404040;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    overflow: hidden;
    word-wrap: break-word!important;
    word-break: break-word!important;
}


#video-size {
    color: #404040;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: right;
}

.upload-size {
    color: #404040;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: right;
}

.progress {
    height: 12px;
    background-color: #D9D9D9;
}

.progress-bar {
    background-color: #C5322C;
}
#video-remove:hover {
    cursor: pointer;
}
.file-remove:hover {
    cursor: pointer;
}

.highlight {
    border: 1px dashed #C5322C !important;
    background-color: rgba(197, 50, 44, 0.05) !important;
}

.upload-error {
    color: #C5322C;
    font-family: "MultipleSans Alt III Bold", sans-serif;
    font-size: 16px;
    padding: 24px 0;
}
