.img-report {
    max-width: 8.3% !important;
}

.row-info {
    margin-top: 1rem;
}

.select-date {
    width: 50% !important;
}

@media print {
    @page {
        size: landscape;
    }

    .btn {
        display: none !important;
    }
}

.header-custom-card{
    background-color: #e9b667 !important;
}

.spinner {
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, blue);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 15px), #000 0);
    animation: spinner-zp9dbg 0.9s infinite linear;
}

@keyframes spinner-zp9dbg {
    to {
        transform: rotate(1turn);
    }
}