html,
body {
  font-family: "Montserrat-Regular", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat-Regular", serif !important;
}

main>.container {
  padding: 70px 15px 20px;
}

.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
  height: 60px;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li>form>button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
  outline: none;
}

.form-group {
  margin-bottom: 1rem;
}

input {
  border-radius: 5px !important;
}

.btn-outline {
  border: 2px solid black !important;
  background-color: transparent;
  color: black;
  padding: 14px 28px;
  cursor: pointer;
}

.down {
  padding-top: 10px;
}

.panel-title {
  font-size: large !important;
  font-weight: bold;
}

.panel-heading {
  background-color: black;
  color: white;
}

.cards2-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card2 {
  margin: 30px auto;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.4s;
}

.card2 .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  padding: 10px;
}

.card2 .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  /*object-fit: cover;*/
}

.card2 .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-weight: bold;
  font-size: 2vh;
  margin-top: -55px;
  height: 40px;
}

.card2:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
}

.btn-outline-secondary {
  border: solid 1px !important;
  font-size: large !important;
}

.dropdown-item {
  font-size: large !important;
}

.bootstrap-dialog-message {
  font-size: large !important;
}

.bootstrap-dialog-title {
  font-size: large !important;
}
.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
}

.fade {
  opacity: 1 !important;
  padding-top: 30px !important;
}

.modal-title {
  font-size: large !important;
  font-weight: bold;
}

.grid-small {
  font-size: small;
}

.btn-search {
  font-size: xx-large;
  color: darkgreen;
}

.btn-no {
  border: 0;
  background: 0;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
  font-size: medium !important;
}

.btn-add {
  color: whitesmoke;
  background-color: darkcyan;
  border-color: darkcyan;
}