/* Navbar */

.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.logimg{width:70px;margin-left: 9px;height: 70px;}
/* text */

.logtext{font-weight: 900;font-style: italic;
  text-shadow: 1px 1px 1px #FFDD09;font-size: 16px;padding-left: 10px;}
 
  .logtext1{padding-left: 26px;}
  /* style="" */
  .logtext2{padding-left: 37px;color: #FFDD09; font-weight: 800; text-shadow: 0px 0.5px 5px black;}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
text-shadow: none;
}

.navbar-brand {
/* line-height: 80px; */
padding: 0px;
}

.navbar-nav>li>a {
/*color: #fff!important;*/
color: black!important;
font-size: 1.5rem;/*13px;*/
font-weight: 550;/*300;*/
text-transform: uppercase;
text-shadow: none;
line-height: 7rem;
padding: 0px;
letter-spacing: 0.5px;
}

.navbar-nav>li {
margin-left: 35px;

}


/* 
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
} */

.navbar-nav {
    float: right;
}
  
/* 
form */

.agmheader {
  display: flex;
    margin: 130px auto 50px auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    width: 85%;
    background-color: rgb(170, 192, 193);
  }
  
  .agmtable {
    margin: 0 auto; /* Center the table horizontally */
    width: 85%; /* Set maximum width to 100% of the parent container */
    overflow-x: auto; /* Enable horizontal scrolling if needed */
    margin-bottom: 2em;
  }
  
  .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(23, 23, 22);
    color: rgb(255, 255, 255);
    height: 60px;
  }
  
  .data-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:rgb(106, 196, 238);
    min-height: 60px;
    font-size: 1.8rem;
  }
  .data-row:nth-child(odd) {
    background-color: rgb(180, 244, 244); /* Set the background color for even rows */
  }
  .column {
    flex: 1;
    text-align: center;
    padding: 0 5px;
  }
  .column a {
    font-size: 1.8rem;
    
  }
  
  .column:nth-child(2) {
    text-align: justify;
  }
  
  .agmfa {
    font-size: 24px;
    color: rgb(240, 21, 21);
    background-color: rgb(243, 238, 238);
  }
      
@media (max-width: 576px) {
  .logimg{width:70px;margin-left: 5px;height: 65px;}

  .logtext{font-weight: 900;font-size: 16px;}
    .logtext1{padding-left: 26px;font-weight: 900;font-style: italic;
      text-shadow: 1px 1px 1px #FFDD09;font-size: 16px;}
    /* style="" */
    .logtext2{padding-left: 50px;color: #FFDD09; font-weight: 800; text-shadow: 0px 0.5px 5px black;}
  


}
