@import 'datatable.css';
@import 'supportPage.css';

:root {
    --lwc-zIndexToast: 20005;
}

:is(
    .comm-page-custom-ht-accelerators, 
    .comm-page-custom-cases,
    .comm-page-custom-accelerator-view,
    .comm-page-custom-help-overview
) 

.comm-page-custom-channel-recommendations .cb-section_column,
.forceCommunitySection .cb-section_column {
    padding: 0 !important;
}
.cb-section_column .ui-widget {
    margin: 0 !important;
}
.comm-page-custom-ht-articleview::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
body.comm-page-custom-ht-articleview div.ht-header {
    position: fixed;
}
.comm-page-custom-search-result .slds-col--padded.comm-content-header.comm-layout-column {
    padding: 0 !important;
}
.ht-form-details-banner-container .banner-rich_text ul {
    margin-bottom: 0;
}
.business-impacted_date input {
    width: 135px;
}
.business-impacted_date .slds-input__icon.slds-input__icon_right {
    left: 109px;
}
.hero-search-input > div > .slds-input {
    font-family: Salesforce Sans, sans-serif;
    height: 54px;
    padding-left: 50px;
    border: 1px solid #F3F3F3;
    border-radius: 8px;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    color: #706E6B;
}
.hero-search-input > div > lightning-primitive-icon > .slds-input__icon {
    width: 20px;
    height: 20px;
    top: 45%;
    margin-left: 5px;
}
.hero-login-button-container > .hero-login-button {
    font-family: Salesforce Sans, sans-serif;
    background-color: transparent;
    color: #032D60;
    font-size: 16px;
    line-height: 24px;
}
.app-launcher-main-icon > lightning-primitive-icon > svg:hover {
    fill: #0070d2;
}

.app-launcher-main-icon .slds-button {
    color: currentColor;
}
.app-launcher-main-icon .slds-button:focus,
.app-launcher-main-icon .slds-button:hover {
    color: #0176D3;
}
.ht-header .slds-button_icon {
    border: 1px solid transparent;
}
.hero-search-input input[type="search"] {
    -webkit-appearance: none;
}
.manage-all-orgs-heading {
    font-size: 56px;
    line-height: 60px;
    color: #032D60;
    margin: 100px 24px 64px 24px;
    height: 60px;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.loadingCon.global.siteforceLoadingBalls {
    display: none;
}
.file-upload-container label {
    cursor: pointer;
}
.escalation-reason-combobox.slds-has-error input.slds-input,
.escalation-reason-combobox.slds-has-error input.slds-input:focus {
    border-color: rgb(194, 57, 52);
}
.escalation-reason-combobox.slds-has-error input.slds-input:focus {
    box-shadow: rgb(194, 57, 52) 0px 0px 0px 1px inset, rgb(0, 112, 210) 0px 0px 3px 0px;
}
.preferred-date-comment textarea.slds-textarea {
    min-height: 6.25rem !important;
}
.preferred-date-comment textarea.slds-textarea::placeholder {
   font-style: italic;
}
@media (max-width: 768px){
    .app-launcher-main-icon > lightning-primitive-icon > svg{
        height: 1.5rem !important;
        width: 1.5rem !important;
        margin: -0.3rem;
    }
    .manage-all-orgs-heading {
        font-size: 30px;
        line-height: 116%;
        height: 35px;
        margin: 48px 16px;
    }
}
@media (max-width: 400px) {
    .hero-search-input > div > .slds-input{
        width: 306px;
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 767px) and (min-width: 401px) {
    .hero-search-input > div > .slds-input{
        width: 327px;
        font-size: 14px;
        line-height: 20px;
    }
    .hero-login-button-container > .hero-login-button {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1439px) {
    .hero-search-input > div > .slds-input{
        width: 458px;
    }
    .hero-login-button-container > .hero-login-button {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (min-width: 1440px) {
    .hero-search-input > div > .slds-input{
        width: 800px;
    }
}

@media only screen and (max-width: 767px) {
    .embedded-messaging>.embeddedMessagingFrame[class~="isMaximized"] {
        max-height: calc(100dvh - 11em) !important;
    }
}
