/* Login CSS */
.btn-color {
  background-color: #0e1c36;
  color: #fff;

}

.profile-image-pic {
  height: 200px;
  width: 200px;
  object-fit: cover;
}

.cardbody-color {
  background-color: #ebf2fa;
}

a {
  text-decoration: none;
}

/* End Login CSS */
/* General CSS*/
.action-buttons i {
  font-size: 18px;
}

@media(max-width: 600px) {
  table input.form-control {
    min-width: 110px;
    max-width: 150px;
  }

  table select.form-control {
    min-width: 100px;
    max-width: 180px;
  }
}

.vh-70 {
  min-height: 70vh !important;
}
.vh-10 {
  min-height: 30vh !important;
}

@media(min-width: 600px) {
  header nav .dropdown:hover>.dropdown-menu {
    display: block;
  }

  header nav .dropdown>.dropdown-toggle:active {
    pointer-events: none;
  }
}