/* MOBILE FIRST: adaptações para telas <= 700px e especialmente <= 480px */

/* 1. Ajusta o layout das colunas para empilhar e usar 100vw */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&family=Montserrat:wght@300;400;500&family=Quicksand:wght@300;400;500&display=swap');



 
@media (max-width: 900px) {

/* ===== Scroll Momentum e Trava Cross-platform ===== */

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 900px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}

.modal-bg {
  height: 100vh;
  width: 100vw;
 
  
  position: relative;
}



/* Wrapper interno opcional para garantir que nada "escapa" */
.modal-bg-inner {
  min-height: 100%;
  width: 100%;
  /* nada de overflow aqui! */
}

/* 4. Box-sizing global para previsibilidade */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 5. Scrollbar custom (opcional, ajuste cor conforme paleta do site) */
body, .nf-feed-list, .qualquer-container {
  scrollbar-width: thin;
  scrollbar-color: #fff #fff; /* thumb cor, track cor */
}






::-webkit-scrollbar {
  width: 1px;              /* largura da barra vertical */
  height: 1px;             /* altura da barra horizontal */
}

::-webkit-scrollbar-thumb {
  background: #32C36C;      /* cor do "puxador" (barra) */
  border-radius: 1px;
  border: 1px solid #fff; /* opcional: borda ao redor */
}

::-webkit-scrollbar-track {
  background: #fff;      /* cor de fundo do trilho */
  border-radius: 0px;
}

/* Só barra x (horizontal) */
::-webkit-scrollbar:horizontal {
  height: 1px;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  background: #fff;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #fff;
}


::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.1); /* Quase transparente */
}

/* Esconde completamente o "thumb" (puxador), deixando transparente */
::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Opcional, deixa o trilho (track) também transparente */
::-webkit-scrollbar-track {
  background: transparent;
}

		.nf-profile-header {
   			 width: 95vw !important;

		}

		
		.nf-profile-work{
			display:none;
		}

  		
		
		
  .newfeed-col1, .newfeed-col2 {
    width: 90vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    padding: 12px 0 0 0 !important;
  }
  .newfeed-col2 {
    border-left: none;
    border-top: 1.5px solid #ffe7dc;
    padding: 20px 10px 0 10px !important;
display:none !important;
  }


	
	.nf-modal-comment {display:none !important;}

	.nf-post-toggle-btn{
		margin-top: 0px !important;
	}


  .nf-post-card {
    flex-direction: column !important;
    align-items: stretch !important;
    min-width: 0;
margin-left:-10px;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px #f9b6a511 !important;
    padding: 18px 10px 18px 10px !important;
    margin: 0 2vw !important;
    background: #fffdfa !important;
    gap: 10px !important;
  }
  .nf-post-maincol {
    width: 95vw !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: none !important;
  }
  .nf-post-sidecol {

width: 95vw !important;
    min-width: 0 !important;

    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100vw !important;
  }


 .search-mobile-container {
        max-width: 99vw;
        padding: 0 0 30px 0;
    }
    .search-header {
        padding: 10px 5px 8px 7px;
    }
    .search-section {
        border-radius: 0;
        box-shadow: none;
        padding: 10px 2px 7px 2px;
        margin: 10px 0;
    }
    .search-title {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .search-user img {
        width: 49px;
        height: 49px;
    }
    .search-user a {
        font-size: 14px;
    }


.search-mobile-container {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 0 48px 0;
}
.search-header {
    background: #fff;
    padding: 18px 16px 12px 16px;
    border-bottom: 1.5px solid #e9e9e9;
    position: sticky;
    top: 0;
    z-index: 30;
}
.search-header h2 {
    font-size: 1.3em;
    color: #a16b5c;
    margin: 0 0 10px 0;
    font-weight: 800;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 9px;
}
.search-header .search-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 8px;
    background: #f7f7f7;
    margin-right: 4px;
    border: 1.5px solid #e1e3e6;
}
.search-form-row {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    margin-bottom: 13px;
}
.search-form-row input[type="text"] {
    flex: 1;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1.5px solid #e1e3e6;
    font-size: 15px;
    background: #fff;
    transition: border 0.2s;
}
.search-form-row input[type="text"]:focus {
    outline: none;
    border-color: #a16b5c;
    background: #faf5f3;
}
.search-form-row button {
    padding: 10px 16px;
    border-radius: 8px;
    background: #18687b;
    color: #fff;
    font-weight: 700;
    border: none;
    font-size: 15px;
    transition: background 0.15s;
    min-width: 80px;
}
.search-form-row button:hover {
    background: #155164;
}
.search-section {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 1px 7px #0001;
    padding: 14px 13px 10px 13px;
    margin: 18px 0 26px 0;
}
.search-title {
    color: #a16b5c;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
}
.search-user {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 12px;
}
.search-user img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid #ddd;
    background: #f7f7f7;
}
.search-user a {
    font-weight: 700;
    color: #18687b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    transition: color 0.18s;
}
.search-user a:hover {
    text-decoration: underline;
    color: #a16b5c;
}
.search-user-rate {
    font-weight: 700;
    color: #fb0;
    font-size: 13px;
    margin-left: 8px;
}
.search-hashtag, .search-post {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.search-hashtag a, .search-post-title a {
    font-weight: 600;
    color: #18687b;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.14s;
    word-break: break-all;
}
.search-hashtag a:hover, .search-post-title a:hover {
    color: #a16b5c;
    text-decoration: underline;
}
.search-hashtag-count {
    color: #aaa;
    font-size: 13px;
    margin-left: 9px;
}
.search-post-title {
    font-weight: 600;
    color: #222;
    font-size: 15px;
    line-height: 1.28;
}
.search-post-user {
    color: #888;
    font-size: 13px;
    margin-left: 7px;
}
.result-empty {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 3px;
}


  .nf-post-header {
    gap: 7px !important;
  }

.nf-post-rating {
margin-top:5px;

}

#nf-media-preview img, #nf-media-preview video {
    max-width: 140px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
}

.nf-new-post {
width:100%;
    padding: 10px 4vw !important;
   margin-left: 8px !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    box-shadow: 0 2px 12px #f9b6a511 !important;
    background: none;
  }
  .nf-new-post-row {
    flex-direction: column !important;
    gap: 0px !important;
 margin-bottom: 35px !important;
  }

#nf-new-post-text{height:40px !important;width:98vw !important;}
	
  .nf-new-post-row textarea {
width:90vw !important;
    font-size: 1.06em !important;
    min-height: 64px !important;
    padding: 12px 11px !important;
  }
  .nf-postar-btn {
    margin: 0 !important;
    margin-top: 7px !important;
    width: 100% !important;
    height: 40px !important;
    padding: 8px 0 !important;
    border-radius: 8px !important;
    font-size: 1em !important;
  }
  .nf-new-post-media-btn {
    font-size: 1.14em !important;
    margin-bottom: 5px !important;
  }
  


 .nf-comments-label, .nf-post-see-more {
    font-size: 1.1em !important;
    margin-left: -5px !important;
    margin-right: 0 !important;
width: 150px !important;
  }
  .nf-post-see-more {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
  }


#nf-comment-modal .nf-modal {
    width: 90vw !important;
    max-width: 380px !important;
    min-width: 0 !important;
    padding: 8vw 2vw 4vw 2vw !important;
  }
  #nf-comment-modal .nf-modal-form textarea {
    font-size: 0.9em !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 7px 7px !important;
  }
  #nf-comment-modal .nf-modal-form button[type="submit"] {
    font-size: 1em !important;
    height: 38px !important;
    padding: 8px 0 !important;
    width: 100% !important;
    border-radius: 8px !important;
    margin-left: 0 !important;
    margin-top: 4px !important;
  }

.nf-feed-list {
    gap: 0px !important;
    padding: 0 0vw;
  }


.nf-feed-list {
    gap: 0px !important;
    margin-bottom: 12vw !important;
margin-top: -10px !important;
  }
  .nf-post-card {
    margin-bottom: 0 !important;
    padding-bottom: 12px !important;
  }


 .newfeed-col2 {
    display: none !important;
  }


  .nf-feed-list > div[style*="Nenhum post"] {
    font-size: 1.15em !important;
    margin: 0px 0 !important;
    text-align: center !important;
  }

 .nf-profile-photo {
    width: 85px !important;
    height: 85px !important;
    min-width: 85px !important;
    min-height: 85px !important;
    max-width: 85px !important;
    max-height: 85px !important;
margin-left:-5px;
margin-top:-7px;
  }


.nf-profile-name{
margin-left:-15px;
margin-top:-2px;
 font-size: 2.0em !important;
white-space: nowrap !important;
}


.nf-profile-menu {
    display: none !important;
    position: fixed;
    top: 0; right: 0;
    background: #fffff8;
    box-shadow: -2px 0 16px #0002;
    width: 58vw;
    max-width: 300px;
    height: 100vh;
    z-index: 1200;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 20px 0 0 0 !important;
    margin: 0 !important;
    border-radius: 0px 0 0 0px;
    transition: transform .22s cubic-bezier(.42,1.7,.7,1.13), opacity .16s;
    transform: translateX(110%);
    opacity: 0;
    pointer-events: none;
  }
  .nf-profile-menu.nf-menu-open {
    display: flex !important;
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nf-profile-menu a {
    font-size: 0.6em !important;
    padding: 0px 32px !important;
    margin: 0 !important;
    text-align: left !important;
    border-bottom: 1px solid #ffe7dc;
    width: 100%;
    display: block !important;
    color: #b67258;
    background: none;
 gap: -20px !important;
  }
  .nf-profile-menu a:last-child {
    border-bottom: none;
  }
  .nf-profile-menu-border {
    display: none !important;
  }


/* Retira o fundo dos cards de post no feed mobile */
  .nf-post-card {
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
margin-bottom:150px !important;
  }
  /* Comentários com margin-left de 50px */
  

.nf-post-stars {
position:relative;
   right: 0px !important;
top: 0px !important;
  margin-left: 27px !important;
  }


 


.see-more-modal {max-width: 335px !important;z-index: 10002 !important}

.nf-modal textarea {
    flex: 6;
max-width: 340px;
    min-height: 40px;
    max-height: 120px;
    resize: vertical;
    border: 1.5px solid #e1e3e6;
    border-radius: 10px;
    font-size: 15px;
    padding: 9px 10px;
    box-sizing: border-box;
    background: #fff;
    color: #222;
}

.nf-modal nf-modal-new-post{
  margin-bottom: 0 !important;
}
.nf-modal textarea:focus {
    outline: none;
    border-color: #fa8a72;
    background: #fff;
}

.nf-new-post-row-buttons{
  margin-left: 30px !important;
}

.nf-modal button {
    flex: 4;
    height: 40px;
    min-width: 0;
    padding: 0 0.5em;
    border-radius: 10px;
    border: none;
    background: linear-gradient(90deg, #feccb5 0%, #e77 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.18s;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
}

.app-feed-post-rating{margin-left: 5px !important;}


.nf-post-evalcomment-wrappert{width:110px !important;}
.eval-names{font-size: 0.8em !important;}



.nf-post-img {
margin-left: -6px !important;

}



 /* Aumenta a foto do usuário (avatar) dos posts em 20% */
  .nf-post-avatar {
    width: 50px !important;    /* 55px + 20% = 66px */
    height: 50px !important; 
    min-width: 50px!important; 
    min-height: 50px !important; 
    max-width: 50px !important; 
    max-height: 50px !important; 
margin-top:-10px  !important;
margin-left:-10px  !important;
  }

  /* Limita a altura das imagens de conteúdo dos posts */
 
  .nf-post-imgs img,
  .nf-post-imgs-two img,
  .nf-post-imgs-horizontal img,
  .nf-img-main img,
  .nf-img-side img {
  
    object-fit: cover !important;

  }




 /* O container que envolve os botões: força linha horizontal e espaçamento */
  .nf-new-post {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .nf-new-post-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  /* Organiza só a linha dos botões, mantendo textarea acima */
  .nf-new-post-row > *:not(textarea) {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: -50px !important;
    margin-top: -20px !important;
    width: 100%;
  }

  /* Ícone de foto: compacto e alinhado à esquerda */
  .nf-new-post-media-btn {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    border: none !important;
    background: #none;
    display: flex !important;
    align-items: right !important;
    justify-content: right !important;
    box-shadow: none !important;
    	


  }
  .nf-new-post-media-btn img,
  .nf-new-post-media-btn svg {
    width: 24px !important;
    height: 24px !important;
    display: block;
 margin-top: 0px !important;

  }


.nf-icon-camera{margin-top: -32px !important;height:20px !important;}


  /* Botão Publicar: menor, alinhado à direita do ícone */
  .nf-postar-btn {
  width: 90% !important;
    height: 38px !important;
    min-width: 110px !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 0 18px !important;
    
    background: #f68e7f !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 1px 6px #f9b6a522 !important;
    transition: background .14s;
    letter-spacing: 0.01em;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

 margin-top: -240px !important;


  }
  .nf-postar-btn:active {
    background: #e77 !important;
  }
  /* Textarea ocupa toda a largura acima dos botões */
  .nf-new-post textarea {
    width: 100% !important;

    box-sizing: border-box !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: block !important;
  }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Quicksand:wght@300;400;500&display=swap');

.nf-post-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: transparent;
    border-radius: 15px;
    padding: 0;
    margin-bottom: 0px;
    max-width: 900px;
    width: 100%;
    box-shadow: none;
}
.nf-post-maincol {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nf-post-avatar {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 13px;
    flex-shrink: 0;
    border: 2px solid #e99;
    background: #eee;
    margin-top: 2px;

}
.nf-post-userblock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    flex: 1;
}

.nf-post-rating {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 0.90em;
    font-weight: 200;
    letter-spacing: -0.05em;
    margin-bottom: 0;
    margin-top: -7px;
    margin-left: 5px;
}



.nf-post-username {
    color: #333 !important;
    text-decoration: none !important;
 font-family: 'Montserrat','Helvetica Neue','Quicksand', Arial, sans-serif; 
    font-size: 1.4em;
    line-height: 1.05;
    font-weight: 400 !important;
    letter-spacing: -0.05em;
    margin-bottom: 0;
font-style:italic;
text-transform: capitalize !important;
}





.nf-rating-last2 {
    color: #333 !important;
    font-size: 1.4em;
    line-height: 1.05;
    font-weight: 100;
    letter-spacing: -0.05em;
    margin-left:-2px;
margin-top:5px;
    letter-spacing: 0.01em;
}
.nf-rating-last2.letreiro {
    color: #333 !important;
    font-weight: 200;
    animation: letreiroColor 1.2s linear;
}
@keyframes letreiroColor {
    0%   { color: #333; }
    25%  { color: #333; }
    75%  { color: #333; }
    100% { color: #333; }
}
.nf-post-content {
    font-weight: 200;
    width: 93vw;
    color: #1c1111;
    margin: 0px 0 0 0;
    line-height: 1.19;
    word-break: break-word;
    text-align: left;
    margin-top: -10px;
  margin-left: -10px;



 font-family: 'Montserrat', 'Roboto', Arial, sans-serif;

font-size:1.6em !important;


}
.nf-post-see-more {
    color:#e77;
    display: inline-block;
    margin-top: 8px;
    border-radius: 8px;
    background:none;
    text-decoration: none;
}
.nf-post-see-more a{
    color: #e77;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
    border-radius: 8px;
    background:none;
    text-decoration: none;
}
.nf-post-see-more:hover, .nf-post-see-more:focus {
    color:#e77;
    text-decoration: none;
}












.nf-gallery-side .nf-img-wrapper {bottom:2px;}




.nf-post-imgs-two {
    margin-top: 2px;
    display: flex;
    gap: 2px;
    width: 100%;
}
.nf-post-imgs-two .nf-img-wrapper {
    flex: 1 1 0;
    /* Opcional para responsividade: */
    min-width: 0;
}
.nf-post-imgs-two img {
    width: 100%;
    height: 480px; /* ou outro valor desejado */
    object-fit: cover;
    border-radius: 0 !important;
    border: 0px solid #888;
    box-shadow: 0 1px 8px #0001;
    display: block;
    max-width: 105%;
}
.nf-post-evalcomment-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}
.nf-post-evalcount {
    color: #444;
    font-size: .98em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
}
.nf-post-evalcount .eval-star {
    font-size: 0.8em;
    margin-right: 7px;
}
.nf-post-evalcount .eval-names {
    font-size: .98em;
    margin-left: 12px;
    color: #999;
}

.nf-post-comments-summary,
.nf-post-stars {
    width: 100%;
    text-align: center;

}




.nf-comments-label {
    font-style: italic;
    color: #555;
    margin-right: 6px;
    margin-bottom: 2px;
    font-size: 100%;
    text-decoration: none !important;
    font-weight: normal !important;
}
.nf-comments-label a,
.nf-comments-label .nf-open-comments {
    color: #444 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    cursor: pointer;
}


.nf-comments-label {
 font-size: 0.8em;
 margin-left: 5px !important;
}

.nf-comment-row {
    display: flex;
    align-items: baseline;
    gap: 5px;
    width: 100%;
    margin-left: 20px;
}
.nf-comment-user {
    font-weight: 600;
    margin-right: 4px;
    white-space: nowrap;
    color: #222;
    font-size: 0.96em;
    display: inline;
}
.nf-comment-text {
    color: #444;
    margin-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-style: normal;
    white-space: normal;
    font-size: 0.92em;
    display: inline;
}



@media (max-width: 900px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 900px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}


    .nf-post-card {
        flex-direction: column;
        max-width: 100vw;
    }
    .nf-post-sidecol {
        margin-left: 0;
        margin-top: 18px;
        width: 100%;
        max-width: 100%;
    }
    .nf-post-imgs img,
    .nf-post-imgs-two img,
    .nf-gallery-main img,
    .nf-gallery-side img {
        max-width: 100vw;
    }
}

/* Modal "ver mais" e foto */
#see-more-modal.see-more-modal-bg,
#nf-post-content-modal.nf-modal-bg {
    position: fixed;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    z-index: 91100;
    background: rgba(0,0,0,0.32);
    display: flex;
    align-items: center;
    justify-content: center;
}
#see-more-modal .see-more-modal,
#nf-post-content-modal .nf-modal.nf-content-modal {
    max-width: 540px;
    min-width: 240px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 18px #0003;
    padding: 32px 20px 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
#nf-post-content-full {
    color: #222;
    font-size: 1.09em;
    line-height: 1.38;
    margin-bottom: 10px;
    max-height: 40vh;
    overflow-y: auto;
    word-break: break-word;
}
.nf-modal-close{
    display:none;
}
.see-more-modal-close {
    display:none;
}

#see-more-modal .see-more-modal {
    max-width: 540px;
    min-width: 240px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 18px #0003;
    padding: 32px 20px 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* Adicione estas linhas para limitar a altura total do modal */
    
    overflow: hidden;
}

.see-more-modal-content {
    color: #222;
    font-size: 1.09em;
    line-height: 1.38;
    margin-bottom: 10px;
    /* O conteúdo preenche o espaço restante do modal */
    flex: 1 1 0;
    overflow-y: auto;
    word-break: break-word;
    /* Opcional: para evitar que o modal cresça demais por padding extra */
    min-height: 0;
    max-height: 100%;
}





.nf-modal-close:hover, .nf-modal-close:focus,
.see-more-modal-close:hover, .see-more-modal-close:focus {
    background: var(--rose);
    color: #fff;
    text-decoration: none;
}
#nf-photo-modal.nf-modal-bg {
    position: fixed;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    z-index: 202200;
    background: rgba(0,0,0,0.82);
    display: flex;
    align-items: center;
    justify-content: center;
}
#nf-photo-modal .nf-modal {
    width: 98vw;
   
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    box-shadow: none !important;
    border-radius: 14px;
    padding: 0;
    position: relative;
    flex-direction: column;
}
#nf-photo-modal-img {
    background: none;
    border-radius: 0px !important;
    box-shadow: 0 2px 18px #0004;
width:100% !important;
max-width: 430px !important;
    
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.nf-modal-comment {
    margin-bottom: 10px;
    /* Tira qualquer flex/inline do passado */
    display: block;
 text-align: left !important;
margin-left: 40px;
}

.nf-modal-comment-user {
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
    display: block;
    /* Garante que o nome sempre fique em uma linha acima */
    line-height: 1.2;
}

.nf-modal-comment-text {
      color: #444;
    
    text-align: left !important;
   
    line-height: 1.4 !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important; /* número de linhas que deseja exibir */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.nf-modal-comment-user a {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: bold;
    cursor: pointer;
}
.nf-photo-modal-bg {
    position: fixed;
    z-index: 992299;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.nf-photo-modal-center {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 550px;
    max-width: 95vw;
    width: auto;
}


.nf-img-wrapper.loaded img {
    opacity: 1;
}
.nf-img-wrapper.loaded .nf-img-loader {
    display: none;
}

/* Loader animado exemplo */
.nf-img-loader:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 3px solid #e77;
    border-radius: 50%;
    border-top: 3px solid #fff;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    100% { transform: rotate(360deg);}
}



.nf-post-card {
    position: relative;
}


.nf-new-post-row-bt-media{
margin-top: 35px !important;
    margin-left: 100px !important;
font-size: 1.1em !important;
}

.nf-post-topbar {
    position: absolute;
    top: -15px;
border-bottom: 1px #ccc solid;
    right: -10px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.nf-post-card:hover .nf-post-topbar {
    opacity: 1;
    pointer-events: auto;
}
.nf-post-time {
    font-size: 11px;
    color: #888;
      background: none;
    padding: 2px 8px;
    border-radius: 10px;
}
.nf-post-delete-btn {
    background: none;
    color: #e33;
    border: none;
    border-radius: 10px;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 10px;
    transition: background 0.18s;
}






.nf-post-delete-btn:hover {
    background: #ffd6d6;
}


.nf-img-wrapper {
    position: relative;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    background: none;
}
.nf-img-loader {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px; height: 32px;
    pointer-events: none;
}






@media (max-width: 600px) {


html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}


  /* Garante que o container principal não tenha padding/largura extra */
  .nf-post-maincol{
    width: 100vw !important;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
  }

.nf-post-row-flex {
display: flex;
    flex-direction: row;
    align-items: flex-start;
    
 width: 92vw !important;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}
.nf-post-namerating{
margin-top:-42px;
margin-left:45px;
margin-bottom:20px;

display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
   
    color: #333 !important;
    font-weight: 200;


}

.nf-profile-header{margin-top:10px;}

  /* Lado a lado os demais itens (apenas imagens/vídeos extras) */
  

  /* Ajuste para o bloco de comentários e estrelas */
  .nf-post-sidecol {
    width: 85vw !important;
    max-width: 100vw !important;
    padding: 0 10px !important;
    margin: 0 auto !important;
    box-sizing: border-box;

    margin-left: -10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    max-width: 210px;
   


  }
  
  .nf-post-stars {
    margin-top: 6px !important;

    text-align: center !important;
align-items: center !important;
  }
}


.nf-img-main {
    flex: 2 1 0;
}
.nf-img-main img {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 0px;
    display: block;
    background: #faf6f3;
}
.nf-img-side {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
}
.nf-img-side img {
    width: 100%;
    max-width: 140px;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 0px;
    display: block;
    background: #faf6f3;
margin-left:-5px;
}

}









/* Esconde o menu desktop no mobile */
@media (max-width: 800px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 800px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}

    .nf-profile-menu-desktop,
    .nf-profile-menu-border.nf-profile-menu-desktop {
        display: none;
    }
    .nf-mobile-menu-fab {
        display: block;
    }
}



/* ==========================
MOBILE PROFILE MENU PADRÃO - COLAR AO FINAL DO SEU CSS
Menu lateral direito, igual ao .nf-profile-menu (desktop), mas exclusivo para mobile.
Edite/adicione/remova os links no HTML, mas mantenha este padrão para texto, espaçamento e visual.
========================== */





@media (max-width: 1230px) {
  /* Botão flutuante para abrir/fechar menu mobile */
  .nf-header-menu-btn-mobile {
    display: flex !important;
    position: fixed;
    bottom: 42px;
    right: 14px;
    background: #fff;
    border: none;
    outline: none;
    z-index: 8002;
    cursor: pointer;
    padding: 0;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px rgba(30,30,40,0.2);
    border-radius: 50%;
  }

  /* Menu lateral direito mobile */
  .nf-profile-menu-mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 58vw;
    max-width: 230px;
    height:100%;
    background: #fff;
    box-shadow: -2px 0 16px #0002;
    z-index: 7001;
    flex-direction: column;
    padding: 20px 0 0 0;
    margin: 0;
    border-radius: 0;
    transition: transform .22s cubic-bezier(.42,1.7,.7,1.13), opacity .16s;
    transform: translateX(110%);
    opacity: 0;
    pointer-events: none;
    overflow-y: none;
  }
  
  .nf-side-title {
    margin: 24px 0 6px 32px;
    font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    font-size: 1.04em;
    color: #b67258;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  .nf-profile-menu-mobile a,
  .nf-profile-menu-mobile button.nf-mobile-menu-close {
   font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    padding: 5px 15px;
  margin-left:30px;
    text-align: left;
    border: none;
    border-bottom: 0px solid #ffe7dc;
    width: 100%;
    display: block;
    color: #888;
    background: none;
    letter-spacing: 0.01em;
    transition: background .16s, color .16s;
    cursor: pointer;
    outline: none;
    text-decoration: none;
font-style: italic;
  }
  .nf-profile-menu-mobile a:hover {
 color: #e77;
}

  .nf-profile-menu-mobile .active
 {
    background:none;
font-style: normal;
    color: #e77;
  }
 
  .nf-profile-menu-mobile a:last-child,
  .nf-profile-menu-mobile button.nf-mobile-menu-close:last-child {
    border-bottom: none;
  }


.nf-search-box-image2{ width:180px;margin-left : 30px;}

.eval-star{ width:150px !important;white-space: nowrap !important;}



.newfeed-col1 {
margin-left:15px !important;
}
 
.login-container {
           
            width: 150px !important;}
         
        


}




@media (max-width: 1230px) {
  .nf-header-menu-btn-mobile {
    display: flex !important;
    position: fixed;
    bottom: 42px;
    right: 14px;
    background: #fff;
    border: none;
    outline: none;
    z-index: 8002;
    cursor: pointer;
    padding: 0;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px rgba(30,30,40,0.2);
    border-radius: 50%;
  }

.nf-profile-menu-mobile.mostrar-menu-mobile {
    display: flex;
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}



/* MOBILE FIRST: adaptações para telas <= 700px e especialmente <= 480px */

/* 1. Ajusta o layout das colunas para empilhar e usar 100vw */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&family=Montserrat:wght@300;400;500&family=Quicksand:wght@300;400;500&display=swap');



 
@media (max-width: 900px) {

/* ===== Scroll Momentum e Trava Cross-platform ===== */

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 930px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}


.modal-bg {
  height: 100vh;
  width: 100vw;
 
  

  position: relative;
}



/* Wrapper interno opcional para garantir que nada "escapa" */
.modal-bg-inner {
  min-height: 100%;
  width: 100%;
  /* nada de overflow aqui! */
}

/* 4. Box-sizing global para previsibilidade */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 5. Scrollbar custom (opcional, ajuste cor conforme paleta do site) */
body, .nf-feed-list, .qualquer-container {
  scrollbar-width: thin;
  scrollbar-color: #fff #fff; /* thumb cor, track cor */
}

.profile-tabs-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin: 18px 0 15px 0;
  max-width: 520px;
  background: none;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(180, 176, 164, 0.09);
  padding: 0 4px;

 margin-bottom: 15px;
}

.profile-tab-btn {
  flex: 1;
  text-align: center;
  padding: 10px 0 7px 0;
  border-radius: 7px;
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background .12s, color .12s;
  font-size: 15px;
  color: #7A6B5D;
  position: relative;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.profile-tab-btn svg {
  display: block;
  margin: 0 auto 2px auto;
}

.profile-tab-label {
  margin-top: 2px;
  font-size: 13px;
  color: #7A6B5D;
}

.profile-tab-btn--active,
.profile-tab-btn:focus,
.profile-tab-btn:hover {
  background: #f7f5f2;
  color: #aa6f4d;
  text-decoration: none;
}

.profile-tab-btn--active {
  background: #f0ebdf;
  color: #aa6f4d;
  font-weight: 500;
}

.profile-tab-btn--active .profile-tab-label,
.profile-tab-btn:focus .profile-tab-label,
.profile-tab-btn:hover .profile-tab-label {
  color: #aa6f4d;
}

.profile-tab-btn--active svg,
.profile-tab-btn:focus svg,
.profile-tab-btn:hover svg {
  filter: drop-shadow(0 0 1px #aa6f4d55);
}




::-webkit-scrollbar {
  width: 1px;              /* largura da barra vertical */
  height: 1px;             /* altura da barra horizontal */
}

::-webkit-scrollbar-thumb {
  background: #32C36C;      /* cor do "puxador" (barra) */
  border-radius: 1px;
  border: 1px solid #fff; /* opcional: borda ao redor */
}

::-webkit-scrollbar-track {
  background: #fff;      /* cor de fundo do trilho */
  border-radius: 0px;
}

/* Só barra x (horizontal) */
::-webkit-scrollbar:horizontal {
  height: 1px;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  background: #fff;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #fff;
}


::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.1); /* Quase transparente */
}

/* Esconde completamente o "thumb" (puxador), deixando transparente */
::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Opcional, deixa o trilho (track) também transparente */
::-webkit-scrollbar-track {
  background: transparent;
}

		.nf-profile-header {
   			 width: 90vw !important;

		}

		
		.nf-profile-work{
			display:none;
		}

  		
		
		
  .newfeed-col1, .newfeed-col2 {
    width: 90vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    padding: 12px 0 0 0 !important;
  }
  .newfeed-col2 {
    border-left: none;
    border-top: 1.5px solid #ffe7dc;
    padding: 20px 10px 0 10px !important;
display:none !important;
  }


	
	.nf-modal-comment {display:none !important;}

	.nf-post-toggle-btn{
		margin-top: 0px !important;
	}


  .nf-post-card {
    flex-direction: column !important;
    align-items: stretch !important;
    min-width: 0;
margin-left:-10px;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px #f9b6a511 !important;
    padding: 18px 10px 18px 10px !important;
    margin: 0 2vw !important;
    background: #fffdfa !important;
    gap: 10px !important;
  }
  .nf-post-maincol {
    width: 95vw !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: none !important;
  }
  .nf-post-sidecol {

width: 95vw !important;
    min-width: 0 !important;

    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100vw !important;
  }


 .search-mobile-container {
        max-width: 99vw;
        padding: 0 0 30px 0;
    }
    .search-header {
        padding: 10px 5px 8px 7px;
    }
    .search-section {
        border-radius: 0;
        box-shadow: none;
        padding: 10px 2px 7px 2px;
        margin: 10px 0;
    }
    .search-title {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .search-user img {
        width: 49px;
        height: 49px;
    }
    .search-user a {
        font-size: 14px;
    }


.search-mobile-container {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 0 48px 0;
}
.search-header {
    background: #fff;
    padding: 18px 16px 12px 16px;
    border-bottom: 1.5px solid #e9e9e9;
    position: sticky;
    top: 0;
    z-index: 30;
}
.search-header h2 {
    font-size: 1.3em;
    color: #a16b5c;
    margin: 0 0 10px 0;
    font-weight: 800;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 9px;
}
.search-header .search-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 8px;
    background: #f7f7f7;
    margin-right: 4px;
    border: 1.5px solid #e1e3e6;
}
.search-form-row {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    margin-bottom: 13px;
}
.search-form-row input[type="text"] {
    flex: 1;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1.5px solid #e1e3e6;
    font-size: 15px;
    background: #fff;
    transition: border 0.2s;
}
.search-form-row input[type="text"]:focus {
    outline: none;
    border-color: #a16b5c;
    background: #faf5f3;
}
.search-form-row button {
    padding: 10px 16px;
    border-radius: 8px;
    background: #18687b;
    color: #fff;
    font-weight: 700;
    border: none;
    font-size: 15px;
    transition: background 0.15s;
    min-width: 80px;
}
.search-form-row button:hover {
    background: #155164;
}
.search-section {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 1px 7px #0001;
    padding: 14px 13px 10px 13px;
    margin: 18px 0 26px 0;
}
.search-title {
    color: #a16b5c;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
}
.search-user {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 12px;
}
.search-user img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid #ddd;
    background: #f7f7f7;
}
.search-user a {
    font-weight: 700;
    color: #18687b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    transition: color 0.18s;
}
.search-user a:hover {
    text-decoration: underline;
    color: #a16b5c;
}
.search-user-rate {
    font-weight: 700;
    color: #fb0;
    font-size: 13px;
    margin-left: 8px;
}
.search-hashtag, .search-post {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.search-hashtag a, .search-post-title a {
    font-weight: 600;
    color: #18687b;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.14s;
    word-break: break-all;
}
.search-hashtag a:hover, .search-post-title a:hover {
    color: #a16b5c;
    text-decoration: underline;
}
.search-hashtag-count {
    color: #aaa;
    font-size: 13px;
    margin-left: 9px;
}
.search-post-title {
    font-weight: 600;
    color: #222;
    font-size: 15px;
    line-height: 1.28;
}
.search-post-user {
    color: #888;
    font-size: 13px;
    margin-left: 7px;
}
.result-empty {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 3px;
}


  .nf-post-header {
    gap: 7px !important;
  }

.nf-post-rating {
margin-top:5px;

}

#nf-media-preview img, #nf-media-preview video {
    max-width: 140px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
margin-bottom: 10px !important;
}

.nf-new-post {
width:100%;
    padding: 10px 4vw !important;
   margin-left: 8px !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    box-shadow: 0 2px 12px #f9b6a511 !important;
    background: none;
  }
  .nf-new-post-row {
    flex-direction: column !important;
    gap: 0px !important;
 margin-bottom: 35px !important;
  }

#nf-new-post-text{height:40px !important;width:98vw !important;}
	
  .nf-new-post-row textarea {
width:90vw !important;
    font-size: 1.06em !important;
    min-height: 64px !important;
    padding: 12px 11px !important;
  }
  .nf-postar-btn {
    margin: 0 !important;
    margin-top: 7px !important;
    width: 100% !important;
    height: 40px !important;
    padding: 8px 0 !important;
    border-radius: 8px !important;
    font-size: 1em !important;
  }
  .nf-new-post-media-btn {
    font-size: 1.14em !important;
    margin-bottom: 5px !important;
  }
  


 .nf-comments-label, .nf-post-see-more {
    font-size: 1.1em !important;
    margin-left: -5px !important;
    margin-right: 0 !important;
width: 150px !important;
  }
  .nf-post-see-more {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
  }


#nf-comment-modal .nf-modal {
    width: 90vw !important;
    max-width: 380px !important;
    min-width: 0 !important;
    padding: 8vw 2vw 4vw 2vw !important;
  }
  #nf-comment-modal .nf-modal-form textarea {
    font-size: 0.9em !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 7px 7px !important;
  }
  #nf-comment-modal .nf-modal-form button[type="submit"] {
    font-size: 1em !important;
    height: 38px !important;
    padding: 8px 0 !important;
    width: 100% !important;
    border-radius: 8px !important;
    margin-left: 0 !important;
    margin-top: 4px !important;
  }

.nf-feed-list {
    gap: 0px !important;
    padding: 0 0vw;
  }


.nf-feed-list {
    gap: 0px !important;
    margin-bottom: 12vw !important;
margin-top: -10px !important;
  }
  .nf-post-card {
    margin-bottom: 0 !important;
    padding-bottom: 12px !important;
  }


 .newfeed-col2 {
    display: none !important;
  }


  .nf-feed-list > div[style*="Nenhum post"] {
    font-size: 1.15em !important;
    margin: 0px 0 !important;
    text-align: center !important;
  }

 .nf-profile-photo {
    width: 85px !important;
    height: 85px !important;
    min-width: 85px !important;
    min-height: 85px !important;
    max-width: 85px !important;
    max-height: 85px !important;
margin-left:-5px;
margin-top:-7px;
  }


.nf-profile-name{
margin-left:-15px;
margin-top:-2px;
 font-size: 2.0em !important;
white-space: nowrap !important;
}


.nf-profile-menu {
    display: none !important;
    position: fixed;
    top: 0; right: 0;
    background: #fffff8;
    box-shadow: -2px 0 16px #0002;
    width: 58vw;
    max-width: 300px;
    height: 100vh;
    z-index: 1200;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 20px 0 0 0 !important;
    margin: 0 !important;
    border-radius: 0px 0 0 0px;
    transition: transform .22s cubic-bezier(.42,1.7,.7,1.13), opacity .16s;
    transform: translateX(110%);
    opacity: 0;
    pointer-events: none;
  }
  .nf-profile-menu.nf-menu-open {
    display: flex !important;
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nf-profile-menu a {
    font-size: 0.6em !important;
    padding: 0px 32px !important;
    margin: 0 !important;
    text-align: left !important;
    border-bottom: 1px solid #ffe7dc;
    width: 100%;
    display: block !important;
    color: #b67258;
    background: none;
 gap: -20px !important;
  }
  .nf-profile-menu a:last-child {
    border-bottom: none;
  }
  .nf-profile-menu-border {
    display: none !important;
  }


/* Retira o fundo dos cards de post no feed mobile */
  .nf-post-card {
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
margin-bottom:150px !important;
  }
  /* Comentários com margin-left de 50px */
  

.nf-post-stars {
position:relative;
   right: 0px !important;
top: 0px !important;
  margin-left: 17px !important;
  }


 

.see-more-modal {max-width: 335px !important;z-index: 10002 !important}

.nf-modal textarea {
    flex: 6;
max-width: 340px;
    min-height: 40px;
    max-height: 120px;
    resize: vertical;
    border: 1.5px solid #e1e3e6;
    border-radius: 10px;
    font-size: 15px;
    padding: 9px 10px;
    box-sizing: border-box;
    background: #fff;
    color: #222;
}

.nf-modal nf-modal-new-post{
  margin-bottom: 0 !important;
}
.nf-modal textarea:focus {
    outline: none;
    border-color: #fa8a72;
    background: #fff;
}

.nf-new-post-row-buttons{
  margin-left: 30px !important;
}

.nf-modal button {
    flex: 4;
    height: 40px;
    min-width: 0;
    padding: 0 0.5em;
    border-radius: 10px;
    border: none;
    background: linear-gradient(90deg, #feccb5 0%, #e77 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.18s;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
}

.app-feed-post-rating{margin-left: 5px !important;}


.nf-post-evalcomment-wrappert{width:110px !important;}




.nf-post-img {
margin-left: -6px !important;

}



 /* Aumenta a foto do usuário (avatar) dos posts em 20% */
  .nf-post-avatar {
    width: 50px !important;    /* 55px + 20% = 66px */
    height: 50px !important; 
    min-width: 50px!important; 
    min-height: 50px !important; 
    max-width: 50px !important; 
    max-height: 50px !important; 
margin-top:-10px  !important;
margin-left:-10px  !important;
  }

  /* Limita a altura das imagens de conteúdo dos posts */
 
  .nf-post-imgs img,
  .nf-post-imgs-two img,
  .nf-post-imgs-horizontal img,
  .nf-img-main img,
  .nf-img-side img {
  
    object-fit: cover !important;

  }




 /* O container que envolve os botões: força linha horizontal e espaçamento */
  .nf-new-post {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .nf-new-post-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  /* Organiza só a linha dos botões, mantendo textarea acima */
  .nf-new-post-row > *:not(textarea) {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: -50px !important;
    margin-top: -20px !important;
    width: 100%;
  }

  /* Ícone de foto: compacto e alinhado à esquerda */
  .nf-new-post-media-btn {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    border: none !important;
    background: #none;
    display: flex !important;
    align-items: right !important;
    justify-content: right !important;
    box-shadow: none !important;
    	


  }
  .nf-new-post-media-btn img,
  .nf-new-post-media-btn svg {
    width: 24px !important;
    height: 24px !important;
    display: block;
 margin-top: 0px !important;

  }


.nf-icon-camera{margin-top: -32px !important;height:20px !important;}


  /* Botão Publicar: menor, alinhado à direita do ícone */
  .nf-postar-btn {
  width: 90% !important;
    height: 38px !important;
    min-width: 110px !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 0 18px !important;
    
    background: #f68e7f !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 1px 6px #f9b6a522 !important;
    transition: background .14s;
    letter-spacing: 0.01em;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

 margin-top: -240px !important;


  }
  .nf-postar-btn:active {
    background: #e77 !important;
  }
  /* Textarea ocupa toda a largura acima dos botões */
  .nf-new-post textarea {
    width: 100% !important;

    box-sizing: border-box !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: block !important;
  }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Quicksand:wght@300;400;500&display=swap');

.nf-post-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: transparent;
    border-radius: 15px;
    padding: 0;
    margin-bottom: 0px;
    max-width: 900px;
    width: 100%;
    box-shadow: none;
}
.nf-post-maincol {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nf-post-avatar {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 13px;
    flex-shrink: 0;
    border: 2px solid #e99;
    background: #eee;
    margin-top: 2px;

}
.nf-post-userblock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    flex: 1;
}

.nf-post-rating {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 0.90em;
    font-weight: 200;
    letter-spacing: -0.05em;
    margin-bottom: 0;
    margin-top: -7px;
    margin-left: 5px;
}



.nf-post-username {
    color: #333 !important;
    text-decoration: none !important;
 font-family: 'Montserrat','Helvetica Neue','Quicksand', Arial, sans-serif; 
    font-size: 1.4em;
    line-height: 1.05;
    font-weight: 400 !important;
    letter-spacing: -0.05em;
    margin-bottom: 0;
font-style:italic;
text-transform: capitalize !important;
}





.nf-rating-last2 {
    color: #333 !important;
    font-size: 1.4em;
    line-height: 1.05;
    font-weight: 100;
    letter-spacing: -0.05em;
    margin-left:-2px;
margin-top:5px;
    letter-spacing: 0.01em;
}
.nf-rating-last2.letreiro {
    color: #333 !important;
    font-weight: 200;
    animation: letreiroColor 1.2s linear;
}
@keyframes letreiroColor {
    0%   { color: #333; }
    25%  { color: #333; }
    75%  { color: #333; }
    100% { color: #333; }
}
.nf-post-content {
    font-weight: 200;
    
    color: #1c1111;
    margin: 0px 0 0 0;
    line-height: 1.19;
    word-break: break-word;
    text-align: left;
    margin-top: -10px;
  margin-left: -10px;



 font-family: 'Montserrat', 'Roboto', Arial, sans-serif;

font-size:1.6em !important;


}
.nf-post-see-more {
    color:#e77;
    display: inline-block;
    margin-top: 8px;
    border-radius: 8px;
    background:none;
    text-decoration: none;
}
.nf-post-see-more a{
    color: #e77;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
    border-radius: 8px;
    background:none;
    text-decoration: none;
}
.nf-post-see-more:hover, .nf-post-see-more:focus {
    color:#e77;
    text-decoration: none;
}




.nf-post-gallery3 {

width: 100vw !important;
margin-left: -26px !important;
    display: flex;
    flex-direction: row;
    gap: 0px;
    margin-top: 0px;

}
.nf-gallery-main {
width: 100vw !important;
    flex: 2 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nf-gallery-main img {
   width: 59vw !important;
 max-width: 352px !important;
    height: 345px;
    object-fit: cover;
   border-radius: 0px !important;
border:0px solid #888;
    box-shadow: 0 1px 8px #0001;
    max-width: 520px;
margin-right:0.5px;
}
.nf-gallery-side {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: flex-start;
margin-top:15px;
}
.nf-gallery-side img {
   width: 41vw !important;
    height: 172px;
    object-fit: cover;
    border-radius: 0px !important;
border: 0px solid #888;
    box-shadow: 0 1px 8px #0001;
    max-width: 210px;
margin-bottom:0.1px;
}







.nf-gallery-side .nf-img-wrapper {bottom:2px;}



.nf-post-evalcomment-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}
.nf-post-evalcount {
    color: #444;
    font-size: .98em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
}
.nf-post-evalcount .eval-star {
    font-size: 0.8em;
    margin-right: 7px;
}
.nf-post-evalcount .eval-names {
    font-size: .8em;
    margin-left: 12px;
    color: #999;
}

.nf-post-comments-summary,
.nf-post-stars {
    width: 100%;
    text-align: center;

}




.nf-comments-label {
    font-style: italic;
    color: #555;
    margin-right: 6px;
    margin-bottom: 2px;
    font-size: 100%;
    text-decoration: none !important;
    font-weight: normal !important;
}
.nf-comments-label a,
.nf-comments-label .nf-open-comments {
    color: #444 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    cursor: pointer;
}


.nf-comments-label {
 font-size: 0.8em;
 margin-left: 5px !important;
}

.nf-comment-row {
    display: flex;
    align-items: baseline;
    gap: 5px;
    width: 100%;
    margin-left: 20px;
}
.nf-comment-user {
    font-weight: 600;
    margin-right: 4px;
    white-space: nowrap;
    color: #222;
    font-size: 0.96em;
    display: inline;
}
.nf-comment-text {
    color: #444;
    margin-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-style: normal;
    white-space: normal;
    font-size: 0.92em;
    display: inline;
}


@media (max-width: 900px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 900px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}


    .nf-post-card {
        flex-direction: column;
        max-width: 100vw;
    }
    .nf-post-sidecol {
        margin-left: 0;
        margin-top: 18px;
        width: 100%;
        max-width: 100%;
    }
    .nf-post-imgs img,
    .nf-post-imgs-two img,
    .nf-gallery-main img,
    .nf-gallery-side img {
        max-width: 100vw;
    }
}

/* Modal "ver mais" e foto */
#see-more-modal.see-more-modal-bg,
#nf-post-content-modal.nf-modal-bg {
    position: fixed;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    z-index: 91100;
    background: rgba(0,0,0,0.32);
    display: flex;
    align-items: center;
    justify-content: center;
}
#see-more-modal .see-more-modal,
#nf-post-content-modal .nf-modal.nf-content-modal {
    max-width: 540px;
    min-width: 240px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 18px #0003;
    padding: 32px 20px 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
#nf-post-content-full {
    color: #222;
    font-size: 1.09em;
    line-height: 1.38;
    margin-bottom: 10px;
    max-height: 40vh;
    overflow-y: auto;
    word-break: break-word;
}
.nf-modal-close{
    display:none;
}
.see-more-modal-close {
    display:none;
}

#see-more-modal .see-more-modal {
    max-width: 540px;
    min-width: 240px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 18px #0003;
    padding: 32px 20px 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* Adicione estas linhas para limitar a altura total do modal */
    
    overflow: hidden;
}

.see-more-modal-content {
    color: #222;
    font-size: 1.09em;
    line-height: 1.38;
    margin-bottom: 10px;
    /* O conteúdo preenche o espaço restante do modal */
    flex: 1 1 0;
    overflow-y: auto;
    word-break: break-word;
    /* Opcional: para evitar que o modal cresça demais por padding extra */
    min-height: 0;
    max-height: 100%;
}





.nf-modal-close:hover, .nf-modal-close:focus,
.see-more-modal-close:hover, .see-more-modal-close:focus {
    background: var(--rose);
    color: #fff;
    text-decoration: none;
}
#nf-photo-modal.nf-modal-bg {
    position: fixed;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    z-index: 202200;
    background: rgba(0,0,0,0.82);
    display: flex;
    align-items: center;
    justify-content: center;
}
#nf-photo-modal .nf-modal {
    width: 98vw;
   
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    box-shadow: none !important;
    border-radius: 14px;
    padding: 0;
    position: relative;
    flex-direction: column;
}
#nf-photo-modal-img {
    background: none;
    border-radius: 0px !important;
    box-shadow: 0 2px 18px #0004;
width:100% !important;
max-width: 430px !important;
    
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.nf-modal-comment {
    margin-bottom: 10px;
    /* Tira qualquer flex/inline do passado */
    display: block;
 text-align: left !important;
margin-left: 40px;
}

.nf-modal-comment-user {
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
    display: block;
    /* Garante que o nome sempre fique em uma linha acima */
    line-height: 1.2;
}

.nf-modal-comment-text {
    color: #444;
    
    text-align: left !important;
   
    line-height: 1.4 !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important; /* número de linhas que deseja exibir */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.nf-modal-comment-user a {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: bold;
    cursor: pointer;
}
.nf-photo-modal-bg {
    position: fixed;
    z-index: 992299;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.nf-photo-modal-center {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 550px;
    max-width: 95vw;
    width: auto;
}


.nf-img-wrapper.loaded img {
    opacity: 1;
}
.nf-img-wrapper.loaded .nf-img-loader {
    display: none;
}

/* Loader animado exemplo */
.nf-img-loader:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 3px solid #e77;
    border-radius: 50%;
    border-top: 3px solid #fff;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    100% { transform: rotate(360deg);}
}



.nf-post-card {
    position: relative;
}


.nf-new-post-row-bt-media{
margin-top: 35px !important;
    margin-left: 100px !important;
font-size: 1.1em !important;
}

.nf-post-topbar {
    position: absolute;
    top: -15px;
border-bottom: 1px #eee solid;
    right: -10px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.nf-post-card:hover .nf-post-topbar {
    opacity: 1;
    pointer-events: auto;
}
.nf-post-time {
    font-size: 11px;
    color: #888;
      background: none;
    padding: 2px 8px;
    border-radius: 10px;
}

/* HOVER só no desktop */
@media (hover: hover) and (pointer: fine) {
  .nf-post-card:hover .nf-post-topbar {
      opacity: 1;
      pointer-events: auto;
  }
}

/* SEMPRE visível no mobile */
@media (hover: none) and (pointer: coarse) {
  .nf-post-topbar {
      opacity: 1;
      pointer-events: auto;
  }
}
.nf-post-delete-btn {
    background: none;
    color: #e33;
    border: none;
    border-radius: 10px;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 10px;
    transition: background 0.18s;
}






.nf-post-delete-btn:hover {
    background: #ffd6d6;
}


.nf-img-wrapper {
    position: relative;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    background: none;
}
.nf-img-loader {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px; height: 32px;
    pointer-events: none;
}






@media (max-width: 600px) {
html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}

  /* Garante que o container principal não tenha padding/largura extra */
  .nf-post-maincol{
    width: 100vw !important;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
  }

.nf-post-row-flex {
display: flex;
    flex-direction: row;
    align-items: flex-start;
    
 width: 100% !important;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}
.nf-post-namerating{
margin-top:-42px;
margin-left:45px;
margin-bottom:20px;

display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
   
    color: #333 !important;
    font-weight: 200;


}

.nf-profile-header{margin-top:10px;}

  /* Lado a lado os demais itens (apenas imagens/vídeos extras) */
  .nf-post-imgs-two {
    display: flex !important;
    flex-direction: row !important;
    gap: 0px !important;
    justify-content: center !important;
    align-items: stretch !important;
    margin-top: 2px !important;
 margin-left: -23px !important;
    margin-bottom: 0 !important;
width: 100vw !important;
  }

  .nf-post-imgs-two .nf-img-wrapper {
    flex: 1 1 0;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0;
    border-radius: 0px !important;
    overflow: hidden;
    box-shadow: 0 2px 7px #f9b6a511;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nf-post-imgs-two .nf-img-wrapper img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 255px !important;
    border-radius: 0px !important;
    object-fit: cover !important;
    background: #f2f2f2 !important;
margin-right:-3px !important;
  }

  /* Ajuste para o bloco de comentários e estrelas */
  .nf-post-sidecol {
    width: 85vw !important;
    max-width: 100vw !important;
    padding: 0 10px !important;
    margin: 0 auto !important;
    box-sizing: border-box;

    margin-left: -10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    max-width: 210px;
   


  }
  
  .nf-post-stars {
    margin-top: 6px !important;

    text-align: center !important;
align-items: center !important;
  }
}


.nf-img-main {
    flex: 2 1 0;
}
.nf-img-main img {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 0px;
    display: block;
    background: #faf6f3;
}
.nf-img-side {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
}
.nf-img-side img {
    width: 100%;
    max-width: 140px;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 0px;
    display: block;
    background: #faf6f3;
margin-left:-5px;
}

}









/* Esconde o menu desktop no mobile */
@media (max-width: 800px) {
    .nf-profile-menu-desktop,
    .nf-profile-menu-border.nf-profile-menu-desktop {
        display: none;
    }
    .nf-mobile-menu-fab {
        display: block;
    }
}



/* ==========================
MOBILE PROFILE MENU PADRÃO - COLAR AO FINAL DO SEU CSS
Menu lateral direito, igual ao .nf-profile-menu (desktop), mas exclusivo para mobile.
Edite/adicione/remova os links no HTML, mas mantenha este padrão para texto, espaçamento e visual.
========================== */





@media (max-width: 1230px) {
  /* Botão flutuante para abrir/fechar menu mobile */
  .nf-header-menu-btn-mobile {
    display: flex !important;
    position: fixed;
    bottom: 42px;
    right: 14px;
    background: #fff;
    border: none;
    outline: none;
    z-index: 8002;
    cursor: pointer;
    padding: 0;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px rgba(30,30,40,0.2);
    border-radius: 50%;
  }

  /* Menu lateral direito mobile */
  .nf-profile-menu-mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 58vw;
    max-width: 230px;
    height:100%;
    background: #fff;
    box-shadow: -2px 0 16px #0002;
    z-index: 7001;
    flex-direction: column;
    padding: 20px 0 0 0;
    margin: 0;
    border-radius: 0;
    transition: transform .22s cubic-bezier(.42,1.7,.7,1.13), opacity .16s;
    transform: translateX(110%);
    opacity: 0;
    pointer-events: none;
    overflow-y: none;
  }
  
  .nf-side-title {
    margin: 24px 0 6px 32px;
    font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    font-size: 1.04em;
    color: #b67258;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  .nf-profile-menu-mobile a,
  .nf-profile-menu-mobile button.nf-mobile-menu-close {
   font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    padding: 5px 15px;
  margin-left:30px;
    text-align: left;
    border: none;
    border-bottom: 0px solid #ffe7dc;
    width: 100%;
    display: block;
    color: #888;
    background: none;
    letter-spacing: 0.01em;
    transition: background .16s, color .16s;
    cursor: pointer;
    outline: none;
    text-decoration: none;
font-style: italic;
  }
  .nf-profile-menu-mobile a:hover {
 color: #e77;
}

  .nf-profile-menu-mobile .active
 {
    background:none;
font-style: normal;
    color: #e77;
  }
 
  .nf-profile-menu-mobile a:last-child,
  .nf-profile-menu-mobile button.nf-mobile-menu-close:last-child {
    border-bottom: none;
  }


.nf-search-box-image2{ width:180px;margin-left : 30px;}

.eval-star{ width:150px !important;white-space: nowrap !important;}



.newfeed-col1 {
margin-left:15px !important;
}
 
.login-container {
           
            width: 150px !important;}
         
        


}




@media (max-width: 1230px) {
  .nf-header-menu-btn-mobile {
    display: flex !important;
    position: fixed;
    bottom: 42px;
    right: 14px;
    background: #fff;
    border: none;
    outline: none;
    z-index: 8002;
    cursor: pointer;
    padding: 0;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px rgba(30,30,40,0.2);
    border-radius: 50%;
  }

.nf-profile-menu-mobile.mostrar-menu-mobile {
    display: flex;
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 1230px) {
  .nf-header-menu-btn-mobile {
    display: flex !important;
    position: fixed;
    bottom: 42px;
    right: 14px;
    background: #fff;
    border: none;
    outline: none;
    z-index: 8002;
    cursor: pointer;
    padding: 0;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px rgba(30,30,40,0.2);
    border-radius: 50%;
  }








#ativarLocalizacao{
 display: flex !important;
    position: fixed;
    bottom: 122px;
    right: 14px;
    background: #fff;
    border: none;
    outline: none;
    z-index: 8002;
    cursor: pointer;
    padding: 0;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px rgba(30,30,40,0.2);
    border-radius: 50%;
}

.scroll-content-real {
  max-height: 300px;      /* altura máxima visível */
  overflow-y: auto;       /* permite rolar na vertical */
  scrollbar-width: none;  /* Firefox - esconde barras */
  -ms-overflow-style: none; /* IE e Edge */
}
.scroll-content-real::-webkit-scrollbar {
  display: none;          /* Chrome, Safari, Opera */
}





}





@media (max-width: 1231px) {
    .newfeed-main { flex-direction: column; gap: 0; }
    .newfeed-col2 { padding: 0; display:none !important;}
}



/* Responsivo */
@media (max-width: 600px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}


    #nf-comment-modal .nf-modal {
        width: 90vw !important;
        padding: 12vw 2vw 7vw 2vw;
    }
    #nf-comment-modal .nf-modal-form textarea {
        font-size: 0.94em;
        height: 34px;
        padding: 7px 6px;
    }
    #nf-comment-modal .nf-modal-form button[type="submit"] {
        font-size: 0.97em;
        padding: 7px 11px;
        height: 34px;
    }
}











@media (max-width: 900px) {
    .newfeed-main {
        flex-direction: column;
        width: 100vw;
    }
    .newfeed-col2 {
        width: 100%;
        border-left: none;
        border-top: 1.5px solid #ffe7dc;
        min-height: auto;
        padding: 20px 10px; display:none !important;
    }
}

/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {
html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}

    .nf-post-imgs-horizontal {
        flex-direction: column;
        gap: 10px;
    }
    .nf-img-main img, .nf-img-side img {
        max-width: 100%;
    }
    .nf-post-imgs-two {
        flex-direction: column;
        gap: 0px;
    }
    .nf-post-imgs-two img {
        max-width: 100%;
    }
}

@media (max-width: 600px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}

    .ava-card, .friend-card {
        flex-direction: column;
        align-items: stretch;
        padding: 14px 8px;
        gap: 12px;
    }
    .ava-post-img {
        margin-left: 0;
        margin-top: 8px;
        width: 95%;
        max-width: 220px;
        height: auto;
        min-height: 62px; 
    }
    .ava-info .ava-name, .friend-info .friend-name {
        max-width: 140px;
    }
}

@media (max-width: 1230px) {
  .nf-header-menu-btn-mobile {
    display: flex !important;
    position: fixed;
    bottom: 42px;
    right: 14px;
    background: #fff;
    border: none;
    outline: none;
    z-index: 8002;
    cursor: pointer;
    padding: 0;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px rgba(30,30,40,0.2);
    border-radius: 50%;
  }
}


@media (max-width: 1230px) {
  .nf-header-menu-btn-mobile {
    display: flex !important;
    position: fixed;
    bottom: 65px !important;
    right: 14px;
    background: #fff;
    border: none;
    outline: none;
    z-index: 8002;
    cursor: pointer;
    padding: 0;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px rgba(30,30,40,0.2);
    border-radius: 50%;
  }







}

@media (min-width: 1231px) {
  .nf-header-menu-btn-mobile {
    display: none !important;
  }

}





/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}


  .album-masonry-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0px !important;
    margin-top: -10px !important;
    margin-bottom: 12px;
    grid-auto-rows: 1fr !important;
  }
  .masonry-item {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    overflow: hidden;
    background: #f7f7f7;
    margin: 0;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    min-height: 0;
    min-width: 0;
    grid-row-end: auto !important;
margin-bottom:25px;
  }
  .masonry-item img,
  .masonry-item video {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0;
    background: #f2f2f2;
    display: block;
    min-height: 0;
    min-width: 0;
  }

.avaliacoes-menu{ margin-top: -10px !important;}
}
.friends-list{ margin-top: -10px !important;}

@media (max-width: 600px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}


  .ava-card {
    padding: 14px 4px 14px 4px;
    margin: 10px 2px;
    border-radius: 13px;
    gap: 8px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .ava-avatar {
    width: 66px !important;
    height: 66px !important;
    margin-bottom: 0;
	border: 2px solid #e99 !important;
  }
  .ava-info {
    font-size: 0.8em;
    gap: 6px;
color: #666;
  }
  .ava-post-img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    margin-left: 8px;
  }




}

/* MOBILE: mantém tudo horizontal, só reduz tamanhos */
@media (max-width: 600px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}

    .friend-card {
        padding: 8px 8px;
        border-radius: 14px;
        gap: 10px;
        min-width: 0;
        flex-direction: row;
    }
    .friend-avatar {
        width: 60px !important;
        height: 60px !important;
        margin-right: 5px;
border: 2px solid #e99 !important;
    }
    .friend-info {

        gap: 0;  font-size: 0.9em;
    }
    .friend-name-rating-row {
        gap: 6px;
        font-size: 0.9em;color: #666;
    }

.friend-name-rating-row a{color: #666; }

.friend-name {
       font-weight:500;
        
    }
    .friend-actions {
        margin-left: 6px;
    }
    .friend-actions a {
        padding: 8px 18px;
        font-size: 0.9em;
        border-radius: 8px;
    }
    .friend-info-date-row {
        font-size: 0.9em;
        margin-top: 2px;
    }




}


/* MOBILE: mantém tudo horizontal, só reduz tamanhos */
@media (max-width: 600px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}



.nf-friend-btn {
    
    
    background: #e77;
    color: #fff;
    border: none;
    border-radius: 11px;
    padding: 2px 12px;
    font-size: 0.96em;
    line-height: 1.15;
    height: 26px;
   
    cursor: pointer;
  
    transition: background 0.2s;
    box-shadow: none;
    outline: none;



}


.bt-amigos {

position: absolute;
margin-top:85px !important;
margin-left:85px !important;
}




.nf-friend-btn:hover {
    background: #c33;
}
.nf-friend-btn.added {
width:170px;
    background: #aaa;
    color: #fff;
}
.nf-friend-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Botão amarelo para 'Aceitar amizade' */
.nf-friend-btn.accept {
    background: #f9b62a;
    color: #fff;
}
.nf-friend-btn.accept:hover {
    background: #f8a400;
}


.aguardando-aprovacao {font-size:12px;color:#888;margin-top:2px;} 

.ava-card, .friend-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px #0001;
    margin: 20px 0;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    transition: box-shadow 0.15s;
}
.ava-card:hover, .ava-card:focus-within,
.friend-card:hover, .friend-card:focus-within {
    box-shadow: 0 4px 24px #0002;
    z-index: 2;
}




.nf-post-card.snap-top {
  scroll-margin-top: none; /* Ou qualquer distância que você deseja */
}




.nf-cmt-user{font-family: 'Montserrat', Arial, sans-serif;}


.nf-cmt-delete-btn
{
font-family: 'Montserrat', Arial, sans-serif;
 position: relative;
    right: 0px;

    background: none;
    color: #e99 !important;
    border: none;
    border-radius: 10px;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 10px;
    transition: background 0.18s;
}


.nf-cmt-delete-btn-btn:hover {
    background: #ffd6d6;
}



.nf-cmt-reply-btn{

font-family: 'Montserrat', Arial, sans-serif;
position: relative;
    left: 0px;
margin-bottom:10px;
    background: none !important;
    color: #e99 !important;
    border: none;
    border-radius: 10px;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 12px !important;
    transition: background 0.18s;

}


.nf-cmt-row-reply {
font-family: 'Montserrat', Arial, sans-serif;
    background: #fbfbfb;
    border-radius: 10px;
    box-shadow: 0 1px 8px #f9b6ab22;
    padding: 13px 18px 10px 18px;
    margin-bottom: 14px;
   
    border: 1px solid #f7e3dd;
    width: 95%;
    box-sizing: border-box;
    transition: box-shadow 0.15s;
}

.nf-cmt-row-reply .nf-cmt-user{
font-family: 'Montserrat', Arial, sans-serif;
font-size: 0.8em !important;
}


.nf-cmt-send-reply-btn {
font-size: 12px !important;
margin-bottom:10px;
width:140px;
}

.top-name-user1 {

width:200px ;
white-space: nowrap !important;
}



.nf-profile-name-row {
width:200px ;
white-space: nowrap !important;
text-transform: capitalize !important;
}





@media (max-width: 600px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}

  .profile-tabs-menu {
    max-width: 100vw;
    gap: 2px;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .profile-tab-btn {
    font-size: 14px;
    padding: 9px 0 6px 0;
  }
  .profile-tab-label {
    font-size: 12px;
  }


}




.nosedive-static-stars .nosedive-star-static,
.nosedive-interactive-stars .nosedive-star {
    font-size: 3.2em;      /* Aumente esse valor para o tamanho desejado */
    line-height: 1;
    vertical-align: middle;
    transition: color 0.15s, text-shadow 0.12s;
}

/* Opcional: aumente também o espaçamento entre elas para não ficarem coladas */
.nosedive-static-stars .nosedive-star-static,
.nosedive-interactive-stars .nosedive-star {
    margin-right: 4px;
}




.nosedive-rating-modal-bg {
    position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; 
    background: #fff; display: flex; align-items: center; justify-content: center;
}
.nosedive-rating-modal-content {
    text-align: center; width: 100vw; max-width: 350px; margin: auto;
}
.nosedive-rating-avatar {
    width: 90px; height: 90px; border-radius: 50%; object-fit: cover; margin: 30px auto 8px auto;
    border: 2.5px solid #f9b62a; background: #fafafa;
}
.nosedive-rating-username {
    font-size: 1.3em; font-weight: 700; color: #a16b5c; margin: 8px 0 20px 0;
}
.nosedive-rating-stars {
    font-size: 2.2em; color: #f9b62a; margin: 0 0 28px 0; letter-spacing: 2px;
}
.nosedive-rating-tip {
    color: #888; font-size: 1.1em; margin-top: 35px; font-weight: 500;
    animation: nudger 1.7s infinite alternate;
}
@keyframes nudger {
    0% { transform: translateY(0);}
    100% { transform: translateY(-13px);}
}

/* Estado normal do modal */
#nosedive-rating-modal-bg {
    transition: opacity 0.3s, transform 0.3s;
    opacity: 1;
    transform: translateY(0);
}

/* Estado de fade up ao enviar */
#nosedive-rating-modal-bg {
    position: fixed;
    z-index: 229999 !important;
    left: 0; top: 0; right: 0; bottom: 0;
    background: #fff;
    display: none;
}

#nosedive-rating-modal-content {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    margin: auto;
    max-width: 340px;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    opacity: 1;
}



#nosedive-rating-user-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #f9b62a;
    margin-bottom: 18px;
    object-fit: cover;
}
#nosedive-rating-username {
    font-size: 3em;
    font-weight: 200;
    color: #9a6b54;
    margin-bottom: 16px;
    text-align: center;
}
#nosedive-rating-stars {
    font-size: 3.2em;
    margin-bottom: 30px;
    text-align: center;
}




#nosedive-rating-done {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    z-index: 10;
    background: rgba(255,255,255,1);
    opacity: 0;
    font-size: 2.1em;
    font-weight: 600;
    color: #a77c4e;
    pointer-events: none;
    transition: opacity 0.5s;
}
#nosedive-rating-done.show {
    opacity: 1;
    animation: scaleIn 0.45s cubic-bezier(.53,1.6,.53,1) 1;
}
@keyframes scaleIn {
    0% { transform: scale(0.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}






}




/* VIDEO CSS */
 .square-media-list {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
 width: 100vw;
  max-width: 100vw;
  justify-content: flex-start;
 
  align-items: flex-start;
  /* Remova margens/paddings se houver */
  margin: 0;
  padding: 0;

}
.square-media-wrapper {
 
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 0px;
  background: #000;
  position: relative;
  /* Alinhado à esquerda no desktop: */
  margin: 2px 0 0 0; /* topo 32px, zero laterais */
}
.square-media-content, .square-media-wrapper video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  aspect-ratio: 3 / 4 !important;
  display: block !important;
  background: #000 !important;
  border-radius: 0px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border: none !important;
  box-shadow: none !important;
}
.square-media-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(30,30,30,0.82);
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px #0003;
  cursor: pointer;
  opacity: 1;
  transition: background 0.2s, transform 0.12s;
}
.square-media-play-btn svg {
  width: 48px;
  height: 48px;
  fill: #fff;
  margin-left: -2px;
  filter: drop-shadow(0 0 8px #0006);
}



/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}


.square-media-list {
  width: 100vw !important;
margin-left: -20px !important;

}
  
  .square-media-content, .square-media-wrapper video {
width: 505px !important;
    border-radius: 0px !important;
    aspect-ratio: 3/4 !important;
  }



}

.timeline-wrap {
  width: 100vw !important;
  max-width: 480px !important;
  height: 18px;
  margin-top: 5px;
  position: relative;
  z-index: 99; /* bem alto para garantir */
  display: flex;
  align-items: flex-end;
  user-select: none;
  cursor: pointer;
  background: transparent;
}
.timeline-track {
  width: 95vw !important;
 max-width: 480px !important;
  height: 2px;
  background: none;
  border-radius: 1px;
  position: relative;
  z-index: 1;
}
.timeline-progress {
  height: 2px;
  background: none;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: width .1s;
}
.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e99;
  border: 0px solid #f90;
  box-shadow: none;
  position: absolute;
  top: -5px;
  left: 0;
  transform: translateX(-1px);
  z-index: 3;
  transition: background .18s, border .18s;
  cursor: pointer;
}
.timeline-wrap:hover .timeline-dot {
  background: #e99;
  border-color: #e99;
}


/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {



.timeline-track {
  width: 397px;
  height: 2px;
  background: none;
  border-radius: 1px;
  position: relative;
  z-index: 1;
}

.timeline-wrap {
  width: 397px;
}


.nosedive-stars-touch-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  max-width: 98vw;
  margin: 0 auto;
  padding: 0px 0;
  touch-action: none;
  user-select: none;
}
.nosedive-star {
  font-size: 28px;
  padding: 0 0px;
  color: #888;
  transition: color .15s;
  user-select: none;
  touch-action: none;
}

.nosedive-stars-touch-area button{
margin-left: 70x !important;
}


}

@media (max-width: 800px) {


   
#nosedive-rating-subtitle {
    font-size: 1.0em;
    color: #999;
    text-align: center;
    transition: opacity 0.2s;
display:block !important;

}

}

@media (max-width: 600px) {

html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 600px;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}

   
#nosedive-rating-subtitle {
    font-size: 1.0em;
    color: #999;
    text-align: center;
    transition: opacity 0.2s;
display:block !important;

}

}





.nosedive-stars-touch-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  max-width: 98vw;
  margin: 0 auto;
  padding: 0px 0;
  touch-action: none;
  user-select: none;
}
.nosedive-star {
  font-size: 38px;
  padding: 0 0px;
  color: #888;
  transition: color .15s;
  user-select: none;
  touch-action: none;
}


/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {

.enviar-bt{

margin-left: 25px !important;margin-top:5px !important}

#nf-comment-modal textarea[name="comment"] {
    font-size: 16px !important;
    /* Outros estilos que já tenha */
}



}
.enviar-bt{
margin-left: 0px !important;
margin-top:10px !important
}



/* Adicione ao seu CSS */
.nosedive-scroll-blocker {
    position: fixed;
    z-index: 9998;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.0); /* transparente para não escurecer */
    pointer-events: auto;
}

.nf-post-card.highlight {
    position: relative;
    
    /* opcional: efeito visual */
    box-shadow: 0 0 0 4px #f9b62a44;
}
.nf-post-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
  will-change: opacity, transform;
backface-visibility: hidden;
}


.nf-fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 0.7s cubic-bezier(.6,.2,0,1.1) forwards;
}
.nf-fade-in-up.fade-in-done {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


}



/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {




img, video, .nf-post-card, .square-media-list, .square-media-wrapper,  .modal-bg {
  
  width: 100vw;
max-width: 100%;
  box-sizing: border-box;
  display: block;
}




}



/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {
.nosedive-arrow-btn{

margin-left:30px !important;

}


/* STORIES CSS */

#nf-stories-modal {
  position:fixed; z-index:9999 !important;
  left:0; top:0; width:100vw; height:100vh;
  display:none; align-items:center; justify-content:center;
}
.nf-stories-modal-bg {
  position:absolute; width:100vw; height:100vh;
  background:#fff; left: 0; top: 0; right: 0; bottom: 0;

opacity: 0.97;
 position: fixed;
   
    
    
   

}
.nf-stories-modal-content {
  position:relative; margin:auto; background:none;
  width:95vw; max-width:480px; height:100vh;
  display:flex; flex-direction:column; justify-content:center; align-items:center;
}
.nf-stories-slide-area {
  width: 100%;
  max-width: 480px;
  height: auto;
  max-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.avatar-stories {
  display: flex;
  align-items: center;
  gap: 0px;
margin-bottom: 5px;
margin-top: 15px;
  width: 100%;
  max-width: 440px;
}
.avatar-stories img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}
.stories-nome {
  font-weight: bold;
  font-size: 1.12em;
  color: #e99;
  line-height: 1;
}
.stories-rating {
  color: #e99;
  font-size: 1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px;
}

.stories-midia {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  max-height: 380px;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 2px 16px #0008;
}
.stories-midia img,
.stories-midia video {
  width: 100%;
  height: auto;
  max-height: 380px;
  border-radius: 18px;
  object-fit: contain;
 object-position: top center; 
  display: block;
}


.nf-stories-nav { background:rgba(0,0,0,0.3); border:0; color:#fff; font-size:2em; border-radius:50%; width:45px; height:45px; position:absolute; top:50%; transform:translateY(-50%); z-index:5; cursor:pointer;}
.nf-stories-prev { left:8px;}
.nf-stories-next { right:8px;}
.nf-stories-modal-close {
  background: none;
  border: 0;
  color: #666;
  font-size: 2em;
  position: absolute;
  top: 22px;
  right: 8px;
  z-index: 3;
  cursor: pointer;
}


#nf-stories-modal {
  cursor: pointer;
}
.nf-stories-modal-close {
  cursor: pointer;
}


.nf-stories-slide-area {
  width: 100%;
  max-width: 480px;
  height: auto;
  max-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.stories-midia-wrapper {
  width: 100%;
  aspect-ratio: 3/4;
  max-width: 480px;
 min-height: 280px;
  position: relative;
  background: #111;
  overflow: hidden;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* Fallback para navegadores que não suportam aspect-ratio */
@supports not (aspect-ratio: 3/4) {
  .stories-midia-wrapper {
    width: 100%;
    height: calc(100vw * 4 / 3);
    max-height: 640px;
    max-width: 480px;
  }
}

.stories-midia-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center; 
  user-select: none;
  pointer-events: auto;
  touch-action: none;
  will-change: transform;
  display: block;
  background: #111;
  border: 0;
}
}

.avatar-stories {
  position: absolute;
  top: -68px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  padding: 4px 12px 4px 4px;
  border-radius: 22px;
}
.avatar-stories img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}
.stories-nome {
  font-weight: bold;
  font-size: 1.12em;
  color: #333;
  line-height: 1;
}
.stories-rating {
  color: #e99;
  font-size: 1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px;
}

.stories-texto {
  color: #333;
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  word-break: break-word;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  min-height: calc(1.4em * 4); /* Garante altura mínima p/ 4 linhas */
}
.stories-texto {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stories-ver-mais {
  color: #e99;
  font-size: 1em;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 4px;
  display: inline-block;
  vertical-align: bottom;
}
.stories-texto-wrapper {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
}

.stories-avaliar-area {
  width: 100%;
  max-width: 440px;
  
  text-align: center !important;
  color: #333;
  display: flex;
  align-items: center !important;
  gap: 18px;
  font-size: 1.13em;
}
.stories-avaliar-stars span {
  font-size: 1.6em;
  color: #ffe06a;
  cursor: pointer;
  user-select: none;
  transition: color 0.1s;
}
.stories-avaliar-stars span.inactive {
  color: #444;
}

.stories-midia-wrapper {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 3/4;
  position: relative;
  background: #111;
  overflow: hidden;margin-bottom:7px;
}



.stories-midia-wrapper video.stories-square-media-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
 object-position: top center; 
  background: #000;
  border-radius: 0px;
  display: block;
  outline: none;
}
.nosedive-static-stars .nosedive-star-static {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
 text-align: center !important;
 align-items: center !important;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100vw;
}


.stories-progress-bar {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  display: flex;
  gap: 3px;
  justify-content: center;
  z-index: 10;
  padding: 0 6px;
  pointer-events: none;
}
.stories-progress-segment {
  flex: 1 1 0;
  height: 3.5px;
  background: #ccc;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  transition: background 0.2s;
}
.stories-progress-segment.active {
  background: #222;
}
.stories-progress-segment.complete {
  background: #ccc;
  opacity: 0.6;
}
.stories-progress-segment.future {
  background: #ccc;

}

.stories-time{ font-size: 11px;
    color: #888;
      background: none;
    padding: 2px 8px;
    border-radius: 10px;
}

.hora-avaliacao-local{ 
position:absolute;
font-size: 10px;
    color: #888;
      background: none;
    padding: 2px 8px;
    border-radius: 10px;
bottom:15px;
left:175px;
}




/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {


.friend-request-info{ color:#b98a03;font-size:12px !important;width:300px !important}
.friend-request-actions{font-size:12px !important;width:80px !important}
.friend-request-actions button{margin-bottom:5px;}
.friend-request-avatar{width:66px !important;height:66px !important; border: 2px solid #e99 !important;}

.nf-scroll-loader {margin-bottom:150px}

}




@media (max-width: 930px) {


.friend-request-info{ color:#b98a03;font-size:12px !important;width:300px !important}
.friend-request-actions{font-size:12px !important;width:80px !important}
.friend-request-actions button{margin-bottom:5px;}
.friend-request-avatar{width:66px !important;height:66px !important; border: 2px solid #e99 !important;}

.nf-scroll-loader {margin-bottom:150px}


.nf-require-message {max-width:170px !important;margin-top:5px !important; text-align:center !important; align-itens:center  !important;}
.nf-profile-header{margin-top:10px}
.square-media-list{max-width:560px !important}
.nf-post-img {max-width:560px !important}
}






}




.nf-post-menu-wrapper {
 
  top: 12px;
  right: 14px;
  z-index: 10;
}

.nf-post-menu-btn {

  background: none;
  border: none;
  padding: 4px 7px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.18s;
  outline: none;
}

.nf-post-menu-btn:active,
.nf-post-menu-btn:focus {
  background: #f4f4f4;
}

.nf-post-menu-arrow svg {
  transition: transform 0.2s;
}

.nf-post-menu-btn.open .nf-post-menu-arrow svg,
.nf-post-menu-btn.active .nf-post-menu-arrow svg {
  transform: rotate(180deg);
}

.nf-post-menu-dropdown {
  display: none;
  position: absolute;
  top: 32px;
  right: 0;
  max-width: 230px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 18px #0002;
  border: 1px solid #eee;
  z-index: 20;
  padding: 6px 0;
}

.nf-post-menu-wrapper.active .nf-post-menu-dropdown,
.nf-post-menu-btn.open + .nf-post-menu-dropdown {
  display: block;
}

.nf-post-menu-item {
  width: 100%;
  text-align: right;
  background: none;
  border: none;
  padding: 12px 20px;
  font-size: 0.9rem;
  color: #e77;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.18s;
  outline: none;
}

.nf-post-menu-item:hover,
.nf-post-menu-item:focus {
  background: #f8eaea;
  color: #b22;
}

.nf-post-menu-item + .nf-post-menu-item {
  border-top: 1px solid #f2f2f2;
}




@media (max-width: 600px) {

/* Estado normal do modal */



.eval-names{font-size: 0.75em !important;text-align:right;align-itens:right;}

.timeline-wrap, .timeline-track,.timeline-progress {max-width:410px !important}

.nf-post-content, .nf-post-sidecol{ max-width:90vw !important;}


}



@media (min-width: 600px) and (max-width: 1230px) {




  #nosedive-rating-modal-bg {
    display: none !important;
  }


.nf-stories-modal-close {   display: none !important;}

}
.nf-modal-comment{  margin-top:10px !important;}
.nf-post-comments-summary{margin-top:-100px !important; margin-left:-10px !important;}
.nf-require-message{
margin-top: 10px !important;
margin-bottom: 30px !important;
font-size: 0.8em !important;

}


html, body {
 overflow: hidden;
  max-width: 100vw;
}

@media (max-width: 410px) {
 html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 410px !important;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}

  
}

@media (max-width: 600px) {
.nf-post-comments-summary{margin-top:125px !important; margin-left:-10px !important;}
}




}





@media (max-width: 1231px) {
    .newfeed-main { flex-direction: column; gap: 0; }
    .newfeed-col2 { padding: 0; display:none !important;}
}



/* Responsivo */
@media (max-width: 600px) {
    #nf-comment-modal .nf-modal {
        width: 90vw !important;
        padding: 12vw 2vw 7vw 2vw;
    }
    #nf-comment-modal .nf-modal-form textarea {
        font-size: 0.94em;
        height: 34px;
        padding: 7px 6px;
    }
    #nf-comment-modal .nf-modal-form button[type="submit"] {
        font-size: 0.97em;
        padding: 7px 11px;
        height: 34px;
    }
}











@media (max-width: 900px) {
    .newfeed-main {
        flex-direction: column;
        width: 100vw;
    }
    .newfeed-col2 {
        width: 100%;
        border-left: none;
        border-top: 1.5px solid #ffe7dc;
        min-height: auto;
        padding: 20px 10px; display:none !important;
    }
}


/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {
    .nf-post-imgs-horizontal {
        flex-direction: column;
        gap: 10px;
    }
    .nf-img-main img, .nf-img-side img {
        max-width: 100%;
    }
    .nf-post-imgs-two {
        flex-direction: column;
        gap: 0px;
    }
    .nf-post-imgs-two img {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .ava-card, .friend-card {
        flex-direction: column;
        align-items: stretch;
        padding: 14px 8px;
        gap: 12px;
    }
    .ava-post-img {
        margin-left: 0;
        margin-top: 8px;
        width: 95%;
        max-width: 220px;
        height: auto;
        min-height: 62px; 
    }
    .ava-info .ava-name, .friend-info .friend-name {
        max-width: 140px;
    }
}




@media (max-width: 1230px) {
  .nf-header-menu-btn-mobile {
    display: flex !important;
    position: fixed;
    bottom: 65px !important;
    right: 14px;
    background: #fff;
    border: none;
    outline: none;
    z-index: 8002;
    cursor: pointer;
    padding: 0;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px rgba(30,30,40,0.2);
    border-radius: 50%;
  }
}

@media (min-width: 1231px) {
  .nf-header-menu-btn-mobile {
    display: none !important;
  }
}



.mmenu-item {
  flex: 1 1 0;
  text-align: center;
  padding: 8px 0 0 0;
  text-decoration: none;
margin-top:-5px;
}
.mmenu-item svg,
.mmenu-item img {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
}
.mmenu-avatar {
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eee;
  width: 32px; height: 32px;
}
.mmenu-badge-num {
  position: absolute;
  top: 6px; right: 18px;
  background: #e44;
  color: #fff;
  font-size: 13px;
  padding: 1px 6px;
  border-radius: 20px;
  font-weight: bold;
  min-width: 20px;
  text-align: center;
  box-shadow: 0 1px 4px #0002;
}



/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {
  .album-masonry-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0px !important;
    margin-top: -10px !important;
    margin-bottom: 12px;
    grid-auto-rows: 1fr !important;
  }
  .masonry-item {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    overflow: hidden;
    background: #f7f7f7;
    margin: 0;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    min-height: 0;
    min-width: 0;
    grid-row-end: auto !important;
margin-bottom:25px;
  }
  .masonry-item img,
  .masonry-item video {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
 object-position: top center; 
    border-radius: 0;
    background: #f2f2f2;
    display: block;
    min-height: 0;
    min-width: 0;
  }

.avaliacoes-menu{ margin-top: -10px !important;}
}
.friends-list{ margin-top: -10px !important;}

@media (max-width: 600px) {
  .ava-card {
    padding: 14px 4px 14px 4px;
    margin: 10px 2px;
    border-radius: 13px;
    gap: 8px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .ava-avatar {
    width: 66px !important;
    height: 66px !important;
    margin-bottom: 0;
	border: 2px solid #e99 !important;
  }
  .ava-info {
    font-size: 0.8em;
    gap: 6px;
color: #666;
  }
  .ava-post-img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    margin-left: 8px;
  }




}

/* MOBILE: mantém tudo horizontal, só reduz tamanhos */
@media (max-width: 600px) {
    .friend-card {
        padding: 8px 8px;
        border-radius: 14px;
        gap: 10px;
        min-width: 0;
        flex-direction: row;
    }
    .friend-avatar {
        width: 60px !important;
        height: 60px !important;
        margin-right: 5px;
border: 2px solid #e99 !important;
    }
    .friend-info {

        gap: 0;  font-size: 0.9em;
    }
    .friend-name-rating-row {
        gap: 6px;
        font-size: 0.9em;color: #666;
    }

.friend-name-rating-row a{color: #666; }

.friend-name {
       font-weight:500;
        
    }
    .friend-actions {
        margin-left: 6px;
    }
    .friend-actions a {
        padding: 8px 18px;
        font-size: 0.9em;
        border-radius: 8px;
    }
    .friend-info-date-row {
        font-size: 0.9em;
        margin-top: 2px;
    }




}


/* MOBILE: mantém tudo horizontal, só reduz tamanhos */
@media (max-width: 600px) {



.nf-friend-btn {
    
    
    background: #e77;
    color: #fff;
    border: none;
    border-radius: 11px;
    padding: 2px 12px;
    font-size: 0.96em;
    line-height: 1.15;
    height: 26px;
   
    cursor: pointer;
  
    transition: background 0.2s;
    box-shadow: none;
    outline: none;



}


.bt-amigos {

position: absolute;
margin-top:85px !important;
margin-left:85px !important;
}




.nf-friend-btn:hover {
    background: #c33;
}
.nf-friend-btn.added {
width:170px;
    background: #aaa;
    color: #fff;
}
.nf-friend-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Botão amarelo para 'Aceitar amizade' */
.nf-friend-btn.accept {
    background: #f9b62a;
    color: #fff;
}
.nf-friend-btn.accept:hover {
    background: #f8a400;
}


.aguardando-aprovacao {font-size:12px;color:#888;margin-top:2px;} 

.ava-card, .friend-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px #0001;
    margin: 20px 0;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    transition: box-shadow 0.15s;
}
.ava-card:hover, .ava-card:focus-within,
.friend-card:hover, .friend-card:focus-within {
    box-shadow: 0 4px 24px #0002;
    z-index: 2;
}




.nf-post-card.snap-top {
  scroll-margin-top: none; /* Ou qualquer distância que você deseja */
}




.nf-cmt-user{font-family: 'Montserrat', Arial, sans-serif;}


.nf-cmt-delete-btn
{
font-family: 'Montserrat', Arial, sans-serif;
 position: relative;
    right: 0px;

    background: none;
    color: #e99 !important;
    border: none;
    border-radius: 10px;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 10px;
    transition: background 0.18s;
}


.nf-cmt-delete-btn-btn:hover {
    background: #ffd6d6;
}



.nf-cmt-reply-btn{

font-family: 'Montserrat', Arial, sans-serif;
position: relative;
    left: 0px;
margin-bottom:10px;
    background: none !important;
    color: #e99 !important;
    border: none;
    border-radius: 10px;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 12px !important;
    transition: background 0.18s;

}


.nf-cmt-row-reply {
font-family: 'Montserrat', Arial, sans-serif;
    background: #fbfbfb;
    border-radius: 10px;
    box-shadow: 0 1px 8px #f9b6ab22;
    padding: 13px 18px 10px 18px;
    margin-bottom: 14px;
   
    border: 1px solid #f7e3dd;
    width: 95%;
    box-sizing: border-box;
    transition: box-shadow 0.15s;
}

.nf-cmt-row-reply .nf-cmt-user{
font-family: 'Montserrat', Arial, sans-serif;
font-size: 0.8em !important;
}


.nf-cmt-send-reply-btn {
font-size: 12px !important;
margin-bottom:10px;
width:140px;
}

.top-name-user1 {

width:200px ;
white-space: nowrap !important;
}



.nf-profile-name-row {
width:200px ;
white-space: nowrap !important;
text-transform: capitalize !important;
}



.profile-tabs-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin: 18px 0 15px 0;
  max-width: 520px;
  background: none;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(180, 176, 164, 0.09);
  padding: 0 4px;

 margin-bottom: 15px;
}

.profile-tab-btn {
  flex: 1;
  text-align: center;
  padding: 10px 0 7px 0;
  border-radius: 7px;
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background .12s, color .12s;
  font-size: 15px;
  color: #7A6B5D;
  position: relative;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.profile-tab-btn svg {
  display: block;
  margin: 0 auto 2px auto;
}

.profile-tab-label {
  margin-top: 2px;
  font-size: 13px;
  color: #7A6B5D;
}

.profile-tab-btn--active,
.profile-tab-btn:focus,
.profile-tab-btn:hover {
  background: #f7f5f2;
  color: #aa6f4d;
  text-decoration: none;
}

.profile-tab-btn--active {
  background: #f0ebdf;
  color: #aa6f4d;
  font-weight: 500;
}

.profile-tab-btn--active .profile-tab-label,
.profile-tab-btn:focus .profile-tab-label,
.profile-tab-btn:hover .profile-tab-label {
  color: #aa6f4d;
}

.profile-tab-btn--active svg,
.profile-tab-btn:focus svg,
.profile-tab-btn:hover svg {
  filter: drop-shadow(0 0 1px #aa6f4d55);
}

@media (max-width: 600px) {
  .profile-tabs-menu {
    max-width: 100vw;
    gap: 2px;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .profile-tab-btn {
    font-size: 14px;
    padding: 9px 0 6px 0;
  }
  .profile-tab-label {
    font-size: 12px;
  }


}




.nosedive-static-stars .nosedive-star-static,
.nosedive-interactive-stars .nosedive-star {
       /* Aumente esse valor para o tamanho desejado */
    line-height: 1;
    vertical-align: middle;
    transition: color 0.15s, text-shadow 0.12s;
}

/* Opcional: aumente também o espaçamento entre elas para não ficarem coladas */
.nosedive-static-stars .nosedive-star-static,
.nosedive-interactive-stars .nosedive-star {
    margin-right: 2px;
}




.nosedive-rating-modal-bg {
    position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; 
    background: #fff; display: flex; align-items: center; justify-content: center;
}
.nosedive-rating-modal-content {
    text-align: center; width: 100vw; max-width: 350px; margin: auto;
}
.nosedive-rating-avatar {
    width: 90px; height: 90px; border-radius: 50%; object-fit: cover; margin: 30px auto 8px auto;
    border: 2.5px solid #f9b62a; background: #fafafa;
}
.nosedive-rating-username {
    font-size: 1.3em; font-weight: 700; color: #a16b5c; margin: 8px 0 20px 0;
}
.nosedive-rating-stars {
    font-size: 2.2em; color: #f9b62a; margin: 0 0 28px 0; letter-spacing: 2px;
}
.nosedive-rating-tip {
    color: #888; font-size: 1.1em; margin-top: 35px; font-weight: 500;
    animation: nudger 1.7s infinite alternate;
}
@keyframes nudger {
    0% { transform: translateY(0);}
    100% { transform: translateY(-13px);}
}

/* Estado normal do modal */
#nosedive-rating-modal-bg {
    transition: opacity 0.3s, transform 0.3s;
    opacity: 1;
    transform: translateY(0);
}

/* Estado de fade up ao enviar */
#nosedive-rating-modal-bg {
    position: fixed;
    z-index: 229999 !important;
    left: 0; top: 0; right: 0; bottom: 0;
    background: #fff;
    display: none;
}

#nosedive-rating-modal-content {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    margin: auto;
    max-width: 340px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    opacity: 1;
}



#nosedive-rating-user-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #f9b62a;
    margin-bottom: 18px;
    object-fit: cover;
}
#nosedive-rating-username {
    font-size: 3em;
    font-weight: 200;
    color: #9a6b54;
    margin-bottom: 16px;
    text-align: center;
}
#nosedive-rating-stars {
    font-size: 3.2em;
    margin-bottom: 30px;
    text-align: center;
}




#nosedive-rating-done {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    z-index: 10;
    background: rgba(255,255,255,1);
    opacity: 0;
    font-size: 2.1em;
    font-weight: 600;
    color: #a77c4e;
    pointer-events: none;
    transition: opacity 0.5s;
}
#nosedive-rating-done.show {
    opacity: 1;
    animation: scaleIn 0.45s cubic-bezier(.53,1.6,.53,1) 1;
}
@keyframes scaleIn {
    0% { transform: scale(0.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}






}




/* VIDEO CSS */
 .square-media-list {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
 width: 100vw;
  max-width: 100vw;
  justify-content: flex-start;
 
  align-items: flex-start;
  /* Remova margens/paddings se houver */
  margin: 0;
  padding: 0;

}
.square-media-wrapper {
 width: 480px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 0px;
  background: #000;
  position: relative;
  /* Alinhado à esquerda no desktop: */
  margin: 2px 0 0 0; /* topo 32px, zero laterais */
}
.square-media-content, .square-media-wrapper video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
 object-position: top center; 
  aspect-ratio: 3 / 4 !important;
  display: block !important;
  background: #000 !important;
  border-radius: 0px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border: none !important;
  box-shadow: none !important;
}
.square-media-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(30,30,30,0.82);
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px #0003;
  cursor: pointer;
  opacity: 1;
  transition: background 0.2s, transform 0.12s;
}
.square-media-play-btn svg {
  width: 48px;
  height: 48px;
  fill: #fff;
  margin-left: -2px;
  filter: drop-shadow(0 0 8px #0006);
}


/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {



.square-media-list {
  width: 100vw !important;
margin-left: -22px !important;

}

.nf-post-slider { width: 100vw !important;
margin-left: -22px !important;
}

.nf-post-imgs{
  width: 100% !important;
margin-left: -17px !important;

}



  .square-media-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0px !important;
    aspect-ratio: 3/4 !important;
  }
  .square-media-content, .square-media-wrapper video {

    border-radius: 0px !important;
    aspect-ratio: 3/4 !important;
  }



}

.timeline-wrap {
  width: 95vw !important;
  max-width: 480px !important;
  height: 18px;
  margin-top: 5px;
  position: relative;
  z-index: 99; /* bem alto para garantir */
  display: flex;
  align-items: flex-end;
  user-select: none;
  cursor: pointer;
  background: transparent;
}
.timeline-track {
  width: 95vw !important;
  max-width: 480px !important;
  height: 2px;
  background: none;
  border-radius: 1px;
  position: relative;
  z-index: 1;
}
.timeline-progress {
  height: 2px;
  background: none;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: width .1s;
}
.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e99;
  border: 0px solid #f90;
  box-shadow: none;
  position: absolute;
  top: -5px;
  left: 0;
  transform: translateX(-1px);
  z-index: 3;
  transition: background .18s, border .18s;
  cursor: pointer;
}
.timeline-wrap:hover .timeline-dot {
  background: #e99;
  border-color: #e99;
}


/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {

.timeline-track {
  width: 397px;
  height: 2px;
  background: none;
  border-radius: 1px;
  position: relative;
  z-index: 1;
}

.timeline-wrap {
  width: 397px;
}


.nosedive-stars-touch-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  max-width: 98vw;
  margin: 0 auto;
  padding: 0px 0;
  touch-action: none;
  user-select: none;
}
.nosedive-star {
  font-size: 28px;
  padding: 0 0px;
  color: #888;
  transition: color .15s;
  user-select: none;
  touch-action: none;
}

.nosedive-stars-touch-area button{
margin-left: 70x !important;
}


}

@media (max-width: 800px) {


   
#nosedive-rating-subtitle {
    font-size: 1.0em;
    color: #999;
    text-align: center;
    transition: opacity 0.2s;
display:block !important;

}

}

@media (max-width: 500px) {


   
#nosedive-rating-subtitle {
    font-size: 1.0em;
    color: #999;
    text-align: center;
    transition: opacity 0.2s;
display:block !important;

}

}





.nosedive-stars-touch-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  max-width: 98vw;
  margin: 0 auto;
  padding: 0px 0;
  touch-action: none;
  user-select: none;

}
.nosedive-star {
  font-size: 38px;
  padding: 0 0px;
  color: #888;
  transition: color .15s;
  user-select: none;
  touch-action: none;
}


/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {

.enviar-bt{

margin-left: 25px !important;margin-top:5px !important}

#nf-comment-modal textarea[name="comment"] {
    font-size: 16px !important;
    /* Outros estilos que já tenha */
}



}
.enviar-bt{
margin-left: 0px !important;
margin-top:10px !important
}



/* Adicione ao seu CSS */
.nosedive-scroll-blocker {
    position: fixed;
    z-index: 9998;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.0); /* transparente para não escurecer */
    pointer-events: auto;
}

.nf-post-card.highlight {
    position: relative;
    
    /* opcional: efeito visual */
    box-shadow: 0 0 0 4px #f9b62a44;
}
.nf-post-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(.4,0,.2,1), transform 1.2s cubic-bezier(.4,0,.2,1);
  will-change: opacity, transform;
backface-visibility: hidden;
}


.nf-fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 0.7s cubic-bezier(.6,.2,0,1.1) forwards;
}
.nf-fade-in-up.fade-in-done {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


}



/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {


img, video, .nf-post-card,   .timeline-wrap, .timeline-track, .modal-bg {
 
  width: 95vw;
 max-width: 100%;
  box-sizing: border-box;
  display: block;
}




}



/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {
.nosedive-arrow-btn{

margin-left:30px !important;

}


/* STORIES CSS */

#nf-stories-modal {
  position:fixed; z-index:9999 !important;
  left:0; top:0; width:100vw; height:100vh;
  display:none; align-items:center; justify-content:center;
}
.nf-stories-modal-bg {
  position:absolute; width:100vw; height:100vh;
  background:#fff; left: 0; top: 0; right: 0; bottom: 0;

opacity: 0.97;
 position: fixed;
   
    
    
   

}
.nf-stories-modal-content {
  position:relative; margin:auto; background:none;
  width:95vw; max-width:480px; height:100vh;
  display:flex; flex-direction:column; justify-content:center; align-items:center;
}
.nf-stories-slide-area {
  width: 100%;
  max-width: 480px;
  height: auto;
  max-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.avatar-stories {
  display: flex;
  align-items: center;
  gap: 0px;
margin-bottom: 5px;
margin-top: 15px;
  width: 100%;
  max-width: 440px;
}
.avatar-stories img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}
.stories-nome {
  font-weight: bold;
  font-size: 1.12em;
  color: #e99;
  line-height: 1;
}
.stories-rating {
  color: #e99;
  font-size: 1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px;
}

.stories-midia {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  max-height: 380px;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 2px 16px #0008;
}
.stories-midia img,
.stories-midia video {
  width: 100%;
  height: auto;
  max-height: 380px;
  border-radius: 18px;
  object-fit: contain;
 object-position: top center; 
  display: block;
}


.nf-stories-nav { background:rgba(0,0,0,0.3); border:0; color:#fff; font-size:2em; border-radius:50%; width:45px; height:45px; position:absolute; top:50%; transform:translateY(-50%); z-index:5; cursor:pointer;}
.nf-stories-prev { left:8px;}
.nf-stories-next { right:8px;}
.nf-stories-modal-close {
  background: none;
  border: 0;
  color: #666;
  font-size: 2em;
  position: absolute;
  top: 22px;
  right: 8px;
  z-index: 3;
  cursor: pointer;
}


#nf-stories-modal {
  cursor: pointer;
}
.nf-stories-modal-close {
  cursor: pointer;
}


.nf-stories-slide-area {
  width: 100%;
  max-width: 480px;
  height: auto;
  max-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.stories-midia-wrapper {
  width: 100%;
  aspect-ratio: 3/4;
  max-width: 480px;
 min-height: 280px;
  position: relative;
  background: #111;
  overflow: hidden;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Fallback para navegadores que não suportam aspect-ratio */
@supports not (aspect-ratio: 3/4) {
  .stories-midia-wrapper {
    width: 100%;
    height: calc(100vw * 4 / 3);
    max-height: 640px;
    max-width: 480px;
  }
}

.stories-midia-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
   object-position: top center; 
  user-select: none;
  pointer-events: auto;
  touch-action: none;
  will-change: transform;
  display: block;
  background: #111;
  border: 0;
}
}

.avatar-stories {
  position: absolute;
  top: -68px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  padding: 4px 12px 4px 4px;
  border-radius: 22px;
}
.avatar-stories img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}
.stories-nome {
  font-weight: bold;
  font-size: 1.12em;
  color: #333;
  line-height: 1;
}
.stories-rating {
  color: #e99;
  font-size: 1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px;
}

.stories-texto {
  color: #333;
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  word-break: break-word;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  min-height: calc(1.4em * 4); /* Garante altura mínima p/ 4 linhas */
}
.stories-texto {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stories-ver-mais {
  color: #e99;
  font-size: 1em;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 4px;
  display: inline-block;
  vertical-align: bottom;
}
.stories-texto-wrapper {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
}

.stories-avaliar-area {
  width: 100%;
  max-width: 400px;
  
  text-align: center !important;
  color: #333;
  display: flex;
  align-items: center !important;
  gap: 18px;
  font-size: 1.13em;
}
.stories-avaliar-stars span {
  font-size: 1.6em;
  color: #ffe06a;
  cursor: pointer; 
  user-select: none;
  transition: color 0.1s;
}
.stories-avaliar-stars span.inactive {
  color: #444;
}

.stories-midia-wrapper {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 3/4;
  position: relative;
  background: #111;
  overflow: hidden;margin-bottom:7px;
}

.stories-midia-wrapper video.stories-square-media-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
 object-position: top center; 
  background: #000;
  border-radius: 0px;
  display: block;
  outline: none;
}
.nosedive-static-stars .nosedive-star-static {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
 text-align: center !important;
 align-items: center !important;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100vw;
}


.stories-progress-bar {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  display: flex;
  gap: 3px;
  justify-content: center;
  z-index: 10;
  padding: 0 6px;
  pointer-events: none;
}
.stories-progress-segment {
  flex: 1 1 0;
  height: 3.5px;
  background: #ccc;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  transition: background 0.2s;
}
.stories-progress-segment.active {
  background: #222;
}
.stories-progress-segment.complete {
  background: #ccc;
  opacity: 0.6;
}
.stories-progress-segment.future {
  background: #ccc;

}

.stories-time{ font-size: 11px;
    color: #888;
      background: none;
    padding: 2px 8px;
    border-radius: 10px;
}

.hora-avaliacao-local{ 
position:absolute;
font-size: 10px;
    color: #888;
      background: none;
    padding: 2px 8px;
    border-radius: 10px;
bottom:15px;
left:175px; 
}




/* TESTE PARA 600 OU 700 */
@media (max-width: 600px) {

.friend-request-info{ color:#b98a03;font-size:12px !important;width:300px !important}
.friend-request-actions{font-size:12px !important;width:80px !important}
.friend-request-actions button{margin-bottom:5px;}
.friend-request-avatar{width:66px !important;height:66px !important; border: 2px solid #e99 !important;}

.nf-scroll-loader {margin-bottom:150px}

}




@media (max-width: 930px) {


.friend-request-info{ color:#b98a03;font-size:12px !important;width:300px !important}
.friend-request-actions{font-size:12px !important;width:80px !important}
.friend-request-actions button{margin-bottom:5px;}
.friend-request-avatar{width:66px !important;height:66px !important; border: 2px solid #e99 !important;}

.nf-scroll-loader {margin-bottom:150px}


.nf-require-message {max-width:170px !important;margin-top:5px !important; text-align:center !important; align-itens:center  !important;}
.nf-profile-header{margin-top:10px}
.square-media-list{max-width:560px !important}
.nf-post-img {max-width:560px !important}
}






}




.nf-post-menu-wrapper {
 
  top: 12px;
  right: 14px;
  z-index: 10;
}

.nf-post-menu-btn {

  background: none;
  border: none;
  padding: 4px 7px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.18s;
  outline: none;
}

.nf-post-menu-btn:active,
.nf-post-menu-btn:focus {
  background: #f4f4f4;
}

.nf-post-menu-arrow svg {
  transition: transform 0.2s;
}

.nf-post-menu-btn.open .nf-post-menu-arrow svg,
.nf-post-menu-btn.active .nf-post-menu-arrow svg {
  transform: rotate(180deg);
}

.nf-post-menu-dropdown {
  display: none;
  position: absolute;
  top: 32px;
  right: 0;
  max-width: 230px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 18px #0002;
  border: 1px solid #eee;
  z-index: 20;
  padding: 6px 0;
}

.nf-post-menu-wrapper.active .nf-post-menu-dropdown,
.nf-post-menu-btn.open + .nf-post-menu-dropdown {
  display: block;
}

.nf-post-menu-item {
  width: 100%;
  text-align: right;
  background: none;
  border: none;
  padding: 12px 20px;
  font-size: 0.9rem;
  color: #e77;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.18s;
  outline: none;
}

.nf-post-menu-item:hover,
.nf-post-menu-item:focus {
  background: #f8eaea;
  color: #b22;
}

.nf-post-menu-item + .nf-post-menu-item {
  border-top: 1px solid #f2f2f2;
}




@media (max-width: 600px) {

/* Estado normal do modal */


.eval-names{font-size: 0.75em !important;text-align:right;align-itens:right;}

.timeline-wrap, .timeline-track,.timeline-progress {max-width:410px !important}

.nf-post-content, .nf-post-sidecol{ width:90vw !important;}


}

@media (min-width: 600px) and (max-width: 1230px) {




  #nosedive-rating-modal-bg {
    display: none !important;
  }


.nf-stories-modal-close {   display: none !important;}

}

.nf-post-comments-summary{margin-top:-130px !important; margin-left:-10px !important;}
.nf-require-message{
margin-top: 10px !important;
margin-bottom: 30px !important;
font-size: 0.8em !important;

}


html, body {
  overflow: hidden;
  max-width: 100vw;
}

@media (max-width: 410px) {
 html, body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  height: 100%;
  touch-action: manipulation; 
}

 
}




@media (max-width: 600px) {
.nf-post-comments-summary{margin-top:125px !important; margin-left:-5px !important;}
}



@media (max-width: 1230px) {
 

.mobile-bottom-menu {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0 -1px 7px #0001;
  z-index:119999;
}
.mmenu-item {
  flex: 1 1 0;
  text-align: center;
  padding: 8px 0 0 0;
  text-decoration: none;
margin-top:-5px;
}
.mmenu-item svg,
.mmenu-item img {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
}
.mmenu-avatar {
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e55;
  width: 32px; height: 32px;
}
.mmenu-badge-num {
  position: absolute;
  top: 6px; right: 18px;
  background: #e44;
  color: #fff;
  font-size: 13px;
  padding: 1px 6px;
  border-radius: 20px;
  font-weight: bold;
  min-width: 20px;
  text-align: center;
  box-shadow: 0 1px 4px #0002;
}


.mobile-bottom-menu {
  transition: transform 0.3s;
  transform: translateY(0);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.mobile-bottom-menu {
  transform: translateY(0);
  transition: transform 0.3s;
}
.mobile-bottom-menu.hide {
  transform: translateY(100%);
}

#ativarLocalizacao,
.nf-header-menu-btn-mobile {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s;
}
#ativarLocalizacao.hide,
.nf-header-menu-btn-mobile.hide {
  opacity: 0;
  pointer-events: none;
}




}


@media (max-width: 600px) {
.newfeed-container{max-width: 510px !important;margin-bottom: 150px !important;}

.nf-viewers-modal {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.5); z-index: 9999; display: none;
}
.nf-viewers-modal .nf-modal-content {
    background: #fff; max-width: 350px; margin: 40px auto; padding: 22px; border-radius: 8px;
}
.nf-viewers-modal ul { list-style: none; padding: 0; margin: 0; }
.nf-viewers-modal li { margin-bottom: 8px; }
.nf-modal-close { background:#f5f5f5; border:1px solid #ccc; border-radius:5px; padding:6px 18px; cursor:pointer; }


.nosedive-send-btn{ display: none !important}




}

.nf-header-menu-btn-mobile { display: none; }


html, body { width:100vw ! important;   overflow: hidden;}


* {
  box-sizing: border-box;
}

.newfeed-container, .newfeed-main, .newfeed-col1 {
  height: 100%;
}

.newfeed-container {
 position: fixed; /* ou absolute, se preferir, mas fixed é padrão para modal */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; /* Ocupa toda a tela */
  background: rgba(255,255,255,1); /* ou a cor/transparência que preferir */
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100vw;
  margin-bottom: 150px !important;
  box-sizing: border-box;
  z-index: 9998; /* Garanta que está acima do fundo */
}


#nf-modal-new-post-bg.nf-modal-bg {
    position: fixed;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    z-index: 202200; /* ou ajuste para a ordem dos outros modais */
    background: rgba(0,0,0,0.82); /* ou outro valor se quiser menos escuro */
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1230px) {
  
  .newfeed-container {
    height: 100%;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
margin-bottom: 150px !important;
  }
  .newfeed-main {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1800px;
    padding: 0 24px;
    box-sizing: border-box;
    gap: 24px;
    position: relative;
  }
  .newfeed-col1 {
    flex: 1 1 0;
    min-width: 0;
    background: #fff;
    border-radius: 12px;
    
    margin-bottom: 30px;
  }
  .newfeed-col2 {
    width: 340px;
    min-width: 280px;
    max-width: 400px;
    position: fixed;
    top: 5px;
    left: calc(
      50vw + min(900px, (100vw - 188px - 340px) / 2)
    );
    /* 
      - 50vw: centro da tela
      - min(900px, ...): metade do .newfeed-main até o limite de max-width
      - 48px: gap entre as colunas (ajuste se seu gap for diferente)
      - 340px: largura da sidebar
    */
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    z-index: 10;
    margin-bottom: 30px;
  }

.nf-new-post, ava-card , .ava-card, .ava-request-card  {

max-width:85% !important;

}

.nf-post-sidecol {margin-top:5%;}


}




.spinner {
  display:inline-block;
  width:34px; height:34px;
  border:5px solid #fff;
  border-top:5px solid #ff5e3a;
  border-radius:50%;
  animation: spin 1s linear infinite;
}





@media (max-width: 600px) {

.profile-header-stats {
  display: flex;
  gap: 34px;
  align-items: center;
  margin-bottom: 18px;
  color: #333;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.profile-stats-item {
}

.profile-stats-value {
  font-size: 0.95em;
  font-weight: 500;
}

.profile-stats-label {
  font-size: 0.80em;
}

.profile-header-stats-bio {
  display: flex;
  gap: 38px;
  align-items: center;
  margin-bottom: 18px;
  color: #333;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.profile-bio-extra {
  color: #333;
  font-size: 0.85em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-bio-job {
  width: 250px;
  text-align:center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.profile-bio-text {
  max-width: 600px;
  text-align:center;
}

.profile-bio-website {
  margin-top: 10px;
}

.profile-bio-website a {
  color: #e55;
  text-decoration: none;
}



.profile-header-stats-bio {
  position: relative;
  width: 100%;
  max-width: 420px; /* ajuste conforme seu layout */
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 18px; /* espaço para a seta fixa */
}

.bio-toggle-btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bio-toggle-btn .material-icons {
  font-size: 2em;
  color: #e55;
  transition: transform 0.3s cubic-bezier(.66,0,.44,1);
}

.bio-toggle-btn[aria-expanded="true"] .material-icons {
  transform: rotate(180deg);
}

.profile-bio-extra {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(.77,0,.18,1);
  padding: 0px;
}

.profile-bio-extra.open {
  max-height: 400px; /* ou maior se necessário */
}

}



@media (min-width: 600px) and (max-width: 14230px) {
.profile-header-stats-bio, .profile-header-stats{display:none !important;
}