/* Titulo e ver mais */
.social-titulo {
  height: 40px;
  text-align: center;
  background: linear-gradient(to bottom, #636363 0%, #000000 100%);
}
.social-titulo h2 {
  margin: 0;
  padding: 8px 5px;
  font-size: 15px !important;
  text-transform: uppercase;
}
.social-titulo a {
  color: #fff;
}

.contos-vermais {
  height: 28px;
  color: #ce0f23;
  text-align: center;
  background: linear-gradient(to bottom, #f0e155 2%, #fdb133 100%);
}
.contos-vermais h2 {
  margin: 0;
  padding: 3px 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px !important;
}
/* Alinhamento dos itens dentro da div */
.social-vip {
  background: linear-gradient(60deg, #ab47bc, #8e24aa);
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 8px;
}
.social-normais {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 8px;
}

.social-grid {
  overflow: hidden;
  height: 220px;
}
.social-grid-menor {
  height: 173px;
}

.social-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* Leganda dos itens*/
.social-foto {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.social-legenda {
  background: linear-gradient(to bottom, #e9e9e9 0%, #bbb 100%);
  text-align: center;
  color: #325375;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: 100%;
  margin-top: -30px;
  line-height: 30px;
  height: 30px;
}

.social-legenda-menor {
  width: 172px;
  /* margin-top: -80px; */
}
/* cantos arredondados*/
.social-arrendondado-nome {
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.social-arrendondado-foto {
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  width: 220px;
  height: 220px;
  object-fit: cover;
  overflow: hidden;
}
.social-arrendondado-foto-menor {
  width: 172px;
  height: 172px;
}
/* Estado dos itens*/
.social-estado {
  background: linear-gradient(to bottom, #e9e9e9 0%, #bbb 100%);
  border-radius: 0px 10px 0px 10px;
  position: absolute;
  width: 50px;
  height: 30px;
  top: 0;
  right: 0;
  text-align: center;
  color: #325375;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
.social-estado-menor {
  margin-left: 122px;
  margin-top: -172px;
}
.social-feed {
  /*
    background: #f9f9f9;
    -moz-box-shadow: 0 0 5px #444;
    -webkit-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 5px #444;
    */
}
.barra-lateral {
  margin-top: 20px;
  padding-left: 8px;
  padding-top: 12px;
  width: 167px;
  display: block;
  float: left;
  min-height: 150px;

  background: #f9f9f9;
  -moz-box-shadow: 0 0 5px #444;
  -webkit-box-shadow: 0 0 5px #444;
  box-shadow: 0 0 5px #444;
}
.barra-lateral-alterada {
  position: fixed;
  top: 0;
}

.barra-lateral-icone {
  border-radius: 50%;
  overflow: hidden;
  height: 30px;
  width: 30px;
}

.barra-lateral p {
  text-decoration: none;
  height: 35px;
  width: 100%;
  color: #333;
  font-size: 13px;
  font-weight: bold;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social-geral-titulo {
  text-align: center;
  background-color: #e9ebee;
  color: #1d2129;
  border-left: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding-top: 14px;
  background: #f9f9f9;
  -moz-box-shadow: 0 0 5px #444;
  -webkit-box-shadow: 0 0 5px #444;
  box-shadow: 0 0 5px #444;
}

.social-geral-quadrados {
  /*
    background-color: #e9ebee;
    color: #1d2129;
    border-left: 1px solid #ccc;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 12px;
    background: #f9f9f9;
    -moz-box-shadow: 0 0 5px #444;
    -webkit-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 5px #444;
    */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 16px;
}

.social-feed-postar {
  display: flex;
  background-color: #e9ebee;
  color: #1d2129;
  border-left: 1px solid #ccc;
  margin-top: 20px;
  margin-left: 190px;
  margin-bottom: 20px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 12px;
  background: #f9f9f9;
  -moz-box-shadow: 0 0 5px #444;
  -webkit-box-shadow: 0 0 5px #444;
  box-shadow: 0 0 5px #444;
}
.social-feed-postar form {
  flex: 1;
  width: 100%;
}
.social-feed-postar-texto {
  height: 200px;
  width: 100%;
  text-align: center;
  background-color: white;
  /* margin-bottom: 11px; */
}
.social-feed-postar-texto textarea {
  height: 100%;
  width: 96%;
  border-width: 0px;
  padding: 10px;
  font-size: 17px;
  word-wrap: break-word;
}
.social-feed-postar-visualizar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-feed-postar-resultado {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 0;
}
.social-feed-postar-botoes {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}
.social-feed-postar-botoes-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-feed-postar-botoes-item {
  border: none;
  outline: none;
  padding: 8px 12px;
  background-color: #3b5998;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.social-feed-postar-botoes-item:hover {
  background-color: #2d4373;
}
.social-feed-postar-botoes-item:active {
  background-color: #203e6b;
}
.social-feed-postar-botoes-item i {
  margin-right: 5px;
}
.social-feed-postar-botoes-input {
  visibility: hidden;
  width: 0;
  height: 0;
}

.social-postar-btn-imagem button {
  width: 200px;
  height: 35px;
}
.social-postar-btn-imagem label {
  font-size: 17px;
  font-weight: bold;
  background: linear-gradient(to bottom, #636363 0%, #000000 100%);
  border: none;
  color: white;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.social-postar-enviar {
  padding-top: 15px;
  display: block;
  float: right;
  width: 30%;
  text-align: right;
}
.social-postar-enviar button {
  float: right;
  height: 35px;
  width: 200px;
  text-align: center;

  font-size: 15px;
  font-weight: bold;
}
.social-postar-btn-estados {
  padding-top: 15px;
  width: 32.5%;
  display: block;
  float: left;
  padding-left: 5px;
  text-align: right;
}
.social-postar-btn-estados span:nth-child(0) {
  width: 200px;
  height: 33px;
}

.social-editar-postagem-esquerda {
  width: 250px;
  display: block;
  height: 45px;
}
.social-editar-btn-imagem {
  padding-top: 15px;
  width: 33%;
  display: block;
  float: left;
  padding-left: 5px;
}
.social-editar-btn-imagem button {
  width: 200px;
}
.social-editar-enviar {
  padding-top: 15px;
  display: block;
  float: left;
  width: 33%;
  text-align: right;
}
.social-editar-enviar button {
  height: 30px;
  width: 200px;
  text-align: center;

  font-size: 15px;
  font-weight: bold;
}
.social-editar-curtidas {
  padding-top: 12px;
  width: 33%;
  height: 80px;
  display: inline-block;
  float: left;
  text-align: center;
}
.social-editar-curtidas img {
  width: 40px;
  height: 40px;
}
.social-editar-curtidas input {
  padding-top: 5px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  width: 80px;
}

.social-feed-postagem {
  border-left: 0;
  background-color: #e9ebee;
  color: #1d2129;
  border-left: 1px solid #ccc;
  margin-top: 20px;
  margin-left: 190px;
  margin-bottom: 20px;
  padding-left: 11px;
  padding-top: 12px;
  padding-right: 11px;
  background: #f9f9f9;
  -moz-box-shadow: 0 0 5px #444;
  -webkit-box-shadow: 0 0 5px #444;
  box-shadow: 0 0 5px #444;
}

.social-feed-postagem.links {
  background-color: #9128ac;
  display: flex;
  justify-content: space-evenly;
}

.social-feed-postagem.links > * {
  font-size: 1.4rem;
  font-style: none;
}

.social-feed-postagem.links a:hover,
.social-feed-postagem.links a:visited,
.social-feed-postagem.links a:link,
.social-feed-postagem.links a:active {
  font-size: 1.6rem;
  text-decoration: none;
  color: white;
  font-weight: 600;
}

.social-feed-postagem-centro {
  padding-top: 60px;
  font-size: 17px;
  word-wrap: break-word;
  padding-bottom: 15px;
}

.social-feed-postagem-esquerda {
  width: 250px;
  display: block;
  float: left;
  height: 45px;
  /*border: 1px solid #ccc;*/
}
.social-feed-postagem-meio {
  width: 200px;
  display: block;
  float: left;
  height: 45px;
  /*border: 1px solid #ccc;*/
}
.social-feed-postagem-direita {
  text-align: right;
  width: 100px;
  height: 45px;
  display: block;
  float: right;
  /*border: 1px solid #ccc;*/
}
.social-feed-postagem-icone {
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
  position: absolute;
  /*padding-top: 10px;*/
}
.social-feed-postagem-nome {
  text-align: left;
  position: absolute;
  padding-left: 50px;
  padding-top: 03px;

  text-decoration: none;
  height: 30px;
  width: auto;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.social-feed-postagem-data {
  text-align: left;
  position: absolute;
  padding-left: 50px;
  padding-top: 24px;

  text-decoration: none;
  height: 30px;
  width: auto;
  color: #333;
  font-size: 12px;
}
.social-feed-postagem-id {
  margin-left: 40px;
}
.social-feed-postagem-editar {
  text-align: right;
  text-decoration: none;
  height: 30px;
  width: auto;
  color: #333;
  font-size: 12px;
}

.social-feed-imagem {
  /* margin-right: 80px; */
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 25px;
}

.social-feed-postagem-curtir {
  padding-left: 150px;
  padding-top: 20px;
  width: 50px;
  position: inherit;
  display: inline-block;
  height: 80px;
  text-align: center;
}
.social-feed-postagem-curtir img {
  width: 40px;
  height: 40px;
}
.social-feed-postagem-curtir p {
  padding-top: 5px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}

.social-feed-postagem-curtidas {
  padding-right: 150px;
  padding-top: 20px;
  text-align: right;
  width: 100px;
  height: 80px;
  display: inline-block;
  float: right;
  text-align: center;
}
.social-feed-postagem-curtidas img {
  width: 40px;
  height: 40px;
}
.social-feed-postagem-curtidas p {
  padding-top: 5px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}

.social-feed-postagem-comentarios {
  text-align: left;
  margin-top: -5px;
  padding-top: 5px;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 6px;
  position: relative;
  width: 100%;
  word-wrap: break-word;
  align-items: center;
  /*width: 100px;
    height: 80px;
    display: inline-block;*/
}
.social-feed-postagem-com-textarea {
  margin-top: 10px;
  margin-bottom: 10px;
  background: 0 0;
  border: 0;
  color: #262626;
  font-size: inherit;
  width: 100%;
  outline: 0;
  padding: 0;
  resize: none;
}
.social-feed-com-nome {
  text-align: left;
  text-decoration: none;
  height: 30px;
  width: auto;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.social-feed-com-comentario {
  text-align: left;
  text-decoration: none;
  height: 30px;
  width: auto;
  color: #333;
  font-size: 13px;
  word-wrap: break-word;
}

/* Sistema de atualização */

#loading {
  text-align: center;
  margin: 10px 0 40px;
}
#acabou {
  text-align: center;
  margin: 10px 0 40px;
}

.imageCaption {
  float: right;
  margin: 0 0 10px 25px;
  text-align: center;
}
hr {
  border-top: 1px solid #bbb;
  margin: 25px 0;
}
#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #bbc;
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
#back2Top:hover {
  color: #444;
}
.infinite-link {
  background-color: #556;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  width: 300px;
  margin: 20px auto;
  text-align: center;
  padding: 5px 20px;
}
.wrap-infinite-link {
  padding: 10px;
  text-align: center;
}

.entrevistas-home {
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 8px;
}

.image-thumb {
  max-width: 100%;
  /* filter: blur(4px) brightness(0.5); */
}

.BoxPerfilFeed{
  background:#f0f0f0 !important;
  border-radius:25px !important;
  border:1px solid #DDDDDD !important;
}

.fixed-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    padding: 10px;
    text-align: center;
  }

  .fixed-links a {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
  }

  .fixed-links a:hover {
    background-color: #aaa;
    color: #fff;
  }

  /* ADMIN DO SOCIAL VIP */
  /* Estilos CSS para o formulário */
    .form-group {
        margin-bottom: 1rem;
    }
    
    .form-group label {
        font-weight: bold;
        display: block;
        margin-bottom: 0.5rem;
    }
    
    .form-group select,
    .form-group button {
        padding: 0.5rem 1rem;
        border-radius: 0.25rem;
        border: 1px solid #ced4da;
        font-size: 1rem;
        width: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
    
    .form-group select {
        height: 38px;
    }
    
    .form-group button {
        background-color: #007bff;
        color: #fff;
        border-color: #007bff;
        cursor: pointer;
    }
    
    .form-group button:hover {
        background-color: #0069d9;
        border-color: #0062cc;
    }
    
    .form-group button:focus {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
    
    /* Estilos CSS para o contêiner do formulário */
    #contact-form {
        max-width: 400px;
        margin: 0 auto;
    }