.pre-chat .slds-form-element__label{
    padding: 0;
}
.pre-chat .slds-has-error .slds-form-element__help {
    color: #d93311;
    font-size: 12px;
}
.pre-chat .slds-rich-text-editor__output span,
.pre-chat .slds-rich-text-editor__output a{
    display: inline;
    font-size: 12px;
}
.pre-chat .customize-input .slds-form-element__label {
    position: relative;
    font-size: 12px;
    color: #3e3e3c;
    font-family: "Noto Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
.pre-chat .input-field .customize-input .slds-form-element__label {
    font-size: 12px;
    font-weight: 700;
}
.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: 12px;
    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: 12px;
    line-height: 22px;
    min-height: 22px;
    border: 1px solid var(--sds-c-input-color-border, #dddbda);
}
.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: 12px;
    padding: 8px;
}
.pre-chat .customize-textarea .slds-form-element__label{
    position: relative;
    font-size: 12px;
    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: 12px;
    cursor: pointer;
}
.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: 12px;
}
.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: 12px;
}
.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: 12px;
    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: 12px;
}
.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: 12px;
    width: 100%;
    min-height: 22px;
    line-height: 22px;
    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: 12px;
    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 {
    margin-bottom: 5px;
}
.pre-chat .field-Country .customize-input .select-input{
    border-color: rgb(117, 117, 117);
}
.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] {
    color: #dddbda;
    background-color: white;
    cursor: default;
}
.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;
}

div.embedded-messaging-inbound-chat-message{
    color: #000 !important;
    font-size: 12px !important;
    background-color: #fff !important;
}
div.embedded-messaging-system-event-participantchanged-text,
div.embedded-messaging-system-event-routingresult-text,
section.slds-chat{
    background-color: rgb(246, 246, 247) !important;
}
.fileAttachmentButton{
    padding:0 !important;
    bottom:0 !important;
}
.embeddedMessagingSendButtonWrapper{
    bottom: 0.55rem !important;
}
.footerItemsContainer{
    height: 60px;
}
:root {
    --botton-hide-message: ;
    --botton-hide-textarea: inherit;
}
.showLoadingAnimation {
    display:none !important;
}
.footerItemsContainer{
    position: relative;
}
.footerItemsContainer:after {
    content: var(--botton-hide-message);
    background: #BD1874;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    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;
}
.embedded-messaging-menu-item-option{
    min-height:auto !important;
}
.embedded-messaging-menu-item{
    border: 1px solid #bd0f72 !important;
    border-top: 0px !important;
    height: 36px;
    background-color: #fff;
}
embeddedmessaging-choices-menu > ul {
    border-top: 1px solid #bd0f72;
    border-radius: 5px;
}

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: 12px !important;
}
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;
}
.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;
}