/* Hide `Authenticator app` 2FA (First item of the list) */app-two-factor-setupul.list-group.list-group-2fali.list-group-item:nth-child(1) { @extend %vw-hide;}/* Hide `YubiKey OTP security key` 2FA (Second item of the list) *//* Note: This will also be hidden automatically if the Yubikey config is net set */app-two-factor-setupul.list-group.list-group-2fali.list-group-item:nth-child(2) { @extend %vw-hide;}/* Hide `Duo` 2FA (Third item of the list) */app-two-factor-setupul.list-group.list-group-2fali.list-group-item:nth-child(3) { @extend %vw-hide;}/* Hide `FIDO2 WebAuthn` 2FA (Fourth item of the list) */app-two-factor-setupul.list-group.list-group-2fali.list-group-item:nth-child(4) { @extend %vw-hide;}/* Hide `Email` 2FA (Fifth item of the list) *//* Note: This will also be hidden automatically if email is not enabled */app-two-factor-setupul.list-group.list-group-2fali.list-group-item:nth-child(5) { @extend %vw-hide;}/* Use a custom login logo */app-loginimg.logo {content:url(../images/my-custom-login.logo.png) !important;}/* Use a custom top left logo global */bit-icon>svg {display:none !important;}bit-icon::before {display:block;content:""!important;width:175px!important;height:30px!important;background-image:url(../images/my-custom-global-logo.png) !important;background-repeat:no-repeat !important;background-size:contain;}/* Use a custom top left logo different per vault/admin */bit-icon>svg {display:none !important;}bit-icon::before {display:block;content:""!important;width:175px!important;height:30px!important;background-repeat:no-repeat !important;background-size:contain;}app-user-layoutbit-icon::before {background-image:url(../images/my-custom-password-manager-logo.png) !important;}app-organization-layoutbit-icon::before {background-image:url(../images/my-custom-admin-console-logo.png) !important;}