﻿.upload-area-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 600;
}

.uploadlabel {
    width: 100%;
    min-height: 100px;
    background: #24693b1d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px dashed #24695c;
    cursor: pointer;
}

label.uploadlabel:hover span i {
    transform: scale(1.1);
}

label.uploadlabel span i {
    transition: ease .50s;
}

.uploadlabel span {
    font-size: 70px;
    color: #24695c;
}

.uploadlabel p {
    color: #24695c;
    font-size: 20px;
    font-weight: 500;
    margin: -20px;
    padding-bottom: 20px;
}

.uploaded {
    margin: 30px 0;
    font-size: 16px;
    font-weight: 700;
    color: #a5a5a5;
}

.showfilebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    padding: 10px 15px;
    box-shadow: #0000000d 0px 0px 0px 1px, #d1d5db3d 0px 0px 0px 1px inset;
}

.showfilebox .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.filetype {
    background: #24695c;
    color: #fff;
    padding: 5px 15px;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.left h3 {
    font-weight: 600;
    font-size: 14px;
    color: #292F42;
    margin: 0;
}

.right span {
    background: red;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#filewrapper {
    max-height: 250px;
    overflow-y: scroll;
}

#filewrapper::-webkit-scrollbar {
    width: 0;
}
