/* eye custom*/

.sidebar-nav .metismenu li li {
  position: relative; 
  //border-bottom: 1px dotted #555;      
}


.sidebar-nav .metismenu a {
}


.metismenu .has-arrow::after {
  position: absolute;
  content: '';
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  -webkit-transform: rotate(135deg) translate(0, -50%);
      -ms-transform: rotate(135deg) translate(0, -50%);
       -o-transform: rotate(135deg) translate(0, -50%);
          transform: rotate(135deg) translate(0, -50%);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  top: 47%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(-225deg) translate(0, -50%);
      -ms-transform: rotate(-225deg) translate(0, -50%);
       -o-transform: rotate(-225deg) translate(0, -50%);
          transform: rotate(-225deg) translate(0, -50%);
}

.metismenu .active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(+225deg) translate(0, -50%);
      -ms-transform: rotate(+225deg) translate(0, -50%);
       -o-transform: rotate(+225deg) translate(0, -50%);
          transform: rotate(+225deg) translate(0, -50%);
}


.sidebar-nav ul ul {
  background:  #eeedef;
}

/*vertical menu*/

  .sidebar-nav {
    background: #dedddf;
  }
  .sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #eeedef;
  }
  .sidebar-nav .metismenu {
    background:  #dedddf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebar-nav .metismenu li + li {
    /* margin-top: 5px; */
  }
  .sidebar-nav .metismenu li:first-child {
    /* margin-top: 5px; */
  }
  .sidebar-nav .metismenu li:last-child {
    /* margin-top: 5px; */
  }
  .sidebar-nav .metismenu > li {
    //border-bottom: 1px dotted #555;      
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .sidebar-nav .metismenu a {
    font-weight: normal;
    position: relative;
    display: block;
    padding: 7px 5px;
    color: #333;
    outline-width: 0;
    transition: all .3s ease-out;
  }

  .sidebar-nav .metismenu a.link-href {
    margin-left: 20px;
    //border-left: 1px dotted #555;
  }  
  
  .sidebar-nav .metismenu ul a {
    padding: 7px 30px 7px 5px;
  }
  .sidebar-nav .metismenu ul ul a {
    padding: 7px 20px 7px 5px;
  }
  .sidebar-nav .metismenu a:hover,
  .sidebar-nav .metismenu a:focus,
  .sidebar-nav .metismenu a:active {
    color: #f8f9fa;
    text-decoration: none;
    background: #418dd1;    
  }

  

.sidebar-nav .metismenu a.has-arrow {
  position: absolute;
  /* background-color: rgba(0, 0, 0, 0.1);*/
  top: 0;
  width: 20px;
  height: 31px;
  //overflow:hidden;
}

.sidebar-nav .metismenu a.has-arrow:hover {
  background-color: #418dd1;
}

.sidebar-nav .metismenu ul a.has-arrow {
  padding-right: 5px;
  height: 30px;
}  

.focused {
    color: #f8f9fa;
    text-decoration: none;
    background: #418dd1;
}