.media-library-uploader .media-library-dropzone
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(70vh);
}

.media-library-placeholder
{
    width: 100%;
    position: relative;
}

.media-library-uploader .media-library-button
{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    border:none;
    width: 11rem;
    height: 11rem;
}

.media-library-uploader .media-library-icon
{
    width: 9rem ;
    height: 9rem;
    color: #d53f8c;
    color: rgb(213, 63, 140);
    fill: #d53f8c;
}

.media-library-help
{
    display: none;
}

/*Ya sirve*/
.media-library
{
    grid-template-areas:
    "errors"
    "items"
    "uploader";
}

.media-library-dropzone-add
{
    border-style:none;
    cursor: pointer;
}

.media-library-items
{
    max-height: calc(100vh - 350px);
    overflow-y: scroll;
}

.media-library-thumb
{
    width:6rem;
    height:6rem;
}
