@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700";
@keyframes loading {
  100% {
    background-position-x: -20%;
  }
}

* {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

.fallbackCell {
  background-color: #ffd994;
}

::-webkit-scrollbar {
  background-color: #eee;
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: silver;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #b0b0b0;
}

.shimmer-thumbnail {
  margin: 0 !important;
}

.pdf-full-height .react-pdf__Document, .pdf-full-height .react-pdf__Document * {
  width: 100% !important;
  height: 100% !important;
}

.react-pdf__Page {
  border-radius: inherit;
}

.order-id {
  font-size: 13px;
  font-weight: bold;
}

.recipient-span {
  text-align: right;
  font-size: 13px;
  font-weight: 500;
}

.info-gray {
  color: #ccc;
  font-style: italic;
}

.order-postage-span {
  border-radius: 30px;
  width: fit-content;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
}

.FirstClass {
  color: #a70000;
  background: #ffbaba;
}

.Standard {
  color: #6893ee;
  background: #d0dfff;
}

.order-name-span {
  color: #5551ff;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: 120px;
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
}

.purple, .order-est {
  color: #5551ff;
}

.order-product-span {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: 120px;
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
}

.paid-date-value {
  width: 100px;
}

.paid-estimated-value {
  width: 150px;
}

.mail-date-value {
  width: 100px;
}

.step-box {
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(0deg, #f5f5f5, #fff);
  border: 2px solid #eceef0;
  border-radius: 60px;
  align-items: center;
  gap: 5px;
  min-width: 110px;
  height: 40px;
  padding: 5px 7px;
  font-size: 12px;
  display: flex;
}

.step-box .numb-val {
  color: #b1b1b1;
  background-color: #dfdfdf;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.step-box .val-description {
  color: #8a8a8a;
  text-align: center;
  flex: 1;
  justify-content: center;
}

.percentage-box {
  justify-content: end;
  align-items: center;
  gap: 5px;
  display: flex;
}

.percentage-box .bullet {
  background: #7979e1;
  border-radius: 3px;
  width: 5px;
  height: 5px;
}

.tag-status {
  border-radius: 30px;
  width: fit-content;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
}

.toggle-span {
  text-transform: capitalize;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}

.toggle-span-active {
  color: #5551ff;
  text-transform: capitalize;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}

.draft {
  color: gray;
  background: #f0f0f0;
}

.mailed {
  color: #379f7f;
  background: #cff0e7;
}

.production {
  color: #eed074;
  background: #fff6d5;
}

.needed {
  color: #a70000;
  background: #ffbaba;
}

.card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  min-height: 356px;
  padding: 3px;
  display: flex;
  box-shadow: -1px 2px 23px -7px #00000047;
}

.order-id-class {
  font-weight: 700;
}

.order-name-class {
  font-weight: 600;
}

.container-icon-top {
  opacity: .3;
  border: 2px solid #51555c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  display: flex;
}

.container-icon-top svg {
  width: 15px;
  height: 15px;
}

.active-folder {
  opacity: 1;
}

.card-container {
  background: linear-gradient(0deg, #f5f5f5, #fff);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 100%;
  padding: 10px;
  display: flex;
}

.order-name {
  color: #51555c;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-size: 16px;
  display: flex;
}

.container-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.container-icon svg {
  color: #5551ff;
  width: 15px;
  height: 15px;
}

.info-id {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 30px);
  font-size: 13px;
  line-height: normal;
  overflow: hidden;
}

.info-id-actions {
  width: calc(100% - 85px);
}

.info-order {
  flex-direction: column;
  width: calc(100% - 30px);
  display: flex;
}

.est-span {
  color: #5551ff;
}

.row-header {
  border-bottom: 1px solid #f1efef;
  justify-content: space-between;
  padding-bottom: 10px;
  display: flex;
}

.product-order {
  color: #5551ff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

.product-status {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
}

.product-order-actions {
  width: calc(100% - 85px);
}

.col-delivery-info {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.front {
  text-transform: uppercase;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 50%;
  height: 100%;
  font-size: 11px;
  display: flex;
}

.front img {
  object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(5px 5px 10px #0003);
  object-position: bottom right;
  width: 100%;
  height: 100%;
}

.back {
  text-transform: uppercase;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 5px;
  width: 50%;
  height: 100%;
  font-size: 11px;
  display: flex;
}

.back img {
  object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(5px 5px 10px #0003);
  object-position: top left;
  width: 100%;
  height: 100%;
}

.row-images {
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
  justify-content: center;
  align-items: center;
  gap: 5px;
  min-height: 190px;
  max-height: 190px;
  padding: 21px;
  display: flex;
  position: relative;
}

.row-delivery {
  border-top: 1px solid #f1efef;
  padding-top: 10px;
}

.title-delivery {
  color: #51555c;
  align-items: center;
  display: flex;
}

.infos-delivery {
  line-height: 17px;
}

.infos-delivery span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

.info-delivery {
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.row-delivery {
  border-top: 1px solid #fff;
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
}

.row-actions {
  border-top: 1px solid #f1efef;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.card-box {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  position: relative;
}

.card-status-box {
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (width >= 700px) {
  .card-box {
    width: 50%;
  }
}

@media (width >= 1000px) {
  .card-box {
    width: 33%;
  }
}

@media (width >= 1400px) {
  .card-box {
    width: 25%;
  }
}

@media (width >= 1800px) {
  .card-box {
    width: 20%;
  }
}

.Draft-text {
  color: gray;
}

.Mailed-text {
  color: #1fc600;
}

.Production-text {
  color: #ffb33d;
}

.Needed-text {
  color: #a70000;
}

@font-face {
  font-family: revicons;
  fallback: fallback;
  src: url("revicons.93d74edb.woff") format("woff"), url("revicons.6716ab81.ttf") format("ttf"), url("revicons.80a7204d.eot") format("ttf");
}

.react-multi-carousel-list {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.react-multi-carousel-track {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, transition;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.react-multiple-carousel__arrow {
  z-index: 1000;
  opacity: 1;
  cursor: pointer;
  background: #00000080;
  border: 0;
  border-radius: 35px;
  outline: 0;
  min-width: 43px;
  min-height: 43px;
  transition: all .5s;
  position: absolute;
}

.react-multiple-carousel__arrow:hover {
  background: #000c;
}

.react-multiple-carousel__arrow:before {
  color: #fff;
  text-align: center;
  z-index: 2;
  font-family: revicons;
  font-size: 20px;
  display: block;
  position: relative;
}

.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: #00000080;
}

.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}

.react-multiple-carousel__arrow--left:before {
  content: "";
}

.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}

.react-multiple-carousel__arrow--right:before {
  content: "";
}

.react-multi-carousel-dot-list {
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.react-multi-carousel-dot button {
  opacity: 1;
  width: 12px;
  height: 12px;
  box-shadow: none;
  cursor: pointer;
  border: 2px solid gray;
  border-radius: 50%;
  outline: 0;
  margin: 0 6px 0 0;
  padding: 0;
  transition: background .5s;
  display: inline-block;
}

.react-multi-carousel-dot button:hover:active, .react-multi-carousel-dot--active button {
  background: #080808;
}

.react-multi-carousel-item {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }

  .react-multi-carousel-track {
    overflow: visible !important;
  }
}

[dir="rtl"].react-multi-carousel-list {
  direction: rtl;
}

.rtl.react-multiple-carousel__arrow--right {
  left: calc(4% + 1px);
  right: auto;
}

.rtl.react-multiple-carousel__arrow--right:before {
  content: "";
}

.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px);
}

.rtl.react-multiple-carousel__arrow--left:before {
  content: "";
}

.carousel__arrow_container {
  z-index: 999;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
}

.carousel__arrow_container.left {
  top: 0;
  left: -10px;
}

.carousel__arrow_container.right {
  top: 0;
  right: -10px;
}

.carousel__arrow {
  cursor: pointer;
  border: none;
  border-radius: 50%;
  outline: none;
  width: 30px;
  height: 30px;
  background: #130b46 !important;
}

.carousel__arrow:disabled {
  opacity: .4;
}

.flatpickr-calendar {
  opacity: 0;
  text-align: center;
  visibility: hidden;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  direction: ltr;
  background: #fff;
  border: 0;
  border-radius: 5px;
  width: 307.875px;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  animation: none;
  display: none;
  position: absolute;
  box-shadow: 1px 0 #e6e6e6, -1px 0 #e6e6e6, 0 1px #e6e6e6, 0 -1px #e6e6e6, 0 3px 13px #00000014;
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  z-index: 99999;
  display: inline-block;
}

.flatpickr-calendar.animate.open {
  animation: .3s cubic-bezier(.23, 1, .32, 1) fpFadeInDown;
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 #e6e6e6, 5px 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid #e6e6e6;
  height: 40px;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  pointer-events: none;
  content: "";
  border: solid #0000;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  display: inline-block;
  position: relative;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  color: #000000e6;
  fill: #000000e6;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  flex: 1;
  height: 34px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 3;
  color: #000000e6;
  fill: #000000e6;
  height: 34px;
  padding: 10px;
  text-decoration: none;
  position: absolute;
  top: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  fill: inherit;
  transition: fill .1s;
}

.numInputWrapper {
  height: auto;
  position: relative;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.numInputWrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.numInputWrapper span {
  opacity: 0;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #39393926;
  width: 14px;
  height: 50%;
  padding: 0 4px 0 2px;
  line-height: 50%;
  position: absolute;
  right: 0;
}

.numInputWrapper span:hover {
  background: #0000001a;
}

.numInputWrapper span:active {
  background: #0003;
}

.numInputWrapper span:after {
  content: "";
  display: block;
  position: absolute;
}

.numInputWrapper span.arrowUp {
  border-bottom: 0;
  top: 0;
}

.numInputWrapper span.arrowUp:after {
  border-bottom: 4px solid #39393999;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-top: 4px solid #39393999;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: #00000080;
}

.numInputWrapper:hover {
  background: #0000000d;
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  color: inherit;
  text-align: center;
  width: 75%;
  height: 34px;
  padding: 7.48px 0 0;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  position: absolute;
  left: 12.5%;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  color: inherit;
  margin-left: .5ch;
  padding: 0;
  font-family: inherit;
  font-weight: 700;
  display: inline-block;
}

.flatpickr-current-month span.cur-month:hover {
  background: #0000000d;
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch�;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #000000e6;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #000000e6;
}

.flatpickr-current-month input.cur-year {
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  vertical-align: initial;
  appearance: textfield;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 0 0 .5ch;
  display: inline-block;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  color: #00000080;
  pointer-events: none;
  background: none;
  font-size: 100%;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  height: auto;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  vertical-align: initial;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  width: auto;
  margin: -1px 0 0;
  padding: 0 0 0 .5ch;
  position: relative;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: #0000000d;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #0000;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  text-align: center;
  background: none;
  align-items: center;
  width: 100%;
  height: 28px;
  display: flex;
  overflow: hidden;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  flex: 1;
  display: flex;
}

span.flatpickr-weekday {
  cursor: default;
  color: #0000008a;
  text-align: center;
  background: none;
  flex: 1;
  margin: 0;
  font-size: 90%;
  font-weight: bolder;
  line-height: 1;
  display: block;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0;
}

.flatpickr-days {
  align-items: flex-start;
  width: 307.875px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  text-align: left;
  box-sizing: border-box;
  opacity: 1;
  outline: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  padding: 0;
  display: flex;
  transform: translate3d(0, 0, 0);
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 #e6e6e6;
}

.flatpickr-day {
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  text-align: center;
  background: none;
  border: 1px solid #0000;
  border-radius: 150px;
  flex-basis: 14.2857%;
  justify-content: center;
  width: 14.2857%;
  max-width: 39px;
  height: 39px;
  margin: 0;
  font-weight: 400;
  line-height: 39px;
  display: inline-block;
  position: relative;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  background: #e6e6e6;
  border-color: #e6e6e6;
  outline: 0;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  color: #fff;
  background: #959ea9;
  border-color: #959ea9;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: #569ff7;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 #e6e6e6, 5px 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: #3939394d;
  cursor: default;
  background: none;
  border-color: #0000;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: #3939391a;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 #569ff7, 5px 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  color: #3939394d;
  cursor: default;
  background: none;
  border: none;
  width: 100%;
  max-width: none;
  display: block;
}

.flatpickr-innerContainer {
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}

.flatpickr-rContainer {
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
}

.flatpickr-time {
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  height: 0;
  max-height: 40px;
  line-height: 40px;
  display: flex;
  overflow: hidden;
}

.flatpickr-time:after {
  content: "";
  clear: both;
  display: table;
}

.flatpickr-time .numInputWrapper {
  float: left;
  flex: 1;
  width: 40%;
  height: 40px;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  height: inherit;
  line-height: inherit;
  color: #393939;
  box-sizing: border-box;
  appearance: textfield;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  position: relative;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  border: 0;
  outline: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  -webkit-user-select: none;
  user-select: none;
  align-self: center;
  width: 2%;
  font-weight: bold;
}

.flatpickr-time .flatpickr-am-pm {
  cursor: pointer;
  text-align: center;
  outline: 0;
  width: 18%;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.svg-funnel-js {
  display: inline-block;
  position: relative;
}

.svg-funnel-js svg {
  display: block;
}

.svg-funnel-js .svg-funnel-js__labels {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__labels {
  flex-direction: column;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.svg-funnel-js {
  font-family: Open Sans, sans-serif;
}

.svg-funnel-js .svg-funnel-js__container {
  width: 100%;
  height: 100%;
}

.svg-funnel-js .svg-funnel-js__labels {
  box-sizing: border-box;
  width: 100%;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label {
  flex: 1 1 0;
  position: relative;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value {
  color: #fff;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 18px;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__title {
  color: #21ffa2;
  font-size: 12px;
  font-weight: 700;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__percentage {
  color: #9896dc;
  font-size: 16px;
  font-weight: 700;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages {
  box-sizing: border-box;
  opacity: 0;
  cursor: default;
  background-color: #080730cc;
  width: 100%;
  margin-top: 24px;
  padding: 8px 24px;
  transition: opacity .1s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages ul li {
  color: #fff;
  margin: 18px 0;
  font-size: 13px;
  line-height: 16px;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages ul li .percentage__list-label {
  color: #05df9d;
  font-weight: 700;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label:hover .label__segment-percentages {
  opacity: 1;
}

.svg-funnel-js:not(.svg-funnel-js--vertical) {
  padding-top: 64px;
  padding-bottom: 16px;
}

.svg-funnel-js:not(.svg-funnel-js--vertical) .svg-funnel-js__label {
  padding-left: 24px;
}

.svg-funnel-js:not(.svg-funnel-js--vertical) .svg-funnel-js__label:not(:first-child) {
  border-left: 1px solid #9896dc;
}

.svg-funnel-js.svg-funnel-js--vertical {
  padding-left: 120px;
  padding-right: 16px;
}

.svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__label {
  padding-top: 24px;
}

.svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__label:not(:first-child) {
  border-top: 1px solid #9896dc;
}

.svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__label .label__segment-percentages {
  width: calc(100% - 106px);
  margin-top: 0;
  margin-left: 106px;
}

.svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__label .label__segment-percentages .segment-percentage__list {
  justify-content: space-around;
  display: flex;
}

.svg-funnel-js .svg-funnel-js__subLabels {
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
  position: absolute;
  left: 0;
}

.svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel:not(:first-child) {
  margin-left: 16px;
}

.svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel .svg-funnel-js__subLabel--color {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 2px 8px 2px 0;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value span {
  font-weight: 400 !important;
}

.label__title {
  position: absolute;
  top: -35px;
  color: #5551ff !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

.label__value {
  margin: 1rem 0 0;
  font-weight: bold;
  color: #333 !important;
  font-size: 40px !important;
}

.label__value span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  top: 10px;
}

.svg-funnel-js__subLabel--title {
  color: #192249 !important;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label:hover .label__segment-percentages {
  display: none !important;
}

.svg-funnel-js .svg-funnel-js__subLabels {
  display: none;
}

.svg-funnel-js:not(.svg-funnel-js--vertical) .svg-funnel-js__label:not(:first-of-type) {
  border-color: #eef2ff !important;
}

.full-container {
  background: linear-gradient(45deg, #f0efff, #fffbfa);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110vh;
  min-height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container .left-container {
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  min-width: 260px;
  max-width: 453px;
  padding-right: 30px;
  display: flex;
}

.container .right-container {
  flex-wrap: wrap;
  flex: 1;
  min-width: 540px;
  max-width: 800px;
  display: flex;
  position: relative;
}

.container .right-container .container-box {
  box-sizing: border-box;
  width: calc(50% - 30px);
  max-width: 400px;
  min-height: 194px;
  margin: 15px;
  position: relative;
}

.container .right-container .container-one {
  background-image: url("frame-1-no-shadow.31e3c1fb.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container .right-container .container-action-one {
  background-image: url("action-1-no-shadow.6834c904.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22%;
  height: 88px;
  position: absolute;
  top: -45px;
  left: 190px;
}

.container .right-container .container-action-two {
  background-image: url("action-2-no-shadow.767fef0c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22%;
  height: 60px;
  position: absolute;
  bottom: -40px;
  right: 95px;
}

.container .right-container .container-two {
  background-image: url("frame-2-no-shadow.6d684518.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.container .right-container .container-three {
  background-image: url("frame-3-no-shadow.2ea96d37.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: padding-box;
  border-bottom: 40px solid #0000;
}

.container .right-container .container-four {
  background-image: url("frame-4-no-shadow.fc7018c7.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes float-side {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.float-action {
  animation: 5s ease-in-out infinite float-site;
}

.float-animation {
  animation: 5s ease-in-out infinite float;
}

.float-delay-1 {
  animation-delay: .2s;
}

y .float-delay-2 {
  animation-delay: .9s;
}

.float-delay-3 {
  animation-delay: 1.3s;
}

.container-loading {
  width: 100%;
  position: relative;
}

.full-bar {
  border-radius: 5px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  background-color: #5551ff;
  border-radius: 5px;
  height: 40px;
  position: absolute;
}

.progress-bar-inner {
  background-color: #b9c0ff;
  height: 40px;
  transition: width 1.2s ease-out;
}

.container-timeline {
  flex-direction: column;
  height: 40px;
  display: flex;
  position: relative;
}

.container-slots {
  flex: 1;
  display: flex;
}

.container-slots .slot-first-part {
  border-top: none;
  border-bottom: 1px solid #96969b;
  border-left: 1px solid #96969b;
  border-right: none;
  flex: 1;
  height: 14px;
  display: flex;
}

.container-slots .slot-second-part {
  border: 1px solid #96969b;
  border-top: none;
  border-left: none;
  flex: 1;
  height: 14px;
  display: flex;
}

.container-slots .slot:last-child {
  border-right: 1px solid #96969b;
}

.slots-values {
  flex: 1;
  display: flex;
}

.slots-values .value {
  color: #96969b;
  flex: 1;
  height: 14px;
  font-family: Plus Jakarta Sans;
  font-size: 12px;
  display: flex;
}

.slots-values .second-part {
  justify-content: end;
}

.today {
  color: #96969b;
  justify-content: center;
  align-items: end;
  width: 100%;
  height: fit-content;
  font-family: Plus Jakarta Sans;
  font-size: 12px;
  display: flex;
  bottom: 0;
}

.separator-top {
  background-color: #96969b;
  width: 1px;
  height: 300px;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.container-campaign {
  flex-direction: column;
  width: 260px;
  font-size: 15px;
  display: flex;
}

.container-campaign .title-truncated {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.container-campaign {
  flex-direction: column;
  display: flex;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 #5155ff80;
  }

  100% {
    box-shadow: 0 0 0 15px #5155ff00;
  }
}

.css-12i7wg6-MuiPaper-root-MuiDrawer-paper {
  border: none "!important";
}

@keyframes spinner-breath {
  0% {
    animation-timing-function: cubic-bezier(.9744, .2389, -.0807, .7946);
    transform: scale(.78);
  }

  51% {
    animation-timing-function: cubic-bezier(.941, .2589, -.0463, .7671);
    transform: scale(1.15981);
  }

  100% {
    transform: scale(.78);
  }
}

.card-selected {
  transition: ".3s ease-in-out";
  border-color: #5551ff !important;
}
