/*
additional styles for some react components
*/

#stickybottom{
  z-index: auto;
}
/*
#header-title.trigger{
  z-index: auto !important;
}

#header-title {
  z-index: auto;
}
*/
.modal{
  /*width: fit-content !important; */
  margin-block: unset !important;
  margin-inline: unset !important;
  overflow: hidden;
  margin: 0 !important;
  z-index: 4;
}

.modal_close{
  z-index: 4;
}


.ReactModal__Body--open,
.ReactModal__Html--open {
  overflow: hidden;
  display: flex;
  z-index:3;
}

body {
  overflow-y: visible !important;
}


.ReactModal__Overlay, .ReactModal__Overlay--after-open{
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: fade-in !important;
  animation-duration: 300ms !important;
  animation-timing-function: ease-in-out !important;
  animation-fill-mode: forwards !important;
  backdrop-filter: blur(5px) !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  overflow: hidden !important;
  border-radius: 0px !important;
  outline: none;
  padding: 0px !important;
  z-index:3;
  /*
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 4;
    width: 100%;
    max-height: 100vh;
    animation-name: fade-in;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    pointer-events: none;
    backdrop-filter: blur(5px) !important;
  */
}

.ReactModal__Content, .ReactModal__Content--after-open{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  border: 0 !important;
  inset: 0px !important;
  background: transparent !important;
  overflow: hidden;

  /*
    border: 0 !important;
    inset: 0px !important;
    border: 0;
    background: transparent !important;
    overflow: hidden;
    border-radius: 0 !important;
    outline: none;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px !important;
    z-index: 4;
    backdrop-filter: blur(5px) !important;
    overflow: hidden;
  */
}

body{
  background-color: #000;
}

.rfmp-section-header .timer div.seconds{
  display: flex;
}

.mission {
  color: white;
  font-size: clamp(3.125rem, 3.125vmax, 4.125rem);
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  margin-inline: auto;
}