/* POSTAR NO FEED */
.preview {
  overflow: hidden;
}
.preview img,
.preview video {
  max-width: 100%;
  height: auto;
}
/* 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-feed-postar-texto {
  height: 200px;
  width: 100%;
  text-align: center;
  background-color: white;
}
.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-input {
  visibility: hidden;
  width: 0;
  height: 0;
}
/* 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-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-texto {
  height: 200px;
  width: 100%;
  text-align: center;
  background-color: white;
}
.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;
}
/* SELO DE VERIFICADO */
.verified-badge {
    position: relative;
    display: inline-block;
}

.verified-badge img {
    width: 45px;
    height: 45px;
}

.verified-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px !important;
    height: 5px !important;
    margin-bottom: 15px;
    margin-right: 15px;
    z-index: 1;
}

.verified-overlay img {
  width: 20px;
  height: 20px;
}

.verified-badge-comentarios {
    position: relative;
    display: inline-block;
}

.verified-badge-comentarios img {
    width: 45px;
    height: 45px;
}

.verified-overlay-comentarios {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px !important;
    height: 5px !important;
    margin-bottom: 20px;
    margin-right: 25px;
    z-index: 1;
}

.verified-overlay-comentarios img {
  width: 20px;
  height: 20px;
}
/* Deletar comentário */
.delete-comment {
    color: red;
    text-decoration: none;
}
.usuario-item{
  background:#f2f2f2;
  padding:10px;
  margin-bottom:5px;
  cursor:pointer;
}

/* LINKS FIXOS NO FIM DA PÁGINA */ 
.fixed-links {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}

.fixed-links p {
  margin: 0;
  font-size: 14px;
}

.fixed-links a {
  text-decoration: none;
  background: #DDDDDD;
  padding: 20px;
  border-radius: 5px;
  color: #333;
  display: flex;
  align-items: center;
}

.fixed-links img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.barra-lateral-icone {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

/* Comentários */
.media-body{
  overflow: hidden;
}

/* Pesquisa VIPs */
.pesquisa-vips{
  background:#111111;
  border-radius:10px;
}
.usuario-item-vip{
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}

/* ************************************ DARK THEME ************************************/
body.dark-mode .bg-white {
    background-color: #2C2C2C !important;
    border: #2C2C2C !important;
}
body.dark-mode .bg-white a{
    color:#ffffff !important;
}
body.dark-mode .data-dark {
    color:#ffffff !important;
}
body.dark-mode .vip-labels-dark {
    background:#000000 !important;
}
body.dark-mode .badge-primary {
    background:#2C2C2C !important;
}
body.dark-mode .comentario-box {
    background:#121212 !important;
}
body.dark-mode .comentario-data-dark {
    color:#ffffff !important;
}
body.dark-mode .textarea-dark {
    background:#2C2C2C !important;
    color:#ffffff !important;
    border-color:#000000 !important;
}
body.dark-mode .border-bottom {
    border-color:#000000 !important;
}
/* Bio VIP */
body.dark-mode .card {
    background:#2C2C2C !important;
}
/* Menu de Opções do Post */
body.dark-mode .dropdown-menu {
    background-color: #2C2C2C !important;
    color: #ffffff !important;
    border-color: #444 !important;
}

body.dark-mode .dropdown-menu .dropdown-item {
    color: #ffffff !important;
}

body.dark-mode .dropdown-menu .dropdown-item:hover {
    background-color: #3a3a3a !important;
    color: #ffffff !important;
}
body.dark-mode .feed-icon .fa,
body.dark-mode .feed-icon .fas,
body.dark-mode .feed-icon .fa-ellipsis-v {
    color: #cccccc !important; /* ou #ffffff se quiser mais claro */
}