@media (min-width: 501px) {
    .custom-plate-input {
        min-width: 330px !important;
    }
}

.custom-width {
    width: 100% !important;
}

/* Loader styles */
#screenshotLoader {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: red; /* Red text */
    margin: 10px;
}

.loader-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid red; /* Spinner in red */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    animation: spin 1s linear infinite;
}

.right-side-width {
    width: 110%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hide buttons initially */
#downloadPDF, #printSticker, #viewReport, #viewCachedImage {
    display: none;
}

.dots i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.dots i .num {
    position: relative;
    top: -1px; /* just nudges the number */
}
