/* ----------------------------------- */
/*               Scroll                */
/* ----------------------------------- */

:root {
    --button-gradient: linear-gradient(90.92deg, #164C8D 25.86%, #061527 146.73%);
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (min-width: 992px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

.logoContainer {
    margin-top: 20px;
}

.logo__image {
    object-fit: cover;
    width: 20%;
}

.logoTitulo {
    margin-top: 15px;
    margin-left: 0px;
    line-height: 1;
}

.titulo {
    color: #0E121B;
    font-size: 16px;
    font-family: 'ClashGrotesk-regular';
}

.subtitulo {
    color: #525866;
    font-size: 15px;
    font-family: 'ClashGrotesk-light';
}

.menuTitle {
    color: gray;
    font-size: 13px;
    font-family: 'ClashGrotesk-Extralight';
}

strong,
b {
    font-weight: 500 !important;
    /* Más ligero que bold (700) */
}

/* ---------------------------------------------- */
/*              Navbar                            */
/* ---------------------------------------------- */

.bg-navbar-ligth {
    background-color: #ebebeb;

}

.bg-navbar-ligth .navbar-toggler:focus {
    box-shadow: none;
}


.sidebar-container-items {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-X: hidden;
}

.menuNav {
    color: #525866;
    font-size: 14px;
    font-family: 'ClashGrotesk-Regular';
    line-height: 2.5;
    text-decoration: none;
}

.menuNav:visited {
    color: #525866;
    font-size: 14px;
    font-family: 'ClashGrotesk-Regular';
    line-height: 2.5;
}

.menuNav:hover {
    color: #0E121B;
    font-size: 14px;
    font-family: 'ClashGrotesk-Regular';
    line-height: 2.5;
    background-color: #F5F7FA;
}

.submenuNav {
    color: #525866;
    font-size: 14px;
    font-family: 'ClashGrotesk-Regular';
    margin-left: 5px;
}

.submenuNav:visited {
    color: #525866;
    font-size: 14px;
    font-family: 'ClashGrotesk-Regular';
    margin-left: 5px;
    text-decoration: none;
}

.submenuNav:hover {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-family: 'ClashGrotesk-Regular';
    margin-left: 5px;
    text-decoration: none;
}

.credits {
    color: #0E121B;
    font-size: 14px;
    font-family: 'ClashGrotesk-Regular';
    margin-left: 15px;
    font-weight: bolder;
}

.creditsbtn {
    display: inline-block;
    color: #0E121B;
    font-size: 13px;
    font-family: 'ClashGrotesk-Regular';
}

.creditsbtn__bold {
    font-weight: bold;
}

.questions {
    padding-top: 20px;
    color: #0E121B;
    font-size: 16px;
    line-height: 2.0;
    font-family: 'ClashGrotesk-Regular';
}

.questionsTitle {
    padding-top: 20px;
    padding-left: 2%;
    color: #0E121B;
    font-size: 25px;
    line-height: 2.0;
    font-weight: bold;
    font-family: 'ClashGrotesk-Regular';
}

/* 
-------------------------------------------
        Dropdown Menu User
-------------------------------------------
 */
.user {
    display: inline-block;
    border-radius: 50%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}



.image-container {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.image-container:hover {
    border: 2px solid #505050;
    box-shadow: 0px 0px 10px 4px #c9c9c9;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -500%;
    background-color: #ffffff;
    border: 1px solid #E1E4EA;
    border-radius: 16px;
    box-shadow: 0px 16px 32px -12px #0E121B1A;
    padding: 8px 8px;
    z-index: 10;
}



@media (max-width: 992px) {
    .dropdown-menu {
        top: -275%;
        left: 0%;
        width: 225px;
    }
}

/* --------------------------- */
.options__menu-wrapper {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E1E4EA;
}

.options__menu-item {
    display: block;
    padding-inline: 0px;
    padding-block: 5px;
    width: 100%;
}

.options__menu-icon {
    object-fit: scale-down;
    width: 20px;
}

.options__menu-icon svg {
    width: 20px;
    aspect-ratio: 1 / 1;
    color: #666666;
}

.options__menu-item--generic {
    text-decoration: none !important;
    color: #0E121B;
    font-size: 14px;
}

.options__menu-item--logout {
    text-decoration: none !important;
    color: #FF0004;
    font-size: 14px;
}

.image-container.active+.dropdown-menu {
    display: block;
}

.btn-outline {
    color: #4fbfa8;
    background-color: #ffffff;
    border-color: #4fbfa8;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.btn-outline {
    color: #4fbfa8;
    background-color: #ffffff;
    border-color: #4fbfa8;
    font-weight: bold;
    border-radius: 0;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.active {
    background: #4fbfa8;
    color: #ffffff;
    border-color: #4fbfa8;

}

.btn-colour-1 {
    color: #170cdf;
    background-color: #caccf3;
    border-color: #caccf3;
    font-weight: bold;
    font-family: 'ClashGrotesk-Regular';
    border-radius: 40px;
    font-size: 14px;
}

.btn-colour-1:hover,
.btn-colour-1:active,
.btn-colour-1:focus,
.btn-colour-1.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #003D4F;
    color: #ffffff;
    border-color: #003D4F;
}

.btn-colour-2 {
    color: #098316;
    background-color: #C6F6D4;
    border-color: #C6F6D4;
    font-weight: bold;
    font-family: 'ClashGrotesk-Regular';
    border-radius: 40px;
    font-size: 14px;
}

.btn-colour-2:hover,
.btn-colour-2:active,
.btn-colour-2:focus,
.btn-colour-2.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #003D4F;
    color: #ffffff;
    border-color: #003D4F;
}

.btn-colour-3 {
    color: #7637FB;
    background-color: #E3D4FC;
    border-color: #E3D4FC;
    font-weight: bold;
    font-family: 'ClashGrotesk-Regular';
    border-radius: 40px;
    font-size: 14px;
}

.btn-colour-3:hover,
.btn-colour-3:active,
.btn-colour-3:focus,
.btn-colour-3.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #003D4F;
    color: #ffffff;
    border-color: #003D4F;
}

.btn-colour-4 {
    color: #FB3748;
    background-color: #FFEBEC;
    border-color: #FFEBEC;
    font-weight: bold;
    font-family: 'ClashGrotesk-Regular';
    border-radius: 40px;
    font-size: 14px;
}

.btn-colour-4:hover,
.btn-colour-4:active,
.btn-colour-4:focus,
.btn-colour-4.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #003D4F;
    color: #ffffff;
    border-color: #003D4F;
}

.btn-colour-5 {
    color: #FF8447;
    background-color: #FFF1EB;
    border-color: #FFF1EB;
    font-weight: bold;
    font-family: 'ClashGrotesk-Regular';
    border-radius: 40px;
    font-size: 14px;
}

.btn-colour-5:hover,
.btn-colour-5:active,
.btn-colour-5:focus,
.btn-colour-5.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #003D4F;
    color: #ffffff;
    border-color: #003D4F;
}

.btn-colour-6 {
    color: #0038FF;
    background-color: #BFDCFD;
    border-color: #BFDCFD;
    font-weight: bold;
    font-family: 'ClashGrotesk-Regular';
    border-radius: 40px;
    font-size: 14px;
}

.btn-colour-6:hover,
.btn-colour-6:active,
.btn-colour-6:focus,
.btn-colour-6.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #003D4F;
    color: #ffffff;
    border-color: #003D4F;
}

.btn-colour-7 {
    color: #FF00D6;
    background-color: #FFE2FE;
    border-color: #FFE2FE;
    font-weight: bold;
    font-family: 'ClashGrotesk-Regular';
    border-radius: 40px;
    font-size: 14px;
}

.btn-colour-7:hover,
.btn-colour-7:active,
.btn-colour-7:focus,
.btn-colour-7.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #003D4F;
    color: #ffffff;
    border-color: #003D4F;
}

/* ---------------------------------------------- */
/*              Chat                              */
/* ---------------------------------------------- */
.btn-chat__container {
    padding: 8px 8px 8px;
}


.btn-chat__container #topbar-actions {
    margin: 0px auto 0px 0px;
}

@media (min-width: 768px) {
    .btn-chat__container {
        padding: 30px 8px 8px;
    }
}

.btn-topbar {
    border-radius: 10px !important;
    padding: 8px 10px;
    font-weight: 430;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-topbar span {
    display: none;
}

.btn-topbar svg {
    width: 16px;
    height: 16px;
}


@media (min-width: 1024px) {
    .btn-topbar {
        padding-inline: clamp(10px, 1.5vw, 30px);
    }

    .btn-topbar span {
        display: block;
    }
}

.btn-leads {
    background: rgb(240 253 244);
    color: rgb(22 163 74);
}

.btn-leads:hover,
.btn-leads:active,
.btn-leads:focus {
    background: rgb(220 252 231);
    color: rgb(22 163 74);
    outline: none;
    box-shadow: none;
}


.btn-industry-events {
    background: #EFF6FF;
    color: #2463EB;
}

.btn-industry-events:hover,
.btn-industry-events:active,
.btn-industry-events:focus {
    background: #e1ecfa;
    outline: none;
    box-shadow: none;
    color: #2463EB;
}


.btn-chat {
    background-image: var(--button-gradient);
    color: #FFFFFF;
    border-radius: 10px !important;
    gap: 8px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 10px;
}

.btn-chat span {
    display: none;
}

@media (min-width: 768px) {
    .btn-chat {
        padding-inline: 40px;
    }

    .btn-chat span {
        display: block;
    }
}

.btn-chat:hover {
    filter: brightness(1.4);
    color: #FFFFFF;
}

.btn-chat img {
    height: 11px;
    max-width: 100%;
    padding-left: 5px;
    color: #FFFFFF;
    vertical-align: middle;
}

.container-chat {
    /* height: calc(100dvh - 17px); */
    height: calc(100dvh - 10px);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

.container-chat__image {
    position: relative;
    margin-top: 57px;
    transition: height 0.2s ease-in-out, margin 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .container-chat__image {
        margin-top: 0px;
    }

}

.container-chat__image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../images/icons/network.svg');
    background-repeat: no-repeat;
    background-position: calc(100% + 230px) center;
    background-size: inherit;
    filter: invert(90%) sepia(20%) saturate(10%) hue-rotate(100deg);
    opacity: 0.8;
    z-index: -1;
}


.container-chat-messages {
    flex-grow: 1;
    overflow-y: auto;
}

.container-input-chat {
    padding: 10px 60px 10px 15px;
}

.full-height {
    height: 100%;
    /* background-image: url('../images/backChat.png'); */
    /* Replace with your image path */
    background-position: center center;
    /* Centers the image horizontally and vertically */
    background-size: cover;
    /* Ensures the image covers the entire div */
    background-size: 30%;
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
}

.full-height-chat {
    height: 100%;
    background-position: center center;
    /* Centers the image horizontally and vertically */
    background-size: cover;
    /* Ensures the image covers the entire div */
    background-size: 30%;
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    overflow-y: auto;
}

.full-height__iframe-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 0px;
    flex-grow: 1;
}

.full-height__iframe-container> :first-child {
    padding-inline: calc(8px + 15px) !important;
}

.full-height-QContent {
    padding-inline: 5px;
    overflow-y: auto;
}

/* --------------------- */
/* ===> For screen <= md */
/* --------------------- */
@media (max-width: 991px) {
    .container-chat {
        /* height: calc(100dvh - 70px); */
        height: calc(100dvh - 65px);
    }

    .full-height-QContent {
        height: calc(100vh - 80px);
    }
}


.form-container {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.text-input {
    border: 0;
    outline-width: 0;
    padding: 10px;
    flex: 1;
    outline: none;
    font-size: 16px;
}

.text-input:focus {
    border: 0;
    outline-width: 0;
    border-color: #fff;
}

.text-input:active {
    border: 0;
    outline-width: 0;
    border-color: #fff;
}


.login-container {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    color: #0E121B;
    font-size: 14px;
    font-family: 'ClashGrotesk-Regular';
}

.login-container__wrapper {
    max-width: 650px;
    margin-inline: auto;
}

h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    color: #333333;
    font-weight: 500;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    border: 1px solid #dddddd;
    border-radius: 8px !important;
    font-size: 14px;
    color: #333333;
}

.password-container {
    position: relative;
}

.password-container input[type="password"] {
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.remember-me {
    display: flex;
    align-items: center;
}

.remember-me input[type="checkbox"] {
    margin-right: 8px;
}

.forgot-password {
    color: #3b82f6;
    text-decoration: none;
    font-size: 14px;
}

.btn-sign-in {
    width: 100%;
    padding: 12px;
    background-color: #3b82f6;
    border: none;
    border-radius: 8px !important;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}

.btn-sign-in:hover {
    background-color: #2563eb;
}

.btn-sign-in:disabled {
    background-color: #dddddd;
    cursor: not-allowed;
}

.divider {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    background-color: #333333;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.btn-google img {
    margin-right: 8px;
}

.signup-link {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}

.signup-link a {
    color: #3b82f6;
    text-decoration: none;
}

.login__title {
    font-family: "ClashGrotesk-Bold";
    font-size: 20px;
    color: #525866
}

.slogan {
    font-family: "ClashGrotesk-Variable";
    font-size: 18px;
}

.slogan {
    font-family: "ClashGrotesk-Light";
    font-size: 20px;
}

.labels {
    font-family: "ClashGrotesk-Light";
    font-size: 12px;
}

.sloganTitle {
    font-family: "ClashGrotesk-Bold";
    font-size: 23px;
    color: #525866;
}

.container {
    text-align: center;
    padding: 10px;
}

.logo {
    width: 150px;
    margin-bottom: 20px;
}

.introTitle {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #111111;
    font-family: "ClashGrotesk-Variable";
}

.introContent {
    font-size: 30px;
    margin-bottom: 10px;
    color: #6D6D6D;
    font-family: "ClashGrotesk-Variable";
}

.btn-get-started {
    background-color: #3b82f6;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.btn-get-started:hover {
    color: white;
    background-color: #2563eb;
}

.container2 {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    font-family: "ClashGrotesk-Variable";
}

.form-section {
    flex: 1;
    margin-right: 20px;
}

.form-section h1 {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: "ClashGrotesk-Variable";
}

.form-section p {
    color: #888;
    margin-bottom: 30px;
}

.form-row {
    display: flex;
    justify-content: space-between;
}

.form-group {
    flex: 1;
    margin-right: 20px;
    font-size: 14px;
}

.form-group label {
    display: block;
    margin-bottom: 3px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.form-group.full-width {
    flex: 2;
    margin-right: 0;
}

.btn-save-next {
    width: 100px;
    background-color: #007aff;
    color: white;
    padding: 10px 10px 10px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.btn-save-next:hover {
    background-color: #164C8D;
}

/* ----------------------------------- */
/*               Sidebar               */
/* ----------------------------------- */
.sidebar {
    width: 250px;
    background-color: #164C8D;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}

.sidebar h2 {
    font-size: 20px;
    margin-bottom: 30px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.sidebar ul li {
    padding: 10px 0;
    font-size: 14px;
}

.sidebar ul li.active {
    font-weight: bold;
}

.sidebar p.note {
    font-size: 14px;
    color: #ffffff;

}

.sidebar-divider-item {
    border-bottom: 1px solid #E1E4EA;
}

.avatar-container {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.avatar img {
    width: 100%;
    height: 100%;
}

.border-right {
    border-right: 1px solid #E1E4EA;
}

.border-left {
    border-left: 1px solid #000000;
}

.full-height-general {
    height: 98vh;
    /* Prevents the image from repeating */
}

.secundario {
    height: 35vh;
    border: red 1px solid;
    /* Prevents the image from repeating */
}

.externo {
    color: #525866;
    font-size: 14px;
    font-family: 'ClashGrotesk-Regular';
    padding: 6px;
    letter-spacing: 1px;
}

.externo:hover {
    background-color: #F5F7FA;
    cursor: pointer;
    font-weight: bold;
    font-family: 'ClashGrotesk-Regular';
    color: #0E121B;
    border-radius: 5px;
}

.main {
    color: #9fa7b5;
    font-weight: bold;
    font-size: 12px;
    font-family: 'ClashGrotesk-Regular';
    line-height: 2;
    letter-spacing: 1px;
}

.arrow {
    /* arrow-right-s-line */
    width: 20px;
    height: 20px;
    /* Inside auto layout */
    flex: none;
    order: 5;
    flex-grow: 0;
    z-index: 5;
    font-size: 14px !important;
}

.input-wrapper {
    display: flex;
    align-items: flex-end;
    border-radius: 45px !important;
    padding: 4px 25px;
    border: 1px solid #E1E4EA;
    box-shadow: 0px 0px 6px 0px #0000001A;
}

.input-wrapper:focus-within {
    border: 1px solid #58595D;
    box-shadow: 0px 0px 6px 0px #0000001A;
}

.input-wrapper--error,
.input-wrapper--error:focus-within {
    border: 1px solid #db4444 !important;
    box-shadow: 0px 0px 6px 0px #8e1e1e6e !important;
}

.submit-button {
    display: inline-block;
    background: none;
    border: none;
    padding: 22.5px 20px;
    cursor: pointer;
    outline: none;
    mask-position: center;
    mask-image: url('../images/arrow.png');
    mask-repeat: no-repeat;
    mask-size: 18px;
    background-color: rgb(142, 142, 158);
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #5b5a5a;
}

.submit-button--stop {
    mask-image: url('../images/icons/stop-icon.png');
}


/* 
---------------------------------
           Section Content
---------------------------------
*/
.section__content {
    max-width: 100%;
    flex-grow: 1;
}

.section__content--panel>div:nth-of-type(1) {
    background-color: #F0F7FF;
}

.section-content--iframe {
    margin-top: 57px;
}

@media (min-width: 992px) {
    .section-content--iframe {
        margin-top: 0px;
    }
}

/* 
---------------------------------
    Panel presentation
---------------------------------
*/

.select-question-topic {
    height: 30px;
    padding: 5px 30px 5px 10px;
    gap: 8px;
    font-size: 14px;
    border: 0.5px solid #E5E5E5;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #0A0D1408;
}

.select-question-topic:active,
.select-question-topic:focus {
    border: 1px solid #ebebeb;
}

/* 
---------------------------------
           Chat
---------------------------------
*/

.msg_header__container {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    box-sizing: content-box;
    padding: 20px 10px 20px 20px;
    margin-left: auto;
    width: calc(100% - 30px);
}

.msg_header__icons-container {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease, visibility 0.2s ease;
    padding: 8px 0px;
}

.msg_header__container:hover .msg_header__icons-container {
    opacity: 1;
    visibility: visible;
}

.msg-header {
    color: #525866;
    font-size: 16px;
    font-family: 'ClashGrotesk-Variable';
    font-weight: 500;
    letter-spacing: 1px;
    text-align: right;
    background-color: #F0F7FF;
    padding: 12px 16px;
    border-radius: 12px 12px 0px 12px;
    margin: 4px 0;
    position: relative;
}

.msg-header::after {
    content: '';
    position: absolute;
    right: -8px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #F0F7FF;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    filter: drop-shadow(1px 1px 1px #F0F7FF);
}

@media (min-width:1024px) {
    .msg_header__container {
        width: calc(100% - 100px);
    }
}

@media (min-width: 2100px) {
    .msg_header__container {
        width: 75%;
    }
}

.msg-response__container {
    display: flex;
    gap: 5px
}

.msg__icons-container {
    padding-block: 10px;
    display: flex;
}

.msg__icons-wrapper {
    display: flex;
    gap: 10px;
    border: #0000001A 1px solid;
    border-radius: 40px;
    padding: 8px 10px;
}

.msg__icon-button {
    cursor: pointer;
    color: #525866;
    font-size: 14px;
}

.msg__icon-button:hover {
    color: #9ba3b8;
}

.msg__icon-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.msg__icon-tooltip--text {
    visibility: hidden;
    min-width: 120px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px 8px;
    border-radius: 5px;

    position: absolute;
    z-index: 1;
    bottom: 175%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.msg__icon-tooltip--text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.msg__icon-tooltip:hover .msg__icon-tooltip--text {
    visibility: visible;
    opacity: 1;
}

.msg__icon-button--dot {
    position: relative;
}

.msg__icon-button--dot::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    border: 1px solid white;
    transform: translate(50%, -50%);
}

.picker-container {
    margin: 5px 0px 16px;
    padding: 5px;
}

.picker-container button {
    font-family: 'ClashGrotesk-Variable';
    border-radius: 10px !important;
}

.msg-body {
    color: #525866;
    font-size: 16px;
    font-family: 'ClashGrotesk-Variable';
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    padding: 5px;
    width: calc(90% - 30px);
}

.imgCon {
    max-width: 30px;
    padding: 5px;
}

@media (min-width: 576px) {
    .imgCon {
        max-width: 50px;
        padding: 0px;
    }
}

@media (min-width: 1024px) {
    .msg-body {
        width: calc(90% - 100px);
    }
}

@media (min-width: 2100px) {
    .msg-body {
        width: 75%;
    }
}

/* ===> Edit message */
.wrapper__edit-msg {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 10px;
    border: 1px solid #E1E4EA;
    box-shadow: 0px 0px 6px 0px #0000001A;
    border-radius: 1rem;
    gap: 10px;
    width: calc(100% - 50px);
}

.input__edit-msg {
    width: 100%;
    max-height: 300px;
    padding: 8px;
    border: none;
    border-radius: none;
    resize: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    box-sizing: border-box;
    overflow: hidden;
}

.input__edit-msg:focus,
.input__edit-msg:focus-visible {
    border: none;
    border-radius: none;
    border-color: none;
    box-shadow: none;
}

.button-container__edit-msg {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.btn__edit-chat {
    font-family: 'ClashGrotesk-Variable';
    font-size: 14px;
    font-weight: 300;
    border-radius: 10px !important;
    padding: 8px;
}

.btn__edit-chat--cancel {
    color: #7c7c7c;
    background-color: #e6e6e6;
}

.btn__edit-chat--cancel:hover {
    color: #ffffff;
    background-color: #656565;

}

.btn__edit-chat--save {
    color: white;
    background-color: #335CFF;
}

.btn__edit-chat--save:hover {
    background-color: #193fda;
}

.logoAnim {
    width: 50px;
    height: auto;
}

.dates {
    color: #525866;
    font-size: 12px;
    font-family: 'ClashGrotesk-Regular';
    letter-spacing: 1px;
    padding-left: 15px;
}

/* ===== Text Area ====*/
.chat-textarea {
    width: 100%;
    min-height: 40px;
    max-height: 200px;
    font-size: 14px;
    color: #333333;
    background-color: #fff;
    border: transparent;
    border-radius: 8px;
    resize: none;
    outline: none;
    overflow-y: auto;
    box-shadow: none;
    transition: border-color 0.2s ease-in-out;
    margin: 0;
    padding: 12px 4px;
    transition: height 0.2s ease;
    box-sizing: border-box;
}

.chat-textarea:focus,
.chat-textarea:focus-visible {
    border: none;
    border-radius: none;
    border-color: none;
    box-shadow: none;
}

#cursor {
    display: inline-block;
    animation: blink 1s steps(1) infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/*======= Sidebar Product ======= */

/* Estilo general */

button {
    cursor: pointer;
}

/* Botón de mostrar sidebar */
#toggleSidebarRight {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #6200ee;
    color: #fff;
    border: none;
    border-radius: 5px;
}

/* Estilo del sidebar */
.sidebarRight {
    position: fixed;
    top: 50px;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.sidebarRight h2 {
    color: #333;
}

.price {
    margin-top: 20px;
}

.price span {
    color: #888;
    font-size: 12px;
}

.price p {
    font-size: 28px;
    color: #333;
    margin: 0;
}

.product-details,
.details {
    margin-top: 20px;
}

.product-details h3,
.details h3 {
    color: #555;
    font-size: 14px;
}

.product-details p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.descMnf p {
    font-size: 12px;
    color: #555;
    line-height: 1;
}

.details ul {
    list-style: none;
    padding: 0;
}

.details li {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.buy-btn {
    margin-top: auto;
    padding: 15px;
    font-size: 16px;
    background-color: #6200ee;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 100%;
}

/* Botón de cerrar */
.close-btn {
    width: fit-content;
    margin-left: auto;
    background: none;
    border: none;
    color: #888;
}

.close-btn svg {
    width: 25px;
}

/* Estado visible del sidebar */
.sidebarRight.active {
    right: 0;
}

@media (min-width: 1024px) {
    .sidebarRight {
        top: 0;
    }
}

/* Overlay para oscurecer el fondo */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1;
}

/* Estilo base del Toast */
.toast {
    visibility: hidden;
    /* Oculto por defecto */
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
}

/* Mostrar el Toast */
.toast.show {
    visibility: visible;
    opacity: 1;
}