body {
    font-family: Arial, Helvetica, sans-serif;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 3px;
    min-width: 300px;
    height: 600px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 2.5%;
    background-color: #fff;
    border-color: #e8e8e8;
    border-style: solid;
    overflow: hidden;
}


/* Modal Content/Box */
.modal-dialog {
    overflow: initial !important
}

.modal-body {
    min-height: 525px;
    max-height: 525px;
    overflow-y: auto;
}


.modal-header {
    padding: 3px;
    height: 50px;
}

#webchat {
    height: 90%;
    width: 90%;
    padding: 3px;
    overflow: hidden;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#chatbotbutton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
}

.roundedFixedBtn {
    height: 80px;
    line-height: line-height:35px;
    background-image: url("../images/chatbot.png");
    background-size: 95%;
    vertical-align: middle;
    width: 80px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5%;
    background-color: #f54242;
    color: white;
    text-align: center;
    text-decoration: none;
}
