*::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar {
    display: none;
}

#root::-webkit-scrollbar {
    display: none;
}

main::-webkit-scrollbar {
    display: none;
}

body, #root, main {
    scrollbar-width: 0;
}

.react-datepicker-wrapper {
    width: auto !important;
}

.canvas-signature {
    width: 100%;
    height: 150px;
    border: 1px solid rgb(200, 200, 200);
}

.fc .fc-toolbar-title {
    font-size: 1rem !important;
    text-transform: uppercase;
}