.cursor-pointer
{
    cursor:pointer;
}

.my-dropzone-onefile
{
    background: #eae9e9;
    border-radius: 5px;
    border: 2px dashed rgb(78, 78, 78);
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    cursor:pointer;
}

.dz-upload
{
    display: block;
    background-color: #6da968;
    height: 10px;
    width: 0%;
}

.dz-success-mark,
.dz-error-mark,
.dz-image
{
    display:none;
}

.first-btn-group-radius
{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.last-btn-group-radius
{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
