
/* Adding accesbility CSS By Piyush 27122024 */

  .count-label{
    content: "";
    width: 27px;
    height: 27px;
    display: block;
    margin: auto auto 10px;
    text-align: center;
      font-size: 1.8rem;
      font-family: "poppinsbold", sans-serif;
      border-right: 1px solid #D8D8D8;
  }
 
  .content-detail .close {
    color: #fff;
    padding: 4px;
    margin: 2px;
    background: #595959;
    width: 50px;
    font-size: 0.786em;
    text-align: center;
    border-radius: 6px;
  }
  .content-detail .open {
    color: #fff;
    padding: 4px;
    margin: 2px;
    background: #1E6622;
    width: 50px;
    font-size: 0.786em;
    text-align: center;
    border-radius: 6px;
  }
  
  
  /* .pager {
    margin: 10px;
  }
  .pagination {
    border: 0px !important;
  }
  .page-item {
    color: #000;
    background: #fff;
  }
  .page-item .active {
    color: #b70000;
    background: #fff;
    font-weight: 500;
  } */
 
  .claro-toolbar{
    position: fixed;
    z-index: 10000;
  }
  .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 20px;
  }
  
  .grid-item {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.3s ease;
  }
  
  .content-img img {
    width: 100%;
    height: auto;
  }
  
  .content-detail {
    text-align: left;
  }
  
  
  .content-display{
    margin-left: auto;
    display: grid;
  }

 
  .block--mygov-radix-primary-local-tasks{
    margin: 2rem !important;
  }
  
  .content-block{
    margin-bottom: 10px;
  }
 
  
  
 
  .sidebar .sidebar-left{
    width: 20%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    color: #000;
  }
  
  .edit_profile_menu{
    padding-left: 12px;
    color: #000;
    line-height: 30px;
  }
  .edit_profile_menu a{
    color: #000;
  }

  
  

  /* .group-link{
    margin-right: 40px;
  } */

 .block--mygov-radix-views-block--event-calendar-block-4 {
  width: 70%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
 }

  .fc-title .GH {
    background-color: #fb6e6e;
    color: #fff;
    border: 1px solid #f40303;
    padding-left: 3px;
    font-weight: 600;
  }
  .fc-title .RH {
    background-color: #16833e;
    color: #fff;
    border: 1px solid #00e454;
    padding-left: 3px;
    font-weight: 600;
  }
  .fc-content .fc-time{
    display: none;
  }

  /*  Added by Piyush  */




  