<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Version 1.0 einvoix = fatturemazon.it + fattureautomatiche.com 03/10/2023

   Table of Contents 
   ========================================================================== 
   
    00. Icons
    01. Colors
    02. Login
    03. Menu
    
    
   ========================================================================== */


/* ==========================================================================
00. Icons
========================================================================== */ 

    /* Font Family */
    @font-face {
        font-family: 'icomoon';
        src:  url('../fonts/materialicons/fonts/icomoon.eot?thkyop');
        src:  url('../fonts/materialicons/fonts/icomoon.eot?thkyop#iefix')   format('embedded-opentype'),
            url('../fonts/materialicons/fonts/icomoon.ttf?thkyop')         format('truetype'),
            url('../fonts/materialicons/fonts/icomoon.woff?thkyop')        format('woff'),
            url('../fonts/materialicons/fonts/icomoon.svg?thkyop#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: block;
    }

    /* Nascondi icona utenti in alto a sinistra */
    .ph-hleft .icon:before{
        display:none;
    }
     


/* ==========================================================================
   01. Colors
   ========================================================================== */ 

    /* fattureamazon.it */
    .fw-new.fattureamazon {

        /* colore principale */
        --primary-color: #fab758;
        /* colore principale pale */
        --primary-pale-color: #fef3e4;
        /* colore principale soft */
        --primary-soft-color: #fff8ef;
        
    }

    /* fattureautomatiche.com */
    .fw-new.fattureautomatiche {

        /* colore principale */
        --primary-color: #54a8c7;
        /* colore principale pale */
        --primary-pale-color: #e4f1f6;
        /* colore principale soft */
        --primary-soft-color: #f2f8fb;

    }
    

/* ==========================================================================
   02. Login
   ========================================================================== */ 

    /* LEFT - RIGHT */
    .fw-new .ph-wrapper-right {
        width: 100% !important;
        /*background: url('https://www.fattureautomatiche.com/sito/img/e-bg.png');*/
        background: #fff;
        padding-right:0 !important;
    }
    @media screen and (min-width: 1000px){
        .fw-new .ph-wrapper-left {
            display: none !important;
        }
        .fw-new .ph-wrapper-right {
            width: 100% !important;
        }
    }

    /* IDLOGIN */
    #idlogin,#idvercod{
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    /* LOGIN BOX */
    .fw-new .ph-login-box {
        width: 100%;
        max-width: 450px;
        height: auto;
        margin: auto;
        padding: 40px;
        position: relative;
        top: 100px;
        border-radius: 0.4rem;
        /*background: rgba(255,255,255,0.3);*/
        background: var(--primary-soft-color);
    }
    @media screen and (max-width: 1000px){
        .fw-new .ph-login-box {
            top: 60px;
            border-radius: 0;
            max-width: 100%;
        }
    }

    /* LOGIN LOGO */
    .fw-new .ph-login-logo {
        border: 0 !important;
        box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0rem 0rem 1.25rem rgb(30 34 40 / 4%);
        background-image: url('../img/e-logo.png') !important;
        background-size: cover;
    }
    .fw-new .ph-login-logo img{
        display:none;
    }

    /* HEADER LOGO */
    .fw-new .ph-logo img{
        display:none;
    }
    .fw-new .ph-logo{
        padding: 0;
        width: 160px;
        margin:auto;
        background: url('../img/einvoix.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* HEADER */
    .fw-new .ph-login-header {
        box-shadow: 0rem 0rem 1.25rem rgb(30 34 40 / 4%);
        height: 75px;
    }
    .fw-new .ph-central-header {
        padding-top:7px;
        height: 75px;
    }



/* ==========================================================================
   03. Menu
   ========================================================================== */ 

    /* Logo Menu */
    .fw-new .ph-menu-logo{ 
        width: 159px;
        height: 50px;
        background: url('../img/weinvoix.png');
        background-size: cover;
        margin: 0 auto 0px 35px;
    }

    /* Nome Azienda */
    .ph-menu-header {
        font-size: 16px;
    }

   
/* ==========================================================================
   Bottom of file
   ========================================================================== */ 











</pre></body></html>