@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;800&display=swap');


	body{   

    background: #efe3d3 !important;  
    font-family: 'Poppins', sans-serif !important;

}  
.main1{  
  position: absolute;
  top:15%;
  left: 0;
  right: 0;
  margin:0 auto;
 }
 .logo1 {
  margin:0 auto;
  width: 520px;
  text-align:center;
  margin-bottom:20px;
 }
 .logo1 img{
  width:180px;
 }
 .top1 {
  padding: 10px 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}
 .top-left1 {
  width:50%;
  float:left;
 }
 .top-left1 img{
  width:120px;
 }
 .top-right1 {
  width:42%;
  float:right;
  text-align:right;
  font-weight:600;
  line-height:60px;
 }
 .menu1 {
  width:50%;
  float:left;
 }
 .logout1 {
  width:40%;
  float:right;
  text-align:right;
  padding-right:20px;
 }
  .logout1 a {
 text-decoration:none !important;
 }
 .logout1 a h3{
 color:#222222;
 font-size:16px;
 text-decoration:none;
 font-weight: 500;
 }
 .logout1 img {
  padding-top:5px;
 }
 div#example_filter {
  padding-right: 60px;
  padding-top: 35px;
}
div#example_filter input{
 background:#ffffff;
}
 #pardiv {
  width:100%;
 }

#frm{  
    border: solid #ded2c3 1px;  
    width: 520px;  
    border-radius: 8px;  
    margin: 0px auto;  
    background: #ffffff;  
    box-shadow: 1px 1px 14px rgba(0,0,0,0.25);
    overflow: hidden;
}  
#frm h1 {
    border-bottom:solid 1px #ded2c3;
    margin:0px;
    padding:5px 0px;
    background:#00ddb3; 
    color:#ffffff;
    font-size:20px;
    font-weight:500;
    padding-left:50px;
}
#frm form {
    padding:20px 40px 0px 40px;
}
#btn{  
    color: #fff;  
    background: #00ddb3;  
    padding: 10px 40px;  
    margin-left: 10px;  
	font-size: 20px;
    border:0px;
    border-radius: 8px;
    cursor: pointer;

}  
#btn:hover {
 box-shadow: 1px 1px 8px rgba(0,0,0,0.35);
}


.textboxes {
  color: #3a3737;
  margin: 30px 10px;
  padding: 5px 10px;
  cursor: pointer;
  border: solid 1px #cccccc;
  width:90%;
  height: 38px;
  margin: 12px;
  font-size: 16px;

}

.textlabel{

  Color: #666666;
  margin: 30px;
  padding: 5px 0px;
  cursor: pointer;
  border: none;
  height: 38px;
  margin: 13px;
  font-size: 18px;

}
h2 {
    border-bottom:solid 1px #ded2c3;
    margin:0px;
    padding:10px 0px;
    background:#00ddb3; 
    color:#ffffff;
}
h2#loginresponse {
    border-bottom:solid 0px #ded2c3;
    margin:0px;
    padding:10px 0px;
    background:none !important; 
    color:#121212 !important;
}
table.dataTable {
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 1px 1px 12px rgba(0,0,0,0.15) !important;
  }
  .dataTables_wrapper:after {
    margin-bottom:35px;
  }
  .dataTables_info {
    padding-left:5%;
  }
  .dataTables_paginate {
    padding-right:5%;
  }
  div.dt-buttons {
    padding-left: 3%;
    margin-bottom: 20px;
  }
  .div.dt-buttons>.dt-button {
    background:#ffffff;
  }
  
  table.dataTable th, table.dataTable td {
    white-space: nowrap;
    font-size: .9rem;
}
  @media screen and (max-width: 640px){
    .top-left1 {
      width: 100%;
      float: none;
      text-align: center;
  }
  .top-right1 {
    width: 100%;
    float: none;
    text-align: center;
 }
 .logo1 {
  width: 100%;
}
  }