.file-upload{
margin-top: 1.6rem;
border: 2px dashed #E1E4EA;
border-radius: 4px;
position: relative;
text-align: center;
min-height: 12.8rem;
display: flex;
align-items: center;
justify-content: center;
}
.file-upload-input {
position: absolute;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
outline: none;
opacity: 0;
cursor: pointer;
top: 0;
left: 0;
}
.file-upload-content {
display: none;
text-align: center;
}
.drag-text span{
font-size: 1.2rem;
line-height: 2rem;
display: block;
color: var(--primary-color-200);
}
.drag-text p {
font-weight: 500;
font-size: 1.4rem;
line-height: 2.1rem;
margin: 1.1rem 0 0.7rem;
text-transform: uppercase;
}
.image-title-wrap button {
background: transparent;
outline: none !important;
margin: 0;
font-size: 1.4rem;
font-weight: 500;
line-height: 2.2rem;
color: var(--primary-color);
border: 1px solid var(--primary-color-200);
border-radius: 0.4rem;
padding: 0.5rem 2rem;
min-height: 8rem;
position: relative;
}
.image-title-wrap button span{
display: block;
}
.image-title-wrap button img {
position: absolute;
top: -7px;
right: -8px;
}
@media(max-width:767px){
.drag-text span:first-child{
display: none;
}
}