*{margin:0; padding:0; box-sizing:border-box;}


/* ==================================== */
.sidenav-open-icon {
    position: absolute;
    top: 72px;
    right: -60px;
    font-size: 16px;
    margin-left: 90px;
    background: #fff;
    padding: 5px;
    font-weight: bold;
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
	box-shadow: 2px 2px 6px #8a8a8a40;
}
#mySidenav {
    width: 270px;
    margin-top: -42px;
   /* z-index: 999999!important;*/
	height: 110vh!important;
}
.side-nav-content {
    /* margin-top: 30px;
    margin-bottom: 20px; */
    display: flex;
    align-items: center;
   /* width: 80%;
    margin-left: 10%;*/
    overflow: hidden;
}
.side-menu{
    margin: 0px auto;
}
header{
    height: 100px;
    max-width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    display: flex;
    justify-content: end;
    padding: 45px 30px;
}
.nav-icon{
    width: 45px;
}
.nav-icon img{
    width: 100%;
}
.profile-icon{
    width: 10%;
    display: flex;
    justify-content: space-around;
    float: right;
}
.notification{
    position: relative;
}
.noti-icon{
    position: absolute;
    top: 1px;
    right: 2px;
    color: red;
    font-size:10px;
}

.d-phone-block{
	display: none;
}
.toggle-btn{
    cursor: pointer;
}
#main{

	margin-left: 270px;
}
.sidenav {
	height: 100%; 
	width: 0;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0; 
	left: 0;
	padding-top: 60px;
	transition: 0.5s;
    box-shadow: 0px 2px 7px #d7d2d2;
  }
  .list-title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.8;
}
  /*
.dropdown{
    margin-top: 17px !important;
}*/

  #main {
	transition: margin-left .5s;
	padding: 0px;
    overflow-x: hidden;
  }
.toggle-icon{
	position: absolute;
	cursor: pointer;
	top: 50px;
	right: -40px;
  }
.dashboard-logo{
    width: 90px;
    margin: 20px auto;
}
.dashboard-logo img{
    width: 100%;
}

.profile-pic{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    position: relative;
}
.profile-pic img{
    width: 100%;
    height: 100%;
}
.profile-pic i{
    position: absolute;
    top: 31px;
    right: -2px;
    font-size: 12px;
    color: #00eb75;
}
.profile-sec{
    justify-content: space-around;
    margin: 0px 30px;
}
.profile-sec i.fa-caret-down{
    margin-top: 18px;
    opacity: 0.7;
    font-size: 20px;
}
.profile-name span{
    font-size: 16px;
    font-weight: 600;
    opacity: 0.7;
}
.menu{
    margin-top: 30px;
}
.menu ul{
    list-style: none;
    font-size: 14px;
    font-weight: 650;
}
    .menu ul a {
        text-decoration: none;
        color: #121313;
        opacity: 0.9;
        padding: 9px 15px 9px 20px;
        display: block;
    }
.menu ul li:hover{
    background: rgb(0,192,0);
    background: linear-gradient(130deg, rgba(0,192,0,1) 51%, rgba(0,96,0,1) 97%, rgba(255,183,0,1) 99%);
    color: #fff;
    border-radius: 10px;
    /* padding-right: 30px; */
}
.menu ul li:hover a{
    color: #fff;
    /* padding-right: 30px; */
}
.active-link a{
    color: #fff !important;
}
.db-list{
    padding: 10px;
    font-size: 12px;
    color: black;
    opacity: 0.8;
}
.custom-dropdown{
    position: absolute;
    top: -4px !important;
    left: -147px !important;
    background-color: rgb(0,192,0) !important;
    border-radius: 20px;
}
.custom-dropdown a{
    color: #fff !important;
}
.custom-dropdown a:hover{
    background-color: rgba(0,96,0,1) !important;
    border-radius: 5px;
}
.menu ul li{
    margin: 10px 0px;
    color: #121313;
    text-transform: uppercase;
}
/* .menu ul li:nth-child(2)
{
    padding-left: 4px;
} */
.menu ul li i{
    margin-right: 5px;
    font-size: 20px;
}

.active-link{
    background: rgb(0,192,0);
    background: linear-gradient(130deg, rgba(0,192,0,1) 51%, rgba(0,96,0,1) 97%, rgba(255,183,0,1) 99%);
    border-radius: 10px;
    color: #fff !important;
    opacity: 0.8 !important;
}

.total-user{
   
    box-shadow: 0px 2px 7px #d7d2d2;
    text-align: end;
    max-width: 20% !important;
    padding-top: 40px;
    padding-right: 15px;
    border-radius: 10px;
    position: relative;
    margin:50px 20px;
}
.dashboard-icon{
    width: 70px;
    height: 70px;
    border-radius:10px;
    position: absolute;
    top: -30px;
    left: 20px;
    text-align: center;
    padding-top: 23px;
}
.color1{
    background-color: #fba929;
}
.color2{
    background-color: #F26B6B;
}
.color3{
    background-color: #4BADBD;
}
.color4{
    background: #4E6EBB;
}

.dashboard-icon i{
    font-size: 25px;
    color: #fff;
}
.user-text{
    font-size: 16px;
    font-weight: 500;
    color: #141414;
    opacity:.65;
}
.user-count{
    font-size: 14px;
    color: #fba929 ;
}
.driver-count{
    font-size: 14px;
    color:#F26B6B;
}
.center-count{
    font-size: 14px;
    color:#4BADBD;
}
.list-count{
    font-size: 14px;
    color: #4E6EBB;
}
/* .container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
} */
.table-text th{
    font-size: 16px;
    font-weight: 700;
    opacity: 0.9;
    background-color: #f5f5f5;
}
.table-text tr{
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
    background-color: #fff;
}
.pointer{
    cursor: pointer;
}
#drivers{
    display:none;
}
#dropCenters{
    display: none;
}
#items{
    display: none;
}
/* -----------------------------------=========----PHONE---------------------------------------- */


@media only screen and (max-width:576px){

/*------------------------------SIDE NAV START-----------------------------*/
#mySidenav{
	width: 200px ;
}
#main{

	margin-left: 200px;
}
.sidenav {
	height: 100%; 
	width: 0;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0; 
	left: 0;
	/* overflow-x: hidden; */
	padding-top: 35px;
	transition: 0.5s;
  }
  #main {
	transition: margin-left .5s;
	padding: 0px;
  }
.toggle-icon{
	position: absolute;
	cursor: pointer;
	top: 50px;
	right: -40px;
  }
 
/* ==================================== */
.sidenav-open-icon {
    position: absolute;
    top: 60px;
    right: -45px;
    font-size: 16px;
    margin-left: 50px;
    background: #fff;
    padding: 3px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
    width: 35px;
    height: 35px;
}
.sidenav a {
    font-size: 14px;
}
.d-phone-block{
	display: block;
}
}
@media (max-width: 992px)
{
    .total-user{
        max-width: 50% !important;
    }
    .profile-icon{
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .total-user{
        max-width: 80% !important;
        margin-top: 40px !important;
    }
    .profile-icon{
        width: 40%;
        font-size: 14px;
    }
}

/* My media */
@media(max-width:576px){
.dashboard-logo{
    width: 70px;
    margin: 10px auto;
}
.menu ul li a{
    
    padding: 5px 10px;
}
/* .menu ul li a{
    padding: 5px 5px;
} */
.menu ul li i{
    margin-right: 10px;
    font-size: 16px;
}
#m1{
    padding-left: 0px;
    padding-right: 0px;
    margin: -3px;
}
.profile-sec{
    justify-content: space-evenly;
}
.profile-pic{
    width: 40px;
    height: 40px;
}
.side-menu{
    margin-left: 8px;
}
/* .active-link{
    padding: 6px 5px !important;
} */
}

.active-tab{
    /* background: rgb(0,192,0);
    background: linear-gradient(130deg, rgba(0,192,0,1) 51%, rgba(0,96,0,1) 97%, rgba(255,183,0,1) 99%); */
    border: 1px solid lime;
}
/* .active-tab span{
    color: #fff !important;

}
.active-tab p{
    color: #fff !important;
}
.active-tab p a{
    color: #fff !important;
} */
/********************************************************* */