*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}
body{
    background-color: #ccc;
}  
.full_container{
    /* background-image: url('image/background.jpg');  */
    background-size: cover;
    width: 100%;
    height: 100vh;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* background-color: rgba(117, 112, 112, 0.588); */
}
.login{
    width: 600px;
    height: 50vh;
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    
}

.panel {
    width: 100%;
    height: 70px;
    color: rgb(9, 9, 103);
    background-color: white;
    display: flex;
    align-items: center; 
    justify-content: space-around;

        padding: 20px; 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1); 
        
        
  }
  
  .vertical-sidebar {
    height: 100%;
    width: 70px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ed7e08;
    overflow-x: hidden;
    transition: 0.5s;
}

.vertical-sidebar a {
	padding: 10px 12px;
    text-decoration: none;
    font-size: 30px;
    color: white;
    display: block;
    transition: 0.3s;
}
#nav-text{
    font-size: 17px;
}
.vertical-sidebar a:hover {
    color: rgb(9, 9, 103);
}
.vertical-sidebar i{
    display:inline;
    color:white;
    margin-left:5px;
}
.vertical-sidebar i:hover {
    color: rgb(9, 9, 103);
}
#sidebar-content {
    margin-top: 20px;
}

.menu-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    margin: 150px auto;
    gap:70px 100px;
    grid-template-columns: auto auto auto;
  }
  .box{
    width: 250px;
    height: 70px;
    padding: 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: green;
  }

.menu-item .box:nth-child(1) {
    background-color: #B22222; 
  }
  
  .menu-item .box:nth-child(2) {
    background-color: #228B22;
  }
  
  .menu-item .box:nth-child(3) {
    background-color: #1E90FF; 
  }
  
  .menu-item .box:nth-child(4) {
    background-color: #20B2AA; 
  }
  
  .menu-item .box:nth-child(5) {
    background-color: #8A2BE2; 
  }
  

.formdiv{
    width: 80%;
    margin:20px auto;
    padding: 10px;
    background-color: white;
    /* border: 2px solid rgb(9, 9, 103); */
    border-radius: 10px;
}
.counter{
    margin: 20px 20px 0px 100px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow:  24px 24px 49px #b4b4b4,
             -24px -24px 49px #f4f4f4;
}
.info-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #fff;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    width: 100%;
}
.text-dark {
    color: #343a40 !important;
}
.info-box .info-box-icon {
    margin-right: 20px;
    border-radius: 0.25rem;
    align-items: center;
    display: flex;
    font-size: 1.875rem;
    justify-content: center;
    text-align: center;
    width: 70px;
    color: white;
    background-color: rgb(9, 9, 103) !important;
}
.info-box-number {
    display: block;
	font-size:2em;
    font-weight: 700;
}

.elevation-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
.output{
    margin: 10px 20px 0px 20px;
    background-color: white;
    /* border: 2px solid rgb(9, 9, 103); */
    border-radius: 10px;
    padding: 10px;
}
.container_display{
    margin-top: 10px;
}
.container_display th{
    text-align: center;
    width: 200px;
    height: 50px;
}
.container_display td{
    text-align: center;
    width: 200px;
    height: 80px;
}
/* .container_display table tr:nth-child(even) {
    background-color: #e5e1e1; 
}
.container_display table tr:nth-child(odd) {
    background-color: #fffcfc; 
} */
.container_display table td img{
    width: 100px;
    height: 70px;
    border: 2px solid rgb(9, 9, 103);
    border-radius: 5px;
}
.center-btn{
    margin:auto;
    background-color: orangered;
    color:white; 
    width: fit-content;
    padding:10px 20px;
    border-radius:5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(18, 11, 151, 0.974);
}

#footerstick {position:fixed;margin:10px 0px 0px 1045px; bottom:0px;border-radius:10px; border-bottom:10px solid #800000; z-index:9}

#footercontent{text-align:left;	background:#fff; border:1px solid #ccc;	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 5px;	-moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 5px; -o-box-shadow:rgba(0,0,0,0.2) 0px 0px 5px; box-shadow:rgba(0,0,0,0.2) 0px 0px 5px; border-radius:5px; height:70px; padding:10px; font-size:16px;}

#support{float:right; width:170px; text-align:right; font-size: 11px;}

#footericon{float:left; margin-top: 15px; width:750px; border:0px solid; height:25px;}
