body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    height: 100%;
    margin: 0;
    max-width: 1000px;
    width: 100%
}

#questionnaire {
    margin: 0 auto;
}

#footer {
    position: -webkit-sticky;
    position: sticky;
    top: 100vh
}

.errorQuessionArea,
.questionArea {
    margin-bottom: .5em;
    margin-top: .8em
}

.errorQuessionArea {
    border: 2px solid red;
    color: red;
    padding: 4px;
    white-space: pre-line
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.App {
    text-align: center
}

.App-logo {
    height: 40vmin;
    pointer-events: none
}

@media (prefers-reduced-motion:no-preference) {
    .App-logo {
        -webkit-animation: App-logo-spin 20s linear infinite;
        animation: App-logo-spin 20s linear infinite
    }
}

.App-header {
    align-items: center;
    background-color: #282c34;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: calc(10px + 2vmin);
    justify-content: center;
    min-height: 100vh
}

.App-link {
    color: #61dafb
}

@-webkit-keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

#abcd {
    background-color: "red",
}

.matrixClickArea {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.required-icon {
    background: red
}

.exist-condition-icon,
.required-icon {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 8px;
    padding-right: 8px
}

.exist-condition-icon {
    background: #000
}

.MuiTableBody-root>tr:hover:not([nonHov]) {
    background-color: #ffe8f5 !important;
}



.hoverT {
    background-color: #ffe8f5 !important;
}


