
@font-face {
    font-family: "Poppins-Black";
    src: url("/sfsites/c/resource/poppinsFont/Poppins-Black.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("/sfsites/c/resource/poppinsFont/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-Regular";
    src: url("/sfsites/c/resource/poppinsFont/Poppins-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-Light";
    src: url("/sfsites/c/resource/poppinsFont/Poppins-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-ExtraLight";
    src: url("/sfsites/c/resource/poppinsFont/Poppins-ExtraLight.ttf") format("truetype");
}


:host {
    --slds-c-text-color: #222222;
    --slds-c-text-color-inverse: #ffffff;
    --slds-c-border-color: white;
    --slds-c-border-color-inverse: #ffffff;
    --slds-c-tabs-list-color-border: white;
    --text-color: #222222;
    --blue1: #d4e4f6;
    --blue3: #06357a;
    --grey0: #f2f2f2;
    --grey1: #e7e7e7;
    --grey4: #bebebe;
}

:root {
    --slds-c-text-color: #222222;
    --slds-c-text-color-inverse: #ffffff;
    --slds-c-border-color: white;
    --slds-c-border-color-inverse: #ffffff;
    --slds-c-tabs-list-color-border: white;
    --text-color: #222222;
    --blue1: #d4e4f6;
    --blue3: #06357a;
    --grey0: #f2f2f2;
    --grey1: #e7e7e7;
    --grey4: #bebebe;
}

* {
    box-sizing: border-box;
    color: var(--text-color);
    font-family: "Poppins-Light", sans-serif;
}


.rain-header {
    background-color: white;
}

.header-logo {
    max-width: 200px;
    margin: auto;
    top: -20px;
    position: relative;
}

.community_byo-scoped-header-and-footer__footer-content,
footer > div {
    background-color: unset!important;
}

.custom-tabs.twoTabs .dxp-tabs-container {
    width: calc(100% - 8px);
    height: 45px;
    margin: auto;
}

.custom-tabs.twoTabs li {
    width: 50%;
    background-color: var(--grey0);
    border-radius: 30px;
    box-shadow: none;
    border: none;
    outline: none;
    margin-bottom: 12px;
    text-align: center;
} 

/* Removing focus styles for custom tabs */
.dxp-tab-nav-container:focus-visible , .dxp-tab-nav-container:focus , .custom-tabs.twoTabs li:focus , .custom-tabs.twoTabs li *:focus  {
    outline: none!important;
    border-color: unset!important;
    border-width: unset!important;
    border-style: none!important;
}

.custom-tabs.twoTabs li:first-child {
    margin-right: 4px;
}
.custom-tabs.twoTabs li:nth-child(2) {
    margin-left: 4px;
}
.custom-tabs.twoTabs li[data-active="true"] {
  background-color: var(--blue1)!important; 
}

.custom-tabs.twoTabs li p {
    color: var(--blue3);
    font-family: "Poppins-Light", sans-serif;
}

.slds-tabs_default__nav,
.slds-tabs--default__nav {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.trades-detail .slds-card__header {
    display: none;
}

.trades-detail .slds-slds-accordion__list-item {
    background-color: #fafafa !important;
    border: unset !important;
}