html {
  height: 100%;
}

body {
  display: flex;
  flex-flow: column;
  height: 100%;
}

header {
  flex: 0 1 auto;
}

main {
  flex: 1 1 auto;
  overflow-y: scroll;
}

.custom-form label {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  text-align: start;
  font-size: 15px;
}
.custom-form input {
  border: 1px solid #252525;
  border-radius: 7px;
  width: 100%;
}
.custom-form textarea {
  width: 100%;
  max-width: 1200px;
  border-radius: 15px;
  padding: 5px;
}
.custom-form input[type=file] {
  max-width: 100% !important;
}
.custom-form ul, .custom-form li {
  color: #ff0000;
  font-weight: bold;
  list-style-type: none;
  padding-left: 0;
}
.custom-form select {
  width: 100%;
}
.custom-form input[type=datetime-local] {
  display: block;
  text-align: left;
}

.blue-header-card {
  background-color: #006fff !important;
}

.filter-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.font-light {
  font-weight: lighter;
}

.small-text {
  font-weight: lighter;
  font-size: 14px;
}

.div-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100% !important;
}

.images-row {
  max-height: 400px;
  overflow-y: scroll;
}

.carousel-custom-btn:hover {
  background-color: #252525;
  opacity: 70%;
}

.dark-bg {
  background-color: #252525 !important;
}

@media only screen and (min-width: 1200px) {
  .custom-card-width {
    width: 800px !important;
    max-width: 800px !important;
  }
}
@media only screen and (max-width: 1999px) {
  .custom-card-width {
    width: 90% !important;
  }
}

.custom-comments .comment-submit {
  font-weight: 600;
  background-color: #0074d9;
  color: #ffffff;
  border-radius: 0.5rem;
  border: none;
  padding: 5px 10px;
}
.custom-comments .comment-submit:hover {
  background-color: #0058a6;
}
.custom-comments a {
  text-decoration: none;
  font-weight: 600;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 0.5rem;
  border: none;
  padding: 8px 12px;
}
.custom-comments a:hover {
  background-color: #be0000;
}
.custom-comments textarea {
  width: 100%;
  max-width: 1200px;
  padding: 5px;
}
.custom-comments p {
  font-weight: lighter;
}
.custom-comments ul, .custom-comments li {
  list-style-type: none;
}
.custom-comments ul {
  padding-left: 0;
}
.custom-comments li ul {
  padding-left: 20px;
}
.custom-comments li ul .comment {
  background-color: #d8e4f8;
}
.custom-comments .comment {
  border-radius: 20px;
  padding: 10px 15px;
  margin-bottom: 5px;
  background-color: #bbd7fd;
}
.custom-comments .comment_user {
  font-weight: bold;
}
.custom-comments .comment_text {
  font-weight: lighter;
}
.custom-comments .comment_data a {
  font-weight: 700 !important;
  text-decoration: none !important;
  color: #006fff !important;
  background: none !important;
}

/*# sourceMappingURL=base.css.map */
