

 /* .datecontrol {top: 0 !important;} */

/* .datecontrol span.excpdf_icon {top: 0px !important;} */
.mat-progress-spinner circle, .mat-spinner circle {
    stroke: #2ecc71 !important;
    }

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    backdrop-filter: blur(5px);
}

.content {
    padding: 16px;
}
