.icon-xx-large{
  font-size: xx-large;
}


.centered-h {
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  padding: 20px; 

  border-width: 8px;
  border-radius: 16px;
}

.messagebox-danger {
  border-color:  #ff0019;
  background-color: #f9b4b4;
}

.messagebox-danger i {
  color:#ff0019;
}

.messagebox-warning {
  border-color:  #ffc800;
  background-color: #f2f8a8;
}

.messagebox-warning i {
  color:#ffc800;
}

.messagebox-success {
  border-color:  #359704;
  background-color: #d2f4cb;
}

.messagebox-success i {
  color:#359704;
}


[data-tooltip]:hover::after {
  display: block;
  position: absolute;
  content: attr(data-tooltip);
  border: 1px solid black;
  color: #434242;
  padding: .25em;
  border-radius: 15px;
  padding: 8px;
  background-color: #ffffff;
  border-color: #ffb700;
  border-style: solid;
  border-width: thick;
  z-index: 999;
}

.form-control-image {
  display: block;
  width: 100%;
  padding: 0.475rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #322f4c;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cdd2d7;
  appearance: none;
  border-radius: 0.1875rem;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out;
  margin-top: 15px;
}


@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');


.label-message-upload-team{
  color: #b3afaf;
  font-size: 0.875rem;
}

.label-message-team{
  color: #b3afaf;
  margin-top: 20px;
}

#app{
   padding: 1rem;
   background: black;
   display: flex;
   height: 100%;
   justify-content: center; 
   align-items: center;
   color: #54FE55;
   text-shadow: 0px 0px 10px ;
   font-size: 6rem;
   flex-direction: column;
   font-family: 'Press Start 2P', cursive;
   box-sizing: border-box;
   .txt {
      font-size: 1.8rem;
   }
}
@keyframes blink {
    0%   {opacity: 0}
    49%  {opacity: 0}
    50%  {opacity: 1}
    100% {opacity: 1}
}

.blink {
   animation-name: blink;
    animation-duration: 1s;
   animation-iteration-count: infinite;
}



.image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Mantém a proporção da imagem */
  display: block;
}

.image-error .image {
  display: none; /* Oculta a imagem quando há erro */
}
/* Garante que o texto não quebre em várias linhas */
.text-container {
    width: 100%; /* Largura do container */
    overflow: hidden; /* Esconde o texto que ultrapassar o container */
    white-space: nowrap; /* Impede a quebra de linha */
}

/* Estilo e animação do texto */
.moving-text {
    display: inline-block; /* Permite que o texto se mova horizontalmente */
    padding-left: 100%; /* Começa o texto fora da tela à direita */
    animation: moveText 125s linear infinite; /* Animação de 10 segundos */
    margin-bottom: 0px;
    color: #000000;
    padding-top:2px;
    padding-bottom: 2px;    
}

/* Define a animação */
@keyframes moveText {
    0% {
        transform: translateX(0); /* Começa fora da tela à direita */
        transform-style: preserve-3d;
    }
    100% {
        transform: translateX(-100%); /* Move o texto para a esquerda */
        transform-style: preserve-3d;
    }
    
}

.join-discord-banner {
    background-color: #ffb700;
    justify-content: space-between;
    align-items: center;
    display: flex;
    overflow: hidden;
}

       .container-team{
        height: 100vh;
       }




.founder {
  text-transform: lowercase;
display: inline-block;
}

.founder::first-line {
  text-transform: capitalize;
}

       .card-team{

        width: 340px;
        border: none;
        border-radius: 15px;
        padding: 8px;
        background-color: #ffffff;
        position: relative;
        height: 340px;
        border-color: #ffb700;
        border-style: solid;
        border-width: thick;

       }

       .card-team-into{


        border: none;
        border-radius: 15px;
        padding: 8px;
        background-color: #ffffff;
        position: relative;
        min-height: 300px;
        max-height: 485px;
        border-color: #ff3e00;
        border-style: solid;
        border-width: thick;
       }

       .upper{

        height: 100px;

       }

       .upper img{

        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;

       }

       .user{
        position: relative;
       }

       .profile img{

        
        height: 80px;
        width: 80px;
        margin-top:2px;

       
       }

       .profile{

        position: absolute;
        top:-50px;
        height: 90px;
        width: 90px;
        border:5px solid #fff;

        border-radius: 50%;

       }

       .profile-member{

        position: absolute;
        height: 90px;
        width: 90px;
        border:3px solid #fff;

        border-radius: 50%;

       }

.follow {
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    width: 85px;
    margin-top: 48px;
    margin-bottom: 17px
}

       .stats span{

        font-size: 29px;
       }

       .stats{
        width: 33% !important;

       }

#site {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.badge-alien {
  color: #fff;
  background-color: #ff00bf;
}

.bg-open{
  background-color: #0969f4 ;
  color: #ffff;
}

.bg-login {
  /* The image used */
  background-image: url("../images/20240226-22.jpeg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-login{
  color: #ffffff;
}

td.diagonal {
  
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

td.diagonal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid #11f643;
  border-right: 10px solid transparent;
  width: 0;
}

.div-image-event{
  height: 373px;
  overflow: hidden;
  top: 0px;
  border-radius: 0px 10px 0 0;
  bottom: -33px;
  padding-left: 0px;
}  

.event-span-id{
  position: absolute;
    top: 10px!important;
    right: 30px!important;
    font-size: 22px;
    color: #E74C3C;
    font-weight: 800;
    background-color: white;
    border-radius: 6px;
    padding: 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px 0px;
  color: #ffffff !important;
  display: inline-block;
  text-decoration: none !important;
  font-family: futura;
  font-size: large;
    }

.wraper {
  display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 30px;
    max-width: 1280px!important;
    margin: 10px auto 0 auto;
}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  cursor: pointer;
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.back-event {
  background-image: url(/assets/img/trancient-upcoming-sessions-rookie.png);
  background-position: bottom right;
  padding: 10px;
  /* border-top-right-radius: 10px; */
}

.trackthumbnail[_ngcontent-elastic-ui-c33] {
  width: 100%;
  border-top-left-radius: 10px;
}

img {
  border-style: none;
}
user agent stylesheet
img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

.newsessioncontainer[_ngcontent-elastic-ui-c33] .sessioninfotable[_ngcontent-elastic-ui-c33] {
    background-color: transparent !important;
}

.darkMode {
    width: 100%;
    border: 0;
    max-width: 100%;
    background-color: #212121;
    border-spacing: 0;
    color: white !important;
}
.table-bordered {
    border: 0;
}



input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.ribbon-1 {
  position: fixed;
  background: #08769b;
  box-shadow: 0 0 0 999px #08769b;
  clip-path: inset(0 -100%);
}
.left {
  inset: 0 auto auto 0;
  transform-origin: 100% 0;
  transform: translate(-29.3%) rotate(-45deg);
}

.app_loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 0px solid #fff;
}


.media-grid-module__hover-text {
    max-height: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
}



.media-grid-module__media-grid {
    margin: -5px;
    padding: 0;
    zoom: 1;
}

.media-grid-listing-module .media-grid-module__media-item .media-grid-module__caption {
    bottom: -80px;
}

.media-grid-listing-module .media-grid-module__media-item:first-child .media-grid-module__caption {
    bottom: -163px;
    font-size: 1.4rem;
    color: #000;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.media-grid-module__media-grid .media-grid-module__media-item:first-child .media-grid-module__caption {
    bottom: -2px;
    font-size: 1.7rem;
    color: #000;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.media-grid-listing-module .media-grid-module__media-item .media-grid-module__caption {
    bottom: -80px;
}
.media-grid-module__caption {
    background: #fff;
    bottom: 0;
    display: block;
    padding: 20px 20px 40px;
    position: absolute;
    width: 100%;
    max-height: 98%;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    transition: height 0.25s;
    font-size: 1.4rem;
}


.media-grid-module__media-item a {
    color: #000;
    display: block;
    font-size: 1.5rem;
}

.quaternary-heading, .news-list-module__news-item a, .media-grid-module__media-item a, .footer-navigation .nav-item__nav-item {
    font-family: industry, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.media-grid-module__article {
    display: block;
    position: relative;
    width: 100%;
}

.media-grid-listing__primary-container {
    margin-left: 0;
    width: 74%;
    float: left;
    margin-right: 0.76336%;
    padding-left: 0;
}


.container, .utilitarian__container, .nav__container, .latest-feeds, .stats, .series-videos, .next-race-module, .series-point-standings, .indy-car-social, .ajax-panel-container .driver-detail, .secondary-nav__container, .affiliates__container, .copyright__container, .footer-navigation__container, .driver-listing, .media-grid-listing-module, .detail-section, .in-the-news__container, .news-detail, .content-module {
    max-width: 1270px;
    margin: 0 auto;
}

*, *:before, *:after {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

.media-grid-module__media-item:first-child {
    border-top: 0;
    width: 66.68%;
}
.media-grid-module__media-item {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 5px;
    position: relative;
    width: 33.32%;
}


.media-grid-listing-module .media-grid-module__media-item {
    margin-bottom: 80px;
}

.media-grid-listing-module .media-grid-module__media-item:first-child .media-grid-module__caption {
    bottom: -163px;
    font-size: 1.4rem;
    color: #000;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}


.media-grid-module__media-grid .media-grid-module__media-item:first-child .media-grid-module__caption {
    bottom: -2px;
    font-size: 1.7rem;
    color: #000;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}


.media-grid-module__article {
    display: block;
    position: relative;
    width: 100%;
}

.media-grid-module__media-item img {
    display: block;
    height: auto;
    width: 100%;
}



.list-news{
	margin-bottom:5px;	
}

.box-centralizado[data-v-e84accda] {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.rodape hr[data-v-e84accda] {
    background-color: #fff;
    height: 2px;
    width: 100%;
}
.link-rodape a[data-v-e84accda] {
    font-family: MetronicPro-Regular;
    color: #fff;
    text-decoration: none;
}

.rodape[data-v-e84accda] {
    margin-top: 60px;
}
.rede-social img[data-v-e84accda] {
    width: 40px;
}

 li.pointer{
        cursor: pointer;
 }


@media (min-width: 1380px) {
  .site-navbar .site-navigation .site-menu > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px 0px;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none !important;
    font-family: futura;
    font-size: x-large;
      }
}


@media (min-width: 1012px) {
  .pane-event{
    min-width: 1280px!important;
  }
}


 @media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
  .pane-event{
    max-width: 410px!important;
  }


}

@media (min-width: 768px){
	.x-small{
		display:none;
	}
  .pane-event{
    max-width: 710px!important;
  }

}

@media (min-width: 850px) {
  .panel {
    min-width: 951px!important;}
  
    .pane-event{
      max-width: 800px!important;
    }
   
  }

  @media (min-width: 900px) {
    h1.heading {
      font-size: 3.25em;
      margin: 0 0 0.3em;
    }
    .pane-event{
      max-width: 890px!important;
    }
  

    
  }

  


@media (max-width: 768px){
	.x-large{
		display: none;
	}
	.advertising{
    display: none !important;
  }
}
@media only screen and (width : 1024px) and (orientation : landscape) {    
  .advertising{
    display: none !important;
  }
}

@media (max-width: 880px){
	.carousel-caption {
		font-size: small;
	}
	.caption-head{
		font-size: small;
	}
	.news-text{
		color: #000;
	}
  .advertising{
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
  float: left;
  position: relative;
  width: 14%!important;
  bottom: -34px;
  margin-top: -36px;
  } 
  .div-image-event{
    height: 373px;
    overflow: hidden;
    top: 0px;
    bottom: -33px;
    padding-left: 0px;
    border-radius: 0 0 0 0;
  }  

}

@media (max-width: 760px) {

  .pane-event{
    max-width: 720px!important;
  }
  .wraper {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 10px auto 0 auto;
    padding-right: 2px!important;
    padding-left: 2px!important;
  
  }

  .advertising{
    display: none !important;
  }

}

@media (max-width: 480px) {
  .site-navbar .site-logo {
    display: none !important;

    } 

    .img-site-logo{
      display: none !important;
    }


.advertising{
  display: none !important;
}
  .h1-title-event{
    font-size: 27px;
  }
  .td-car{
    display: none !important;
  }
  .th-car{
    display: none !important;
  }
  .pane-event{
    max-width: 409px!important;
  }
  .wraper {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 10px auto 0 auto;
    padding-right: 2px!important;
    padding-left: 2px!important;
  
  }

}

.site-navbar .site-logo {
  float: left;
  position: relative;
  width: 14%!important;
  bottom: -34px;
  margin-top: -36px;
  height: auto; /*or your image's height*/
  margin: 0;
  padding: 0;

  } 

.carousel-caption {
   background-color: rgb(161 144 117 / 70%);
   background-blend-mode: multiply;
    /*position: relative!important;
    bottom: 173px;*/
    right: 0px!important;
    left: 0px!important;   
    padding-top: 8px;
    padding-bottom: 0px;
}

.logo-cell{
	height: 61px;
	font-family: futura;
	font-size: large;
}

.col-date{
	    position: relative;
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0x !important;
}

  .top-item {
    display: table;
    width: 100%;
}

 .item-list ul li {
    float: left;
    width: 100%;
}


.table-col {
    display: table;
    width: 100%;
}

.country {
    position: relative;
    width: 100%;
    text-align: center;
    padding-right: 17px;
}
.country-name {
text-transform: capitalize;
}

 .date {
    width: 6.42857rem;
    padding-top: 12px;
    padding-bottom: 12px;
}

 .date {
    width: 4.35714rem;
    padding-top: 10px;
    padding-right: 0.71429rem;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;
    background: transparent url(../images/date_points_bg.png) no-repeat scroll right -40px;
    -moz-transition: background-position 0.2s;
    -o-transition: background-position 0.2s;
    -webkit-transition: background-position 0.2s;
    transition: background-position 0.2s;
}
 .cell {
    display: table-cell;
    vertical-align: middle;
}
 .from-date {
    padding-right: 0.21429rem;
}

.date-inner {
    display: inline-block;
}

 .day {
    font-size: 1.57143rem;
}
 .day,  .month {
    line-height: 1.1;
}




@font-face {
	font-family: "web";
	src: url('../vendors/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.1');
}

    @font-face {
        font-family: "futura";
        font-weight: bold;
        src: url("../fonts/futura.otf");
    }

.load{
      width:100%;
      height:100%;
      position:absolute;
      top:0px;
      left:0px;
      color: #686662;
      z-index: 87654;
 }

.load-span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}

.name-menu-top {
    font-size: initial;
    padding: 10px 40.5px 7px 40.5px;
    background-color: #f8e598;
    border: #f8dd0d;
    border-style: solid;
}


.block-title-convenio {
    color: #646869;
    margin: 2px 2px 10px;
    background-color: #454242;
    border-bottom: 2px solid #00a8dc;
    color: #ffffff;
    padding-top: 1px;
}

.input-group{
	margin-bottom:15px;
}
.top-login{
  border-color: #ffb700; 
  border-style: solid;
  border-width: 3px 3px 3px 3px;
}


.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #1e94d2;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #1e94d2;
  border-color: #1e94d2;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1e94d2;
}
.panel-primary > .panel-heading .badge {
  color: #1e94d2;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1e94d2;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}




color-write{
	color: #ffffff;
}

.ALIEN{
	background-color: #f599ec;
  color: #333333;
}


.PRO{
	background-color: #fff;
  color: #333333;
}
.SILVER{
	background-color: rgb(190, 189, 188);
  color: #333333;
}
.AM{
	background-color: #ff1900;

}
.PRO-AM{
	background-color: #000;
  color: #ffffff;
}


.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

a:not([href]):not([tabindex]) {
    color: #fff !important;
    text-decoration: none;
}

.nav-item a.dropdown-item {
	color:#696767;
    /* color: white; */
}

.btn {
  padding-right:0.35rem !important;
  padding-left:0.35rem !important;
  padding-top:0.35rem !important;
  padding-bottom:0.35rem !important;
  font-size: 0.9rem !important;
}
.panel-body{
  background-color:#454d55;
}
.nav-item a{
  color: white;
}

.border-none{
  border-color: #343a40;
    border-style: none;
    text-align: center;
}

.rotate-result{
  writing-mode: vertical-lr;
}


.modal{
  z-index: 99999;
}


.label-register{
  color: #ffffff;
}




.site-header {
    font-family: univia-pro,sans-serif;
    position: fixed;
    width: 100%;
    z-index: 30;
    background-color:#2f2c2c;
}


.row-5fun{
padding-bottom: 70px;
}


.card-image {
  width: 100%;
  height: 100%;
}


.img-cover {
object-fit: cover;
}


.list-group-item{
	padding: 0.5rem 0.5rem !important;
}

.title-card{
  position: absolute;
  text-align: center;
  background-color: white;
  width: 350px;
  padding-top: 5px;
}

    .txt4-weight{
      font-size:22px;
      position: relative;
      color: #E74C3C;
      font-weight: 800;
  }

.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}

@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}

.card {
    margin-bottom: 120px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s;     
    max-width: 300px;
    min-width: 300px;
    margin-bottom:30px !important;
        margin: 0 auto; /* Added */
        float: none!important; /* Added */
  
}

.card-champions {
  margin-bottom: 120px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
  transition: box-shadow .25s;     
  /*min-width: 300px;*/
  margin-bottom:30px !important;
      margin: 0 auto; /* Added */
      float: none!important; /* Added */

}


.card-news-lg {
    margin-bottom: 120px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s;     
    max-width: 500px;
    min-width: 500px;
    margin-bottom:30px !important;
        margin: 0 auto; /* Added */
        float: none!important; /* Added */
  
}

.card-login {
    margin-bottom: 120px;
    line-height: 1.42857143;
    background-color: #454242;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s;     
    margin-bottom:30px !important;
        margin: 0 auto; /* Added */
        float: none!important; /* Added */
  
}



.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

.layout_fragment{
	margin-top: 41px;
}


    h1{
        text-align: center;
        color: #908c8c;
    }
    .cardcontainer{
        width: 350px;

        background-color: white;
        margin-left: auto;
        margin-right: auto;
        transition: 0.3s;
    }

    .photo{
        height: 300px;
        width: 100%;
    }
    .photo img{
        height: 100%;
        width: 100%;
    }
    .txt1{
        margin: auto;
        text-align: center;
        font-size: 17px;
    }
    .content{
        width: 100%;
        height: 320px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .photos{
        width: 90px;
        height: 30px;
        background-color: #E74C3C;
        color: white;
        position: relative;
        top: -30px;
        padding-left: 10px;
        font-size: 20px;
    }
    .txt4{
        font-size:20px;
        position: relative;
        color: #E74C3C;
    }



    .txt5{
        position: relative;
        font-size: 23px;
    }
    .txt2{
        position: relative;
        top: 10px;
    }
    .credits {
      clear: both;
      color: #403f3f;
      padding-right: 0.5em;
  }
  
  .credits a {
      color: #ffffff;
  }

    .footer{
      position: fixed;
      left: 0;
      right: 10px;
      bottom: 0;
      width: 100%;
      color: white;
      background-color: white;
      text-align: center;
    }
    .btn{
        position: relative;
    }
    #heart{
        cursor: pointer;
    }
    .like{
        float: right;
        font-size: 22px;
        position: relative;
        top: 20px;
        color: #333333;
    }
    .fa-gratipay{
        margin-right: 10px;
        transition: 0.5s;
    }
    .fa-gratipay:hover{
        color: #E74C3C;
    }
    .txt3{
        color: gray;
        position: relative;
        top: 18px;
        font-size: 14px;
    }
    .comments{
        float: right;
        cursor: pointer;
    }
    .fa-clock, .fa-comments{
        margin-right: 7px;
    }






.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px!important;
  margin-left: 0px!important;
}

.img-logo{
	margin-bottom: -37px;
}


.img-logo-login{
	margin-top: -57px;
}



body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: rgb(38, 38, 38);
 }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

.text-black {
  color: #ffff !important; }

p {
  color: #908c8c;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
  color: #908c8c;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  background-color: rgb(38, 38, 38);
}


.top-menu{
  border-color: #ffb700; 
  border-style: solid;
  border-width: 0 1px 4px 1px;
  height: 51px!important;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 0rem; }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; 
    bottom: -24px;
  }
  .site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
    position: absolute;
    bottom: -37px

  }
  .site-navbar .site-logo a {
      color: #89ba16;
      
  }

  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; 
  }
  .site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0; 
  }
    .site-navbar .site-navigation .site-menu .active {
      color: #ffb700 !important; 
      font-weight: bold;
    }

    .site-navbar .site-navigation .site-menu .admin .active {
      font-weight: bold;
      background-color: #6cabef;
    }


    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; 
    }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; 
    }

    .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #89ba16; }
      .site-navbar .site-navigation .site-menu > li.active > a {
        color: #89ba16 !important; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #89ba16;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #89ba16 !important;
            background: #f8dd0d; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8dd0d;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8dd0d;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #89ba16; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #89ba16; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #89ba16; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #89ba16; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8dd0d; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: relative;
  top: 0; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(0, 0, 0, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #000 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #89ba16; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #89ba16 !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }



        .checkbox-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 15px;
          max-width: 900px;
          margin: 0 auto;
      }
      
      .checkbox-item {
          display: flex;
          align-items: center;
          padding: 10px;
          background-color: #f5f5f5;
          border-radius: 5px;
          transition: all 0.2s;
      }
      
      .checkbox-item:hover {
          background-color: #e0e0e0;
      }
      
      .checkbox-item input[type="checkbox"] {
          margin-right: 10px;
          transform: scale(1.2);
      }
      
      /* Estilo quando o limite é atingido */
      .checkbox-item.limit-reached {
          opacity: 0.6;
      }
      
      .checkbox-item.limit-reached:not(.selected) {
          pointer-events: none;
      }
      
      .selected {
          background-color: #d4edda;
      }
      
      .counter {
          text-align: center;
          margin: 20px 0;
          font-weight: bold;
      }
      
      @media (max-width: 768px) {
          .checkbox-grid {
              grid-template-columns: repeat(2, 1fr);
          }
      }
      
      @media (max-width: 480px) {
          .checkbox-grid {
              grid-template-columns: 1fr;
          }
      }
