.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover, 
.form-control:-webkit-autofill:focus, 
.form-control:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #454d55 inset !important;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

#page_data {
    height: calc(100svh - 200px);
} 

/* div.sceditor-toolbar {
    background: rgba(0,0,0,0.25) !important;
    border-bottom: 1px solid #4b545c;;
}
div.sceditor-group {
    background: rgba(255,255,255,0.75) !important;
}

.sceditor-container iframe, .sceditor-container textarea {
    background: #343a40 !important;
}
.sceditor-container {
    background: #454d55 !important;
    border: 1px solid #343a40;
} */

