.notification_bar-module .notification_bar-module-wrapper {
    position: relative;
/*     overflow: hidden;
    max-height: 42px; */
    height: 100%;
}

.notification_bar-module .notification_bar-module-wrapper .notification_bar-content {
    padding: 8px 0;
    z-index: 300;
}

.notification_bar-content {
    color: #FFF;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.notification_bar-content .notification_text * {
  margin-bottom: 0;
}

.notification_bar-module .notification_bar-module-wrapper .notification_bar-content .notification_text_mobile {
    display: none;
}

/* .notification_bar-module .notification_bar-module-wrapper .notification_bar-close_button {
    border: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: unset;
    font-style: unset;
    font-weight: unset;
    text-decoration: unset;
    background-color: unset;
    border-radius: 0;
    font-size: unset;
    text-transform: none;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 400;
} */
/* 
.notification_bar-module .notification_bar-module-wrapper .notification_bar-close_button svg {
    display: block;
} */

.hs-tools-menu.hs-collapsed {
    display: none !important;
}

@media only screen and (max-width: 680px){
/*     .notification_bar-module.layers-container {
        padding: 0 24px 0 0;
    } */

    .notification_bar-module .notification_bar-module-wrapper .notification_bar-content {
        position: relative;
/*         white-space: nowrap; */
    }

    .notification_bar-module .notification_bar-module-wrapper .notification_bar-content .notification_text {
/*         padding-left: 100%; */
        display: inline-block;
/*         animation: scrolling-text 15s linear infinite; */
    }

/*     .notification_bar-module .notification_bar-module-wrapper .notification_bar-content::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 134px;
        z-index: 200;
    } */

    /* for Firefox */
/*     @-moz-keyframes scrolling-text {
        from { -moz-transform: translate(0, 0); }
        to { -moz-transform: translate(-100%, 0); }
    }

    /* for Chrome 
    @-webkit-keyframes scrolling-text {
        from { -webkit-transform: translate(0, 0); }
        to { -webkit-transform: translate(-100%, 0); }
    }

    @keyframes scrolling-text {
        0 {
            -moz-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }
        100% {
            -moz-transform: translate(-100%, 0);
            -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
        }
    } */
}

