.msg-container {
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.error-connection-msg {
    margin-bottom: 20px;
}

.header-close-btn {
    color: white;
    font-size: 1.2rem;
    font-weight: 900;
    background-color: #00008f;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 15px;
    /* z-index: 10000; */
    position: fixed;
    top: 10px;
    right: 15px;
    border: none;
    padding: 0;
    text-align: center;
}

.hide-msg {
    visibility: hidden;
}

.sfdc-phone-btn{
    padding: 1px 10px 1px 0px !important;
}

.embeddedServiceSidebar.layout-docked .dockableContainer {
    /* full screen mode, overwriting the official css */
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    max-width: none !important;
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    margin: 0 !important;
}

.embeddedServiceHelpButton {
    display: none !important;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #005290;
    font-family: "Arial", sans-serif;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #005290;
}

.embeddedServiceLiveAgentStateChatMenuMessage ul.rich-menu-items {
    width: 250px;
}

.embeddedServiceLiveAgentStateChatMenuMessage .rich-menu-item,
.embeddedServiceLiveAgentStateChatMenuMessage .rich-menu-itemOptionIsClicked {
    text-align: left;
    font-size: 14px;
    color: white;
}

.embeddedServiceLiveAgentStateChatMenuMessage .rich-menu-item {
    background-color: #00008f;
}

.embeddedServiceLiveAgentStateChat .messageArea,
.embeddedServiceLiveAgentStateChat .endChatContainer {
    background-color: #B5D0EE;
}

.embeddedServiceLiveAgentStateChatItem.chatMessage {
    background-color: #B5D0EE;
}

/* ■Hover時のメニュー */

.embeddedServiceLiveAgentStateChatMenuMessage .chatContent .rich-menu-item:hover {
    background-color: #FAD6DE;
}

.embeddedServiceLiveAgentStateChatMenuMessage .rich-menu-itemOptionIsClicked {
    background-color: #9190AC;
}

.embeddedServiceLiveAgentStateChatMenuMessage .rich-menu {
    background-color: transparent;
}

/* ■ボットメッセージのフォント */

.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.plaintextContent {
    font-size: 14px;
}

.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.agent.plaintextContent {
    background-color: white;
}

/* チャットボットメニュー非表示  */
.embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper {
    display: none;
}
button[embeddedService-chatHeader_chatHeader].minimizeButton {
    display: none;
}

/* ■チャットボットのヘッダーボタン削除 */

.embeddedServiceSidebar .headerItem {
    display: none;
}

/* ■チャットボットの終了領域削除 */

.embeddedServiceLiveAgentStateChatHeaderOption {
    display: none !important;
}

.embeddedServiceLiveAgentStateChatHeader .content {
    height: 90px !important;
}

/*
    テストボタン関連
    */

.btn-icon {
    padding: .75em;
    width: 30px;
    height: 30px;
}

.btn:visited {
    fill: #fff;
    color: #fff;
}

.btn,
.btn a,
.btn a:visited,
.btn:visited,
.button,
.button a,
.button a:visited,
.button:visited {
    color: #fff;
    text-decoration: none;
}

.btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .1em;
    opacity: 1;
    outline: 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    height: 30px;
    padding: 0 30px;
    font-size: 1rem;
    border: 2px solid #00008f;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #00008f;
    color: #fff;
    fill: #fff;
}

.button-blue:hover,
.button-blue:visited {
    fill: #fff;
    color: #fff;
    background-color: #00008f;
    border: 2px solid #00008f;
}

.button-blue {
    background-color: #00008f;
    border: 2px solid #00008f;
    color: #fff;
    fill: #fff;
}

.btn .svg-icon {
    color: #fff;
    fill: #fff;
}

.svg-icon {
    fill: #00008f;
    height: 1em;
    width: 1em;
}

.button-blue .btn-icon {
    border: none;
}

.btn-icon {
    padding: .75em;
    width: 20px;
    height: 20px;
    border-left-width: 2px;
    border-left-style: solid;
}

.btn-txt {
    color: #fff;
    background-color: transparentd;
}

/* hide the text input for the DeductionCerti_ChatBot only */
.hide-text-input.DeductionCerti_ChatBot_Release {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #e9ecf5;
    z-index: 5001;
}
