/*
  Theme Name: wphome
  Description: Wp full Picture rtl style
*/

.theme-wphome #fupi_notice_toggler {
  bottom: 120px;
  left: 12px;
  width: 40px;
  height: 40px;
  transition: all 0.25s ease;
  z-index: 9999;
}

.theme-wphome #fupi_notice_toggler.fupi_fadeInUp,
.theme-wphome #fupi_notice_toggler.fupi_fadeOutDown {
  -webkit-animation-name: none !important;
  animation-name: none !important;
}

.theme-wphome #fupi_notice_toggler img {
  width: 26px;
  height: 26px;
}

#fupi_welcome_panel {
  max-height: 85vh;
}

@media screen and (max-width: 480px) {
  .theme-wphome #fupi_notice_toggler:before {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024.999px) {
  .theme-wphome.sticky-toolbar-on #fupi_notice_toggler {
    bottom: 167px;
  }
}

@media screen and (min-width: 1025px) {
  .theme-wphome #fupi_notice_toggler {
    bottom: 140px;
    left: 20px;
    width: 50px;
    height: 50px;
  }

  .theme-wphome #fupi_notice_toggler img {
    width: 30px;
    height: 30px;
  }

  .theme-wphome._bottom #fupi_notice_toggler {
    bottom: 185px;
  }
}

#fupi_settings_panel {
  max-height: 90vh;
}

.theme-wphome #fupi_notice_settings_content .fupi_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #909090;
}

@media screen and (min-width: 960px) {
  .theme-wphome #fupi_cookie_notice:not(.fupi_notice_infobox)[data-position='leftcorner'] {
    width: 420px;
    max-width: 420px;
    left: 0;
    right: auto;
  }
}
