.gubnotci-btn,
.gubnotci-content__title {
  font-size: 18px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  outline: 0
}

.toast__content {
  padding: 16px 24px;
  background: rgba(0, 0, 0, .7);
  color: #FFF;
  border-radius: 2px;
  display: inline;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3)
}

.gubnotci-btn {
  color: #333;
  line-height: 23px;
  border: none;
  background: 0 0;
  transition: opacity .2s cubic-bezier(0, 0, .3, 1);
  cursor: pointer;
  padding: 8px 16px 8px 8px;
  border-radius: 2px
}

.gubnotci-btn--enabled .gubnotci-btn__inner:before {
  content: 'Notifications enabled';
  background: url(../image/ic_notifications_active_black_24px.svg) left center no-repeat
}

.gubnotci-btn--disabled .gubnotci-btn__inner:before {
  content: 'Notifications disabled';
  background: url(../image/ic_notifications_none_black_24px.svg) left center no-repeat
}

.event-updates a:before,
.header::before,
.header__live-stream span:before,
.masthead svg.masthead-underlay__divider,
.masthead:after,
.gubnotci-btn--no-label:before,
.gubnotci-btn__inner:before,
.gubnotci-item__details-inner:before {
  content: ''
}

.gubnotci-btn__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none
}

.gubnotci-btn__inner:before {
  padding-left: 32px;
  height: 24px;
  background: url(../image/ic_notifications_none_black_24px.svg) left center no-repeat
}

.gubnotci-btn[hidden] {
  display: none
}

.gubnotci-btn[disabled] {
  opacity: .3
}

.gubnotci-area {
  position: fixed;
  bottom: 16px;
  left: 16px;
  width: 100%;
  height: 480px;
  max-width: 288px;
  max-height: 536px;
  overflow: hidden;
  border-radius: 2px;
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s cubic-bezier(0, 0, .3, 1)
}

.gubnotci-area--active {
  opacity: 1
}

.gubnotci-ripple {
  position: absolute;
  left: -392px;
  bottom: -392px;
  border-radius: 50%;
  width: 848px;
  height: 848px;
  background: #313131;
  backface-visibility: hidden;
  will-change: transform;
  transform: scale(.056);
  transform-origin: 50% 50%;
  transition: transform .3s cubic-bezier(0, 0, .3, 1)
}

.gubnotci-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(100%) translate(0, -64px);
  transition: transform 255ms cubic-bezier(0, 0, .3, 1);
  backface-visibility: hidden;
  overflow: hidden
}

.gubnotci-content__headline {
  transition: opacity .1125s cubic-bezier(0, 0, .3, 1);
  opacity: 0
}

.gubnotci-content__header {
  padding: 8px;
  display: flex
}

.gubnotci-content__title {
  color: #FFF;
  font-weight: 500;
  margin: 9.6px 0 8px
}

.gubnotci-content__description {
  opacity: .6;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
  line-height: 20px
}

.gubnotci-close-button,
.gubnotci-toggle-button {
  -webkit-tap-highlight-color: transparent;
  width: 48px;
  height: 48px;
  border: none;
  padding: 0;
  border-radius: 50%;
  outline: 0;
  flex: 0 0 auto;
  pointer-events: auto;
  margin-right: 8px;
  cursor: pointer;
  position: relative
}

.gubnotci-item__breakdown-datetime,
.gubnotci-item__breakdown-title {
  pointer-events: none;
  font-family: Roboto, Arial, Helvetica, sans-serif
}

.gubnotci-close-button:after,
.gubnotci-toggle-button:after {
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  opacity: 0;
  will-change: opacity;
  transition: opacity .18s cubic-bezier(0, 0, .3, 1)
}

.gubnotci-close-button:focus:after,
.gubnotci-close-button:hover:after,
.gubnotci-toggle-button:focus:after,
.gubnotci-toggle-button:hover:after {
  opacity: 1
}

.gubnotci-toggle-button {
  background: url(../image/ic_notifications_white_24px.svg) center center no-repeat
}

.gubnotci-toggle-button:after {
  background: url(../image/ic_notifications_black_24px.svg) center center no-repeat #FFCD43
}

.powered-by-container {
  height: 40px;
  border-top: 1px solid #565656;
  background: #3A3A3A;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 8px
}

.powered-by {
  background: 0 0;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: #FFF;
  opacity: .5;
  outline: 0;
  padding: 0;
  margin: 0;
  text-decoration: underline
}

.powered-by:focus,
.powered-by:hover {
  opacity: 1
}

.gubnotci-close-button {
  background: url(../image/ic_close_white_24px.svg) center center no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0
}

.gubnotci-close-button:focus:after,
.gubnotci-close-button:hover:after {
  background: url(../image/ic_close_black_24px.svg) center center no-repeat #FFCD43
}

.gubnotci-content__list {
  outline: 0;
  flex: 1;
  border-top: 1px solid #565656;
  background: #3A3A3A;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  transition: opacity .1125s cubic-bezier(0, 0, .3, 1);
  opacity: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
  align-items: center;
  justify-content: center;
}

.gubnotci-content__list-item {
  display: block;
  padding: 0
}

.gubnotci-item__details {
  background: 0 0;
  border: none;
  width: 100%;
  padding: 0;
  outline: 0;
  opacity: .7;
  color: #FFF;
  display: block
}

.gubnotci-item__details:focus,
.gubnotci-item__details:hover {
  background: rgba(0, 0, 0, .4)
}

.gubnotci-item__details--active {
  opacity: 1;
  color: #FFCD43
}

.gubnotci-item__details--active .gubnotci-item__details-inner:before {
  background: url(../image/ic_notifications_active_yellow_24px.svg) center center no-repeat
}

.gubnotci-item__details[disabled] {
  opacity: .3
}

.gubnotci-item__details-inner {
  display: flex;
  width: 100%;
  padding: 8px;
  outline: 0;
  cursor: pointer
}

.gubnotci-item__details-inner:before {
  background: url(../image/ic_notifications_none_white_24px.svg) center center no-repeat;
  height: 48px;
  width: 48px;
  margin: 0 8px 0 0;
  overflow: hidden;
  display: block
}

.gubnotci-item__breakdown {
  text-align: left;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-around
}

.gubnotci-item__breakdown-title {
  font-size: 18px;
  padding: 8px 0
}

.gubnotci-item__breakdown-datetime {
  font-size: 14px;
  color: #FFF;
  opacity: .8
}

.gubnotci-area--expanded {
  pointer-events: auto
}

.gubnotci-area--expanded .gubnotci-ripple {
  transform: scale(1) translate(30%, -30%)
}

.gubnotci-area--expanded .gubnotci-content {
  transform: none
}

.gubnotci-area--expanded .gubnotci-content__headline,
.gubnotci-area--expanded .gubnotci-content__list {
  transition: opacity 225ms cubic-bezier(0, 0, .3, 1) 75ms;
  opacity: 1
}

/* The switch - the box around the gtoggle */
.gubnotci-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 10px;
}

/* Hide default HTML checkbox */
.gubnotci-switch input {
  display: none;
}

/* The gtoggle */
.gubnotci-switch .gtoggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.gubnotci-switch .gtoggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.gubnotci-switch input:checked+.gtoggle {
  background-color: #2196F3;
}

.gubnotci-switch input:focus+.gtoggle {
  box-shadow: 0 0 1px #2196F3;
}

.gubnotci-switch input:checked+.gtoggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded gtoggles */
.gubnotci-switch .gtoggle.round {
  border-radius: 34px;
}

.gubnotci-switch .gtoggle.round:before {
  border-radius: 50%;
}

@media (min-width: 360px) {
  .gubnotci-area {
    max-width: 328px
  }
}

@media (min-width: 400px) {
  .gubnotci-area {
    max-width: 380px
  }
}

@media (min-width: 440px) {
  .gubnotci-area {
    max-width: 408px;
    height: 220px
  }
}