/* BEGIN_OF_FILE
                   Obs: This Code is auto generated, any changes made below will be deleted when user set new css by Custom Editor 
                 _____           _                    _____    _ _ _             
                /  __ \         | |                  |  ___|  | (_) |            
                | /  \/_   _ ___| |_ ___  _ __ ___   | |__  __| |_| |_ ___  _ __ 
                | |   | | | / __| __/ _ \| '_ ` _ \  |  __|/ _` | | __/ _ \| '__|
                | \__/\ |_| \__ \ || (_) | | | | | | | |__| (_| | | || (_) | |   
                 \____/\__,_|___/\__\___/|_| |_| |_| \____/\__,_|_|\__\___/|_|   
                */

                /* chat body background color */
                .sophie-chatter-container {
                    background: #f7f8fb!important;
                }

                /* chat header */
                .sophie-chatter-container .headerpanel {
                    background-color: white!important;
                    border-width: 4px!important;
                    border-color: #e23c07!important;
                }

                /*chat header center image*/
                .sophie-chatter-container .headerpanel .logobackg {
                    background-image: url('https://chatter.sophie.chat/GetPermanentImage?fileNamePrefix=Logo_&tenantId=339c87347b70494fadfbcd07e2a8063d');
                }

                /* chat header avatar image */
                .sophie-chatter-container .headerpanel .bot-info .avatar-chat {
                    background-image: url('https://chatter.sophie.chat/GetPermanentImage?fileNamePrefix=Avatar_&tenantId=339c87347b70494fadfbcd07e2a8063d');
                }

                .sophie-chatter-container .avatar-login {
                    background-image: url('https://chatter.sophie.chat/GetPermanentImage?fileNamePrefix=Avatar_&tenantId=339c87347b70494fadfbcd07e2a8063d');
                }

                /*chat header agent title*/
                .sophie-chatter-container .headerpanel .bot-info .bot-name {
                    font-size: 15px!important;
                    color: #000136!important;
                }

                /* chat header agent description */
                .sophie-chatter-container .headerpanel .bot-info .bot-description {
                    font-size: 10px!important;
                    color: #000136!important;
                }

                /* chat hader logout icon */
                .sophie-chatter-container .headerpanel .header-actions .btn-logout span {
                    font-size: 0px!important;
                    color: black!important;
                }

                /* chat body agent ballon */
                .sophie-chatter-container .chat-area .bubble-container .bubble-left {
                    background: white!important;
                }

                /* chat body agent ballon title*/
                .sophie-chatter-container .chat-area .bubble-container .bubble-left .message-sender {
                    font-size: 14px!important;
                    color: #000136!important;
                }

                /* chat body agent ballon message */
                .sophie-chatter-container .chat-area .bubble-container .bubble-left .message-text {
                    font-size: 14px!important;
                    color: #3c3d3e!important;
                }

                /* chat body agent ballon time stamp */
                .sophie-chatter-container .chat-area .bubble-container .bubble-left .message-time {
                    font-size: 14px!important;
                    color:lightgrey!important;
                    text-align: left!important;
                }

                /* chat body client ballon */
                .sophie-chatter-container .chat-area .bubble-container .bubble-right {
                    background: lightgrey!important;
                } 

                /* chat body client ballon title */
                .sophie-chatter-container .chat-area .bubble-container .bubble-right .message-sender {
                    font-size: 14px!important;
                    color: #000077!important;
                }

                /* chat body client ballon message */
                .sophie-chatter-container .chat-area .bubble-container .bubble-right .message-text {
                    font-size: 14px!important;
                    color: #3c3d3e!important;
                }

                /* chat body client ballon time stamp */
                .sophie-chatter-container .chat-area .bubble-container .bubble-right .message-time {
                    font-size: 14px!important;
                    color: lightgrey!important;
                    text-align: left!important;
                }

                /* chat footer  */
                .sophie-chatter-container .chatter-actions, .sophie-chatter-container .chatter-actions input { 
                    background: white!important;
                    font-size: 14px!important;
                    color: black!important;
                }
                
                /*New*/
                /* password field */
                .sophie-chatter-container .sophie-chatter-login .password-field {
                    display: none;
                }
                /* language selector */
                .sophie-chatter-container .headerpanel .header-actions .language-select {
                    visibility: hidden;
                }
                /* exit button */
                .sophie-chatter-container .headerpanel .header-actions .btn-logout span {
                    color: #d8d8d8 !important;
                }
                /* forgot password button */
                .sophie-chatter-container .sophie-chatter-login .form-group .btn-password-reset {
                    display: none;
                }