c-community-my-wallet-banner{
    position: absolute;
    width: 100%;
    height: calc(120vh);
    pointer-events: none;
}

.modal-submit-button,
.modal-submit-button button{
    width: 100%;
    font-size: 14px;
    padding: 5px;
}

lightning-button-icon.close-button{
    margin-right: 7px;
}

lightning-button-icon.close-button > button{
    border: none !important;
}

/*.slds-modal__content{
    padding: 24px !important;
    padding-top: 40px !important;
}*/

.info-icon svg {
    fill: #333333 !important;
}

.slds-tree [role=treeitem][aria-selected=true]>.slds-tree__item{
    background: #d0ccff;
}

.slds-tree__item.slds-is-hovered,
.slds-tree__item:hover{
    background: #e7e5ff;
}

.slds-tree [role=treeitem][aria-selected=true]>.slds-tree__item{
    background: #d0ccff;
}

.slds-tree__item.slds-is-hovered,
.slds-tree__item:hover{
    background: #e7e5ff;
}

.slds-nav-vertical__item.slds-is-active:before{
    background: #EBEBFF;
}

.slds-nav-vertical__item:hover:before{
    background: #f5f5ff;
}

.slds-nav-vertical__title {
    color: #777777;
    font-size: 14px;
    /*font-family: 'SF Pro Display';*/
    line-height: 18px;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding-left: 0;
    text-transform: lowercase;
}

.slds-nav-vertical__action {
    padding-left: 13px;
    font-size: 14px;
    /*font-family: SF Pro Display;*/
    font-style: normal;
    font-weight: normal !important;
    line-height: 22px;
    color: #000000;
}

.slds-tree__item{
    /* background: #ebebff !important;  */
   /* padding: 8px 24px 8px 13px !important;*/
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
}
.slds-tree__item-label {
    font-size: 16px;
}
.slds-tree_container >.slds-tree > lightning-tree-item {
    margin-bottom: 4px;
}

.slds-tree [role=treeitem][aria-selected=true]>.slds-tree__item{
    background: #ebebff !important;
}

.slds-tree__item.slds-is-hovered, .slds-tree__item:hover{
    background: #f5f5ff;
}

.slds-tree__item .slds-button{
    margin-top: -2px !important;
}

.terms-agreement .slds-form-element__help {
    position: absolute;
    width: 300px;
}

/****** THANK YOU PAGE START *****/
.thankyou-main-container{
    margin: 40px auto;
}

.thankyou-title{
    font-size: 42px;
    margin-bottom: 24px;
}

.thankyou-instruction{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}

.thankyou-button{
    background: #0000FF;
    color: #fff !important;
    padding: 8px 78px;;
    border-radius: 4px;
    text-decoration: none !important;
}

.thankyou-button:hover{
    background: #0000d1;
}
/****** THANK YOU PAGE END *****/

.forceCommunityGlobalNavigation .slds-is-fixed>.slds-list_vertical{
    overflow: auto;
}

/***** GLOBAL TEXT CLASSES *****/
:host {
    font-size: 16px !important;
    --lwc-formLabelFontSize: 14px !important;
  }

/*.circles-text-large{
    font-size: 18px !important;
    line-height: 26px !important;
}

.circles-text-medium{
    font-size: 16px !important;
    line-height: 24px !important;
}

.circles-text-small{
    font-size: 14px !important;
    line-height: 22px !important;
}
*/
header#header div.navbar-nav div.comm-navigation li a{
    padding-right: 0 !important;
}

@media only screen and (max-width: 767px) {
    :host {
        font-size: 14px !important;
        --lwc-formLabelFontSize: 13px !important;
      }

  /*  .circles-text-large{
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .circles-text-medium{
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .circles-text-small{
        font-size: 13px !important;
        line-height: 20px !important;
    }
*/
    community_navigation-global-navigation-list > div,
    .comm-navigation__navigation-trigger{
        padding: 0 !important;
    }

    header#header div.navbar-nav div.comm-navigation li a{
        padding-right: 23px !important;
    }
}



.comm-navigation__list li.slds-is-relative.slds-list__item:nth-last-child(2) a > span{
    background: #2E008B;
    color: #fff;
    padding: 6px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.promo-code-input .slds-input{
    height: 48px;
}


