header {
  padding: 10px 20px 10px 20px;
  width: 100%;
  height: 80px;
  border: 1px solid #f5f5f5;
}
header img {
  max-width: 291px;
  height: 56px;
}

.log-out {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  top: 60px;
  right: 120px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 10px;
}
.user-area i {
  cursor: pointer;
}
.log-out a {
  text-decoration: none;
  color: #000;
}
.log-out a:hover {
  color: #4caf50;
}

/* Login From Css */

.login-area {
  width: 450px;
  margin: 50px auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  padding: 45px;
}
.user-area1 {
  display: flex;
  align-items: center;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background-color: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.order-info input {
  background-color: #fff !important;
  border: 1px solid #b3b3b37c;
}
.order-info select {
  width: 100%;
  padding: 15px 5px;
  border-radius: 6px;
  border-color: #b3b3b37c;
  margin-bottom: 20px;
}
.order-info button {
  margin-bottom: 15px !important;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #5D419A;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form .button1 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #5D419A;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.form .message {
  text-align: center;
  color: #b3b3b3;
  font-size: 12px;
}
.form-area {
  background-color: #f5f5f5;
  padding: 3rem;
}
.form-area form{
  width: 650px;
  margin: auto;
}

/* dashborad page */
.info-box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box-icon {
  background-color: #d81b60;
}
.info-box-icon i {
  width: 100%;
  font-size:80px;
  color: #fff;
  padding: 20px;
}
.info-box-content {
  display: flex;
  flex-direction: column;
}
.bg-blue {
  background-color: #00c0ef;
}
.bg-lightgreen {
  background-color: #00a65a;
}
.bg-green {
  background-color: #c81130;
}

table tr th {
  font-size: 16px !important;
  font-weight: 500 !important;
}
table tr td {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.page-view .area {
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.page-view .area p {
  font-weight: 500;
}
.dashboard label{
  color: red;
  margin: 10px 0px;
}
.btn3{
  background-color: #5D419A !important;
  color: #fff !important;
  padding: 5px !important;
  font-size: 10px !important;
  
}
.btn2{
  background-color: #00a65a !important;
  
  color: #fff !important;
  padding: 5px !important;
  font-size: 10px !important;
}
/* media query */

@media screen and (max-width: 996px) {
  .log-out {
    right: 35px;
  }
  .info-box-icon {
    width: 50%;
  }
}

@media screen and (max-width: 669px) {
  .login-area {
    width: 100%;
    box-shadow: none;
  }
  .info-box-icon {
    width: 35%;
  }
  .table-area {
    overflow-x: scroll;
  }
  .order-info {
    width: 100% !important;
  }
  .form-area {
    padding: 1rem !important;
  }
  .form-area form{
    width: 100%;
  }
}
