[data-component-id="myAccountLayout-abb2"] nav ul{
    margin-left: 8px;
}

[data-component-id="myAccountLayout-abb2"] li.slds-is-active{
    border: 1px solid rgb(217, 215, 213);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: var(--dxp-g-brand);
}

[data-component-id="myAccountLayout-abb2"] li.slds-is-active a{
    color: var(--dxp-g-brand) !important;
    text-decoration: none !important;
}

[data-component-id="myAccountLayout-abb2"] li::after{
    height: 0 !important;
}

[data-component-id="section-f20a"]{
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    /* Add Address button */
    [data-component-id="button-7a3d"] a{
        width: 100%;
    }
}
/*Add some style to request pallet page*/
@media only screen and (min-width: 1044px) and (max-width: 1084px){
    .inputHeight label.slds-form-element__label{
        display:inline-block;
        height: 48px !important;
    }
}

@media only screen and (min-width: 827px) and (max-width: 860px){
    .inputHeight label.slds-form-element__label{
        display:inline-block;
        height: 48px !important;
    }
}

.address-footer-button-style[disabled]:hover,
.address-footer-button-style:disabled:hover {
    color: var(--slds-g-color-neutral-base-80, #c9c9c9) !important;
}
[data-component-id="myAccountAddressGridContainer-25a0"] div.address-footer-style{
    display: none !important;
}