/* Bootstrap Classes */
.rounded {
  background-color: #252525c9;
  border-color: orange !important;
  border-radius: 30px !important;
}

.btn-dark {
  height: fit-content;
}

/* Crispy Forms */
.asteriskField {
  display: none;
}

/* Header */
.warehouse-logo {
  height: 100px;
  transition-timing-function: ease-in;
  transition: right 1s, height 1s;
}

/* Diff Area */
.inside-diff-card {
  background-color: #222222c9;
  border-color: rgb(97, 63, 0) !important;
  border-radius: 30px;
}

.diff-text {
  height: 50rem;
  overflow: auto;
  background-color: black;
  border-color: rgb(97, 63, 0) !important;
}

/* News */
.news-model-image {
  display: block;
  margin: 0 auto;
}

/* Media queries */
@media (max-width: 768px) {
  h3 {
    font-size: small;
  }

  h5 {
    font-size: smaller;
  }

  p {
    font-size: x-small;
  }

  th {
    font-size: 70%;
  }

  td {
    font-size: 70%;
  }

  .warehouse-logo {
    height: 50px;
  }

  .btn-dark {
    font-size: small;
  }

  .phone-hide {
    display: none;
  }

  .mobile-margin {
    margin: 0rem !important;
  }

  .mobile-padding {
    padding: 0.25rem !important;
  }
}
