.rds__loading{
    .mat-progress-spinner, .map-spinner{
        circle{
            stroke: #fff !important;
        }
    }
}


.custom-preview-image{
    min-width: unset !important;
    max-width: unset !important;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0.1);

    &:hover,
    &:focus {
        ngx-dropzone-remove-badge {
	        opacity: 1;
        }
        .custom-dropzone-remove-badge{
            opacity: 0.9;
        }
    }

    ngx-dropzone-remove-badge {
	    opacity: 0;
    }
    .custom-dropzone-remove-badge{
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        cursor: pointer; 
    } 
    
} 