<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #f3f3f3;
}
header .background-image {
  border-radius: 0 0 15px 15px;
}

h2 {
  font-size: 1.5em !important;
}
h3 {
  font-size: 1.17em !important;
}
h3:not(.font-black) font font {
  font-family: "montserrat" !important;
}
h4 {
  font-size: 16px !important;
}
button {
  border: 0;
  background-color: transparent;
}
.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;
}
.panel-infos {
  position: relative;
}
.btn-back {
  background-color: #ffffff;
  padding: 10px 15px;
  box-shadow: 1px 1px 5px #00000042;
  position: absolute;
  top: 0;
  border-radius: 12px;
  left: 5px;
  font-size: 16px;
  border: 0;
  color: #f97c2c;
  cursor: pointer;
}
.free-video {
  position: relative;
  z-index: 97;
}

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

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

.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;
}
.panel-trophy p {
  color: #626262;
  text-transform: uppercase;
}
.panel-fisheds p {
  color: #626262;
  text-transform: uppercase;
}

.load-more {
  display: none;
}
#profile.my-profile-content .photo-message {
  display: flex;
  align-items: center;
  justify-content: center;
}

#profile.my-profile-content .account-properties a.logout-user {
  display: none;
}

#profile.my-profile-content .panel-infos h2 {
  text-align: center;
}

#profile.my-profile-content .profile-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 150px;
  margin: 0 10px;
  width: 150px;
}

#profile.my-profile-content .description,
#profile.my-profile-content .photo-message a,
#profile.my-profile-content .infos {
  color: #fff;
}

#profile.my-profile-content .infos {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin: 10px 0;
}
#profile.my-profile-content .infos p {
  font-size: 14px;
  display: flex;
  line-height: 1;
  margin: 5px;
}

#profile.my-profile-content .infos p i {
  margin: 0 5px;
}

#profile.my-profile-content .panel-cup .btn-cup {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
#profile.my-profile-content .panel-cup .participate-bar {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #ccc;
  font-size: 11px;
  padding: 15px 15px;
}
#profile.my-profile-content .panel-cup .participate-bar a {
  color: #626262;
  text-decoration: none;
}
#profile.my-profile-content .panel-cup .ranking-bar {
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #ccc;
  color: #626262;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 15px;
  padding: 8px 15px;
  width: 100%;
}
#profile.my-profile-content .panel-cup .ranking-bar div {
  width: 100%;
  grid-column: 1/13;
}
#profile.my-profile-content .panel-cup .ranking-bar .position {
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  grid-column: 1/13;
}
#profile.my-profile-content .panel-cup .ranking-bar h5 {
  font-size: 11px;
}
#profile.my-profile-content .panel-cup .ranking-bar p {
  font-size: 30px;
  margin: 0;
}
#profile.my-profile-content .panel-cup .ranking-bar i {
  font-size: 23px;
}

#profile.my-profile-content .panel-trophy {
  background-color: #fff;
  margin: 10px 0;
  padding: 5px 0;
  border-radius: 25px;
}

#profile.my-profile-content .panel-trophy h3 {
  color: #626262;
  margin-top: 25px;
  text-align: center;
}
#profile.my-profile-content .panel-trophy .trophys {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
  justify-items: center;
  padding: 10px 15px;
}
#profile.my-profile-content .panel-trophy .trophy {
  position: relative;
  width: 100%;
}

#profile.my-profile-content .panel-trophy .trophy .trophy-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}

#profile.my-profile-content .panel-trophy .medal {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #ddd;
  color: #626262;
  font-size: 38px;
  padding: 10px 15px;
  margin: 10px 5px 10px 5px;
  text-align: center;
}
#profile.my-profile-content .panel-trophy .quantity {
  place-items: center;
  background-color: #f97c2c;
  border-radius: 5px;
  color: #fff;
  display: grid;
  justify-content: center;
  margin: 7px 0px 0px 5px;
  position: absolute;
  z-index: 1;
  padding: 5px;
}
#profile.my-profile-content .panel-trophy h5 {
  color: #626262;
  font-size: 11px;
}
#profile.my-profile-content .panel-trophy .btn-trophy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#profile.my-profile-content .panel-trophy .btn-trophy a {
  background-color: #74cccc;
  border-radius: 15px;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  width: 90%;
}

#profile.my-profile-content .panel-fisheds h3,
#profile.my-profile-content .panel-reserves h3 {
  text-align: center;
  margin: 20px 0;
}
#profile.my-profile-content .panel-fisheds .add-fish a {
  background-color: #74cccc;
  border-radius: 10px;
  color: #fff;
  padding: 7px;
  text-decoration: none;
}
#profile.my-profile-content .panel-fisheds .card-fished {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #ddd;
  margin: 15px;
  padding: 10px;
}
#profile.my-profile-content .panel-fisheds .card-fished p {
  margin: 0;
}
#profile.my-profile-content .panel-fisheds .photos-fished img:not(.playicon) {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
#profile.my-profile-content .panel-fisheds .personal-info {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 9fr;
  margin: 5px 0;
}
#profile.my-profile-content .panel-fisheds .personal-info p {
  font-size: 20px;
}
#profile.my-profile-content .panel-fisheds .personal-info i {
  grid-row: 1/3;
  font-size: 17px;
  text-align: center;
  width: 20px;
}
#profile.my-profile-content .panel-fisheds .personal-info small {
  grid-column: 2/3;
  font-size: 12px;
}
#profile.my-profile-content .panel-fisheds .fish-info div {
  align-items: center;
  display: flex;
  margin: 10px 0;
}
#profile.my-profile-content .panel-fisheds .fish-info div i {
  font-size: 17px;
  margin-right: 10px;
  text-align: center;
  width: 20px;
}
#profile.my-profile-content .panel-fisheds .verify {
  align-items: center;
  display: flex;
  justify-content: end;
  color: #efb44e;
  font-size: 12px;
  margin: 5px 0;
}
#profile.my-profile-content .panel-fisheds .verify i {
  font-size: 17px;
  margin: 0 5px;
}
#profile.my-profile-content .panel-fisheds .admin-verify {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}
#profile.my-profile-content .panel-fisheds .admin-verify a {
  align-items: center;
  display: flex;
  text-decoration: none;
}
#profile.my-profile-content .panel-fisheds .admin-verify i {
  font-size: 17px;
  margin: 0 5px;
}
#profile.my-profile-content .panel-fisheds .reacts {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#profile.my-profile-content .panel-fisheds .reacts h5 {
  margin: 0 30px;
  font-size: 19px;
}
#profile.my-profile-content .panel-fisheds .commentary {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 7fr;
  margin: 15px 0;
}
#profile.my-profile-content .panel-fisheds .commentary img {
  border-radius: 10px;
  height: 35px;
  width: 35px;
}
#profile.my-profile-content .panel-fisheds .commentary p {
  background-color: #919191;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  padding: 7px 3px;
}
#profile.my-profile-content .panel-fisheds .see-comments {
  display: flex;
  align-items: center;
  justify-content: center;
}
#profile.my-profile-content .panel-fisheds .see-comments a {
  background-color: #74cccc;
  border-radius: 10px;
  color: #fff;
  padding: 7px;
  text-decoration: none;
  width: 85%;
}

#profile.my-profile-content .panel-reserves .reserve {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #ddd;
  display: grid;
  grid-template-columns: 2fr 7fr;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

#profile.my-profile-content .panel-reserves .reserve img {
  border-radius: 15px;
  height: 70px;
  margin: 5px;
  width: 70px;
}
#profile.my-profile-content .panel-reserves .reserve p {
  font-size: 12px;
  margin-bottom: 0;
}
#profile.my-profile-content .panel-reserves .collapse-rate {
  grid-column: 1/3;
}
#profile.my-profile-content .panel-reserves .hide-rate {
  height: 0;
  overflow: hidden;
}
#profile.my-profile-content .panel-reserves .rate-space {
  align-items: center;
  display: flex;
  grid-column: 1/3;
  justify-content: center;
}
#profile.my-profile-content .panel-reserves .show-rate {
  background-color: #74cccc;
  border-radius: 15px;
  color: #fff;
  font-size: 15px !important;
  /* margin-top: 15px; */
  padding: 5px 10px;
  position: absolute;
  bottom: -17px;
  text-align: center;
  transition: all 0.2s;
  border: 0;
}
#profile.my-profile-content .panel-reserves .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}
#profile.my-profile-content .panel-reserves .rate-comment {
  background-color: #e3e3e3;
  border: none;
  border-radius: 15px;
  padding: 10px;
  width: 100%;
}

#profile.my-profile-content .cancel-reservation {
  grid-column: span 9;
  text-align: center;
  background-color: #ff4545;
  border-radius: 11px;
  color: white;
  margin: 10px 40px 0 40px;
  padding: 4px 0;
}

/* modal */
.modal #closeModal {
  font-size: 28px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1072;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog-scrollable {
  display: flex;
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .trophys {
  max-height: calc(100%- 1rem);
  overflow-y: auto;
}
.modal.show .modal-dialog-scrollable {
  -webkit-transform: none !important;
  transform: none !important;
}
.modal.fade .modal-dialog-scrollable {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-content .modal-header {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.modal-content .modal-body {
  overflow: auto;
}

#profile.my-profile-content .account-properties a.edit-profile span {
  display: none;
}

.popover {
  box-shadow: 0 0 15px #868686;
}

a.message {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 15px;
  color: #f97c2c;
  font-size: 16px;
  box-shadow: 1px 1px 5px #00000042;
}
a.message:hover {
  color: #c05f23;
}

@media (max-width: 767px) {
  header .background-image {
    height: 330px;
  }
  #profile.my-profile-content .infos .email {
    grid-column: 1/3;
  }
}

@media (min-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 767px) {
  a.message {
    right: -15px;
    top: -15px;
  }
  a.message:hover {
    color: #c05f23;
  }
  .btn-back {
    left: -15px;
    top: -15px;
  }
  header .background-image {
    height: 300px;
  }
  #profile.my-profile-content .panel-fisheds h3,
  #profile.my-profile-content .panel-reserves h3 {
    text-align: center;
    margin: 0;
  }
  .overflow-desktop {
    max-height: 600px;
    overflow: auto;
    border-radius: 15px;
  }
  #profile.my-profile-content .panel-fisheds .add-fish {
    padding-bottom: 10px !important;
  }
  #profile.my-profile-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: .5fr 1fr 3fr; */
    padding: 25px;
  }
  #profile.my-profile-content .panel-infos {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    grid-column: 1/9;
    padding: 15px;
    position: relative;
    margin-bottom: 25px;
    align-items: center;
  }
  #profile.my-profile-content .description {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0 10px;
  }

  #profile.my-profile-content .description,
  #profile.my-profile-content .photo-message a,
  #profile.my-profile-content .infos {
    color: #3c3c3c;
  }

  #profile.my-profile-content .account-properties {
    align-items: flex-start;
    display: flex;
    height: 100%;
    position: absolute;
    right: 15px;
  }
  #profile.my-profile-content .account-properties a {
    color: #7fcdcb !important;
    margin: 10px;
    text-decoration: none;
  }
  #profile.my-profile-content .account-properties a.edit-profile span {
    display: unset;
  }
  #profile.my-profile-content .account-properties a.logout-user {
    display: block;
  }
  #profile.my-profile-content .account-properties a:hover {
    text-decoration: underline;
  }
  #profile.my-profile-content .account-properties a i {
    margin-right: 5px;
  }

  #profile.my-profile-content .name {
    font-size: 22px;
  }
  #profile.my-profile-content .infos {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  #profile.my-profile-content .infos p {
    margin: 5px 0;
  }
  #profile.my-profile-content .infos p i {
    color: #74cccc;
  }

  #profile.my-profile-content .panel-championship {
    grid-row: 2/3;
  }
  #profile.my-profile-content .panel-trophy {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 10px;
    margin-top: 30px;
  }
  #profile.my-profile-content .panel-trophy h3 {
    margin: 0;
  }
  #profile.my-profile-content .panel-fisheds {
    grid-row: 2/4;
  }
  #profile.my-profile-content .panel-reserves {
    grid-row: 3/4;
  }
}
</pre></body></html>