:root {
    --color-blue-river: #9FC2EF;
    --color-deep-blue: #18223E;
    --color-grey-mist: #afbdd0;
    --color-grey: #63738d;
    --color-light-grey: #dcdde2;
    --color-blue-steam: #8EA2BB;
    --color-gold: #B09457;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-background-grey: #f3f4f6;
    --max-mobile-size: 767px;
    --min-tablet-size: 768px;
    --max-tablet-size: 1024px;
        --min-desktop-size: 1025px;
        --max-desktop-size: 1600px;
    --font-family: 'Work Sans';
    --font-family-text-bold: 'WorkSans-500';
    --font-family-barlow: 'Barlow-Bold';
} 
lightning-button-icon.slds-modal__close {
    display: none;
}
lightning-input.checkout-specific-input .slds-input {
    height:50px;
}
@media screen and (max-width: 767px) {
    .slds-modal__container:has(.accountSwitcher){
       margin: 0;
    }
}
