/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/notification-bar/style.scss ***!
  \*******************************************************************************************************************************************************************************************/
#notification-bar[style="display: block;"] ~ #hfc-frame {
  margin-bottom: 80px;
}

#notification-bar {
  background: #000;
  opacity: 1;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  z-index: 100;
  color: #fff;
  display: none;
  text-align: left;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#notification-bar .close-button {
  border-radius: 100%;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  line-height: 30px;
  line-height: 40px;
  margin-right: 20px;
  margin-top: -8px;
  margin-bottom: -10px;
  text-indent: -1000em;
  position: absolute;
  right: 0;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}
#notification-bar .close-button:hover {
  color: #e7131a;
}
#notification-bar .close-button:hover .dismiss {
  color: #e7131a;
}
#notification-bar .close-button .dismiss {
  color: #fff;
  font-size: 14px;
  height: 50px;
  margin: -4px 40px 0 0;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0;
  width: 55px;
}
#notification-bar .close-button .x {
  text-indent: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 0;
  font-size: 50px;
  line-height: 30px;
  vertical-align: middle;
}
#notification-bar .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
}
#notification-bar .content {
  position: relative;
  overflow: hidden;
  text-align: left;
  min-height: 0px;
  display: flex;
  align-items: center;
}
#notification-bar .content .text {
  margin: 5px 20px 5px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
#notification-bar .content .button-container {
  margin: 5px 0 5px 0;
}
#notification-bar .content .button-container .button {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #notification-bar .container {
    padding-left: 30px;
    padding-right: 60px;
    flex-wrap: wrap;
  }
  #notification-bar .container .dismiss {
    display: none;
  }
}
