#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #888888;
            background: -moz-linear-gradient(top, #888888 0%, #000000 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(100%,#000000));
            background: -webkit-linear-gradient(top, #888888 0%,#000000 100%);
            background: -o-linear-gradient(top, #888888 0%,#000000 100%);
            background: -ms-linear-gradient(top, #888888 0%,#000000 100%);
            background: linear-gradient(to bottom, #888888 0%, #000000 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#000000',GradientType=0 );
            background-repeat: no-repeat;
                        }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #ffffff;
                        }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #ED2024;
            background: -moz-linear-gradient(top, #ED2024 0%, #ED2024 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED2024), color-stop(100%,#ED2024));
            background: -webkit-linear-gradient(top, #ED2024 0%,#ED2024 100%);
            background: -o-linear-gradient(top, #ED2024 0%,#ED2024 100%);
            background: -ms-linear-gradient(top, #ED2024 0%,#ED2024 100%);
            background: linear-gradient(to bottom, #ED2024 0%, #ED2024 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED2024', endColorstr='#ED2024',GradientType=0 );

            background-repeat: no-repeat;
            color: #ffffff;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #ED2024;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://suleymanson.com/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://suleymanson.com/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                        }
            #wpfront-notification-bar div.wpfront-close            {
            border: 1px solid #555555;
            background-color: #555555;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
             #wpfront-notification-bar-spacer { display:block; }/* ===== Floating Notification Box ===== */ #wpfront-notification-bar { position: fixed !important; bottom: 50px !important; right: 20px !important; left: auto !important; width: auto !important; max-width: 400px !important; min-height: 80px !important; border-radius: 14px !important; background: #ED2024 !important; /* Qırmızı box */ color: #fff !important; /* Yazı ağ */ padding: 25px 30px !important; font-size: 18px !important; font-weight: 600 !important; box-shadow: 0 20px 40px rgba(0,0,0,0.4) !important; display: flex !important; align-items: center !important; justify-content: center !important; /* Mərkəz */ z-index: 999999 !important; overflow: visible !important; } /* ===== Yanıb-sönmə effekti ===== */ #wpfront-notification-bar { animation: blink 1s infinite; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } } /* ===== Text böyük hərflərlə ===== */ #wpfront-notification-bar { text-transform: uppercase !important; }