.chat-app-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 120px;
    padding-right: 120px;
    min-height: 690px;
    position: relative;
    display: grid;
    margin-bottom: 100px;

}

#chat-app{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    /*border: 5px solid #42c2ff;*/
    /*box-shadow: 0 0 1rem rgba(0,0,0,.3);*/
}

#roby-experience-app{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    /*border: 5px solid #42c2ff;*/
    /*box-shadow: 0 0 1rem rgba(0,0,0,.3);*/
}

.res-form-wrapper{
    margin-right: auto;
    margin-left: auto;
    height: 84vh;
    position: relative;
    display: grid;
    /*
    overflow-y: hidden; // hide vertical
    overflow-x: hidden; // hide horizontal
    */
}

