:root {
  --titFacebook: #3b5998;
  --titTiendanube: #4dbecf;
  --titMercadoshops: #e82e8a;
  --titWhatsapp: #25d366;
  --waHeaderGreen: #075e54;
  --waChatBackground: #e5ddd5;
  --waBubbleGreen: #dcf8c6;
  --waTextPrimary: #111b21;
  --waTextSecondary: #667781;
  --waTeal: #128c7e;
  --waLightBackground: #f0f2f5;
  --waAvatarGrey: #dfe5e7;
  --waIconGrey: #aebac1;
  --waBlueCheck: #53bdeb;
  --mpBlue: #009ee3;
  --menuBackground: #f1f5f8;
  --blueBackgroundMenu: #003C80;
  --titWhite: #FFFFFF;
  --titWhiteGrey: #F5F5F5;
  --greenDarkness: #239619;
  --lightBlue: #0077ff;
  --titGoogle: #dd4b39;
  --greyBody: #3C4858;
  --focusGrey: #f0f0f0;
  --focusBlue: #3466cc;
  --titlePlan: #07132d;
  --darkerBlue: #00244D;
  --lightBlueSelect: #E6F1FF;
  --lightBlueBorder: #80BBFF;
  --darkBlue: #344256;
  --darkerGrey: #65758B;
  --veryLightBlue: #89b9ff;
  --sliderBackground: #C9C9C9;
  --titPrimary: #212121;
  --titOrange: #FF7043;
  --titYellow: #ffbb00;
  --titLightYellow: #ffd569;
  --titRed: #FF3633;
  --titGrey: #4D4D4D;
  --titBlueGrey: #333333;
  --titDiego: #EEEEEE;
  --titLightBlueGrey: #78909C;
  --textBlack: #000000;
  --textGray: #404040;
  --btnGreen: #0F9D58;
  --btnLightGreen: #49E69A;
  --btnPink: #ff7878;
  --errorRed: #a94442;
  --greenOK: #00ab17;
  --titGrey1: #707070;
  --titDarkGrey: #a8a8a8;
  --lighterIntGrey: #dbdbdb;
  --titInterGrey: #e4e4e4;
  --titLighterGrey: #EFF4F4;
  --greyPlans: #f4f4f4;
  --greyBlue: #64748B;
  --titClientPrincipalBlue: #001B65;
  --titClientDarkBlue: #0049B2;
  --titClientLighterBlue: #64B5F6;
  --newWarningAlertBackground: #FFE5D6;
  --newWarningAlertBorder: #FF9C85;
  --optionActiveLightBlueBackground: #def0ff;
  --mostViewedRed: #FF1400;
  --titLightBlueHome: #1074ff;
  --titBlueHome: #3f86fd;
  --titBlueHomeLigher: #0E204D;
  --titBlueHomeDarker: #050E1F;
  --grey900: #0F172A;
  --grayBlurred: #CBD5E1;
  --titPinkHomeLighter: #FF78CE;
  --titPinkHomeDarkerGradientStart: #FF7882;
  --titLightGreyHome: #808080;
  --titGreyHomeLighter: #848484;
  --titNewGrey: #334155;
  --progressBarBackground: #E5F1FF;
  --modalBorder: #E2E8F0;
  --alertSuccessBackground: #D7F7D4;
  --alertSuccessColor: #0A2C07;
  --alertSuccessBorder: #9AED92;
  --warningBackground: #FFF9E5;
  --alertWarningColor: #332800;
  --alertWarningBorder: #FFE380;
  --alertDangerColor: #7B0A30;
  --alertDangerBorder: #FF9B85;
  --alertDarkColor: #B71A34;
  --solutionsBorder: #E1E7EF;
  --btnDimmedGreen: #B7F2A6;
  --previewBackground: #F0EFEF;
  --disabledRed: #DB5D5D;
  --T2-neutral-900: #0F1729;
  --T2-neutral-700: #374151;
  --T2-neutral-600: #4B5563;
  --T2-neutral-500: #6B7280;
  --titPurpleAi: #8e44ad;
  --btnBorderRadius: 8px;
}
.loader-dashboard {
  text-align: center;
}
.loader-dashboard:not(.back) .loader-gif img {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  transform: translate(0%, 50%);
}
.notification-subscribers-loader {
  text-align: left;
}
.notification-subscribers-loader:not(.back) .loader-gif img {
  position: initial;
  transform: initial;
}
.loader-back {
  content-visibility: auto;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2000;
  display: none;
}
.loader-back .loader-gif {
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: #ffffff;
  border-radius: 50px;
}
.loader-back .loader-gif img {
  max-width: 100%;
  display: block;
  height: auto;
}
.loader-back.blue {
  background-color: rgba(var(--titClientPrincipalBlue), 40%);
}
.loader-back.blue .loader-gif {
  background-color: var(--titClientPrincipalBlue);
}
.loader-back.fadeIn {
  display: block;
}
.loader-back.fadeIn .loader-gif {
  animation-name: fadeIn;
  animation-duration: 4s;
  animation-iteration-count: 100;
}
@keyframes fadeIn {
  0% {
    opacity: 0.2;
    width: 60px;
    height: 60px;
  }
  80% {
    opacity: 1;
    width: 80px;
    height: 80px;
  }
  100% {
    opacity: 0.2;
    width: 60px;
    height: 60px;
  }
}
/*# sourceMappingURL=loader.css.map */