.html,
.body {
  font-family: 'Roboto', sans-serif;
  background-color: #F5F5F5;
}

/* ====== FIX: select dropdown text clipping ====== */
select.form-control {
  height: auto !important;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.m4{
  background-color: #F5F5F5; 
}
  .semibold-text {
    font-weight: 600;
  }
  
  .header {
    background: #3305fe;
    color: white;
    padding: 1rem;
  }

  .bg-gray {
    background: #3305fe
  }

 /* CSS PARA OS TITLES */

 .subtitle-card-event{
  color: #8c8989;
  text-align: left;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 20px;
  font-weight: 600;
 }

 .text-event-card{
  color: #000000;
  text-align: left;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
 }

 .samurai-title{
  color: #3305fe;
  text-align: left;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  position: relative;
 }

 .samurai-subtitle{
  color: #3305fe;
  text-align: left;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin: 20px;
}

.default-title-h5{
  color: #292d32;
  text-align: left;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}

.default-title-h4{
  color: #292d32;
  text-align: left;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.datas-importantes-title{
  color: #000000;
  text-align: left;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-weight: 600;
  position: relative;
}

.table-data-text{
  color: #000000;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.datas-importantes-text{
  color: #000000;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-weight: 400;
  position: relative;
}

.profile-header-text{
  margin-top: 20px;
  margin-left: 15px;
  text-align: left;
  background-color: #F5F5F5;
}

.gray-subtitle{
  color: #8c8989;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.gray-subtitle-sm{
  color: #8c8989;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.text-table-sm{
  color: #292d32;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.form-label-sm{
  color: #292d32;
  text-align: left;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.profile-filter{
  box-sizing: border-box;
  background: #d9d9d9;
  height: 69px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.samurai-card-header{
  text-align: left;
}

.label-left{
  text-align: left;
}

.label-text{
  color: #8c8989;
  font-weight: 450;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  text-transform: uppercase;
}


.features {
  margin-top: -10px;
}

.evento-info h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3rem; /* Ajuste conforme necessário para garantir 2 linhas */
  line-height: 1.5rem; /* Altura de cada linha */
}

.features .item {
  padding: 35px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-color: #fff;
  text-align: center;
}

.features .item h4 {
  font-size: 17px;
  margin-top: 25px;
  text-transform: uppercase;
}

.features .item .image {
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  background-color: #0071f8;
  border-radius: 50%;
  transition: all .3s;
}

.features .item:hover .image {
  background-color: #ee626b;
}

.carousel-fade-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px; /* Altura do efeito */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none; /* Garante que não interfira na navegação */
}



  
 /* CSS PARA OS BUTTONS */

 .btn-simple {
  background: transparent;
  border-radius: 5px;
  border-style: solid;
  border-color: #3305fe;
  color: #3305fe;
  border-width: 2.5px;
  width: 122px;
  height: 37px;
  position: relative;
  box-sizing: border-box;
}


.btn-fill{
  background: #3305fe;
  border-radius: 10px;
  border-style: solid;
  color: #FFF;
  border-color: #3305fe;
  border-width: 3px;
  width: 135px;
  height: 51px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.btn-outline{
  background: #d9d9d9;
  border-radius: 10px;
  border-style: solid;
  border-color: #3305fe;
  color: #3305fe;
  border-width: 3px;
  width: 135px;
  height: 51px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.btn-outline-lg{
  background: #d9d9d9;
  border-radius: 10px;
  border-style: solid;
  border-color: #3305fe;
  border-width: 2.5px;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 45px;
  padding: 10px;
  transition: all 0.2s ease;
  color: #3305fe;
  text-align: center;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: clamp(12px, 2.5vw, 16px); /* Ajusta o tamanho da fonte dinamicamente */
  font-weight: 600;
  line-height: 1; /* Garante que o texto fique centralizado verticalmente */
  overflow: hidden; /* Evita que o texto ultrapasse os limites do botão */
  text-overflow: ellipsis; /* Adiciona reticências se o texto for muito longo */
  white-space: nowrap; /* Impede que o texto quebre em várias linhas */
}

.no-underline {
  text-decoration: none; /* Remove o sublinhado padrão */
}

.no-underline:hover {
  text-decoration: none; /* Garante que o sublinhado não apareça ao passar o mouse */
}

.btn-fill-lg {
  background: #3305fe;
  border-radius: 10px;
  border-style: solid;
  color: #FFF;
  border-color: #3305fe;
  border-width: 2.5px;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 45px;
  padding: 10px;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center; 
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: clamp(12px, 2.5vw, 16px); /* Ajusta o tamanho da fonte dinamicamente */
  font-weight: 600;
  line-height: 1; /* Garante que o texto fique centralizado verticalmente */
  overflow: hidden; /* Evita que o texto ultrapasse os limites do botão */
  text-overflow: ellipsis; /* Adiciona reticências se o texto for muito longo */
  white-space: nowrap; /* Impede que o texto quebre em várias linhas */
}

.btn-green-fill-lg {
  background: #198754;
  border-radius: 10px;
  border-style: solid;
  color: #FFF;
  border-color: #198754;
  border-width: 2.5px;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 45px;
  padding: 10px;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center; 
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: clamp(12px, 2.5vw, 16px); 
  font-weight: 600;
  line-height: 1;
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap; 
}


.btn-green-fill-lg:hover {
  background: #136840;
  border-radius: 10px;
  border-style: solid;
  color: #FFF;
  border-color: #136840;
  border-width: 2.5px;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 45px;
  padding: 10px;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center; 
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: clamp(12px, 2.5vw, 16px); 
  font-weight: 600;
  line-height: 1;
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap; 
}



.btn-danger-outline-lg {
  background: transparent;
  border-radius: 10px;
  border-style: solid;
  color: #DC3545;
  border-color: #DC3545;
  border-width: 2.5px;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 45px;
  padding: 10px;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center; 
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: clamp(12px, 2.5vw, 16px); /* Ajusta o tamanho da fonte dinamicamente */
  font-weight: 600;
  line-height: 1; /* Garante que o texto fique centralizado verticalmente */
  overflow: hidden; /* Evita que o texto ultrapasse os limites do botão */
  text-overflow: ellipsis; /* Adiciona reticências se o texto for muito longo */
  white-space: nowrap; /* Impede que o texto quebre em várias linhas */
}

.btn-danger-outline-lg:hover {
  background:  #DC3545;
  border-radius: 10px;
  border-style: solid;
  color: #FFF;
  border-color: #DC3545;
  border-width: 2.5px;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 45px;
  padding: 10px;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center; 
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: clamp(12px, 2.5vw, 16px); /* Ajusta o tamanho da fonte dinamicamente */
  font-weight: 600;
  line-height: 1; /* Garante que o texto fique centralizado verticalmente */
  overflow: hidden; /* Evita que o texto ultrapasse os limites do botão */
  text-overflow: ellipsis; /* Adiciona reticências se o texto for muito longo */
  white-space: nowrap; /* Impede que o texto quebre em várias linhas */
}

.btn-fill-lg:hover {
  background-color: #2300aa;
  border: none;
  transform: translateY(-2px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}

.btn-outline-lg:hover {
  background-color: #3305fe;
  border: none;
  color: #D9D9D9;
  transform: translateY(-2px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}

.btn-white-outline{
  background: #3305fe;
  border-radius: 7px;
  border-style: solid;
  border-color: #d9d9d9;
  color: #d9d9d9;
  border-width: 3px;
  width: 110px;
  height: auto;
  padding: 5px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.btn-white-outline:hover{
  background: linear-gradient(to left, #000000 0%, #000066 50%, #4019F0 100%);
  border-radius: 7px;
  border-style: solid;
  border-color: #d9d9d9;
  color: #FFF;
  border-width: 3px;
  width: 110px;
  height: auto;
  padding: 5px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.btn-foto-outline{
  background: #3305fe;
  border-radius: 10px;
  border-style: solid;
  border-color: #d9d9d9;
  color: #d9d9d9;
  border-width: 2px;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.menu-responsavel{
  background-color: #FFF ;
  border-color: #4a00e0;
  color: #4a00e0;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 550;
  text-transform: uppercase;
  border-radius: 15px;
}

.menu-responsavel:hover{
  background: linear-gradient(135deg, #1b014e, #3305fe, #120038);
  border-color: #4a00e0;
  color: #FFF;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 550;
  text-transform: uppercase;
  border-radius: 15px;
}

@media (min-width: 344px) {
  .menu-responsavel {
    margin-bottom: 8px;
  }
}



.whatsapp-button {
  position: fixed;
  top: 76%;
  right: 0.5%;
  padding: 10px;
  z-index: 10000000;
}


.whatsapp-button img {
  width: 65px;
  border-radius: 50%;
  vertical-align: middle;
  border: 0;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.card-next-event{
  text-align: left;
  background-color: #d9d9d9 ;
  border-radius: 15px;
  color: #000000;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 550;
  text-transform: uppercase;
}





 /* CSS PARA A TOOLBAR/EVENTHEADER/ DO SITE */




 .event-header > .sc-container {
  position: relative;
}

.event-header .event-info {
  display: flex;
  gap: var(--spacing-16);
  padding-top: var(--spacing-16);
  color: var(--white);
}

.event-header .event-info h1 {
  font-size: var(--font-size-medium);
  margin: 0;
}


.event-header .event-info .event-title .sub-header {
  margin-bottom: calc(var(--spacing-2) * -1);
}

.event-header .event-avatar {
  position: relative;
}

.event-header .event-avatar .bottom-layer {
  position: absolute;
  inset: 0;
  border-radius: var(--spacing-12);
  filter: blur(50px);
}

.event-header .event-avatar .top-layer {
  position: relative;
}

.event-header .event-info .event-avatar img {
  border-radius: var(--spacing-4);
  height: calc(var(--spacing-32) * 1.1875);
  max-width: unset;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.50);
  width: auto;
}


.event-header {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  background: var(--gray-1);
  border-bottom: 1px solid var(--white-15);
}

.event-header .sc-nav .badge {
  color: var(--black);
}
@media (max-width: 991px) {
  .event-header .sc-nav .badge {
        position: absolute;
        top: 1px;
        right: 0;
  }
}


.event-header .sc-nav {
  margin-top: var(--spacing-12);
}

  .event-header .event-info {
    align-items: center;
  }
@media (min-width: 576px) {

  .event-header .event-info .event-title,
  .event-header .event-info .event-title > a,
  .event-header .event-info .event-title h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .event-header .event-info .event-btns {
    position: relative;
    inset: 0;
  }

  .event-header .settings-btn-mobile {
    display: none;
  }
  .event-header .settings-btn-desktop {
    display: flex;
  }
  .event-header .reg-btn-desktop {
    display: flex;
  }
  .event-header .reg-btn-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .event-header .sc-nav {
    margin-top: var(--spacing-16);
  }
}

.sc-26 .sc-context-menu{
  background:var(--gray-3);
  padding:var(--spacing-8);
  border:1px solid #4d4d4d;
  box-shadow:0 0 0 1px rgba(0,0,0,.25);
  border-radius:var(--spacing-6);
  min-width:210px;
  position:relative
}
.sc-26 .sc-context-menu a,.sc-26 .sc-context-menu a:hover{
  color:var(--white);
  cursor:pointer
}
.sc-26 .sc-context-menu .sc-context-menu-item{
  display:flex;
  align-items:center;
  padding:var(--spacing-4) var(--spacing-8);
  border-radius:var(--spacing-4);
  white-space:nowrap;
  gap:var(--spacing-8)
}






  /* CSS PARA O QUADRO DE FILTRO DA PAGINA PRINCIPAL */
  .filtro {
    background-color: #dcdcdc;
    padding: 16px 32px;
    border-radius: 15;
  }
  
  .filtro h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left; /* Garante que o texto fique alinhado à esquerda */
  }
  
  .filtro-controles {
    display: flex;
    gap: 24px; /* Espaçamento entre os campos */
    align-items: center;
    justify-content: center; /* Centraliza os campos horizontalmente */
    margin-top: 16px; /* Espaçamento entre "Filtro" e os campos */
    flex-wrap: wrap; /* Permite os itens quebrarem para a próxima linha */
  }
  
  .filtro-item {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 300px; /* Limita o tamanho máximo */
    width: 100%; /* Ocupa toda a largura disponível nos dispositivos móveis */
  }
  
  .filtro-item input,
  .filtro-item select {
    padding: 8px;
    border: none;
    border-bottom: 2px solid black;
    background-color: transparent;
    font-size: 0.9rem;
    width: 100%;
  }
  
  .filtro-item select {
    appearance: none;
    background: none;
    cursor: pointer;
  }
  
  .filtro-item select:focus,
  .filtro-item input:focus {
    outline: none;
  }
  
  .search-btn {
    background: none;
    border: none;
    position: absolute;
    right: 8px;
    cursor: pointer;
  }
  
  .search-btn svg {
    fill: black;
  }
  
  /* Estilos responsivos para dispositivos móveis */
  @media (max-width: 768px) {
    .filtro-controles {
      justify-content: flex-start; /* Alinha os campos à esquerda */
    }
  
    .filtro-item {
      max-width: none; /* Remove o limite de largura */
      margin-bottom: 16px; /* Adiciona espaçamento entre os campos */
    }
  
    .search-btn {
      right: 16px; /* Ajusta o botão de busca */
    }
  }



  /* CSS PARA O CARDS DE EVENTOS DA PAGINA PRINCIPAL */
  .eventos {
    padding: 10px;
  }

  .ranking-description{
    text-align: center;
    color:#2300aa;
    text-decoration: none;
  }
  
  .eventos h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
  }
  
  .eventos-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  
  .eventos-filtros {
    margin-left: auto; /* Move os botões para o lado direito */
    display: flex;
    gap: 8px;
  }

  .evento-info {
   padding: 15px;
   background: #d9d9d9;
   position: relative;
   box-sizing: border-box;
   text-align: left;
  }

  .event-card{
    background: #d9d9d9;
  }

  @media (max-width: 768px) {
    .event-card {
      background: #d9d9d9;
    }
  }




  .evento-info h5 {
    color: #272626;
    text-align: left;
    font-weight: 600;
    position: relative;
    box-sizing: border-box;
  }

  
  .evento-info p {
    color: #4d4d4d;
    font-size: 11px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
  }

  
  .filtro-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
    border: 2px solid #3305FE;
    background-color: #ffffff;
    color: #3305FE;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .filtro-btn.ativo {
    background-color: #3305FE;
    color: #ffffff;
  }
  
  .filtro-btn:hover {
    background-color: #3305FE;
    color: #ffffff;
    border-color: #3305FE;
  }
  
  .trending-box .item  {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 30px;
  }

  
  
  .trending-box .item .down-content a {
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background-color: #0af886;
    color: #fff;
    border-radius: 50%;
    right: 25px;
    bottom: 25px;
    transition: all .3s;
  }

.container-events{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 3%;
    padding-top: 1%;
}

.filter-header{
  background-color: #3305FE;
  padding: 15px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

@media (max-width: 768px) {
  .filter-header{
    display: none;
  }

  .filter-container{
    padding-bottom: 20px;
    padding-top: 20px;
  }
}


.filter-container{
  background-image: url('../img/background/dark-bg.jpg'); /* Substitua pelo caminho correto da imagem */
  background-size: cover; /* Faz a imagem cobrir toda a div */
  background-position: center; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Evita repetição da imagem */
  padding-bottom: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header-filter-container{
  background-color: #d9d9d9;

}


.container-row{
    padding: 3%;
}

  
  .evento-mes {
    background-color: #3305FE;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
  }
  
  .evento-dia {
    background-color: #eaeaea;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
  }
  
  .btn-ver-mais {
    margin: 32px auto 0;
    display: block;
    padding: 12px 24px;
    font-size: 1rem;
    background-color: #3305FE;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s ease;
  }
  
  .btn-ver-mais:hover {
    background-color: #3305FE;
  }

  .custom-toggle {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    width: fit-content;
    border: 1px solid #ddd;
  }

  .custom-toggle .btn {
    flex: 1;
    border: none;
    font-weight: bold;
  }

  .custom-toggle .btn.active {
    background-color: #3305FE;
    color: #fff;
  }

  .custom-toggle .btn:not(.active) {
    background-color: #D9D9D9;
    color: #000;
  }


  /* CSS PARA A SESSÃO DE RANKING DA PAGINA INICIAL DO SITE */

  .ranking-section {
    background-color: #3f00ff;
    color: white;
    border-radius: 20px;
    padding: 30px;
    margin: 20px auto;
  }

  .ranking-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .card {
    background-color: #f4f4f4;
    border: none;
    border-radius: 10px;
    text-align: center;
  }

  

  .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: auto;
  }

  .card .btn {
    background-color: #3f00ff;
    color: white;
    border-radius: 5px;
    border: none;
  }

  .card .btn:hover {
    background-color: #2a00b3;
  }

  @media (max-width: 768px) {
    .card {
      margin-bottom: 15px;
    }
  }


.card-slider{
  border-radius: 25px;
  transition: all 0.3s;
  padding-top: 5%;
  padding-bottom: 5%;
}

.carousel-container {
  padding: 45px;
  background-color: #3305fe;
  color: #D9D9D9;
  text-transform: uppercase;
  background-image: url("../img/background/sectionranking.png");
  background-size: cover;
  margin-top: 20px;
  /* Para ficar junto ao footer */
}

.hd-background{
  background-image: url("../img/background/sectionranking.png");
  background-size: cover;
}

.header-container{
  background: linear-gradient(135deg, #1b014e, #3305fe, #120038);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 10%;
  text-transform: uppercase;
  color: #D9D9D9;
}


.custom-ranking-container{
  position: relative;
  overflow: auto;
  background-image: url('../img/background/dark-bg.jpg'); /* Substitua pelo caminho correto da imagem */
  background-size: cover; /* Faz a imagem cobrir toda a div */
  background-position: center; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Evita repetição da imagem */
}

.carousel-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "RobotoCondensed-SemiBold", sans-serif;
  font-weight: 600;

}

.carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Remove scrollbar no Firefox */
}

.carousel::-webkit-scrollbar {
  display: none;
  /* Remove scrollbar no Chrome/Safari */
}

.navbar-samuraip{
  background-color: #3305fe;
}


.ranking-row h3{
  color: #ffffff;
  text-align: left;
  font-family: "RobotoCondensed-SemiBold", sans-serif;

  font-weight: 600;
  position: relative;
}

.card-ranking{
  box-sizing: border-box;
  background: #d9d9d9;
  width: 238px;
  height: 269px;
  position: relative;
}

.ranking-row{
  display: flex;
  flex-direction: column; /* Alinha itens verticalmente */
  padding: 9%; 
  width: 100%;      
  box-sizing: border-box;
  background: #3305fe;
  border-radius: 95px 95px 0px 0px;
  position: relative;
}

.btn-circular-ranking {
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
  padding: 0;
  background: none; /* Remove qualquer fundo indesejado */
}

.btn-circular-ranking img {
  width: 100%;
  height: 100%; 
  border-radius: 50%;
  object-fit: cover;
}

.btn-circular-ranking:hover {
  transform: scale(1.1);
}


  /* CSS PARA O FOOTER */

  .gradient-footer {
    background: linear-gradient(135deg, #4019F0 0%, #3305fe 100%);
}

.social-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ffffff;
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    box-shadow: none;
}

.accordion-item{
  margin-bottom: 5px;
}

.accordion-button{
  background-color: #4a00ff ;
  color: #D9D9D9;
}

.accordion-button ::after{
  background-color: #4a00ff ;
  color: #D9D9D9;
}




/* CSS PARA RESPONSAVEL-ATLETA */
/* 1 - PAINEL DE FILTRO */
.filter-bar {
  background-color: #D9D9D9;
  padding: 10px 20px;
  border-radius: 10px;
}

.filter-bar input,
.filter-bar select {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 5px 10px;
}

.btn-add {
  background-color: transparent;
  border: 2px solid #4a00ff;
  color: #4a00ff;
  border-radius: 50px;
  font-weight: bold;
  padding: 5px 15px;
  text-transform: uppercase;
}


.btn-add:hover {
  background-color: #4a00ff;
  color: #0000;
}




/* PROFILE */
.text-center{
  text-align:center
}

.center-block{
  display:block;
  margin-left:auto;
  margin-right:auto
}

.img-circle{
  border-radius:50%;
  border-style: solid;
  border-width: 2px;
  border-color: #4a00ff;
}


@media(max-width:480px){
  .herocover .font-size-xl{
      font-size:18px;
      font-size:1.125rem
  }
  .herocover .font-size-lg{
      font-size:12px;
      font-size:.75rem
  }
  .herocover .countdown-timer{
      display:none
  }
}

.samurai-default-card{
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: left;
}



/* CSS PARA OS CARDS */

#cardProfile{
  background-color: #D9D9D9;
  border-radius: 15px;

}

.event-profile-img{
  width: 150px;
  border-radius: 15px;
  border-color: #3305FE;
  border-style: solid;
  border-width: 1.5;
}

@media (max-width: 768px) {
  .event-profile-img {
    margin-bottom: 15px;
  }
}

.msg-container {
  background-color: #3305fe; 
  padding: 15px;
}

.msg {
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  border: solid 1px #3305fe;
  border-radius: 15px;
  text-align: center;
}

.msg.error {
  color: #FFF;
  background-color: #e75e8d;
  border-color: #e75e8d;
}

.msg.success {
  color: #3305fe;
  background-color: #F5F5F5;
  border-color: #3305fe;
}

#msg-inscricao{
  color: #3305fe;
  background-color: #F5F5F5;
  border-color: #3305fe;
}

#msg-alteracaProfessor{
  color: #3305fe;
  background-color: #F5F5F5;
  border-color: #3305fe;
}


/* CSS PERFIL PROFESSOR */
.profile-page .page-header {
  height: 160px;
  background-position: center;
  background-color: #3305fe;
}

.page-header {
  height: 100vh;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}

.main-raised {
  margin: -60px 30px 0;
  border-radius: 6px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  margin-bottom: 2%;
}

.main {
  background: #FFF;
  position: relative;
  z-index: 3;
}

.profile-page .profile {
  text-align: center;
}

.profile-page .profile img {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.event-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 10px 16px;
  max-width: 500px;
  gap: 16px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
}

.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom, #4a00e0, #8e2de2);
  color: white;
  padding: 6px 10px;
  border-radius: 8px;
  text-align: center;
  min-width: 50px;
}

.event-date .day {
  font-size: 16px;
  font-weight: bold;
}

.event-date .month {
  font-size: 12px;
  text-transform: uppercase;
}

.event-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-info h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  color: #222;
}

.event-info h3 span {
  font-weight: 500;
}

.event-info p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #555;
}

.event-img img {
  width: 100px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  border-color: #D9D9D9;
  border-style: solid;
}

@media (max-width: 768px) {
  .event-img img {
      width: 70px;
      height: 50px;
  }

  .event-info h3 {
      font-size: 11px;
      font-weight: 450;
      margin: 0;
      line-height: 1.2; 
      color: #222;
  }

  .event-info h3 span {
      font-weight: 400;
  }

}