/* extra stylesheet */

.aiv-entity-container {
    position: relative;
}

.aiv-entity-description {
    position: absolute;
    background-color: hsl(0, 0%, 50%);
    z-index: 9999;
    border-radius: 15px;
    padding: 25px;
}

.aiv-entity-description h3 {
    color: #666666 !important;
}

.d-none {
    display: none !important;
}

.form-control {
    background-color: #666666;
}

.aiv-chat-box {
    height: 800px;
    max-height: 800px;
}

.aiv-image {
    width: 135px !important;
    height: 135px !important;
    margin-left: 0px !important;
}