-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
-------------------------- */
--------------------------*/
--------------------------*/
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
-------------------------- */
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
--------------------------*/
-------------------------- */
--------------------------*/
--------------------------*/
.el-scrollbar {
overflow: hidden;
position: relative; }
.el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
opacity: 1;
-webkit-transition: opacity 340ms ease-out;
transition: opacity 340ms ease-out; }
.el-scrollbar__wrap {
overflow: scroll;
height: 100%; }
.el-scrollbar__wrap--hidden-default {
scrollbar-width: none; }
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
width: 0;
height: 0; }
.el-scrollbar__thumb {
position: relative;
display: block;
width: 0;
height: 0;
cursor: pointer;
border-radius: inherit;
background: rgba(144, 147, 153, 0.3);
-webkit-transition: .3s background-color;
transition: .3s background-color; }
.el-scrollbar__thumb:hover {
background: rgba(144, 147, 153, 0.5); }
.el-scrollbar__bar {
position: absolute;
right: 2px;
bottom: 2px;
z-index: 1;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical {
width: 6px;
top: 2px; }
.el-scrollbar__bar.is-vertical > div {
width: 100%; }
.el-scrollbar__bar.is-horizontal {
height: 6px;
left: 2px; }
.el-scrollbar__bar.is-horizontal > div {
height: 100%; }