html,
body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.form-control-user1 {
  /* font-size: .8rem; */
  border-radius: 10rem;
  padding: 3;
  height: 50px;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  border: none;
}

.table td {
  vertical-align: middle;
}

.round {
  border-radius: 50px;
}
.text-sm {
  font-size: 13px;
}

.img-size {
  width: 100px;
  height: auto;
}

.table thead th {
  vertical-align: middle;
}

.infocard {
  width: 100%;
  min-height: 100px;
  border-radius: 10px;
  color: #333;
  /* margin-bottom: 20px; */
  box-shadow: 0 4px 8px 0 rgba(237, 235, 240, 0.2),
    0 6px 20px 0 rgba(226, 224, 224, 0.19);
  position: relative;
  padding: 15px 20px;
  background-color: #ece4f5;
  border: 1px solid #d2b1f5;
}

.infocard h6 {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #2a1d27;
}

.infocard h4 {
  font-size: 28px;
  font-weight: 400;
}

.infocard .icon {
  /* background-color: #000; */
  font-size: 18px;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #fff;
  display: inline-block;
}

.infocard .primary {
  background-image: linear-gradient(-20deg, #6e45e2 0%, #88d3ce 100%);
}
.infocard .secondary {
  background-image: linear-gradient(135deg, #e2b0ff 10%, #9f44d3 100%);
}
.infocard .danger {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.infocard .success {
  /*background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);*/
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
.infocard .info {
  background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
}
.infocard .warning {
  /*background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);*/
  background-image: linear-gradient(
    109.1deg,
    rgba(181, 73, 91, 1) 7.1%,
    rgba(225, 107, 140, 1) 86.4%
  );
}
.infocard .light {
  background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
}
#statuswise h6{
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  color: #2a1d27;

}
#statuswise a:hover {
  text-decoration: none !important;
}
.smallcard {
  width: 100%;
  min-height: 70px;
  /* border-radius: 10px; */
  margin: 10px 5px;
  /* box-shadow: 0 4px 8px 0 rgba(212, 209, 209, 0.2), 0 6px 20px 0 rgba(219, 211, 211, 0.19); */
  position: relative;
  background: #f5f0fc;
  text-overflow: hidden;
  border: 1px solid #d2b1f5;
}

.smallcard .text {
  /* position: absolute; */
  font-size: 14px;
  color: #000;
  font-weight: 500;
  /* text-transform: uppercase; */
  color: #333;
  text-align: center;
  margin-bottom: 5px;
  padding: 10px 5px;
  background-color: #e5d9f2;
  border-bottom: 1px solid #d2b1f5;
}
.smallcard .count {
  /* position: absolute; */
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  padding: 10px;
}
#complainttype a:hover {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.7rem;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    color: chocolate;
  }

  /* .sidebar.toggled {
    overflow: visible;
    width: 4rem !important;
  } *

   .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 15px 10px;
    width: 4rem;
  } */
  .sidebar.toggled .nav-item .nav-link:hover {
    background-color: #2a1d27;
  }
  .sidebar-dark .nav-item .nav-link {
    color: #27374d;
    font-size: 1.1rem;
  }
  .sidebar-dark .nav-item.active .nav-link {
    color: #fff;
    background-color: #2a1d27;
  }
  .sidebar-dark .nav-item .nav-link:active,
  .sidebar-dark .nav-item .nav-link:focus,
  .sidebar-dark .nav-item .nav-link:hover {
    color: #fff;
    background-color: #2a1d27;
  }
}
.font-bold {
  font-weight: 500;
}
.text-head {
  color: #2a1d27;
}
.text-gen {
  color: #2a1d27;
}
.bg-gen {
  background-color: #f6f2fa;
}
.text-gen-size {
  font-size: 15px;
}
.text-black {
  color: #000;
}

.completed {
  color: #059212;
}
.recommended {
  color: #ff5200;
}
.work_in_progress {
  color: #845ec2;
}
.hold {
  color: #018383;
}

.btn-bg {
  background-color: #2a1d27;
  color: #fff;
}

.page-item.active .page-link {
  background-color: #2a1d27;
  border-color: #2a1d27;
}
.page-link {
  color: #2a1d27;
  padding: 5px 10px;
  font-size: 12px;
}
div.dataTables_wrapper div.dataTables_info {
  font-size: 12px;
  color: #000;
}
.display {
  height: 100vh;
  display: flex;
  align-items: center;
}
.bg-login {
  /* background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%); */
  /* background-image: linear-gradient(to top, #505285 0%, #585e92 12%, #65689f 25%, #7474b0 37%, #7e7ebb 50%, #8389c7 62%, #9795d4 75%, #a2a1dc 87%, #b5aee4 100%); */
background-image: linear-gradient(to top, #533B4D 0%, #533B4D 100%);
}
.login-btn{
  background-color: #494770;
}

.icons{
  position: relative;
}
.icons input{
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  /* text-indent: 20px; */
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.icons .fa-user, .icons .fa-lock{
  position: absolute;
  padding: 10px;
  /* min-width: 40px; */
  left:0; 
  top:0;
  color: #2a1d27;
}

.icons .fa-eye{
  position: absolute;
  padding: 10px;
  /* min-width: 40px; */
  right:0; 
  top:0;
  color: #2a1d27;
}
.form-control{
color: #333 !important;;
font-weight: 400;
}
label{
  color: #2a1d27;
  font-weight: 400;
  font-size: 11pt;
}
.vscroll{
 max-height: 150px
 
}
.text-orange{
  color: #ff5200;
}
   .header {
            width: 100%;
            padding: 10px;
            background-color: #e05716;
            color: white;
            min-height: 30px;
            font-size: 16px;
            font-weight: 600;
            text-align-last: left;
        }