.ReleasePackage-page {
    width: 100%;
    height: 100%;
    display: flex;
    align-items:center;
    justify-content:center;
}
.ReleasePackage-container {
    width: 50%;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(149, 57, 165, 0.2) 0px 8px 24px;
}

.drag-area {
    height: 400px;
    border: 3px dashed #e0eafc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px auto;
}

h3 {
    margin-bottom: 20px;
    font-weight: 500;
}

.drag-area .icon {
    font-size: 50px;
    color: #1683ff;
}

.drag-area .uploadPackageHeader {
    font-size: 20px;
    font-weight: 500;
    color: #34495e;
}

.drag-area .support {
    font-size: 12px;
    color: gray;
    margin: 10px 0 15px 0;
}

.drag-area .button {
    font-size: 20px;
    font-weight: 500;
    color: #1683ff;
    cursor: pointer;
}

.drag-area.active {
    border: 2px solid #1683ff;
}

#progress {
    height: 10px;
    background-color: #d98242;
    width: 0%;
}

#versionForm {
    display: flex; 
    justify-content: center; 
    align-items: center; 
}
