a {
  text-decoration: none;
}

.caughtfish#caughtfish-content {
  background-color: aliceblue;
  border-radius: 15px 15px 0 0;
  padding: 25px 0;
  position: relative;
}
.caughtfish#caughtfish-content .card-fished {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 15px;
}

.caughtfish#caughtfish-content .card-fished .col {
  grid-column: span 12;
}

.caughtfish#caughtfish-content .photos-fished img:not(.playicon) {
  width: 100%;
  border-radius: 15px;
}
.btn-back {
  background-color: #ffffff;
  padding: 10px 15px;
  box-shadow: 1px 1px 5px #00000042;
  position: absolute;
  top: -19px;
  border-radius: 12px;
  left: 10px;
  font-size: 16px;
  border: 0;
  color: #f97c2c;
  cursor: pointer;
}
.panel-fisheds .personal-info {
  align-items: center;
  display: flex;
  margin: 5px 0;
}
.panel-fisheds .personal-info p {
  font-size: 20px;
}
.panel-fisheds .personal-info i {
  grid-row: 1/3;
  font-size: 17px;
  text-align: center;
  width: 20px;
  margin-right: 10px;
  margin-top: 3px;
}
.panel-fisheds .personal-info small {
  grid-column: 2/3;
  font-size: 12px;
}
.panel-fisheds .fish-info div {
  align-items: center;
  display: flex;
  margin: 10px 0;
}
.panel-fisheds .fish-info div i {
  font-size: 17px;
  margin-right: 10px;
  text-align: center;
  width: 20px;
}

.panel-fisheds .reacts {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}
.panel-fisheds .reacts h5 {
  font-size: 19px;
}
.panel-fisheds .commentary {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 15px 0;
  column-gap: 5px;
}
.panel-fisheds .commentary a {
  align-self: baseline;
  grid-column: span 2;
}
.panel-fisheds .commentary .img-profile {
  border-radius: 10px;
  height: 45px;
  width: 45px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.panel-fisheds .commentary p.comment-text {
  background-color: #919191;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 7px 10px;
  grid-column: span 10;
}
.panel-fisheds .commentary p.comment-text.hide-content {
  text-overflow: ellipsis;

  /* Needed to make it work */
  overflow: hidden;
  white-space: nowrap;
}
.panel-fisheds .commentary p.see-more-text {
  float: right;
  grid-column: 9 / span 4;
  grid-row: 2;
  font-size: 12px;
  cursor: pointer;
  justify-self: end;
}
.panel-fisheds .commentary .answer-comment {
  float: right;
  grid-column: 5 / span 4;
  grid-row: 2;
  font-size: 12px;
  cursor: pointer;
  justify-self: end;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.panel-fisheds .commentary .delete-comment {
  float: right;
  grid-column: span 4;
  grid-row: 2;
  font-size: 12px;
  cursor: pointer;
  justify-self: start;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.panel-fisheds .commentary .delete-answer {
  float: right;
  grid-column: span 4;
  grid-row: 2;
  font-size: 12px;
  cursor: pointer;
  justify-self: start;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.panel-fisheds .see-more-comments p {
  background-color: #74cccc;
  border-radius: 10px;
  color: #fff;
  padding: 7px;
  font-size: 15px;
  text-decoration: none;
}

.div-btns {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

.btn-aval {
  border-radius: 15px;
  border: 0;
  padding: 15px;
  width: 100%;
  font-family: "montserrat black";
  cursor: pointer;
  grid-column: span 6;
  color: #fff;
}
.btn-approve {
  background-color: #fb7923;
}
.btn-repprove {
  background-color: #5d5d5d;
  margin-top: 25px;
}

.owl-dot.active {
  height: 10px;
  width: 23px;
}

.owl-dot {
  height: 10px;
  width: 10px;
  margin: 0px 7px;
}

.owl-dots {
  margin-top: -25px;
  z-index: 10000;
  position: absolute;
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #73cfcc;
  width: 23px;
  transition: all 0.2s;
  box-shadow: 0 0 5px #515151;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #a8a8a8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.mute-video {
  position: relative;
  z-index: 98;
}
button.btn-sound {
  position: absolute;
  right: 15px;
  bottom: 30px;
  border: 0;
  border-radius: 50%;
  padding: 7px;
  font-size: 16px;
  font-style: unset;
  background-color: #00000069;
  color: #fff;
  z-index: 99;
}

.free-video {
  position: relative;
  z-index: 97;
}

.free-video video {
  width: 100%;
  border-radius: 15px;
}

.btn-play {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 98;
}

.btn-play img {
  width: auto;
  border-radius: 15px;
  height: 80px;
}

.mycomment {
  display: flex;
  align-items: center;
  position: relative;
}

.comment-input {
  flex: 1;
  border-radius: 8px;
  box-shadow: 0px 3px 15px -4px #767676;
}

.input-group-btn {
  position: absolute;
  right: 0;
  border: none;
  background: transparent;
}

#btn-send, .link-login {
    border: none;
    background: transparent;
    padding: 0 12px !important; /* Ajuste para alinhamento */
}

#btn-send img, .link-login img {
    height: auto !important;
    width: 20px !important; /* ou outro tamanho conforme necessário */
}

#btn-send, .link-login {
  border: none;
  background: transparent;
  padding: 0 12px; /* Ajuste para alinhamento */
}

#btn-send img, .link-login img {
  height: auto;
  width: 32px; /* ou outro tamanho conforme necessário */
}


.mycomment #btn-send {
  border: 0;
  padding: 0;
  display: flex;
  grid-column: span 2;
  height: 100%;
  background-color: transparent;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.mycomment #btn-send img {
  width: 75%;
}
.mycomment .link-login {
  border: 0;
  padding: 0;
  display: flex;
  grid-column: span 2;
  height: 100%;
  background-color: transparent;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.mycomment .link-login img {
  width: 75%;
}
.mycomment .answer-input {
  grid-column: span 11;
  border-bottom: 1px solid #000;
  height: 31px;
}
.mycomment #btn-send-answer {
  border: 0;
  padding: 0;
  display: flex;
  grid-column: span 2;
  height: 100%;
  background-color: transparent;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.mycomment #btn-send-answer img {
  width: 75%;
}

.comment-answer {
  font-size: 13px;
}

.comment-answer {
  grid-column: 3 / span 10;
}

.panel-fisheds .commentary .answers .box-answer {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 15px 0;
  column-gap: 5px;
}
/* .comment-answer .mycomment{
    
} */

@media (min-width: 700px) {
  .caughtfish#caughtfish-content .card-fished .col {
    grid-column: span 6;
  }
}
