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: 12px 0;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.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 {
  background: #fff;
  border-radius: 12px;
  padding: 8px 16px;
  margin: 12px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.panel-fisheds .fish-info div {
  align-items: center;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.panel-fisheds .fish-info div:last-child {
  border-bottom: none;
}
.panel-fisheds .fish-info div i {
  font-size: 17px;
  margin-right: 10px;
  text-align: center;
  width: 24px;
  color: #72cbd1;
}

.panel-fisheds .reacts {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.panel-fisheds .reacts h5 {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #626262;
}
.panel-fisheds .reacts h5 i {
  font-size: 20px;
}
/* Fishing community comments */
.panel-fisheds .commentary {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  padding: 10px 12px;
  background: #faf9f7;
  border-left: 3px solid #72cbd1;
  border-radius: 0 10px 10px 0;
}
.panel-fisheds .commentary .comment-avatar-link {
  flex-shrink: 0;
}
.panel-fisheds .commentary .img-profile {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #72cbd1;
}
.panel-fisheds .commentary .comment-body {
  flex: 1;
  min-width: 0;
}
.panel-fisheds .commentary .comment-content {
  font-size: 14px;
  line-height: 1.5;
  color: #626262;
  word-wrap: break-word;
}
.panel-fisheds .commentary .comment-username {
  font-weight: 700;
  color: #4ab0b7;
  text-decoration: none;
  margin-right: 6px;
  font-size: 13px;
}
.panel-fisheds .commentary .comment-username:hover {
  text-decoration: none;
  color: #72cbd1;
}
.panel-fisheds .commentary .comment-text {
  font-weight: 400;
  color: #626262;
  font-size: 14px;
  background-color: transparent;
  padding: 0;
}
.panel-fisheds .commentary .comment-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}
.panel-fisheds .commentary .comment-time {
  font-size: 11px;
  color: #aaa;
}
.panel-fisheds .commentary .comment-action-btn {
  font-size: 12px;
  color: #888;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  transition: color 0.2s;
}
.panel-fisheds .commentary .comment-action-btn:hover {
  color: #f97c2c;
}
.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: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1.5px solid #e8e8e8;
  transition: border-color 0.2s;
}
.comment-input:focus {
  border-color: #72cbd1;
  outline: none;
}

.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: 1.5px solid #d0eeef;
  height: 31px;
  transition: border-color 0.2s;
}
.mycomment .answer-input:focus {
  border-bottom-color: #72cbd1;
  outline: none;
}
.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;
  margin-top: 6px;
  margin-left: 0;
}

.panel-fisheds .commentary .answers .box-answer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 8px 0;
  padding: 8px 10px;
  background: rgba(114,203,209,0.06);
  border-left: 2px solid #b8e4e8;
  border-radius: 0 8px 8px 0;
}

.panel-fisheds .commentary .answers .box-answer .img-profile {
  border-radius: 50%;
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  border: 1.5px solid #b8e4e8;
}

.panel-fisheds .commentary .answers .box-answer .comment-body {
  flex: 1;
  min-width: 0;
}

.panel-fisheds .commentary .answers .box-answer .comment-content {
  font-size: 13px;
}

.panel-fisheds .commentary .answers .box-answer .comment-username {
  font-size: 12px;
}

.panel-fisheds .commentary .answers .box-answer .comment-actions {
  gap: 10px;
  margin-top: 2px;
}

.panel-fisheds .commentary .answers .box-answer .comment-time,
.panel-fisheds .commentary .answers .box-answer .comment-action-btn {
  font-size: 11px;
}
/* .comment-answer .mycomment{
    
} */

.panel-fisheds .reacts .like i.liked {
  color: #ed4956;
}
.panel-fisheds .reacts .like i.fa-heart {
  transition: transform 0.2s ease;
}
.panel-fisheds .reacts .like i.fa-heart:active {
  transform: scale(1.3);
}
.panel-fisheds .reacts .share-fish {
  display: flex;
  align-items: center;
  gap: 6px;
}

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