.dialog-on-top {
    top: 50px !important;
}

.dialog-large {
    width: 90% !important;
}

.dialog-big {
    width: 70% !important;
}

.dialog-medium {
    width: 50% !important;
}


.dialog *+.dialog-content {
    /* overflow-y: scroll; */
}

/* width */
.dialog-content::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.dialog-content::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
.dialog-content::-webkit-scrollbar-thumb {
background: #888; 
}

/* Handle on hover */
.dialog-content::-webkit-scrollbar-thumb:hover {
background: #555; 
}