* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	height: 100%;
  /* min-height: 500px; */
  position: relative;
}

.popupoverlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 1000px;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}

.center {
	text-align: center;
}

.poscenter {
  display: block !important; 
  margin: 0 auto;
}

.login_wrapper {
	width: 300px;
	margin: 10px auto;
	display: block;

	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateY(-35%);
	transform: translateX(-50%);
}

.login_container {
	text-align: center;
}

.form-input, .loginbtn {
	display: block;
	margin: 8px auto;
	padding: 3px;
}

.row{
    margin-left:0px;
    margin-right:0px;
}

.avatar {
  display: block;
  margin: 10px auto;
  width: 240px;
  height: 240px;
}

.avatar img {
  width: 100%;
  height: 100%;
}

.logout {
  margin-top: 10px;
}

/* Make SideBarStart */

body {
  /* font-family: "Lato", sans-serif; */
}

.sidenav {
  height: 100%;
  width: 240px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 0.5em;
  color: #818181;
  display: block;
}

.logopmp {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.main {
  margin-left: 240px; /* Same as the width of the sidenav */
  font-size: 14px; /* Increased text to enable scrolling */
  padding: 0px 10px;
  padding-top: 70px;
  padding-left: 40px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.exit{
  margin-top: 30px;
}
/* Make SideBar Finish */

.date {
  color: #fff;
  margin-left: 10px;
}

.logoblock {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerpos .logo {
  width: 150px;
  height: 60px;
}

.centerpos .logo img {
  width: 100%;
  height: 100%;
}

.title {
  font-size: 26px;
  margin-left: 10px;
  margin-top: 8px;
  color: #ddd;
}

.account_name {
  color: #ddd;
  margin: 0;
}

.btn-exit.center {
  padding: 0;
  margin-top: 5px;
}

/* Info stat start */
.info_wrapper{
  display: flex;
  justify-content: center;
  align-content: center;
}

.info_table {
  width: 50%;
}

.info_stat{
  width: 50%;
  margin-left: 50px;
}
/* Info satat Finish */

.infot_stat-list {
  list-style-type: none;
}

.infostat_list_line .info_stat-list-item {
  list-style-type: none;
}

.infostat_list_line{
  display: flex;
}

.info_stat-list-item:nth-child(even) {
  margin-left: 30px;
}

.client-table {
  background-color: #e9faff;
  /* border: 1px solid red; */
}

.mainstat-table {
  background-color: #f5fffc;
  /* border: 1px solid red; */
}

.maintable {
  background-color: #fefff5;
  /* border: 1px solid red; */
}

.client-table td, .client-table th, .client-table tr {
  /* border: 1px solid red;
  border-top: 1px solid red !important;
  border-bottom: 1px solid red !important; */
}

.stattable {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 747px) {
  .sidenav {
	  padding-top: 15px;
	  width: 100px;
	}
	.main {
		margin-left: 100px;
		/* width: 100%; */
	}
  .sidenav a {font-size: 18px;}
  .info_wrapper {
	  display: block;
  }

  .info_wrapper > * {
	  margin: 0;
	  width: 100%;
  }

  .title > h1 {
	  font-size: 22px !important;
  }

  .account_name {
	  font-size: 14px;
  }

  .exitbtn {
	  font-size: 10px;
  }

  h2 {
	  font-size: 21px;
  }

  #stattable {
	  font-size: 0.7em !important;
  }

  .stattable {
	  font-size: 0.7em !important;
  }

  .bigtable {
	  font-size: 0.7em !important;
  }

  .login_container {
		font-size: 0.7em !important;
		width: 200px;
		margin-left: 50px;
  }

  .login_wrapper {
	  top: 20%;
  }
}