body {
  font-family: "Poppins", sans-serif;
}
.qmigsign-table th,
.qmigsign-table td {
  white-space: nowrap;
}
.qmigsign-table th {
  font-weight: 900;
  border: none;
  padding: 10px;
}
.qmigsign-table td {
  color: #333;
  font-size: 14px;
  border: none;
  padding: 10px;
}
.qmigsign-table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.qmigsign-table tr {
  box-shadow: 0px 1px 10px rgb(22 22 22 / 20%);
}
.qmig-ctable {
  padding: 0px 50px;
}
.qmig-ctable h3 {
  font-size: 22px;
}
.qmig-signLogo {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 10px;
}
a.navbar-brand img {
  max-width: 200px;
}
a.btn.btn-danger.ml-3.nav-link {
  color: #fff;
  padding: 7px 25px;
  border-radius: 1.2rem;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  letter-spacing: 0.3px;
  padding: 0.5rem 1rem;
}
.table-responsive {
  padding: 10px;
}

.wrapper {
  height: 100vh;
  display: flex;
  justify-items: center;
  align-items: center;
}
.login_page {
  width: 360px;
  margin: auto;
}
.login_page h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 10px;
}
.login_page p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
  text-align: center;
}
input.form-control {
  color: #403866;
  background: #e6e6e6;
  border: none;
  min-height: 50px;
  border-radius: 1rem;
  padding: 15px 40px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.form-control:focus {
  background-color: #f1f1f1;
}
.login_page i.las {
  position: absolute;
  top: 17px;
  left: 15px;
  font-size: 16px;
}
.form-group {
  position: relative;
}
.btn-primary {
  background: #525fe1 !important;
  color: #fff !important;
  height: 50px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  border: 3px solid #525fe1 !important;
  position: relative;
  box-shadow: 0 2px 10px #00000029, 0 3px 6px #0000001a;
  border-radius: 1rem;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.btn-primary:hover {
  background: #525fe1;
  transform: translate(5px);
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.login_page form {
  margin-top: 30px;
}

.contactcard {
  padding: 20px;
  border-radius: 1.2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
}
.user_img {
  width: 50px;
  text-align: center;
  background: #f8f9fa;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}
.user_data p {
  margin-bottom: 7px;
  font-size: 13px;
  color: #333;
  letter-spacing: 0.3px;
}
.user_data p i.las {
  color: #1c6fb8;
  color: #0068c3;
  font-size: 20px;
  transform: translate(0px, 2px);
  width: 25px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #525fe1;
  border-radius: 0.25rem;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #525fe1;
  margin-top: 0px;
}
span.clip {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 35px; 
    margin-top: -20px;
}