@charset "utf-8";
/* CSS Document */


/*webkit scrollbar*/
::-webkit-scrollbar {
 width: 8px;
 height: 12px;
}
::-webkit-scrollbar-button {
 width: 0px;
 height: 0px;
}
::-webkit-scrollbar-thumb {
 background: #FFFFFF;
 border: 29px none #ffffff;
 border-radius: 7px;
}
::-webkit-scrollbar-track {
 background: #18161E;
 border: 0px none #ffffff;
 border-radius: 35px;
}
::-webkit-scrollbar-corner {
 background: transparent;
}

/*moz scrollbar*/
::-moz-scrollbar {
 width: 8px;
 height: 12px;
}
::-moz-scrollbar-button {
 width: 0px;
 height: 0px;
}
::-moz-scrollbar-thumb {
 background: #ffb143;
 border: 29px none #ffffff;
 border-radius: 7px;
}
::-moz-scrollbar-track {
 background: #ffd8a1;
 border: 0px none #ffffff;
 border-radius: 35px;
}
::-moz-scrollbar-corner {
 background: transparent;
}