html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  /* background: linear-gradient(45deg, rgba(66, 183, 245, 0.8) 0%, rgba(66, 245, 189, 0.4) 100%); */
  /* background: linear-gradient(45deg, rgba(7, 59, 86, 0.8) 0%, rgba(11, 99, 71, 0.4) 100%); */
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  /* overflow: hidden; */
  background-color: black;
}

.background {
  position: fixed;
  height: 100vh;
  width: 100vw;
  /* background: linear-gradient(
    45deg,
    rgba(7, 59, 86, 0.8) 0%,
    rgba(11, 99, 71, 0.4) 100%
  ); */
  background: linear-gradient(
    45deg,
    rgba(0, 49, 74, 0.8) 0%,
    rgba(0, 73, 151, 0.4) 100%
  );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #b4b4b4;
}

p {
  margin: 0;
}

/* .modal-open{
  padding: 0 !important;
} */

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: visible !important;
}

.dataTable tbody{
  vertical-align: middle;
}

.dataTable td{
  white-space: normal !important;
}

.col-md-9 .form-control{
  font-size: 14px;
}

.fa-check {
  color: rgb(57, 177, 53);
}

.fa-close {
color: red;
}