﻿
/*----------Nav Bar------------*/
.navbar {
    background-color: black;
    position: relative;
}

.nav-item:hover {
    background-color: #202020;
}


.hometxt {
    position: absolute;
    left: 260px
}


.txtid {
    margin-left: 30px;
    position: relative;
}

.lbside {
    position: relative;
    width: 88%;
}

.btnside {
    position: fixed;
    margin-left: 62px;
    width: 120px;
    color: white;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 15px;
        color: #818181;
        display: block;
        transition: 0.3s;
        text-align: center;
        margin-left: -50px;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }



@media screen and (max-height: 450px) {
    .sidenav {
    }

        .sidenav a {
            font-size: 18px;
        }
}
/*----------Nav Bar------------*/


th{
    position: sticky;
    top: 0px;
}
body{
    background-color:#f2f2f2;
}

.GraphBox{
    width: 100%;
}

.Gbox_product {
    background-color: #70DF64;
}
.Gbox_Shipped {
    background-color: rgb(255, 99, 132, 0.9);
}
.Gbox_WaitingS {
    background-color: rgba(153, 102, 255, 0.2);
}
.Gbox_Packed {
    background-color: rgba(54, 162, 235);
}



