 .accessLogo{
    font-size:30px;
    cursor:pointer
}
.accessLogo img {
    width: 25px;
    /* z-index: 99999; */
    position: relative;
    left: 80px;  /* Move left */
    top: 5px;    /* Move down */
}

.sidenav {
	margin-right: 0%;
	margin-top:0%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: auto;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	background-color: white;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
  /* box-shadow: 1px 1px 4px 4px rgba(69, 90, 100, .08); */
}
.sidenav a {
  padding: 20px 4px 20px 4px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
	padding: 5px 5px 5px 5px;
	width:100%;
	position: absolute;
	top: 0;
  font-size: 13px;
	background-color:#0f577e;
	color:white;
	text-align:center;
}
.icons{position: fixed;
	z-index: 9;
	right: 11px;
	}
.nc{
	font-size: 13px;
	color: white;
	margin-block-start: 0.2em;
	margin-block-end: 0.8em;
	font-family: verdana;
	font-size: 11px;
}
.button {
  padding: 3px 10px;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 46px;
}

.button2 {
  background: white;
  color: #353535;
}

.button2:hover {
  background: white;
  color: black;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.toolAcc{
	color: black;
	list-style:none;
    text-decoration: none;
	text-align: center;
    font-size: 14px;
    color: #818181;
    transition: 0.3s;
}
.accessTable{
    width: 85%;
    margin-left: 23px;
    margin-right: 20px;
    margin-top:45px;
    margin-bottom: 20px;
    height:70vh;
}
.accessTable td{
    border: 1px solid #ddd;
}
.accessTable td ul{
    padding-inline-start: 0px;
    margin-bottom: 5px;
}
.accessTable td ul li{
    cursor: pointer;
}

.headder-top.c-container {
    position: sticky;  /* or position: fixed; */
    top: 0;           /* sticks to the top */
    z-index: 9999;    /* high value to stay on top */
    background: #39312f; /* so it doesn't overlap transparently */
    height: 40px;
}
/* background: #39312f;
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  height: 40px; */