body {
    margin: 0px;
}
/* For Webkit (Chrome, Safari, etc.) */
::-webkit-scrollbar {
    width: 6px; /* Width of the vertical scrollbar */
    height: 8px; /* Height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the tracking area */
}

::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar itself */
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the scrollbar on hover */
}

/* For Firefox */
* {
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: #888 #f1f1f1; /* Thumb and track color */
}

.grecaptcha-badge { opacity: 0; }

/* For IE and Edge */
body {
    -ms-overflow-style: -ms-autohiding-scrollbar; /* Automatically hiding scrollbar */
}
.date-time-field {
    width: 100%;
    input {
        font-size: 14px;
        width: 98% !important;
        height: 33px;
        border: none !important;
        padding: 5px 10px;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
        margin-bottom: 4px;
    }
}
