﻿
.wc-header {
    background-color: #dc0032 !important;
}
.modal-dialog {
    width: 414px;
    margin-top: 3%;
}
.wc-chatview-panel {
    /*border: 1px solid #eceff1;*/
    height: 480px;
    background-color: white;
}

#chat {
    position: absolute;
    bottom: 6px;
    right: 6px;
}
.wc-app .close {
    background-color: #dc0032 !important;
    color: black;
}
.wc-console.has-upload-button .wc-textbox {
    left: 10px;
}
@media only screen and (max-width: 430px) {
    .modal-dialog {
        width: 100%;
    }
}

