.dashBord-button{
width: 285px;
    background-color: #2b3035;
    color: white;
    border: transparent;
    text-align: left;


}
.dashBord-button:hover{
    background-color: white;
    color: #2b3035;
}
.nav-dash{
    background-color: #2b3035;
}
*{
    margin: 0;
    padding: 0;
}
#bg-img{
    height: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#image-Welcome{
    position: absolute;
    right: 15%;
    width: 10%;

}
.ml{
    margin-left: 3rem;
}
.bg-green{
    background-color: #b7ffda;
}




/*=============================================*/
/*
#myCustomerTable>tbody>tr>td:hover{
background-color: #02ECFF;
}*/

.text-color{
    color: #2b3035;
}

#loader{
    height: 100vh;
    width: 100vw;
}

/*========================================*/

#loader-g {
    position: relative;
   /* left: 50%;
    top: 50%;
    z-index: 1;*/
    width: 120px;
    height: 120px;
    /*margin: -76px 0 0 -76px;*/
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #00ff39;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}

.col-box{
    height: auto;
    width: auto;
    /*border: 1px solid red;*/
}
.f-box{
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
}
#logo{
    color: #00ff0d;
}