#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #131414;
            background: -moz-linear-gradient(top, #131414 0%, #131414 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131414), color-stop(100%,#131414));
            background: -webkit-linear-gradient(top, #131414 0%,#131414 100%);
            background: -o-linear-gradient(top, #131414 0%,#131414 100%);
            background: -ms-linear-gradient(top, #131414 0%,#131414 100%);
            background: linear-gradient(to bottom, #131414 0%, #131414 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131414', endColorstr='#131414',GradientType=0 );
            background-repeat: no-repeat;
                            flex-direction: column;
                            }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #ffffff;
                            width: 100%
                            }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #00b7ea;
            background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
            background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
            background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
            background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
            background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://aarhome.version-beta.com/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                            width: 100%
                            }
            #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; }.ntscrolling { overflow:hidden; } div.ntscrolling span { font-weight: bold; position:absolute; /*width:45%;*/ height:100%; line-height:0; transform:translateX(100%); -moz-transform:translateX(100%); -webkit-transform:translateX(100%); -moz-animation: ntscrolling 12s linear infinite; -webkit-animation: ntscrolling 12s linear infinite; animation:ntscrolling 12s linear infinite; } @media(max-width:800px) { div.ntscrolling span { width: 100%; font-size: 12px; font-weight: normal; overflow-wrap: anywhere; word-break: break-word; position: unset; } } @keyframes ntscrolling{ 0%{ transform:translateX(100%); -moz-transform:translateX(100%); -webkit-transform:translateX(100%); } 100%{ transform:translateX(-100%); -moz-transform:translateX(-100%); -webkit-transform:translateX(-100%); } } @-moz-keyframes ntscrolling{ 0%{ -moz-transform: translateX(100%); } 100%{ -moz-transform: translateX(-100%); } } @-webkit-keyframes ntscrolling{ 0%{ -webkit-transform:translateX(100%); } 100%{ -webkit-transform:translateX(-100%); } }