﻿.HumanError-container {
    position: relative;
    width: 700px;
    height: 495px;
    display: flex;
    border-radius: 20px;
    /*    box-shadow: 0px 0px 90px -15px #7f3df8;*/
    background-color: transparent;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.humanerrorgif {
    left: 37px;
    border-radius: 90px;
    position: absolute;
    width: 300px;
    height: 300px;
    top: 100px;
}

.humanerrorQuery-box1 {
    position: absolute;
    top: 90px;
    right: 125px;
    width: 185px;
    height: 41px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.humanerrorResponse-box1 {
    position: absolute;
    top: 135px;
    right: 125px;
    width: 90px;
    height: 40px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.humanerrorQuery-box2 {
    position: absolute;
    top: 245px;
    right: 125px;
    width: 185px;
    height: 55px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.humanerrorResponse-box2 {
    position: absolute;
    top: 180px;
    right: 120px;
    width: 195px;
    height: 60px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}
