.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .file-input__label {
    --bs-btn-padding-x: 0.65rem;
    --bs-btn-padding-y: 0.35rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    line-height: var(--bs-btn-line-height);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: var(--bs-btn-font-size)!important;
    font-weight: 600;
    color: #fff !important;
    border: 1px solid #383fff;
    font-size: 14px;
    aspect-ratio: 1/1;   
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);; 
    background-color: #333;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    transition: .3s all;
  }
  @media  screen and (max-width: 578px) {
    .file-input__label{
      aspect-ratio: initial;
      width:100%;
      display: flex;
      flex-direction: column;
    }
    .file-input{
      width: 100%;
    }
  }
  .file-input__label:hover{
    background-color: #383fff;
    color: #fff !important;
  }
  .file-input__label svg {
    height: 16px;
    margin-right: 4px;
  }
  .league-photo{
    aspect-ratio: 1/1;
    border-radius: 50%;
    width: 18px;
  }
  .profile-photo-min{
    aspect-ratio: 1/1;
    border-radius: 50%;
    width: 25px;
  }
    .cursor-pointer{
      cursor: pointer;
    }
  .br-30{
    border-radius: 30px;
  }
  .br-20{
    border-radius: 10px;
  }
  .post-image{
    border-radius: 15px;
  }

  .post-preview-container{
     height:60vh;
     aspect-ratio: 1/1;
  }
  #descricao-comentarios{
    border-bottom: 1px solid lightgray;
    
  }

 #comentarios {
    height: 50vh;
    overflow-y: auto; 
  

}
.d-flex{
    display: flex;
} 
.flex-row{
    flex-direction: row;
} 
.gap-1{
    gap: .25rem !important;
} 
.p-2{
    padding: .5rem !important;
} 
.ps-2{
    padding-left: .5rem !important;
} 
.pe-2{
    padding-right: .5rem !important;
} 
.align-items-center{
    align-items: center;
} 
.justify-content-start{
    justify-content: start;
}



*{
  transition: .1s all;
}
.bg-boleiro{
  background-color: #2b4a81;
}
.bg-nav {
  background-image: url("../../images/bg1.jpg");
}
.aba-esquerda{
  border-bottom-left-radius: 10px;
}
.aba-direita{
  border-bottom-right-radius: 10px;
}
.bg-profile-card{
  border-radius: 10px 10px 0px 0px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
 
}
.bg-bottom-profile-card{
  border-radius: 0px 0px 10px 10px;
}

.aba-link-profile:hover{
  background-color: #405983;
  color: white!important;
}

.profile-principal {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 8em;
  height: 8em;
  border-radius: 50%;

  border: 1px solid #2b4a81;
}
.card-profile {
  border-radius: 20px;
  width: 50%;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
body{
  font-family: "Montserrat", sans-serif!important ;
  -webkit-font-smoothing: antialiased;
}

.loader {
  display: block;
  --height-of-loader: 4px;
  --loader-color: #0071e2;
  width: 100%;
  height: var(--height-of-loader);
  border-radius: 30px;
  background-color: rgba(0,0,0,0.2);
  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
  background: var(--loader-color);
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 30px;
  animation: moving 1s ease-in-out infinite;
  ;
}

@keyframes moving {
  50% {
    width: 100%;
  }

  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}
.profile-img{
  width:40px;
  height: 40px;
  
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.container-postagem{
    background-color: #1a1a1a;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
textarea.form-control{
  border:none;
  border-radius:30px;
}
.btn-postagem{

  aspect-ratio: 1/1;
  border-radius:30px;
}
.pagination {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.pagination li {
    list-style: none;
    margin: 0 0.5rem;
}

.pagination li a, .pagination li span {
    display: block;
    padding: 0.5rem 0.75rem;
    color: #007bff;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    transition: background-color 0.3s, color 0.3s;
}

.pagination li a:hover, .pagination li span:hover {
    background-color: #007bff;
    color: #fff;
}

.pagination li.active span {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination li.disabled span {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
}
.dark-input{
    background-color: #333;
    color: #fff;
    width: 100%;
    padding: 10px 05px 05px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
}
.post-preview-container{
  height:60vh;
  aspect-ratio: 1/1;
}
.post-preview{
  background-color: #1a1a1a;
  color: white;
  margin-top: 10px;
  padding: 5px;
}
.d-none{
  display: none;
}