.comments {
  padding-bottom: 2rem;
  background: #F1F1F2 url(/o/main-theme/images/etapas-top.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  padding-top: 2rem;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .comments .container > .row {
    margin: 0;
  }
}
.comments .create-comments {
  padding: 2rem;
  background: #575756;
  margin: 2rem 0;
  border-radius: 6px;
}
@media only screen and (max-width: 1200px) {
  .comments .create-comments {
    margin: 0;
  }
}
.comments .create-comments .intro {
  color: var(--white-color);
  font-size: 1rem;
}
.comments .create-comments .title p {
  margin-bottom: 0;
}
.comments .create-comments .title p a {
  color: var(--white-color);
  text-decoration: underline;
  font-weight: bold;
}
.comments .create-comments .title p a.hover {
  text-decoration: none;
}
.comments .create-comments .comments-btns {
  display: flex;
  justify-content: center;
}
.comments .create-comments .comments-btns > div {
  display: flex;
  justify-content: center;
}
.comments .create-comments .comments-btns .buttons-form .btn-primary, .comments .create-comments .comments-btns .buttons-form .btn-secondary {
  background-color: #f7d21a;
  color: var(--white-color);
  font-size: 1rem;
  border-radius: 6px;
  border: 0;
  font-family: "Kanit-Regular", sans-serif;
  padding: 0.375rem 0.75rem;
}
.comments .create-comments .btn-upload-img {
  background-color: var(--white-color);
  color: #364B5F;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: fit-content;
  border-radius: 6px;
  margin-bottom: 2rem;
}
.comments .create-comments .btn-upload-img > span {
  margin-right: 5px;
  font-size: 2rem;
}
.comments .create-comments .btn-upload-img .form-group {
  margin-bottom: 0;
}
.comments .create-comments .btn-upload-img .form-group label {
  margin-bottom: 0;
}
.comments .list-comments .comment .row {
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .comments .list-comments .comment .row > div:first-child {
    margin: 1rem 0;
    padding: 0;
  }
}
.comments .list-comments .comment .row > div:first-child .user {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.comments .list-comments .comment .row > div:first-child .user label {
  color: black;
}
.comments .list-comments .comment .row > div:first-child .user span {
  color: #767676;
}
.comments .list-comments .comment .row > div:first-child .user .rating {
  margin: 0 auto;
  position: relative;
  width: 180px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  padding: 5px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 1rem;
}
.comments .list-comments .comment .row > div:first-child .user .rating .rating__star {
  font-size: 1em;
  cursor: pointer;
  transition: filter linear 0.3s;
  color: #f7d21a;
}
.comments .list-comments .comment .row > div:nth-child(2) {
  display: flex;
  align-items: center;
}
.comments .list-comments .comment .row > div:nth-child(2) .message {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .comments .list-comments .comment .row > div:nth-child(2) .message {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.comments .list-comments .comment .row > div:nth-child(2) .message span {
  color: #364B5F;
  font-weight: bold;
  font-size: 1.05rem;
}
.comments .list-comments .comment .row > div:nth-child(2) .message p {
  color: #333;
  font-weight: 400;
}
.comments .list-comments .comment .row > div:nth-child(2) .message a {
  color: #f7d21a;
  text-decoration: underline;
}
.comments .list-comments .comment .row > div:nth-child(2) .message a:hover {
  text-decoration: none;
}
.comments .list-comments .comment .row > div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .comments .list-comments .comment .row > div:last-child .images {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.comments .list-comments .comment .row > div:last-child .images img {
  max-width: 70px;
  height: auto;
}
.comments .title span {
  font-weight: bold;
  font-size: 2.5rem;
  color: black;
}
.comments input[type=file] {
  display: none;
}
.comments .element i {
  font-size: 2rem;
}
.comments .element i:hover {
  opacity: 0.6;
  cursor: pointer;
}
.comments #rating-container {
  justify-content: flex-end;
  display: flex;
  /* hover previous stars in list */
}
@media only screen and (max-width: 1200px) {
  .comments #rating-container {
    justify-content: center;
  }
}
.comments #rating-container fieldset, .comments #rating-container label {
  margin: 0;
  padding: 0;
}
.comments #rating-container h1 {
  font-size: 22px;
  margin: 10px;
  font-weight: normal;
}
.comments #rating-container fieldset {
  margin: 0;
}
.comments #rating-container .rating {
  border: none;
  float: left;
}
.comments #rating-container .rating > input {
  display: none;
}
.comments #rating-container .rating > label:before {
  margin: 2px;
  font-size: 16px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.comments #rating-container .rating > .half:before {
  content: "\f089";
  position: absolute;
}
.comments #rating-container .rating > label {
  color: #f7d21a;
  float: right;
}
.comments #rating-container .rating > input:checked ~ label,
.comments #rating-container .rating:not(:checked) > label:hover,
.comments #rating-container .rating:not(:checked) > label:hover ~ label {
  color: #f7d21a;
}
.comments #rating-container .rating > input:checked + label:hover,
.comments #rating-container .rating > input:checked ~ label:hover,
.comments #rating-container .rating > label:hover ~ input:checked ~ label,
.comments #rating-container .rating > input:checked ~ label:hover ~ label {
  color: #f7d21a;
}
.comments #rating-container input, .comments #rating-container label {
  cursor: pointer;
}
.comments #rating-container input[type=submit] {
  margin-top: 5px;
  background-color: #302d2b;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 12px 30px;
}
.comments #rating-container input[type=submit]:focus {
  outline: 0;
}
.comments #rating-container input[type=submit]:active {
  transform: scale(0.98);
}
.comments #rating-container input[type=submit]:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}
.comments #rating-container .fa-heart {
  color: red;
  font-size: 30px;
  margin-bottom: 10px;
}
.comments #rating-container .fa-heart:before {
  content: "\f004";
  font-family: FontAwesome;
}
.comments .recommend {
  background: white;
  color: black;
  padding: 10px;
  border-radius: 6px;
}
.comments .recommend > .row > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .comments .recommend > .row > div {
    justify-content: center;
  }
}

.incidents-requests {
  margin-bottom: 2rem;
  /* Absolute Center Spinner */
  /* Transparent Overlay */
  /* :not(:required) hides these rules from IE9 and below */
}
.incidents-requests h1 {
  color: #004A88;
  font-family: "Switzerland Narrow Bold", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 990px) {
  .incidents-requests .form-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
}
.incidents-requests .form-control {
  background-color: transparent;
}
.incidents-requests .form-control, .incidents-requests .form-group {
  margin-bottom: 5px;
}
@media (max-width: 990px) {
  .incidents-requests .form-control, .incidents-requests .form-group {
    margin-bottom: 1rem;
  }
}
.incidents-requests .suggester {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  max-height: 15rem;
  overflow-y: auto;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  justify-content: flex-end;
}
.incidents-requests .suggester .close {
  width: auto;
  justify-content: flex-end;
  padding: 10px;
  color: #004A88;
}
.incidents-requests .suggester .result {
  padding: 5px 10px;
  cursor: pointer;
  width: 100%;
}
.incidents-requests .suggester .result:hover {
  background: #eee;
}
.incidents-requests .btn-primary, .incidents-requests .btn-secondary {
  position: relative;
  border: 2px solid #004A88;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 10px 26px;
  line-height: initial;
  font-size: 1.1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
}
.incidents-requests .btn-primary {
  background-color: #004A88;
  color: #fff;
}
.incidents-requests .btn-secondary {
  background-color: #fff;
  color: #004A88;
}
.incidents-requests .btn-secondary:hover {
  background-color: #CCDBE7;
  color: #004A88;
}
.incidents-requests .red-pin {
  color: #D32F2F;
  font-size: 1.5rem;
}
.incidents-requests .loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.incidents-requests .loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}
.incidents-requests .loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.comments #rating-container .rating > input:checked ~ label:before,
.comments #rating-container .rating > input:hover ~ label:before {
  font-family: "Font Awesome 5 Free";
}