@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400;1,700&display=swap");
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #6c757d;
}

.body > .main {
  margin-top: 70px;
}

.background {
  background-color: rgb(247, 247, 247);
}

.box {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.nav-breadcrumb {
  --bs-breadcrumb-divider: '/';
}

#events .nav a.active,
#events .nav a:hover {
  transition: all 0.2s ease-in;
  color: var(--bs-dark);
  font-weight: 700;
}
#events .event-item > div,
#events .event-item a {
  width: 100%;
}
#events .event-item > div .event-cover,
#events .event-item a .event-cover {
  height: 100%;
  min-height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#events .event-item > div .event-cover i,
#events .event-item a .event-cover i {
  display: none;
  font-size: 40px;
  color: #fff;
  position: absolute;
}
#events .event-item > div:hover .event-cover,
#events .event-item > div:hover img,
#events .event-item a:hover .event-cover,
#events .event-item a:hover img {
  transition: all 0.5s ease-in;
  filter: grayscale(1);
  opacity: 0.8;
}
#events .event-item > div:hover .event-cover i,
#events .event-item a:hover .event-cover i {
  display: block;
}
#events .event-item > div.list .event-cover i,
#events .event-item a.list .event-cover i {
  top: 40%;
}
#events .event-item > div.box,
#events .event-item a.box {
  padding: 0;
  display: block;
}
#events .event-item > div.box .event-details,
#events .event-item a.box .event-details {
  padding: 10px 20px;
}
#events .event-item > div.box .event-details .event-title,
#events .event-item a.box .event-details .event-title {
  font-size: 20px;
}
#events .event-item > div.box .event-details .see-more,
#events .event-item a.box .event-details .see-more {
  text-align: center;
}
#events .event-item > div.box.home .event-cover,
#events .event-item a.box.home .event-cover {
  justify-content: center;
}
#events .event-item > div.box.home .event-title,
#events .event-item a.box.home .event-title {
  font-size: 30px;
}
#events .event-item .box .see-more a {
  width: auto;
}

.club-location .background {
  text-align: center;
  display: block;
  position: relative;
  padding: 5rem 0;
  background-position: center;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}
.club-location .background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 0 0;
}
.club-location .background .content {
  position: relative;
  z-index: 1;
}
.club-location .background .content i {
  opacity: 0;
  font-size: 60%;
}
.club-location .background:hover .content i {
  opacity: 1;
}
.club-location .background:hover:before {
  background: rgba(0, 0, 0, 0.4);
}

#google-map {
  width: 100%;
}

.cover-container {
  background-position: center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  min-height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#whatsapp-groups i.fa-link {
  opacity: 0;
}
#whatsapp-groups a:hover i {
  opacity: 1;
}
#whatsapp-groups .cover-container {
  box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.9) inset;
  -webkit-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.9) inset;
  -moz-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.9) inset;
}
#whatsapp-groups .cover-container a {
  display: block;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-shadow: 0 0 10px #000;
  padding: 0 10px;
}
#whatsapp-groups .cover-container:hover {
  box-shadow: 0px 0px 100px 39px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 0px 0px 100px 39px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 0px 0px 100px 39px rgba(0, 0, 0, 0.75) inset;
  transition: all 0.5s ease-in;
  filter: grayscale(1);
  opacity: 0.8;
}
#whatsapp-groups .cover-container:hover a {
  color: #fff;
}
#whatsapp-groups .input-group-text {
  border-radius: 0 0.375rem 0.375rem 0;
}

.my-popover {
  --bs-popover-bg: black;
}
.my-popover .popover-body {
  color: #fff !important;
}

.custom-map-control-button {
  background: #fff url("/img/front/mylocation-sprite-1x.png") 5px center no-repeat;
  border: #000;
  color: #000;
  font-size: 16px;
  padding: 10px 10px 10px 30px;
  margin: 10px 0 0 0;
}
.custom-map-control-button:hover {
  background-color: #eee;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*=col-] {
  flex-grow: 1;
}
.row.display-flex .box {
  height: 100%;
}

#fullCalendar .fc-h-event {
  cursor: pointer;
}

#comments .from-admin .author,
#comments .from-admin .comment-text {
  color: #0dcaf0;
}

#scoreboard {
  margin-bottom: 60px;
}
#scoreboard .row div {
  justify-content: center;
  align-self: center;
  text-align: center;
}
#scoreboard .row .position {
  font-weight: 700;
  font-size: 2em;
}
#scoreboard .row .name {
  font-size: 1.4em;
  text-align: left;
}
#scoreboard .row .name span {
  font-weight: 700;
}
#scoreboard .row .points {
  font-size: 2em;
  background: #495057;
  color: #fff;
  padding: 20px;
}

.account-details #scoreboard .points {
  font-size: 1.2em;
}

#thumbnail-carousel {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}
#thumbnail-carousel .thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
}
#thumbnail-carousel .thumbnail img {
  width: 100%;
  height: auto;
}

.splide__slide {
  opacity: 0.6;
}
.splide__slide.is-active {
  opacity: 1;
}
.splide__slide img {
  width: 100%;
  height: auto;
}

#chat-box {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}
#chat-box.owner {
  max-height: 500px;
}
#chat-box #chat-messages > div {
  display: block;
  width: 100%;
  position: relative;
  margin: 5px 0;
}
#chat-box #chat-messages > div:before {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
#chat-box #chat-messages > div p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 12px;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 10px;
}
#chat-box #chat-messages .sent {
  text-align: right;
}
#chat-box #chat-messages .sent:before {
  bottom: 15px;
  right: -7px;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #4b7bec transparent;
  transform: rotate(37deg);
}
#chat-box #chat-messages .sent p {
  color: #fff;
  background: #4b7bec;
  border-bottom-right-radius: 0;
}
#chat-box #chat-messages .sent .time {
  margin-right: 10px;
}
#chat-box #chat-messages .received:before {
  top: -6px;
  left: -7px;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #f5f5f5 transparent;
  transform: rotate(-37deg);
}
#chat-box #chat-messages .received p {
  color: #000;
  background: #f5f5f5;
  border-top-left-radius: 0;
}
#chat-box #chat-messages .time {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 5px;
}

#g_id_onload iframe,
.g_id_signin iframe {
  margin: 0 auto !important;
}

@media (max-width: 765px) {
  #events .event-item .box.home .event-details p {
    font-size: 80%;
  }
  #events .event-item .box.home .event-details .event-title {
    font-size: 24px;
  }
  #scoreboard .row .position,
  #scoreboard .row .image {
    margin-bottom: 20px;
  }
  #scoreboard .row .points {
    font-size: 1.4em;
  }
}
@media (max-width: 490px) {
  #events .event-item .box.home .event-details p {
    font-size: 75%;
  }
  #events .event-item .box.home .event-details .event-title {
    font-size: 20px;
  }
}
/*Responsive DIV table */
.div-table {
  display: table;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  font-weight: 400;
}
.div-table .table_row {
  display: table-row;
}
.div-table .theader {
  display: table-row;
  background: #000;
}
.div-table .theader .table_header:first-child {
  border-radius: 5px 0 0 0;
}
.div-table .theader .table_header:last-child {
  border-radius: 0 5px 0 0;
}
.div-table .table_header {
  display: table-cell;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.div-table .table_small {
  display: table-cell;
}
.div-table .table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
}
.div-table .table_row > .table_small > .table_cell {
  padding-top: 7px;
  padding-bottom: 7px;
  background: #fff;
  color: #000;
  border-bottom: #000 1px solid;
}
.div-table .table_row:hover > .table_small > .table_cell {
  background: #eee;
}
.div-table x.table_row:last-child > .table_small > .table_cell {
  border-bottom: 0 none;
}
.div-table .table_row > .table_small:first-child > .table_cell {
  border-left: #fff 1px solid;
}
.div-table .table_row > .table_small:last-child > .table_cell {
  border-right: #fff 1px solid;
}
.div-table .table_row:last-child > .table_small:last-child > .table_cell:last-child {
  border-bottom-right-radius: 5px;
}
.div-table .table_row:last-child > .table_small:first-child > .table_cell:last-child {
  border-bottom-left-radius: 5px;
}

@media screen and (max-width: 650px) {
  .div-table {
    display: block;
  }
  .div-table .theader {
    display: none;
  }
  .div-table .table_row > .table_small > .table_cell:nth-child(odd) {
    display: table-cell;
  }
  .div-table .table_cell {
    display: table-cell;
    width: 60%;
  }
  .div-table .table_cell:first-child {
    width: 40%;
  }
  .div-table .table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 20px;
    margin: 5% auto 0;
    text-align: center;
  }
  .div-table .table_small {
    display: table-row;
  }
  .div-table .table_row > .table_small:first-child > .table_cell:last-child {
    border-left: none;
  }
  .div-table .table_row > .table_small > .table_cell:first-child {
    border-left: #000 1px solid;
    background: #000;
    color: #fff;
  }
  .div-table .table_row > .table_small:first-child > .table_cell:first-child {
    border-top-left-radius: 5px;
    border-top: #000 1px solid;
  }
  .div-table .table_row > .table_small:first-child > .table_cell:last-child {
    border-top-right-radius: 5px;
    border-top: #000 1px solid;
  }
  .div-table .table_row > .table_small:last-child > .table_cell:first-child {
    border-right: none;
  }
  .div-table .table_row > .table_small > .table_cell:first-child {
    border-bottom: #fff 1px solid;
  }
  .div-table .table_row > .table_small > .table_cell:last-child {
    border-right: #000 1px solid;
  }
  .div-table .table_row > .table_small:last-child > .table_cell:first-child {
    border-bottom-left-radius: 5px;
    border-bottom: #000 1px solid;
  }
  .div-table .table_row > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
  }
}
@media screen and (max-width: 576px) {
  #scoreboard .row .position,
  #scoreboard .row .image {
    margin-bottom: 0;
  }
  #scoreboard .row .name {
    text-align: center;
    padding: 20px 0;
  }
}
@media screen and (max-width: 345px) {
  .body > .main {
    margin-top: 180px;
  }
}/*# sourceMappingURL=custom.css.map */