/* 

**************************
CSS Global Root Variables 
**************************

*/

:root {

    /* Brand Color styles */
    --zs-brand-color---subdued: #A2C1FF;
    --zs-brand-color---default: #2160E1;
    --zs-brand-color---tertiary: #194CBB;
    --zs-brand-color---strong: #012673;
    --zs-brand-color--white:#fff;
    --zs-brand-color--black:#000;
  
    /* Interactive Color Styles */
    --zs-interactive---default: #2160E1;
    --zs-interactive---hover: #012673;
    --zs-interactive---pressed: #194CBB;
  
    /* Content Color Styles */
    --zs-content---default: #191919;
    --zs-content---subdued: #464646;
    --zs-content---tertiary: #767676;
    --zs-content---disabled: #8590A6;
  
    /* Background Color Styles */
    --zs-background---white: #FFFFFF;
    --zs-background---blue-grey-50: #F7F9FA;
    --zs-background---blue-grey-100: #E9EEF3;
    --zs-background---blue-100: #DDEAFF;
    --zs-background---blue-150: #C9DCFF;
    --zs-stroke---grey-100: #EBEBEB;
    --zs-stroke---grey-250: #BFBFBF;
    --zs-stroke---grey-350: #A2A2A2;
    --sf---indicators---success: #2E844A;
    --sf---indicators---warning: #FFB75D;
    --sf---indicators---failed: #C23934;
    --sf---indicators---message: #5C5C5C;
  
    /* Text-size styles */
    --font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --heading--large: 24px;
    --heading--small: 20px;
    --body--large: 16px;
    --body--normal: 13px;
    --body--small: 11px;
    --uppercase--large: 13px;
    --uppercase--small: 11px;
    --button: 16px;
    --letter-spacing:1px;


    /* Button styles */
    --zs-button-color--background:#0176D3;
    --zs-button-color--hover:#014486;
  
    /* Effect styles */
    --card: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 1px 1px rgba(0, 0, 0, 0.3);
  
    --slds-c-input-color-border: var(--zs-stroke---grey-350);
}

body{
    font-family:var(--font-family);
}  


/* 

********************************
CSS Global Universal CSS Classes
********************************

*/
  h1, .heading__large {
    font-size: var(--heading--large);
    line-height: 32px;
    font-weight: 700;
    color: var(--zs-content---default);
    /* letter-spacing: 1px; */
  }
  
  h2, .heading__small {
    font-size: var(--heading--small);
    line-height: 32px;
    font-weight: 700;
     color: var(--zs-content---default);
    /* letter-spacing: 1px; */
  }

 
  .large__size--text {
    font-size: var(--body--large);
    font-weight: 400;
    line-height: 24px;
     color: var(--zs-content---default);
  }
  
  .normal__size--text {
    font-size: var(--body--normal);
    font-weight: 400;
    line-height: 20px;
    color: var(--zs-content---default);
  }
  
  .small_size--text {
    font-size: var(--body--small);
    font-weight: 400;
    line-height: 20px;
    color: var(--zs-content---default);
  }
  
  .normal__uppersize--text {
    font-size: var(--body--normal);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--zs-content---default);
  }
  
  .small__uppersize--text {
    font-size: var(--body--small);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--zs-content---default);
  }
  
  .font-weight_bold{
    font-weight: 700;
  }
  
  .border__grey-350{
    border: 1px solid var(--zs-stroke---grey-350);
  }
  
  
  
  .brand__button {
    border-radius: 4px;
    background: var(--zs-button-color--background);
    display: inline-flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    font-feature-settings: "clig" off, "liga" off;
    font-size: var(--body--normal);
    font-weight: 400;
    line-height: 20px;
    color: var(--zs-brand-color--white);
    box-shadow: none;
    cursor: pointer;
  }

  
  /* Color */
.zs-color__content-default{
    color: var(--zs-content---default);
}


/* ....... [Asset Landing Page] .......*/

.asset_landing--header{
    background: #DDEAFF;
    padding: 40px 0;
    box-shadow: 0 0 0 100vmax var(--zs-background---blue-100);
    clip-path: inset(0 -100vmax);
}

.asset_landing--inner-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.zs__asset--page-container{
    max-width: 100%;
    margin: auto;
}

.forceCommunityRichText .zs__asset--col-wrapper{
    max-width: 1440px;
    margin:0 auto;
    padding: 40px 0;
    border-bottom: 1px solid #BFBFBF;
}

.forceCommunityRichText .zs__asset--col-content a{
    color:var(--zs-brand-color---default, #2160E1);
}
.zs__asset--col-inner{
    max-width: 1148px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap:40px;
    align-items: flex-start;
}

.asset_landing--button-block{
    display: flex;
    min-width: 272px;
    padding: 12px 10px;
    align-items: center;
    gap: 16px;
    background: var(--zs-brand-color---default, #2160E1);
    justify-content: center;
    margin-top: 16px;
}

.asset_landing--button-block a{
    color: var(--zs-background---white, #fff) !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.asset_landing--button-block a:hover{
    text-decoration: none !important;
}

.zs__asset--col-picture{
    display: flex;
    flex: 0 0 400px;
}
.zs__asset--col-picture img{
    max-width: 100%;
}

.zs__asset--col-content{
    display: flex;
    flex-direction: column;
}

.zs__asset--col-content p{
    margin: 20px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #191919;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.zs__asset--list-item{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0px !important;
    margin-top: 5px;
}

.zs__asset-two-col-list{
    display: inline-block;
    list-style: none;
    -webkit-columns: 2;
    -moz-columns: 2;
         columns: 2;
}

.zs__asset-three-col-list{
    display: inline-block;
    list-style: none;
    -webkit-columns: 3;
    -moz-columns: 3;
         columns: 3;
}

.zs__asset-two-col-list li{
    page-break-inside: avoid;
    break-inside: avoid;
}

.zs__asset--list-item li{
    padding: 2px 0;
}
.zs__asset--list-item li::before{
    content: "\2022"; 
    color: #000; 
    font-weight: bold; 
    display: inline-block; 
    width: 10px; 
    padding: 0 5px;
}
.forceCommunityRichText .zs__asset--list-item a{
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color:var(--zs-brand-color---default, #2160E1);
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-decoration: none;
}

.forceCommunityRichText .zs__asset--list-item li{
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color:#000;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-decoration: none;
}

.zs__asset--col-content h2, h2.asset__landing--heading_2{
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    color: #191919;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.zs__asset--col-content h3,
.asset__landing--heading_3{
    font-size: 13px !important;
    font-style: normal;
    font-weight: 700;
    color: #191919;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.zs__col--image-right .zs__asset--col-inner{
    flex-direction: row-reverse;
}



/* ....... [Asset Library Page Image Preview] .......*/

.forceCommunityFileDetailPage .forceRelatedListContainer{
    display: none;
}

.forceCommunityFileDetailPage .slds-col.actionsContainer > .forceActionsContainer{
    display: none;
}

.slds-form.slds-form_stacked.slds-page-header__detail-row{
    display: none;
}

.forceCommunityFileDetailPage .slds-col.actionsContainer > .forceActionsContainer + .forceActionsContainer{
    display:block;
}
  
.forceCommunityFileDetailPage .slds-col.actionsContainer > .forceActionsContainer + .forceActionsContainer > li{
    display:none
}
  
.forceCommunityFileDetailPage .slds-col.actionsContainer > .forceActionsContainer + .forceActionsContainer 
[data-target-selection-name="sfdc:StandardButton.ContentDocument.DownloadFile"]{
    display:block
}

.forceCommunityFileDetailPage .uiTabBar ul > li:not(:first-child){
    display: none;
}
  
.navbar__profile_dropdown .uiPopupTrigger .slds-icon_container_circle{
    background-color: #A2C1FF;
}

.navbar__profile_dropdown .zs-profile-menu{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}
.zs-profile-menu .slds-avatar_circle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comm-page-detail-005 .forceActionLink[title="Edit"]{
    display: none;
}

.comm-page-detail-005 .tabs__nav .tabs__item + * {
    display: none;
}

.body.isPageWidthFixed-true[role="main"]{
    min-height: 60vh;
}

.header__outline-button .slds-button_outline-brand{
    border-radius: 5px;
	border: 1px solid #396AEC;
	background: #FFF;
	min-width: 277px;
	padding: 14px 15px;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #2160E1;
    line-height: normal;
    text-transform: uppercase;
}

.header__normal-button .slds-button_brand{
    border-radius: 5px;
	border: 1px solid #396AEC;
	background: #2160E1;
	min-width: 277px;
	padding: 14px 15px;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
    line-height: normal;
    text-transform: uppercase;
}

.main__body-content{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}


.combobox__zs--record .slds-form-element__label{
    display: none;
}

.forceCommunitySection .cb-section_column:only-child{
    padding: 0;
}

.main__body-content .main__inner--body--container .siteforceContentArea > .contentRegion {
    padding: 0;
}

.tasklist__button .slds-button {
    min-width: 150px;
}

.task_check-icon .slds-icon{
    width: 18px;
    height: 18px;
}

.homepage__section-title{
    color: #000;
    font-family:var(--font-family);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 24px 0;
}

.comm-page-home .main__body-content{
    max-width: 100%;
    width: 100%;
}

.homepage-center-wrapper{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.image_divIn img{
    width: 100%;
    height: 100%;
    margin: 0 !important;
    object-fit: cover;
    position: absolute;
    top: 0;
}


.home__salesdashboard--tabs .slds-tabs_default__link{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    font-family:var(--font-family);
    color: #767676;
    height: 30px;
    line-height: 20px;
}

.home_salesdash--container .slds-card__body{
    padding: 20px;
    margin: 0;
    width: 100%;
}

.home__salesdashboard--tabs .slds-tabs_default__nav{
    border-width: 0;
    margin-bottom: 15px;
}

.home__salesdashboard--tabs .slds-tabs_default__nav .slds-tabs_default__item{
    padding: 0;
    margin: 0 12px;
}

.home__salesdashboard--tabs .slds-tabs_default__nav .slds-tabs_default__item.slds-is-active a{
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    color: #2160E1;
}
.home__salesdashboard--tabs .slds-tabs_default__nav .slds-tabs_default__item.slds-is-active a:hover,
.home__salesdashboard--tabs .slds-tabs_default__nav .slds-tabs_default__item.slds-is-active a:focus{
    text-decoration: none;
}

.home__salesdashboard--tabs .slds-tabs_default__nav .slds-tabs_default__item:first-child{
    margin-left: 0;
}

.home__salesdashboard--tabs .slds-tabs_default__nav .slds-tabs_default__item:hover:after{
    background-color: #0a32c6;
    height: 3px;
}

.home__salesdashboard--tabs .slds-tabs_default__nav .slds-tabs_default__overflow-button{
    line-height: normal;
    height: 30px;
}

.home__salesdashboard--tabdata{
    border-radius: 0px 0px 8px 8px;
    border: 1px solid  #EBEBEB;
    background: #FFF;
    padding-top: 0px !important;
}

.home__salesdashboard--tabdata .slds-table thead th .slds-cell-fixed{
    background: #DDEAFF;
    box-shadow: 0px 1px 0px 0px #DDDBDA;
}
.home__salesdashboard--tabdata .slds-table thead th a{
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    font-family:var(--font-family);
    color: #3E3E3C;
}

.slide__banner{
    position: relative;
}

.home_salesdash--container > .slds-card{
    border: 0px;
}

.calendar__list--block .date-tims-event{
    font-style: normal;
    font-weight: 700;
    font-family:var(--font-family);
    color: #191919;
    font-size: 11px;    
    border-radius: 8px;
    border: 1px solid  #BFBFBF;
    background: #FFF;
    display: flex;
    flex: 0 0 48px;
    flex-direction: column;
    align-items: center;    
    line-height: 16px;
    text-transform: uppercase;
    padding: 4px 8px 6px 8px;
}

.calendar__list--block .date-tims-event small{
    font-size: 20px;
}

.calendar__list--block li .slds-item .slds-tile__title{
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #2160E1;
    font-family:var(--font-family);
}

.calendar__list--block li{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBEBEB;
    gap: 12px;
}

.calendar__list--block ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.disable_l_arrow .slds-icon{
    fill: #A2A2A2;
}
.disable_r_arrow .slds-icon{
    fill: #A2A2A2;
}


/* Menu */

.mobile__menu--icon-block{
    display: none;
}

.ham__icon{
    width: 30px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  .ham__icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;    
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }
  

.ham__icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

.ham__icon span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}

.ham__icon span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}

.menuOpen .ham__icon span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.menuOpen .ham__icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menuOpen .ham__icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
}


.menu__overlay{
    transform: translateX(-100%);
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    transition: all .5s ease;
    z-index: 2;
}


.acc__header{
    display: flex;
    gap: 5px;
    align-items: center;
}


.logoContainer{
    flex: 0 0 300px;
}

.navbar__page_center{
    max-width: 1400px;
    padding: 10px 20px;
    margin: auto;
}   


.tc__checbox_fix .slds-form-element .slds-checkbox__label .slds-form-element__label{
    width: 89%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.oppdetail__inner-block .slds-card__header .slds-card__header-link{
    display: none;
}

.comm-page-home .comm-content-header{
    margin: 0 !important;
    padding: 0 !important;
}

.comm-page-custom-assetlibrary .comm-content-header,
.comm-page-custom-assetlibrary .siteforceContentArea .cb-section_column .ui-widget:not(:last-child){
    margin: 0 !important;
    padding: 0 !important;
}

.comm-page-custom-assetlibrary  .ann_bar--container{
    box-shadow: 0 0 0 100vmax #012674;
    clip-path: inset(0 -100vmax);
    position: relative;
}

@media only screen and (max-width: 1380px) {
    
    .homepage-center-wrapper{
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 1240px) {
    .comm-page-home .main__body-content{
        padding: 0;
    }
    .homepage-center-wrapper{
        padding:0 40px;
    }
    .welcome__heading{
        font-size: 20px;
    }
    .header__normal-button .slds-button_brand,
    .header__outline-button .slds-button_outline-brand{
        min-width: 240px;
    }
    .homepage__section-title{
        font-size: 24px;
    }
    .calendar__outer-container{
        flex: 0 0 300px;
    }
    
    .cPrm_HeaderAura .navbar__left-block{
        gap: 30px !important;
    }
    .ecosystem_show{
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1024px) {

    .cPrm_HeaderAura .navbar__left-block{
        gap:0 !important;
        justify-content: center;
        padding-left: 30px;
    }
    .menuOpen .menu__outer--container{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }
  
    
    .mobile__menu--icon-block{
        display: block;
        transition: all .5s ease;
        position: absolute;
        left: 20px;
        top: 15px;
        z-index: 3;
    }
    .navbar__menu--block{
        flex-direction: column;
        position: absolute;
        width: 80%;
        height: 100%;
        z-index: 2;
        top: 0;
        left: 0;
        background: #2160e1;

        transform: translateX(-100%);
        /* margin-right: -80vw; */
        transition: all .5s ease;
    }
    .navbar__menu--block{
        padding: 30px;
    }
    .menuOpen .navbar__menu--block{
        
        transform: translateX(0);
    }
    .navbar__right-block .zs-profile-menu{
        font-size: 0 !important;
    }
    .navbar__left-block{
        flex: 1;
        justify-content: space-between;
    }
    .menuOpen .mobile__menu--icon-block{
        transform: translateX(80vw);
    }
    .menuOpen .menu__overlay{
       transform: translateX(0);
    }
    .navbar__menu--block li{
        align-items: stretch !important;
        
        flex-direction: column;
    }
    .navbar__menu--block li .submenu__outerbox--cont{
        position: static;
        flex-basis: 100%;
        opacity: 1;
        visibility: visible;
    }
    .acc__header{
        justify-content: space-between;
    }
    .submenu__outerbox--cont{
        max-height: 0;
        overflow: hidden;
        display: inline-block;
    }
    .home_salesdash--container .slds-card__body{
        width: 100%;
    }
    .navbarheader {
        position: relative;
        /* overflow-x: hidden; */
    }

}

@media only screen and (max-width: 767px) {
    
  
    .calendar__list--block li .slds-item .slds-tile__title{
        white-space: wrap;
    }
    .homepage-center-wrapper{
        padding: 0 20px;
    }
    .ecosystem_show{
        padding: 0 20px;
    }
    .home__salesdashboard--tabdata{
        border: none;
    }
    .home__salesdashboard--tabs lightning-datatable.table-details-opportunity .dt-outer-container{
        margin-top: 0;
    }
    
}


@media only screen and (max-width: 640px) {
   
    .logoContainer {
        flex: 0 0 210px;
    }
    .navbar__page_center{
        padding: 10px;
    }
    .mobile__menu--icon-block{
        left: 10px;
    }
   
}

#contentStyle{
    display: none;
}

.pbm-section span a{
    color: #0000ee;
}
  


/* Terms and Conditions data */

.tc__outer--container {
    max-width: 998px;
    margin: auto;
  }
  
  .tc_content_center {
    text-align: center;
    width: 100%;
  }
  
  .tc__heading_large {
    font-size: 16px;
    font-weight: bold;
  }
  
  .tc__mtp15 {
    margin-top: 15px;
  }
  
  .tc__mtp25 {
    margin-top: 25px;
  }
  
  .tc_left_align {
    text-align: left;
    width: 100%;
  }
  
  .tc_text_underline {
    text-decoration: underline;
  }
  
  .tc_list-decimal ol {
    list-style-type: none;
    counter-reset: item;
  }
  .tc_list-decimal ol > li {
    display: table;
    counter-increment: item;
    margin-top: 20px;
  }
  .tc_list-decimal ol > li::before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 10px;
  }
  .tc_list-decimal li ol > li:before {
    content: counters(item, ".") " ";
  }
  .tc_list-decimal ol > li > ol {
    margin-top: 20px;
  }
  
  .tc_circle_liststyle li {
    padding-left: 40px;
    list-style-type: disc;
    list-style-position: inside;
  }
  
  .tc_circle_liststyle_outside ul {
    padding-left: 40px;
  }
  .tc_circle_liststyle_outside li {
    list-style-type: disc;
    list-style-position: outside;
  }
  
  .tc__heading_small {
    font-size: 16px;
    font-weight: bold;
  }
  
  .tc_padding_left {
    padding-left: 30px;
  }
  
  .empty_space_50 {
    width: 100px;
    display: inline-block;
  }
  
  .tc_checkbox__space input[type=checkbox] {
    margin: 0 5px;
  }
  
  .tc_grey_bg {
    background-color: #d9d9d9;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 10px;
  }
  .tc_grey_bg b {
    flex: 0 0 50%;
  }
  
  .tc_half-block {
    flex: 0 0 50%;
  }
  
  .tc_full-block {
    display: flex;
    flex-direction: row;
  }

  .tc_checkbox{
    width: 10px;
    height: 10px;
    border: 1px solid #000;  
    display: inline-block;
    margin: 0 5px;
  }

  .asset_lib__svgicon svg{
    width: 70%;
    height: 70%;
}
.zs__file--icon-fix .slds-file__icon {
    margin: 0;
    text-align: center;
}

.oppdetail__inner-block .slds-spinner_container{
    background-color: transparent;
}

.WordSection1 p, .WordSection1 p span {
    margin-bottom: 15px;
    font-family:var(--font-family) !important;
}

.comm-page-custom-case-detail-page .zs-rich-text-value img:not([src]),
.comm-page-custom-casedetail .zs-rich-text-value img:not([src]){
    display: none;
}

/* Button hover js coming fix for homepage */
[kx-scope=button-brand]:hover:before,
[kx-scope=button-brand][kx-type=ripple]:after, 
[kx-scope=button-filled][kx-type=ripple]:after,
[kx-scope^=button-][kx-type=ripple]:after{
    display: none;
}

.header__normal-button [kx-scope=button-brand]:focus,
.header__normal-button [kx-scope=button-brand]:hover,
.header__normal-button [kx-scope=button-brand]:active{
    background-color: #0a32c6;
}

.zs-profile-menu{
    width: 175px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

@media only screen and (max-width: 1060px) {
    .zs-profile-menu{
        width: 155px;
    }
}
@media only screen and (max-width: 1024px) {
    .zs-profile-menu{
        width: auto;
    }
}

.box-design-scroll a{
    color: #2160e1;
}

.content.opp-details-data p.fieldValue{
    word-wrap: break-word
}

/* Responsive issues fixed */

/* @media only screen and (max-width: 480px) {
    .comm-page-custom-key-contacts .kc__banner-cont{
    
    }
} */

/* Co-op Plan Page CSS */

.coplan__progress--bar .slds-progress{
    max-width: 62%;
}
.coplan__progress--bar .slds-progress .slds-progress__list{

}

.coplan__progress--bar .coplan__progress_list{
   display: none;
}

.coplan__progress--bar  .slds-progress__list .slds-progress__item button:after{
    content: attr(data-label);
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    color: #19191A;
    position: absolute;
    top: 35px;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coplan__progress--bar  .slds-progress__list .slds-progress__item.slds-is-active button:after{
    font-weight: 700;
}

.card__form--base-properties .slds-card {
    border-radius: 10px;
    background: var(--zs-background---blue-grey-50, #F7F9FA);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    width: 100%;
}

.card__form_close--button{
    padding: 10px;
}

.card__form--inner-block{
    max-width: 570px;
    margin: auto;
    width: 100%;
}

.card__form--heading-block{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.card__form--inner-heading{
    font-size: var(--heading--small);
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 11px;
}

.card__form--sub-section{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.card__form--header-row{
	width: 100%;
    display: flex;
    justify-content: flex-end;
}
.card__form_footer-divider{
    background-color: #CECECE;
    margin: 24px 0;
    width: 100%;
}

.card__form--footer{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.coplan__progress--bar .slds-is-completed .slds-button .slds-button__icon{
    width: 16px;
    height: 16px;
    fill: #4BCA81;
}
.coplan__progress--bar .slds-progress-bar__value{
    background-color: #c9c9c9;
}


.slds-modal_prompt .slds-modal__content{
	text-align: center;
}

@media only screen and (max-width: 540px) {
    .coplan__progress--bar .slds-progress{
        max-width: 85%;
    }
    .coplan__progress--bar .slds-progress__list .slds-progress__item button:after{
        top: 45px;
        white-space: normal;
    }
}


.btn-outline-back.copop_btn_fix button.slds-button{
    min-width: 156px;
}


.poe__form_container .slds-file-selector.slds-file-selector_files .slds-file-selector__dropzone{
    min-height: 144px;
    border-color: #000;
    max-width: 267px;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.poe__form_container .slds-file-selector .slds-file-selector__body{
    flex-direction: column;
    gap: 10px;
}

.poe__data_container{
    border-radius: 4px;
    background: #E9EEF3;
    padding: 20px !important;
    margin-top: 28px;
}

.poe__data_container .slds-table thead th .slds-cell-fixed{
    background-color: #DDEAFF;
    border-right:0px
}

.poe__data_container .slds-table thead th:last-child .slds-resizable__divider:before{
   background-color: #DDEAFF;
}

.poe__data_container td[data-col-key-value="2-button-icon-2"] .slds-button_icon{
    border-radius: 50%;
    background: #69696B;
    color: #fff;
    width: 22px;
    height: 22px;
}

.poe__data_container td[data-col-key-value="2-button-icon-2"] .slds-button_icon svg{
    width: 12px;
}

.poe__form_container  .slds-file-selector{
    display: flex;
}

.comm-page-custom-cooplistview .table-details-opportunity .slds-table div span {
    padding: 0px !important;
	margin-right: -6px;
}
.comm-page-custom-coopplanlistview .table-details-opportunity .slds-table div span {
    padding: 0px !important;
	margin-right: -6px;
}
.comm-page-custom-coopclaimlistview .table-details-opportunity .slds-table div span {
    padding: 0px !important;
	margin-right: -6px;
}

.submitbtn button.slds-button.slds-button_brand{
		padding: 10px 24px;
		border: 0px;
}


.editCss button.slds-button.slds-button_brand{
		padding: 9px 24px;
		border: 0px;
}

.new_proreq_picklist .slds-dueling-list__options, .slds-picklist__options{
    height: auto;
    min-height: 10rem;
}

.r_custom_radio_group .slds-form-element__control[part="options"]{
    flex-wrap: wrap;
    gap: 7px;
}

.r_custom_radio_group .slds-form-element__control[part="options"] span{
    flex:0 0 30%;
    margin-left:0 !important;
}

.btn-progrms-select .slds-radio_button .slds-radio_button__label{
    box-shadow: none !important;
}
.quick-actions-panel .slds-modal__content .coplan__outer--container {
    padding: 0px 30px 20px;
}
.quick-actions-panel .slds-modal__content .card__form--base-properties .slds-card {
    padding-top: 5px;
}
.design-final-conts lightning-icon.slds-align_absolute-center.slds-icon_container_circle {
    width: 64px;
    height: 64px;
}


/* chart position fixed for dealeg list view */

.updated_chart_position .chart-bg{
    background: #fff;
    position: relative;
}

.updated_chart_position .chart-bg .legendCSS{
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;    
}

.updated_chart_position .chart{
   text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

.table-opportunity .slds-card__body lightning-combobox .slds-form-element__label,
.table-opportunity .slds-card__body c-partner-portal-multi-select-picklist .slds-form-element__label
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 13px;
}