/* _content/Avi.Ia.Beta/Components/AddContentModal.razor.rz.scp.css */
body[b-wd8yycguc7] {
}
button.body__word:hover[b-wd8yycguc7] {
    background-color: #009C95;
}

button.body__word[b-wd8yycguc7] {
    border: none;
    border-radius: 20px;
    background-color: transparent;
}

.body__instructions[b-wd8yycguc7] {
    margin: 0;
}

button.body__word--selected[b-wd8yycguc7] {
    background-color: #009C95;
}

.body__add-button[b-wd8yycguc7] {
    border: none;
    background-color: #009C95;
    border-radius: 20px;
    width: fit-content;
    padding: 0.3rem 0.6rem;
}

    .body__add-button:hover[b-wd8yycguc7] {
        background-color: #00423f;
    }

.body__words[b-wd8yycguc7] {
    border-radius: 20px;
    background-color: white;
    width: fit-content;
}

.modal__conatiner[b-wd8yycguc7] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.modal[b-wd8yycguc7] {
    width: 65vw;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    height: fit-content;
    max-height: 90vh;
}

.modal__header[b-wd8yycguc7] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}

.modal__title[b-wd8yycguc7] {
    font-weight: 700;
}

.modal__body[b-wd8yycguc7] {
    margin: 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.text-input[b-wd8yycguc7]
{
    margin-bottom: 1rem;
}
.galery[b-wd8yycguc7]{
    margin-top: 1rem;
    overflow-y: hidden;
}
img.galery__image[b-wd8yycguc7] {
    object-fit: contain;
    /* width: 4rem; */
    /* max-width: 100%; */
    /* max-height: 100%; */
    height: auto;
    max-width: 100%;
    /* border-radius: 5px; */
}
.galery__image-button[b-wd8yycguc7] {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    border-radius: 5px;
}
.galery__image-button:hover[b-wd8yycguc7] {
    opacity: .3;
}
ul.galery__images_list[b-wd8yycguc7] {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    grid-gap: 1rem;
    list-style: none;
}
@media (max-width: 1800px) {
    ul.galery__images_list[b-wd8yycguc7] {
        grid-template-columns: repeat(10, 1fr);
    }
}
@media (max-width: 1600px) {
    ul.galery__images_list[b-wd8yycguc7] {
        grid-template-columns: repeat(7, 1fr);
    }
}
@media (max-width: 1100px) {
    ul.galery__images_list[b-wd8yycguc7] {
        grid-template-columns: repeat(5, 1fr);
    }
}
/* _content/Avi.Ia.Beta/Components/AddNoticesModal.razor.rz.scp.css */

.notices-modal__conatiner[b-26jyz99uii] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.notices-modal[b-26jyz99uii] {
    min-height: fit-content;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: fit-content;
}
@media (max-width:700px) {
    .notices-modal[b-26jyz99uii] {
        width: 95%;
    }
}

    
.notices-modal__header[b-26jyz99uii] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}

.notices-modal__title[b-26jyz99uii] {
    font-weight: 700;
}

.notices-modal__body[b-26jyz99uii] {
    margin: 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
    display: flex;
    gap: 0.4rem;
}
.form__input-section[b-26jyz99uii]{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
/* _content/Avi.Ia.Beta/Components/AddPromoModal.razor.rz.scp.css */

.modal__conatiner[b-g7rffvvthz] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.modal[b-g7rffvvthz] {
    width: 65vw;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    height: fit-content;
    max-height: 90vh;
}

.modal__header[b-g7rffvvthz] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}

.modal__title[b-g7rffvvthz] {
    font-weight: 700;
}

.modal__body[b-g7rffvvthz] {
    margin: 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
span.error-message[b-g7rffvvthz] {
    color: red;
}
/* _content/Avi.Ia.Beta/Components/AddTipModal.razor.rz.scp.css */
button.body__word:hover[b-t8v7hb018l] {
    background-color: #009C95;
}
button.body__word[b-t8v7hb018l] {
    border: none;
    border-radius: 20px;
    background-color: transparent;
}
.body__instructions[b-t8v7hb018l]{
    margin: 0;
}
button.body__word--selected[b-t8v7hb018l] {
    background-color: #009C95;
}
.body__add-button[b-t8v7hb018l] {
    border: none;
    background-color: #009C95;
    border-radius: 20px;
    width: fit-content;
    padding: 0.3rem 0.6rem;
}
    .body__add-button:hover[b-t8v7hb018l] {
        background-color: #00423f;
    }
.body__words[b-t8v7hb018l] {
    border-radius: 20px;
    background-color: white;
    width: fit-content;
}
.add-tip-modal__conatiner[b-t8v7hb018l] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.add-tip-modal[b-t8v7hb018l] {
    min-height: fit-content;
    width: 65vw;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}
.add-tip-modal__header[b-t8v7hb018l] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}

.add-tip-modal__title[b-t8v7hb018l] {
    font-weight: 700;
}
.add-tip-modal__body[b-t8v7hb018l] {
    margin: 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
/* _content/Avi.Ia.Beta/Components/AgendarCita.razor.rz.scp.css */

/* _content/Avi.Ia.Beta/Components/BaseModal.razor.rz.scp.css */
button.body__word:hover[b-15th6h31gs] {
    background-color: #009C95;
}

button.body__word[b-15th6h31gs] {
    border: none;
    border-radius: 20px;
    background-color: transparent;
}

.body__instructions[b-15th6h31gs] {
    margin: 0;
}

button.body__word--selected[b-15th6h31gs] {
    background-color: #009C95;
}

.body__add-button[b-15th6h31gs] {
    border: none;
    background-color: #009C95;
    border-radius: 20px;
    width: fit-content;
    padding: 0.3rem 0.6rem;
}

    .body__add-button:hover[b-15th6h31gs] {
        background-color: #00423f;
    }

.body__words[b-15th6h31gs] {
    border-radius: 20px;
    background-color: white;
    width: fit-content;
}

.modal__conatiner[b-15th6h31gs] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.modal[b-15th6h31gs] {
    width: 65vw;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    height: fit-content;
}

.modal__header[b-15th6h31gs] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}

.modal__title[b-15th6h31gs] {
    font-weight: 700;
}

.modal__body[b-15th6h31gs] {
    margin: 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
/* _content/Avi.Ia.Beta/Components/Calendar.razor.rz.scp.css */
.hide[b-a3of01ubf8]{
    display: none;
}
.body__add-button[b-a3of01ubf8] {
    border: none;
    background-color: grey;
    border-radius: 5px;
    width: fit-content;
    padding: 0.3rem 0.6rem;
    color: white;
    text-decoration: none;
    font-size: 1rem;
}
.calendar__content--acciones[b-a3of01ubf8]{
    margin: 5px;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid black
}
.calendar__cell-key[b-a3of01ubf8] {
    font-weight: 700;
}
.search__name[b-a3of01ubf8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search__name--selected[b-a3of01ubf8]{
    font-weight: 700;
}
.search__add-info[b-a3of01ubf8] {
    overflow: hidden;
    text-overflow: ellipsis;
    color: grey;
    font-size: 0.7rem;
    white-space: nowrap;
}
.search__container[b-a3of01ubf8]{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.search__info[b-a3of01ubf8] {
    max-width: 100%;
}

span.calendar__cell-Value[b-a3of01ubf8] {
    white-space: pre-line;
}
.calendar__info[b-a3of01ubf8] {
    /* border: 1px solid slategrey; */
    border-radius: 2px;
    background-color: lightgrey;
    padding: 2px;
    font-size: 0.7rem;
    display: flex;
    gap: 0.5rem;
    width: fit-content;
}
span.calendar__info-icon[b-a3of01ubf8] {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    aspect-ratio: 1 / 1;
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agenda-item[b-a3of01ubf8] {
    display: flex;
    align-items: center;
    min-height: 60px;
    font-size: 0.8rem;
}
.agenda-item__icons-container[b-a3of01ubf8] {
    height: 80%;
    width: 50px;
}
.agenda-item_data-container[b-a3of01ubf8] {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.agenda-item_data-container[b-a3of01ubf8] {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
/* _content/Avi.Ia.Beta/Components/Chart.razor.rz.scp.css */
.chart__container[b-hclsvhm1f9]{
    height: fit-content;
/*    min-height: 30vh;
    max-height: 60vh;*/
/*    height: 70vh;*/
    display: flex;
    flex-direction: column;
}
@media (max-width:700px) {
    .chart__container[b-hclsvhm1f9] {
/*        min-height: 50vh;
        max-height: 70vh;*/
/*        height: 70vh;*/
    }
}
.chart__container--data[b-hclsvhm1f9] {
/*    max-height: 100%;*/
}
.chart__selection[b-hclsvhm1f9] {
    display: flex;
    background-color: #EDEDED;
    border-radius: 20px;
    gap: 0.5rem;
    width: fit-content;
}
.chart__button[b-hclsvhm1f9] {
    display: none;
}
.chart__selection--movile[b-hclsvhm1f9] {
    display: inline-block;
    border: none;
    background-color: #009891;
    border-radius: 20px;
    padding: 0 0.6rem;
    color: white;
}
.chart__option[b-hclsvhm1f9] {
    background-color: #EDEDED;
    border-radius: 20px;
    padding: 0 0.6rem;
    color: black;
}
@media (min-width:700px) {
    .chart__selection--movile[b-hclsvhm1f9]{
        display: none;
    }
    .chart__button[b-hclsvhm1f9] {
        display: inline-flex;
    }
}
.chart__button[b-hclsvhm1f9] {
    border: none;
    border-radius: 20px;
    padding: 0 0.6rem;
}
.chart__button--selected[b-hclsvhm1f9] {
    background-color: #009891;
    color: white;
}
    .chart__button:hover[b-hclsvhm1f9] {
        opacity: 0.5;
    }
.percent[b-hclsvhm1f9] {
    width: 45px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem;
    position: relative;
    background-color: #009891;
    box-shadow: inset 80px 79px 26px -96px rgba(0,0,0,0.69);
    transition: visibility .3s ease;
    color: white;
    cursor: pointer;
}
.percent__ball[b-hclsvhm1f9] {
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #EDEDED;
    border-radius: 50%;
    position: absolute;
    right: 0;
    transition: ease .5s;
    display: flex;
    justify-content: center;
}
    .percent__ball div[b-hclsvhm1f9] {
        width: 18px;
        height: 18px;
        margin: 0 auto;
        border-radius: 50%;
        box-shadow: inset 60px 90px 19px -94px rgba(0,0,0,0.69);
    }
 
.percent__ball--number[b-hclsvhm1f9] {
    right: 25px;
}
.percent--number[b-hclsvhm1f9] {
    background-color: grey;
}
.percent--number .percent-cent[b-hclsvhm1f9]{
    visibility: hidden;
}
.percent .percent-num[b-hclsvhm1f9]{
    visibility: hidden;
}
.percent--number .percent-num[b-hclsvhm1f9]{
    visibility: revert;
}
.donut-text[b-hclsvhm1f9] {
    align-content: center;
}
.image-donut[b-hclsvhm1f9]{
    width: 100%;
    aspect-ratio: 1;
}
/* _content/Avi.Ia.Beta/Components/ChatComponentPreVo.razor.rz.scp.css */
.divv[b-v9fhuazbzx] {
    width: 100vw;
    height: 100vh;
}

.chat-container[b-v9fhuazbzx] {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 60px 2rem 1.5rem;
    background-color: #e8e8e8;
    gap: 0.5rem;
}

.chat-container--loading[b-v9fhuazbzx] {
    background-color: black;
}

@media (max-width: 600px) {
    .chat-container[b-v9fhuazbzx] {
        padding: 60px 0.5rem 1.5rem;
    }
}

.consulta__container[b-v9fhuazbzx] {
    display: flex;
    gap: 0.7rem;
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 5px;
}

.consulta__container--consulta[b-v9fhuazbzx] {
}

.consulta__main--tablas[b-v9fhuazbzx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consulta__query--tablas[b-v9fhuazbzx] {
    color: black;
    white-space: pre-line;
}

.consulta__container--tablas[b-v9fhuazbzx] {
    background-color: white;
    flex-direction: column;
}

.consulta__query[b-v9fhuazbzx] {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consulta__favourites[b-v9fhuazbzx] {
    border: none;
    background-color: transparent;
}

    .consulta__favourites:hover[b-v9fhuazbzx] {
        border: none;
        background-color: transparent;
    }

.consulta__query--conuslta[b-v9fhuazbzx] {
    color: white;
    background-color: #009c95;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
}

.consulta__man--tablas[b-v9fhuazbzx] {
    align-self: end;
    margin-bottom: 0.7rem;
}

.consulta__man[b-v9fhuazbzx] {
    padding: 0.4rem;
    width: 45px;
    height: 45px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}

.consulta__image[b-v9fhuazbzx] {
    max-height: 100%;
    max-width: 100%;
}

.consulta__image--ia[b-v9fhuazbzx] {
    padding: 0.1rem;
}

.context-button[b-v9fhuazbzx] {
    padding: 0.5rem;
    margin: 0.5rem;
    width: 90%;
    background: linear-gradient(255deg, rgba(101,75,148,1) 15%, rgba(128,177,190,1) 71%);
    border: none;
    color: white;
    font-weight: 700;
}

.conuslta__footer[b-v9fhuazbzx] {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.consulta__dislke-button[b-v9fhuazbzx] {
    border: none;
    background-color: transparent;
    align-self: flex-start;
}

    .consulta__dislke-button:hover[b-v9fhuazbzx] {
        opacity: 0.5;
    }

.consulta__dislike[b-v9fhuazbzx] {
    width: 20px;
    height: 20px;
}

.consulta__dislke-button--disliked[b-v9fhuazbzx] {
    opacity: 1;
}

    .consulta__dislke-button--disliked:hover[b-v9fhuazbzx] {
        opacity: 1;
    }
/* _content/Avi.Ia.Beta/Components/ChatPageComponent.razor.rz.scp.css */
.divv[b-3mjd1gx9wn]{
    width: 100vw;
    height: 100vh;
}
.chat-container[b-3mjd1gx9wn] {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 60px 2rem 1.5rem;
    background-color: #e8e8e8;
    gap: 0.5rem;
}
.chat-container--loading[b-3mjd1gx9wn] {
    background-color: black;
}
@media (max-width: 600px) {
    .chat-container[b-3mjd1gx9wn] {
        padding: 60px 0.5rem 1.5rem;
    }
}
.consulta__container[b-3mjd1gx9wn] {
    display: flex;
    gap: 0.7rem;
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 5px;
}

.consulta__container--consulta[b-3mjd1gx9wn] {
}

.consulta__main--tablas[b-3mjd1gx9wn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consulta__query--tablas[b-3mjd1gx9wn] {
    color: black;
    white-space: pre-line;
}

.consulta__container--tablas[b-3mjd1gx9wn] {
    background-color: white;
    flex-direction: column;
}

.consulta__query[b-3mjd1gx9wn] {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consulta__favourites[b-3mjd1gx9wn] {
    border: none;
    background-color: transparent;
}
.consulta__favourites:hover[b-3mjd1gx9wn]{
    border: none;
    background-color: transparent;
}

.consulta__query--conuslta[b-3mjd1gx9wn] {
    color: white;
    background-color: #009c95;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
}

.consulta__man--tablas[b-3mjd1gx9wn] {
    align-self: end;
    margin-bottom: 0.7rem;
}

.consulta__man[b-3mjd1gx9wn] {
    padding: 0.4rem;
    width: 45px;
    height: 45px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}

.consulta__image[b-3mjd1gx9wn] {
    max-height: 100%;
    max-width: 100%;
}

.consulta__image--ia[b-3mjd1gx9wn] {
    padding: 0.1rem;
}

.context-button[b-3mjd1gx9wn] {
    padding: 0.5rem;
    margin: 0.5rem;
    width: 90%;
    background: linear-gradient(255deg, rgba(101,75,148,1) 15%, rgba(128,177,190,1) 71%);
    border: none;
    color: white;
    font-weight: 700;
}
.conuslta__footer[b-3mjd1gx9wn]{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.consulta__dislke-button[b-3mjd1gx9wn] {
    border: none;
    background-color: transparent;
    align-self: flex-start;
}

    .consulta__dislke-button:hover[b-3mjd1gx9wn] {
        opacity: 0.5;
    }

.consulta__dislike[b-3mjd1gx9wn] {
    width: 20px;
    height: 20px;
}

.consulta__dislke-button--disliked[b-3mjd1gx9wn] {
    opacity: 1;
}

    .consulta__dislke-button--disliked:hover[b-3mjd1gx9wn] {
        opacity: 1;
    }
/* _content/Avi.Ia.Beta/Components/ClientCard.razor.rz.scp.css */
.client-card[b-uga4eet729] {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    margin: 1rem;
}
.client-table[b-uga4eet729] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.client-table__section[b-uga4eet729] {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.client-table__section--big[b-uga4eet729]{
    flex: 4;
}
.client-table__section-value[b-uga4eet729] {
    background-color: #e2f0fb;
    height: 100%;
    padding: 0.5rem;
    text-wrap: nowrap;
}
.client-table__section-tittle[b-uga4eet729] {
    text-wrap: nowrap;
    padding: 0.1rem;
}
.section__header[b-uga4eet729] {
    display: flex;
    gap: 1rem;
}
.section__button[b-uga4eet729] {
    border-radius: 50%;
    padding: 0.5rem;
    aspect-ratio: 1 / 1;
    width: 45px;
    height: 45px;
    background-color: white;
    border: 2px solid #359FD7;
}
.section__button-image[b-uga4eet729] {
    max-height: 100%;
    max-width: 100%;
}
.section__button__selected[b-uga4eet729] {
    background-color: #359FD7;
}
.client-section__tittle[b-uga4eet729] {
    width: 45px;
    height: 45px;
}
.client-section__tittle-image[b-uga4eet729] {
    max-height: 100%;
    max-width: 100%;
}
.client-section[b-uga4eet729] {
    display: flex;
    gap: 1rem;
}
.pasos-table[b-uga4eet729] {
    display: flex;
    width: 100%;
}
.pasos-table__section[b-uga4eet729] {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.pasos-table__section-tittle[b-uga4eet729] {
    background-color: #359FD7;
    padding: 0.3rem;
    color: white;
}
.pasos-table__section > td:nth-child(even)[b-uga4eet729] {
    background-color: #ededed;
}
.pasos-table__section-value[b-uga4eet729] {
    height: 100%;
    padding: 0.3rem;
}
@media (max-width: 600px) {
    .client-section[b-uga4eet729] {
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    .pasos-table__section--media-query[b-uga4eet729] {
        display: none;
    }
}
td > a[b-uga4eet729] {
    color: black;
}
/* _content/Avi.Ia.Beta/Components/CustomError.razor.rz.scp.css */
body[b-05tt9clqkc] {
}
/* _content/Avi.Ia.Beta/Components/DashBoardLayout.razor.rz.scp.css */
.dashboard__container[b-lnwrkj6xdu] {
    padding: 60px 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.dashboard__header-buttons[b-lnwrkj6xdu] {
    padding: 5px;
    display: flex;
    gap: 0.3rem;
}
.dashboard__header[b-lnwrkj6xdu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;
    width: 100%;
}

h2.dashboard__tittle[b-lnwrkj6xdu] {
    font-size: 1.5rem;
    font-weight: 600;
}

.dashboard[b-lnwrkj6xdu] {
    width: 100%;
    height: calc(100% - 50px);
    position: relative;
    overflow-y: scroll;
}

.loading-container[b-lnwrkj6xdu]{
    position:absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 20;
}
.panel-info[b-lnwrkj6xdu] {
    position: absolute;
    white-space: nowrap;
    animation: moveText-b-lnwrkj6xdu 10s linear infinite;
}
@keyframes moveText-b-lnwrkj6xdu {
    0% {
        transform: translateX(40px);
    }
    100% {
        transform: translateX(-100%);
    }
}
audio[b-lnwrkj6xdu]{
    max-height: 100%;
    width: 30px;
}
audio[b-lnwrkj6xdu]::-webkit-media-controls-timeline{
    display: none;
}
audio[b-lnwrkj6xdu]::-webkit-media-controls-mute-button{
    display: none;
}
audio[b-lnwrkj6xdu]::-webkit-media-controls-timeline-container, audio[b-lnwrkj6xdu]::-webkit-media-controls-current-time-display, audio[b-lnwrkj6xdu]::-webkit-media-controls-time-remaining-display, audio[b-lnwrkj6xdu]::-webkit-media-controls-timeline, audio[b-lnwrkj6xdu]::-webkit-media-controls-volume-slider-container, audio[b-lnwrkj6xdu]::-webkit-media-controls-volume-slider, audio[b-lnwrkj6xdu]::-webkit-media-controls-seek-back-button{
    display: none;
}
.dashboard__edit-button[b-lnwrkj6xdu] {
    background-color: transparent;
    border: none;
}
/* _content/Avi.Ia.Beta/Components/DownloadModal.razor.rz.scp.css */
button.body__word:hover[b-e4btlt4a8u] {
    background-color: #009C95;
}

button.body__word[b-e4btlt4a8u] {
    border: none;
    border-radius: 20px;
    background-color: transparent;
}

.body__instructions[b-e4btlt4a8u] {
    margin: 0;
}

button.body__word--selected[b-e4btlt4a8u] {
    background-color: #009C95;
}

.body__add-button[b-e4btlt4a8u] {
    border: none;
    background-color: #009C95;
    border-radius: 5px;
    width: fit-content;
    padding: 0.3rem 0.6rem;
    color: white;
    text-decoration: none;
}

    .body__add-button:hover[b-e4btlt4a8u] {
        background-color: #00423f;
    }

.body__words[b-e4btlt4a8u] {
    border-radius: 20px;
    background-color: white;
    width: fit-content;
}

.download-chat__conatiner[b-e4btlt4a8u] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.download-chat[b-e4btlt4a8u] {
    min-height: fit-content;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.download-chat__header[b-e4btlt4a8u] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}

.download-chat__title[b-e4btlt4a8u] {
    font-weight: 700;
}

.download-chat__body[b-e4btlt4a8u] {
    margin: 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
    display: flex;
    gap: 0.4rem;
}
.download-chat__message[b-e4btlt4a8u]{
    margin: 10px;
}
/* _content/Avi.Ia.Beta/Components/EditContentModal.razor.rz.scp.css */
button.body__word:hover[b-nf1nzm84m3] {
    background-color: #009C95;
}

button.body__word[b-nf1nzm84m3] {
    border: none;
    border-radius: 20px;
    background-color: transparent;
}

.body__instructions[b-nf1nzm84m3] {
    margin: 0;
}

button.body__word--selected[b-nf1nzm84m3] {
    background-color: #009C95;
}

.body__add-button[b-nf1nzm84m3] {
    border: none;
    background-color: #009C95;
    border-radius: 20px;
    width: fit-content;
    padding: 0.3rem 0.6rem;
}
    .body__add-button:hover[b-nf1nzm84m3] {
        background-color: #00423f;
    }
.body__words[b-nf1nzm84m3] {
    border-radius: 20px;
    background-color: white;
    width: fit-content;
}
.modal__conatiner[b-nf1nzm84m3] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.modal[b-nf1nzm84m3] {
    width: 65vw;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    height: fit-content;
}
.modal__header[b-nf1nzm84m3] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}
.modal__title[b-nf1nzm84m3] {
    font-weight: 700;
}
.modal__body[b-nf1nzm84m3] {
    margin: 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.content-container[b-nf1nzm84m3] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.content__image[b-nf1nzm84m3] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content__image-container[b-nf1nzm84m3] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.suggestions-modal__conatiner[b-nf1nzm84m3] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.suggestion-modal[b-nf1nzm84m3] {
    width: 65vw;
    height: 70vh;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 800px) {
    .suggestion-modal[b-nf1nzm84m3] {
        width: 95vw;
        height: 75vh;
    }
}

.suggestion-modal__search[b-nf1nzm84m3] {
    border-radius: 10px;
    padding: 0 7px;
}

@media (max-width: 800px) {
    .suggestion-modal__search[b-nf1nzm84m3] {
        display: none
    }
}

.suggestion-modal__header[b-nf1nzm84m3] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}

.suggestion-modal__body[b-nf1nzm84m3] {
    margin: 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
}

@media (max-width: 800px) {
    .suggestion-modal__body[b-nf1nzm84m3] {
        flex-direction: column;
    }
}

.suggestion-modal__title[b-nf1nzm84m3] {
    font-weight: 700;
}

@media (max-width: 800px) {
    .suggestion-modal__type-select[b-nf1nzm84m3] {
        display: none
    }

    .suggestion-modal__body[b-nf1nzm84m3] {
        gap: 5px;
    }
}

.types[b-nf1nzm84m3] {
    flex: 1.2;
    max-height: 100%;
    min-height: min-content;
}

.types[b-nf1nzm84m3] {
    overflow-y: scroll;
}

@media (max-width: 800px) {
    .types[b-nf1nzm84m3] {
        overflow-y: visible;
        flex: 0;
    }
}

.types .list-group-item[b-nf1nzm84m3] {
    padding: 0 2px 0px 7px;
    background-color: transparent;
    border-radius: 5px 0 0 5px;
}

    .types .list-group-item.active[b-nf1nzm84m3] {
        background-color: white;
    }

.types__name[b-nf1nzm84m3] {
    color: black;
    font-size: 1.2rem;
    font-weight: 700;
    text-overflow: ellipsis;
    border: none;
    background-color: transparent;
    text-align: start;
}

.types__tips-count[b-nf1nzm84m3] {
    border-radius: 20px;
    border: 1px solid #929ca6;
    font-weight: 600;
    justify-self: flex-end;
    padding: 0 5px;
    color: black;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.types__item[b-nf1nzm84m3] {
    border-radius: 5px;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.tips[b-nf1nzm84m3] {
    flex: 3;
    overflow-y: scroll;
    max-height: 100%;
    background-color: white;
    border-radius: 0 5px 5px 5px;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
}

.tips--not-first[b-nf1nzm84m3] {
    border-radius: 5px;
}

.tips__main > .list-group-item[b-nf1nzm84m3] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 0.5rem 0;
    margin: 0 1rem;
}

.tips__subtip[b-nf1nzm84m3] {
    width: 85%;
    margin-left: 10%;
}

    .tips__subtip > .list-group-item[b-nf1nzm84m3] {
    }

@media (max-width: 800px) {
    .tips__main > .list-group-item[b-nf1nzm84m3] {
        flex-direction: column;
    }
}

.types__delete-button[b-nf1nzm84m3] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    aspect-ratio: 1;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 5px;
    margin: 2px;
}

    .types__delete-button:hover[b-nf1nzm84m3] {
        border-color: black;
    }

.types__delete-button--hidden[b-nf1nzm84m3] {
    display: none;
}

.types .types__item--add[b-nf1nzm84m3] {
    background-color: #bbbbbb;
    border: black 1px solid;
}

.types .types__item--form[b-nf1nzm84m3] {
    padding: 0;
}

.container__subtips ul[b-nf1nzm84m3] {
    list-style: circle;
}

.container__subtips li[b-nf1nzm84m3] {
    display: list-item;
}

.content-form[b-nf1nzm84m3] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.types__item--folder[b-nf1nzm84m3] {
    justify-content: space-between;
}

.tips--of-hidden[b-nf1nzm84m3] {
    overflow: hidden;
}

[b-nf1nzm84m3]::-webkit-scrollbar {
    display: none;
}
.save-button[b-nf1nzm84m3] {
    height: fit-content;
    width: fit-content;
}
.table-container[b-nf1nzm84m3]{
    overflow-y: visible;
}
/* _content/Avi.Ia.Beta/Components/IconsModal.razor.rz.scp.css */
.icons-modal__conatiner[b-ko6aa64ww2] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.icons-modal[b-ko6aa64ww2] {
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: fit-content;
    height: 70vh;
}

@media (max-width: 800px) {
    .icons-modal[b-ko6aa64ww2] {
        width: 95vw;
        height: 75vh;
    }
}

.icons-modal__search[b-ko6aa64ww2] {
    border-radius: 10px;
    padding: 0 7px;
}

@media (max-width: 800px) {
    .icons-modal__search[b-ko6aa64ww2] {
        display: none
    }
}

.icons-modal__header[b-ko6aa64ww2] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}

.icons-modal__body[b-ko6aa64ww2] {
    margin: 20px;
    overflow-y: scroll;
    max-height: 100%;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
    font-size: 2rem;
}

@media (max-width: 800px) {
    .icons-modal__body[b-ko6aa64ww2] {
        flex-direction: column;
        overflow-y: scroll;
        max-height: 100%;
    }
}

.icons-modal__title[b-ko6aa64ww2] {
    font-weight: 700;
}
ul.icons-list[b-ko6aa64ww2] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    /* grid-auto-rows: minmax(100px, auto); */
    list-style: none;
    margin: 0;
    padding: 0;
}
li.icon-item[b-ko6aa64ww2] {
    height: fit-content;
}
/* _content/Avi.Ia.Beta/Components/Init.razor.rz.scp.css */
.login__input-container[b-a4mmi9gq9c] {
    position: relative;
    width: 100%;
}
.login__input-icon[b-a4mmi9gq9c] {
    position: absolute;
    left: 0;
    margin: 0.375rem 0.375rem 0.375rem 15px;
}
.login[b-a4mmi9gq9c] {
    width: 100%;
    height: 100%;
    background-color: #161320;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 0.5rem;
}

.login__logo[b-a4mmi9gq9c] {
    height: 40%;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1.7;
}

.login__text[b-a4mmi9gq9c] {
    color: white;
    font-size: 1.8rem;
    text-align: center;
    width: 80%;
    flex: 1.2;
}

.login__form[b-a4mmi9gq9c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    flex: 1.4;
    gap: 0.5rem
}
input[b-a4mmi9gq9c] {
    height: 1rem;
    padding-left: 50px;
}
.form-control[b-a4mmi9gq9c] {
    height: 1rem;
    padding-left: 50px;
}

.login__button[b-a4mmi9gq9c] {
    width: 50%;
    background: linear-gradient(346deg, rgba(88,62,134,1) 15%, rgba(128,177,190,1) 71%);
    border: none;
    border-radius: 50px;
    height: 2.5rem;
    color: white;
}

img[b-a4mmi9gq9c] {
    max-width: 100%;
    max-height: 100%;
}
/* _content/Avi.Ia.Beta/Components/Loading.razor.rz.scp.css */
.lds[b-jyny4yqk3v] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
@media (max-width: 700px) {
    .lds[b-jyny4yqk3v] {
        background-image: url("video/video.gif");
        width: 100%;
        height: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .loading-video[b-jyny4yqk3v] {
        display: none;
    }
}
.loading-video[b-jyny4yqk3v] {
    width: 100%;
    height: auto;
}
/* _content/Avi.Ia.Beta/Components/QueriesTable.razor.rz.scp.css */
[b-g3g51jxr2b]::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

/* Track */
[b-g3g51jxr2b]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
[b-g3g51jxr2b]::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    [b-g3g51jxr2b]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.suggest__container[b-g3g51jxr2b]{
    overflow-x: scroll;
}
.suggest__item[b-g3g51jxr2b] {
    flex: 1 0 auto;
    max-width: 100%;
}
/* _content/Avi.Ia.Beta/Components/ResponseContainer.razor.rz.scp.css */
.chat-container__response-container[b-yvxjzrcgma] {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    /*width: 100%;*/
    height: 94%;
    width: 99%;
    background-color: transparent;
    padding: 0.5rem;
}
.loading[b-yvxjzrcgma]{
    background-color: black;
}
    .chat-container__response-container[b-yvxjzrcgma]::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0;
    }
    /*.chat-container__response-container::-webkit-scrollbar {
        width: 20px;
    }
    .chat-container__response-container::-webkit-scrollbar-track {
        background-color: transparent;
    }
    .chat-container__response-container::-webkit-scrollbar-thumb {
        background-color: #d6dee1;
    }
    .chat-container__response-container::-webkit-scrollbar-thumb {
        background-color: #d6dee1;
        border-radius: 20px;
    }
    .chat-container__response-container::-webkit-scrollbar-thumb {
        background-color: #d6dee1;
        border-radius: 20px;
        border: 6px solid transparent;
        background-clip: content-box;
    }*/
/* _content/Avi.Ia.Beta/Components/ResponseFooter.razor.rz.scp.css */
.conuslta__footer[b-aljzmpz7c9] {
/*    width: 100%;*/
    display: flex;
/*    justify-content: space-between;*/
    align-self: flex-end;
}

.consulta__dislke-button[b-aljzmpz7c9] {
    border: none;
    background-color: transparent;
    align-self: flex-start;
    height: 100%;
}

    .consulta__dislke-button:hover[b-aljzmpz7c9] {
        opacity: 0.5;
    }

.consulta__dislike[b-aljzmpz7c9] {
    width: 20px;
    height: 20px;
}
.consulta__dislike--promo[b-aljzmpz7c9] {
    width: 30px;
    height: 30px;
}

.consulta__dislke-button--disliked[b-aljzmpz7c9] {
    opacity: 1;
}

    .consulta__dislke-button--disliked:hover[b-aljzmpz7c9] {
        opacity: 1;
    }
/* _content/Avi.Ia.Beta/Components/ResponseTitular.razor.rz.scp.css */
.consulta__main--tablas[b-3ikakjamvm] {
    display: flex;
    justify-content: space-between;
}
.consulta__query--tablas[b-3ikakjamvm] {
    color: black;
    white-space: pre-line;
}
.consulta__query[b-3ikakjamvm] {
    width: 90%;
}
.consulta__query--conuslta[b-3ikakjamvm] {
    color: white;
}
.consulta__man--tablas[b-3ikakjamvm] {
    align-self: end;
    margin-bottom: 0.7rem;
}
.consulta__man[b-3ikakjamvm] {
    padding: 0.4rem;
    width: 45px;
    height: 45px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}
.consulta__image[b-3ikakjamvm] {
    max-height: 100%;
    max-width: 100%;
}
.consulta__image--ia[b-3ikakjamvm] {
    padding: 0.1rem;
}
.options__container[b-3ikakjamvm] {
    display: flex;
    width: 100%;
    gap: 0.2rem;
    flex-wrap: wrap;
}
.options__button:hover[b-3ikakjamvm] {
    background-color: #939292;
}
.options__button[b-3ikakjamvm] {
    flex: 1;
    color: white;
    border: none;
    background-color: #3C3C3B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
    height: fit-content;
    text-wrap: nowrap;
    gap: 0.3rem;
}
.options__action[b-3ikakjamvm] {
    background: rgb(255,255,255);
    background: linear-gradient(352deg, rgba(255,255,255,1) 0%, rgba(171,169,169,1) 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border: 2px solid white;
}
.options__action--father[b-3ikakjamvm] {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(171,169,169,1) 100%);
    border-radius: 50%;
    border: none;
    width: 52px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* _content/Avi.Ia.Beta/Components/SearchForm.razor.rz.scp.css */
.search-footer[b-scsb4t28xw] {
    display: flex;
    gap: 0.5rem;
}
.search-container[b-scsb4t28xw] {
    display: flex;
    flex-direction: column;
    z-index: 10;
    background-color: white;
    position: relative;
    border-radius: 50px;
    padding: 0.5rem;
    flex: 1;
}
.search__input[b-scsb4t28xw]{
    border: none;
}
.search-container__button[b-scsb4t28xw] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    max-height: 100%;
    max-width: 20%;
    border-radius: 100%;
    box-shadow: none;
    height: 40px;
    width: 40px;
    align-self: center;
}
.search-container__icon[b-scsb4t28xw] {
    max-height: 100%;
    max-width: 100%;
}
.search-container__commands[b-scsb4t28xw] {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #161320;
    position: absolute;
    bottom: 100%;
}
.search-container__command[b-scsb4t28xw] {
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-family: 'GothamBold', Helvetica, Arial, sans-serif;
    padding: 0.5rem;
    display: flex;
}
    .search-container__command:hover[b-scsb4t28xw]{
        opacity: 20%;
    }
.search-container__input-container[b-scsb4t28xw] {
    display: flex;
    min-height: 50px;
    max-height: 15vh;
}
.search-container__slash[b-scsb4t28xw] {
    color: grey;
    justify-self: flex-start;
}
.search-container__command-name[b-scsb4t28xw]{
    color: whitesmoke;
    margin-left: 2rem;
}
form[b-scsb4t28xw] {
    width: 100%;
    display: flex;
    align-self: center;
    gap: 3px;
}
.input-group[b-scsb4t28xw] {
    height: 100%;
    flex-wrap: nowrap;
}
.suggestion-button[b-scsb4t28xw] {
    border-radius: 100%;
    border: none;
    background-color: #ee8d00;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    height: 40px;
    width: 40px;
    align-self: center;
    padding: 0;
}
input:focus-visible[b-scsb4t28xw]
{
    outline: none;
}
.search-textarea[b-scsb4t28xw] {
    width: 100%;
    height: fit-content;
    align-self: center;
    max-height: 15vh;
    padding: 0 0.5rem;
    resize: none;
    border: none;
    outline: none;
}
.search-container__buttons-container[b-scsb4t28xw] {
    display: flex;
    gap: 2px;
}
    .search-container__buttons-container .search-container__button[b-scsb4t28xw] {
        max-width: 100%;
    }
.search-container__image-text[b-scsb4t28xw] {
    height: fit-content;
    align-self: center;
    max-height: 15vh;
    padding: 0 0.5rem;
    flex: 1;
    display: flex;
}
.search-container__image-container[b-scsb4t28xw] {
    background-color: transparent;
    position: relative;
}
    .search-container__image-container:hover[b-scsb4t28xw] {
        background-color: red;
        opacity: 0.8;
    }
        .search-container__image-container:hover .image--tape[b-scsb4t28xw] {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: red;
            opacity: 0.4;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    .image--tape[b-scsb4t28xw]{
        display: none;
    }
.search__feedback[b-scsb4t28xw]{
    color: red;
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
}
.search-extra .search-container__button[b-scsb4t28xw] {
    max-width: 100%;
    background-color: dimgray;
    box-shadow: inset 48px 47px 82px -83px rgba(0,0,0,0.75);
    border: none;
}
.search-extra[b-scsb4t28xw] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
}
.search-textarea:active .search-extra[b-scsb4t28xw]{
    display: none;
}
.search-extra--hidden[b-scsb4t28xw]{
    display: none;
}
.search-extra .search-container__button--recording[b-scsb4t28xw] {
    background-color: red;
}
/* _content/Avi.Ia.Beta/Components/SearchFormPreVo.razor.rz.scp.css */
.search-footer[b-3tclv2736y] {
    display: flex;
    gap: 0.5rem;
}

.search-container[b-3tclv2736y] {
    display: flex;
    flex-direction: column;
    z-index: 10;
    background-color: white;
    position: relative;
    border-radius: 50px;
    padding: 0.5rem;
    flex: 1;
}

.search__input[b-3tclv2736y] {
    border: none;
}

.search-container__button[b-3tclv2736y] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    max-height: 100%;
    max-width: 20%;
    border-radius: 100%;
    box-shadow: none;
    height: 40px;
    width: 40px;
    align-self: center;
}

.search-container__icon[b-3tclv2736y] {
    max-height: 100%;
    max-width: 100%;
}

.search-container__commands[b-3tclv2736y] {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #161320;
    position: absolute;
    bottom: 100%;
}

.search-container__command[b-3tclv2736y] {
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-family: 'GothamBold', Helvetica, Arial, sans-serif;
    padding: 0.5rem;
    display: flex;
}

    .search-container__command:hover[b-3tclv2736y] {
        opacity: 20%;
    }

.search-container__input-container[b-3tclv2736y] {
    display: flex;
    min-height: 50px;
    max-height: 15vh;
}

.search-container__slash[b-3tclv2736y] {
    color: grey;
    justify-self: flex-start;
}

.search-container__command-name[b-3tclv2736y] {
    color: whitesmoke;
    margin-left: 2rem;
}

form[b-3tclv2736y] {
    width: 100%;
    display: flex;
    align-self: center;
    gap: 3px;
}

.input-group[b-3tclv2736y] {
    height: 100%;
    flex-wrap: nowrap;
}

.suggestion-button[b-3tclv2736y] {
    border-radius: 100%;
    border: none;
    background-color: #ee8d00;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    height: 40px;
    width: 40px;
    align-self: center;
    padding: 0;
}

input:focus-visible[b-3tclv2736y] {
    outline: none;
}

.search-textarea[b-3tclv2736y] {
    width: 100%;
    height: fit-content;
    align-self: center;
    max-height: 15vh;
    padding: 0 0.5rem;
    resize: none;
    border: none;
    outline: none;
}

.search-container__buttons-container[b-3tclv2736y] {
    display: flex;
    gap: 2px;
}

    .search-container__buttons-container .search-container__button[b-3tclv2736y] {
        max-width: 100%;
    }

.search-container__image-text[b-3tclv2736y] {
    height: fit-content;
    align-self: center;
    max-height: 15vh;
    padding: 0 0.5rem;
    flex: 1;
    display: flex;
}

.search-container__image-container[b-3tclv2736y] {
    background-color: transparent;
    position: relative;
}

    .search-container__image-container:hover[b-3tclv2736y] {
        background-color: red;
        opacity: 0.8;
    }

        .search-container__image-container:hover .image--tape[b-3tclv2736y] {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: red;
            opacity: 0.4;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.image--tape[b-3tclv2736y] {
    display: none;
}

.search__feedback[b-3tclv2736y] {
    color: red;
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
}

.search-extra .search-container__button[b-3tclv2736y] {
    max-width: 100%;
    background-color: dimgray;
    box-shadow: inset 48px 47px 82px -83px rgba(0,0,0,0.75);
    border: none;
}

.search-extra[b-3tclv2736y] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
}

.search-textarea:active .search-extra[b-3tclv2736y] {
    display: none;
}

.search-extra--hidden[b-3tclv2736y] {
    display: none;
}

.search-extra .search-container__button--recording[b-3tclv2736y] {
    background-color: red;
}
/* _content/Avi.Ia.Beta/Components/SegurosPrices.razor.rz.scp.css */
.seguros__list[b-ftlvjow9y3] {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.seguros__item[b-ftlvjow9y3] {
    padding: 0;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.seguros__oferta[b-ftlvjow9y3] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #359FD7;
    color: white;
    padding: 1rem;
    font-weight: 700;
    border-radius: 2px;
    border-radius: 50px;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
}
.seguros__oferta-main[b-ftlvjow9y3]{
    display: flex;
    flex-direction: column;
}
.seguros__info-icon[b-ftlvjow9y3] {
    align-self: center;
}
.card[b-ftlvjow9y3] {
    background-color: #e1f9fc;
    border: none;
}
.seguros__add-info--hidden[b-ftlvjow9y3] {
    display: none;
}
.options__action[b-ftlvjow9y3] {
    background: rgb(255,255,255);
    background: linear-gradient(352deg, rgba(255,255,255,1) 0%, rgba(171,169,169,1) 100%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border: 2px solid white;
}

.options__action--father[b-ftlvjow9y3] {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(171,169,169,1) 100%);
    border-radius: 50%;
    border: none;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.card-header[b-ftlvjow9y3] {
    background-color: transparent;
    border: 3px solid white;
}
.seguros__send[b-ftlvjow9y3] {
    align-self: end;
    display: flex;
    border: 1px solid transparent;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 0.6rem;
}
.seguros__send:hover[b-ftlvjow9y3] {
    border: 1px solid black;
}
.client-modal__conatiner[b-ftlvjow9y3] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.client-modal[b-ftlvjow9y3] {
    min-height: fit-content;
    border-radius: 20px;
    background-color: #e8e8e8;
    max-height: 80vh;
}

@media (max-width:700px) {
    .client-modal[b-ftlvjow9y3] {
        width: 95%;
    }
}

.client-modal__header[b-ftlvjow9y3] {
    padding: 20px;
    display: flex;
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}

.client-modal__title[b-ftlvjow9y3] {
    font-weight: 700;
}

.client-modal__body[b-ftlvjow9y3] {
    margin: 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
    display: flex;
    gap: 0.4rem;
}

@media (max-width: 800px) {
    .client-modal__section-select[b-ftlvjow9y3] {
        display: none
    }

    .client-modal__body[b-ftlvjow9y3] {
        gap: 5px;
        flex-direction: column;
    }
}

.sections[b-ftlvjow9y3] {
    flex: 1.2;
    max-height: 100%;
    min-height: min-content;
    overflow-y: scroll;
}

@media (max-width: 800px) {
    .sections[b-ftlvjow9y3] {
        overflow-y: visible;
        flex: 0;
    }
}

.sections .list-group-item[b-ftlvjow9y3] {
    padding: 0 2px 0px 7px;
    background-color: transparent;
    border-radius: 5px 0 0 5px;
}

    .sections .list-group-item.active[b-ftlvjow9y3] {
        background-color: white;
    }

.sections__name[b-ftlvjow9y3] {
    color: black;
    font-size: 1.2rem;
    font-weight: 700;
    border: none;
    background-color: transparent;
    text-align: start;
}

.client-modal__main[b-ftlvjow9y3] {
    flex: 3;
    overflow-y: scroll;
    max-height: 100%;
    background-color: white;
    border-radius: 0 5px 5px 5px;
}

.gemas-container[b-ftlvjow9y3] {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem;
}

@media (max-width: 1500px) {
    .gemas-container[b-ftlvjow9y3] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1050px) {
    .gemas-container[b-ftlvjow9y3] {
        grid-template-columns: repeat(1, 1fr);
    }
}

.main-card[b-ftlvjow9y3] {
    /* padding: 1rem;*/
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* justify-content: space-between; */
}

.main-card__img[b-ftlvjow9y3] {
    border-radius: 5px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem;
}

h4.main-card__tittle[b-ftlvjow9y3] {
    font-size: 1.2rem;
    font-weight: 900;
    margin: 0;
}
li.card-text span[b-ftlvjow9y3] {
/*    font-weight: 600;*/
}
span.main-card__footer[b-ftlvjow9y3] {
    font-size: 1rem;
    font-weight: 600;
}

.main-card__footer-conatiner[b-ftlvjow9y3] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.user-selection[b-ftlvjow9y3] {
    padding: 1rem;
}
.garantias[b-ftlvjow9y3] {
    flex: 1;
    list-style: none;
    padding: 0 1rem;
}
button.contact_button[b-ftlvjow9y3] {
    color: white;
    background-color: #29245d;
    padding: 0.5rem 1.5rem;
    /* border-radius: 0 5px 5px 0; */
    border: none;
    width: 100%;
}
.main-card__header[b-ftlvjow9y3] {
    padding: 1rem 1rem 0 1rem;
}
/* _content/Avi.Ia.Beta/Components/Tables.razor.rz.scp.css */
.tables-container[b-xykig4dt72] {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    
}

.tabla[b-xykig4dt72] {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

thead[b-xykig4dt72] {
    background-color: rgba(255, 255, 255, 0.4);
    font-family: GothamBold;
    font-weight: 700;
    font-size: 0.7rem;
}

.tabla tbody[b-xykig4dt72], td[b-xykig4dt72], tfoot[b-xykig4dt72], th[b-xykig4dt72], thead[b-xykig4dt72], tr[b-xykig4dt72] {
    border-color: transparent;
    border-style: none;
    border-width: 0;
}

.tabla tr[b-xykig4dt72] {
/*    display: flex;
    justify-content: space-between;*/
}

.tabla tbody[b-xykig4dt72] {
    background-color: rgba(248, 244, 252, 0.4);
    border-style: none;
    font-family: GothamLight;
    font-size: 0.7rem;
}

.tabla td[b-xykig4dt72] {
    padding: 1rem;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9rem;
    width: 100%;
    max-width: 20rem;
    font-weight: 600;
}
.tabla th[b-xykig4dt72] {
    padding: 1rem;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9rem;
    width: 100%;
    max-width: 20rem;
}
.tabla-container[b-xykig4dt72] {
    overflow-x: auto;
}

.consulta__dislke-button[b-xykig4dt72] {
    border: none;
    background-color: transparent;
    align-self: flex-start;
}
.tabla-container.table[b-xykig4dt72] {
    height: 100%;
}
.dashboard__container .ficha[b-xykig4dt72] {
    width: 100%;
    height: 100%;
}
.ficha[b-xykig4dt72] {
    border-collapse: inherit;
    height: 100%;
}
.ficha th[b-xykig4dt72],td[b-xykig4dt72]{
    width: max-content;
}
    .ficha th[b-xykig4dt72] {
        background-color: rgba(255, 255, 255, 0.4);
        font-family: GothamBold;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .ficha td[b-xykig4dt72] {
        background-color: rgba(248, 244, 252, 0.4);
        border-style: none;
        font-family: GothamBold;
        font-size: 1.2rem;
        font-weight: 600;
    }
.pagination__container[b-xykig4dt72]{
    display: flex;
    justify-content: center;
}
.money[b-xykig4dt72]{
    color: green;
}
.money[b-xykig4dt72]::after {
    content: "€";
}
.porcentaje[b-xykig4dt72]::after {
    content: "%";
}
.tables__loading[b-xykig4dt72] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3;
    border-radius: 2px;
    top: 0;
    right: 0;
}
.page-link[b-xykig4dt72] {
    padding: .375rem .75rem;
    color: black;
}
.single-result[b-xykig4dt72] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
/*    height: 100%;*/
/*    gap: 0.5rem;*/
    font-weight: 700;
    justify-content: center;
}
.single-result__value[b-xykig4dt72] {
    font-size: 3rem;
    color: green;
    flex: 1;
    text-align:center;
}
.single-result__title[b-xykig4dt72] {
    font-size: 1rem;
}
.marca[b-xykig4dt72]{
    display: flex;
    align-self: center;
/*    justify-content: center;*/
    gap: .5rem;
}
@media (min-width: 600px) {
    .tabla-fixed[b-xykig4dt72] {
        table-layout: fixed;
    }
}
@media (max-width: 600px) {
    .tabla td[b-xykig4dt72], .tabla th[b-xykig4dt72] {
        max-width: 10rem;
    }
}
.single-result__main[b-xykig4dt72] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.icon-table[b-xykig4dt72] {
    background-color: transparent;
    border: none;
    height: fit-content !important;
}
/* _content/Avi.Ia.Beta/Components/TipItem.razor.rz.scp.css */
.tips__buttton[b-6mnyvp2547] {
    width: 100%;
    display: flex;
    border: none;
    padding: 0.5rem;
    padding-right: 3rem;
    background-color: transparent;
    gap: 1rem;
    border: 2px solid transparent;
}
.tips__buttton:hover[b-6mnyvp2547] {
    border: 2px solid black;
    border-radius: 5px;
}
.tips__drop-down[b-6mnyvp2547]{
    border: none;
    background-color: transparent;
}
.tips__drop-down:hover[b-6mnyvp2547] {
    background-color: transparent;
}

@media (max-width: 800px) {
    .tips__buttton--move[b-6mnyvp2547] {
        display: none;
    }
}
.tips__buttton span[b-6mnyvp2547] {
    font-weight: 700;
    font-size: 0.9rem;
}

.tips__tip[b-6mnyvp2547] {
    font-size: 1rem;
    font-weight: 500;
}

.tips__tip-container[b-6mnyvp2547]{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5rem;
    position: relative;
}
/*@media (max-width: 800px) {
    .tips__tip-container {
        flex-direction:column;
    }
}*/
[b-6mnyvp2547]::-webkit-scrollbar {
    display: none;
}
.tip-message[b-6mnyvp2547]{
    color: red;
}
.tip-message--not-visible[b-6mnyvp2547] {
    display: none
}
.input-var[b-6mnyvp2547] {
    border: none;
    border-bottom: 1px solid #86aedf;
    /*border-radius: 20px;*/
    padding: 0 0.6rem;
    color: blue;
    width: 20%;
    text-align: center;
}
@media (max-width: 400px) {
    .input-var[b-6mnyvp2547] {
        width: 50%;
    }
}
.input-var[b-6mnyvp2547]::placeholder {
    color: white;
     background-color: #e8e8e8; 
}
button.tips__options-button span[b-6mnyvp2547] {
    background-color: black;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
button.tips__options-button[b-6mnyvp2547] {
    background: transparent;
    border: none;
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
}
.tips__options-container[b-6mnyvp2547] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.types__item--form[b-6mnyvp2547]{
    margin-top: 4px;
}
.options-container[b-6mnyvp2547] {
    position: absolute;
    flex-direction: column;
    display: none;
    right: 0;
    top: 70%;
    z-index: 11;
    border-radius: 5px;
    background-color: white;
    height: fit-content;
    padding: 6px;
    -webkit-box-shadow: 2px 12px 29px -6px rgba(0,0,0,0.61);
    -moz-box-shadow: 2px 12px 29px -6px rgba(0,0,0,0.61);
    box-shadow: 2px 12px 29px -6px rgba(0,0,0,0.61);
}
    .options-container--up[b-6mnyvp2547] {
        bottom: 70%;
        top: unset;
    }

.options-container--open[b-6mnyvp2547] {
    display: flex;
}
.options-protection[b-6mnyvp2547]{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}
.options-protection--close[b-6mnyvp2547]{
    display: none;

}
/* _content/Avi.Ia.Beta/Components/TipsModal.razor.rz.scp.css */
.suggestions-modal__conatiner[b-s6it83elue] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.suggestion-modal[b-s6it83elue] {
    width: 65vw;
    height: 70vh;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width: 800px) {
    .suggestion-modal[b-s6it83elue] {
        width: 95vw;
        height: 75vh;
    }
}
    .suggestion-modal__search[b-s6it83elue]{
        border-radius: 10px;
        padding:0 7px;
    }
    @media (max-width: 800px) {
        .suggestion-modal__search[b-s6it83elue] {
            display: none
        }
    }
.suggestion-modal__header[b-s6it83elue] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}
    .suggestion-modal__body[b-s6it83elue] {
        margin: 20px;
        overflow: hidden;
        background-color: #e8e8e8;
        flex: 1;
        border-radius: 5px;
    }
    @media (max-width: 800px) {
        .suggestion-modal__body[b-s6it83elue] {
            flex-direction: column;
        }
    }
    .suggestion-modal__title[b-s6it83elue]{
        font-weight: 700;
    }
@media (max-width: 800px) {
    .suggestion-modal__type-select[b-s6it83elue] {
       display: none
    }
    .suggestion-modal__body[b-s6it83elue] {
        gap: 5px;
    }
}
    .types[b-s6it83elue] {
        flex: 1.2;
        max-height: 100%;
        min-height: min-content;
    }
    .types[b-s6it83elue]{
        overflow-y: scroll;
    }
    @media (max-width: 800px) {
        .types[b-s6it83elue] {
            overflow-y: visible;
            flex: 0;
        }
    }
    .types .list-group-item[b-s6it83elue] {
        padding: 0 2px 0px 7px;
        background-color: transparent;
        border-radius: 5px 0 0 5px;
    }
    .types .list-group-item.active[b-s6it83elue] {
        background-color: white;
    }
    .types__name[b-s6it83elue] {
        color: black;
        font-size: 1.2rem;
        font-weight: 700;
        text-overflow: ellipsis;
        border: none;
        background-color: transparent;
        text-align: start;
    }
    .types__tips-count[b-s6it83elue] {
        border-radius: 20px;
        border: 1px solid #929ca6;
        font-weight: 600;
        justify-self: flex-end;
        padding: 0 5px;
        color: black;
        width: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .types__item[b-s6it83elue] {
        border-radius: 5px;
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    .tips[b-s6it83elue] {
        flex: 3;
        overflow-y: scroll;
        max-height: 100%;
        background-color: white;
        border-radius: 0 5px 5px 5px;
    }
    .tips--not-first[b-s6it83elue] {
        border-radius: 5px;
    }
    .tips__main > .list-group-item[b-s6it83elue] {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0;
        padding: 0.5rem 0;
        margin: 0 1rem;
    }
    .tips__subtip[b-s6it83elue]{
        width: 85%;
        margin-left: 10%;
    }
    .tips__subtip > .list-group-item[b-s6it83elue] {
    }
@media (max-width: 800px) {
    .tips__main > .list-group-item[b-s6it83elue] {
            flex-direction: column;
        }
    }
.types__delete-button[b-s6it83elue] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    aspect-ratio: 1;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 5px;
    margin: 2px;
}
    .types__delete-button:hover[b-s6it83elue] {
        border-color: black;
    }
    .types__delete-button--hidden[b-s6it83elue] {
        display: none;
    }
    .types .types__item--add[b-s6it83elue] {
        background-color: #bbbbbb;
        border: black 1px solid;
    }
    .types .types__item--form[b-s6it83elue] {
        padding: 0;
    }
    .container__subtips ul[b-s6it83elue]{
        list-style: circle;
    }
    .container__subtips li[b-s6it83elue]{
        display: list-item;
    }
.content-form[b-s6it83elue] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.types__item--folder[b-s6it83elue]{
    justify-content: space-between;
}
.tips--of-hidden[b-s6it83elue] {
    overflow: hidden;
}
[b-s6it83elue]::-webkit-scrollbar {
    display: none;
}
/* _content/Avi.Ia.Beta/Components/UserInfoModal.razor.rz.scp.css */
.client-modal__conatiner[b-ew6attvzpn] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.client-modal[b-ew6attvzpn] {
    min-height: fit-content;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 80%;
    height: 70%;
}
@media (max-width:700px) {
    .client-modal[b-ew6attvzpn] {
        width: 95%;
    }
}
.client-modal__header[b-ew6attvzpn] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}
.client-modal__title[b-ew6attvzpn] {
    font-weight: 700;
}
.client-modal__body[b-ew6attvzpn] {
    margin: 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
    display: flex;
    gap: 0.4rem;
}
@media (max-width: 800px) {
    .client-modal__section-select[b-ew6attvzpn] {
        display: none
    }
    .client-modal__body[b-ew6attvzpn] {
        gap: 5px;
        flex-direction: column;
    }
}
    .sections[b-ew6attvzpn] {
        flex: 1.2;
        max-height: 100%;
        min-height: min-content;
    }

    .sections[b-ew6attvzpn] {
        overflow-y: scroll;
    }

    @media (max-width: 800px) {
        .sections[b-ew6attvzpn] {
            overflow-y: visible;
            flex: 0;
        }
    }

    .sections .list-group-item[b-ew6attvzpn] {
        padding: 0 2px 0px 7px;
        background-color: transparent;
        border-radius: 5px 0 0 5px;
    }

        .sections .list-group-item.active[b-ew6attvzpn] {
            background-color: white;
        }

    .sections__name[b-ew6attvzpn] {
        color: black;
        font-size: 1.2rem;
        font-weight: 700;
        text-overflow: ellipsis;
        border: none;
        background-color: transparent;
        text-align: start;
    }

    .sections__tips-count[b-ew6attvzpn] {
        border-radius: 20px;
        border: 1px solid #929ca6;
        font-weight: 600;
        justify-self: flex-end;
        padding: 0 5px;
        color: black;
        width: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sections__item[b-ew6attvzpn] {
        border-radius: 5px;
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .client-modal__main[b-ew6attvzpn] {
        flex: 3;
        overflow-y: scroll;
        max-height: 100%;
        background-color: white;
        border-radius: 0 5px 5px 5px;
    }
.gemas-container[b-ew6attvzpn] {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(100px, auto);
    padding: 1rem;
}
@media (max-width: 1500px) {
    .gemas-container[b-ew6attvzpn] {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1050px) {
    .gemas-container[b-ew6attvzpn] {
        grid-template-columns: repeat(1, 1fr);
    }
}
.main-card[b-ew6attvzpn] {
    padding: 0.3rem;
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: space-between;
}
.main-card__img[b-ew6attvzpn] {
    border-radius: 5px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem;
}
h4.main-card__tittle[b-ew6attvzpn] {
    font-size: 1.2rem;
    font-weight: 700;
}
p.main-card__description[b-ew6attvzpn] {
    font-size: 0.9rem;
}
span.main-card__footer[b-ew6attvzpn] {
    font-size: 0.7rem;
    align-self: flex-end;
}
.main-card__footer-conatiner[b-ew6attvzpn] {
    display: flex;
    justify-content: space-between;
}
button.main-card__button[b-ew6attvzpn] {
    width: fit-content;
    border-radius: 5px;
    border: 1px solid black;
    background-color: transparent;
}
button.main-card__button:hover[b-ew6attvzpn] {
    background-color: lightgrey;
}
.main-card__icons[b-ew6attvzpn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-card__active-container[b-ew6attvzpn]{
    display: flex;
    flex-direction: column;
}
.main-card__active-button[b-ew6attvzpn]{
    width: fit-content;
}
.main-card__active-info[b-ew6attvzpn]{
    font-size: 0.5rem;
}
.user-selection[b-ew6attvzpn] {
    padding: 1rem;
}
.main-card--user[b-ew6attvzpn]{
    margin: 1rem;
}
@media (max-width:1000px) {
    .main-card__footer-conatiner[b-ew6attvzpn] {
        flex-direction: column-reverse;
        gap: 0.5rem;
    }
}
/* _content/Avi.Ia.Beta/Pages/CallDemo.razor.rz.scp.css */

.send-buton[b-wtp4yhdy08] {
    margin: 2rem auto;
    background: rgb(2,0,36);
    background: linear-gradient(140deg, rgba(2,0,36,1) 0%, rgba(0,150,144,1) 25%);
    border: none;
    border-radius: 50px;
    padding: 1rem;
    font-family: "Tajawal", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
}
.lead-web[b-wtp4yhdy08] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100vw;
    padding: 4rem;
    gap: 4rem;
    background-image: url("video/fondo.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1100px) {
    .lead-web[b-wtp4yhdy08] {
        flex-direction: column;
        padding: 1rem;
        text-align: center;
    }
}

.lead-web__info[b-wtp4yhdy08] {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media (max-width: 1100px) {
    .lead-web__info[b-wtp4yhdy08] {
        width: 100%;
        align-items: center;
    }
    .row[b-wtp4yhdy08] {
        flex-direction: column !important;
        gap: 1rem !important;
    }
}

h2.lead-web__title[b-wtp4yhdy08] {
    color: white;
    font-size: 3rem;
    font-family: "Tajawal", sans-serif;
    font-weight: 300;
    font-style: normal;
}

span.lead-web__active[b-wtp4yhdy08] {
    color: #e88600;
}

p.lead-web__text[b-wtp4yhdy08] {
    color: white;
    font-family: "Tajawal", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3rem;
}

a.lead_web__button[b-wtp4yhdy08] {
    border: 1px solid white;
    color: white;
    text-align: center;
    width: fit-content;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-family: "Tajawal", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
}
@media (max-width: 1100px) {
    h2.lead-web__title[b-wtp4yhdy08] {
        font-size: 2rem;
    }
    p.lead-web__text[b-wtp4yhdy08] {
        font-size: 1rem;
    }
    a.lead_web__button[b-wtp4yhdy08] {
        font-size: 1rem;
    }
}

h2.lead-web__form-title[b-wtp4yhdy08] {
    margin: 0;
    width: fit-content;
    align-self: center;
    color: white;
    font-weight: 600;
    border-radius: 0 0 5px 5px;
    background-color: #e88600;
    padding: 0.5rem;
    min-width: 70%;
    text-align: center;
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.lead-web__form-conatiner[b-wtp4yhdy08] {
    width: 50%;
    border: .5px solid #e88600;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (max-width: 1100px) {
    .lead-web__form-conatiner[b-wtp4yhdy08] {
        width: 100%;
    }

    h2.lead-web__form-title[b-wtp4yhdy08] {
        font-weight: 300;
        font-size: 1.2rem;
    }
}
.lead-web__form[b-wtp4yhdy08] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
span.error[b-wtp4yhdy08] {
    text-align: center;
    color: darkred;
}
/* _content/Avi.Ia.Beta/Pages/CallsPage.razor.rz.scp.css */
.calls__container[b-ty9vtetpaz] {
    padding-top: 60px;
    margin: 0 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    /* align-items: center; */
    /*justify-content: center;*/
}
.calls__body[b-ty9vtetpaz]{
    width: 80%;
    display: flex;
    gap: 1rem;
    padding: 0.5rem;
}
@media (max-width: 1000px) {
    .calls__body[b-ty9vtetpaz] {
        flex-direction: column;
    }
}
.calls__info-container[b-ty9vtetpaz] {
    flex: 1;
    overflow-y: scroll;
}
.calls__transcript[b-ty9vtetpaz] {
    flex: 1;
}
.calls__buttons[b-ty9vtetpaz] {
    padding: 5px;
    display: flex;
    gap: 0.3rem;
}
ul.calls__transcript-list[b-ty9vtetpaz] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-y: scroll;
    padding: 1rem;
}
li.calls__transcript-item--user[b-ty9vtetpaz] {
    align-self: flex-end;
}
.calls__header[b-ty9vtetpaz] {
    padding: 20px;
    display: flex;
    background: rgb(41, 36, 93);
    background: linear-gradient(257deg, rgba(41, 36, 93, 1) 27%, rgba(0, 156, 149, 1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}
.calls__section[b-ty9vtetpaz] {
    flex: 1;
    height: 90vh;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    display: flex;
    flex-direction: column;
}
.calls__info-button[b-ty9vtetpaz] {
    height: 100%;
    padding: 2rem;
    display: flex;
    align-self: center;
}
button.calls__gestion-button[b-ty9vtetpaz] {
    align-self: end;
}
.calls__info[b-ty9vtetpaz] {
    padding: 2rem;
}
.calls__info-list li span[b-ty9vtetpaz] {
    font-weight: 700;
}
span.calls__header-title[b-ty9vtetpaz] {
    font-weight: 700;
    font-size: 1.1rem;
}
.calls__transcript-item--ia span.calls__transcript-text[b-ty9vtetpaz] {
    padding: 5px;
    border-radius: 5px 5px 5px 0;
    background-color: rgba(41, 36, 93, 1);
    color: white;
}
.calls__transcript-item--user span.calls__transcript-text[b-ty9vtetpaz] {
    padding: 5px;
    border-radius: 5px 5px 0 5px;
    background-color: rgba(0, 156, 149, 1);
    color: white;
}
li.calls__transcript-item.calls__transcript-item--user[b-ty9vtetpaz] {
    flex-direction: row-reverse;
}
li.calls__transcript-item[b-ty9vtetpaz] {
    display: flex;
}
.calls__transcript-text[b-ty9vtetpaz] {
    max-width: 70%;
}
button.body__word:hover[b-ty9vtetpaz] {
    background-color: #009C95;
}

button.body__word[b-ty9vtetpaz] {
    border: none;
    border-radius: 20px;
    background-color: transparent;
}

.body__instructions[b-ty9vtetpaz] {
    margin: 0;
}

button.body__word--selected[b-ty9vtetpaz] {
    background-color: #009C95;
}

.body__add-button[b-ty9vtetpaz] {
    border: none;
    background-color: #009C95;
    border-radius: 20px;
    width: fit-content;
    padding: 0.3rem 0.6rem;
}

    .body__add-button:hover[b-ty9vtetpaz] {
        background-color: #00423f;
    }

.body__words[b-ty9vtetpaz] {
    border-radius: 20px;
    background-color: white;
    width: fit-content;
}

.modal__conatiner[b-ty9vtetpaz] {
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.modal[b-ty9vtetpaz] {
    width: 65vw;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.56);
    border-radius: 20px;
    background-color: white;
    background-color: #e8e8e8;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    height: fit-content;
}

.modal__header[b-ty9vtetpaz] {
    padding: 20px;
    display: flex;
    background: rgb(41,36,93);
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    color: white;
}

.modal__title[b-ty9vtetpaz] {
    font-weight: 700;
}

.modal__body[b-ty9vtetpaz] {
    margin: 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    flex: 1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
/* _content/Avi.Ia.Beta/Shared/LogLayout.razor.rz.scp.css */
/*.sidebar {
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    flex-direction: column;
}*/
/* _content/Avi.Ia.Beta/Shared/MainLayout.razor.rz.scp.css */
main[b-7y9x56r8ae] {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}
/* _content/Avi.Ia.Beta/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-v655p1v17u] {
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    flex-direction: column;
}
.navbar-toggler[b-v655p1v17u] {
    background-color: black;
}
.top-row[b-v655p1v17u] {
    background-color: #100c1a;
}
.navbar-logo[b-v655p1v17u] {
    height: 50px;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1.25rem;
}
.navbar__new-chat[b-v655p1v17u]{
    border: none;
    background-color: transparent;
}
.plus[b-v655p1v17u] {
    --b: 4px; /* the thickness */
    width: 40px; /* the size */
    aspect-ratio: 1;
    border: 10px solid #000; /* the outer space */
    background: conic-gradient(from 90deg at var(--b) var(--b),#000 90deg,#fff 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
    display: inline-block;
}
.oi[b-v655p1v17u] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
.nav-item[b-v655p1v17u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}
    .nav-item:first-of-type[b-v655p1v17u] {
        padding-top: 1rem;
    }
    .nav-item:last-of-type[b-v655p1v17u] {
        padding-bottom: 1rem;
    }
    .nav-item[b-v655p1v17u]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }
        .nav-item[b-v655p1v17u]  a.active {
            background-color: black;
            color: white;
        }
        .nav-item[b-v655p1v17u]  a:hover {
            background-color: black;
            color: white;
        }
.logo[b-v655p1v17u]{
    max-height: 100%;
    min-height: 100%;
}

.navbar__burger[b-v655p1v17u] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 100%;
    gap: 0.4rem;
}
.navbar__burger span[b-v655p1v17u] {
    height: 2px;
    background-color: white;
    width: 100%;
}
.top-navbar[b-v655p1v17u] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    z-index: 999;
    background-color: black;
}
.nav-menu-container[b-v655p1v17u] {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 11;
}
.nav-menu-container--hidden[b-v655p1v17u]{
    z-index: -1;
}
.nav-menu[b-v655p1v17u] {
    z-index: 11;
    position: absolute;
    background-color: black;
    width: 20vw;
    height: 100%;
    transform: translateY(0rem);
    transition: all ease 0.5s;
    padding: 1rem;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}
.nav-menu__main[b-v655p1v17u] {
    max-height: 100%;
    overflow-y: scroll;
    flex: 1;
}
@media (max-width: 1200px) {
    .nav-menu[b-v655p1v17u] {
        width: 30vw;
    }
}
@media (max-width: 1000px) {
    .nav-menu[b-v655p1v17u] {
        width: 40vw;
    }
}
@media (max-width: 800px) {
    .nav-menu[b-v655p1v17u] {
        width: 55vw;
    }
}
@media (max-width: 500px) {
    .nav-menu[b-v655p1v17u] {
        width: 70vw;
    }
}
.nav-list[b-v655p1v17u] {
    /*    max-height: 50vh;
    overflow-y: scroll;*/
    list-style: none;
    padding: 0.5rem;
    display: flex;
    margin: 0;
}
.nav-menu--hidden[b-v655p1v17u] {
    position: absolute;
    visibility: hidden;
    transform: translateX(-55vh);
    transition: all 0.5s ease, visibility 0.6s linear, z-index 0.6s linear;
}
.talleres-search[b-v655p1v17u] {
    max-width: 100%;
    margin-bottom: 1rem;
    padding: 5px;
    border-radius: 5px;
}
.nav-menu__button[b-v655p1v17u] {
    color: white;
    background-color: transparent;
    border: none;
    margin: 2px;
    padding: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
[b-v655p1v17u]::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

[b-v655p1v17u]::-webkit-scrollbar-track {
    background: transparent;
}

[b-v655p1v17u]::-webkit-scrollbar-thumb {
    background: #242425;
}
    /* Handle on hover */
    [b-v655p1v17u]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
.nav-menu__footer[b-v655p1v17u] {
    position: relative;
}
.nav-menu__title-container[b-v655p1v17u] {
    color: #7f8081;
    font-size: 0.9rem;
    padding: 0.4rem 0.7rem;
    display: flex;
    justify-content: space-between;
}
button.nav-menu__drop_button[b-v655p1v17u] {
    border: none;
}
.nav-list__item[b-v655p1v17u] {
    padding: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    position: relative;
}
.nav-list--mask[b-v655p1v17u] {
    position: absolute;
    right: 0;
    height: 100%;
    width: 20%;
    background: linear-gradient(257deg, black 27%, transparent 68%);
}
.nav-list__item:hover[b-v655p1v17u] {
    background-color: #202123;
    border-radius: 0.4rem;
}
.nav__user[b-v655p1v17u] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    background: linear-gradient(257deg, rgba(41,36,93,1) 27%, rgba(0,156,149,1) 68%);
}
.nav-menu__user-name[b-v655p1v17u] {
    flex: 1;
    color: white;
    text-align: start;
}
.nav-menu__user-main[b-v655p1v17u] {
    border: none;
    background-color: transparent;
}
.nav-menu__user-main--hover[b-v655p1v17u] {
    background-color: #202123;
    border-radius: 0.4rem;
}
.nav-menu--log-out[b-v655p1v17u] {
    position: absolute;
    top: -100%;
    background-color: #202123;
    width: 100%;
    padding: 1rem;
    display: flex;
    border-radius: 0.4rem 0.4rem 0 0;
    MARGIN: 0 AUTO;
    align-self: center;
    right: 0;
    color: white;
    text-decoration: none;
    gap: 1rem;
}
.nav-menu__exit--none[b-v655p1v17u] {
    display: none;
}
.nav-menu__exit[b-v655p1v17u] {
    position: absolute;
    width: 100vw;
    height: 100vh;
}
.nav-list__item--selected[b-v655p1v17u] {
    border-radius: 5px;
    background-color: grey;
}
.nav-list__item--selected:hover[b-v655p1v17u] {
    border-radius: 5px;
}
.nav-list[b-v655p1v17u] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding: 0;
}

    .nav-list.show[b-v655p1v17u] {
        max-height: 500px; /* Ajusta este valor según la altura del contenido */
        padding: 0.5rem;
        overflow-y: scroll;
    }
