        .user {
            color: #fff;
            position: absolute;
            bottom: 10px;
            text-align: right;
        }
        
        .footer1 {
            display: none;
            bottom: 0;
            height: 60px;
            border-top: 1px solid #ddd;
            background-color: #fff;
            z-index: 10000;
            position: fixed;
            width: 100%;
            box-shadow: 0 0 2px rgb(112 74 74 / 10%);
        }
        
        #najva-subscribe-bell {
            bottom: 50px !important;
        }
        
        .footer1 .navbar-item[data-v-0e0d7ea5] {
            width: 30%;
            height: 36px;
        }
        
        .text-nowrap {
            white-space: nowrap!important;
        }
        
        .mr-2 {
            margin-right: .5rem!important;
        }
        
        .px-3 {
            padding-left: 1rem!important;
            padding-right: 1rem!important;
        }
        
        .py-1 {
            padding-bottom: .25rem!important;
            padding-top: .25rem!important;
        }
        
        .align-items-center {
            align-items: center!important;
        }
        
        .justify-content-center {
            justify-content: center!important;
        }
        
        .flex-row {
            flex-direction: row!important;
        }
        
        .d-flex {
            display: flex!important;
        }
        
        @media (max-width:480px) {
            footer {
                display: none
            }
            .footer1 {
                display: block !important
            }
            #ghafele {
                margin-bottom: 50px;
            }
        }