body{
    background-color: white;
    background-image: -webkit-linear-gradient(-30deg, #ffffff 50%, #f3f3f3 50%);
}

.container{
    background-color: white;
    background-image: -webkit-linear-gradient(180deg, #e4e4e4, #ffffff 20%);
    border-radius: 10px;
    width: 650px;
    height: 600px;
    margin: auto;
    overflow: hidden;

    box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
}

.spacer{
    height: 100px;
}

.black-line{
    background-color: black;
    height: 1px;
    width: auto;
}

.main-space{
    width: 95%;
    margin:auto;
    padding:none;
}
.main-sub-panel{
    width: 100%;
    min-height: 800px;
    padding: 1%;

    margin: auto;
}

.main-panel{
    width: 80%;
    height: auto;
    min-width: 1050px;
    
    background-color: rgb(245, 245, 245);
    border-radius: 10px;
    overflow: hidden;
    margin: auto;

    box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
}
.dashboard-stats{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.dashboard-charts{
    width: 1100px;
    margin: auto;
    padding: 25px;
}

.box{
    width: 225px;
    height: 180px;
    border-radius: 6px;
    
    padding-left: 35px;
    padding-right: 35px;
    margin-left: 15px;
    margin-right: 15px;

    box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
}

.graph{
    background-color: white;
    border-radius: 6px;
}
.dashboard-box{
    width: 90%;
    margin: auto;
    background-color: white;
    padding: 15px;
    border-radius: 6px;

    box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 8px 29px 0px rgba(0,0,0,0.15);
}
.info-box-card{
    position:inherit;
    overflow-x: hide;
    margin: 15px;
    width: 100px;
}
.info-box-card-div{
    position: inherit;
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: black;
}
.graph-title{
    margin-left: 25px;
    color:rgb(80, 80, 80);
    font-weight: 100;
}

.left{
    display: inline-block;
}
.left-1{
    float: left;
}
.right{
    float: right;
}

.align-center{
    align-items: center;
}

.indentation-1{
    margin-left: 5%;
}
.indentation-2{
    margin-left: 7.5%;
}
.indentation-3{
    margin-left: 15%;
}
.panel-seventy{
     width: 70%;
    float: left;
}

.panel-fifty{
    width: 50%;
    float: left;
}
.panel-thirty{
    width: 30%;
    float: left;
}

.card{
    padding: 25px;
    margin: 25px;
    border-radius: 7px;
    border: 1px solid rgb(211, 211, 211);
}