body {
  background-color: #f4f4f4;
  color: #444 !important;
}
button {
  border: 0;
  background-color: transparent;
}
header .background-image {
  height: 300px;
}
.free-video .loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: column-reverse;
  justify-content: center;
  background-color: #0000004a;
  border-radius: 15px;
  z-index: 2;
}
.free-video .permanent-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: column-reverse;
  justify-content: center;
  background-color: #0000004a;
  border-radius: 15px;
  z-index: 0;
}
.title {
  color: #fff;
  text-align: center;
  background-image: url("../../../img/icons/iconetrofeu/ com/ mais/ opacidade.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  display: flex;
  height: 90px;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.game-disclaimer {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 1.5em;
  box-shadow: 0 0 5px 0 #0000001f;
}
.game-disclaimer .btn-orange {
  padding: 8px 15px;
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}
.classification h3 {
  font-size: 16px;
  margin-bottom: 1em;
}
.classification {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 1.5em;
  box-shadow: 0 0 5px 0 #0000001f;
}
.participation h3 {
  font-size: 16px;
}
.participation {
  margin-top: -15px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 1.5em;
}
.input-group {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  background-color: #e5e5e5;
  border-radius: 15px;
  margin-bottom: 1.5em;
}
.input-group .form-control {
  grid-column: span 10;
  background-color: transparent;
}
.input-group .input-group-append {
  grid-column: span 2;
  background-color: transparent;
  font-size: 16px;
}
.list-div {
  max-height: 500px;
  overflow-y: auto;
  padding: 15px 0;
}
.list-div::-webkit-scrollbar {
  width: 5px;
}
.list-item.font-black {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 1.5em;
}
.height {
  grid-column: span 1;
  display: flex;
  align-items: center;
  font-family: "montserrat black";
  justify-self: center;
  font-size: 25px;
}
.photo-name {
  grid-column: span 7;
  display: grid;
  grid-template-columns: 1fr 10fr;
  align-items: center;
  justify-content: flex-start;
}
.image {
  width: 55px;
  height: 55px;
  background-image: url(../../../img/profiles/alanzika.jpg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  background-size: cover;
  border-radius: 10px;
}
.score {
  grid-column: span 4;
  text-align: right;
}
.score p {
  font-size: 14px;
}
.score .see-profile {
  font-size: 11px;
  padding: 0;
  background-color: transparent;
  font-family: "montserrat black";
  text-align: right;
  width: 100%;
  text-decoration: none;
}
.score .see-profile:hover {
  text-decoration: underline;
}
.my-score {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 1.5em;
  box-shadow: 0 0 5px 0 #0000001f;
}
.my-score h4 {
  text-transform: uppercase;
  font-size: 14px;
}
.border {
  background-color: #74cccc;
  height: 2px;
  border-radius: 5px;
  margin: 0 15px;
}
.panel-fisheds {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 0;
  box-shadow: 0 0 5px 0 #0000001f;
}
.detail-post {
  background-color: #fff;
  overflow-y: auto;
  height: 100%;
  border-radius: 20px 20px 0 0;
  margin-top: 15px;
}
.panel-fisheds::-webkit-scrollbar {
  width: 5px;
}
.detail-post::-webkit-scrollbar,
.panel-fisheds::-webkit-scrollbar {
  width: 5px;
}
.detail-post h3,
.panel-fisheds h3 {
  text-align: center;
  padding-top: 20px;
}
.detail-post .add-fish a,
.panel-fisheds .add-fish a {
  background-color: #74cccc;
  border-radius: 10px;
  color: #fff;
  padding: 7px;
  text-decoration: none;
}
.detail-post .card-fished,
.panel-fisheds .card-fished {
  background-color: #fff;
  border-radius: 20px;
  margin: 15px;
  padding: 10px;
  border-bottom: 3px #77cdcb;
  text-align: center;
}
.detail-post .card-fished *,
.panel-fisheds .card-fished * {
  transition: all 0.25s linear;
}
.photos-fished {
  min-height: 200px;
  aspect-ratio: 1/1.5;
}
.photos-fished :not(.video-div, .mute-video, .btn-sound, .owl-dots) {
  aspect-ratio: 1/1.5;
}
.video-div {
  position: relative;
  height: 100%;
}
.photos-fished .owl-stage-outer {
  background-color: #609c9d;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.photos-fished img,
.photos-fished video {
  object-fit: contain;
  object-position: center;
}
.detail-post .photos-fished img:not(.playicon),
.panel-fisheds .photos-fished img:not(.playicon) {
  width: 100%;
  object-position: center;
}
.detail-post .personal-info,
.panel-fisheds .personal-info {
  align-items: center;
  display: flex;
  margin: 10px 0 5px 0;
  text-align: start;
}
.detail-post .personal-info p,
.panel-fisheds .personal-info p {
  font-size: 15px;
}
.detail-post .personal-info p a,
.panel-fisheds .personal-info p a {
  text-decoration: none;
  color: #626262;
}
.detail-post .personal-info i,
.panel-fisheds .personal-info i {
  grid-row: 1/3;
  font-size: 17px;
  text-align: center;
  width: 20px;
  align-self: stretch;
  margin-right: 10px;
  margin-top: 3px;
}
.detail-post .personal-info small,
.panel-fisheds .personal-info small {
  grid-column: 2/3;
  font-size: 11px;
}
.detail-post .fish-info > div,
.panel-fisheds .fish-info > div {
  align-items: center;
  display: flex;
  margin: 10px 0;
  font-size: 15px;
}
.detail-post .fish-info div i,
.panel-fisheds .fish-info div i {
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
  width: 20px;
}
.detail-post .verify,
.panel-fisheds .verify {
  align-items: center;
  display: flex;
  justify-content: end;
  color: #efb44e;
  font-size: 12px;
  margin: 5px 0;
}
.detail-post .verify i,
.panel-fisheds .verify i {
  font-size: 17px;
  margin: 0 5px;
}
.detail-post .admin-verify,
.panel-fisheds .admin-verify {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}
.detail-post .admin-verify p,
.panel-fisheds .admin-verify p {
  align-items: center;
  display: flex;
}
.detail-post .admin-verify i,
.panel-fisheds .admin-verify i {
  font-size: 17px;
  margin: 0 5px;
}
.detail-post .verified,
.panel-fisheds .verified {
  color: #88cf73;
}
.detail-post .reacts,
.panel-fisheds .reacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  margin-top: 15px;
  grid-row-gap: 10px;
  place-items: center;
}
.detail-post .reacts > :nth-child(3):last-child,
.panel-fisheds .reacts > :nth-child(3):last-child {
  grid-column: span 2;
}
.detail-post .reacts .comment-quantity,
.panel-fisheds .reacts .comment-quantity {
  text-decoration: none;
  font-size: 19px;
}
.detail-post .reacts .comment-quantity:hover,
.panel-fisheds .reacts .comment-quantity:hover {
  text-decoration: none;
  font-size: 19px;
}
.detail-post .reacts h5,
.panel-fisheds .reacts h5 {
  font-size: 19px;
}
.detail-post .commentary,
.panel-fisheds .commentary {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 7fr;
  margin: 15px 0;
}
.detail-post .commentary .img-profile,
.panel-fisheds .commentary .img-profile {
  border-radius: 10px;
  height: 35px;
  width: 35px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.detail-post .commentary p,
.panel-fisheds .commentary p {
  background-color: #919191;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  padding: 7px 3px;
}
.detail-post .see-comments a,
.panel-fisheds .see-comments a {
  background-color: #74cccc;
  border-radius: 10px;
  color: #fff;
  padding: 7px;
  font-size: 15px;
  text-decoration: none;
}
.more {
  display: flex;
  justify-content: space-between;
}
.see-more {
  background-color: transparent;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
}
.complaint {
  font-size: 14px;
}
.my-score h3 {
  grid-column: 2 / span 10;
  text-align: center;
  font-size: 16px;
}
.my-score h3 font {
  font-family: "montserrat light" !important;
}
.participation {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 45px;
  align-items: center;
}
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6fbdbc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 5px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #f97c2c;
}
input:focus + .slider {
  box-shadow: 0 0 1px #f97c2c;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.mute-video {
  position: relative;
  z-index: 98;
}
.col i.fa-fish {
  transform: scaleX(-1);
}
.message-catch {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: justify;
}
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;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.owl-dot.active {
  height: 10px;
  width: 23px;
}
.owl-dot {
  height: 10px;
  width: 10px;
  margin: 0 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;
}
.free-video {
  position: relative;
  z-index: 97;
}
.free-video video {
  width: 100%;
  border-radius: 15px;
  z-index: 2;
  position: relative;
}
.btn-play {
  cursor: pointer;
  position: absolute;
  height: calc(100% - 5px);
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 98;
  border-radius: 15px;
}
.btn-play img {
  width: auto !important;
  border-radius: 15px;
  height: 65px;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background-color: transparent;
}
.btn-orange {
  background-color: #f97c2c;
  border-radius: 30px;
  padding: 15px 20px;
  font-family: "montserrat black";
  color: #fff;
}
.btn-orange:focus,
.btn-orange:hover {
  background-color: #b75a1f;
  font-family: "montserrat black";
  color: #fff;
}
.rules {
  height: 85vh;
  overflow: auto;
}
.grid {
  justify-items: start;
}
.grid .col {
  grid-column: span 6;
}
#verify {
  color: #88cf73 !important;
}
.buttons {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: span 12;
  margin-bottom: 1.5em;
  row-gap: 15px;
}
.status-verify {
  display: grid;
  grid-template-columns: 1fr 11fr;
  justify-items: start;
  justify-content: start;
  text-align: left;
  grid-column-gap: 5px;
}
.add-fish {
  background-color: #74cccc;
  border-radius: 30px !important;
  color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 14px;
  grid-column: span 12;
  text-align: center;
}
.btn-participion {
  background-color: #f97c2c;
  border-radius: 30px;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  grid-column: span 12;
}
.fisher-link {
  padding: 10px 0;
  text-align: center;
}
.fisher-link a {
  text-decoration: none;
  color: #73cfcc;
  text-align: center;
  font-family: "montserrat black";
}
.fisher-link a:hover {
  text-decoration: none;
  color: #5badab;
  text-align: center;
}
.list-div .dropdown {
  margin-bottom: 15px !important;
  background-color: #eaeaea;
}
ul.nav.nav-tabs {
  justify-content: center;
}
.champion-nav .nav-link:not(.select-date) {
  border-radius: 0.25rem;
  color: #73cfcc;
  border: 1px solid #73cfcc;
  margin: 0 5px;
  font-size: 15px;
  cursor: pointer;
  padding: 0.5rem 0.5rem;
  height: 100%;
}
.champion-nav {
  display: grid !important;
  grid-template-columns: 1fr 10fr 1fr;
}
.champion-nav .nav-link:not(.select-date, .select-champion):hover {
  color: #fff;
  background-color: #73cfcc;
}
.champion-nav .nav-item.show .nav-link:not(.select-date, .select-champion),
.nav-tabs .nav-link.active:not(.select-date, .select-champion) {
  color: #fff;
  background-color: #73cfcc;
}
.champion-nav .nav-link.select-date {
  border-radius: 0.25rem;
  background-color: #d9d9d9;
  color: #434343;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  display: grid;
  border: none !important;
}
.champion-nav .nav-link.select-date h4 {
  grid-column: 1/3;
  font-size: 18px;
  margin-bottom: 5px;
}
.champion-nav .nav-link.select-date h5 {
  grid-column: 1/3;
  margin-bottom: 5px;
}
.champion-nav .select-date .current-days {
  font-size: 25px !important;
  font-weight: 700;
  font-family: "montserrat black";
}
.champion-nav .nav-link:not(.select-date, .select-champion):hover {
  color: #fff;
  background-color: #73cfcc;
}
.champion-nav .nav-item.show .nav-link:not(.select-date, .select-champion),
.nav-tabs .nav-link.active:not(.select-date, .select-champion) {
  color: #fff;
  background-color: #73cfcc;
}
.nav-tabs:not(.champion-nav) .nav-link {
  border-radius: 0.25rem;
  color: #f97c2c;
  border: 1px solid #f97c2c;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
}
.nav-tabs:not(.champion-nav) .nav-link:hover {
  color: #fff;
  background-color: #f97c2c;
}
.nav-tabs:not(.champion-nav) .nav-item.show .nav-link,
.nav-tabs:not(.champion-nav) .nav-link.active {
  color: #fff;
  background-color: #f97c2c;
}
.nav-link {
  display: block;
  padding: 1rem 1rem;
}
.filter-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
}
.filter-row li:nth-child(3) {
  /* grid-column: 1/3; */
}
button.nav-link.filter-btn.d-none {
  display: none;
}
.bootstrap-select {
  position: initial;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  background-color: #eaeaea;
}
.bootstrap-select .dropdown-menu li a span {
  text-transform: uppercase;
  font-family: montserrat;
  font-size: 13px;
  color: #626262;
}
.dropdown-item.disabled span,
.dropdown-item:disabled span {
  color: #adb5bd !important;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown {
  grid-column: 2/7;
}
button.btn.dropdown-toggle.btn-light {
  display: flex;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 30px 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 25px;
  line-height: 1.5;
  color: #626262;
  background-clip: padding-box;
  border: 1px solid transparent;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  background-color: transparent;
  align-items: center;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  display: flex;
  width: 100%;
  height: calc(1.8em + 0.75rem + 2px);
  padding: 0.375rem 30px 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 25px;
  line-height: 1.5;
  color: #626262;
  background-clip: padding-box;
  border: 1px solid transparent;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  background-color: transparent;
  align-items: center;
  cursor: pointer;
}
.dropdown-toggle {
  white-space: nowrap;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  grid-column: 2/7;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em #f97c2c solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em #f97c2c solid;
  border-left: 0.3em solid transparent;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: break-spaces;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #77cdcc;
}
.dropdown-item.disabled.active.selected,
.dropdown-item.disabled.active.selected span {
  color: #fff;
  text-decoration: none;
  background-color: #77cdcc;
}
.dropdown-item.active span,
.dropdown-item:active span {
  color: #fff !important;
}
.bs-searchbox .form-control::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-position: center;
  border: 0.4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  background-size: 94%;
  background-repeat: no-repeat;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd !important;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.nav-tabs {
  margin-bottom: 15px;
}
.radio-input .check {
  display: none;
}
.view-options-grid {
  column-gap: 10px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 15px 25px;
}
.radio-input {
  grid-column: span 6;
}
.radio-input {
  border: 1px solid transparent;
  background-color: #e2e2e2;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 5px 5px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 2fr 4fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  font-size: 15px;
  grid-template-rows: 50px;
  color: #878787;
  cursor: pointer;
}
.btn-clean-locale {
  border: 1px solid transparent;
  background-color: #f97a26;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 5px 5px;
  border-radius: 15px;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  font-size: 15px;
  grid-template-rows: 50px;
  color: #f9f9f9;
  cursor: pointer;
  text-decoration: none;
}
.radio-input.active {
  color: #f9f9f9;
  background-color: #f97a26;
}
.checkbox-input:hover,
.radio-input:hover {
  color: #f4fffb;
  background-color: #fb6d12;
}
.order-filter .radio-input {
  grid-template-rows: 30px;
}
#map {
  height: 100%;
}
.btn-close {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 15px;
  z-index: 101;
}
.iframe-map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
  height: 100%;
}
#map .post_photo {
  height: 55px;
  width: 56px;
  border-radius: 10px;
  border: 5px solid #73cdcb;
  font-weight: 700;
  color: #fff !important;
  margin-top: 0;
  z-index: 5;
}
#map .post_photo::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #73cdcb;
  left: 50%;
  bottom: 20px;
  z-index: 5;
  -webkit-transform: translateX(-3px) rotate(45deg);
  -ms-transform: translateX(-3px) rotate(45deg);
  transform: translateX(-3px) rotate(45deg);
}
#map .post-map .photo-map {
  height: 200px;
  width: 100%;
}
#map .post-map {
  -webkit-box-shadow: 0 0 19px -17px rgb(0 0 0 / 51%);
  box-shadow: 0 0 19px -17px rgb(0 0 0 / 51%);
  grid-column: 1/4;
  position: relative;
}
.gm-style .gm-style-iw-c {
  padding: 0;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style .gm-style-iw-c {
  overflow: hidden !important;
  border-radius: 8px;
  padding: 0 !important;
}
.input-group {
  display: grid;
  align-content: center;
  align-items: center;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 0;
  border: 0;
  position: relative;
  color: #878787;
}
.input-group-prepend {
  grid-column: span 2;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  grid-column: span 10;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  border-radius: 25px;
  line-height: 1.5;
  color: #878787;
  background-clip: padding-box;
  border: 1px solid transparent;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  display: flex;
  width: 100%;
  height: calc(1.8em + 0.75rem + 2px);
  padding: 0.375rem 30px 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 25px;
  line-height: 1.5;
  color: #626262;
  background-clip: padding-box;
  border: 1px solid transparent;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  background-color: transparent;
  align-items: center;
  cursor: pointer;
}
.filters-map {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 15px;
  text-align: center;
  top: -79px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.details-map {
  position: fixed;
  z-index: 100;
  width: 100%;
  text-align: center;
  top: 88vh;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  height: 100vh;
}
.filters-map .filters-detail {
  position: absolute;
  width: 100%;
  top: -125px;
  z-index: 4;
  padding: 15px;
}
.details-map.show {
  top: 9px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.filters-map.show {
  top: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.details-toggle {
  background-color: #fff;
  height: 100%;
  margin-top: 15px;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 0 17px #00000047;
  padding: 15px 0;
}
.fish-species {
  display: flex;
  grid-column-gap: 5px;
  width: auto;
  overflow-x: auto;
  margin-top: 15px;
  padding: 15px;
}
.fish_div p {
  margin-top: 10px;
}
.fish_div {
  position: relative;
  margin-top: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.img-fish {
  height: 60px;
  width: 60px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  position: relative;
}
span.badge.badge-orange {
  background-color: orange;
  font-family: "montserrat bold";
  padding: 3px 5px;
  border-radius: 5px;
  box-shadow: 0 0 4px #00000070;
  position: absolute;
  top: -7px;
  right: -7px;
}
.btn-x {
  background-color: #fff;
  border: 2px solid orange;
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 15pt;
  top: 10px;
  right: 8px;
}
.div-input-search {
  display: flex;
  justify-content: center;
}
.input-search {
  border: 0 solid #fff;
  border-radius: 15px;
  margin: 20px 0 0 0;
  width: 80%;
  height: 0;
  max-height: 0;
  font-size: 0;
  transition: all 0.25s linear;
}
.input-search.show {
  border: 1px solid #f97c2c;
  height: 33.5px;
  max-height: 33.5px;
  font-size: unset;
}
.result-users {
  margin-top: 20px;
}
.w-50 {
  width: 50%;
}
.btn-border-radius-left {
  border-radius: 30px 0 0 30px;
}
.btn-border-radius-right {
  border-radius: 0 30px 30px 0;
}
.text-white {
  color: #fff;
}
.bar-bottom-to-top {
  width: 1px;
  background-color: #fff;
  margin: 10px 0;
}
.change-tabs {
  display: flex;
  padding: 0;
  width: 85% !important;
  margin: 10px auto 20px auto;
}
.btn-clean-filter-fish {
  margin-top: 5px;
}
.fa-circle-chevron-down {
  transition: all 0.25s linear;
}
.tab-fish,
.tab-posts {
  height: 100%;
}
@media only screen and (min-width: 767px) {
  .buttons {
    justify-items: center !important;
    grid-row: 5;
  }
  .add-fish {
    grid-column: span 6;
  }
  .game-disclaimer {
    grid-column: 1 / span 12;
  }
  .btn-participion {
    grid-column: span 6;
  }
  header .background-image {
    height: 60vh;
  }
  .container {
    padding: 25px 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
  .title {
    grid-column: span 12;
    grid-row: 1;
  }
  .classification {
    grid-column: 1 / span 12;
    grid-row: 4;
    margin-top: 0;
  }
  .participation {
    grid-column: 1 / span 12;
    grid-row: 2;
    margin-top: 0;
    grid-template-columns: 1.3fr 1fr;
  }
  .participation .switch {
    justify-self: start;
  }
  .participation h3 {
    justify-self: end;
  }
  .my-score {
    grid-column: 1 / span 12;
    grid-row: 3;
  }
  .detail-post,
  .panel-fisheds {
    grid-column: span 12;
    grid-row: 6;
  }
  .title {
    color: #fff;
    text-align: center;
    background-image: url("../../../img/icons/iconetrofeu/ com/ mais/ opacidade.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15%;
    display: flex;
    height: 140px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (max-width: 380px) {
  .nav-tabs:not(.champion-nav) {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 0;
  }
}

.map-controls{position:absolute;top:12px;left:12px;right:66px;z-index:1000;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.map-control-filter{position:relative;display:flex;align-items:center;flex:1 1 180px;min-width:0;background:rgba(255,255,255,0.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,0.06);border-radius:14px;box-shadow:0 4px 14px rgba(0,0,0,0.12);padding:0 6px 0 12px;height:46px}.map-control-filter-icon{color:#fc7923;font-size:15px;margin-right:8px;flex:0 0 auto}.map-control-filter .bootstrap-select,.map-control-filter > select.form-control{flex:1 1 auto;min-width:0;width:auto !important}.map-control-filter .bootstrap-select > .dropdown-toggle,.map-control-filter .btn.dropdown-toggle{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 4px !important;height:44px;display:flex;align-items:center;font-weight:600;color:#2a2a2a;outline:none}.map-control-filter .filter-option-inner-inner{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-control-clear{flex:0 0 auto;display:none;align-items:center;justify-content:center;width:30px;height:30px;margin-left:4px;border:0;border-radius:10px;background:#f2f2f2;color:#777;cursor:pointer;transition:background 0.15s,color 0.15s}.map-control-clear:hover{background:#fc7923;color:#fff}.map-controls.has-filter .map-control-clear{display:flex}.map-control-segment{flex:0 0 auto}.map-segment-btn{height:46px;padding:0 18px;border:1px solid rgba(0,0,0,0.06);border-radius:14px;background:#fc7923;color:#fff;font-size:13px;letter-spacing:0.3px;cursor:pointer;box-shadow:0 4px 14px rgba(252,121,35,0.32);white-space:nowrap;transition:filter 0.15s}.map-segment-btn:hover{filter:brightness(0.96)}.map-legend{position:absolute;left:12px;bottom:18px;z-index:1000;width:188px;max-width:calc(100% - 24px);background:rgba(255,255,255,0.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,0.06);border-radius:16px;box-shadow:0 6px 22px rgba(0,0,0,0.16);overflow:hidden}.map-legend-toggle{display:flex;align-items:center;gap:8px;width:100%;border:0;background:transparent;padding:11px 13px;font-weight:700;font-size:13px;color:#2a2a2a;cursor:pointer}.map-legend-toggle > .fa-layer-group{color:#fc7923;font-size:14px}.map-legend-toggle-text{flex:1 1 auto;text-align:left}.map-legend-caret{font-size:11px;color:#999;transition:transform 0.2s}.map-legend.collapsed .map-legend-caret{transform:rotate(180deg)}.map-legend-body{padding:4px 8px 8px;display:flex;flex-direction:column;gap:2px;max-height:240px;overflow:hidden;transition:max-height 0.22s ease,padding 0.22s ease,opacity 0.18s}.map-legend.collapsed .map-legend-body{max-height:0;padding-top:0;padding-bottom:0;opacity:0}.map-legend-item{display:flex;align-items:center;gap:9px;width:100%;border:0;background:transparent;padding:8px 8px;border-radius:10px;cursor:pointer;text-align:left;transition:background 0.15s,opacity 0.15s}.map-legend-item:hover{background:rgba(0,0,0,0.04)}.map-legend-dot{flex:0 0 auto;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;box-shadow:0 2px 5px rgba(0,0,0,0.18)}.map-legend-label{flex:1 1 auto;font-size:13px;font-weight:600;color:#2a2a2a}.map-legend-eye{flex:0 0 auto;font-size:13px;color:#fc7923}.map-legend-item.is-off{opacity:0.45}.map-legend-item.is-off .map-legend-eye{color:#aaa}.map-legend-item.is-disabled{opacity:0.3;cursor:not-allowed;pointer-events:none}.property-map-info{width:240px;border-radius:14px;overflow:hidden;font-family:inherit}.property-map-info .pmc-media{width:100%;height:140px;background:#ececec;position:relative}.property-map-info .pmc-media img{width:100%;height:100%;object-fit:cover;display:block}.property-map-info .pmc-media-fallback{position:absolute;inset:0;align-items:center;justify-content:center;color:#b6b6b6;font-size:34px;background:#ececec}.property-map-info .pmc-body{padding:12px 14px 14px}.property-map-info .pmc-badge{display:inline-flex;align-items:center;gap:5px;color:#fff;font-size:11px;font-weight:700;letter-spacing:0.3px;padding:4px 9px;border-radius:999px;text-transform:uppercase}.property-map-info .pmc-name{margin:8px 0 12px;font-size:16px;font-weight:800;line-height:1.25;color:#222}.property-map-info .pmc-btn{display:block;width:100%;text-align:center;background:#fc7923;color:#fff !important;text-decoration:none;font-weight:700;font-size:13px;padding:10px 12px;border-radius:12px;box-shadow:0 4px 12px rgba(252,121,35,0.32);transition:filter 0.15s}.property-map-info .pmc-btn:hover{filter:brightness(0.96)}.gm-style .gm-style-iw-c{padding:0 !important;border-radius:14px !important;box-shadow:0 8px 28px rgba(0,0,0,0.22) !important;overflow:hidden}.gm-style .gm-style-iw-d{overflow:hidden !important;padding:0 !important}@media (max-width:480px){.map-controls{right:64px}.map-legend{width:168px}.property-map-info{width:210px}.property-map-info .pmc-media{height:120px}}.details-toggle{background-color:#fff;height:100%;margin-top:15px;border-radius:15px 15px 0 0;box-shadow:0px 0 17px #00000047;padding:15px 0}.fish-species{display:flex;grid-column-gap:5px;width:auto;overflow-x:auto;margin-top:15px;padding:15px}.fish_div p{margin-top:10px}.fish_div{position:relative;margin-top:15px;text-align:center;display:flex;justify-content:center;flex-direction:column;align-items:center}.img-fish{height:60px;width:60px;border-radius:10px;background-position:center;background-size:cover;position:relative}span.badge.badge-orange{background-color:#ffa500;font-family:"montserrat bold";padding:3px 5px;border-radius:5px;box-shadow:0px 0px 4px #00000070;position:absolute;top:-7px;right:-7px}.btn-x{background-color:#ffffff;border:2px solid #ffa500;border-radius:10px;padding:9px 14px;font-size:15pt;top:10px;right:8px}.iframe-map .btn-close.btn-x{width:46px;height:46px;padding:0;display:flex;align-items:center;justify-content:center;background-color:#ffffff;border:1px solid rgba(0,0,0,0.06);border-radius:14px;color:#f87c2c;box-shadow:0 4px 14px rgba(0,0,0,0.28)}.iframe-map .btn-close.btn-x i{color:#f87c2c}.div-input-search{display:flex;justify-content:center}.input-search{border:0px solid #fff;border-radius:15px;margin:20px 0px 0px 0px;width:80%;height:0;max-height:0;font-size:0;transition:all 0.25s linear}.input-search.show{border:1px solid #f97c2c;height:33.5px;max-height:33.5px;font-size:unset}.result-users{margin-top:20px}.w-50{width:50%}.w-33{width:33%}.detail-inns,.detail-guias{background-color:#fff;overflow-y:auto;height:100%;border-radius:20px 20px 0 0;margin-top:15px}.btn-border-radius-left{border-radius:30px 0 0 30px}.btn-border-radius-right{border-radius:0 30px 30px 0}.text-white{color:#fff}.bar-bottom-to-top{width:1px;background-color:#fff;margin:10px 0}.change-tabs{display:flex;padding:0;width:85% !important;margin:10px auto 20px auto}.btn-clean-filter-fish{margin-top:5px}.fa-circle-chevron-down{transition:all 0.25s linear}.tab-posts,.tab-fish{height:100%}@media only screen and (min-width:767px){.buttons{justify-items:center !important;grid-row:5}.add-fish{grid-column:span 6}.game-disclaimer{grid-column:1 / span 12}.btn-participion{grid-column:span 6}header .background-image{height:60vh}.container{padding:25px 0;display:grid;grid-template-columns:repeat(12,1fr);column-gap:20px}.title{grid-column:span 12;grid-row:1}.classification{grid-column:1 / span 12;grid-row:4;margin-top:0}.participation{grid-column:1 / span 12;grid-row:2;margin-top:0;grid-template-columns:1.3fr 1fr}.participation .switch{justify-self:start}.participation h3{justify-self:end}.my-score{grid-column:1 / span 12;grid-row:3}.detail-post,.panel-fisheds{grid-column:span 12;grid-row:6}.title{color:#fff;text-align:center;background-image:url(../../../img/icons/iconetrofeu\ com\ mais\ opacidade.png);background-position:center;background-repeat:no-repeat;background-size:15%;display:flex;height:140px;align-content:center;justify-content:center;align-items:center}}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}}@media (max-width:380px){.nav-tabs:not(.champion-nav){list-style:none;display:flex;flex-direction:row;justify-content:flex-end;padding-left:0}}@media (max-width:375px){.nav-link{height:100% !important}}@media (max-width:767px){.panel-fisheds{padding:0 !important;border-radius:0 !important;box-shadow:none !important;background-color:#fafafa}.detail-post .card-fished,.panel-fisheds .card-fished{border-radius:0;margin:0;border-bottom:1px solid #efefef;box-shadow:none}.border{display:none}.photos-fished .owl-stage-outer{border-radius:0}}.post-comments-preview{padding:4px 14px 8px}.post-comments-preview .view-all-comments{display:block;color:#4ab0b7;font-size:13px;text-decoration:none;margin-bottom:6px;font-weight:600}.post-comments-preview .view-all-comments:hover{color:#72cbd1;text-decoration:none}.post-comments-preview .preview-comment{font-size:13px;line-height:1.4;color:#626262;margin-bottom:4px;padding:4px 8px;border-left:2px solid #72cbd1;background:rgba(114,203,209,0.05);border-radius:0 6px 6px 0}.post-comments-preview .preview-comment-username{font-weight:700;color:#4ab0b7;text-decoration:none;margin-right:4px;font-size:13px}.post-comments-preview .preview-comment-username:hover{text-decoration:none;color:#72cbd1}.post-comments-preview .preview-comment-text{font-weight:400;color:#626262;font-size:13px}.post-comments-preview .inline-comment-form{display:flex;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid #e8e8e8}.post-comments-preview .inline-comment-input{flex:1;border:none;border-bottom:1.5px solid #d0eeef;outline:none;font-size:13px;color:#626262;background:transparent;padding:6px 0;transition:border-color 0.2s}.post-comments-preview .inline-comment-input:focus{border-bottom-color:#72cbd1}.post-comments-preview .inline-comment-input::placeholder{color:#aaa}.post-comments-preview .inline-comment-send{background:none;border:none;color:#72cbd1;font-size:16px;cursor:pointer;padding:4px 8px;transition:color 0.2s}.post-comments-preview .inline-comment-send:hover{color:#f97c2c}.liked-users-list{max-height:60vh;overflow-y:auto}.liked-user-item{display:flex;align-items:center;padding:8px 0;gap:12px}.liked-user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.liked-user-name{flex:1;font-weight:600;color:#262626;text-align:left}.liked-user-profile{color:#72cbd1;font-size:13px;text-decoration:none}.liked-user-profile:hover{color:#4ab0b7;text-decoration:none}.share-sheet{display:flex;justify-content:center;gap:24px;padding:16px 0;flex-wrap:wrap}.share-sheet-option{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;text-decoration:none;color:#626262;font-size:13px;font-weight:600;transition:transform 0.2s}.share-sheet-option:hover{transform:translateY(-2px);text-decoration:none;color:#626262}.share-sheet-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;box-shadow:0 3px 10px rgba(0,0,0,0.12);transition:box-shadow 0.2s}.share-sheet-option:hover .share-sheet-icon{box-shadow:0 5px 15px rgba(0,0,0,0.2)}.share-sheet-modal{border-radius:20px !important}@media (min-width:768px){.panel-fisheds .card-fished{max-width:600px;margin:12px auto;border-radius:16px}}.photos-fished{background:var(--fb-stage,#0d1a1b);background-image:radial-gradient(120% 90% at 50% 40%,rgba(13,26,27,0.85) 0%,var(--fb-stage-2,#08110f) 100%);isolation:isolate;-webkit-tap-highlight-color:transparent}.photos-fished .owl-stage-outer{background-color:transparent}.photos-fished video,.photos-fished img:not(.playicon),.photos-fished .free-video video{object-fit:contain;object-position:center;width:100%;height:100%;aspect-ratio:auto;background:transparent;border-radius:0}.photos-fished .owl-stage-outer,.photos-fished .owl-stage{height:auto !important}.photos-fished .owl-item{height:auto !important;aspect-ratio:4 / 5}.photos-fished .owl-item > div,.photos-fished .video-div,.photos-fished .free-video{height:100% !important;width:100% !important;aspect-ratio:auto !important}.photos-fished .fb-stage__duration{position:absolute;right:var(--fb-space-2,10px);bottom:var(--fb-space-2,10px);z-index:var(--fb-z-stage-ui,10);display:none;align-items:center;gap:4px;padding:3px 8px;border-radius:var(--fb-radius-xs,8px);background:rgba(10,22,23,0.62);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--fb-on-stage,#f4faf9);font-family:var(--fb-font-body,"Outfit",system-ui,sans-serif);font-size:var(--fb-fs-sm,0.8125rem);font-weight:var(--fb-fw-semi,600);font-variant-numeric:tabular-nums;letter-spacing:0.02em;pointer-events:none;transition:opacity var(--fb-dur-2,200ms) var(--fb-ease,ease)}.photos-fished .fb-stage__duration.is-ready{display:inline-flex}.photos-fished .free-video.fb-playing .fb-stage__duration{opacity:0}.photos-fished .btn-play .playicon{filter:drop-shadow(0 6px 18px rgba(248,124,44,0.45))}.photos-fished button.btn-sound{background-color:rgba(10,22,23,0.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (prefers-reduced-motion:reduce){.photos-fished .fb-stage__duration{transition:none}}

