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;
  }
}
