/* AFD Flow */
c-country-drop-down{
    display: none !important;
}
flowruntime-flow .container{
    width: auto !important;
}
flowruntime-flow .slds-grid{
    display: block !important;
}
flowruntime-flow .slds-card{
    padding: 16px !important;
    padding-top: 0 !important;
}
flowruntime-flow .slds-card__header{
    display: none !important;
}
.flowruntimeBody__lwc{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
flowruntime-flow .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
flowruntime-flow .slds-accordion__section{
    margin-top: 16px !important;
}

/*Button hover style */
@media (hover: hover) and (pointer: fine) {
    [kx-scope=button-brand]:hover{
        transform: none !important;
    }
}

/* My profile button */
lightning-button-menu.myProfileMenuButton .slds-button{
    height: 24px !important;
    width: 24px !important;
    color: white !important;
    border-color: white !important;
}

/* Modal */
section.slds-modal{
    z-index: 10000 !important;
}
.slds-backdrop.slds-backdrop_open{
    z-index: 9999 !important;
}

/* Two dots below the required field label in forms */
label abbr{
    text-decoration: none !important;
    cursor: default !important;
}

/* button container, image container */
dxp_base-button .container, dxp_content_layout-site-logo .container{
    width: auto !important;
}