    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #fff;
      height: 100%;
    }
    .logo-image{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -6px;
}


#logos {
			background-color: black;
		 }

#iz {
		float: left;
    }

	 
#cmnh {
	float: right;	
}

.btn-success {
  color:#fff;
  background-color:#808696;  
  }
  
.btn-dark {
  background-color:#c6ecd9;  
}
 
table.resulttable th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  background-color: #808696;
  color: white;
  white-space: nowrap;
  }
	
table.resulttable td {
	border: 1px solid #ddd;
   padding: 8px;
   text-align: center;
   font-weight: bold;
   font-size: larger;
   white-space: nowrap;
	}

	
	
#requests {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

#requests td {
  border: 1px solid #ddd;
  padding: 8px;
  white-space: nowrap;
}

#requests tr:nth-child(even){background-color: #f2f2f2;}

#requests tr:hover {background-color: #ddd;}

#requests th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  background-color: #66ff66;
  color: black;
  white-space: nowrap;
}

/* Style for Extra Large Screen */
@media (max-width:3920px) {
.btn-sq-responsive {
	width: 200px !important;
	max-width: 100% !important;
	max-height: 100% !important;
	height: 200px !important;
	font-size:24px;
}
}

/* Style for Large Screen */
@media (max-width:991px) {
.btn-sq-responsive {
	width: 150px !important;
	max-width: 100% !important;
	max-height: 100% !important;
	height: 150px !important;
	font-size:18px;
}
}

/* Style for Medium Screen */
@media (max-width:767px) {
.btn-sq-responsive {
	width: 100px !important; /* whatever width you want for medium screen */
	max-width: 100% !important;
	max-height: 100% !important;
	height: 100px !important; /* whatever height you want for medium screen */
	font-size:12px;
}
}

/* Style for Small Screen */
@media (max-width:575px) {
.btn-sq-responsive {
	width: 50px !important; /* whatever width you want for mobile screen */
	max-width: 100% !important;
	max-height: 100% !important;
	height: 50px !important; /* whatever height you want for mobile screen */
	font-size:5px;
	padding: 0px;
	font-size:7px;
}
}

/* From Uiverse.io by BHARGAVPATEL1244 */ 
button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.9rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: #66ff66;
  color: ghostwhite;
 }
 
 button span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
 }
 
 button:hover span {
  color: black;
 }
 
 button::before,
 button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
 }
 
 button::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
 }
 
 button:hover::before {
  transform: translate3d(100%, 0, 0);
 }
   


    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }

   