:root {
    background-color: #ecf0f8;
    --scrollbar-color: #4a9edb;
}

input {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 32px white inset !important;
}

#desktop-content-pane {
    height: 100vh;
}

#custom-table {
    overflow: auto;
}
