img{
    max-width: 100%;
    height: auto;
}
a:hover{
    text-decoration: none;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.uk-height-medium{
    display: flex;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft,.alignnone {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* For Peoples Representatiove page ****/

.hidden {
    display: none !important;
}

.janapratinidhi-table-container{
    background:#e5e5e5;
    padding:20px 0;
}
.header-with-filter {
    padding-bottom: 40px;
}
.janapratinidhi-table table{
    border-spacing:0 8px;
    border-collapse: separate;
    border-spacing: 0 1em;
}
.janapratinidhi-table table th{
    text-align:left;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    border:none;
}

.janapratinidhi-table table thead:first-child tr:first-child th{
    border: none;
}

.janapratinidhi-table table td{
    font-size: 16px;
    line-height: 25px;
    color: #4A596B;
    background:#fff;
    border:none;
    vertical-align: middle;
}
.janapratinidhi-table table td img{
    height:124px;
    width:124px;
    object-fit: cover;
}

#officer-table th {
    padding-inline: 2rem;
}

.pagination-container {
    width: calc(100% - 2rem);
    display: flex;
    align-items: center;
    padding: 1rem 0;
    justify-content: center;
  }
  
  .pagination-number,
  .pagination-button{
    font-size: 1.1rem;
    background-color: transparent;
    border: none;
    margin: 0.25rem 0.25rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: .2rem;
  }

  .ah-file-icon{
    height: 70px;
    width: 70px;
  }
  
  .pagination-number:hover,
  .pagination-button:not(.disabled):hover {
    background: #fff;
  }
  
  .pagination-number.active {
    color: #fff;
    background: #0085b6;
  }
.janapratinidhi-table table tr{
    border-radius: 6px;

}
.janapratinidhi-table table tr td:first-of-type{
    min-width:125px;
}
.janapratinidhi-table table tr td:nth-child(2){
    font-weight: 600;
}
.janapratinidhi-table table tr td:last-of-type{
    color:#E28118;
}