input, button { 
    padding: 8px; 
    margin: 5px; 
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
.table thead{
    background: #ecaf09;
    color: #000;
}
.table thead tr th{
    padding: 5px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .5px;
}
.table tbody tr td{
    padding: 5px;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 26px;
}
.tablecss{
	display: block;
    margin: 0 auto;
    background: rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    margin-top: 10px;
}
#resultTable{
    margin-top: 0;
}
.votercard{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.searchcard{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.inputcard{
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    width: 60%;
}
.serBtn{
    margin: 0;
}
.table-responsive {
    overflow: auto !important;
    width: 100%;
}
.table-responsive > .table {
  min-width: 900px; 
}

.search_card{
	display: flex;
	flex-direction: row;
}
.tablecard{
	display: none;
}
.font_size{
	font-size: 18px;
	line-height: 25px;
	font-family: Arial;
}
.font_sizead{
	font-size: 15px;
	line-height: 21px;
	font-family: Arial;
}
.gendert {
  position: absolute;
  right: 0px;
  margin-right: 4px;
  background: #ebb108;
  padding: 2px 0px;
  border-radius: 30px;
  top: 5px;
  font-size: 13px;
  width: 70px;
  text-align: center;
  color: #000;
}
.pad_card{
	padding-left: 20px;
  padding-right: 20px;
}
.whatcantsiner{
	display: flex;
	justify-content: space-between;
}
.voterwImg{
	width: 50px;
}
.voterwImg1{
  width: 50px;
  margin: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed; 
   z-index: 99999 !important;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.modal-content{
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
  
}


@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.close {
 color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: -5px;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: hsl(var(--foreground));
  display: flex;
  color: white;
  justify-content: space-between;
}

.modal-body {
	padding: 2px 16px;
	min-height: 150px;
  align-content: center;
  background-color: white;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
} 

.userInpDiv1 {
  position: relative;
  margin-bottom: 15px;
}
.userFrmImg1 {
  background: hsl(var(--foreground));
  position: absolute;
  height: 50px;
  width: 50px;
  padding: 13px;
}
.userFrmInp {
  width: 100% !important;
  border: 1px solid #ddd !important;
  height: 50px !important;
  line-height: 50px !important;
  padding-right: 0 !important;
  padding-left: 55px !important;
  color: #000 !important;
  margin: 0px !important;
}
.close-btn {
  font-size: 19px;
  color:white; /* your color */
  background: none;
  border: none;
  cursor: pointer;
  padding: 3px;
}
.pad_card{
	padding-left: 20px;
  padding-right: 20px;
}

.imgcard{
  display: flex;
  justify-content: center;
}
.bg-card1{
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
  background: rgba(0,0,0,0.4);
  margin-bottom: 12px;
  width: 280px;
}
.dropid{
  display: none;
  margin: 0 auto;
  width: 70%;
}
.dropdown{
  width: 250px;
  padding: 8px;
  border-radius: 6px;
}
.select2-container{
    margin: 0 auto;
    display: block;
    width: auto !important;
}
.select2-container .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;   
}
.select2-results__option{
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.select2-results__option:hover{
    background: rgba(0,0,0,0.2);
}
.select2-search__field{
    margin: 0;
}
#targetDiv{
    width: 100%;
    text-align: center;
}


/** Responsive Code **/
@media (max-width: 640px) {
    .voterwImg1{
        width: 35px !important;
    }
	.search_card{
	    display: block;
    }
   .table-responsive{
	    display: none;
   }
   .tablecard{
        display: block;
        width: 100%;
   }
   .padd0{
        padding:0 !important;
   }
   .dropid{
        width: 100%;
   }
   .abtTxt{
        margin-left: 0;
        display: block;
   }
   .searchcard{
        display: block;
        width: 90%;
   }
   .inputcard{
        width: 70%;
   }
   
}