body {
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

.cross_wrapper{
    display: flex;
}
.cross_wrapper .field{
    display: flex;
    align-items: center;
}

.qwestion_field {
    display: block;
    padding-left: 20px;
}


.footer{
    display: flex;
    justify-content: space-between;
    background-color: #000;
    padding: 65px 65px;

    width: 100%;
    color: #fff;
    font-size: 14px;
    height: 260px;
}
.footer p{
    margin: 0;
}
.footer a{
    color: #fff;
}
.footer_left,
.footer_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_logo_wrapper{
    display: flex;
    align-items: center;

}
.footer_text{
    width: 353px;
    margin-left: 10px;

}
.footer_copyright{

    font-size: 11px;
}
.footer_contact p{
    margin-bottom: 10px;
}
.footer_social{
    display: flex;
}
.footer_social_icon{
    padding: 5px;
}
.footer_right{
    text-align: right;
}

.modal-footer a {
    color: #fff;
    padding: 0px 23px;
    background: #008f86;
    border-radius: 3px;
    text-align: center !important;
}

.answered {
    opacity: 0.4;
    cursor: auto !important;
}

.answered:hover {
    color: #000 !important;
    text-decoration: none !important;
}

#app {
    padding: 30px 65px;
}

table {
    border: 0px;
    border-collapse: unset;
    border-spacing: 1px !important;
    margin: 0 auto;

}

.moda .modal-footer {
    text-align: center;
}


.moda .modal-footer {

    height: 70px !important;
    width: 100%;
    text-align: center;
}

.qitem:hover {
    color: #008f86;
    text-decoration: underline;
}

.qitem {
    cursor: pointer;
}

input:disabled {

    color: #008f86 !important;
    text-decoration: underline;
    border-bottom: 2px solid #008f86 !important;
    font-weight: bold;


}

.error {

    color: #db3232 !important;
    border-bottom: 3px solid #db3232 !important;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    -webkit-animation-name: shake;
    animation-name: shake
}


@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}


.moda p {
    font-size: 18px;
}

td {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-color: #fff;

}

.active_cell {
    border: solid 1px #9E9E9E;
    /*min-width: 25px;*/
    /*height: 25px;*/
    background: #fff;
    cursor: pointer;
    border-spacing: 1px !important;
}
h1{
    font-size: 46px;
    margin: 20px 0;
}

.box {
    display: flex;
}

.elem {
    padding: 25px;
}


.questions ul li {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
    color: #02336b;
    font-size: 14px;
    margin-bottom: 8px;
}

.questions ul li:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.glow {
    border: solid 2px #008f86;


}

.cell {
    color: #000;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;

}

@media (max-width: 1100px) {


    #app,
    .footer{
        padding: 10px 20px 30px 20px;
    }

    .field {
        overflow: scroll;
    }

    .cross_wrapper{
        flex-direction: column;
    }
    .footer_logo_wrapper{
        display: block;
    }
    .row {
        display: block;
    }
    .footer{
        display: block;
    }
    .footer_text{
        margin-left: 0;
        margin-top: 10px;
    }
    .footer_contact{
        text-align: left;
        margin-top: 10px;
    }
    .footer_copyright{
        display: none;
    }
    .qwestion_field{
      padding-left: 0;
    }
    .cross_wrapper .field{
        padding: 20px 0;
    }

    td {
        width: 20px;
        height: 20px;
        background-color: #fff;

    }

    .active_cell {

        min-width: 14px;
        height: 14px;

    }

    .cell {
        font-size: 10px;
    }
}