body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    height: auto;
    width: 100%;
}

.scroll-desing::-webkit-scrollbar {
    width: 8px;
}

.scroll-desing::-webkit-scrollbar-thumb {
    background-color: #0B7C77;
    border-radius: 4px;
}

.scroll-desing::-webkit-scrollbar-thumb:hover {
    background-color: #074f4c;
}

html,
body {
    padding: 0;
    margin: 0;
}

.panel {
    padding-top: calc(70px + env(safe-area-inset-top));
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
    box-sizing: border-box;
}

@supports (padding: max(0px)) {
    .panel {
        padding-top: max(70px, env(safe-area-inset-top));
        padding-bottom: max(80px, env(safe-area-inset-bottom));
    }
}

.auth-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.auth-container>img {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.regis-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 375px;
}

.regis-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 260px;
}

.regis-group div>input {
    padding: 8px 10px;
    border: 0;
    border-radius: 20px;
    width: 250px;
    height: 15px;
}

.regis-group {
    display: flex;
    flex-direction: column;
    color: #f0f0f0;
    font-weight: bold;
    width: 265px;
}

.regis-group div {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.regis-group div>select {
    padding: 8px 10px;
    border: 0;
    border-radius: 20px;
}

.regis-pass-group {
    display: flex;
    flex-direction: column;
    color: #f0f0f0;
    font-weight: bold;
    width: 265px;
}

.regis-pass-group div {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.regis-pass-group div>input {
    padding: 8px 10px;
    border: 0;
    width: 250px;
    height: 16px;
    border-radius: 20px 0 0 20px;
}

.login-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 280px;
    gap: 20px;
}

.login-container form>input {
    padding: 8px 10px;
    border: 0;
    border-radius: 20px;
    width: 272px;
    height: 20px;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #108781;
    background-color: #108781;
    height: 400px;
    width: 380px;
    margin: auto;
    text-align: center;
    margin: 0.9rem;
    gap: 5px;
}

.auth-img {
    width: 180px;
    margin: 5px 0 10px;
}

.login-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 280px;
    gap: 20px;
}

.login-container form>input {
    padding: 8px 10px;
    border: 0;
    border-radius: 20px;
    width: 272px;
    height: 20px;
}

.auth-pass {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 292px;
    height: 20px;
}

.auth-pass input {
    padding: 5px 10px;
    border: 0;
    border-radius: 20px 0 0 20px;
    height: 22px;
    width: 245px;
}

.btn-eye {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin: 10px 0;
    border-radius: 0 10px 10px 0;
    background-color: #f0f0f0;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.btn-eye:hover {
    background-color: #e0e0e0;
    transform: scale(1.1);
}

.btn-eye:active {
    transform: translateY(0);
}

.btn-eye svg {
    width: 30px;
    height: 30px;
    display: block;
}

.auth-button {
    width: 80%;
    border-radius: 20px;
    height: 35px;
    color: #0b9b8c;
    border: 0;
    font-size: large;
    font-weight: bolder;
    background-color: #F0F0F0;
    transition: all 0.5s ease-in;
}

.auth-button:hover {
    background-color: #e0e0e0;
    transform: scale(1.1);
}

.login-container p {
    margin: 10px;
    color: #f0f0f0;
}

.auth-container form>p {
    font-size: 12px;
    text-align: center;
    color: white;
    margin: 5px 0;
}

.auth-container a {
    text-decoration: none;
    color: white;
}

.auth-container a:hover {
    text-decoration: underline;
    text-shadow: 1px 0px 0px rgba(68, 68, 68, 0.3),
        0px 1px 0px rgba(68, 68, 68, 0.3),
        -1px 0px 0px rgb(68, 68, 68, 0.3),
        0px -1px 0px rgb(68, 68, 68, 0.3);
}

.w-100 {
    width: 100%;
}

.w-20 {
    width: 20%;
}

.bg-primary {
    background-color: #f0f0f0;
}

.h-auto {
    height: auto;
}

.bg-primaryh:hover {
    background-color: #b5b5b5
}

.bg-secondary {
    background-color: #15AFA7;
}

.bg-secondaryh:hover {
    background-color: #10837d;
}

.bg-tertiary {
    background-color: #45BEB7;
}

.bg-cover {
    background-color: #161616cb;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.w-100-h-100 {
    width: 100vw;
    height: calc(100vh - 11.8rem);
}

.wh-100 {
    width: 100vw;
    height: 100vh;
}

.w-h-aux {
    box-sizing: border-box;
    width: 100vw;
    height: calc(100vh - 15rem);
    overflow-y: hidden;
    overflow-x: hidden;
    padding-bottom: 0;
}

.w-h-aux-1 {
    box-sizing: border-box;
    width: 100vw;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-bottom: 0;
}

.tc-bold {
    font-weight: bold;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.pref-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.br-10 {
    border-radius: 10px;
}

.br-5 {
    border-radius: 5px;
}

.w-80 {
    width: 80%;
}

.reply-box {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.reply-preview {
    background: #f1f1f1;
    border-left: 3px solid #45BEB7;
    padding: 0.5rem 0.8rem;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reply-preview p {
    margin: 0;
    color: #333;
    font-style: italic;
    font-size: 0.85rem;
    flex: 1;
}

.reply-preview button {
    background: none;
    border: none;
    color: #666;
    font-size: 1rem;
    cursor: pointer;
    margin-left: 0.5rem;
    transition: color 0.2s ease-in-out;
}

.reply-preview button:hover {
    color: #e74c3c;
}

.reply-block {
    border-left: 3px solid #007bff;
    padding-left: 8px;
    margin-bottom: 5px;
    font-size: 0.85em;
    background: #f3f3f3;
    border-radius: 5px;
}

.user-input {
    flex: 1;
    min-width: 250px;
    box-sizing: border-box;
    font-size: 0.9rem;
    border-radius: 10px;
    padding: 0.5rem;
    transition: border-bottom 0.3s;
}

.user-input:focus {
    outline: none;
    border: 2px solid #15AFA7;
}

.add-input {
    flex: 1;
    min-width: 150px;
    box-sizing: border-box;
    font-size: 0.9rem;
    border-radius: 10px 0 0 10px;
    padding: 0 0.5rem;
    transition: border-bottom 0.3s;
}

.add-input:focus {
    outline: none;
    border: 2px solid #15AFA7;
}

.b-s-2 {
    border: 2px solid #10837d;
}

.bio-input {
    flex: 1;
    min-width: 500px;
    box-sizing: border-box;
    font-size: 0.9rem;
    border-radius: 10px;
    padding: 0.5rem;
    transition: border-bottom 0.3s;
    min-height: 100px;
    resize: none;
}

.bio-input:focus {
    outline: none;
    border: 2px solid #15AFA7;
}

.input-search {
    flex: 1;
    min-width: 250px;
    box-sizing: border-box;
    font-size: 0.9rem;
    border-radius: 10px 0 0 10px;
    padding: 0 0.5rem;
    transition: border-bottom 0.3s;
}

.pref-item {
    background-color: #15AFA7;
    color: white;
    padding: 0.3rem 0.5rem;
    border-radius: 20px;
    margin: 0.25rem;
    font-size: 0.9rem;
}

.remove-pref {
    cursor: pointer;
    padding: 0 0.5rem;
    font-weight: bold;
    background: transparent;
}

.remove-pref:hover {
    color: red;
    transform: scale(1.1);
}


.input-search:focus {
    outline: none;
    border-bottom: 2px solid #15AFA7;
}

.input-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 1rem;
}

.input-chat {
    flex: 1;
    min-width: 250px;
    font-size: 0.9rem;
    color: #6f6f6f;
    padding: 0.8rem 0.6rem;
    box-sizing: border-box;
    background-color: #f0f0f0;
    border-radius: 10px 0 0 10px;
    transition: border 0.3s;
    resize: none;
}

.input-chat:focus {
    outline: none;
    border: 2px solid #15AFA7;
}

.btn-scroll {
    background-color: #15AFA7;
    padding: 1rem;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
    border: 3px solid #15AFA7;
    position: fixed;
    bottom: 150px;
    right: 20px;
    cursor: pointer;
}

.btn-send {
    background-color: #15AFA7;
    padding: 0.8rem 0.6rem;
    border-radius: 0 10px 10px 0;
    color: #ffffff;
    font-weight: bold;
    border: 3px solid #15AFA7;
}

.btn-send:hover {
    background-color: #108781;
    border: 3px solid #108781;
}

.btn-search {
    background-color: #15AFA7;
    padding: 0.1rem 0.5rem;
    border-radius: 0 10px 10px 0;
}

.btn-search:hover {
    background-color: #108781;
}

.align-items-center {
    align-items: center;
}

.borderless {
    border: none;
    outline: none;
}

.flex-space {
    justify-content: space-between;
    align-items: center;
}

.flex-right {
    align-items: flex-end;
    justify-content: center;
}

.flex-left {
    align-items: flex-start;
    justify-content: center;
}

.flex-stretch {
    align-items: stretch;
}

.py-10px {
    padding: 5px 0;
}

.p-0-5-4 {
    padding: 0.5px 4px;
}

.p-0-5-1 {
    padding: 0.5rem 1rem;
}

.p-10 {
    padding: 10px;
}

.p-12 {
    padding: 12px;
}

.my-0-2 {
    margin: 0.2rem 0;
}

.my-0-9 {
    margin: 0.9rem 0;
}

.my-10 {
    margin: 10px 0;
}

.d-block {
    display: block;
}

.td-none {
    text-decoration: none;
}

.t-s {
    font-size: 0.9em;
}

.mx-0-7r {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

.mx-1r {
    margin-left: 1rem;
    margin-right: 1rem;
}



.mx-4r {
    margin-left: 4rem;
    margin-right: 4rem;
}


.scroll {
    width: auto;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 8rem;
    box-sizing: border-box;
}

.no-scroll {
    overflow: hidden;
}

html.no-scroll,
body.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.btn {
    padding: 1rem 1rem;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
    width: 260px;
    height: auto;
    align-items: center;
}

.btn-none {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}

.d-none {
    display: none;
}

.btn-primary {
    background-color: #f0f0f0;
}

.btn-secondary {
    background-color: #0b7c77;
}

.btn-tertiary {
    background-color: #15AFA7;
}

.btn-tertiary:hover {
    background-color: #10837d;
}

.btn-dark-primary {
    background-color: #0b5f5b;
}

.btn-primary:hover {
    background-color: #d2d2d2;
}

.btn-secondary:hover {
    background-color: #12948d;
}

.btn-dark-primary:hover {
    background-color: #0f7974;
}

.btn-cancel {
    background-color: #e74c3c;
}

.btn-cancel:hover {
    background-color: #c0392b;
}

.btn-warning {
    background-color: #f39c12;
}

.btn-warning:hover {
    background-color: #d68910;
}

.btn-submit {
    background-color: #27ae60;
}

.btn-submit:hover {
    background-color: #1e8449;
}

.tc-black {
    color: #161616;
}

.tc-reply {
    color: #007bff;
    font-weight: bold;
}

.tc-italic {
    font-style: italic;
}

.tc-white {
    color: #ffffff;
}

.tc-primary {
    color: #1bded5;
}

.tc-secondary {
    color: #0b7c77;
}

.tc-secondaryh:hover {
    color: #064f4b;
}

.tc-center {
    text-align: center;
}

.tc-justify {
    text-align: justify;
}

.tc-bold {
    font-weight: bold;
}

.list-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.circle {
    margin: 0.25rem 0;
    border-radius: 50%;
    background-color: #EAE9E9;
}

.m-0 {
    margin: 0;
}

.m-0-5 {
    margin: 0.5rem;
}

.m-1 {
    margin: 1rem;
}

.m-1-5 {
    margin: 1.5rem;
}

.mx-0-3 {
    margin: 0 0.3rem;
}

.mx-1 {
    margin: 0 1rem;
}

.mx-2 {
    margin: 0 2rem;
}

.my-1-5r {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.m-2 {
    margin: 3rem;
}

.mb-0-5r {
    margin-bottom: 0.5rem;
}

.mb-1r {
    margin-bottom: 1rem;
}

.icon-x {
    font-size: 20px;
    color: #161616;
    cursor: pointer;
}

.icon-x:hover {
    color: #e74c3c;
}

.mb-1-5r {
    margin-bottom: 1.5rem;
}

.mt-1-5r {
    margin-top: 1.5rem;
}

.mt-1r {
    margin-top: 1rem;
}

.mr-0-5r {
    margin-right: 0.5rem;
}

.mr-1r {
    margin-right: 1rem;
}

.bio-text {
    padding: 0;
    margin: 0;
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
    line-height: 1.5;
}

.mr-2r {
    margin-right: 2rem;
}

.ml-2r {
    margin-left: 8rem;
}

.my-2r {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-3r {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.p-0 {
    padding: 0;
}

.p-0-3-1 {
    padding: 0.3rem 1.5rem;
}

.p-3-2r {
    padding: 3.2rem 0;
}

.p-1r {
    padding: 1rem;
}

.p-1-1-5r {
    padding: 1rem 1.5rem;
}

.p-0-25-0-5r {
    padding: 0.25rem 0.5rem;
}

.p-0-5-0-25r {
    padding: 0.5rem 0.25rem;
}

.bg-transparent {
    background-color: transparent;
}

.p-2r {
    padding: 2rem;
}

.p-3r {
    padding: 3rem;
}

.px-1r {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-2r {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-auto {
    padding: 0 auto;
}

.py-0-5r {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-1r {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-3r {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.gap-0-2r {
    gap: 0.2rem
}

.gap-0-5r {
    gap: 0.5rem
}

.d-option-fs {
    display: flex;
}

.d-option-cs {
    display: none;
}

.option {
    right: 0;
    top: 77.5px;
}


.gap-1r {
    gap: 2rem;
}

.l-button-check {
    color: #27ae60;
    font-size: 18px;
}

.l-button-check:hover {
    color: #4ed888;
}

.l-button-x {
    color: #e74c3c;
    font-size: 18px;
}

.l-button-x:hover {
    color: #ea6657;
}

.max-w-600 {
    max-width: 600px;
}

.d-sticky {
    position: sticky;
    top: 0;
    left: 0;
}

.d-absol {
    position: absolute;
}

.d-flex {
    display: flex;
}

.d-inflex {
    display: inline-flex;
}



.flex-center {
    align-items: center;
    justify-content: center;
}

.col {
    flex-direction: column;
}

.row {
    flex-direction: row;
}

.extra-info {
    display: flex;
    flex-direction: column;
    margin: 0.5rem;
    padding: 0.5rem;
    justify-content: center;
}

.no-resize {
    resize: none;
}

.ipt-modal {
    margin: 0 1rem;
    padding: 0.5rem;
    border: 0 solid #ccc;
    border-radius: 5px;
    border-bottom: 2px solid #302d2d;
    font-size: 0.9rem;
    width: 80%;
    box-sizing: border-box;
    transition: border-bottom 0.3s;
}

.ipt-modal:focus {
    outline: none;
    border-bottom: 2px solid #15AFA7;
}

.participant-content {
    display: block;
}

.btn-participants {
    display: none;
}

.participant-section {
    width: 250px;
    flex-direction: column;
}

.ow-bw {
    overflow-wrap: break-word;
}

.oy-auto {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100px;
}

.navbar {
    display: flex;
    position: sticky;
    background-color: #15AFA7;
    top: 0;
    left: 0;
    height: 75px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

.notify {
    position: absolute;
    z-index: 10;
    border: 2px solid #10837d;
    right: 4rem;
    top: 4.7rem;
}

.profile {
    right: 1px;
    top: 4.7rem;
}

.profile div>a {
    display: block;
    margin: 0.5rem;
    border-radius: 10px;
    padding: 10px;
    color: #161616;
    background-color: #15AFA7;
    text-decoration: none;
}

.profile div>a:hover {
    background-color: #10837d;
}

.perfil {
    box-sizing: border-box;
    max-height: auto;
    border-radius: 10px;
    margin: 0 10px;
}

.perfil-container {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.perfil-container div {
    color: white;
    text-align: center;
    font-weight: bold;
}

.perfil-header {
    background-color: #10837d;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}

.perfil-header h4 {
    font-size: 1.25rem;
    color: white;
    margin: 0;
    padding: 4px;
}

.cards-perfil {
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, 1fr);
    gap: 12px;
    height: auto;
    padding: 0.8rem;
    overflow-x: auto;
    white-space: nowrap;
}

.cards-perfil a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 8px 15px;
    background: #fff;
    text-decoration: none;
    user-select: none;
}

.cards-perfil a:hover {
    background: #f0f0f0;
}

.cards-perfil img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.cards-perfil p {
    overflow: hidden;
    white-space: nowrap;
    overflow-wrap: break-word;
    word-break: break-word;
    text-align: center;
    color: #10837d;
    font-weight: bolder;
    font-size: 12px;
    width: 60px;
}

.cards-perfil::-webkit-scrollbar {
    height: 6px;
}

.cards-perfil::-webkit-scrollbar-track {
    background: #eee;
}

.cards-perfil::-webkit-scrollbar-thumb {
    background: #10837d;
    border-radius: 10px;
}

.foot {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    border-top: 11px solid #f0f0f0;
    box-shadow: 0 -10px 8px -5px #f0f0f0;
}


.footer-frid {
    display: block;
    background-color: #15AFA7;
    color: #f0f0f0;
    bottom: 0;
    left: 0;
    font-size: 0.95rem;
    transition: 0.3s;
}

.footer-frid a {
    font-weight: bolder;
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

.footer-frid a:hover {
    opacity: 1;
    text-decoration: underline;
    text-shadow: 1px 0px 0px rgba(68, 68, 68, 0.3),
        0px 1px 0px rgba(68, 68, 68, 0.3),
        -1px 0px 0px rgb(68, 68, 68, 0.3),
        0px -1px 0px rgb(68, 68, 68, 0.3);
}

.footer-frid p {
    text-align: center;
    background-color: #15AFA7;
    padding: 5px;
    margin: 0;
    font-size: 1.2rem;
}

.legal-body {
    background-color: #f0f0f0;
    text-align: start;
    color: #f0f0f0;
}

.legal-container {
    background-color: #10837d;
    padding: 0.5rem 1.5rem;
    margin: 0.5rem;
    border-radius: 10px;
    border: 2px solid #15AFA7;
}

.legal-text {
    text-align: justify;
}

.legal-text a {
    color: #f0f0f0;
    opacity: 0.9;
    text-decoration: none;
}

.legal-text a:hover {
    opacity: 1;
    text-decoration: underline;
    font-weight: bold;
    text-shadow: 1px 0px 0px rgba(68, 68, 68, 0.3),
        0px 1px 0px rgba(68, 68, 68, 0.3),
        -1px 0px 0px rgb(68, 68, 68, 0.3),
        0px -1px 0px rgb(68, 68, 68, 0.3);
}

.legal-text>h3 {
    text-align: center;
    font-weight: bolder;
}

.legal-list {
    padding: 0 5px;
    counter-reset: item;
}

.legal-list li {
    counter-increment: item;
}

.legal-list li::marker {
    content: counters(item, ".") ". ";
    font-weight: bold;
}

.legal-list ol {
    counter-reset: item;
}

.legal-list a {
    color: #f0f0f0;
    opacity: 0.9;
    text-decoration: none;
}

.legal-list a:hover {
    opacity: 1;
    text-decoration: underline;
    font-weight: bold;
    text-shadow: 1px 0px 0px rgba(68, 68, 68, 0.3),
        0px 1px 0px rgba(68, 68, 68, 0.3),
        -1px 0px 0px rgb(68, 68, 68, 0.3),
        0px -1px 0px rgb(68, 68, 68, 0.3);
}

.legal-table{
    margin: 0;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    color: #0b9b8c;
    text-align: start;
    border-collapse: collapse;
    font-size: 14px;
}

.legal-table thead{
    border-bottom: 3px solid #0b5f5b;
}

.legal-table tbody{
    border: 1px solid #f0f0f0;
    padding: 5px;
}

.legal-table tbody tr:nth-child(even){
    background-color: #d4d4d4;
}

.legal-table tbody tr td:first-child {
    border-right: 3px solid #0b5f5b;
}

.legal-table td{
    padding: 10px;
}

.legal-list2 {
    padding: 0 5px;
    list-style-type: upper-roman;
}

.legal-list2 a {
    color: #f0f0f0;
    opacity: 0.9;
    text-decoration: none;
}

.legal-list2 a:hover {
    opacity: 1;
    text-decoration: underline;
    font-weight: bold;
    text-shadow: 1px 0px 0px rgba(68, 68, 68, 0.3),
        0px 1px 0px rgba(68, 68, 68, 0.3),
        -1px 0px 0px rgb(68, 68, 68, 0.3),
        0px -1px 0px rgb(68, 68, 68, 0.3);
}

.legal-text div {
    display: flex;
    justify-content: end;
}

.create {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 20;
    bottom: 100px;
    right: 15px;
}

.create button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    background-color: #369c97;
    padding: 10px;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    box-shadow: 2px 2px 3px #383838;
}

.create button>i,
.create button>span {
    font-size: 0.9rem;
    font-weight: bolder;
    color: #f0f0f0;
}

.create button:hover {
    background-color: #2e837e;
    border: 3px solid #d1d1d1;
}

.navigation {
    position: relative;
    width: 100%;
    height: 70px;
    background: #15AFA7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navigation ul {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0;
    padding: 0;

}

.navigation ul li {
    position: relative;
    list-style: none;
    width: 70px;
    height: 60px;
    z-index: 10;
    flex: 1;
}

.navigation ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.navigation ul li a>i {
    position: relative;
    display: block;
    line-height: 70px;
    font-size: 20px;
    /*20px*/
    text-align: center;
    transition: 0.5s;
    color: #f0f0f0;
    transform: translateY(-3px);
}

.navigation ul li.active a>i {
    transform: translateY(-30px);
    /*-32
    font-size: 20px;*/
}

.navigation ul li.active a>span {
    /*
    font-weight: bold;
    font-size: large;
    */
}

.navigation ul li a>span {
    position: absolute;
    color: #f0f0f0;
    /*
    font-weight: 400;
    font-size: 0.75em;
    letter-spacing: 0.05em;
    transition: 0.5s;
    opacity: 0;
    */
    transform: translateY(20px);
}

.navigation ul li.active a>span {
    opacity: 1;
    transform: translateY(10px);
}

.indicator {
    position: absolute;
    top: -40%;
    width: 45px;
    height: 45px;
    background: #15AFA7;
    border-radius: 50%;
    border: 3px solid white;
    transition: transform 0.35s ease;
}

.event-overlay {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #161616cb;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.event-card {
    display: flex;
    width: 70%;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    background-color: #edeeed;
    margin: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.event-card h2 {
    text-align: center;
    margin: 0;
    overflow-wrap: break-word;
}

.event-info {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    border-radius: 20px;
    padding: 10px 5px 10px 15px;
    margin: 0;
    background-color: #f5f5f5;
}

.event-info div>p {
    width: 90%;
    overflow-wrap: break-word;
    max-height: 120px;
    padding: 0 10px 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.event-info div>p::-webkit-scrollbar {
    width: 3px;
}

.event-info div>p::-webkit-scrollbar-track {
    background: #eee;
}

.event-info div>p::-webkit-scrollbar-thumb {
    background: #10837d;
    border-radius: 10px;
}

.event-info>p {
    margin: 5px 12px;
}

.event-info>br {
    border-bottom: 5px solid #000000;
}

.event-info>h3 {
    margin: 8px 12px;
}

.event-actions {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px
}


.event-actions span {
    padding: 1rem 1.5rem;
    font-weight: bold;
}

.event-actions span>a {
    color: #f0f0f0;
}


.event-join {
    background-color: #10837d;
    color: white;
    font-weight: bolder;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.event-join:hover {
    background-color: #0e6e6a;
}

.event-close {
    background-color: #d9534f;
    color: white;
    font-weight: bolder;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.event-warning {
    background-color: #bec039fc;
    color: white;
    font-weight: bolder;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.event-close:hover {
    background-color: #c9302c;
}

.event-participant {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    gap: 12px;
    margin: 0 20px 15px;
    overflow-x: auto;
    max-width: 85%;
    white-space: nowrap;
    border-radius: 10px;
}

.event-participant li {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    overflow-wrap: break-word;
}

.event-participant2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 5px 10px;
    gap: 12px;
    margin: 0 20px 15px;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 10px;
}

.event-participant2 li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.event-info a {
    text-decoration: none;
    color: black;
}

.no-participants {
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-style: italic;
    color: #777777;
    margin: 25px 0;
}

.event-avatar {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 5px 0;
}

.event-avatar>p {
    font-size: 15px;
    margin: 0
}

.event-name {
    max-width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-avatar>img {
    border-radius: 50%;
    min-width: 25px;
    height: 25px;
    object-fit: cover;
}

.blur-img {
    filter: blur(5px);
    transition: filter 0.3s ease;
    user-select: none;
}

.event-participant::-webkit-scrollbar {
    height: 6px;
}

.event-participant::-webkit-scrollbar-track {
    background: #eee;
}

.event-participant::-webkit-scrollbar-thumb {
    background: #10837d;
    border-radius: 10px;
}

.event-participant2::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}

.event-participant2::-webkit-scrollbar-track {
    background: #eee;
}

.event-participant2::-webkit-scrollbar-thumb {
    background: #10837d;
    border-radius: 10px;
}

.card-old-container summary{
    list-style: none;
    margin: 1rem;
    padding: 10px;
    color: #f0f0f0;
    background-color: #0B7C77;
    border-radius: 10px;
    width: 150px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: bolder;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 8px;
    gap: 10px;
}

.salidas {
    box-sizing: border-box;
    max-height: auto;
    background-color: #86c2bf;
    border-radius: 10px;
}

.card-header {
    background-color: #10837d;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 10px;
    padding: 0.5rem;
}

.card-header h4 {
    color: white;
    margin: 0;
    padding: 0;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #86c2bf;
    padding: 0.5rem;
    gap: 8px;
    border-radius: 10px;
}

.card-body div {
    color: #0a3d3a;
    text-align: center;
    font-weight: bold;
}

.card-body div>span {
    font-size: 15px;
    padding: 0 4px;
}

.separador {
    border-top: 1px solid #ffffff;
    width: 100%;
    height: 1px;
}

.cards-participants {
    list-style: none;
    display: flex;
    position: relative;
    margin: 10px 0 0;
    padding: 3px 0;
    overflow-x: auto;
    max-width: 290px;
    white-space: nowrap;
    border-radius: 10px;
}

.cards-participants li {
    display: flex;
    align-items: center;
    margin: 0 8px;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: bold;
    overflow-wrap: break-word;
}

.cards-participants li>div {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
}

.cards-participants li>img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    object-fit: cover;
}

.cards-participants::-webkit-scrollbar {
    height: 6px;
}

.cards-participants::-webkit-scrollbar-track {
    background: #eee;
}

.cards-participants::-webkit-scrollbar-thumb {
    background: #10837d;
    border-radius: 10px;
}

.card-footer button {
    background-color: #f0f0f0;
    color: #10837d;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    margin: 0.2rem;
    font-size: 16px;
    cursor: pointer;
}

.card-footer button:hover {
    background-color: #10837d;
    color: #f0f0f0;
}

.card-footer a {
    background-color: #f0f0f0;
    color: #10837d;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    margin: 0.2rem;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}

.card-footer a:hover {
    background-color: #10837d;
    color: #f0f0f0;
}

.mis-salidas-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    gap: 1rem;
}

.mis-salidas-body div {
    color: white;
    text-align: center;
    font-weight: bold;
}

.mis-salidas-body div button>span {
    font-size: 15px;
    padding: 0 4px;
    background-color: #15AFA7;
    color: white;
    border-radius: 10px;
}

.mis-salidas-body button {
    background-color: #f0f0f0;
    color: #10837d;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 0.45rem 1.5rem;
    margin: 0.2rem;
    font-size: 16px;
    cursor: pointer;
}

.mis-salidas-body button:hover {
    background-color: #10837d;
    color: #f0f0f0;
}

.mis-salidas-buttons a {
    background-color: #f0f0f0;
    color: #10837d;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 0.45rem 1.5rem;
    margin: 0.2rem;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}

.mis-salidas-buttons a:hover {
    background-color: #10837d;
    color: #f0f0f0;
}

.mis-salidas-solicitud button {
    margin-bottom: 2px;
}

.mis-salidas-buttons {
    display: flex;
    flex-direction: column;
}

.aux-text {
    min-width: 65px;
    overflow-wrap: break-word;
}

.participant-list {
    display: flex;
    flex-direction: column;
}

.divider {
    width: 1px;
    margin: 0 20px;
    background: #161616;
}

.lbl-modal {
    margin: 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #161616;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.outgoing-card {
    display: flex;
    padding: 20px;
    gap: 10px;
}

.m-0-0-10px {
    margin: 0 0 10px;
}

.m-5-0px {
    margin: 5px 0;
}

.m-5-5px {
    margin: 5px;
}

.w-700px {
    width: 700px;
}

.w-400px {
    width: 400px;
}

.flex-1 {
    flex: 1;
}

.w-80px {
    width: 80px;
    height: 80px;
}

.w-55px {
    width: 55px;
    height: 55px;
}

.circle-outline {
    border-radius: 50%;
    border: 3px solid #15AFA7;
}

.img-700-500 {
    width: 100%;
    max-width: 700px;
    height: auto;
}

.img-300-450 {
    width: 300px;
    height: 450px;
}

.img-150-40 {
    width: 150px;
    height: 40px;
}

.img-35 {
    width: 35vh;

}

.img-1 {
    position: relative;
    background-image: url(../img/background-s1.webp);
    background-size: cover;
    background-position: center;
    width: auto;
    height: 70vh;
}

.img-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 70vh;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.img-1>* {
    position: relative;
    z-index: 2;
}

.img-2 {
    background-image: url(../img/img1.webp);
    background-size: cover;
    background-position: center;
    width: 80%;
    height: 100vh;
}

.title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
    width: 80%;
}

.subtitle {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    width: 50%;
}

.texto {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.texto-s {
    font-size: 0.9rem;
    line-height: 1.5;
}

.text-f {
    font-size: 14px;
    line-height: 25px;
}

.img-box {
    position: relative;
    display: inline-block;
}

.img-styled {
    display: block;
    position: relative;
    z-index: 2;
}

.img-box::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    top: 1.5rem;
    left: 1.5rem;
    width: 100%;
    height: 100%;
    border: 12px solid #EAE9E9;
    z-index: 1;
}

.card {
    border: 5px solid #15AFA7;
    border-radius: 10px;
    padding: 0.3rem 1rem;
    min-width: 260px;
    max-height: auto;
}

.w-25px {
    width: 25px;
    height: 25px;
}

.min-w-250 {
    min-width: 250px;
}

.max-w-250 {
    max-width: 250px;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 8px;
    gap: 4px;
}

.container-chat-1 {
    background-color: #f0f0f0;
    border: 2px solid #161616;
    border-radius: 10px;
    width: 90%;
    padding: 0.5rem 1rem;
    margin: 0.5rem 1rem;
}

.container-chat-2 {
    background-color: #60c8c2;
    border: 2px solid #161616;
    border-radius: 10px;
    width: 90%;
    padding: 6px 1rem;
    margin: 0.5rem 1rem;
}

.reply-message {
    margin: 0.5rem 2rem;
    padding: 6px 1rem;
    width: 85%;
    background-color: #5fd1d1;
    align-self: flex-end;
}

.z-i-10 {
    z-index: 10;
}

.b-sh-1 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.b-sh-2 {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.logo {
    width: auto;
}

.btn-edit {
    cursor: pointer;
    border: none;
    font-size: 0.9rem;
    transition: 0.2s;
}

.flex-space-a {
    justify-content: space-around;
    align-items: center;
}

.m-auto {
    margin: auto;
}

.d-relative {
    position: relative;
}

.aux-block {
    display: block;
}

.preferences-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.video-preview {
    width: 600px;
    height: 400px;
    margin: 1rem;
    position: relative;
}

.banner {
    flex-direction: row;
    width: auto;
    border-radius: 10px;
    padding: 10px;
    margin: 0.5rem;
}

.banner-container {
    display: flex;
    justify-content: space-evenly;
}

.banner-content {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    padding: 0 1rem;
    gap: 8px;
    color: #f0f0f0;
}

.banner-redirect {
    margin: 10px;
    border-radius: 15px;
    background-color: #f0f0f0;
    text-decoration: none;
    color: #10837d;
    padding: 5px;
}

.banner-redirect:hover {
    background-color: #c6c6c6;
}

.participantCards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 0 4.5rem;
    justify-content: flex-start;
    align-items: center;
}

.w-35px {
    width: 35px;
    height: 35px;
}


.scroll-perfil {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0.9rem 7rem;
    box-sizing: border-box;
    overflow-x: hidden;
    flex-direction: column;
}

.delete-open {
    outline: 0;
    border: 0;
    border-radius: 15px;
    width: 200px;
    background-color: #842029;
    color: #aeaeae;
    margin: 1.2rem 2rem;
    padding: 15px 20px;
}

.delete-open:hover {
    background-color: #e60000;
    color: #f0f0f0;
    transform: scale(1.09);
}

.overlay-delete {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #161616cb;
    color: #10837d;
    overflow-x: hidden;
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.container-delete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 15px;
}

.container-delete h4 {
    font-size: 16px;
    text-align: center;
    width: 250px;
}

.container-delete div {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.container-delete div>button {
    outline: 0;
    border: 0;
    border-radius: 15px;
    padding: 10px 15px;
    color: #f0f0f0;
    font-weight: bold;
}

.btn-cancel-del {
    background-color: #10837d;
}

.btn-cancel-del:hover {
    background-color: #0e6e68;
    transform: scale(1.09);
}

.btn-del {
    background-color: #d9534f;
}

.btn-del:hover {
    background-color: #c9302c;
    transform: scale(1.09);
}

.container-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #10837d;
    padding: 20px 0;
    gap: 0.5px;
    width: 100%;
    max-width: 550px;
    height: 100%;
    max-height: 650px;
    border-radius: 20px;
    background-color: #f0f0f0;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.08),
        0 6px 12px rgba(0, 0, 0, 0.12),
        0 12px 24px rgba(0, 0, 0, 0.16);
}

.profile-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
    padding: 0.7rem 0;
}

.profile-img img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #10837d;
    display: block;
}

.profile-header div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    overflow-wrap: break-word;
}

.profile-header h3 {
    margin: 0 3px;
    width: 150px;
    text-align: center;
}

.profile-header div>button {
    background-color: #10837d;
    color: #ffffff;
    border: none;
    padding: 0.5rem;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.8rem;
    margin: 3px;
}

.profile-body {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #f0f0f0;
    padding: 0 1rem;
    margin: 0 1rem;
}

.profile-bio h3 {
    margin: 0;
}

.profile-bio p {
    margin: 0;
    max-height: 110px;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 1.5;
    margin-right: 4px;
    word-break: break-word;
}

.profile-bio p::-webkit-scrollbar {
    width: 6px;
}

.profile-bio p::-webkit-scrollbar-thumb {
    background-color: #10837d;
    border-radius: 10px;
}

.profile-bio p::-webkit-scrollbar-track {
    background: #ffffff;
}

.profile-social {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.profile-social h3 {
    margin: 5px 0;
}

.profile-social ul {
    list-style: none;
    display: grid;
    grid-template-rows: repeat(1, auto);
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 10px;
    max-width: 450px;
    padding: 10px 0;
    margin: 4px 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.profile-social ul::-webkit-scrollbar {
    height: 6px;
}

.profile-social ul::-webkit-scrollbar-thumb {
    background-color: #10837d;
    border-radius: 10px;
}

.profile-social ul::-webkit-scrollbar-track {
    background: #ffffff;
}

.profile-social li {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
    overflow-wrap: break-word;
}

.profile-social li:hover {
    transform: scale(1.05);
    transition: transform 0.2s;
}

.profile-social a {
    text-decoration: none;
    background-color: #f0f0f0;
    border: 1px solid #366866;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile-social button {
    background-color: #10837d;
    color: #f9f9f9;
    padding: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile-social i {
    font-size: 1rem;
}

.profile-social span {
    font-size: 0.8rem;
}


.profile-preferences {
    display: flex;
    flex-direction: column;
}

.profile-preferences div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 1rem;
}

.profile-preferences div>h3 {
    margin: 0;
}

.profile-preferences button {
    background-color: #10837d;
    color: #ffffff;
    border: none;
    padding: 0.5rem;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.8rem;
    margin: 3px;
}

.profile-preferences-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-preferences-list ul {
    list-style-type: none;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    max-width: 450px;
    padding: 10px 0;
    margin: 4px 0;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
}

.tc-left {
    text-align: left;
}

.profile-preferences-list ul::-webkit-scrollbar {
    height: 6px;
}

.profile-preferences-list ul::-webkit-scrollbar-thumb {
    background-color: #10837d;
    border-radius: 10px;
}

.profile-preferences-list ul::-webkit-scrollbar-track {
    background: #ffffff;
}

.profile-preferences-list li {
    background-color: #10837d;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
}

.eprofile-overlay {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #161616cb;
    overflow-x: hidden;
    box-sizing: border-box;
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.eprofile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f0f0f0;
    padding: 0 10px 20px;
    border-radius: 10px;
    color: #10837d;
}

.eprofile-img {
    width: 110px;
    height: 110px;
    text-align: center;
    background-color: #10837d;
    border-radius: 50%;
    border: 1px solid #10837d;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.eprofile-img img {
    position: absolute;
    inset: 0;
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    display: none;
}

.eprofile-img span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bolder;
    pointer-events: none;
}

.eprofile-label {
    display: flex;
    flex-direction: column;
    margin: 0 20px 8px;
    min-width: 250px;
}

.eprofile-label label {
    margin-bottom: 3px;
    font-weight: bold;
}

.eprofile-label input {
    padding: 5px;
    border: 1px solid #10837d;
    border-radius: 5px;
}

.eprofile-label input:focus {
    outline: none;
    border: 2px solid #10837d;
}

.eprofile-label select {
    padding: 5px;
    border: 1px solid #10837d;
    border-radius: 5px;
}

.eprofile-label select:focus {
    outline: none;
    border: 2px solid #10837d;
}

.eprofile-label textarea {
    padding: 5px;
    border: 1px solid #10837d;
    border-radius: 5px;
    resize: none;
    height: 70px;
}

.eprofile-label textarea:focus {
    outline: none;
    border: 2px solid #10837d;
}

.eprofile-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
    width: 100%;
}

.eprofile-buttons button {
    color: white;
    border: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.eprofile-cancel:hover {
    background-color: #c9302c;
}

.anuncio {
    margin: 0.5rem;
    width: 350px;
    height: 550px;
}

.overlay-birth {
    position: fixed;
    inset: 0;
    background: #161616cb;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.modal-birth {
    background: #f0f0f0;
    color: #10837d;
    width: 400px;
    margin: 0 1rem;
    padding: 0.5rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    text-align: center;
}

.modal-birth h3 {
    font-size: 0.9rem;
}

.modal-birth input[type="date"] {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.reason-birth h4,
.access-birth h4 {
    font-size: 0.8rem;
    margin: 0.5rem 0.5rem;
}

.reason-birth p,
.access-birth ul,
.submit-birth p {
    font-size: 0.7rem;
    font-weight: bold;
    margin: 0.5rem 0.5rem;
}

.access-birth {
    text-align: left;
}

.submit-tyc {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 0.5rem 0.5rem;
}

.submit-tyc div {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: 0 0.5rem 0.5rem;
}

.submit-tyc p {
    font-size: 0.7rem;
    font-weight: bold;
    margin: 0;
}

.submit-tyc a {
    font-size: 0.8rem;
    font-weight: bolder;
    color: #10837d;
    opacity: 0.9;
    text-decoration: none;
}

.submit-tyc a:hover {
    opacity: 1;
    text-decoration: underline;
}

.submit-tyc div>input[type="checkbox"] {
    transform: scale(1.5);
    margin-left: 30px;
}

.submit-birth {
    text-align: center;
    margin: 0 0.5rem 0.5rem;
}

.submit-tyc button {
    padding: 10px 60px;
    font-size: 1rem;
    cursor: pointer;
    color: #10837d;
    border: 2px solid #10837d;
    text-align: center;
    margin: 0 0.5rem 0.5rem;
}

.submit-tyc button:hover {
    background-color: #10837d;
    color: #f0f0f0;
}

.submit-birth button {
    padding: 10px 60px;
    font-size: 1rem;
    cursor: pointer;
    color: #10837d;
    border: 2px solid #10837d;
    border-radius: 5px;
}

.submit-birth button:hover {
    background-color: #10837d;
    color: #f0f0f0;
}

.overlay-confirm {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 200;
}

.birth-confirm {
    background: #ffffff;
    padding: 1rem;
    border-radius: 10px;
    width: 350px;
    text-align: center;
    color: #10837d;
}

.confirm-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.birth-continue {
    padding: 8px 30px;
    border-radius: 5px;
    border: none;
    background: #10837d;
    color: white;
    cursor: pointer;
}

#confirm-cancel {
    padding: 8px 30px;
    border-radius: 5px;
    border: 2px solid #10837d;
    background: transparent;
    color: #10837d;
    cursor: pointer;
}

.profile-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer;
}

.img-modal {
    position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.img-content {
    display: block;
    margin: 1rem;
    max-width: 90%;
    max-height: 90%;
    margin-top: 5%;
    border-radius: 8px;
}

.img-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.social-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.social-content {
    text-align: center;
    background: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    color: #10837d;
    display: flex;
    flex-direction: column;
}

.social-content li>span {
    overflow-wrap: break-word;
    font-size: 10px;
    padding: 5px 10px;
}

.social-content li>button {
    background-color: #ff4d4d;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.social-content li>button:hover {
    background-color: #e60000;
}

.social-content button {
    background-color: #ff4d4d;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.social-content button:hover {
    background-color: #e60000;
}

.social-form p {
    margin: 0 1rem 1rem;
}

.social-form div {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.social-form input {
    flex: 1;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.social-form button {
    background-color: #10837d;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-form button:hover {
    background-color: #0e6f6a;
}

.social-form select {
    margin-top: 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 80%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.social-content ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
}

.social-content ul li {
    margin: 10px 0;
    text-align: left;
}

.social-content li {
    display: flex;
    align-items: center;
    background-color: #10837d;
    border-radius: 5px;
    color: #f0f0f0;
}

.social-content li i {
    font-size: 1.2rem;
    margin: 0 10px;
}

.i-facebook {
    color: #3b5998;
}

.i-instagram {
    color: #e1306c;
}

.i-twitter {
    color: #1da1f2;
}

.i-tiktok {
    color: #000000;
}

.cards-wrapper {
    position: relative;
}

.perfil-overlay {
    position: absolute;
    inset: 0;
    z-index: 1000;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    padding: 20px;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    background: rgba(14, 14, 14, 0.6);
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.perfil-overlay p {
    display: inline;
}

.perfil-overlay span>a {
    color: #10837d;
    font-weight: bold;
    text-decoration: none;
}

.message-container {
    position: fixed;
    top: 75px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.message {
    min-width: 280px;
    padding: 15px 20px;
    border-radius: 12px 0 0 12px;
    display: flex;
    position: relative;
    overflow: hidden;
    gap: 12px;
    align-items: flex-start;
    animation: fadeIn 0.3s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.message-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    transform-origin: left;
}

.message i {
    font-size: 35px;
}

.message-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.message h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.message p {
    margin: 0 3px;
    font-size: 14px;
}

.message a {
    font-weight: 600;

    text-decoration: none;
}

.message a:hover {
    text-decoration: underline;
}

.msg-success {
    background: #c0e4ca;
    color: #155724;
    border-left: 6px solid #0d6220;
}

.msg-success i {
    color: darkgreen;
}

.msg-success a {
    color: #155724;
}

.msg-success .message-progress {
    background: #0d6220;
}

.msg-info {
    background: #D1ECF1;
    color: #055160;
    border-left: 6px solid #0DCAF0;
}

.msg-info i {
    color: darkcyan;
}

.msg-info a {
    color: #055160;
}

.msg-info .message-progress {
    background: #0DCAF0;
}

.msg-warning {
    background: #FFF4CC;
    color: #7A5E00;
    border-left: 6px solid #F4B400;
}

.msg-warning i {
    color: darkgoldenrod;
}

.msg-warning a {
    color: #7A5E00;
}

.msg-warning .message-progress {
    background: #F4B400;
}

.msg-danger {
    background: #F8D7DA;
    color: #842029;
    border-left: 6px solid #DC3545;
}

.msg-danger i {
    color: darkred;
}

.msg-danger a {
    color: #842029;
}

.msg-danger .message-progress {
    background: #DC3545;
}

/* Animación */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shrink {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

.fade-out {
    opacity: 0;
    transform: translateX(100px);
}

.legal-zone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 4rem 0.9rem 0;
}

.legal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    max-width: 350px;
    max-height: 650px;
    background-color: #10837d;
    color: #f0f0f0;
}

.legal-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.legal-section h1 {
    margin-bottom: 4px;
}

.legal-section a {
    font-size: 18px;
    color: #f0f0f0;
    text-decoration: none;
    text-shadow: #383838 1px 1px 2px;
}

.legal-section a:hover {
    text-decoration: underline;
}

.legal-content p {
    font-size: 14px;
    color: #f0f0f0;
    text-align: center;
    margin: 2rem 0 0;
}

.scroll-design::-webkit-scrollbar {
    width: 8px;
}

.scroll-design::-webkit-scrollbar-thumb {
    background-color: #0B7C77;
    border-radius: 4px;
}

.scroll-design::-webkit-scrollbar-thumb:hover {
    background-color: #074f4c;
}

.scroll-foro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 70vh;
    gap: 10px;
    padding: 1.5rem 0.9rem 7rem;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #F4F7F8;
    overflow-y: auto;
}

.scroll-foro2 {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 1.5rem 0.2rem 0;
    box-sizing: border-box;
    background-color: #F4F7F8;
}

.foro-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    column-gap: 10px;
    margin: 0 4rem;
}

.foro-container2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: max-content;
    width: 100%;
    padding: 0 0.5rem;
}

.foro-card {
    display: flex;
    flex-direction: column;
    background-color: #15AFA7;
    text-decoration: none;
    border-radius: 10px;
    width: 100%;
    max-height: 285px;
    color: #F0F0F0;
    box-shadow:
        1px 4px 6px 0px #00000061,
        -6px -4px 12px 0px #ffffffe6;
    transition: all 0.25s ease;
}

.foro-card:hover {
    transform: translateY(-3px);
    box-shadow: 3px 3px 9px 1px #00000073,
        -4px -4px 6px 1px #ffffff;
}

.foro-title {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #0B7C77;
    border-radius: 10px 10px 0 0;
    padding: 6px;
}

.foro-title a {
    color: #F0F0F0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin: 0 5px 0;
}

.foro-img {
    border: 2px solid #15AFA7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px 0 15px;
}

.foro-title div {
    display: flex;
    flex-direction: column;
}

.foro-title div>h3,
.foro-title div>a {
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

.foro-title div>a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.foro-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding-top: 10px;
    color: #F0F0F0;
}

.foro-context {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
    margin: 2px 0 15px;
    padding: 8px 18px 2px;
    overflow: hidden;
    word-break: break-word;
}

.foro-stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 10px;
}

.foro-context2 {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    margin: 2px 0 2px 5px;
    padding: 8px 10px 2px;
}

.foro-context2::-webkit-scrollbar {
    width: 6px;
}

.foro-context2::-webkit-scrollbar-thumb {
    background-color: #0B7C77;
    border-radius: 4px;
}

.foro-context2::-webkit-scrollbar-thumb:hover {
    background-color: #074f4c;
}

.foro-info div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 10px;
}

.foro-info div>div {
    display: flex;
    color: #F5F7FB;
    gap: 8px;
}

.foro-return {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: #15AFA7;
    height: 30px;
    width: 30px;
    margin: 0 2px 0 0;
}

.foro-return:hover {
    background-color: #0b9b8c;
}

.foro-img2 {
    border: 2px solid #15AFA7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 2px;
}

.foro-chat {
    display: flex;
    position: sticky;
    top: 100px;
    align-items: start;
    flex-direction: column;
    background-color: #BFE8E4;
    padding: 10px 15px;
    border-radius: 20px;
}

.foro-response {
    display: none;
    width: 98%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 0 8px;
    font-size: 15px;
    color: #0B7C77;
    font-weight: bold;
}

.foro-response span {
    color: #095b57;
    font-size: 0.95rem;
    max-width: 72vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foro-response.active {
    display: flex;
    position: relative;
    z-index: 1;
    padding: 8px 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e6faf8, #c9f1ec);
    border: 1px solid rgba(9, 91, 87, 0.2);
    box-shadow: 0 6px 14px rgba(8, 61, 57, 0.12);
}

.btn-cancel-2 {
    border: none;
    outline: none;
    background-color: #da1d1d;
    color: white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    transition: 0.2s ease;
}

.btn-cancel-2:hover {
    background-color: #9e1414;
    transform: scale(1.2);
}

.foro-chat-input {
    display: flex;
    width: 100%;
}

.foro-chat input {
    flex: 1;
    border: none;
    outline: none;
    background-color: #E6E6E6;
    padding: 12px 16px;
    border-radius: 15px 0 0 15px;
    font-size: 14px;
    transition: 0.2s ease;
}

.foro-chat input:focus {
    border: 1px solid #18B7A7;
}

.btn-send {
    border: none;
    outline: none;
    background-color: #18B7A7;
    color: white;
    padding: 12px 18px;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    transition: 0.2s ease;
}

.btn-send:hover {
    background-color: #149e91;
    transform: scale(1.2);
}

.foro-commentaries {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 15px;
    margin: 10px 0;
}

.foro-commentaries>h3 {
    margin: 0 0 20px 0;
    color: #6F6E78;
}

.foro-comment {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.foro-comment-reply {
    padding: 0px;
}

.foro-comments {
    background-color: #fff;
    border: 1px solid #6F6E78;
    border-radius: 15px;
}

.foro-comment:not(:last-child) {
    border-bottom: 1px solid #6F6E78;
}

.foro-comment-title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    color: #6F6E78;
}

.foro-comment-title img {
    border: 2px solid #15AFA7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

.foro-comment-title>a {
    display: flex;
    text-decoration: none;
    color: #15AFA7;
    gap: 50px;
}

.foro-comment-title a>h4,
.foro-comment-title a>h5 {
    margin: 0;
}

.foro-comment-text {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin: 10px 0 0;
    text-align: justify;
    gap: 3px;
}

.foro-comment-text p {
    font-size: 14px;
    color: #6F6E78;
    margin: 0;
    padding: 5px 0;
}

.foro-comment-text button {
    border: none;
    background-color: #18B7A7;
    color: white;
    margin: 5px;
    padding: 6px 12px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.2s ease;
    width: fit-content;
}

.foro-comment-text button:hover {
    background-color: #149e91;
    transform: scale(1.1);
}

.is-reply-target {
    background: rgba(21, 175, 167, 0.08);
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(15, 128, 121, 0.28);
}

.foro-reply {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0 25px;
}

.foro-reply-title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    color: #6F6E78;
}

.foro-reply-title img {
    border: 2px solid #15AFA7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

.foro-reply-title a {
    display: flex;
    text-decoration: none;
    color: #15AFA7;
    gap: 50px;
}

.foro-reply-title a>h4,
.foro-reply-title a>h5 {
    margin: 0;
}

.foro-reply-text {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin: 10px 0 0;
    text-align: justify;
    gap: 3px;
}

.foro-reply-text p {
    font-size: 14px;
    color: #6F6E78;
    margin: 0;
    padding: 10px 0;
}

.foro-reply button {
    border: none;
    background-color: #18B7A7;
    color: white;
    margin: 5px;
    padding: 6px 12px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.2s ease;
    width: fit-content;
}

.foro-reply button:hover {
    background-color: #149e91;
    transform: scale(1.1);
}

.btn-toggle-replies {
    border: none;
    background: transparent;
    color: #0b7c77;
    font-weight: 700;
    font-size: 0.86rem;
    margin: 6px 0 4px 6px;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-toggle-replies:hover {
    background: rgba(11, 124, 119, 0.12);
    color: #064c49;
}

.foot {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    border-top: 11px solid #f0f0f0;
    box-shadow: 0 -10px 8px -5px #f0f0f0;
}


.create-foro {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 20;
    bottom: 100px;
    right: 15px;
}

.create-foro button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    background-color: #369c97;
    padding: 10px;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    box-shadow: 2px 2px 3px #383838;
}

.create-foro button>i,
.create-foro button>span {
    font-size: 2.1rem;
    font-weight: bolder;
    color: #f0f0f0;
}

.create-foro button:hover {
    background-color: #2e837e;
    border: 3px solid #d1d1d1;
}

.overlay-foro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.container-foro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 325px;
    background-color: #6BD5CF;
    border-radius: 15px;
}

.container-foro-title {
    background-color: #15AFA7;
    border-radius: 10px 10px 0 0;
    margin: 0 0 20px 0;
    width: 100%;
}

.container-foro-title input {
    border: none;
    outline: none;
    background-color: transparent;
    text-align: center;
    padding: 20px 25px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    width: 85%;
    color: #F9F6F6;
}

.container-foro-title input::placeholder {
    color: #F9F6F6;
    opacity: 0.7;
}

.container-foro-title input:focus::placeholder {
    opacity: 0;
}

.container-foro-context {
    border-radius: 0 0 10px 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    gap: 20px;
}

.container-foro-context textarea {
    width: 100%;
    min-height: 60px;
    max-height: 200px;
    overflow-y: hidden;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 15px;
    font-size: 16px;
    padding: 16px;
    resize: none;
    color: #F9F6F6;
    text-align: center;
    transition: height 0.15s ease;
}

.container-foro-context textarea:focus::placeholder {
    opacity: 0;
}

.container-foro-context textarea::placeholder {
    color: #F9F6F6;
    opacity: 0.7;
}

.container-foro-context textarea::-webkit-scrollbar {
    width: 6px;
}

.container-foro-context textarea::-webkit-scrollbar-thumb {
    background-color: #0B7C77;
    border-radius: 4px;
}

.container-foro-context textarea::-webkit-scrollbar-thumb:hover {
    background-color: #074f4c;
}

.foro-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 45px;
}

.foro-buttons button:last-child {
    background-color: #9e1414;
}

.foro-buttons button:last-child:hover {
    background-color: #da1d1d;
    transform: scale(1.2);
}

.foro-buttons button {
    border: none;
    outline: none;
    color: white;
    background-color: #18B7A7;
    padding: 12px 18px;
    cursor: pointer;
    border-radius: 15px;
    transition: 0.2s ease;
}

.foro-buttons button:hover {
    background-color: #149e91;
    transform: scale(1.1);
}

.foro-comments {
    background-color: #fff;
    border: 1px solid #6F6E78;
    border-radius: 15px;
    overflow: hidden;
}

.foro-reply {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0 20px;
    border-left: 2px solid #15AFA7;
    padding-left: 10px;
}

.btn-reply-action {
    width: fit-content !important;
}

@media screen and (max-width: 1300px) {


    .profile-stats {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 10px 0;
        color: #f0f0f0;
    }

    .banner-container p,
    .banner-container span {
        margin: 0.9rem;
    }

    .profile-stats div {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100px;
        padding: 10px;
        text-align: center;
        border: 2px solid #10837d;
        background-color: #10837d;
        border-radius: 10px;
    }

    .reply-message {
        margin: 0.5rem 1rem;
        width: 80%;
        align-self: flex-end;
        justify-self: center;
    }

    .icon-x {
        font-size: 15px;
        color: #161616;
        cursor: pointer;
    }

    .video-preview {
        width: 400px;
        height: 350px;
        margin: 0.5rem 0;
    }

    .aux-block {
        display: flex;
    }

    .participant-content {
        display: none;
    }

    .participant-content.open {
        display: block;
    }

    .btn-participants {
        display: block;
        background-color: #15AFA7;
        color: white;
        border: none;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        cursor: pointer;
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 0.5rem;
    }

    .participant-list {
        margin: 0 0.5rem;
        flex-direction: row;
        overflow-x: auto;
    }

    .img-150-40 {
        width: 150px;
        height: 35px;
    }

    .row {
        flex-direction: column;
    }

    .title {
        font-size: 2rem;
        width: 100%;
    }

    .subtitle {
        font-size: 1.5rem;
        width: 100%;
    }

    .texto {
        font-size: 1rem;
    }

    .img-700-500,
    .img-300-450 {
        width: 100%;
        height: auto;
    }

    .btn {
        height: 70px;
        width: 150px;
        height: auto;
        font-size: 1.2rem;
    }

    .ml-2r {
        margin-left: 0;
    }

    .participantCards {
        gap: 0 2.5rem;
    }

    .mt-2r {
        margin-top: 1rem;
    }

    .img-box::before {
        top: 0.8rem;
        left: 0.8rem;
        border: 4px solid #EAE9E9;
    }

    .h-auto {
        height: auto;
    }

    .outgoing-card {
        display: flex;
        flex-direction: column;
        width: 50%;
    }

    .participant-section {
        width: 100%;
    }

    .participant-section h3 {
        padding-top: 5px;
    }

    .profile {
        right: 1px;
        bottom: 103px;
    }

    .form-1 {
        margin: 1rem 12rem;
        height: 620px;
    }

    .img-aux-1 {
        background-image: url(../img/img1.webp);
        background-size: cover;
        background-position: center;
        height: 100vh;
        width: 100vw;
    }

    .img-aux-2 {
        background-image: url(../img/img2.webp);
        background-size: cover;
        background-position: center;
        height: 100vh;
    }

    .regis-container {
        background-color: #15AFA7;
        border-radius: 20px;
    }

    .blur {
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: 100vh;
    }

    .img-2 {
        display: none;
    }

    .img-3 {
        display: none;
    }

    .card-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .extra-info {
        flex-direction: row;
    }

    .bio-input {
        flex: 1;
        min-width: 250px;
        min-height: 100px;
    }


    .foro-container {
        grid-template-columns: repeat(3, 1fr);
        margin: 0 2rem;
    }

    .banner-container {
        justify-content: right;
    }


    .banner-content {
        display: block;
    }

}

@media screen and (max-width: 680px) {
    .foro-container {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media screen and (max-width: 550px) {

    .login-container {
        width: 340px;
    }

    .login-container form>input {
        width: 230px;
    }

    .auth-pass {
        width: 250px;
    }

    .event-card {
        width: 80%;
    }

    .preferences-container {
        justify-content: center;
    }

    .participant-content {
        font-size: 0.9rem;
    }

    .video-preview {
        width: 100%;
        height: auto;
        margin: 0.5rem 0;
    }

    .profile {
        right: 1px;
        bottom: 133px;
    }

    .form-1 {
        margin: 0.5rem 1rem;
        height: 600px;
    }

    .img-aux-1 {
        background-image: none;
    }

    .img-aux-2 {
        background-image: none;
    }

    .blur {
        background: none;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
    }

    .card-container {
        grid-template-columns: 1fr;
    }

    .divider {
        display: none;
    }

    .outgoing-card {
        display: flex;
        flex-direction: column;
        width: 75%;
    }

    .reply-message {
        margin: 0.5rem 0;
        width: 85%;
    }

    .mt-1-5r {
        margin-top: 1rem;
    }

    .scroll {
        height: auto;
    }

    .participantCards {
        gap: 0 5rem;
    }

    .d-option-fs {
        display: none;
    }

    .d-option-cs {
        display: flex;
    }

    .cards-perfil {
        grid-template-columns: 1fr;
    }

    .cards-perfil::-webkit-scrollbar-track {
        background: #ffffff;
    }

    .cards-perfil::-webkit-scrollbar-thumb {
        background: #ffffff;
    }

    .profile-social ul {
        list-style: none;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        gap: 10px;
        max-width: 250px;
        padding: 10px 0;
        margin: 4px 0;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .profile-preferences-list ul {
        list-style-type: none;
        display: grid;
        grid-template-rows: repeat(1, auto);
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        max-width: 260px;
        padding: 10px 0;
        margin: 4px 0;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .form-1 {
        background-color: #45BEB7;
        text-align: center;
        padding: 2rem;
        margin: 0;
        border-radius: 10px;
        width: 350px;
    }

    .aux-form {
        margin: 6rem 0;
        max-width: 400px;
    }

    .foro-card {
        max-width: 500px;
    }
}

@media screen and (max-width: 480px) {
    .foro-container {
        grid-template-columns: 1fr;
        margin: 0;
    }

    .foro-card {
        max-width: 440px;
    }
}

/* ===== Outing Layout Refresh: Navbar + Footer + Banner ===== */
.fr-navbar {
    background: linear-gradient(135deg, #0b1f1b 0%, #0f3a33 52%, #15AFA7 100%);
    border-bottom: 1px solid rgba(138, 245, 212, 0.22);
    box-shadow: 0 10px 26px rgba(3, 14, 14, 0.45);
    min-height: 75px;
    padding: 0 0.4rem;
}

.fr-navbar .fr-navbar-brand .logo {
    height: 42px;
    width: auto;
    filter: drop-shadow(0 4px 14px rgba(7, 22, 19, 0.5));
}

.fr-navbar .fr-navbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.42rem;
    margin-right: 0.2rem;
}

.fr-navbar .fr-profile-quick summary {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(138, 245, 212, 0.3);
    background: rgba(6, 28, 24, 0.65);
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.fr-navbar .fr-profile-quick summary:hover {
    background: rgba(138, 245, 212, 0.16);
    border-color: rgba(138, 245, 212, 0.42);
}

.fr-navbar .fr-navbar-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.8rem;
    margin-left: auto;
}

.fr-navbar .fr-navbar-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-right: 0.3rem;
}
.fr-navbar .fr-notify-quick summary {
    width: 44px;
    height: 44px;
    position: relative;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(138, 245, 212, 0.3);
    background: rgba(6, 28, 24, 0.65);
    border-radius: 12px;
    cursor: pointer;
    color: #e8fff7;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.fr-navbar .fr-notify-quick summary:hover {
    background: rgba(138, 245, 212, 0.16);
    border-color: rgba(138, 245, 212, 0.42);
}

.fr-navbar .fr-notify-quick .fa-bell {
    transform-origin: top center;
    animation: fr-bell-idle 2.2s ease-in-out infinite;
}

.fr-navbar .fr-notify-quick.is-ringing .fa-bell {
    animation: fr-bell-ring 0.9s ease-in-out infinite;
}

.fr-navbar #notify-toggle {
    position: relative;
}

.fr-navbar .fr-notify-quick summary .notify-badge {
    position: absolute;
    top: -7px;
    right: -8px;
    z-index: 3;
    pointer-events: none;
    min-width: 19px;
    height: 19px;
    border-radius: 999px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.66rem;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    background: #e23535;
    border: 1px solid #ffb3b3;
    box-shadow: 0 0 0 2px rgba(4, 24, 20, 0.9), 0 4px 14px rgba(226, 53, 53, 0.45);
}

.fr-navbar .fr-navbar-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    color: #e8fff7;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.46rem 0.7rem;
    border: 1px solid transparent;
    border-radius: 999px;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fr-navbar .fr-navbar-links a:hover {
    background: rgba(138, 245, 212, 0.15);
    border-color: rgba(138, 245, 212, 0.35);
    color: #ffffff;
}

.fr-navbar .fr-mobile-profile-links {
    display: none;
}

.fr-navbar .fr-mobile-profile-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    color: #e8fff7;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.58rem 0.74rem;
    border-radius: 10px;
    border: 1px solid rgba(138, 245, 212, 0.22);
    background: rgba(6, 29, 25, 0.52);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.fr-navbar .fr-mobile-profile-links a:hover {
    background: rgba(138, 245, 212, 0.16);
    border-color: rgba(138, 245, 212, 0.38);
}

.fr-navbar .fr-navbar-tools {
    gap: 0.4rem;
}

.fr-navbar .fr-navbar-tools summary {
    padding: 0.42rem;
    border-radius: 999px;
    border: 1px solid rgba(138, 245, 212, 0.2);
    background: rgba(3, 20, 17, 0.32);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.fr-navbar .fr-navbar-tools summary:hover {
    background: rgba(138, 245, 212, 0.16);
    border-color: rgba(138, 245, 212, 0.34);
}

.fr-navbar .profile,
.fr-navbar .notify {
    top: calc(100% + 0.45rem);
    right: 0;
    border-radius: 12px;
    border: 1px solid rgba(138, 245, 212, 0.35);
    background: linear-gradient(150deg, rgba(9, 33, 28, 0.97), rgba(11, 56, 48, 0.94));
    box-shadow: 0 12px 28px rgba(2, 10, 12, 0.46);
    overflow: hidden;
}

.fr-navbar .profile div,
.fr-navbar .notify div {
    background: transparent;
}

.fr-navbar .profile div > a {
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(138, 245, 212, 0.18);
    border-radius: 0;
    background: transparent;
    color: #dcfff4;
    min-width: 210px;
}

.fr-navbar .profile div:last-child > a {
    border-bottom: 0;
}

.fr-navbar .profile div > a:hover {
    background: rgba(138, 245, 212, 0.12);
}

.fr-navbar .fr-navbar-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(138, 245, 212, 0.3);
    border-radius: 12px;
    background: rgba(6, 28, 24, 0.65);
    cursor: pointer;
    gap: 5px;
}

.fr-navbar .fr-navbar-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #e8fff7;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.fr-navbar.fr-open .fr-navbar-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.fr-navbar.fr-open .fr-navbar-toggle span:nth-child(2) {
    opacity: 0;
}

.fr-navbar.fr-open .fr-navbar-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.fr-foot {
    border-top: 0;
    box-shadow: none;
    padding: 0.45rem 0.6rem 0.62rem;
    background: linear-gradient(to top, rgba(5, 18, 16, 0.95), rgba(5, 18, 16, 0.78));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.fr-foot .fr-mobile-footer {
    width: 100%;
}

.fr-foot .fr-desktop-footer {
    display: none;
}

.fr-foot .fr-navigation {
    background: linear-gradient(135deg, #0a2622 0%, #0f3c34 52%, #15AFA7 100%);
    border: 1px solid rgba(138, 245, 212, 0.28);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(2, 8, 11, 0.45);
    height: 72px;
}

.fr-foot .navigation ul {
    width: 92%;
}

.fr-foot .navigation ul li a {
    gap: 0.18rem;
}

.fr-foot .navigation ul li a > i,
.fr-foot .navigation ul li a > span {
    color: #ebfff8;
}

.fr-foot .navigation ul li.active a > i {
    color: #8af5d4;
}

.fr-foot .indicator {
    background: linear-gradient(135deg, #4de2bf 0%, #1fc8a8 100%);
    border: 3px solid rgba(6, 31, 27, 0.98);
    box-shadow: 0 0 0 3px rgba(138, 245, 212, 0.22);
}

.fr-foot .create button,
.fr-foot .create-foro button {
    background: linear-gradient(145deg, #16b4aa 0%, #10918a 58%, #0b7c77 100%);
    border: 2px solid rgba(170, 247, 226, 0.72);
    box-shadow: 0 16px 28px rgba(2, 12, 11, 0.52), 0 0 0 2px rgba(19, 153, 143, 0.24);
}

.fr-foot .create button > i,
.fr-foot .create button > span,
.fr-foot .create-foro button > i {
    color: #ecfff9;
    text-shadow: 0 1px 8px rgba(2, 16, 14, 0.26);
}

.fr-foot .create,
.fr-foot .create-foro {
    bottom: 96px;
}

.fr-foot .create {
    right: 16px;
    z-index: 160;
}

.fr-foot .create-foro button,
.fr-foot .create button {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    padding: 8px;
}

.fr-foot .create button {
    animation: fr-fab-float 2.7s ease-in-out infinite;
}

.fr-foot .create button:hover {
    animation-play-state: paused;
    background: linear-gradient(145deg, #1ac2b7 0%, #129d95 58%, #0d8881 100%);
    transform: translateY(-3px) scale(1.02);
}

.fr-foot .create-foro button > i,
.fr-foot .create button > i {
    font-size: 1.02rem;
}

.fr-foot .create-foro button > span,
.fr-foot .create button > span {
    font-size: 0.64rem;
    line-height: 1.05;
    text-align: center;
}

.fr-foot .create-foro button {
    background: linear-gradient(135deg, #dffaf2 0%, #95f0d5 100%);
    border-color: rgba(17, 95, 85, 0.28);
    box-shadow: 0 12px 24px rgba(2, 12, 11, 0.32);
}

.fr-foot .create-foro button > i,
.fr-foot .create-foro button > span {
    color: #0c544b;
}

.fr-foot .create-foro button:hover {
    background: linear-gradient(135deg, #f2fffa 0%, #c8f8ea 100%);
    transform: translateY(-2px);
}

@media (max-width: 1023px) {
    .fr-foot .fr-mobile-footer {
        display: block !important;
    }

    .fr-foot .fr-desktop-footer {
        display: none !important;
    }

    .fr-foot .navigation ul li a > i {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: rgba(235, 255, 248, 0.9);
        background: linear-gradient(160deg, rgba(7, 37, 32, 0.62), rgba(11, 93, 84, 0.28));
        border: 1px solid rgba(138, 245, 212, 0.2);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 6px 14px rgba(2, 12, 11, 0.22);
        transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    }

    .fr-foot .navigation ul li a > span {
        font-weight: 600;
        letter-spacing: 0.01em;
        color: rgba(231, 255, 248, 0.88);
        transition: color 0.25s ease, opacity 0.25s ease;
    }

    .fr-foot .navigation ul li.active a > i {
        color: #06342e;
        background: linear-gradient(145deg, #92f6dd 0%, #41ddbc 60%, #1fc8a8 100%);
        border-color: rgba(232, 255, 248, 0.85);
        box-shadow: 0 10px 22px rgba(2, 18, 16, 0.46), 0 0 0 2px rgba(138, 245, 212, 0.28);
        transform: translateY(-28px) scale(1.04);
    }

    .fr-foot .navigation ul li.active a > span {
        color: #dffff4;
        text-shadow: 0 1px 10px rgba(31, 200, 168, 0.36);
    }

    .fr-foot .create,
    .fr-foot .create-foro {
        bottom: 94px;
    }

    .fr-foot .indicator {
        top: auto;
        bottom: 7px;
        width: 54px;
        height: 4px;
        border: 0;
        border-radius: 999px;
        background: linear-gradient(90deg, #84f3d6 0%, #35d8b6 100%);
        box-shadow: 0 0 0 1px rgba(138, 245, 212, 0.18), 0 4px 12px rgba(2, 12, 11, 0.28);
    }
}

@media (min-width: 1024px) {
    .fr-foot {
        position: static;
        display: block;
        border-top: 1px solid rgba(138, 245, 212, 0.24);
        padding: 0;
        background: linear-gradient(180deg, rgba(6, 22, 19, 0.96), rgba(5, 18, 16, 0.99));
        box-shadow: 0 -12px 28px rgba(1, 8, 9, 0.38);
        margin-top: 2rem;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .fr-foot .fr-mobile-footer,
    .fr-foot .create-foro {
        display: none !important;
    }

    .fr-foot .create {
        display: flex !important;
        position: fixed;
        right: 22px;
        left: auto;
        bottom: 22px;
        z-index: 180;
    }

    .fr-foot .create button {
        width: 74px;
        height: 74px;
        border-radius: 18px;
        box-shadow: 0 16px 30px rgba(1, 10, 10, 0.46);
    }

    .fr-foot .create button > span {
        font-size: 0.66rem;
    }

    .fr-foot .fr-desktop-footer {
        display: block;
        width: 100%;
    }

    .fr-foot .fr-desktop-footer-inner {
        width: min(1200px, 92%);
        margin: 0 auto;
        padding: 1.15rem 0 1.25rem;
        display: grid;
        grid-template-columns: 1.2fr 1fr auto;
        align-items: center;
        gap: 1.2rem;
        color: #ebfff8;
    }

    .fr-foot .fr-desktop-brand {
        display: flex;
        align-items: center;
        gap: 0.82rem;
    }

    .fr-foot .fr-brand-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #072b25;
        background: linear-gradient(135deg, #67efd0 0%, #2fd6b5 100%);
        box-shadow: 0 8px 18px rgba(4, 18, 16, 0.45);
        font-size: 1.05rem;
    }

    .fr-foot .fr-desktop-brand strong {
        display: block;
        font-size: 1rem;
        letter-spacing: 0.02em;
        margin-bottom: 0.15rem;
    }

    .fr-foot .fr-desktop-brand p {
        margin: 0;
        font-size: 0.82rem;
        color: rgba(232, 255, 247, 0.82);
    }

    .fr-foot .fr-desktop-links {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.6rem;
    }

    .fr-foot .fr-desktop-links a {
        display: inline-flex;
        align-items: center;
        gap: 0.42rem;
        text-decoration: none;
        color: #dbfff5;
        font-size: 0.86rem;
        font-weight: 600;
        padding: 0.52rem 0.78rem;
        border-radius: 999px;
        border: 1px solid rgba(138, 245, 212, 0.2);
        background: rgba(11, 58, 50, 0.36);
        transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .fr-foot .fr-desktop-links a:hover {
        color: #ffffff;
        background: rgba(31, 200, 168, 0.22);
        border-color: rgba(138, 245, 212, 0.46);
    }

    .fr-foot .fr-desktop-meta p {
        margin: 0;
        font-size: 0.78rem;
        color: rgba(232, 255, 247, 0.72);
        text-align: right;
        white-space: nowrap;
    }
}

@keyframes fr-fab-float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-4px);
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .fr-foot .fr-desktop-footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0.9rem;
    }

    .fr-foot .fr-desktop-brand {
        justify-content: center;
    }

    .fr-foot .fr-desktop-meta p {
        text-align: center;
    }
}

.fr-banner-shell {
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    z-index: 70;
    pointer-events: none;
}

.fr-banner-shell .fr-banner-card {
    pointer-events: auto;
    align-items: center;
    border-radius: 14px;
    border: 1px solid rgba(138, 245, 212, 0.28);
    background: linear-gradient(140deg, rgba(8, 30, 26, 0.98), rgba(11, 58, 50, 0.95));
    color: #ebfff7;
    box-shadow: 0 12px 26px rgba(2, 10, 11, 0.46);
    min-height: 52px;
}

.fr-banner-shell .fr-banner-content {
    font-size: 0.9rem;
    line-height: 1.35;
    color: #ebfff7;
}

.fr-banner-shell .fr-banner-close {
    color: #bafbe7;
    padding: 0.35rem;
    border-radius: 999px;
    margin-right: 0.3rem;
}

.fr-banner-shell .fr-banner-close:hover {
    color: #ffffff;
    background: rgba(138, 245, 212, 0.18);
}

/* ===== Forum Detail Refresh ===== */
.scroll-foro2 {
    min-height: calc(100vh - 76px);
    padding: 1rem 0.6rem 10rem;
    align-items: flex-start;
}

.foro-container2 {
    width: min(980px, 100%);
    margin: 0 auto;
    gap: 0.9rem;
    padding-bottom: 1rem;
}

.foro-container2 #main-forum-card .foro-card {
    border: 1px solid rgba(7, 83, 78, 0.15);
    box-shadow: 0 14px 28px rgba(6, 24, 22, 0.2);
}

.foro-chat {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: min(980px, calc(100% - 1rem));
    bottom: 78px;
    z-index: 55;
    border: 1px solid rgba(7, 83, 78, 0.14);
    box-shadow: 0 12px 24px rgba(9, 39, 36, 0.2);
    backdrop-filter: blur(6px);
}

.foro-chat-input input {
    min-height: 46px;
}

.foro-commentaries {
    border: 1px solid rgba(9, 58, 54, 0.14);
    box-shadow: 0 10px 20px rgba(8, 30, 28, 0.14);
}

.foro-comments {
    max-height: min(58vh, 640px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.foro-comments::-webkit-scrollbar {
    width: 8px;
}

.foro-comments::-webkit-scrollbar-thumb {
    background: #0b7c77;
    border-radius: 999px;
}

.foro-reply {
    margin: 10px 0 0 calc(14px * var(--reply-level, 1));
    border-left: 2px solid rgba(21, 175, 167, 0.55);
    padding-left: 10px;
}

.foro-comment-title a,
.foro-reply-title a {
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.foro-comment-title h4,
.foro-reply-title h4 {
    max-width: 42ch;
    overflow-wrap: anywhere;
}

.foro-comment-title h5,
.foro-reply-title h5 {
    font-size: 0.78rem;
    color: #6b8a88;
}

.foro-comment-text p,
.foro-reply-text p {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .scroll-foro2 {
        padding: 0.8rem 0.5rem 10.4rem;
    }

    .foro-chat {
        width: calc(100% - 0.8rem);
        bottom: 74px;
    }

    .foro-comments {
        max-height: min(52vh, 520px);
    }
}

@media (max-width: 600px) {
    .foro-container2 {
        gap: 0.65rem;
    }

    .foro-title {
        gap: 8px;
        padding: 7px;
    }

    .foro-title div > h3,
    .foro-title div > a {
        font-size: 0.92rem;
    }

    .foro-chat {
        border-radius: 14px;
        padding: 8px 10px;
        width: calc(100% - 0.6rem);
        bottom: 72px;
    }

    .foro-response.active {
        padding: 7px 8px;
    }

    .foro-response p {
        margin: 0;
        font-size: 0.82rem;
    }

    .foro-response span {
        max-width: 52vw;
        font-size: 0.85rem;
    }

    .foro-chat-input input {
        font-size: 13px;
    }

    .btn-send {
        padding: 10px 13px;
    }

    .foro-commentaries {
        padding: 12px;
        margin-bottom: 0.8rem;
    }

    .foro-reply {
        margin: 8px 0 0 calc(10px * var(--reply-level, 1));
        padding-left: 8px;
    }

    .foro-comment-title a,
    .foro-reply-title a {
        gap: 8px;
    }

    .foro-comment-title h4,
    .foro-reply-title h4 {
        font-size: 0.9rem;
        max-width: 28ch;
    }

    .foro-comment-title h5,
    .foro-reply-title h5 {
        font-size: 0.72rem;
    }
}

@media (max-width: 1023px) {
    .fr-navbar {
        padding: 0 0.58rem;
    }

    .fr-navbar .fr-navbar-toggle {
        display: inline-flex;
    }

    .fr-navbar .fr-navbar-actions {
        gap: 0.32rem;
        margin-right: 0;
    }

    .fr-navbar .fr-profile-quick {
        display: inline-flex;
    }

    .fr-navbar .fr-profile-quick.fr-profile-locked summary {
        cursor: default;
        opacity: 0.9;
        border-color: rgba(138, 245, 212, 0.24);
        background: linear-gradient(145deg, rgba(7, 30, 25, 0.72), rgba(11, 55, 47, 0.62));
    }

    .fr-navbar .fr-profile-quick.fr-profile-locked summary:hover {
        background: linear-gradient(145deg, rgba(7, 30, 25, 0.72), rgba(11, 55, 47, 0.62));
        border-color: rgba(138, 245, 212, 0.24);
    }

    .fr-navbar .fr-profile-quick.fr-profile-locked .profile {
        display: none !important;
    }

    .fr-navbar .fr-profile-quick summary,
    .fr-navbar .fr-notify-quick summary,
    .fr-navbar .fr-navbar-toggle {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .fr-navbar .fr-navbar-panel {
        position: absolute;
        top: calc(100% + 8px);
        left: 0.6rem;
        right: 0.6rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        padding: 0.82rem;
        border-radius: 14px;
        border: 1px solid rgba(138, 245, 212, 0.28);
        background: linear-gradient(145deg, rgba(8, 29, 24, 0.98), rgba(11, 58, 50, 0.96));
        box-shadow: 0 16px 34px rgba(2, 8, 10, 0.56);
    }

    .fr-navbar.fr-open .fr-navbar-panel {
        display: flex;
    }

    .fr-navbar .fr-navbar-links {
        display: none;
    }

    .fr-navbar .fr-mobile-profile-links {
        display: flex;
        flex-direction: column;
        gap: 0.42rem;
    }

    .fr-navbar .fr-mobile-profile-links a:first-child {
        border-color: rgba(138, 245, 212, 0.46);
        background: linear-gradient(145deg, rgba(13, 63, 54, 0.76), rgba(18, 95, 84, 0.64));
        color: #f2fff9;
    }

    .fr-navbar .fr-navbar-tools {
        display: none;
    }

    .fr-navbar .notify,
    .fr-navbar .profile {
        right: 0;
        top: calc(100% + 0.35rem);
    }

    .fr-foot {
        padding: 0.35rem 0.46rem 0.5rem;
    }

    .fr-foot .fr-navigation {
        height: 68px;
        border-radius: 14px;
    }

    .fr-foot .navigation ul {
        width: 100%;
    }

    .fr-foot .navigation ul li a > i {
        font-size: 18px;
    }

    .fr-foot .navigation ul li a > span {
        font-size: 0.74rem;
    }

    .fr-banner-shell {
        top: 84px;
        padding: 0 0.45rem;
        box-sizing: border-box;
    }

    .fr-banner-shell .fr-banner-card {
        width: 100%;
        margin: 0;
        border-radius: 12px;
    }

    .fr-banner-shell .fr-banner-content {
        padding: 0.2rem 0.3rem;
        font-size: 0.84rem;
    }
}

.fr-navbar #notify-list.notify {
    min-width: min(360px, 90vw);
    max-height: min(72vh, 540px);
    overflow-y: auto;
    padding: 0.35rem;
}

.fr-navbar .notify-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.52rem;
    padding: 0.58rem;
    margin: 0.28rem;
    border-radius: 11px;
    border: 1px solid rgba(138, 245, 212, 0.14);
    background: rgba(5, 29, 25, 0.6);
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.fr-navbar .notify-item:hover {
    background: rgba(19, 74, 64, 0.54);
    border-color: rgba(138, 245, 212, 0.3);
}

.fr-navbar .notify-item p {
    margin: 0;
    color: #d9fff4;
    font-size: 0.81rem;
    line-height: 1.38;
}

.fr-navbar .notify-meta {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.7rem;
    color: rgba(220, 255, 244, 0.74);
}

.fr-navbar .notify-item--new {
    border-color: rgba(255, 119, 119, 0.48);
    background: linear-gradient(145deg, rgba(70, 24, 24, 0.52), rgba(31, 73, 64, 0.64));
}

.fr-navbar .notify-item--read {
    opacity: 0.92;
}

.fr-navbar .notify-state-pill {
    white-space: nowrap;
    font-size: 0.64rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.2rem 0.46rem;
    border: 1px solid rgba(138, 245, 212, 0.25);
    color: #c9f9eb;
    background: rgba(8, 37, 32, 0.56);
}

.fr-navbar .notify-item--new .notify-state-pill {
    border-color: rgba(255, 111, 111, 0.42);
    color: #ffe3e3;
    background: rgba(169, 47, 47, 0.38);
}

@keyframes fr-bell-idle {
    0%,
    100% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(-4deg);
    }
    40% {
        transform: rotate(4deg);
    }
    60% {
        transform: rotate(-2deg);
    }
    80% {
        transform: rotate(2deg);
    }
}

@keyframes fr-bell-ring {
    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }
    15% {
        transform: rotate(-10deg) scale(1.05);
    }
    30% {
        transform: rotate(9deg) scale(1.05);
    }
    45% {
        transform: rotate(-7deg);
    }
    60% {
        transform: rotate(6deg);
    }
    75% {
        transform: rotate(-3deg);
    }
}

@media (max-width: 560px) {
    .fr-foot .create,
    .fr-foot .create-foro {
        bottom: 90px;
    }

    .fr-foot .create {
        right: 12px;
    }

    .fr-foot .create-foro {
        right: 82px;
    }

    .fr-foot .create button,
    .fr-foot .create-foro button {
        width: 62px;
        height: 62px;
        border-radius: 16px;
    }

    .fr-foot .create-foro button > span,
    .fr-foot .create button > span {
        font-size: 0.6rem;
    }
}