::-webkit-scrollbar-button { 
    background-image:url(''); 
    background-repeat:no-repeat; 
    width:5px; 
    height:0px 
} 
::-webkit-scrollbar-track { 
    background-color:#32312e; 
    box-shadow:0px 0px 3px #000 inset; 
} 
::-webkit-scrollbar-thumb { 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
    background-color:#ffcb17; 
    box-shadow:0px 1px 1px #fff inset; 
    background-position:center; 
    background-repeat:no-repeat; 
} 
::-webkit-resizer{ 
    background-image:url(''); 
    background-repeat:no-repeat; 
    width:5px; 
    height:0px 
} 
::-webkit-scrollbar{ 
    width: 5px; 
}
::-webkit-scrollbar:horizontal{
    height: 5px;
}
body{
    /*background: #ccc;*/
}
/*img {*/
/*    display: block;*/
/*    height: auto;*/
/*    max-width: 100%;*/
/*}*/
/*.container-fluid{*/
/*    margin: auto;*/
/*    padding: 20px;*/
/*    width: 95%;*/
/*    border: 0px solid black;*/

/*}*/

.center {
    text-align: center;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 22px;
    color: white;

}
.wrapper{
    min-height: calc(100vh - 40px);
}
.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 40px;
    background-color: black;
}

.div-row-height-out {
    position: relative;
    height: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 8px;
}

.div-line {
    position: absolute;
    left:-1px;
    top:-1px;
}

.div-row-height-inner {
    height: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 5px;
}

.blocks_2 {

}

.line-up::before{
    content: url(/assets/images/up.png);
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    left: -55px;
    top: 80px;
}

.line-down::before{
    content: url(/assets/images/down.png);
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    left: -55px;
    top: 80px;
}

.pointer {
    cursor: pointer;
}


