html{
    font-family: 'Noto Sans', sans-serif;
    line-height: normal;
}
.pre-chat .slds-form-element__label{
    padding: 0;
}
.leave-form .slds-has-error .slds-form-element__help,
.pre-chat .slds-has-error .slds-form-element__help {
    color: #d93311;
    font-size: 13px;
}
.pre-chat .slds-rich-text-editor__output span,
.pre-chat .slds-rich-text-editor__output a{
    display: inline;
    font-size: 13px;
}
.pre-chat .customize-input .slds-form-element__label {
    position: relative;
    font-size: 13px;
    color: #555A61;
    font-family: "Noto Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: -0.4px;
}
.pre-chat .need-transcript .slds-form-element__label{
    font-weight: normal;
    color: #333333;
    letter-spacing: -0.4px;
}
.pre-chat .customize-input.required .slds-form-element__label:after,
.pre-chat .customize-textarea.required .slds-form-element__label:after{
    display: inline;
    content: " *";
    font-size: 13px;
    font-weight: normal;
    color: rgb(217, 51, 17);
}
.pre-chat .customize-input .slds-required,
.pre-chat .customize-textarea .slds-required{
    display: none;
}
.pre-chat .customize-input .slds-input{
    width: 100%;
    font-size: 15px;
    border: 1px solid #B8BEC8;
}
.pre-chat .exrate-vessel.customize-input .slds-input{
    line-height: 1.875rem;
}
.pre-chat .exrate-booking-number.customize-input .slds-input{
    line-height: 1.875rem;
}
.pre-chat .customize-textarea .slds-textarea{
    width: 100%;
    font-size: 13px;
    padding: 8px;
}
.pre-chat .customize-textarea .slds-form-element__label{
    position: relative;
    font-size: 13px;
    font-family: "Noto Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
.pre-chat .customize-input .slds-input[readonly]{
    border: 1px solid var(--sds-c-input-color-border, #dddbda);
    background-color: #ebebe4;
}
.pre-chat .customize-input .slds-input[disabled], .customize-input .slds-input.slds-is-disabled{
    background-color: rgba(236, 235, 234, .4) ;
}
.pre-chat .customize-textarea .slds-textarea[disabled], .customize-textarea .slds-textarea.slds-is-disabled {
    background-color: rgba(236, 235, 234, .4) ;
}
.pre-chat .customize-button {
    margin-left: 0;
    padding: 0;
}
.pre-chat .customize-button button{
    width: 100%;
    background-color: rgb(189, 24, 116);
    color: #fff;
    padding: 11px;
    line-height: unset;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-color:#fff;
    letter-spacing: -0.1px;
}
.pre-chat .customize-button button:hover,
.pre-chat .customize-button button:focus{
    background-color: rgb(189, 24, 116);
    border-color: rgb(189, 24, 116);
    color: #fff;
}
.pre-chat .customize-input .slds-input.slds-combobox__input[readonly]{
    background-color: var(--sds-c-input-color-background, white);
    border: 1px solid var(--sds-c-input-color-border, #dddbda);
}
.pre-chat .customize-input .slds-dropdown-trigger_click .slds-dropdown{
    max-height: 220px;
    font-size: 13px;
}
.pre-chat .customize-card .slds-card{
    padding: 125px 0 0;
    background: var(--lwc-esColorBackgroundInverse,#fff);
    border-width: 0;
    box-shadow: none;
}
.pre-chat .customize-card.son-o-v .slds-card{
    overflow: visible;
}
.pre-chat .customize-card .slds-card .slds-card__body{
    padding: 8px 16px;
    margin: 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 2px;
}
.pre-chat .customize-card .slds-card .slds-card__body .slds-form-element__label{
    font-size: 13px;
}
.pre-chat .customize-card .slds-card .slds-card__body .slds-form-element__label abbr{
    display: none;
}
.pre-chat .customize-card .slds-card .slds-card__body .slds-button{
    width: 100%;
    background-color: rgb(189, 24, 116);
    color: #fff;
    padding: 11px;
    line-height: unset;
    font-size: 13px;
    border-color: rgb(189, 24, 116);
    cursor: pointer;
}
.pre-chat .customize-combobox .slds-dropdown{
    overflow: auto;
    max-height: 170px;
}
.pre-chat .customize-combobox.list-at-top .slds-dropdown{
    top: auto;
    bottom: 100%;
}
.pre-chat .customize-combobox .slds-dropdown .slds-listbox__option{
    position: relative;
    font-size: 13px;
}
.pre-chat .customize-combobox .slds-dropdown .slds-listbox__option-icon{
    position: absolute;
}
.pre-chat .customize-combobox .slds-combobox_container .slds-combobox__input{
    width: 100%;
}
.pre-chat .customize-input .slds-combobox__input{
    font-size: 15px;
    width: 100%;
    min-height: 32px;
    line-height: 32px;
    text-align: left;
    background-color: #fff;
    outline: none;
    border-radius: 0.25rem;
    border: 1px solid var(--sds-c-input-color-border, #dddbda);
}
.pre-chat .customize-card .slds-card .slds-card__body .slds-combobox__input{
    background-color: #fff;
    padding: 11px;
    line-height: unset;
    font-size: 13px;
    border: 1px solid rgb(189, 24, 116);
    border-radius: 0.25rem;
}
.pre-chat .customize-card .slds-card .slds-card__body .slds-combobox__input:focus{
    box-shadow: none;
}
.pre-chat .customize-input .slds-dropdown-trigger_click .slds-datepicker{
    max-height: unset;
}
.pre-chat .customize-input .slds-dropdown-trigger_click .slds-select_container:before{
    border-bottom:5px solid #061c3f;
    top:calc((1.75rem / 2) - 6px);
}
.pre-chat .customize-input .slds-dropdown-trigger_click .slds-select_container:after{
    border-top:5px solid #061c3f;
    bottom:calc((1.75rem/ 2) - 6px);
}
.lfm-main-menu-button button{
    width:100%;
    height:100%;
    border: none !important;
    color: rgb(189, 24, 116) !important;
    font-size: 12px;
}
.lfm-main-menu-button>button:hover{
    color: white !important;
}
.pre-chat .customize-input .slds-input-has-icon .slds-input__icon {
    right: 8px;
}

.pre-chat .field-Country .customize-input .select-input{
    border-color: #B8BEC8;
}
.pre-chat .slds-form-element__help{
    margin-top: 0;
}
.pre-chat .field-Country .customize-input .select-input .slds-input{
    background-color: rgb(255, 255, 255);
    border: unset;
}
.pre-chat .chat-message-disabled:after {
    content: attr(data-value);
    font-size: 14px;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 50px;
    top: 0;
    left: 0;
    cursor: not-allowed;
    background-color: #BD1874;
    color: #ffffff;
    text-indent: 10px;
}
.pre-chat .customize-input.required {
    float: unset;
    padding-right: unset;
    color: unset;
    font-weight: unset;
}
.pre-chat .leave-message-container .customize-textarea.required {
    float: unset;
    color: unset;
    font-weight: unset;
    padding-right: unset;
}
.pre-chat .field-Reference_Type .slds-truncate,
.pre-chat .field-Corporate_Office .slds-truncate{
    color: rgb(17, 17, 17);
}
.pre-chat .slds-button[disabled] {
    background-color: #D8DDE5;
    cursor: default;
}
.pre-chat .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after{
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.pre-chat .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux{
    background-color: #A20D66;
    border:1px solid #A20D66;
}
.disable-btn button{
    width:100%;
    height:100%;
    border: none !important;
    color: rgb(157, 153, 155) !important;
    box-shadow: none !important;
    font-size: 12px;
}
.disable-btn>button:active, .disable-btn>button:hover{
    color: rgb(157, 153, 155) !important;
    box-shadow: none !important;
    cursor: not-allowed;
}
.slds-scope .slds-button_icon-border.slds-is-selected {
    background-color : rgb(189, 15, 114);
    border: rgb(189, 15, 114);
}
.radio-options button:active {
    background-color : rgb(189, 15, 114);
    border: rgb(189, 15, 114);
}
.notificationArea .minimizedButtonWrapper .minimizedButton {
    display: none !important;
}
.emojiKeyboard {
    position: absolute !important;
    max-height: fit-content !important;
}

div.embedded-messaging-inbound-chat-message{
    color: #333333 !important;
    font-size: 15px !important;
    background-color: #F5F7FA;
    border-radius: 8px;
    letter-spacing: -0.4px;
    padding: 8px 12px;
}

.fileAttachmentButton{
    color: #bd0f72 !important;
    padding:0 !important;
    bottom:0 !important;
}
.embeddedMessagingSendButtonWrapper{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom:auto !important;
}
.footerItemsContainer{
    height: 56px;
    border-top: 1px solid #D8DDE5;
    position: relative;
    margin-top: 4px;
}
:root {
    --inputFooterButton:#bd0f72 !important;
    --botton-hide-message: ;
    --botton-hide-textarea: inherit;
}
.showLoadingAnimation {
    display:none !important;
}
.footerItemsContainer:after {
    content: var(--botton-hide-message);
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8B939E;
    font-size: 15px;
    cursor: not-allowed;
}
.embeddedMessagingInputTextAreaWrapper{
    display: var(--botton-hide-textarea) !important;
}
.embedded-messaging-menu-item-option{
    font-size: 12px !important;
    color: #bd0f72 !important;
    min-width:auto !important;
    padding: 5px !important;
}
.embedded-messaging-menu-item-option{
    min-height:auto !important;
}
.embedded-messaging-menu-item{
    border: 1px solid #bd0f72 !important;
    border-top: 0px !important;
    min-height: 36px !important;
    background-color: #fff;
}
embeddedmessaging-choices-menu > ul {
    border-top: 1px solid #bd0f72;
    border-radius: 5px;
}
embeddedmessaging-emoji-container button.slds-button_icon {
    bottom: auto !important;
}
.embedded-messaging-chat-message div.embedded-messaging-outbound-chat-message {
    align-self: flex-end;
}
li.slds-chat-listitem:has(> div .hide-lwc){
    display: none;
}
div.embedded-messaging-chat-message{
    white-space:normal !important;
}
div.embedded-messaging-outbound-chat-message{
    font-size: 15px !important;
    letter-spacing: -0.4px;
    padding: 8px 12px;
    border-radius: 8px;
}
lightning-combobox[data-id="Importexport"] label {
    position: absolute !important;
}
:is([dir~="rtl"]) .slds-input__icon-group_right {
    left: 30px;
    right: auto;
}
:is([dir~="rtl"]) .slds-input_faux {
    padding-right:.75rem;
    padding-left:1rem;
}
:is([dir~="rtl"]) .slds-dropdown {
    text-align: right;
}
:is([dir~="rtl"]) .pre-chat {
    text-align: right !important;
}
:is([dir~="rtl"]) .pre-chat .customize-input .slds-input-has-icon .down-icon{
    left: 8px;
    right: auto;
}
:is([dir~="rtl"]) .menu-container-messaging {
    right: 25%;
}
:is([dir~="rtl"]) .menu-container-messaging .sub-toggle-button-icon{
    left: -8px !important;
}
:is([dir~="rtl"]) div.embedded-messaging-inbound-chat-message + div.embedded-messaging-chat-message-metadata{
    text-align:unset !important;
}
:is([dir~="rtl"]) ul > div.chat-typing-indicator > span.typing-indicator-text{
    padding-right: 10px;
}
:is([role='tooltip']).slds-scope{
    width: 220px;
}
:is([lang="ar"]) .slds-popover{
    direction: rtl;
}
:is([dir~="rtl"]) .pre-chat lightning-primitive-icon+.slds-input{
    padding-right: 25px;
}
:is([dir~="rtl"]) .pre-chat .slds-input[aria-autocomplete="list"]{
    padding-right: 10px;
}
.leave-message-container-messaging[dir="rtl"] .slds-form-element__label{
    direction: ltr;
}
.leave-form-upload-text .slds-rich-text-editor__output{
    line-height: 1.2;
}
.rating button.slds-is-selected {
    background-color : rgb(189, 15, 114) !important;
    border: rgb(189, 15, 114) !important;
}
.rating button:hover {
    color:rgb(189, 15, 114) !important;
}
.detail-scroll > span {
    flex-grow: 1;
}
div.embedded-messaging-inbound-chat-message:not(.custom_chat_message_bubble_component){
    background-color: #F5F7FA !important;
}
.embedded-messaging-quick-reply{
    min-height: auto !important;
    font-size: 13px;
    font-weight: 600;
    color: #555A61 !important;
    padding: 10px 8px;
    text-align: left;
}
embeddedmessaging-choices-buttons:has(.slds-hide) > div {
    display: flex !important;
    position: relative;
}
embeddedmessaging-choices-buttons:has(.slds-hide) button{
    color: #D8DDE5 !important;
    border-color:#D8DDE5 !important;
}
.agree-info lightning-primitive-icon svg,
.showreferencetype lightning-primitive-icon .slds-button__icon {
    width: 21px;
    height: 21px;
    color: #5AA7AD;
    fill: #5AA7AD;
}
embeddedmessaging-conversation-log > section.slds-chat:focus{
    border: 0px !important;
}
.radio-options .slds-button_icon-border{
    border: 0px !important;
}
.leave-message-container .slds-form-element__label,
.main-form .slds-form-element__label{
    padding-right:0px;
    padding-top:0px;
    margin-bottom:4px;
    font-size:13px;
    font-weight: 600;
    color:#555A61;
}
.leave-message-container .slds-form-element__label .slds-required,
.main-form .slds-form-element__label .slds-required{
    display: none !important;
}
.leave-message-container .slds-form-element__label::after,
.main-form .slds-form-element__label::after{
    content: "*";
    color: #ea001e;
    padding-left: 4px;
}
.leave-message-container .leave-form-upload-control .slds-form-element__label::after{
    content:none;
}
embeddedmessaging-input-footer svg.slds-icon-text-default{
    fill: #BD0F72 !important;
}
.slds-chat{
    margin-bottom: 0px;
}
.slds-nubbin--bottom-left:before, .slds-nubbin_bottom-left-corner:before, .slds-nubbin_bottom-left:before,
.slds-nubbin--bottom-left:after, .slds-nubbin_bottom-left-corner:after, .slds-nubbin_bottom-left:after{
    content: normal;
}
.leave-message-container .slds-medium-show{
    display: block;
}
.leave-message-container .slds-form-element__control .slds-file-selector{
    width: 100%;
}
.leave-message-container .slds-form-element__control .slds-file-selector lightning-primitive-file-droppable-zone{
    width: 100%;
    padding: 16px;
}
.leave-message-container .slds-form-element__control .slds-file-selector .slds-file-selector__button{
    font-size: 15px;
    font-weight: 600;
    color: #BD0F72;
}
.leave-message-container .slds-form-element__control .slds-file-selector .slds-file-selector__text{
    font-size: 15px;
    color: #333333;
}