:root {
    --height-top-banner: 45px;
}
@media only screen and (max-width: 1600px) {
    :root {
        --height-top-banner: 40px;
    }
}
body .contentRegion .slds-card {
    --sds-c-card-color-background: #fff;
    background: #fff;
}
.cSU_AuthBannerLWC_9833 .slds-grid.searchbar_home .su-searchBoxContainer .su__search-bar input {
    border-radius: 4px !important;
    background: #fff;
    font-family: var(--lwc-fontFamilyHeader, Inter) !important;
    font-weight: 500;
}
.slds-grid.searchbar_home .su-searchBoxContainer span.su__search-bar-icon, .slds-grid.searchbar_home .su-searchBoxContainer span.su__search-bar-close-icon {
    background: #2160E1;
    height: 45px;
    top: 3px !important;
    right: 0 !important;
    padding: 0px !important;
    width: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
}
.slds-grid.searchbar_home .su-searchBoxContainer span.su__search-bar-icon  svg , .slds-grid.searchbar_home .su-searchBoxContainer span.su__search-bar-close-icon svg {
    width: 16px !important;
    height: 16px !important;
}
.slds-grid.searchbar_home .su-searchBoxContainer span.su__search-bar-icon  svg  path, .slds-grid.searchbar_home .su-searchBoxContainer span.su__search-bar-close-icon svg path {
    fill: #fff;
}
.slds-grid.searchbar_home span.su-autocompleteDiv .su__autoSuggestions * {
    font-family: var(--lwc-fontFamilyHeader, Inter) !important;
    font-weight: 400;
}
.slds-grid.searchbar_home .su__autoSuggestions {
    position: absolute;
    z-index: 111 !important;
    left: 0;
    right: 0;
    top: 50px !important;
}
.slds-grid.searchbar_home  .su-searchBoxContainer {
    position: relative;
}
.slds-grid.searchbar_home .slds-form-element__control.searchIconParent {
    z-index: 1111;
}

@media only screen and (max-width: 1900px) {
   .cSU_AuthBannerLWC_9833 .slds-grid.searchbar_home .su-searchBoxContainer .su__search-bar input  {
        height: 36px !important;
        min-height: 36px !important;
    }
    .slds-grid.searchbar_home .su-searchBoxContainer span.su__search-bar-icon, .slds-grid.searchbar_home .su-searchBoxContainer span.su__search-bar-close-icon {
        height: 36px;
        width: 46px;
    }
    .slds-grid.searchbar_home .su__autoSuggestions {
        top: 40px !important;
    }
   
}

.case__footer__wrapper {
    margin-top: 8px;
    gap: 8px;
}

.header-set-meeting .slds-card__header.slds-grid {
    padding: 14px 16px 14px;
    border-bottom: 1px solid #e9e9e9;
}
.header-set-meeting header.slds-media h2.slds-card__header-title {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #191919;
}
.header-set-meeting.spacing-set-btn .slds-card__header.slds-grid {
    padding: 8px 16px;
}
.table-cases table.slds-table.slds-table_header-fixed  tr th .slds-cell-fixed {
    background: #F3F3F3;
}
.main__inner--body--container.case_details_container {
    height: calc(100vh - 62px);
    padding-top: 4px;
    padding-bottom: 8px;
}

/*Height Fix CSS*/ 
.main__inner--body--container.case_details_container .temp_body  {
    height: 38vh;
    overflow: hidden;
}
.main__inner--body--container.case_details_container .temp_body .info-scroll  {
    height: calc(38vh - 118px);
    overflow: auto;
}
.main__inner--body--container.case_details_container .casedetail_layout_container {
    /* height: calc(34vh - 82px);
    overflow: hidden; */
} 
.main__inner--body--container.case_details_container .case__footer__wrapper  {
    height: 28vh;
    overflow: hidden;
    margin: 0px;
    padding-top: 8px;
}
.header-set-meeting .slds-card__body {
    margin-bottom: 0px;
}
.fix-posr .case-form {
    max-height: calc(100vh - 79px);
    overflow: auto !important;
    margin-top: 10px;
}
.cases-modal label.slds-form-element__label, .cases-modal lightning-file-upload span.slds-form-element__label {
    color: #000;
} 
lightning-textarea.height-150 textarea {
    height: 150px;
}


.text-editor-popup .slds-rich-text-editor {
    border: 1px solid #F1F2F3;
    background-color: #F1F2F3 !important;
}
.text-editor-popup .slds-rich-text-editor .slds-rich-text-editor__toolbar {
    background-color: #F1F2F3 !important;
    border: 0px;
}
.text-editor-popup .slds-rich-text-editor .ql-editor {
    background-color: #F1F2F3 !important;
}
.text-editor-popup .slds-rich-text-area__content  {
    background: #f1f2f3;
}

@media only screen and (max-width: 1600px) {
    .main__inner--body--container.case_details_container .temp_body  {
        height: 38vh;
    }
    .main__inner--body--container.case_details_container .temp_body .info-scroll  {
        height: calc(38vh - 90px);
    }
    .main__inner--body--container.case_details_container .casedetail_layout_container {
        /* height: calc(37vh - 100px); */
    }
    .header-set-meeting.spacing-set-btn .slds-card__header.slds-grid {
        padding: 4px 12px;
    }
    .header-set-meeting header.slds-media h2.slds-card__header-title {
        font-size: 14px;
    }
    lightning-button.small-btn-s button.slds-button {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .header-set-meeting .slds-card__header.slds-grid {
        padding: 8px 10px 8px;
    }
    .cases-modal footer.slds-modal__footer lightning-button button {
        line-height: 1.8rem;
    }
}

.body__expanded .table-cases.collapse-menu  {
    width: calc(100vw - 410px) !important;
}
.input-feedback button.slds-combobox__input {
    color: #747474;
}
.input-feedback  lightning-icon.slds-input__icon  svg path {
    fill: #747474;
}
@media only screen and (min-width: 1900px) {
    .case_details_container lightning-button button.slds-button {
        font-size: 14px;
    }
    .case_details_container .view-all-btn {
        font-size: 14px;
    }
    .what-boxes .what_list__block .su__recommendItemList {
        padding: 15px 8px !important;
    }
}
.comm-page-home  .supportcase__data_wrapper .support_case_table {
    height: 220px !important;
    overflow: auto;
    max-height: 220px !important;
}

@media only screen and (max-width: 1900px) {
   .comm-page-home  .supportcase__data_wrapper .support_case_table {
        height: 138px !important;
        max-height: 138px !important;
    }
    .what-boxes {
        height: calc(100vh - 448px);
    }
    .what-boxes .what_list__block {
        height: calc(100vh - 486px);
    }
    .supportcase__data_wrapper {
        padding-bottom: 10px !important;
    }
}


.quicklinks__pannel  {
    overflow: hidden;
}
.case_details_container .temp_body .info-scroll lightning-combobox .slds-listbox  lightning-base-combobox-item {
    padding: 4px !important;
}
.quicklinks__container {
    margin-bottom: 25px;
}
.menu--container  {
    z-index: 2;
}

.ql_popup_open .floating-button {
    z-index: 2 !important;
    overflow: hidden;
}
.ql_popup_open .floating-button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--slds-c-backdrop-color-background, var(--sds-c-backdrop-color-background, var(--slds-g-color-neutral-10-opacity-50, var(--lwc-colorBackgroundTempModalTint, rgba(8, 7, 7, 0.6)))));
    z-index: 4;
    border-radius: 8px;
}
@media only screen and (min-width: 1900px) {
    .main__inner--body--container.case_details_container .temp_body .info-scroll, .main__inner--body--container.case_details_container .temp_body .info-scroll lightning-formatted-text   {
         font-size: 14px;
    }
    .casedetail_layout_container   table.slds-table *, .casedetail_meeting__container table.slds-table *, .casedetail_file__container table.slds-table * {
        font-size: 14px;
    }
    .support_case_table.view-all-support.table-cases table.slds-table * {
        font-size: 14px;
    }
    .header-set-meeting .slds-m-around_medium.table-cases table.slds-table * {
        font-size: 14px;
    }
}

.main__inner--body--container.case_details_container .temp_body .info-scroll {
    color: #191919;
}
.main__inner--body--container.case_details_container .temp_body .info-scroll a, .main__inner--body--container.case_details_container .temp_body .info-scroll lightning-formatted-text {
    font-size: 14px;
    color: #191919;
}
.table-cases lightning-datatable table.slds-table thead tr th {
    color: #6e6e6e;
    font-weight: 500;
}
.table-cases lightning-datatable .slds-resizable__divider:before {
    background-color: rgb(229 229 229);
}
.table-cases lightning-datatable table.slds-table tbody tr td, .table-cases lightning-datatable table.slds-table tbody tr td lightning-base-formatted-text , .table-cases lightning-datatable table.slds-table tbody tr td, .table-cases lightning-datatable table.slds-table tbody tr th lightning-base-formatted-text  {
    color: #181818;
    word-break: break-word;
}
.paginationForSupportCases , .paginationForSupportCases * {
    font-size: 14px;
  
}
@media only screen and (max-width: 1600px) {
    .service-status .stats-cs span, .header-notification , span.titl-icon, .ql__header_title, .header-notification h4 , .what-boxes .header-whats h4 {
        font-size: 14px !important;
    }
    .right-data-s {
        font-size: 12px !important;
    }
    .ql__link__title {
        font-size: 12px;
    }
    .main__inner--body--container.case_details_container .temp_body .info-scroll, .main__inner--body--container.case_details_container .temp_body .info-scroll lightning-formatted-text   {
         font-size: 12px;
    }
    .casedetail_layout_container   table.slds-table *, .casedetail_meeting__container table.slds-table *, .casedetail_file__container table.slds-table *, .support_case_table.view-all-support table.slds-table * {
        font-size: 12px;
    }
    .header-notification span.number-notify {
        font-size: 8px !important;
    }
    .supportcase__outer_block .header__button_section lightning-button, .supportcase__outer_block .header__button_section lightning-button button,  .what-boxes .header-whats a,  .ql__header_editbtn  {
        font-size: 12px !important;
    }
    .header_section h1 {
        font-size: 14px;
    }
    .header_section {
        padding: 8px 15px 8px 15px !important;
    }
     .main__inner--body--container.case_details_container .temp_body .info-scroll a {
        font-size: 12px;
    }
    .innerAllOpenCases {
        box-shadow: 8px 0px 0px 0px #661975 inset !important;
    }
    .support_case_table.view-all-support.table-cases table.slds-table * {
        font-size: 12px;
    }
    .paginationForSupportCases, .paginationForSupportCases * {
        font-size: 12px;
    }
}

.cCsp_CommunityProfileMenuComponent .zs-profile-menu {
    height: 32px;
    display: flex;
    align-items: center;
    margin-top: 6px;
}
.cCsp_CommunityProfileMenuComponent .zs-profile-menu span.slds-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.breadcumb-active .breadCrumb a {
    color:#2160E1;
}
.breadcumb-active  lightning-breadcrumb.breadCrumb.unclickable, .breadcumb-active  lightning-breadcrumb.breadCrumb.unclickable a {
    color:#464646;
}
.ui-widget .profileIconContainer a.linkToUploadForceCropPhoto lightning-icon  {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F1F2F3;
    right: 2%;
}
.ui-widget .profileIconContainer a.linkToUploadForceCropPhoto lightning-icon svg {
    fill: #2160E1;
}
.info-records lightning-output-field lightning-formatted-text, .info-records lightning-output-field lightning-formatted-number  {
    color: #191919;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
}
.bts-info-tool lightning-helptext {
    position: absolute;
    top: -26px;
    right: 0;
}

.info-records lightning-input, .info-records lightning-combobox {
    color: #191919;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
}
@media only screen and (max-width: 1600px) {
   
    .info-records lightning-output-field lightning-formatted-text,  .info-records lightning-output-field lightning-formatted-number {
        font-size: 12px;
    }
    .info-records lightning-input, .info-records lightning-combobox, .info-records lightning-picklist {
       font-size: 12px;
    }
    .forceCommunityUserProfileHeader img.profileIconSmall {
       width: 104px !important;
        height: 104px !important;
    }
    .ui-widget .profileIconContainer a.linkToUploadForceCropPhoto lightning-icon {
        right: -1%;
    }
}
.panel.forceCommunityUserProfileHeader {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    padding: 50px 0;
}
.banner-height-body .menu--container, .banner-height-body .right_fixed__sidebar {
    height: calc(100vh - var(--csp__heading_padding) - var(--height-top-banner));
    top: calc(var(--csp__heading_padding) + var(--height-top-banner));
}
body.banner-height-body {
         padding-top: calc(var(--csp__heading_padding) + var(--height-top-banner));
}
body.banner-height-body.comm-page-home .contentRegion > div[data-region-name="content"] {
    height: calc(100vh - var(--csp__heading_padding) - var(--height-top-banner));
}
body.banner-height-body .what-boxes {
    height: calc(100vh - 610px - var(--height-top-banner));
}
body.banner-height-body .what-boxes .what_list__block {
    height: calc(100vh - 656px - var(--height-top-banner));
}
.padding-profile {
    max-height: calc(100vh - 175px);
    overflow: auto;
} 
.banner-height-body .padding-profile {
    max-height: calc(100vh - 240px);
    overflow: auto;
}

.siteforceSldsTwoCol48Layout .slds-col--padded.comm-layout-column [data-region-name="sidebar"] {
    height: 100%;
}
.siteforceSldsTwoCol48Layout .slds-col--padded.comm-layout-column [data-region-name="sidebar"] .ui-widget {
    margin: 0px !important;
        height: 100%;
}
.siteforceSldsTwoCol48Layout .slds-col--padded.comm-layout-column [data-region-name="sidebar"]  .panel.forceCommunityUserProfileHeader  {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
.siteforceSldsTwoCol48Layout .comm-layout-column .ui-widget {
     margin: 0px !important;
}
.icon-sz svg {
    width: 20px;
    height: 20px;
}
.label-service svg, .label-service span.titl-icon {
    cursor: pointer;
}
.banner-height-body .main__inner--body--container.case_details_container .temp_body {
    height: calc(42vh - var(--height-top-banner));
}
.banner-height-body .main__inner--body--container.case_details_container .temp_body .info-scroll {
    height: calc(42vh - 119px - var(--height-top-banner));
}

.banner-height-body .main__inner--body--container.case_details_container .casedetail_layout_container {
    /* height: calc(30vh - 82px); */
}
.banner-height-body .header-set-meeting.spacing-set-btn .table-cases.tbls-activity {
    height: calc(-174px + 30vh) !important;
}
.banner-height-body .schedule-height.height-tbls {
    height: calc(-132px + 28vh) !important;
}
.banner-height-body .height-tbls.files-height {
    height: calc(-94px + 28vh) !important;
}
@media only screen and (max-width: 1600px) {
   .banner-height-body .main__inner--body--container.case_details_container .temp_body {
        height: calc(38vh - 10px - var(--height-top-banner));
    }
    .banner-height-body .main__inner--body--container.case_details_container .temp_body .info-scroll {
        height: calc(38vh - 99px - var(--height-top-banner));
    }
    
    .banner-height-body .header-set-meeting.spacing-set-btn .table-cases.tbls-activity {
        height: calc(-137px + 34vh) !important;
    }
    .banner-height-body .main__inner--body--container.case_details_container .casedetail_layout_container {
        /* height: calc(34vh - 72px); */
    }
    .banner-height-body .schedule-height.height-tbls {
        height: calc(-105px + 28vh) !important;
    }
    .banner-height-body .height-tbls.files-height {
        height: calc(-70px + 28vh) !important;
    }
}

.banner-height-body .header-set-meeting.spacing-set-btn .table-cases {
    max-height: calc(-290px + 100vh) !important;
}
.banner-height-body  .casedetail_file__container .pd-area.table-cases .height-tbls {
    max-height: calc(-320px + 100vh) !important;
}
.banner-height-body.comm-page-custom-view-all-cases .supportcase__outer_block {
    height: calc(100vh - 90px - var(--height-top-banner));
}
.banner-height-body .supportcase__data_wrapper .support_case_table.view-all-support {
        max-height: calc(100vh - 300px - var(--height-top-banner)) !important;
}
.banner-height-body .notification_panel {
    max-height: calc(100vh - 224px - var(--height-top-banner)) !important;
}
body.banner-height-body .what-boxes.view-all-whats {
    max-height: calc(100vh - 224px - var(--height-top-banner));
    height: calc(100vh - 224px - var(--height-top-banner));
}
body.banner-height-body .right_fixed__sidebar .notification__pannel {
    height: calc(100vh - 460px - var(--height-top-banner));
}
@media only screen and (max-width: 1600px) {
    .icon-sz svg {
        width: 18px;
        height: 18px;
    }
}

.cCsp_CommunityProfileMenuComponent .zs-profile-menu  {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-right: 19px;
}
.cCsp_CommunityProfileMenuComponent .zs-profile-menu:after {
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 5px;
    top: 11px;
}
.cCsp_CommunityProfileMenuComponent .actionMenu.popupTargetContainer  {
   
    border-radius: 8px;
    background: #fff;
     min-width: 128px;
    box-shadow: 0px 3px 16px 2px rgba(0, 0, 0, 0.12), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 5px 6px -3px rgba(0, 0, 0, 0.20);
}
.cCsp_CommunityProfileMenuComponent .actionMenu.popupTargetContainer .actionMenu ul li a  {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.ttl-profile .edit-pro button.slds-button {
    color: #2160E1;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.14px;
}
.ttl-profile .edit-pro button.slds-button svg {
    width: 17px;
    height: 17px;
    position: relative;
    top: -2px;
}
.info-records lightning-output-field lightning-formatted-number {
    position: relative;
    top: -5px;
}
.banner-height-body  .scroll-height-incident {
    max-height: calc(100vh - 74px - var(--height-top-banner)) !important;
    overflow: auto;
}
.main__inner--body--container.case_details_container .temp_body .mb-10 {
    margin-bottom: 7px;
}
.header__bar_container .header__bar_inner_block .header__right-block {
    justify-content: flex-end;
}
@media only screen and (max-width: 1600px) {
    .header-set-meeting .slds-card__header.slds-grid {
        padding: 7px 10px 7px;
    }
}
.main__inner--body--container.case_details_container .main.breadcumb-active {
    padding-bottom: 0px;
    padding-top: 0px;
}
.main.breadcumb-active {
    padding-bottom: 5px;
}

.headerStyles .slds-text-heading_small {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #191919;
}

@media only screen and (max-width: 1600px) {
   .main.breadcumb-active {
        padding-bottom: 0px;
    }  
    .headerStyles .slds-text-heading_small {
        font-size: 14px;
    }
    .temp_body .headerStyles {
        padding-bottom: 4px !important;
        margin-top: -7px !important;
    }
	.temp_body .headerStyles button.slds-button  {
        font-size: 12px;
        padding: 0px 15px;
        line-height: 1.4rem;
    }

}
.dropdown-fix-arrow .slds-listbox.slds-listbox_vertical.slds-dropdown  {
    position: fixed !important;
    left: calc(25% + 97px) !important;
    right: initial !important;
    bottom: initial !important;
    transition: all 0.1s ease-in-out;
    width: calc(25% - 150px) !important;
    min-width: calc(25% - 150px) !important;
    z-index: -11;
    top: 25vh;
}
.banner-height-body .dropdown-fix-arrow .slds-listbox.slds-listbox_vertical.slds-dropdown {
    left: calc(25% + 95px) !important;
    width: calc(25% - 153px) !important;
    min-width: calc(25% - 153px) !important;
}
.body__expanded .dropdown-fix-arrow .slds-listbox.slds-listbox_vertical.slds-dropdown  {
    left: 25% !important;
    width: calc(25% - 120px) !important;
    min-width: calc(25% - 120px) !important;
}

@media only screen and (max-width: 1600px) {
    .dropdown-fix-arrow .slds-listbox.slds-listbox_vertical.slds-dropdown {
        left: calc(25% + 90px) !important;
        width: calc(25% - 153px) !important;
        min-width: calc(25% - 153px) !important;
    }
    .btn-small-sp button.slds-button {
        white-space: nowrap;
    }
    .body__expanded .dropdown-fix-arrow .slds-listbox.slds-listbox_vertical.slds-dropdown {
        left: calc(25% - 5px) !important;
        width: calc(25% - 124px) !important;
        min-width: calc(25% - 153px) !important;
    }
}
@media only screen and (max-width: 1365px) {
    .dropdown-fix-arrow .slds-listbox.slds-listbox_vertical.slds-dropdown {
        left: calc(25% + 94px) !important;
    }
    .btn-small-sp button.slds-button {
        padding: 0 7px;
    }
    .body__expanded .dropdown-fix-arrow .slds-listbox.slds-listbox_vertical.slds-dropdown {
        left: calc(25% - 5px) !important;
        width: calc(25% - 122px) !important;
    }
}
.what-boxes.view-all-whats, .notification_panel {
    margin-top: 10px;
}

.comm-page-home.banner-height-body .supportcase__data_wrapper .support_case_table.view-all-support {
    height: 220px !important;
    overflow: auto;
    max-height: 220px !important;
}
.su__recommendItemList .wn__date_block:not(:last-child) span.comunity-date {
    text-align: right;
    flex: 1;
}
.what-boxes.view-all-whats {
    height: calc(100vh - 224px);
}
.case_details_container .slds-card {
    --sds-c-card-color-background: #ffffff;
}
.green-fonts button.slds-button {
    border-color: #3DA592;
    color: #3DA592;
    background: #fff;
}
lightning-button.help-button button.slds-button {
    color: #DC362E;
    border-color: #DC362E;
    background: #fff;
}
.temp_body .headerStyles lightning-button button.slds-button.slds-button_text-destructive {
    color: #DC362E;
    border-color: #DC362E;
    background: #fff;
}
.su__recommendItemList .icon-b {
    margin-right: 40px;
    margin-left: 12px;
}
section.slds-modal.modalSection.contact-us-modal .slds-modal__container {
    width: 50% !important;
    max-width: 40rem !important;
    min-width: 20rem !important;
}
.supportcase__outer_block .header_section .header__button_section button {
    font-size: 14px;
}
@media only screen and (max-width: 1600px) {
    .su__recommendItemList .icon-b {
        margin-right: 20px;
        margin-left: 7px;
    }
    .comm-page-home.banner-height-body .supportcase__data_wrapper .support_case_table.view-all-support {
        height: 138px !important;
        max-height: 138px !important;
    }
    body.banner-height-body .right_fixed__sidebar .notification__pannel {
        height: calc(100vh - 400px - var(--height-top-banner));
    }
    .supportcase__outer_block .header_section .header__button_section button {
        font-size: 12px;
        line-height: 1.4rem;
    }
    body.banner-height-body .what-boxes {
        height: calc(100vh - 448px - var(--height-top-banner));
    }
    body.banner-height-body .what-boxes .what_list__block {
        height: calc(100vh - 486px - var(--height-top-banner));
    }
    .main__inner--body--container.case_details_container .temp_body article.slds-card .slds-card__body {
        margin-bottom: 7px;
    }
}


.comm-page-home .menu__row.menu_home  , .comm-page-custom-view-all-cases .menu__row.cases_home,  .cCsp_CaseDetailLayout .menu__row.cases_home, .comm-page-custom-view-all-activity .menu__row.cases_home, .comm-page-custom-view-all-files .menu__row.cases_home {
    background-color: #DDEAFF;
}
.comm-page-home .menu__row.menu_home .menu_icon svg ,  .comm-page-custom-view-all-cases .menu__row.cases_home .menu_icon svg,  .cCsp_CaseDetailLayout .menu__row.cases_home  .menu_icon svg, .comm-page-custom-view-all-activity .menu__row.cases_home .menu_icon svg, .comm-page-custom-view-all-files .menu__row.cases_home .menu_icon svg { 
    fill: #2160E1;
}
.comm-page-home .menu__row.menu_home .menu_link > a , .comm-page-custom-view-all-cases .menu__row.cases_home .menu_link > a,  .cCsp_CaseDetailLayout .menu__row.cases_home  .menu_link > a, .comm-page-custom-view-all-activity .menu__row.cases_home .menu_link > a, .comm-page-custom-view-all-files .menu__row.cases_home .menu_link > a {
    color: #2160E1;
    text-decoration: none;
}
.supportcase__outer_block .header__button_section .typeOptions .slds-dropdown  .inputValuesClass {
    display: flex;
    align-items: flex-start;
}
.supportcase__outer_block .header__button_section .typeOptions .slds-dropdown .inputValuesClass input[type="checkbox"] {
    margin-top: 2px;
}
.comm-page-article lightning-breadcrumb.breadCrumb.slds-breadcrumb__item {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.24px;
    color: #2160E1;
}
.comm-page-article lightning-breadcrumb.breadCrumb.slds-breadcrumb__item a {
    padding-right: 20px;
}
.comm-page-article .slds-breadcrumb .slds-list__item:before, .comm-page-article .slds-breadcrumb .slds-breadcrumb__item:before {
    content: '\003E';
    position: absolute;
    left: -13px;
    top: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.comm-page-article .slds-breadcrumb .slds-list__item:first-child:before, .comm-page-article .slds-breadcrumb .slds-breadcrumb__item:first-child:before {
    content: '';
}
.comm-page-article  lightning-breadcrumb.breadCrumb.unclickable {
    color: #19191A !important;
}
.comm-page-article  .breadcumb-active lightning-breadcrumb.breadCrumb.unclickable a {
    color: #19191A !important;
}
.comm-page-article .contentRegion.comm-layout-column {
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    margin-top: 3px;
    height: calc(100vh - 170px);
    overflow: auto;
}
.scroll-height-article {
    background: #FAFAFA;
    padding: 15px;
    display: block;
    margin-bottom: 20px;
}
.Background .main.breadcumb-active .slds-breadcrumb lightning-breadcrumb.su-breadcrumb a  {
    color: #2160e1;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.24px;
}
@media only screen and (max-width: 1600px) {
    .comm-page-article lightning-breadcrumb.breadCrumb.slds-breadcrumb__item, .Background .main.breadcumb-active .slds-breadcrumb lightning-breadcrumb.su-breadcrumb a {
        font-size: 20px;
    }
}

.top-alert-banner .banner-shows .bannerText .TextColor  {
    min-width: 100%;
    width: 100%;
    display: block;
}
.top-alert-banner .banner-shows .bannerText .ellipses p.content  {
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%; */
}
.top-alert-banner .banner-shows .bannerText .ellipses  {
    white-space: normal;
    text-align: left;
}








/* Modal Popup Design*/

.cases-modal.escalation-modal .slds-modal__container .slds-modal__header {
    background: #2160E1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    border: 0px;
    padding: 0.5rem 0.6rem 0.5rem 1rem;
}
.cases-modal.escalation-modal .slds-modal__container .slds-modal__header h2.slds-text-heading_medium  {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}
.cases-modal.escalation-modal .slds-modal__container .slds-modal__header button.slds-button.slds-modal__close {
    position: initial;
    filter: brightness(19.5);
}
.cases-modal.escalation-modal .slds-modal__content {
    padding: 0.8rem 1rem;
}

.cases-modal.escalation-modal .slds-modal__footer {
    border: 0px;
    padding-bottom: 20px;
    padding-top: 8px;
}
.cases-modal.escalation-modal label.slds-form-element__label {
    font-weight: 500;
    text-align: left;
    color: #000;
    margin-bottom: 6px;
}
.cases-modal.escalation-modal  .slds-form-element__control.textarea-container textarea.slds-textarea {
    background: #f1f2f3;
    border-color: #f1f2f3;
}

@media only screen and (max-width: 1900px) {
	.banner-height-body .supportcase__data_wrapper .support_case_table.view-all-support {
		max-height: calc(100vh - 270px - var(--height-top-banner)) !important;
		height: calc(100vh - 270px - var(--height-top-banner)) !important;
	}
}
.fix-posr {
    margin-bottom: 0px !important;
}
.banner-height-body .fix-posr .case-form {
    max-height: calc(100vh - 79px - var(--height-top-banner));
}
.Background .main.breadcumb-active .slds-breadcrumb lightning-breadcrumb.su-breadcrumb {
    margin-top: 0px;
}
.info-records lightning-output-field a {
    color: #191919 !important;
    font-size: 14px;
}
.comm-page-custom-view-all-activity .header-set-meeting.spacing-set-btn .slds-m-around_medium.table-cases {
    width: calc(100vw - 544px);
    overflow: auto;
    position: relative;
    z-index: 0;
}
.comm-page-custom-view-all-activity .mt-10 span {
    word-break: break-word;
}
.header-set-meeting.spacing-set-btn .slds-card__header.slds-grid lightning-button button {
    font-size: 14px;
}
@media only screen and (max-width: 1600px) {
    .info-records lightning-output-field a {
        font-size: 12px;
    }
    .header-set-meeting.spacing-set-btn .slds-card__header.slds-grid lightning-button button {
        font-size: 12px;
        line-height: 1.4rem;
    }
}
lightning-record-view-form.scroll-height-article lightning-formatted-rich-text a {
    color: #2160E1;
}
.what-boxes .what_list__block .wn__date_block {
    flex: initial;
}
.comm-page-custom-view-all-activity .notification_panel {
    position: relative;
    z-index: 1;
}
.filterContainer lightning-primitive-input-simple .slds-form-element__control {
    z-index: 0;
}
.cases-modal.escalation-modal p.content-data {
    display: block;
    white-space: normal;
    font-size: 14px;
}
.what-boxes.view-all-whats .wn__date_block {
    flex: initial;
}

section.slds-modal.modalSection.contact-us-modal .slds-modal__container button.slds-button.slds-button_neutral {
    color: #2160E1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border-color: #2160E1;
}
section.slds-modal.modalSection.contact-us-modal .slds-modal__container button.slds-button {
   font-size: 14px;
}
.accordion-design lightning-accordion-section h2.slds-accordion__summary-heading span.slds-accordion__summary-content {
    font-size: 20px;
    color: #000;
}
.accordion-design lightning-accordion-section h2.slds-accordion__summary-heading span.slds-accordion__summary-content:before {
    top: 1px;
}
.editform .slds-accordion__content .slds-box.slds-theme_warning {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 11px;
    border-color: #fe9339;
}
.editform .fieldpicklist .slds-combobox__form-element .slds-input_faux, .editform .slds-textarea {
    color: #000;
}
lightning-layout-item.flex-half .slds-form-element__group .slds-form-element__row lightning-timepicker, lightning-layout-item.flex-half .slds-form-element__group .slds-form-element__row lightning-datepicker {
    flex: 1;
}
lightning-layout-item.flex-half .slds-form-element__group .slds-form-element__row {
    gap: 20px;
}
@media only screen and (min-width: 1601px) and (max-width: 1899px) {
    .header_section {
        padding: 8px 15px 8px 15px !important;
    }
    .su__recommendItemList .icon-b {
        margin-right: 20px;
        margin-left: 7px;
    }
    .comm-page-home.banner-height-body .supportcase__data_wrapper .support_case_table.view-all-support {
        height: 150px !important;
        max-height: 150px !important;
    }
    body.banner-height-body .right_fixed__sidebar .notification__pannel {
        height: calc(100vh - 400px - var(--height-top-banner));
    }
    .supportcase__outer_block .header_section .header__button_section button {
        font-size: 12px;
        line-height: 1.4rem;
    }
    body.banner-height-body .what-boxes {
        height: calc(100vh - 458px - var(--height-top-banner));
    }
    body.banner-height-body .what-boxes .what_list__block {
        height: calc(100vh - 496px - var(--height-top-banner));
    }
}
.data-access-auth .fieldcolcheckbox  lightning-input-field.su__hide-astrick .slds-form-element__help {
    position: absolute;
    white-space: nowrap;
    top: 42px;
    left: 31px;
}
@media only screen and (max-width: 1350px) {
    .data-access-auth .fieldcolcheckbox  lightning-input-field.su__hide-astrick .slds-form-element__help {
        top: 58px;
    }
}
.comm-page-article c-article-body_custom , .comm-page-article c-article-body_custom  lightning-record-view-form.scroll-height-article, .comm-page-article c-article-body_custom lightning-formatted-rich-text.slds-rich-text-editor__output  {
    width: 100%;
    display: block;
    word-break: break-word;
}


.comm-page-article  lightning-formatted-rich-text.slds-rich-text-editor__output pre {
    white-space: break-spaces;
}
.main__inner--body--container.case_details_container .main.breadcumb-active {
    position: relative;
    top: -4px;
}

@media only screen and (min-width: 1600px) {
    .main__inner--body--container.case_details_container .temp_body .headerStyles {
        min-height: 41px;
    }
    .casedetail_collaborator__container .casedetail_collaborator__container .header-collab {
        min-height: 41px;
    }
    .casedetail_file__container.case__footer_block .casedetail_file__container .header-collab {
        min-height: 49px;
    }
}
@media only screen and (max-width: 1600px) {
    .main__inner--body--container.case_details_container .temp_body .headerStyles {
        min-height: 28.8px;
    }
    .supportcase__outer_block .header_section .header__button_section lightning-button.btn-small-sp {
        align-items: center;
        display: flex;
    }
    .casedetail_collaborator__container .casedetail_collaborator__container .header-collab {
        min-height: 28px;
    }
    .casedetail_file__container.case__footer_block .casedetail_file__container .header-collab {
        min-height: 32px;
    }
}
@media only screen and (max-width: 1900px) {
    .supportcase__outer_block .header_section .header__button_section lightning-button.btn-small-sp {
        align-items: center;
        display: flex;
    }
}
.menu--container {
    transition: none;
}
.data-access-auth .fieldcollabel label.slds-form-element__label  {
    text-indent: -9px;
}


@media only screen and (min-width: 1600px) and (max-width: 1900px) {
    .banner-height-body .supportcase__data_wrapper .support_case_table.view-all-support {
        max-height: calc(100vh - 290px - var(--height-top-banner)) !important;
        height: calc(100vh - 290px - var(--height-top-banner)) !important;
    }
}
.service-status {
    border: 1px solid #e9e9e9 !important;
}
.header__button_section .filterContainer {
    align-items: center;
}
.case_activity__wrapper .cases-modal lightning-primitive-file-droppable-zone.slds-file-selector__dropzone .slds-file-selector__body span.slds-file-selector__text.slds-medium-show, .comm-page-custom-view-all-activity .cases-modal lightning-primitive-file-droppable-zone.slds-file-selector__dropzone .slds-file-selector__body span.slds-file-selector__text.slds-medium-show {
    display: none;
}
.notification_panel .header-set-meeting.spacing-set-btn .slds-card__header.slds-grid .filterContainer  {
    display: flex;
    align-items: center;
}
.notification_panel .header-set-meeting.spacing-set-btn .slds-card__header.slds-grid lightning-button {
    display: flex;
    align-items: center;
}

.buttonContainer {
    width: 70px !important;
    height: 28px;
    padding: 8px;
}
.supportcase__outer_block .typeOptions button.buttonContainer.slds-m-right_small {
    width: 85px !important;
}
.toogle-expend span.slds-checkbox_off, .toogle-expend span.slds-checkbox_on {
    display: none !important;
}
.toogle-expend {
    display: flex;
    align-items: center;
    margin: 0 20px 0 10px;
} 
.toogle-expend .slds-checkbox_toggle  span.slds-form-element__label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}
.toogle-expend .slds-checkbox_toggle .slds-checkbox_faux  {
    border: 1px solid #BAC2CF;
    background: #E9EEF3;
    box-shadow: none;
    outline: none;
}
.toogle-expend .slds-checkbox_toggle .slds-checkbox_faux:after {
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.20);
    width: 1rem;
    height: 1rem;
    top: 3px;
    left: 3px;
}
.toogle-expend .slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:after {
    box-shadow: none;
}
.toogle-expend .slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:before {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.20);
    width: 1rem;
    height: 1rem;
    top: 3px;
    right: 3px;
}

.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux {
    border-color: #2160E1;
    background: #2160E1;
}
.toogle-expend .slds-checkbox_toggle .slds-checkbox_faux:before {
    content: "X";
    position: absolute;
    right: 8px;
    color: #2160e1;
    font-weight: 600;
    font-size: 13px;
    font-family: Inter;
}

@media only screen and (max-width: 1600px) {
    .buttonContainer  {
        font-size: 12px !important;
        height: 24px !important;
    }
    .bts-info-tool lightning-helptext {
        position: absolute;
        top: -21px;
    }
    .toogle-expend .slds-checkbox_toggle span.slds-form-element__label {
        font-size: 12px;
    }
    .toogle-expend {
        margin: 0 12px 0 2px;
    }
    .dateOptions .slds-dropdown {
        max-width: 170px !important;
        min-width: 170px !important;
    }
}
.notification-filters .filterContainer .slds-dropdown {
    right: 20px !important;
    left: initial !important;
    margin-left: 0px !important;
    transform: none !important;
    position: absolute !important;
}
.filterContainer {
    display: flex;
    align-items: center;
}
.filterContainer .buttonContainer lightning-icon svg {
    fill: #2160E1;
}

.body__expanded .header-set-meeting .height-tbls.schedule-height , .body__expanded .casedetail_file__container .pd-area.table-cases .height-tbls.files-height {
    /* width: calc(33vw - 152px); */
}
.body__expanded.comm-page-custom-view-all-activity .header-set-meeting.spacing-set-btn .slds-m-around_medium.table-cases {
    /* width: calc(100vw - 420px); */
}
body.body__expanded.comm-page-custom-view-all-files .casedetail_file__container .height-tbls {
    /* width: calc(100vw - 420px); */
}

@media only screen and (max-width: 1300px) {
    .floating-button {
        bottom: 5px;
    }
    .quicklinks__container {
        margin-bottom: 30px;
    }
    .quicklinks__container .ql__link_block {
        padding: 3px 7px 3px 15px !important;
        min-height: 42px !important;
    }
    .quicklinks__container .ql__link_block .ql__link__title {
        line-height: 14px;
    }
    
}
.overlay-modal .main__body-content {
    z-index: 1111;
}
.cases-modal.modal-activity-subject .slds-modal__content {
    max-height: 474px !important;
    overflow: auto;
    min-height: 170px;
    padding: 2rem 4rem;
}
.cases-modal.modal-activity-subject .slds-modal__content p.content-data {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #181818;
}
.notification_panel .header-notification.notification-filters .filterContainer, .what-boxes.view-all-whats .header-whats .filterContainer  {
    min-width: 525px;
}


.comm-page-custom-view-all-activity .header-set-meeting.spacing-set-btn .table-cases {
    max-height: calc(100vh - 295px) !important;
}
.comm-page-custom-view-all-activity.banner-height-body .header-set-meeting.spacing-set-btn .table-cases {
    max-height: calc(100vh - 305px - var(--height-top-banner)) !important;
}
@media only screen and (max-width: 1600px) {
    .comm-page-custom-view-all-activity .header-set-meeting.spacing-set-btn .table-cases {
        max-height: calc(100vh - 275px) !important;
    }

    .comm-page-custom-view-all-activity .notification_panel {
        max-height: calc(100vh - 164px) !important;
    }
    .comm-page-custom-view-all-activity.banner-height-body .header-set-meeting.spacing-set-btn .table-cases {
        max-height: calc(100vh - 275px - var(--height-top-banner)) !important;
    }

    .comm-page-custom-view-all-activity.banner-height-body .notification_panel {
        max-height: calc(100vh - 164px - var(--height-top-banner)) !important;
    }
    .flashcard__content_footer .icon_case {
        width: 20px !important;
        height: 20px !important;
    }
    .flashcard__content_footer .icon_case img {
        height: 20px;
        width: auto;
    }
}
.modal-activity-subject .zs-contact-us-page lightning-formatted-rich-text {
    width: 100%;
    display: block;
    white-space: initial;
    word-break: break-word;
}
.slds-modal__container.modal-size-custom {
    width: 100% !important;
    max-width: 75% !important;
}
.comm-page-custom-create-case .slds-accordion__content .cc-list + .slds-grid span {
    font-size: var(--lwc-fontSize2, 0.75rem);
    margin-top: var(--lwc-spacingXxxSmall, 0.125rem);
    color: #ea001e !important;
    font-family: var(--lwc-fontFamily, Inter);
    display: block;
    font-weight: 400 !important;
}
.comm-page-custom-create-case .slds-accordion__content .cc-list + .slds-grid {
    float: none !important;
    padding-left: 7px;
}
.overlay-modal .main__inner--body--container.case_details_container .case__footer__wrapper {
    z-index: -1;
}
.comm-page-custom-view-all-activity .header-set-meeting .slds-m-around_medium.table-cases table.slds-table tbody tr th, .comm-page-custom-view-all-activity .header-set-meeting .slds-m-around_medium.table-cases table.slds-table tbody tr td  {
    vertical-align: text-top;
}
body.comm-page-home .supportcase__outer_block .header_section {
    z-index: 0;
}
.scroll-height-incident {
    z-index: 1;
    position: relative;
}
.comm-page-custom-view-all-activity .header-set-meeting .table-cases table.slds-table tbody tr td lightning-formatted-rich-text.content-data span[part="formatted-rich-text"] {
    white-space: normal;
    display: block;
    padding-bottom: 0.5rem;
}
.cases-modal .slds-modal__container .slds-modal__header button.slds-button.slds-modal__close {
    background: transparent;
    outline: none;
    box-shadow: none;
}
.slds-modal__container .slds-modal__header button.slds-button.slds-modal__close  {
    background: transparent;
    outline: none;
    box-shadow: none;
}
.contact-us-modal .slds-modal__container .slds-modal__header button.slds-button.slds-modal__close {
    background: transparent;
}
.contact-us-modal .slds-modal__container .slds-modal__header button.slds-button.slds-modal__close svg {
    fill: #fff;
}
.incident-data h5  {
    padding-right: 10px;
}
.incident-parent .incident-data p  {
    white-space: nowrap;
}
.header-set-meeting .slds-m-around_medium.table-cases table.slds-table table {
    max-width: 100% !important;
    overflow: auto;
}
.header-set-meeting .slds-m-around_medium.table-cases table.slds-table table  td {
    white-space: normal;
}

.comm-page-home .menu__row.menu_home .menu_link .btn-anchor, .comm-page-custom-view-all-cases .menu__row.cases_home .menu_link .btn-anchor, .cCsp_CaseDetailLayout .menu__row.cases_home .menu_link .btn-anchor, .comm-page-custom-view-all-activity .menu__row.cases_home .menu_link .btn-anchor, .comm-page-custom-view-all-files .menu__row.cases_home .menu_link .btn-anchor {
    color: #2160E1;
    text-decoration: none;
}
.casedetail_file__container .header-collab .btns-right [variant="base"] {
    margin-left: 0.5rem;
}
lightning-button.case-number-btn button.slds-button {
    color: rgb(25, 25, 25);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    border: 0px;
}
lightning-button.case-number-btn button.slds-button:after {
    display: none;
}
.main__inner--body--container.case_details_container .main.breadcumb-active lightning-button[variant="base"] button.slds-button {
    min-height: 20px;
    height: 20px;
    margin-right: 8px;
    box-shadow: none;
    outline: none;
    border: 0px;
}
.main__inner--body--container.case_details_container .main.breadcumb-active lightning-button[variant="base"] button.slds-button:after {
    display: none;
}

.main__inner--body--container.case_details_container .temp_body .headerStyles lightning-helptext .slds-form-element__icon  button.slds-button {
    padding: 0px;
    position: relative;
    margin-right: 10px;
    top: 3px;
    outline: none;
    box-shadow: none;
    border: 0px;
    line-height: 0px;
}
.main__inner--body--container.case_details_container .temp_body .headerStyles button.slds-button.slds-button_outline-brand[disabled]  {
    background: var(--slds-g-color-border-base-1, #dfdfdf);
    color: #9f9f9f;
}
@media only screen and (max-width: 1600px)  {
    .main__inner--body--container.case_details_container .temp_body .headerStyles lightning-helptext .slds-form-element__icon  button.slds-button {
        top: 0px;
    }
}
.main.breadcumb-btns-form lightning-breadcrumbs button.slds-button {
    line-height: normal;
    margin-right: 5px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    outline: none;
    box-shadow: none;
    border: 0px;
    color: #2160E1;
}
.main.breadcumb-btns-form lightning-breadcrumbs span.arrow-right  {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #2160E1;
    margin-right: 3px;
}
.main.breadcumb-btns-form lightning-breadcrumbs button.slds-button:after {
    display: none;
}

.banner-height-body .main__inner--body--container.case_details_container .height-act-wid {
    height: calc(62vh - 190px - var(--height-top-banner)) !important;
}
.banner-height-body .casedetail_file__container .pd-area.table-cases .height-tbls.files-height {
        height: calc(62vh - 209px - var(--height-top-banner)) !important;
}
.banner-height-body  .coll-height-new.height-collab {
    height: calc(62vh - 192px - var(--height-top-banner)) !important;
} 
.banner-height-body .schedule-hg-full.schedule-height {
   height: calc(62vh - 218px - var(--height-top-banner)) !important;
}
@media only screen and (max-width: 1600px) {
    .banner-height-body .main__inner--body--container.case_details_container .height-act-wid {
        height: calc(62vh - 128px - var(--height-top-banner)) !important;
    }
    .banner-height-body .casedetail_file__container .pd-area.table-cases .height-tbls.files-height {
            height: calc(62vh - 143px - var(--height-top-banner)) !important;
    }
    .banner-height-body  .coll-height-new.height-collab {
        height: calc(62vh - 134px - var(--height-top-banner)) !important;
    } 
    .banner-height-body .schedule-hg-full.schedule-height {
        height: calc(62vh - 151px - var(--height-top-banner)) !important;
    }
}

.icon-activity svg.slds-icon {
    fill: #256CF7;
}
.case-details-box lightning-tabset ul.slds-tabs_default__nav li a {
    font-weight: 600 !important;
}
.main__body-content {
   width: 100%;
}

.main__body-content ul.below-impect-data li  lightning-formatted-rich-text {
    width: 100%;
    flex: calc(100% - 180px);
    max-width: calc(100% - 180px);
}
