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

            background-repeat: no-repeat;
            color: #0b0925;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #00b7ea;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://support.wpswings.com/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://support.wpswings.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 #d57b77;
            background-color: #d57b77;
            color: #ffffff;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #ffffff;
            background-color: #ffffff;
            }
             #wpfront-notification-bar-spacer { display:block; }#wpfront-notification-bar { /*background-image: url(https://makewebbetter.com/wp-content/uploads/2019/08/independence_day_sale_image.png); */ background-repeat: no-repeat; background-size: cover; } @media only screen and (max-width: 768px) { #wpfront-notification-bar { background-image: none; background-color: #005da2; } } #wpfront-notification-bar a.wpfront-button{ padding: 10px 24px; border-radius: 33px; } #wpfront-notification-bar div.wpfront-message{ font-size: 16px; } #wpfront-notification-bar div.wpfront-close{ background-color: #fff; border: none; padding: 10px; border-radius: 50%; width: 30px; height: 30px; line-height: 12px; color: #000; margin: 7px auto; font-size: 12px; } #wpfront-notification-bar table tbody tr td div { margin: 5px auto; } @media only screen and (max-width: 768px) { #wpfront-notification-bar table { width: 92%; } #wpfront-notification-bar div.wpfront-message { font-size: 14px; line-height: normal; } } span.mwb-code { padding: 8px 5px; display: inline-block; margin: 0 5px; color: #ffffff; border: 1px dashed #ffffff; } span.mwb-amt { color: #ffffff; font-size: 16px; /*margin: 5px;*/ font-weight: 700; }