
/* TopIcon.css */

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  outline: none;
}


#Logo {
  position: absolute;
  float: right;
  top: 2px;
  right: 1%;
   position:fixed;
   z-index: 20;
     }


#TaskCSS {
position: absolute;
right: 28%;
top: 2px;
z-index: 10;
 position:fixed;
   }

#DMCSS {
position: absolute;
right: 29%;
top: 2px;
z-index: 10;
 position:fixed;
   }

#BalCSS {
position: absolute;
right: 20%;
top: 2px;
z-index: 10;
 position:fixed;
   }

#SeCSS {
position: absolute;
left: 10%;
top: 2px;
z-index: 10;
 position:fixed;
   }

#FiCSS {
position: absolute;
left: 3%;
top: 2px;
z-index: 10;
 position:fixed;
   }

#ReqCSS {
  position: fixed;
  left: 1%;
  top: 45px;
  z-index: 5;
}

#NotifBadge {
  position: absolute;
  top: 0px;
  right: 0px;
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  z-index: 106;
  display: none;
}

#NotCSS {
  position: fixed;
  left: 21%;
  top: 45px;
  z-index: 5;
}


#HomeNotCSS {
position: absolute;
left: 50%;
  transform: translateX(-50%);
top: 45px;
z-index: 6;
position:fixed;
margin: auto;
display: block;

}

     #SuppCSS {
position: absolute;
right:21%;
top: 45px;
 z-index: 5;
 position:fixed;
     }

#UProfile {
position: absolute;
right:1%;
top: 45px;
 z-index: 7;
 position:fixed;
 -webkit-user-drag: none;  
   
   }

#line {
        position: absolute;
        left: 0%;
        top: 105px;
        z-index: 5;
        position:fixed;
      
          box-shadow: 0px 3px 0px  #666;
           -webkit-box-shadow: 5px 3px 5px #ccc;
            -khtml-box-shadow: 10px 3px 5px #ccc;
      }


     #blackImage {
position: block;
left:-1px;
top: 0px;
width: 100%;
 z-index: 5;
  position:fixed;
   
      }



      
      


