.float-right {
  float: right;
}

.float-left {
  float: left;
}

.nav-link {
  white-space: nowrap;
}

.carousel-item {
  img {
    height: revert-layer;
  }
}

.navbar {
  display: block;
}

.dropdown-toggle::after {
  position: absolute;
  right: 0.5em;
  top: 50%;
}

.modal {
  /* --bs-modal-width: auto; */
  padding-right: 0px !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto !important;
  height: auto !important;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}


.row {
  margin-left: -15px;
  margin-right: -15px;
}

[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
}

.form-control {
  border-radius: 4px;
  padding: 6px 12px;
  height: auto;
  font-size: 14px;
}

.modal-content {
  padding: 15px;
  border-radius: 6px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.navbar {
  border-radius: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

