/* /Components/Layout/BootstrapNav2.razor.rz.scp.css */
 .avatar-wrapper[b-jm94gb5vfx] {
    position: relative;
    flex-shrink: 0;
   
  }
  .avatar-wrapper img[b-jm94gb5vfx] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
  }




.bounce1[b-jm94gb5vfx] {
  
  background: #bfff00;
position: absolute;
 padding: 10px;
  animation: bounce1-b-jm94gb5vfx 2s infinite;
  z-index: 9999999;
  font-size: x-small;
  cursor: pointer;
}

@keyframes bounce1-b-jm94gb5vfx {
  0%, 100% {
    top: 0;
    animation-timing-function: ease-in;
  }

  50% {
    top: 20px;
    animation-timing-function: ease-out;
  }
}

.bounce2[b-jm94gb5vfx] {
 
   
background-image: url('/imgs/message.gif');
position: absolute;
 padding: 10px;
  z-index: 9999999;
  cursor: pointer;
  width: 150px;
  height:100px;
}




/* /Components/Layout/LoginDisplay2.razor.rz.scp.css */
.hj[b-m1p0sr8mt3]{
    position:absolute ;
    top:4px;
    right: 0px;
    background-color: brown;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l8pnc4l4sa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main2[b-l8pnc4l4sa] {
    flex: 1;
   
}


.bodyx[b-l8pnc4l4sa]{
   
}

.sidebar[b-l8pnc4l4sa] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-l8pnc4l4sa] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l8pnc4l4sa]  a, .top-row[b-l8pnc4l4sa]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-l8pnc4l4sa]  a:hover, .top-row[b-l8pnc4l4sa]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l8pnc4l4sa]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-l8pnc4l4sa] {
        justify-content: space-between;
    }

    .top-row[b-l8pnc4l4sa]  a, .top-row[b-l8pnc4l4sa]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l8pnc4l4sa] {
        flex-direction: row;
    }

    .sidebar[b-l8pnc4l4sa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l8pnc4l4sa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l8pnc4l4sa]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l8pnc4l4sa], article[b-l8pnc4l4sa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-l8pnc4l4sa] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-l8pnc4l4sa] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.footer[b-l8pnc4l4sa] {
    position: relative;
    /* bottom: 0; */
    width: 100%;
    /* height: 60px; */
    line-height: 60px; /* Vertically center the text there */
    background-color: #FF0054;
    text-align: center;
    font-family: roboto;
    color: white;
    border-top-color: #ffffff;
    border-top-width: 1px;
    border-top-style: outset;
    
   
  }

  .footer2[b-l8pnc4l4sa] {
    padding: 30px;
    position: relative;
    /* bottom: 0; */
    width: 100%;
    /* height: 60px; */
    line-height: 20px; /* Vertically center the text there */
    background-color: #FF0054;
    text-align: center;
    min-height: 30px;
  
    color: white;
    
   
  }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lfz86ctaaa],
.components-reconnect-repeated-attempt-visible[b-lfz86ctaaa],
.components-reconnect-failed-visible[b-lfz86ctaaa],
.components-pause-visible[b-lfz86ctaaa],
.components-resume-failed-visible[b-lfz86ctaaa],
.components-rejoining-animation[b-lfz86ctaaa] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lfz86ctaaa],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lfz86ctaaa],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lfz86ctaaa],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lfz86ctaaa],
#components-reconnect-modal.components-reconnect-retrying[b-lfz86ctaaa],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lfz86ctaaa],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lfz86ctaaa],
#components-reconnect-modal.components-reconnect-failed[b-lfz86ctaaa],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lfz86ctaaa] {
    display: block;
}


#components-reconnect-modal[b-lfz86ctaaa] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-lfz86ctaaa 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lfz86ctaaa 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lfz86ctaaa 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lfz86ctaaa]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lfz86ctaaa 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lfz86ctaaa {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lfz86ctaaa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lfz86ctaaa {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lfz86ctaaa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lfz86ctaaa] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lfz86ctaaa] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lfz86ctaaa] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lfz86ctaaa] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lfz86ctaaa] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lfz86ctaaa] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lfz86ctaaa 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lfz86ctaaa] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lfz86ctaaa {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Account/Precadastro.razor.rz.scp.css */
.cover_back[b-ms1jt7a0d6]{
    
  width: 100%;
  background: url('/imgs/mao_sol.jpg') no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* /Components/Pages/Account/Start.razor.rz.scp.css */
.cover_back[b-cjs77q5wz0]{
    
  width: 100%;
  background: url('/imgs/mao_sol.jpg') no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* /Components/Pages/Activity1/Ilike.razor.rz.scp.css */
.bolinha[b-psel1cedf9]{
  position: absolute;
  top:10px;
  right: 10px;
  width: 15px;
  height: 15px;
}

.online[b-psel1cedf9]{
  position: absolute;
  top:10px;
  right: 10px;
 
}
.idade[b-psel1cedf9]{
  position: absolute;
  top:3px;
  left: 3px;
}
/* /Components/Pages/Activity1/Likeyou.razor.rz.scp.css */
.bolinha[b-1qmjk2rg2j]{
  position: absolute;
  top:10px;
  right: 10px;
  width: 15px;
  height: 15px;
}

.online[b-1qmjk2rg2j]{
  position: absolute;
  top:10px;
  right: 10px;
 
}
.idade[b-1qmjk2rg2j]{
  position: absolute;
  top:3px;
  left: 3px;
}
/* /Components/Pages/Activity1/Visitor.razor.rz.scp.css */
.bolinha[b-rc1chqw4y7]{
  position: absolute;
  top:10px;
  right: 10px;
  width: 15px;
  height: 15px;
}

.online[b-rc1chqw4y7]{
  position: absolute;
  top:10px;
  right: 10px;
 
}
.idade[b-rc1chqw4y7]{
  position: absolute;
  top:3px;
  left: 3px;
}
/* /Components/Pages/Chat/Bloqueados.razor.rz.scp.css */
.chat-header[b-0a175dw2ad] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #fae6e6;
    border-bottom: 1px solid #e9edef;
    height: 60px;
}

.chat-header-info[b-0a175dw2ad] {
    display: flex;
    align-items: center;
    min-width: 0;
}

.avatar-wrapper[b-0a175dw2ad] {
    position: relative;
    flex-shrink: 0;
    margin-right: 12px;
}

.status-dot[b-0a175dw2ad] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.status-online[b-0a175dw2ad] {
    background-color: #31a24c;
}

.status-offline[b-0a175dw2ad] {
    background-color: #b0b3b8;
}

.chat-header-text[b-0a175dw2ad] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.chat-name[b-0a175dw2ad] {
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-status[b-0a175dw2ad] {
    color: #667781;
    line-height: 1.2;
}

.chat-header-actions[b-0a175dw2ad] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
/* /Components/Pages/Chat/ChatLayout.razor.rz.scp.css */
/* /Components/Pages/Chat/Conversation.razor.rz.scp.css */
#chat-container[b-fm8owcs8y3] {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
}


#chat-body[b-fm8owcs8y3] {
    flex: 1 1 auto;
    min-height: 0;      /* ESSENCIAL: sem isso o flex item não encolhe */
    overflow-y: auto;
    overflow-anchor: auto;
    background-color: white;
    padding: 10px;
     height: 300px;
   
}

#chat-footer[b-fm8owcs8y3] {
    flex-shrink: 0;
    background-color: rgb(248, 248, 247);
    border-top: 1px solid #992121;
    padding: 5px;
    z-index: 10;
}

textarea[b-fm8owcs8y3] {
    width: 100%;
    field-sizing: content; /* Funciona no Chrome/Edge automaticamente */
    min-height: 40px;
    max-height: 150px;
    padding: 10px;
    resize: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    overflow-y: auto;
    box-sizing: border-box;
}

/* Remove borda ao focar */
textarea:focus[b-fm8owcs8y3] {
    outline: none;
    border-color: #007bff;
}


.chat-message[b-fm8owcs8y3] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 4px;
    border-radius: 6px;
    transition: background-color 0.15s ease;
}

.chat-message:hover[b-fm8owcs8y3] {
    background-color: rgba(0, 0, 0, 0.03);
}

.chat-message:hover .chat-delete-btn[b-fm8owcs8y3] {
    visibility: visible;
}

.chat-avatar[b-fm8owcs8y3] {
    flex-shrink: 0;
    margin-top: 2px;
}

.chat-message-content[b-fm8owcs8y3] {
    flex: 1 1 auto;
    min-width: 0; /* permite quebra de texto longo sem estourar largura */
}

.chat-message-header[b-fm8owcs8y3] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.chat-name[b-fm8owcs8y3] {
    font-weight: 600;
}

.chat-date[b-fm8owcs8y3] {
    color: #888;
    white-space: nowrap;
}

.chat-text[b-fm8owcs8y3] {
    word-break: break-word;
    white-space: pre-wrap; /* preserva quebras de linha digitadas pelo usuário */
}

.chat-delete-btn[b-fm8owcs8y3] {
    flex-shrink: 0;
    visibility: hidden; /* só aparece no hover, evita poluir a UI */
    align-self: flex-start;
}

.chat-placeholder[b-fm8owcs8y3] {
    opacity: 0.6;
}


.chat-header[b-fm8owcs8y3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #fae6e6;
    border-bottom: 1px solid #e9edef;
    height: 60px;
}

.chat-header-info[b-fm8owcs8y3] {
    display: flex;
    align-items: center;
    min-width: 0;
}

.avatar-wrapper[b-fm8owcs8y3] {
    position: relative;
    flex-shrink: 0;
    margin-right: 12px;
}

.status-dot[b-fm8owcs8y3] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.status-online[b-fm8owcs8y3] {
    background-color: #31a24c;
}

.status-offline[b-fm8owcs8y3] {
    background-color: #b0b3b8;
}

.chat-header-text[b-fm8owcs8y3] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.chat-name[b-fm8owcs8y3] {
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-status[b-fm8owcs8y3] {
    color: #667781;
    line-height: 1.2;
}

.chat-header-actions[b-fm8owcs8y3] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
/* /Components/Pages/Chat/Meet.razor.rz.scp.css */
  .chat-list[b-kgo94g7hbu] {
    /* max-width: 420px;
    margin: 40px auto; */
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
  }
  .chat-item[b-kgo94g7hbu] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
    background-color: #b4e6e6;
  }
  .chat-item:hover[b-kgo94g7hbu] {
    background: #d8d8e7;
     cursor: pointer;
    color: inherit;
  }
  .chat-item:last-child[b-kgo94g7hbu] {
    border-bottom: none;
  }
  .avatar-wrapper[b-kgo94g7hbu] {
    position: relative;
    flex-shrink: 0;
    margin-right: 14px;
  }
  .avatar-wrapper img[b-kgo94g7hbu] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
  }
  .status-dot[b-kgo94g7hbu] {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .status-online[b-kgo94g7hbu] {
    background-color: #31a24c;
  }
  .status-offline[b-kgo94g7hbu] {
    background-color: #b0b3b8;
  }
  .chat-info[b-kgo94g7hbu] {
    flex: 1;
    min-width: 0;
  }
  .chat-info .top-row[b-kgo94g7hbu] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .chat-info .username[b-kgo94g7hbu] {
    font-weight: 600;
    font-size: 0.97rem;
    color: #1c1e21;
  }
  .chat-info .time[b-kgo94g7hbu] {
    font-size: 0.75rem;
    color: #8a8d91;
    flex-shrink: 0;
    margin-left: 8px;
  }
  .chat-info .last-message[b-kgo94g7hbu] {
    font-size: 0.85rem;
    color: #65676b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
  }
  .chat-info .sender-label[b-kgo94g7hbu] {
    font-weight: 500;
    color: #444;
  }





  
/* /Components/Pages/Home.razor.rz.scp.css */
.bolinha[b-xd5aahaa8c]{
  position: absolute;
  top:10px;
  right: 10px;
  width: 15px;
  height: 15px;
}

.online[b-xd5aahaa8c]{
  position: absolute;
  top:10px;
  right: 10px;
 
}
.idade[b-xd5aahaa8c]{
  position: absolute;
  top:3px;
  left: 3px;
}
/* /Components/Pages/Register2.razor.rz.scp.css */
.cover_back[b-kmfqlgtljz]{
    
  width: 100%;
  background: url('/imgs/mao_sol.jpg') no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* /Components/Pages/Register3.razor.rz.scp.css */
.cover_back[b-p0fpcs0ay1]{
    
  width: 100%;
  background: url('/imgs/mao_sol.jpg') no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


