.sidenavBox {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 901 !important;
  top: 0;
  left: 0;
  /*background-color: #D50032 !important;*/
  background-color: #1111111d;
  overflow-x: hidden;
  transition: 0.2s;
}

.sidenav {
  height: 100%;
  width: 30%;
  top: 0;
  left: 0;
  /*background-color: #002D72;*/
  /* background-color: #D50032; */
  background-color: #00a8ff;
  overflow-x: hidden;
  /* padding-top: 60px; */
  position: relative;
  float: left;
}

.sidenav2 {
  float: left;
  height: 100%;
  width: 70%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  position: relative;
}
/* .sidenav a i{

  font-size: 28px;
 
   background: linear-gradient(135deg, #fcb00d, #ff3400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size:20px ;
  background: #fff;
} */
.sidenav a {
  /* padding: 8px 8px 8px 32px; */
  /* padding: 8px 4px 9px 16px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.3s; */
  /* padding: 8px 8px 8px 32px;  */
    padding: 16px 4px 9px 16px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    /* color: #333; */
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
  color: #f09819;
}



.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


.sidenav .hr {
  margin: 0px;
  color: white;
  border: 1px solid rgb(255, 255, 255);
}

.sidenav .header_profile {
  /*background-color: #002D72;*/
  /* background-color: #e40a16;
      border-bottom: 2px solid white;
      padding: 4px; */
      /* background-color: #002D72; */
    background-color: var( --blue-gradient-light1);
    /* border: 2px solid white; */
    padding: 5px 10px;
}

.header_profile_img {
 width: 70px;
    height: 70px;
      background: var(--blue-gradient-light1);
    border-radius: 44px;
    padding: 10px;
}

.header_user p {
line-height: 1.1;
    margin: 3px 0;
    /* margin-left: 10px; */
    color: white;
    background: var(--blue-gradient-light1);
   
    padding: 7px 20px;
    border-radius: 15px;
}

.header_user .name {
  font-size: 18px;
}

.header_user .phone {}


@media screen and (max-width: 700px) {
  .sidenav {
    width: 50%;
  }

  .sidenav2 {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .sidenav {
    width: 70%;
  }

  .sidenav2 {
    width: 30%;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}