@charset "UTF-8";
:root {
  --accentColor: #8D58FF;
  --accentColorRGB: 141, 88, 255;
  --secondColor: #fff300!important;
  --secondColorRGB: 255, 244, 0;
  --customColor1: rgb(141 88 255 / 10%);
  --customColor2: rgb(255 243 0 / 25%)!important;
}
body:not(.landingpage) div#fix-wrapper {
  background: transparent !important;
  backdrop-filter: blur(0px) brightness(3);
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body:not(.landingpage) div#fix-wrapper {
    border-radius: 20px;
  }
}
@keyframes backgroundPatternDrift {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes radial-gradient-animation-2 {
  0% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes radial-gradient-animation {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.user-header-box a.user-link {
  background: linear-gradient(45deg, rgba(var(--accentColorRGB), 0.2), rgba(255, 255, 255, 0));
  border-radius: 20px;
}
:root {
  --accentColor: #8D58FF;
  --accentColorRGB: 141, 88, 255;
  --secondColor: #fff300!important;
  --secondColorRGB: 255, 244, 0;
  --customColor1: rgb(141 88 255 / 10%);
  --customColor2: rgb(255 243 0 / 25%)!important;
}
@media (min-width: 1200px) {
  body:not(.landingpage) div#fix-wrapper {
    height: calc(100vh - 80px) !important;
    margin: 40px;
  }
}
@media (min-width: 768px) {
  body:not(.landingpage) div#fix-wrapper {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  body:not(.landingpage) div#fix-wrapper {
    position: fixed;
    width: calc(100% - 40px);
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    backdrop-filter: blur(6px) brightness(3) grayscale(1);
    background-color: rgba(141, 88, 255, 0.5) !important;
    transition: 550ms;
    transition-timing-function: ease-in-out;
    height: 50px !important;
  }
}
body:not(.landingpage) div#fix-wrapper #top-wrapper header#header {
  background: transparent;
}
body:not(.landingpage) div#fix-wrapper #top-wrapper header#header .inside nav.mainmenu {
  background: transparent;
}
@media (max-width: 1199px) {
  body:not(.landingpage) div#fix-wrapper #top-wrapper header#header .inside nav.mainmenu {
    display: none;
  }
}
@media (min-width: 1200px) {
  body:not(.landingpage) div#fix-wrapper .logo {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  body:not(.landingpage) div#fix-wrapper .logo {
    height: 50px;
    width: 70px;
    margin-left: 0;
  }
}
body:not(.landingpage) #header li a:before {
  display: none;
}
@media (min-width: 1200px) {
  body:not(.landingpage) #header .inside {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
body:not(.landingpage) #header .inside .mmenu_trigger {
  z-index: 100000;
}
@media (max-width: 1199px) {
  body:not(.landingpage) #header .inside .mmenu_trigger {
    display: flex !important;
    right: 20px;
    top: 25px;
  }
}
body:not(.landingpage) #header .inside .mmenu_trigger .burger:not(.open) .burger_lines {
  background: var(--secondColor);
}
body:not(.landingpage) #header .inside .mmenu_trigger .burger .burger_lines:before, body:not(.landingpage) #header .inside .mmenu_trigger .burger .burger_lines:after {
  background: var(--secondColor);
}
body:not(.landingpage) #header .inside .mod_navigation a.hasIcon i {
  width: 30px;
}
body:not(.landingpage) #header .inside .mod_navigation ul.vlist.level_1 {
  vertical-align: top;
}
body:not(.landingpage) #header .inside .mod_navigation ul.vlist li a.trail:before, body:not(.landingpage) #header .inside .mod_navigation ul.vlist li a.active:before {
  display: none;
}
body:not(.landingpage) #header .inside .mod_navigation ul.vlist li:hover ul, body:not(.landingpage) #header .inside .mod_navigation ul.vlist li.trail ul {
  max-height: 250px;
}
body:not(.landingpage) #header .inside .mod_navigation ul.vlist .submenu ul {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: block;
  background: transparent;
  padding: 0;
  box-shadow: none;
  opacity: 1 !important;
  max-height: 0;
  overflow: hidden;
  transition: 650ms;
}
body:not(.landingpage) #header .inside .mod_navigation ul.vlist .submenu ul li a {
  padding-right: 0 !important;
  opacity: 1 !important;
}
body:not(.landingpage) #header .inside .mod_navigation ul.vlist .submenu ul li a:hover {
  color: var(--secondColor) !important;
}
body.mmenu_open #fix-wrapper {
  max-height: calc(100% - 40px);
  height: 100% !important;
  backdrop-filter: blur(6px) brightness(0.5) grayscale(0);
}
body div#mmenu {
  background-color: transparent !important;
  z-index: 10000;
  transition: 800ms !important;
  transition-timing-function: ease-in-out !important;
  pointer-events: none;
  opacity: 0;
  filter: blur(10px);
  position: fixed !important;
  width: calc(100% - 40px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: auto !important;
  bottom: 21px !important;
  height: calc(100% - 110px) !important;
  max-width: 410px;
  min-width: 0;
}
@media (min-width: 1200px) {
  body div#mmenu {
    display: none;
  }
}
@media (max-width: 1199px) {
  body div#mmenu {
    display: block;
  }
}
body div#mmenu .inside #mmenu_middle {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
body.mmenu_open #mmenu {
  pointer-events: all;
  transform: translateX(-50%) !important;
  opacity: 1;
  filter: blur(0);
}
@media (max-width: 1199px) {
  header .inside > .user-header-box, header .inside > .header-info {
    display: none;
  }
}
.user-header-box a.user-link {
  padding: 15px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  transition: 450ms;
  height: 80px;
  position: relative;
}
@media (max-width: 1199px) {
  .user-header-box a.user-link {
    background: linear-gradient(45deg, rgba(var(--accentColorRGB), 0.6), rgba(255, 255, 255, 0.2));
  }
}
@media (max-width: 1199px) {
  .user-header-box a.user-link {
    height: 110px;
    padding-bottom: 50px;
  }
  .user-header-box a.user-link form {
    bottom: 0 !important;
  }
  .user-header-box a.user-link form .logout-button {
    background: #9b2b2b !important;
  }
}
.user-header-box a.user-link:hover {
  height: 110px;
  padding-bottom: 50px;
  filter: brightness(1.5);
}
.user-header-box a.user-link:hover form {
  bottom: 0 !important;
}
.user-header-box a.user-link form.logout-form {
  transition: 450ms;
  position: absolute;
  bottom: -100%;
  width: 100%;
  left: 0;
  right: 0;
}
.user-header-box a.user-link form.logout-form .logout-button {
  width: 100%;
  transition: 450ms;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px;
  background: #7c2626;
  color: white;
  cursor: pointer;
}
.user-header-box a.user-link form.logout-form .logout-button:hover {
  background: #9b2b2b;
}
.user-header-box a.user-link form.logout-form .logout-button::before {
  content: "";
  font: normal normal normal 14px / 1 FontAwesome;
  margin-right: 8px;
  display: inline-block;
}
.user-header-box a.user-link .user-avatar {
  width: 25%;
}
.user-header-box a.user-link .user-avatar .user-avatar-image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  background-size: 100%;
}
.user-header-box a.user-link .user-info {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.user-header-box a.user-link .user-info span {
  display: inline-block;
  width: 100%;
}
.user-header-box a.user-link .user-info span.user-name {
  font-weight: 600;
  color: white;
  font-size: 16px;
  line-height: 20px;
}
.user-header-box a.user-link .user-info span.user-group {
  font-size: 14px;
  line-height: 14px;
  color: #fff300;
}
.header-info {
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.header-info .cycle-badge, .header-info .header-date {
  font-weight: 600;
  display: block;
  line-height: normal;
}
.header-info .cycle-badge .cycle-number, .header-info .cycle-badge .header-date-text, .header-info .header-date .cycle-number, .header-info .header-date .header-date-text {
  color: #fff300;
  font-size: 133%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Ftpr-backoffice.com%2Fhttpdocs%2Fbackoffice-x%2Ffiles%2Fonboarding-x%2Fcode%2Fscss%2Fvariables.scss%22%2C%22var%2Fwww%2Fvhosts%2Ftpr-backoffice.com%2Fhttpdocs%2Fbackoffice-x%2Ffiles%2Fonboarding-x%2Fcode%2Fscss%2Fmixins.scss%22%2C%22var%2Fwww%2Fvhosts%2Ftpr-backoffice.com%2Fhttpdocs%2Fbackoffice-x%2Ffiles%2Fonboarding-x%2Fcode%2Fscss%2Fbreakpoints.scss%22%2C%22var%2Fwww%2Fvhosts%2Ftpr-backoffice.com%2Fhttpdocs%2Fbackoffice-x%2Ffiles%2Fonboarding-x%2Fcode%2Fscss%2Fheader.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADQJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAD%2FGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjBE%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BADaN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACcA%3BAAAA%3BAAAA%3BADzCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmDE%3BAAAA%3BAAAA%3BADxBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoCQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAsBhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0NE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%22%7D */