body {
    background-color: #ffffff;
}
.connect-customer-interface{
    width: 100% !important;
    margin: 0 !important;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5RV6cRhDpPC5P4GCEJpqGoc.woff) format('woff');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}
i {
    cursor :  pointer;
}
.feedback, .spinner-placeholder {
    height: 100vh;
}
#feedback-form {
    font-size: 2em;
}
.transcript img {
    height:30px;
    cursor:pointer;
}
.spinner-border {
    width: 3rem;
    height: 3rem;
}
.container, .container .row, #root, .connect-customer-interface {
    height: 100vh;
}