@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Work Sans';
    /*font-style: italic;*/
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.card-login {
    max-width: 400px;
    margin: auto;
    margin-top: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 3px solid #00FEB7;
}


.card-header-login {
    background-color: #701D83;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-color: #00FEB7;
}

.card-body-login {
    padding: 20px;
    background-color: whitesmoke;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

/*.form-group-login {
    margin-bottom: 20px;
}*/

.form-group-login .text-left {
    text-align: left;
}

label-login {
    font-size: 18px;
    font-weight: bold;
}

.form-control-login {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 40px;
    margin-bottom: 10px;
}

.form-control-login-password {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 40px;
    width: 85%;
    margin-bottom: 10px;
}

.form-control-form {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 75%;
    height: 40px;
}

.form-control-memo {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 75%;
}

.form-control-check {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 20%;
    height: 40px;
}

.control-check {
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 20%;
    height: 25px;
    vertical-align: bottom;
}

input.form-control:not(textarea) {
    height: 40px;
}

.btn-primary-login {
    background-color: #701D83;
    border: none;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #701D83;
}

    .btn-primary-login:hover {
        background-color: white;
        color: #701D83;
        border: 1px solid #701D83;
    }

        .btn-primary-login:hover.text-white {
            color: #701D83
        }

.btn-primary-login-small {
    background-color: #701D83;
    border: none;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    width: 40px;
    color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #701D83;
}

    .btn-primary-login-small:hover {
        background-color: white;
        color: #701D83;
        border: 1px solid #701D83;
    }

        .btn-primary-login-small:hover.text-white {
            color: #701D83
        }

.btn-secondary-login {
    background-color: #00FEB7;
    border: none;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    color: #343A40;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #00FEB7;
}

    .btn-secondary-login:hover {
        background-color: white;
        color: #701D83;
        border: 1px solid #00FEB7;
    }

        .btn-secondary-login:hover.text-white {
            color: #701D83
        }

.btn-secondary-login-small {
    background-color: #00FEB7;
    border: none;
    width: 40px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    color: #343A40;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #00FEB7;
}

    .btn-secondary-login-small:hover {
        background-color: white;
        color: #701D83;
        border: 1px solid #00FEB7;
    }

        .btn-secondary-login-small:hover.text-white {
            color: #701D83
        }

.btn-third-login {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    color: #343A40;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .btn-third-login:hover {
        background-color: white;
        color: #701D83;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

        .btn-third-login:hover.text-white {
            color: #701D83;
        }

.page-background {
    background-size: contain;
    background-image: url("/images/InnoQubitBackground.png");
    background-repeat: no-repeat;
    background-position: center
}

.datagrid-style {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 2px;
    background-color: ghostwhite;
    margin-bottom: 20px;
    padding: 10px;
}

.text-corporative {
    font-family: 'Work Sans';
}

.info-box {
    border: 2px;
    border-radius: 5px;
    border-style: solid;
    background-color: ghostwhite;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.dashboard-title {
    font-weight: bold;
    /*font-stretch:condensed;*/
    font-size: 24px;
    /*font-style: italic;*/
}

.dashboard-text {
    font-size: 16px;
}

.text-color-corporative-purple {
    color: #701D83;
}

.text-color-corportive-green {
    font: #00FEB7;
}

.card-dashboard {
    border: 5px solid #701D83;
    margin: 40px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .card-dashboard:hover {
        border: 5px solid #00FEB7;
        transform: scale(1.1);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .card-dashboard > img {
        width: 200px;
        transition: transform 0.3s ease;
    }

.card-actions {
    border: 2px solid #701D83;
    margin: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .card-actions:hover {
        border: 2px solid #00FEB7;
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .card-actions:active {
        transform: translateY(2px);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }

.hr-title {
    border-top: 3px solid #701D83;
    border-bottom: 2px solid #701D83;
    padding-top: 0.25rem;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}

.title-background-modal {
    /*background-image: linear-gradient(270deg,rgb(112,29,131) 0%, #00FEB7 100%);*/
    background-image: linear-gradient(270deg, #00FEB7 0%,rgb(112,29,131) 100%);
}

.customer-solution {
    padding-bottom: 15px;
}

    .customer-solution button {
        height: 35px;
    }

.customer-solution-title {
    font-size: 32px;
    font-weight: bold;
    /*padding-top: 0.25rem;*/
    /*margin-top: 2rem;*/
    margin-bottom: 1rem;
}

.customer-solution-subtitle {
    font-size: 16px;
    font-weight: bold;
    /*padding-top: 0.25rem;*/
    /*margin-top: 2rem;*/
    margin-bottom: 1rem;
}

.customer-solution-label {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #701D83;
    background-color: #701D83;
    color: white;
    border-radius: 5px;
    /*width: 165px;*/
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 10px;
}

.nav-link-2 {
    text-decoration: underline;
    color: white;
}

    .nav-link-2:hover {
        color: #00FEB7;
    }

.nav-link-3 {
    text-decoration: underline;
    color: #0071c1;
}

    .nav-link-3:hover {
        color: #00FEB7;
    }

.customer-solution-label-pack {
    font-size: 12px;
    /*font-weight: bold;*/
    border: 1px solid #701D83;
    background-color: white;
    color: #701D83;
    border-radius: 5px;
    /*width: 165px;*/
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 10px;
}

.customer-solution-combo {
    height: 35px;
    font-size: 12px;
    /*width: 225px;*/
    width: 100%;
}

.rigth-row {
    margin-bottom: 20px;
}

.margin-top {
    margin-top: 20px;
}

.list-data ul {
    margin: 0;
    padding: 0;
}

.list-data li {
    list-style: none;
}

.table-detail tr {
    vertical-align: top;
}

.table-detail th {
    font-style: italic;
    width: 150px;
    vertical-align: top;
}

.table-detail td a {
    padding: 0;
}

.spinner {
    margin: 10px 0;
}

.search-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.entity-detail {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    /*border-radius: 10px;*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: ghostwhite;
}

.app-file-picker {
    /*border: 1px solid red;*/
    /*border: 100px,solid,red !important;*/
    /*margin-left: 30px;*/
}

/*Toggle*/
*,
*:before,
*:after {
    box-sizing: border-box;
}

.divider {
    margin-bottom: 20px;
}

.toggle {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toogle-switch.horizontal-alignement {
    justify-content: center;
    border: 1px solid red;
    background: red;
}

.toggle-switch:before, .toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
}

.toggle-switch-small {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 29px;
    height: 16px;
    position: relative;
    vertical-align: top;
    transition: background 0.25s;
}

    .toggle-switch-small:before, .toggle-switch-small:after {
        content: "";
    }

    .toggle-switch-small:before {
        display: block;
        background: linear-gradient(to bottom, #fff 0%, #eee 100%);
        border-radius: 50%;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
        width: 12px;
        height: 12px;
        position: absolute;
        top: 2px;
        left: 2px;
        transition: left 0.25s;
    }

.toggle:hover .toggle-switch:before .toggle-switch-small:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked + .toggle-switch {
    background: #00FEB7;
}

    .toggle-checkbox:checked + .toggle-switch:before {
        left: 30px;
    }

.toggle-checkbox:checked + .toggle-switch-small {
    background: #00FEB7;
}

    .toggle-checkbox:checked + .toggle-switch-small:before {
        left: 15px;
    }

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.entity-detail-header {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    /*border-radius: 10px;*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    /*background-color: ghostwhite;*/
    margin-bottom: 20px;
}

.buttons {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .buttons button {
        margin-right: 5px;
    }

.clear {
    clear: both;
}

.custom-file-label {
    /*opacity: 0;*/
    font-size: 0pt;
}

.modal-dialog button {
    background-color: #701D83;
    border: none;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #701D83;
    text-decoration: none;
}

    .modal-dialog button:hover {
        background-color: white;
        color: #701D83;
        border: 1px solid #701D83;
    }

        .modal-dialog button:hover.text-white {
            color: #701D83
        }

.solution-card {
    text-align: center;
    padding: 20px;
}

    .solution-card:hover {
        /*margin-top: 10px;
        margin-bottom: 10px;*/
    }

.solution-card-body {
    border: 5px solid #701D83;
    border-radius: 20px;
}

    .solution-card-body:hover {
        border: 5px solid #00FEB7;
    }

    .solution-card-body img {
        width: 200px;
    }

.solution-card-footer {
    padding-top: 10px;
}

.identifier {
    margin-bottom: 10px;
}

.identifier-title {
    font-style: italic;
    font-weight: bold;
}

.identifier-body {
    color: #999;
}

/*.radio-group-inline {
    display: inline-flex;
    vertical-align: middle;
}

.radio-value {
    margin-left: 50px;
}*/

.left-separator {
    border-left: 2px solid #701D83;
}

.text-edit-eye {
    display: inline;
    margin-right: 5px;
}

.form-control-form.full-width {
    width: 100%
}

.center-align {
    align-content: center;
    display: flex;
}

.spinner-center {
    position: absolute;
    display: block;
    left: 50%;
}

.image-login {
    padding: 20px 20px 0px 20px;
}

.btn-left-margin {
    margin-left: 5px;
}

.excel {
    text-align: right;
}

.button-addon-picker {
    margin-left: 10px;
}

.grid-text-small {
    font-size: 12px;
}

.environment {
    border-top: 1px solid #00FEB7;
    margin-top: 20px;
    padding-top: 20px;
}

.pass-eye {
    position: relative;
    left: 140px;
    bottom: 30px;
}

    .pass-eye:hover {
        cursor: pointer;
    }

.calendar {
    padding-inline: 20px;
}

.fc-toolbar-title {
    font-size: 32px;
    font-weight: bold;
    /*padding-top: 0.25rem;*/
    /*margin-top: 2rem;*/
    margin-bottom: 1rem;
}

.fc-event-title {
    white-space: normal !important;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto !important;
}

.fc-daygrid-event {
    height: auto !important;
    white-space: normal !important;
    min-height: 20px;
}

.fc .fc-toolbar .fc-button {
    background-color: #701d83;
    border-color: #701d83;
}


.margin-left-button {
    margin-left: 1.7em;
}

.container-combo {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.animate-card {
    -webkit-animation: scale-in-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.sustaynability-type-not-selected {
    background-color: #701D83;
    border: none;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #701D83;
}

    .sustaynability-type-not-selected:hover {
        background-color: white;
        color: #701D83;
        border: 1px solid #701D83;
    }

        .sustaynability-type-not-selected:hover.text-white {
            color: #701D83
        }

.sustaynability-type-selected {
    background-color: #00FEB7;
    border: none;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    color: #343A40;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #00FEB7;
}

    .sustaynability-type-selected:hover {
        background-color: white;
        color: #701D83;
        border: 1px solid #00FEB7;
    }

        .sustaynability-type-selected:hover.text-white {
            color: #701D83
        }

.select-measurement {
    height: 40px !important;
}

.combo-modal-sutainability {
    height: 40px;
    border: 0.5px solid #CCCCCC;
}

.btn-card-floating {
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    border: 2px solid #701D83;
    color: black;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .btn-card-floating:hover {
        border: 2px solid #00FEB7;
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

.lbl-card-top {
    position: absolute;
    font-family: 'Bebas Neue', sans-serif;
    top: 10px;
    left: 10px;
    background-color: white;
    color: black;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
}

.lbl-card-bottom {
    position: absolute;
    font-family: 'Bebas Neue', sans-serif;
    bottom: 10px;
    left: 10px;
    background-color: white;
    color: black;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
}

.container-chat {
    display: flex;
    flex-direction: column;
    height: 85vh; /* o la altura que quieras ocupar */
    background: #f3f3f3;
}

.messages-container {
    flex: 1; /* ocupa todo el espacio disponible */
    overflow-y: auto; /* scroll solo en los mensajes */
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* mensajes del usuario */
.user-message {
    border: 1px solid #02d4ff;
    border-radius: 8px;
    background-color: #a9eefc;
    padding: 10px;
    text-align: right;
    margin: 5px 0;
}

/* mensajes del bot */
.bot-message {
    border: 1px solid #16fc91;
    border-radius: 8px;
    background-color: #d6ffeb;
    padding: 10px;
    margin: 5px 0;
}

/* textarea abajo fijo */
.message-input {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border: none;
    border-top: 2px solid #ccc;
    resize: none;
    font-size: 1rem;
    outline: none;
    box-sizing: border-box;
}

.message-pre {
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.btn-chat {
    margin-top: 10px;
}

.btn-chat-rigth {
    margin-top: 10px;
    float:right;
}

.card-button {
    border: 2px solid #701D83;
    margin: 40px;
    width: 100px;
    max-width: 250px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .card-button:hover {
        border: 2px solid #00FEB7;
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .card-button > img {
        padding: 10px;
        width: 50px;
        transition: transform 0.3s ease;
    }

.container-chart {
    display: grid;
    grid-template-columns: 1fr,1fr,1fr;
    grid-template-rows: repeat(4, 1fr);
    row-gap: 10px;
    column-gap: 10px;
    justify-items: center;
    justify-content: space-around;
    height: 100dvh;
}

.chart {
    padding:10px;
}

.big-data-text {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #701D83;
    -webkit-animation: big-data-text 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;
    animation: big-data-text 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;
}

@-webkit-keyframes big-data-text {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 0.8;
    }
}

@keyframes big-data-text {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 0.8;
    }
}


.chart-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: Arial;
    text-align: center
}

.chart-container {
    border: 1px solid #701D83;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-bottom:25px;
}

.chart-card {
    margin-top: 10px;
    margin-left: 25px;
    border: 1px solid #00FEB7;
    padding: 40px;
    border-radius: 30px;
    height:400px;
    min-height:400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display:flex-inline;
}

.last-chart{
    margin-bottom:25px;
}

.chart-card>label{
    margin-top:25px;
}

.chart-card > h3 {
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #00FEB7;
    border: 1px solid #00FEB9;
    border-radius: 15px;
}

.fixed-top-right {
    position: fixed;
    top: 115px; 
    right: 25px;
    width: 25%; 
    z-index: 1000;
}

.chart-last-button{
    margin-block:15px;
}