html,
body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.form-control-user1 {
  /* font-size: .8rem; */
  border-radius: 10rem;
  padding: 3;
  height: 50px;
}

.display{
  min-height: 100vh;
  display: flex;
  align-items: center;
}
/*
*
* ==========================================
* 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: 500;
  text-transform: capitalize;
  color: #3C0753;
}

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

.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 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: 700;
  /* 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: 600;
  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: 600;
    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: #3C0753;
  }

  .sidebar-dark .nav-item .nav-link {
    color: #27374d;
    font-size: 1.1rem;
  }

  .sidebar-dark .nav-item.active .nav-link {
    color: #fff;
    background-color: #3C0753;
  }

  .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: #3C0753;
  }
}

.font-bold {
  font-weight: 600;
}

.text-head {
  color: #3C0753;
}

.text-gen {
  color: #3C0753;
}

.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: #3C0753;
  color: #fff;
}

.page-item.active .page-link {
  background-color: #3C0753;
  border-color: #3C0753;
}

.page-link {
  color: #3C0753;
  padding: 5px 10px;
  font-size: 12px;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 12px;
  color: #000;
}

.bg-login-image {
  background: url(../img/login.jpg);
  background-position: center;
  background-size: cover;
}

.bg-login {
  /* background-color: #8BC6EC;
  background-image: linear-gradient(135deg, #76a9ca 0%, #5458a8 100%); */
  background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
}
.username{
  position: relative;
}
.username input, .username select{
  padding-left: 35px;
  /* text-indent: 20px; */
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

.username .fa-user, .username .fa-lock, .username .fa-id-card{
  position: absolute;
  padding: 10px;
  /* min-width: 40px; */
  left: 0px;
  color: #3C0753;
}

.username .fa-eye{
  position: absolute;
  padding: 10px;
  /* min-width: 40px; */
  right:0; 
  top:0;
  color: #3c0753;
  cursor: hand;
}

.bold-500{
font-weight: 500;
}
.bold-400{
  font-weight: 400;
  }
  .bold-600{
    font-weight: 600;
    }
  .btn-red{
    background-color: #C92026;
    color: #fff;
    transition: background-color 0.5s, color 0.5s ease;
  }
  .btn-red:hover{
    background-color: #2e2727;
    color: #fff;
  }

  .form-control{
    height: 30px;
    padding: 5px;
    font-size: 13px;
    color:#333 !important;
    font-weight: 500;
    min-width: 60px;
  }
  .flex-even {
    flex: 1;
  }

  #update_complaint label{
    font-weight: 500;
    font-size: 13px;
    color: #3C0753!important;
  }

  label{
    font-weight: 500;
    font-size: 14px;
    color: #3C0753!important;
  }

  #complaints_table .form-control{
    height: 28px;
    padding: 5px;
    font-size: 12px;
    color:#333 !important;
    font-weight: 600;
    min-width: 60px;
  }
.bg-agency{
  background-color: #f6f2fa;
  color: #000;
}
