body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: unset !important;
}
body .feedback-loader-container {
  left: 0;
}
body .feedback-loader-container .feedback-loader-inner-container {
  width: 100%;
}
body .fixed-warning {
  display: none;
  background-color: var(--gb-red) !important;
  border-radius: 0;
  border-width: 0;
  color: var(--gb-white) !important;
  padding: 0;
  text-align: center;
  bottom: 0;
  margin: 0 !important;
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 10001;
  left: 0;
}
body .fixed-warning.info {
  background-color: var(--gb-primary) !important;
}
body .fixed-warning .ti-alert-triangle {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  font-size: 3rem;
}
body .fixed-warning .ti-alert-triangle:before {
  content: "\f6f0";
}
body .fixed-warning .warning-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 75px;
  text-align: center;
  width: 100%;
}
body .fixed-warning .ti-x {
  cursor: pointer;
  position: absolute;
  font-size: 3rem;
  right: 15px;
  top: 13px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
body .fixed-warning .ti-x::after {
  background: var(--gb-black);
  content: " ";
  height: 75px;
  width: 1px;
  position: absolute;
  left: -15px;
  top: -13px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
