html,body{
    font-family: "Merriweather", sans-serif !important;
    font-optical-sizing: auto !important;
    background-color: white !important;
}
.fontpadrao{
    font-family: "Merriweather", sans-serif !important;
}

.kleeone{
    font-family: "Klee One", cursive;
    font-weight: 400;
}


[data-bs-theme=light] {
    --bs-danger-active: #4B5675 !important;
}

.fixedCollumn {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: var(--bs-gray-200) !important;
    min-width: 100px;
}
.gridbtn{
    min-width: 100px;
    text-align: center;
}

.customProgress {
    width: 100.8px;
    height: 16.8px;
    -webkit-mask: linear-gradient(90deg,#d63031 70%,#0000 0) left/20% 100%;
    background: linear-gradient(#d63031 0 0) left/0% 100% no-repeat
    #dbdcef;
    animation: progress-422c3u 2s infinite steps(6);
}

@keyframes progress-422c3u {
    100% {
        background-size: 120% 100%;
    }
}

.mesa-line{
    border-bottom: 30px solid white !important;
}
