﻿.innvita_card {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 16px;
    background-color: #fff;
    border-color:transparent;
}

.innvita_question {
    margin-right: 10%;
    margin-left:10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 8px;
    background-color: white;
    color: white;
    border-color :transparent;
}

    .innvita_question h6 {
        color: black;
    }

    .innvita_question span {
        font-size: 0.75rem;
        color: dimgray;
        margin-bottom:5px;
    }


.innvita_response {
    margin-left: 10%;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 8px;
    background-color: lightcyan;
    color: white;
    border-color: transparent;
    opacity : 0.9;
}

    .innvita_response h6 {
        color: black;
    }

    .innvita_response span {
        font-size: 0.75rem;
        color: dimgray;
        margin-bottom: 5px;
    }

.dxre-toolbar {
    overflow-x: auto;
    white-space: nowrap;
}

body {
    background-color: red;
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Asegúrate de que el menú esté por encima de otros elementos */
    background-color: white; /* Asegúrate de que el fondo sea visible */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Opcional: agrega una sombra para mejor visibilidad */
}

.icon-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    border-color : lightgray;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

    .custom-drop-zone.custom-drop-zone-hover {
        border-style: solid;
    }

    .custom-drop-zone svg {
        width: 42px;
        height: 42px;
    }

    .custom-drop-zone > *:not(#overviewDemoSelectButton) {
        pointer-events: none;
    }

