/*AZ 11/1/2024 adjust the position of contact us button RC-87 */
:root {
    --chat-btn-background-color: #D6938A;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: var(--chat-btn-background-color);
    font-size: 2rem;
    margin-top: 0.4rem;
    z-index: 10000;
    position: sticky;
}
/*JK 11/23/23  changed chat button in this .css to make it circle and show icon only and handling it*/
.sidebarHeader[lwc-56vbshdpqil] {
    background: #00263e;
}
.embeddedServiceSidebarMinimizedDefaultUI .content{
    margin-right: auto;
}
[dir='rtl'] .embeddedServiceSidebarMinimizedDefaultUI .content {
    margin-right: 1.3rem;
    margin-left: auto;
}

.embeddedServiceHelpButton .uiButton{
    min-width: auto;
    max-width: none;
}

.sidebarHeader[embeddedService-chatHeader_chatHeader] {
    background: #00263e;
}
.embeddedServiceSidebarButton {
    background: #00263e;
}
.embeddedServiceHelpButton .embeddedServiceIcon {
    margin-right: 10px;
    margin-left: 0;
    display: block !important;
}
[dir='rtl'] .embeddedServiceHelpButton .embeddedServiceIcon {
    margin-right: 0;
    margin-left: 10px;
    display: block !important;
}
.embeddedServiceHelpButton div[dir='rtl'] .embeddedServiceIcon {
    margin-left: 10px;
    margin-right: 0;
    display: block !important;
}
.embeddedServiceHelpButton .embeddedServiceIcon::before {
    font-size: 1em;
}
.fieldList a {
    margin-top: 20px;
    background: #00263e;
    display: block;
    border-radius: 15px;
    padding: 10px;
    color: white;
}
button[embeddedService-chatHeader_chatHeader] svg {
    width: 70%;
}
button.minimizeButton:hover[embeddedService-chatHeader_chatHeader]:before {
    top: 12px;
    width: 28px;
    height: 28px;
    right: 53px;
}
button.closeButton:hover[embeddedService-chatHeader_chatHeader]:before {
    top: 12px;
    width: 28px;
    height: 28px;
    right: 21px;
}
.embeddedServiceSidebarMinimizedDefaultUI.helpButton {
    bottom: 8px;
    display: block !important;

    width: 4.55rem;
    height: 4.55rem;
    border-radius: 50%;
    background: #00263e;
    font-size: 2rem;
    margin-top: 0.4rem;
    z-index: 10000;
    min-width: 4.55rem;
    padding-left: 1.8rem;
}
button.sidebarHeader.minimizedContainer.embeddedServiceSidebarMinimizedDefaultUI {
    bottom: 8px;
    border-radius: 23px;
    background: #00263e;
    height: 4.55rem;
    width: 4.55rem;
    padding-left: 1.8rem;
}
button.sidebarHeader.minimizedContainer.embeddedServiceSidebarMinimizedDefaultUI .messageContent{
    font-size: 0.1 !important;
    flex-direction: row;
    gap: 10px;
}
div[dir='rtl'] button.sidebarHeader.minimizedContainer.embeddedServiceSidebarMinimizedDefaultUI .messageContent{
    flex-direction: row-reverse;
    gap: 10px;
}
button.sidebarHeader.minimizedContainer.embeddedServiceSidebarMinimizedDefaultUI .messageContent .minimizedText{
    width: auto;
}
.embeddedServiceHelpButton div[dir='rtl'].helpButton {
    left: 12px;
    right: auto;
}
.embeddedServiceSidebar.layout-docked[dir='rtl'] .embeddedServiceSidebarMinimizedDefaultUI {
    right: auto;
    left: 12px;
}
.embeddedServiceSidebar.layout-docked[dir='rtl']
    .embeddedServiceSidebarMinimizedDefaultUI
    .embeddedServiceIcon {
    margin-right: 0;
    margin-left: 8px;
}
.embeddedServiceSidebarForm .fieldList {
    margin: 12px 12px 0 12px;
}
[dir='rtl'] .embeddedServiceHelpButton .helpButton {
    right: unset;
    left: 12px;
}
[dir='rtl'] button.minimizeButton svg {
    position: relative;
    right: 6px;
}
[dir='rtl'] button.closeButton svg {
    position: relative;
    right: 6px;
}
[dir='rtl'] .embeddedServiceSidebar.layout-docked .dockableContainer {
    right: auto;
    left: 20px;
}


@media only screen and (min-width: 480px) {
    .embeddedServiceHelpButton .helpButton {
        bottom: 12px;
    }
    .embeddedServiceHelpButton .helpButton .uiButton {
        border-radius: 23px;
    }
    .embeddedServiceHelpButton .helpButton .uiButton:hover::before {
        width: 10rem;
        height: 4.55rem;
        border-radius: 20rem !important;
        background-color: transparent !important;
        font-size: 1.1rem;
        margin-top: 0.4rem;
    }
    button.helpButtonEnabled.uiButton::before {
        border-radius: 23px !important;
    }
    [dir='rtl'] .embeddedServiceHelpButton .helpButton {
        right: unset;
        left: 1.1rem;
    }
}
@media only screen and (min-width: 767px){
    .embeddedServiceHelpButton .helpButton {
        bottom: 12px;
    }

    .embeddedServiceHelpButton .helpButton .uiButton {
        border-radius: 23px;
    }
    button.helpButtonEnabled.uiButton::before {
        border-radius: 23px !important;
    }
    [dir='rtl'] .embeddedServiceHelpButton .helpButton {
        right: unset;
        left: 1.1rem;
    }
}
@media only screen and (min-width: 1920px) {
    .embeddedServiceHelpButton .helpButton {
        bottom: 12px;
    }
    .embeddedServiceHelpButton div[dir='rtl'].helpButton {
        right: unset;
        left: 1.1rem;
    }
    .embeddedServiceHelpButton .helpButton .uiButton {
        border-radius: 23px;
    }
}

@media only screen and (max-width: 991px) {
    .embeddedServiceHelpButton .helpButton.isPDP {
        bottom: 7.5rem !important;
        right: 0.8rem;
    }
    [dir='rtl'] .embeddedServiceHelpButton .helpButton.isPDP {
        right: unset;
        left: 0.8rem;
    }
}