form .required:after{color:#f35958;content:"*";font-size:15px;left:3px;position:relative}.form-switch-md .form-check-input{width:4rem!important}.form-switch-lg .form-check-input{width:6rem!important}.form-switch-xl .form-check-input{width:8rem!important}.feather-16{height:16px;width:16px}.feather-20{height:20px;width:20px}.feather-24{height:24px;width:24px}.feather-32{height:32px;width:32px}

:root{
    --bitzone-logo-auth-width:176px;
    --bitzone-logo-auth-height:34px;
    --bitzone-logo-shell-width:154px;
    --bitzone-logo-shell-height:30px;
    --bitzone-logo-invoice-width:200px;
    --bitzone-logo-invoice-height:46px;
    --bitzone-shell-mobile:640px;
    --bitzone-shell-tablet:768px;
    --bitzone-shell-laptop:1024px;
    --bitzone-shell-desktop:1280px;
    --bitzone-shell-wide:1536px;
    --bitzone-shell-padding:1rem;
    --bitzone-shell-gap:1.5rem;
    --bitzone-auth-panel-width:420px;
    --bitzone-auth-visual-width:760px;
    --bitzone-surface:#fff;
    --bitzone-page-bg:#f6f8ff;
    --bitzone-border:#ebe9f1;
    --bitzone-shadow:0 20px 50px rgba(34,41,47,.08)
}

html,
body{
    overflow-x:hidden
}

body{
    background:var(--bitzone-page-bg)
}

.auth-wrapper .brand-logo,
.header-navbar .navbar-brand .brand-logo,
.main-menu .navbar-header .brand-logo,
.invoice-brand .logo-wrapper,
.invoice-header .d-flex,
.customer-invoice-logo{
    align-items:center;
    display:flex
}

.auth-wrapper .brand-logo img,
.header-navbar .navbar-brand .brand-logo img,
.main-menu .navbar-header .brand-logo img,
.invoice-brand img,
.invoice-header img,
.logo-wrapper img{
    display:block;
    height:auto;
    object-fit:contain;
    width:auto
}

.auth-wrapper .brand-logo img{
    max-height:var(--bitzone-logo-auth-height);
    max-width:var(--bitzone-logo-auth-width)
}

.header-navbar .navbar-brand .brand-logo img,
.main-menu .navbar-header .brand-logo img{
    max-height:var(--bitzone-logo-shell-height);
    max-width:var(--bitzone-logo-shell-width)
}

.invoice-brand img,
.invoice-header img,
.customer-invoice-logo img,
.logo-wrapper img{
    max-height:var(--bitzone-logo-invoice-height);
    max-width:var(--bitzone-logo-invoice-width)
}

.main-menu .navbar-header .brand-logo{
    min-height:42px
}

.header-navbar .navbar-brand{
    line-height:1
}

.app-content .content-wrapper,
.app-content .content-area-wrapper,
.header-navbar .navbar-container,
.horizontal-menu-wrapper .header-navbar,
.footer .footer-shell{
    margin-left:0;
    margin-right:0;
    max-width:none;
    padding-left:var(--bitzone-shell-padding);
    padding-right:var(--bitzone-shell-padding);
    width:100%
}

.auth-wrapper .auth-shell{
    margin-left:auto;
    margin-right:auto;
    max-width:100%;
    padding-left:var(--bitzone-shell-padding);
    padding-right:var(--bitzone-shell-padding);
    width:100%
}

.vertical-layout.vertical-menu-modern .app-content .content-wrapper,
.vertical-layout.vertical-menu-modern .app-content .content-area-wrapper,
.horizontal-layout .app-content .content-wrapper,
.horizontal-layout .app-content .content-area-wrapper{
    padding-top:1.5rem
}

.app-content{
    min-height:calc(100vh - 4rem)
}

.content-body{
    min-width:0
}

.header-navbar,
.header-navbar .navbar-container,
.header-navbar .navbar-nav,
.header-navbar .dropdown,
.header-navbar .dropdown-user{
    overflow:visible !important
}

.header-navbar{
    position:relative;
    z-index:1080
}

.header-navbar .navbar-container{
    position:relative;
    z-index:1081
}

.header-navbar .dropdown-user .dropdown-menu,
.header-navbar .dropdown-notification .dropdown-menu,
.header-navbar .dropdown-language .dropdown-menu{
    position:absolute;
    z-index:1095
}

.app-content,
.app-content .content-wrapper,
.app-content .content-area-wrapper{
    position:relative;
    z-index:1
}

.card{
    border-radius:1rem;
    box-shadow:0 8px 24px rgba(34,41,47,.04)
}

.bitzone-trust-badge{
    align-items:center;
    background:#fff;
    border:1px solid #dfe8f7;
    border-radius:999px;
    box-shadow:0 10px 24px rgba(101,116,167,.08);
    color:#5e5873;
    display:inline-flex;
    gap:.6rem;
    padding:.35rem .8rem
}

.bitzone-trust-badge__icon{
    background:linear-gradient(135deg,#00cfe8,#7367f0);
    border-radius:999px;
    color:#fff;
    display:inline-flex;
    font-size:.68rem;
    font-weight:700;
    letter-spacing:.08em;
    line-height:1;
    padding:.32rem .48rem
}

.bitzone-trust-badge__text{
    font-size:.83rem;
    font-weight:600;
    white-space:nowrap
}

.footer{
    background:transparent;
    width:100%
}

.footer .footer-shell{
    padding-bottom:1.15rem;
    padding-top:.9rem
}

.footer .footer-meta{
    display:flex;
    flex-wrap:wrap;
    gap:.75rem 1rem;
    justify-content:space-between
}

.footer .footer-links{
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    gap:.75rem
}

.footer .footer-trust{
    display:flex;
    justify-content:flex-end
}

.auth-wrapper.auth-cover{
    background:linear-gradient(180deg,#f7f9ff 0,#eef4ff 100%);
    min-height:100vh
}

.auth-wrapper .auth-shell{
    align-items:stretch;
    display:flex;
    min-height:100vh;
    padding-bottom:1.5rem;
    padding-top:1.5rem
}

.auth-wrapper .auth-inner{
    background:rgba(255,255,255,.78);
    border:1px solid rgba(115,103,240,.08);
    border-radius:28px;
    box-shadow:0 28px 70px rgba(31,57,110,.08);
    margin:0;
    min-height:calc(100vh - 3rem);
    overflow:hidden;
    width:100%
}

.auth-cover .brand-logo{
    left:clamp(1.25rem,2vw,2rem);
    position:absolute;
    top:1.25rem;
    z-index:3
}

.auth-cover-visual{
    min-height:100%;
    padding:4.75rem 2rem 2rem
}

.auth-cover-visual--compact{
    padding:4.25rem 1.6rem 1.6rem
}

.auth-bg{
    background:rgba(255,255,255,.9);
    padding-bottom:2rem;
    padding-top:4.5rem
}

.auth-footer-links{
    margin-top:1.5rem;
    text-align:center
}

.auth-footer-links .bitzone-trust-badge{
    margin-top:1rem
}

.auth-hero-frame--wide .auth-hero-image{
    max-height:min(80vh,790px);
    max-width:min(100%,820px);
    width:min(100%,820px)
}

@media (min-width:640px){
    :root{
        --bitzone-shell-padding:1.25rem
    }
}

@media (min-width:768px){
    :root{
        --bitzone-shell-padding:1.5rem;
        --bitzone-shell-gap:1.75rem
    }
}

@media (min-width:1024px){
    :root{
        --bitzone-shell-padding:1.75rem;
        --bitzone-shell-gap:2rem
    }
}

@media (min-width:1280px){
    .auth-wrapper .auth-shell{
        max-width:var(--bitzone-shell-desktop)
    }
}

@media (min-width:1536px){
    .auth-wrapper .auth-shell{
        max-width:var(--bitzone-shell-wide)
    }
}

@media (max-width:1279.98px){
    .horizontal-layout .horizontal-menu-wrapper{
        padding-left:var(--bitzone-shell-padding);
        padding-right:var(--bitzone-shell-padding)
    }
}

@media (max-width:1023.98px){
    .auth-wrapper .auth-inner{
        border-radius:22px;
        min-height:auto
    }
}

@media (max-width:991.98px){
    .auth-wrapper .brand-logo img{
        max-width:160px
    }

    .footer .footer-meta,
    .footer .footer-links{
        flex-direction:column;
        align-items:flex-start
    }

    .footer .footer-trust{
        justify-content:flex-start
    }
}

@media (max-width:767.98px){
    .auth-wrapper .auth-shell{
        padding-bottom:1rem;
        padding-top:1rem
    }

    .auth-wrapper .auth-inner{
        border-radius:18px
    }

    .auth-bg{
        padding-top:4rem
    }
}
