#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #6D9F4A;
            background: -moz-linear-gradient(top, #6D9F4A 0%, #6D9F4A 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6D9F4A), color-stop(100%,#6D9F4A));
            background: -webkit-linear-gradient(top, #6D9F4A 0%,#6D9F4A 100%);
            background: -o-linear-gradient(top, #6D9F4A 0%,#6D9F4A 100%);
            background: -ms-linear-gradient(top, #6D9F4A 0%,#6D9F4A 100%);
            background: linear-gradient(to bottom, #6D9F4A 0%, #6D9F4A 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6D9F4A', endColorstr='#6D9F4A',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: #BBD132;
            background: -moz-linear-gradient(top, #BBD132 0%, #BBD132 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BBD132), color-stop(100%,#BBD132));
            background: -webkit-linear-gradient(top, #BBD132 0%,#BBD132 100%);
            background: -o-linear-gradient(top, #BBD132 0%,#BBD132 100%);
            background: -ms-linear-gradient(top, #BBD132 0%,#BBD132 100%);
            background: linear-gradient(to bottom, #BBD132 0%, #BBD132 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBD132', endColorstr='#BBD132',GradientType=0 );

            background-repeat: no-repeat;
            color: #4B4B4B;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #00b7ea;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://cafinet.me/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://cafinet.me/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 #FFFFFF;
            background-color: #FFFFFF;
            color: #AB0000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #EAEAEA;
            background-color: #EAEAEA;
            }
             #wpfront-notification-bar-spacer { display:block; }.notification-container { display: flex; align-items: center; justify-content: center; gap: 15px; /* فاصله کمی بیشتر بین متن و دکمه */ font-size: 16px; /* سایز فونت کمی بزرگتر */ color: #ffffff; flex-wrap: wrap; } .notification-text { font-weight: 800; /* متن بسیار توپر و ضخیم */ } .animated-phone-btn { background-color: #ffffff; color: #222222 !important; text-decoration: none; border-radius: 50px; padding: 6px 18px; display: inline-flex; align-items: center; gap: 8px; /* فاصله آیکون و شماره */ direction: ltr; font-weight: 900; /* شماره تلفن بسیار توپر */ transition: all 0.3s ease; animation: white-pulse 2.5s infinite; } .animated-phone-btn:hover { transform: translateY(-2px); background-color: #f8f9fa; } @keyframes white-pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); } 70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }