body {
    overflow-x: hidden;
    font-family: Verdana, sans-serif;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background:#0000 ; 
  }
::-webkit-scrollbar-thumb {
    background:rgb(111, 111, 111);
    border-radius: 5px;
}
.dg.main .close-button.close-bottom {
    position: absolute;
    display: none;
}
.dg.a {
    float: right;
    position: absolute;
    right: 0 !important;
}
.dg .cr.color {
    border-left: none;
}
.dg .cr.number {
    border-left: none;
}
.dg .cr.function {
    border-left: none;
}
.dg .cr.string {
    border-left: none;
}
.dg .cr.function {
    border-left: none;
}
.dg .cr.string input[type=text] {
    color: #ffffff;
}
.dg .c .slider-fg {
    background: #ffffff;
}
.dg .cr.number input[type=text] {
    color: #ffffff;
}
.dg .cr.boolean {
    border-left: none;
}