#overlay {
    background-color: white dark;
    position: absolute;
    top: 0;
    right: 0;
}

.inspector .widget-area {
    border: darkred dashed 2px;
    min-height: 50px;
}

.inspector .sidebar {
    border: lightgrey solid 1px;
}

.widget-area {
    margin: 8px;
}

.text-white a {
    color: white!important;
}

/*** scrollbar ***/

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: lightgrey;
}

::-webkit-scrollbar-thumb {
    background: gray;
}

.user-profile {
    text-transform: uppercase;
    font-size: 0.6em;
}

