@import "sidebar.css";
@import "progress.css";
@import "dropdownmenu.css";

.card-img-top {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}

@media print {
  @page {
    margin-top: 0;
    margin-bottom: 0;
  }

  body {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.d-none {
  display: none;
}

body {
  background: #F9F8F8;
  font-size: 14px;
  font-family: 'Poppins', sans-serif !important;
}

/* Footer */
html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

footer {
  width: 100%;
}

/* Footer End */

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea {
  font-family: 'Poppins', sans-serif !important;
}

.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
}

p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif !important;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif !important;
}

a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.swal2-styled:focus {
  box-shadow: none !important;
}