.header-logo {
    width: 225px !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
}

.text-link {
    color: inherit;
    text-decoration: none !important;
    cursor: pointer;
}

.round-borders>div:nth-child(2) {
    border-radius: 2px;
}

.MuiDataGrid-root .MuiDataGrid-cell:focus-within {
    outline: none !important;
}

.rotate {
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* .css-axafay-MuiDataGrid-virtualScroller {
    min-height: 270px;
} */

/* .MuiSkeleton-root {
    background-color: rgba(0, 0, 0, 0.14) !important;
} */

a {
    text-decoration: none !important;
}

button {
    text-decoration: none !important;
}


/* 
.css-196emuy {
    margin-top: 0px !important;
} */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(110, 110, 110, 0.221);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(65, 64, 64, 0.841);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1a1a1a;
}