.btn-color-custom-primary {
    background-color: #003675;
    color: #fff;
}

.btn-color-custom-primary:hover {
    background-color: #2864A8;
    color: #fff;
}

.text-custom-primary {
    color: #003675;
}

.cover-image-dz {
    object-fit: contain;
    margin-top: 10px;
    width: 80%;
    height: 80%;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    min-height: 70px;
}



.dropzone .dz-preview .dz-image {
    border-radius: 10px;
    overflow: hidden;
    width: 90px;
    height: 60px;
}

.dropzone .dz-preview .dz-details {

    font-size: 9px;
}

.dz-size{
    font-size: 6px;
}