*{
	list-style: none;
}
.side-bar{
    position: absolute;
    min-width: 180px;
    min-height:230px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2000;
    display: flex;
    flex-direction: row;
}

.side-bar-new{
    position: fixed;
    min-width: 180px;
    min-height:230px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 2000;
    display: flex;
    flex-direction: row;
}

.sideline-color{
    border-top: solid #4D8130 2px;
}
.sideline-color-dark{
    border-top: solid #ffffff 2px;
}
.sidebar2-color{
    color:#4D8130;
}
.sidebar2-color-dark{
    color:#ffffff;
}

.sideline{
    margin-left: 50%;
    width: 50%;
    height: 1px;
    right: 0;
}

.sidelinelong{
    width:100%;
    height: 1px;
}

.sidebar1{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
    min-height:230px;
    justify-content: space-around;
}
.sidebar2{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 110px;
    min-height:230px;
    line-height: 230px;
    font-size: 20px;
}
.sidebar2-dark{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 110px;
    min-height:230px;
}


/* .sideline-dark{
    margin-left: 50%;
    width: 50%;
    height: 1px;
    right: 0;
    border-top: solid #ffffff 1px;
} */

/* .sidelinelong-dark{
    width:100%;
    height: 1px;
    border-top: solid #ffffff 1px;
} */



.side-right {
    position: fixed;
    min-width: 50px;
    min-height: 300px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2000;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.side-right ul li span{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 300px;
    margin-right: 35px;
    display: inline-block;
}


.side-right .side-line {
    position: relative;
    width: 1px;
    height: 40px;
    margin-top: 10px;
    background-color: #ffffff;
    margin-left: 2px;
}

.side-right .page-right #page1{
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
}
.side-right .page-right #page2{
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}



.side-right-dark {
    position: fixed;
    min-width: 50px;
    min-height: 300px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2000;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.side-right-dark ul li span{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4d8130;
    line-height: 300px;
    margin-right: 35px;
    display: inline-block;
}


.side-right-dark .side-line {
    position: relative;
    width: 1px;
    height: 40px;
    margin-top: 10px;
    background-color: #4d8130;
    margin-left: 2px;
}

.side-right-dark .page-right #page1{
    font-size: 15px;
    color: #4d8130;
    font-weight: bold;
}
.side-right-dark .page-right #page2{
    font-size: 12px;
    color: #4d8130;
    font-weight: bold;
}

@media only screen and (max-width: 992px){
    .side-bar-new{
        display: none;
      }
      .side-right{
        display: none;
      }
      .side-right-dark{
        display: none;
      }
}
