body {
    font-size:16px;
    font-weight:400;
    font-family: 'Open Sans', sans-serif;
    font-display: swap;

    background-color: #f2f2f2;
    color: #444;
}

.uploadError {
    margin-top: 1em;
    color: #c90202;
}

.material-card {
    background: #f7f7f7;
    border: 1px solid #ffffff;
    border-radius: 8px;
    overflow-x: hidden;
    padding: 40px 25px 25px;
    position: relative;
    box-shadow: 0 1px 5px 0 rgb(48 48 48 / 30%), 0 0px 0px 0px rgb(48 48 48 / 15%);
    max-width: 350px;
    min-height: 500px;
    margin: 0 auto;
}

.footer {
    width: 330px;
    margin: 0 auto;
}

.copyright {
    padding-left: 10px;
    font-size: 12px;
    color: #b3b3b3;
}

.help {
    font-size:1.5em;
    padding-right:10px;
}

.topic {
    width: 300px;
    margin-right:30px;
    margin-bottom:30px;
    border: 1px solid #fff;
    min-height: 200px;
    border-radius: 10px;
    position:relative;
    background-color:#fcfcfc;
    box-shadow: 0 1px 5px 0 rgb(48 48 48 / 30%), 0 0px 0px 0px rgb(48 48 48 / 15%);
}

.topic .no {
    display: inline-block;
    font-weight: 600;
    font-size: 30px;
    padding-left: 13px;
    padding-right: 9px;
}

.topic .title {
    display: inline-block;
    padding: 13px 15px 13px 0;
}




/* UPLOAD --- */

#upload #page-wrapper {
    padding-top:10%;
    text-align: center;
}

#upload h2 {
    margin-top:1em;
    color: #444;
    font-size: 2em;
}

#upload #uploadForm p {
    color: #444;
    margin-bottom: 1em;
}

#upload #uploadForm input::-webkit-input-placeholder {color: #afafaf!important;}
#upload #uploadForm input:-ms-input-placeholder {color: #afafaf!important;}
#upload #uploadForm input::placeholder {color: #afafaf!important;}
#upload #uploadForm input:-moz-placeholder {color: #afafaf!important;}
#upload #uploadForm input::-moz-placeholder {color: #afafaf!important;}

#upload .uploadError {
    background-color: #f9cecd;
    max-width: 400px;
    margin: 0 auto;
    color: #ef4023;
    padding: 1em 0.6em;
}

#upload form.dropzone {
    border: 2px dashed #21b2a6;
    border-radius: 5px;
    background: white;
    width:820px;
    max-width:90%;
    margin: 0 auto;
    padding: 30px 20px;
    margin-bottom: 4em;
}


@media screen and (max-width: 400px) {
	#upload form.dropzone {
        padding: 10px 5px;
    }

}


#upload .dropzone .dz-message .dz-button {
    letter-spacing: 0.1em;
    font-weight: 600;
    height: 4em;
}

#upload h3 {color:#444;margin-bottom: 0;}
#upload .dropzone .dz-message .dz-button span {
    background-color: #21b2a6;
    padding: 3px 12px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#upload .dropzone .dz-message .dz-button span:hover {
    background-color: #09675f;
}

#upload .dropzone .dz-preview .dz-image img {
    margin: auto;
}
#upload .dropzone .dz-preview .dz-error-message {
    top: 155px;
    background: #be2626;
}
#upload .dropzone .dz-preview .dz-remove, #upload .dropzone .dz-preview .th-remove {
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    color: #be2626;
    text-decoration: none;
}

#upload .dropzone .dz-preview .dz-remove:hover, #upload .dropzone .dz-preview .th-remove:hover {
    text-decoration: none;
    color:#be2626;
}


#upload .dropzone .dz-preview .dz-success-mark,
#upload .dropzone .dz-preview .dz-error-mark {
    top: 38%;
    left: 53%;
    font-size: 45px;
}


#upload .dropzone .dz-preview .dz-success-mark:before,
#upload .dropzone .dz-preview .dz-error-mark:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    left: -8px;
    top: 3px;
    z-index: -1;
}


#upload .dz-maxexceed, #upload .dz-fileexists {
    background-color: #be2626;
    color: #fff;
    margin-bottom: 1em;
    padding: 10px 10px;
}

i.red {color:#900000;}
i.green {color:#007300;}

#upload .dropzone.dz-clickable .dz-message, #upload .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
#upload .dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

#upload .dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

#upload .dropzone .dz-message .dz-button {
    letter-spacing: 0.1em;
    font-weight: 600;
    height: 4em;
    text-transform: uppercase;
    line-height: 1.6em;
    font-size: 18px;
}

#upload .dropzone .dz-message .dz-button span {
    background-color: #21b2a6;
    padding: 3px 12px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#upload .dz-preview .dz-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.uploadInfo{
    max-width:450px;
    margin: 0 auto 1.5em auto;
}




#upload .dz-numberuploads {
    margin-top: 4px;
	margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
	display:none;
}


#upload .dz-finished span, #upload .thinner span {
	letter-spacing: 0.1em;
    font-weight: 600;
	font-size:1em;
	line-height:1.2em;
    background-color: #21b2a6;
    padding: 1em 2em;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
	cursor:pointer;
	text-transform: uppercase;
}

#upload .dz-finished span:hover, #upload .thinner span:hover {
    background-color: #09675f;
}

#upload .dz-finished {
    padding: 1em 0;
	display:none;
}

#upload .thdialog {
	display:none;
	width: 100%;
    height: 100%;
    position: absolute;
	top:0;
	position:absolute;
	z-index:501;
}

#upload .thmiddle {
	width:100%;
	position:fixed;
	top:25%;
}

#upload .thinner {
  margin: 0 auto;
  width: 500px;
  max-width: 80%;
  text-align: center;
  background-color:#fff;
  padding:2em 3em;
}

#upload .thinner .finishbutton {
    padding: 1em 0;
}

#upload h3 {
    color: #444;
    margin-bottom: 0;
	line-height:1.2em;
}

#dropzone {
	padding-bottom:4em;
}

.dz-preview .dz-image {
	opacity:0.1;
}
.dz-preview.dz-complete .dz-image {
	opacity:1!important;
}

.dz-preview.dz-complete:hover .dz-image {
	opacity:0.4!important;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: transparent!important;
    color: #333!important;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border:0!important;
	background-color: transparent!important;
}


.thbackdrop {
	display:none;
	position: absolute;
	background-color: rgb(0 0 0 / 85%);
	height: 5000px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
}

.uploadfinished, .pleaseupload {
    max-width: 650px;
    margin: 0 auto;
}


.uploadfinished {
	margin-top: 2em;
	font-weight: 400;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    background: transparent!important;
}
