.inner-container {
    border: 0px solid #525252;
    box-shadow: 0 2px 6px 0 rgb(41 41 41 / 25%);
    padding: 10px 0px 0px 5px;
    position: relative;
    border-radius: 6px;
    color: #ffffff;
    border-color: #525252;
    background-color: #ffffff;
}
.header {
    color: #fff;
    background-color: #005290;
    padding: 15px 10px;
    position: fixed;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    /*border-radius: 8px 8px 0 0 !important;*/
    border-radius: 0px 0px 0 0 !important;
}
    .header .logo {
        float: left;
        max-width: 100px;
        max-height: 30px;
        padding-right: 8px;
        color: #fff;
        background: url(/../../../Assets/Images/Chat.png) !important;
        background-repeat: no-repeat;
    }
    .header .title {
        text-transform: uppercase;
        font-family: 'Trajan W01';
    }
.header p {
    padding: 0rem 0;
}
.message-history {
    background: #FFF;
    margin: 0 0 5px 0;
    padding: 0;
    position: relative;
    min-height: 59px;
    border: none;
}
.message-wrapper {
    padding: 15px 5px 15px;
    overflow-y: auto;
    background: #ffffff;
    margin-top: 40px;
    height: 200px;
}
.message-actions {
    position: absolute;
    right: 40px;
    width: 38px;
    z-index: 1;
}
.message-box {
    padding-right: 6px;
}
.message-actions .flag {
    display: block!important;
    width: 14px!important;
    height: 18px!important;
    background-color: #005290!important;
}
.js-close {
    border-color: #525252;
    z-index: 2;
    position: fixed;
    right: 10px;
    color: #fff;
}
.footer {
    text-align: right;
    display: none;
}

/*button.submit {
    background-color: #97876E!important;
    color: #ffffff!important;
    border-color: #97876E!important;
}*/
.form-list {
    margin-top: 100px;
}

.main {
    justify-content: space-between !important;
}

.js-invitation-loading {
    display: block !important;
}

.btn_8x8 img {
    content: url("../../../Assets/Images/chat_desktop_btn.png");
    width: 170px;
    height: 63px;
}

.btn_8x8 {
	position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 150000;
}

.js-window_background .header {
	background-color: #1B4569;
}

    .js-window_background .header img {
        content: url("https://www.amawaterways.com/Assets/Images/small-icon.png");
        background: none;
        display:none;
    }

#chatHeaderIntroductionId
{
	display: none;
}
@media (max-width: 761px) {

    .btn_8x8 img {
        content: url("https://www.amawaterways.com/Assets/Images/chat-icon.png");
        width: 50px;
        height: 50px;
    }
}