: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;
}
.wrap {
  background-color: var(--titWhite);
}
p {
  line-height: 1.2em;
}
.text-blue {
  color: var(--titClientDarkBlue);
}
.text-light-blue {
  color: var(--lightBlue);
}
.text-light-blue-hover:hover {
  color: var(--lightBlue);
}
.text-orange {
  color: var(--titOrange);
}
.text-green {
  color: var(--btnGreen);
}
.title {
  margin-bottom: 32px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .title {
    margin-bottom: 10px;
  }
}
/* Buttons */
.btn {
  margin: 0;
  border-radius: var(--btnBorderRadius) !important;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 24px;
  color: var(--textGray);
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 20.912px;
  /* 174.27% */
  letter-spacing: -0.12px;
}
.btn .material-icons {
  font-size: 14px;
}
.btn.m-r-12 {
  margin-left: 0;
  margin-right: 12px;
}
.btn.btn-cancel {
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  box-shadow: none;
  color: var(--lightBlue);
}
.btn.btn-cancel:hover {
  border: 1px solid rgba(color-mix(in srgb, var(--lightBlue), black 10%), 50%);
  color: color-mix(in srgb, var(--lightBlue), black 10%);
}
.btn.btn-secondary {
  background: var(--progressBarBackground);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  box-shadow: none;
  color: var(--blueBackgroundMenu);
  border: 1px solid var(--progressBarBackground);
}
.btn.btn-secondary:hover {
  background: var(--blueBackgroundMenu);
  border: 1px solid var(--blueBackgroundMenu);
  color: white;
}
.btn.btn-blue,
.btn.btn-primary {
  background: var(--lightBlue);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: 1px solid var(--lightBlue);
  color: var(--titWhite);
}
.btn.btn-blue:hover,
.btn.btn-primary:hover {
  background: var(--titWhite);
  color: var(--lightBlue);
}
.btn.btn-blue:hover svg path,
.btn.btn-primary:hover svg path {
  fill: var(--lightBlue);
}
.btn.btn-blue:hover:disabled,
.btn.btn-primary:hover:disabled,
.btn.btn-blue:hover [disabled],
.btn.btn-primary:hover [disabled] {
  background: var(--lightBlue);
  border: 1px solid var(--lightBlue);
  color: var(--titWhite);
}
.btn.btn-blue:disabled,
.btn.btn-primary:disabled,
.btn.btn-blue [disabled],
.btn.btn-primary [disabled] {
  opacity: 0.65;
}
.btn.btn-blue.inverted,
.btn.btn-primary.inverted {
  background: var(--titWhite);
  color: var(--lightBlue);
  border: 1px solid var(--titWhite);
}
.btn.btn-blue.inverted:hover,
.btn.btn-primary.inverted:hover {
  background: var(--lightBlue);
  color: var(--titWhite);
  border: 1px solid var(--lightBlue);
}
.btn.btn-blue.inverted:hover svg path,
.btn.btn-primary.inverted:hover svg path {
  fill: var(--titWhite);
}
.btn.btn-whatsapp {
  background: var(--titWhatsapp);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: 1px solid var(--titWhatsapp);
  color: var(--titWhite);
}
.btn.btn-whatsapp:hover {
  background: var(--titWhite);
  color: var(--titWhatsapp);
}
.btn.btn-whatsapp:hover svg path {
  fill: var(--titWhatsapp);
}
.btn.btn-whatsapp:hover:disabled,
.btn.btn-whatsapp:hover [disabled] {
  background: var(--titWhatsapp);
  border: 1px solid var(--titWhatsapp);
  color: var(--titWhite);
}
.btn.btn-whatsapp:disabled,
.btn.btn-whatsapp [disabled] {
  opacity: 0.65;
}
.btn.btn-light-blue {
  background: var(--lightBlueSelect);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  color: var(--blueBackgroundMenu);
}
.btn.btn-light-blue:hover {
  background: var(--lightBlueBorder);
}
.btn.btn-negative-blue {
  background: white;
  border: 1px solid var(--lightBlue);
  color: var(--lightBlue);
  -webkit-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s;
}
.btn.btn-negative-blue:hover {
  border-color: var(--titClientDarkBlue);
  color: var(--titClientDarkBlue);
}
.btn.btn-outline-blue,
.btn.btn-outline-primary,
.btn.btn-outline-light-blue {
  background: transparent;
  border: 1px solid var(--lightBlue);
  color: var(--lightBlue);
  -webkit-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s;
}
.btn.btn-outline-blue:hover,
.btn.btn-outline-primary:hover,
.btn.btn-outline-light-blue:hover {
  border: 1px solid var(--titClientDarkBlue);
  color: var(--titClientDarkBlue);
}
.btn.btn-green {
  background: var(--btnGreen);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-green:hover {
  background: color-mix(in srgb, var(--btnGreen), black 10%);
}
.btn.btn-negative-green {
  background: white;
  border: 1px solid var(--btnGreen);
  color: var(--btnGreen);
  -webkit-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s;
}
.btn.btn-negative-green:hover {
  border-color: var(--btnLightGreen);
  color: var(--btnLightGreen);
}
.btn.btn-light-green {
  background: var(--btnLightGreen);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-light-green:hover {
  background: color-mix(in srgb, var(--btnLightGreen), black 10%);
}
.btn.btn-orange {
  background: var(--titOrange);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-orange:hover {
  background: color-mix(in srgb, var(--titOrange), black 10%);
}
.btn.btn-red {
  background: var(--titRed);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-red:hover {
  background: color-mix(in srgb, var(--titRed), black 10%);
}
.btn.btn-dark-blue,
.btn.btn-tertiary {
  background: color-mix(in srgb, var(--titClientPrincipalBlue), black 10%);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-dark-blue:hover,
.btn.btn-tertiary:hover {
  background: var(--titClientPrincipalBlue);
}
.btn.btn-create {
  border: 1px solid var(--titBlueHome);
  font-weight: bold;
  color: var(--titBlueHome);
  text-decoration: none;
}
.btn.btn-create:hover {
  background-color: var(--titBlueHome);
  color: white;
}
.btn.btn-outline-dark-blue {
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--titClientPrincipalBlue), black 10%);
  color: color-mix(in srgb, var(--titClientPrincipalBlue), black 10%);
  -webkit-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s;
}
.btn.btn-outline-dark-blue:hover {
  border: 1px solid var(--titClientPrincipalBlue);
}
.btn.btn-outline-white {
  background: transparent;
  border: 1px solid white;
  color: white;
  -webkit-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s;
  box-shadow: none;
}
.btn.btn-outline-white:hover {
  border: 1px solid var(--titLighterGrey);
  color: var(--titLighterGrey);
}
.btn.btn-link {
  background: transparent;
  color: var(--titGrey1);
  box-shadow: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 0;
  margin: 0;
}
.btn.btn-link i {
  font-size: 19px;
  width: 25px;
}
.btn.btn-link i,
.btn.btn-link span {
  vertical-align: middle;
}
.btn.btn-link.btn-primary-color {
  color: var(--lightBlue) !important;
}
.btn.btn-link.btn-primary-color:hover {
  color: var(--titClientDarkBlue) !important;
  text-decoration: none;
  background-color: transparent !important;
}
.btn.btn-grey {
  background: var(--titGrey1);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-grey:hover {
  background: color-mix(in srgb, var(--titGrey1), black 10%);
}
.btn.btn-facebook {
  background: var(--titFacebook) !important;
  color: white !important;
  -webkit-transition: background 1s;
  transition: background 1s;
  font-size: 17px;
  font-family: 'Roboto';
  text-transform: none;
  font-weight: bold;
}
.btn.btn-facebook p {
  color: white !important;
}
.btn.btn-facebook:hover {
  background: color-mix(in srgb, var(--titFacebook), black 20%) !important;
  color: white !important;
}
.btn.btn-facebook:hover p {
  color: white !important;
}
.btn.btn-filter {
  box-shadow: none !important;
  background-color: var(--titLighterGrey) !important;
  color: var(--textGray) !important;
  font-weight: 400 !important;
  border-radius: var(--btnBorderRadius);
  padding: 4px 24px !important;
  font-size: 12px !important;
  display: block;
  line-height: 22px !important;
}
.btn.btn-filter i {
  display: none !important;
}
.btn.btn-filter span {
  color: var(--textGray) !important;
}
.btn.btn-filter:hover {
  background-color: var(--titDarkGrey) !important;
}
.btn.btn-tiendanube {
  background: var(--titTiendanube) !important;
  color: white !important;
  -webkit-transition: background 1s;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  transition: background 1s;
  text-transform: none;
}
.btn.btn-tiendanube p {
  color: white !important;
}
.btn.btn-tiendanube:hover {
  background: color-mix(in srgb, var(--titTiendanube), black 20%) !important;
  color: white !important;
}
.btn.btn-tiendanube:hover p {
  color: white !important;
}
.btn.btn-mercadoshops {
  background: var(--titMercadoshops) !important;
  color: white !important;
  -webkit-transition: background 1s;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  transition: background 1s;
  text-transform: none;
}
.btn.btn-mercadoshops p {
  color: white !important;
}
.btn.btn-mercadoshops:hover {
  background: color-mix(in srgb, var(--titMercadoshops), black 20%) !important;
  color: white !important;
}
.btn.btn-mercadoshops:hover p {
  color: white !important;
}
.btn.btn-mp {
  background: var(--mpBlue);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-mp:hover {
  background: color-mix(in srgb, var(--mpBlue), black 10%);
}
.btn.btn-google {
  background: var(--titGoogle) !important;
  color: #fff !important;
  text-align: center !important;
  transition: color 0.3s, background 0.5s;
  font-weight: bold;
  font-size: 17px;
  font-family: 'Roboto';
  text-transform: none;
  box-shadow: 0 2px 2px 0 rgba(var(--titGoogle), 80%), 0 3px 1px -2px rgba(var(--titGoogle), 80%), 0 1px 5px 0 rgba(var(--titGoogle), 80%);
}
.btn.btn-google p {
  color: white !important;
}
.btn.btn-google:hover {
  background: color-mix(in srgb, var(--titGoogle), black 20%) !important;
  color: #fff !important;
}
.btn.btn-google:hover p {
  color: white !important;
}
.btn.btn-redes {
  border-radius: 50px;
  padding: 7px 16px 7px 50px;
  position: relative;
  background: var(--titDarkGrey);
  color: white;
  text-align: center;
  margin-left: 0px;
  align-items: center;
  min-width: 150px;
  font-size: 12px;
  line-height: 12px;
  transition: color 0.3s, background 0.5s;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .btn.btn-redes {
    margin-left: 0px;
    margin-bottom: 22px;
  }
}
.btn.btn-titan-lg {
  padding: 18px 28px;
}
@media screen and (min-width: 768px) {
  .btn.btn-titan-lg {
    padding: 17px 0;
  }
}
.btn.btn-programmed,
.btn.btn-sent,
.btn.btn-exclamation,
.btn.btn-cancelled {
  border: none;
  cursor: not-allowed;
}
.btn.btn-programmed span,
.btn.btn-sent span,
.btn.btn-exclamation span,
.btn.btn-cancelled span {
  display: inline-block;
  margin: -9px -16px -9px 16px;
  width: 38px;
  height: 38px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.btn.btn-programmed span::after,
.btn.btn-sent span::after,
.btn.btn-exclamation span::after,
.btn.btn-cancelled span::after {
  content: " ";
  margin-top: 6px;
  margin-bottom: -6px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.btn.btn-programmed {
  background: var(--btnPink);
  color: #fff;
  transition: background 0.3s;
}
.btn.btn-programmed span {
  background: none;
  width: 28px;
  height: 28px;
}
.btn.btn-programmed span::after {
  margin-top: 0;
  margin-bottom: -9px;
  background: var(--textGray);
  mask: url('../../../images/icons/clock.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/clock.svg') no-repeat 50% 50%;
}
.btn.btn-sent {
  background: var(--btnDimmedGreen);
  color: #fff;
  transition: background 0.3s;
}
.btn.btn-sent span::after {
  background: white;
  mask: url('../../../images/icons/check.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/check.svg') no-repeat 50% 50%;
}
.btn.btn-cancelled {
  background: var(--titRed);
  color: #fff;
  transition: background 0.3s;
  margin-right: 0 !important;
}
.btn.btn-cancelled span {
  background: color-mix(in srgb, var(--titRed), white 20%);
}
.btn.btn-cancelled span::after {
  background: white;
  mask: url('../../../images/icons/block.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/block.svg') no-repeat 50% 50%;
}
.btn.btn-exclamation {
  background: var(--titYellow);
  color: #fff;
  transition: background 0.3s;
}
.btn.btn-exclamation span {
  background: var(--titLightYellow);
}
.btn.btn-exclamation span::after {
  background: white;
  mask: url('../../../images/icons/exclamation.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/exclamation.svg') no-repeat 50% 50%;
}
.btn.btn-success.btn-lighten {
  background: var(--btnLightGreen);
}
.btn.btn-success.btn-lighten:hover {
  border-left: none;
}
.btn.btn-warning.btn-lighten {
  background: #ffbb00;
}
.btn.btn-warning.btn-lighten:hover {
  border-left: none;
}
.btn.btn-small,
.btn.btn-sm {
  padding: 8px 14px;
}
.btn.btn-small .material-icons,
.btn.btn-sm .material-icons {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .btn.btn-small,
  .btn.btn-sm {
    padding: 4px;
  }
  .btn.btn-small.logged,
  .btn.btn-sm.logged {
    padding: 4px 8px;
  }
}
.btn.btn-xs {
  padding: 2px 4px;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
}
.btn.btn-big {
  padding: 13px 28px;
  line-height: 1em;
  font-size: 18px;
}
.btn:hover {
  outline: none;
}
.btn-add {
  color: var(--titWhite);
  border-radius: var(--btnBorderRadius);
  background-color: var(--lightBlue);
  border: 1px solid var(--lightBlue);
  text-decoration: none;
  padding: 4px 24px;
  font-size: 12px;
  display: block;
  line-height: 22px;
}
.btn-add i {
  vertical-align: middle;
  max-width: 40px;
  display: inline !important;
  font-size: 18px !important;
  line-height: 22px;
}
.btn-add:hover {
  color: var(--lightBlue);
  background-color: var(--titWhite);
  border: 1px solid var(--lightBlue);
}
.btn-add:hover,
.btn-add:focus,
.btn-add:active {
  text-decoration: none;
  outline: none;
}
.btn-add.inline-block {
  display: inline-block;
}
a.text-secondary {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--lightBlue);
}
a.text-secondary:hover {
  color: var(--titClientDarkBlue);
}
a.text-blue,
a .text-primary {
  color: var(--titClientDarkBlue);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.text-blue:hover,
a .text-primary:hover {
  color: var(--lightBlue);
}
a.text-light-blue {
  color: var(--lightBlue);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.text-light-blue:hover {
  color: color-mix(in srgb, var(--lightBlue), black 10%);
}
a.text-grey {
  color: var(--titGrey1);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.text-grey:hover {
  color: color-mix(in srgb, var(--titGrey1), black 10%);
}
a.text-light-grey {
  color: var(--titDarkGrey);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.text-light-grey:hover {
  color: color-mix(in srgb, var(--titDarkGrey), black 10%);
}
a.text-green {
  color: var(--btnGreen);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-green:hover {
  color: color-mix(in srgb, var(--btnGreen), black 10%);
}
a.text-orange {
  color: var(--titOrange);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-orange:hover {
  color: color-mix(in srgb, var(--titOrange), black 10%);
}
a.text-red {
  color: var(--titRed);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-red:hover {
  color: color-mix(in srgb, var(--titRed), black 10%);
}
a.text-dark-blue,
a.text-tertiary {
  color: color-mix(in srgb, var(--titClientPrincipalBlue), black 10%);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-dark-blue:hover,
a.text-tertiary:hover {
  color: var(--titClientPrincipalBlue);
}
a.text-facebook {
  color: var(--titFacebook);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-facebook:hover {
  color: color-mix(in srgb, var(--titFacebook), black 10%);
}
a.text-tiendanube {
  color: var(--titTiendanube);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-tiendanube:hover {
  color: color-mix(in srgb, var(--titTiendanube), black 10%);
}
a.text-whatsapp {
  color: var(--titWhatsapp);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-whatsapp:hover {
  color: color-mix(in srgb, var(--titWhatsapp), black 10%);
}
@media (max-width: 1024px) {
  .visible-tb-landscape {
    display: inherit;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hidden-tb-landscape {
    display: none !important;
  }
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-t-12 {
  margin-top: 12px !important;
}
.status-circle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 3px;
}
.status-circle.success {
  background: var(--btnGreen);
}
.status-circle.blue {
  background: var(--titClientDarkBlue);
}
.status-circle.light-blue {
  background: var(--lightBlue);
}
.status-circle.grey {
  background: var(--titDarkGrey);
}
.status-circle.yellow {
  background: var(--titLightYellow);
}
.status-circle.orange {
  background: var(--titOrange);
}
.status-circle.red {
  background: var(--titRed);
}
.label.label-blue-tp {
  background: var(--titClientDarkBlue);
  color: var(--titWhite);
}
.label.label-blue-tp:hover {
  color: var(--titClientDarkBlue);
  background: var(--titWhite);
}
.label.label-ai {
  background: var(--titPurpleAi);
  color: var(--titWhite);
}
i.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
i.icon.icon-add {
  background: white;
  mask: url('../../../images/icons/add.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/add.svg') no-repeat 50% 50%;
}
i.icon.icon-ads {
  background: white;
  mask: url('../../../images/icons/ads.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/ads.svg') no-repeat 50% 50%;
}
i.icon.icon-brain {
  background: white;
  mask: url('../../../images/icons/brain.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/brain.svg') no-repeat 50% 50%;
}
i.icon.icon-social-ia {
  background: white;
  mask: url('../../../images/icons/social_ia.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/social_ia.svg') no-repeat 50% 50%;
}
i.icon.icon-arrow-down {
  background: url('../../../images/icons/arrow-down.svg');
  background-size: cover;
}
i.icon.icon-arrow-right {
  background: var(--titGrey1);
  mask: url('../../../images/icons/arrow-right.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/arrow-right.svg') no-repeat 50% 50%;
}
i.icon.icon-arrow-up {
  background: url('../../../images/icons/arrow-up.svg');
  background-size: cover;
}
i.icon.icon-bell {
  background: var(--titGrey1);
  mask: url('../../../images/icons/bell.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/bell.svg') no-repeat 50% 50%;
}
i.icon.icon-bubbles {
  background: white;
  mask: url('../../../images/icons/bubbles.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/bubbles.svg') no-repeat 50% 50%;
}
i.icon.icon-instagram {
  background: var(--titWhite);
  mask: url('../../../images/icons/instagram.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/instagram.svg') no-repeat 50% 50%;
}
i.icon.icon-recommended {
  background: white;
  mask: url('../../../images/icons/cards.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/cards.svg') no-repeat 50% 50%;
}
i.icon.icon-share {
  background: white;
  mask: url('../../../images/icons/share.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/share.svg') no-repeat 50% 50%;
}
i.icon.icon-chart {
  background: white;
  mask: url('../../../images/icons/chart.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/chart.svg') no-repeat 50% 50%;
}
i.icon.icon-chat {
  background: white;
  mask: url('../../../images/icons/chat.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/chat.svg') no-repeat 50% 50%;
}
i.icon.icon-check {
  background: white;
  mask: url('../../../images/icons/check.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/check.svg') no-repeat 50% 50%;
}
i.icon.icon-checked {
  background: white;
  mask: url('../../../images/icons/checked.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/checked.svg') no-repeat 50% 50%;
}
i.icon.icon-checked-gray {
  background: var(--titGrey1);
  mask: url('../../../images/icons/checked.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/checked.svg') no-repeat 50% 50%;
}
i.icon.icon-checkbox {
  background: var(--titGrey1);
  mask: url('../../../images/icons/checkbox.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/checkbox.svg') no-repeat 50% 50%;
}
i.icon.icon-checked-green {
  background: url('../../../images/icons/checked-green.svg');
  background-size: cover;
}
i.icon.icon-checkbox-checked {
  background: var(--lightBlue);
  mask: url('../../../images/icons/checkbox-checked.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/checkbox-checked.svg') no-repeat 50% 50%;
}
i.icon.icon-close {
  background: white;
  mask: url('../../../images/icons/close.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/close.svg') no-repeat 50% 50%;
}
i.icon.icon-copy {
  background: var(--titGrey1);
  mask: url('../../../images/icons/copy.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/copy.svg') no-repeat 50% 50%;
}
i.icon.icon-dashboard {
  background: white;
  mask: url('../../../images/icons/dashboard.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/dashboard.svg') no-repeat 50% 50%;
}
i.icon.icon-delete {
  background: white;
  mask: url('../../../images/icons/delete.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/delete.svg') no-repeat 50% 50%;
}
i.icon.icon-desktop {
  background: var(--lightBlue);
  mask: url('../../../images/icons/desktop.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/desktop.svg') no-repeat 50% 50%;
}
i.icon.icon-edit {
  background: var(--titGrey1);
  mask: url('../../../images/icons/edit.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/edit.svg') no-repeat 50% 50%;
}
i.icon.icon-eye-on {
  background: var(--titGrey1);
  mask: url('../../../images/icons/eye_on.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/eye_on.svg') no-repeat 50% 50%;
}
i.icon.icon-eye-off {
  background: var(--titGrey1);
  mask: url('../../../images/icons/eye_off.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/eye_off.svg') no-repeat 50% 50%;
}
i.icon.icon-support {
  background: var(--titGrey1);
  mask: url('../../../images/icons/support.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/support.svg') no-repeat 50% 50%;
}
i.icon.icon-trash-outline {
  background: var(--titGrey1);
  mask: url('../../../images/icons/trash_outline.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/trash_outline.svg') no-repeat 50% 50%;
}
i.icon.icon-error {
  background: white;
  mask: url('../../../images/icons/error.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/error.svg') no-repeat 50% 50%;
}
i.icon.icon-error.icon-red {
  background: var(--titRed);
}
i.icon.icon-lock {
  background: var(--darkBlue);
  mask: url('../../../images/icons/lock.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/lock.svg') no-repeat 50% 50%;
}
i.icon.icon-lock.icon-red {
  background: var(--titRed);
}
i.icon.icon-mail-outline {
  background: var(--darkBlue);
  mask: url('../../../images/icons/mail_outline.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/mail_outline.svg') no-repeat 50% 50%;
}
i.icon.icon-mail-outline.icon-red {
  background: var(--titRed);
}
i.icon.icon-arrow-forward {
  background: var(--titWhite);
  mask: url('../../../images/icons/arrow_forward.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/arrow_forward.svg') no-repeat 50% 50%;
}
i.icon.icon-arrow-forward.icon-red {
  background: var(--titRed);
}
i.icon.icon-exit {
  background: var(--titGrey1);
  mask: url('../../../images/icons/exit.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/exit.svg') no-repeat 50% 50%;
}
i.icon.icon-exit-popup {
  background: var(--titGrey1);
  mask: url('../../../images/icons/exit_popup.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/exit_popup.svg') no-repeat 50% 50%;
}
i.icon.icon-filter {
  background: white;
  mask: url('../../../images/icons/filter.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/filter.svg') no-repeat 50% 50%;
}
i.icon.icon-filtered {
  background: white;
  mask: url('../../../images/icons/filtered.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/filtered.svg') no-repeat 50% 50%;
}
i.icon.icon-flag {
  background: white;
  mask: url('../../../images/icons/flag.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/flag.svg') no-repeat 50% 50%;
}
i.icon.icon-help {
  background: white;
  mask: url('../../../images/icons/help.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/help.svg') no-repeat 50% 50%;
}
i.icon.icon-home {
  background: white;
  mask: url('../../../images/icons/home.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/home.svg') no-repeat 50% 50%;
}
i.icon.icon-help-2 {
  background: white;
  mask: url('../../../images/icons/help-2.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/help-2.svg') no-repeat 50% 50%;
}
i.icon.icon-history {
  background: white;
  mask: url('../../../images/icons/history.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/history.svg') no-repeat 50% 50%;
}
i.icon.icon-info {
  background: white;
  mask: url('../../../images/icons/info.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/info.svg') no-repeat 50% 50%;
}
i.icon.icon-linkpage {
  background: var(--titGrey1);
  mask: url('../../../images/icons/linkpage.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/linkpage.svg') no-repeat 50% 50%;
}
i.icon.icon-mobile {
  background: var(--lightBlue);
  mask: url('../../../images/icons/mobile.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/mobile.svg') no-repeat 50% 50%;
}
i.icon.icon-most-viewed {
  background: white;
  mask: url('../../../images/icons/most_viewed.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/most-viewed.svg') no-repeat 50% 50%;
}
i.icon.icon-carousel {
  background: white;
  mask: url('../../../images/icons/carousel.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/carousel.svg') no-repeat 50% 50%;
}
i.icon.icon-optin {
  background: white;
  mask: url('../../../images/icons/optin.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/optin.svg') no-repeat 50% 50%;
}
i.icon.icon-popup-banner {
  background: white;
  mask: url('../../../images/icons/banner_popup.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/banner_popup.svg') no-repeat 50% 50%;
}
i.icon.icon-promotions {
  background: white;
  mask: url('../../../images/icons/promotion.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/promotion.svg') no-repeat 50% 50%;
}
i.icon.icon-recommended {
  background: white;
  mask: url('../../../images/icons/recommended.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/recommended.svg') no-repeat 50% 50%;
}
i.icon.icon-roles {
  background: white;
  mask: url('../../../images/icons/roles.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/roles.svg') no-repeat 50% 50%;
}
i.icon.icon-roles-dark {
  background: var(--titGrey1);
  mask: url('../../../images/icons/roles.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/roles.svg') no-repeat 50% 50%;
}
i.icon.icon-search {
  background: white;
  mask: url('../../../images/icons/search.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/search.svg') no-repeat 50% 50%;
}
i.icon.icon-setting {
  background: white;
  mask: url('../../../images/icons/setting.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/setting.svg') no-repeat 50% 50%;
}
i.icon.icon-sleep {
  background: black;
  mask: url('../../../images/icons/sleep.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/sleep.svg') no-repeat 50% 50%;
}
i.icon.icon-star {
  background: var(--titGrey1);
  mask: url('../../../images/icons/star.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/star.svg') no-repeat 50% 50%;
}
i.icon.icon-send {
  background: var(--titGrey1);
  mask: url('../../../images/icons/send.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/send.svg') no-repeat 50% 50%;
}
i.icon.icon-tool {
  background: white;
  mask: url('../../../images/icons/tool.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/tool.svg') no-repeat 50% 50%;
}
i.icon.icon-users {
  background: white;
  mask: url('../../../images/icons/users.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/users.svg') no-repeat 50% 50%;
}
i.icon.icon-warning {
  background: white;
  mask: url('../../../images/icons/warning.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/warning.svg') no-repeat 50% 50%;
}
i.icon.icon-world {
  background: white;
  mask: url('../../../images/icons/world.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/world.svg') no-repeat 50% 50%;
}
i.icon.icon-promotions {
  background: white;
  mask: url('../../../images/icons/promotion.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/promotion.svg') no-repeat 50% 50%;
}
i.icon.icon-comment {
  background: white;
  mask: url('../../../images/icons/comment.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/comment.svg') no-repeat 50% 50%;
}
i.icon.icon-align-left {
  background: var(--titGrey1);
  mask: url('../../../images/icons/align-left.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/align-left.svg') no-repeat 50% 50%;
}
i.icon.icon-align-center {
  background: var(--titGrey1);
  mask: url('../../../images/icons/align-center.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/align-center.svg') no-repeat 50% 50%;
}
i.icon.icon-user {
  background: white;
  mask: url('../../../images/icons/user.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/user.svg') no-repeat 50% 50%;
}
i.icon.icon-ai {
  background: var(--titGrey1);
  mask: url('../../../images/icons/ai.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/ai.svg') no-repeat 50% 50%;
}
i.icon.icon-copilot {
  background: var(--titGrey1);
  mask: url('../../../images/icons/copilot.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/copilot.svg') no-repeat 50% 50%;
}
.input-right {
  display: block;
}
.input-right label {
  padding-left: 0;
  font-size: 14px !important;
  display: block;
  position: relative;
  width: 100%;
  padding-right: 30px;
  font-weight: 400;
}
.input-right label input[type="checkbox"],
.input-right label input[type="radio"] {
  right: 0;
  margin-left: 0 !important;
  position: absolute !important;
}
.input-right label input[type="radio"] {
  height: 15px;
  width: 15px;
}
.trash-icon-outline::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2022.915%22%20style%3D%22enable-background%3Anew%200%200%2020%2022.915%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23606060%3B%22%20d%3D%22M9.99%2C22.912c-1.435%2C0-2.87%2C0.003-4.305-0.001c-1.799-0.004-2.904-1.114-3.018-2.907c-0.186-2.919-0.431-5.833-0.647-8.75C1.86%2C9.1%2C1.69%2C6.946%2C1.562%2C4.789c-0.028-0.47-0.2-0.594-0.626-0.559C0.587%2C4.258%2C0.233%2C4.236%2C0.065%2C3.838c-0.22-0.519%2C0.134-0.943%2C0.839-0.953c1.148-0.017%2C2.297-0.027%2C3.444%2C0.005c0.458%2C0.013%2C0.749-0.12%2C0.966-0.528C5.547%2C1.925%2C5.84%2C1.52%2C6.106%2C1.1c0.457-0.724%2C1.132-1.074%2C1.97-1.085c1.301-0.018%2C2.603-0.022%2C3.903%2C0.002c0.788%2C0.014%2C1.443%2C0.338%2C1.886%2C1.019c0.302%2C0.465%2C0.627%2C0.918%2C0.89%2C1.405c0.194%2C0.36%2C0.451%2C0.454%2C0.835%2C0.447c1.071-0.02%2C2.143-0.009%2C3.214-0.005c0.209%2C0.001%2C0.42%2C0.023%2C0.628%2C0.047c0.39%2C0.046%2C0.583%2C0.292%2C0.567%2C0.665c-0.015%2C0.368-0.22%2C0.589-0.609%2C0.636c-0.863%2C0.105-0.888%2C0.11-0.963%2C1c-0.14%2C1.657-0.246%2C3.318-0.369%2C4.977c-0.222%2C2.993-0.446%2C5.985-0.67%2C8.977c-0.036%2C0.475-0.029%2C0.959-0.121%2C1.424c-0.284%2C1.423-1.343%2C2.287-2.8%2C2.3C12.975%2C22.922%2C11.483%2C22.912%2C9.99%2C22.912z%20M10.052%2C4.236c-2.163%2C0-4.327%2C0.02-6.49-0.013c-0.581-0.009-0.71%2C0.184-0.664%2C0.726c0.171%2C2.001%2C0.303%2C4.005%2C0.452%2C6.008c0.225%2C3.013%2C0.459%2C6.026%2C0.675%2C9.04c0.068%2C0.949%2C0.601%2C1.561%2C1.554%2C1.569c2.948%2C0.024%2C5.896%2C0.026%2C8.844%2C0c0.985-0.009%2C1.524-0.611%2C1.58-1.607c0.023-0.401%2C0.05-0.802%2C0.079-1.202c0.166-2.308%2C0.331-4.616%2C0.501-6.924c0.17-2.308%2C0.324-4.618%2C0.532-6.923c0.051-0.561-0.1-0.689-0.632-0.683C14.34%2C4.25%2C12.196%2C4.236%2C10.052%2C4.236z%20M13.323%2C2.847c-0.536-1.323-0.724-1.454-1.996-1.454c-0.955%2C0-1.91%2C0-2.865%2C0c-0.983%2C0-1.505%2C0.439-1.704%2C1.454C8.93%2C2.847%2C11.097%2C2.847%2C13.323%2C2.847z%22/%3E%3C/svg%3E');
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.trash-icon-outline.in-table::before {
  vertical-align: top;
  width: 14px;
  height: 14px;
}
/** SELECT **/
.form-group.titan-select {
  max-width: 100%;
}
.form-group.titan-select select.form-control {
  width: auto !important;
  max-width: 100%;
  box-shadow: none;
  border: none;
  height: auto;
  font-size: 12px;
  border-bottom: 1px solid var(--titDarkGrey);
  -webkit-appearance: button;
  border-radius: 0;
  padding: 4px 20px 4px 0 !important;
  background: url("../../../images/drop-on.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right center;
  color: var(--titGrey1);
}
.form-group.titan-select select.form-control:focus,
.form-group.titan-select select.form-control:active {
  border-bottom: 1px solid var(--lightBlue);
  outline: none;
}
.form-group.titan-select select.form-control option {
  color: var(--titGrey1);
}
.form-group.titan-select select.form-control[disabled] {
  border-color: var(--titGrey1);
}
.form-group.titan-select.select-right {
  width: 100%;
  display: flex;
}
.form-group.titan-select.select-right label {
  flex: 1 1 auto;
}
.form-group.titan-select.select-right select {
  flex: 0 0 auto;
}
.form-group.titan-select.full-width select.form-control {
  width: 100% !important;
}
td .form-group.titan-select {
  margin-bottom: 0;
}
.form-group .form-control {
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid var(--titDarkGrey);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 4px 2px;
  height: auto !important;
  font-size: 12px;
  color: var(--titGrey1);
}
.form-group .form-control:active,
.form-group .form-control:focus {
  outline: none;
}
.form-group .form-control:hover,
.form-group .form-control :active {
  border-color: var(--lightBlue);
}
.form-group .form-control[disabled],
.form-group .form-control[readonly],
.form-group fieldset[disabled] .form-control {
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid var(--titDarkGrey);
  -webkit-appearance: button;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none;
  padding: 4px 0;
  height: auto !important;
  font-size: 12px;
  color: var(--titGrey1);
}
.form-group.has-success .form-control {
  box-shadow: none;
}
.radio-titan .radio-group .radio-item {
  margin: 0 12px 0 0;
  padding: 0;
  font-size: 12px;
  display: inline-block;
}
.radio-titan .radio-group .radio-item:last-child {
  margin-right: 0;
}
.radio-titan .radio-group .radio-item .radio {
  padding: 0;
  border: 1px solid var(--titDarkGrey);
  color: var(--textGray);
  border-radius: 16px;
  line-height: 1.2em;
}
.radio-titan .radio-group .radio-item .radio label {
  padding: 4px 24px;
  border-radius: 4px;
  color: var(--textGray);
  font-size: 12px;
  font-style: normal;
  line-height: 21px;
}
.radio-titan .radio-group .radio-item .radio label input[type=radio] {
  display: none;
}
.radio-titan .radio-group .radio-item .radio.checked-radio {
  border: 1px solid var(--lightBlue);
}
.radio-titan .radio-group .radio-item .radio.checked-radio label {
  font-weight: 600;
  color: var(--lightBlue);
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 10px;
  transform: translateY(5px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sliderBackground);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: -5px;
  background-color: var(--titRed);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: var(--sliderBackground);
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  background-color: var(--lightBlue);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--lightBlue);
}
#slider-output {
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
}
#slider-output.opt-in-form {
  margin-left: 0;
  margin-right: 15px;
}
.site-index .animated,
.site-index .animated-load {
  visibility: hidden;
}
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
  -webkit-animation-name: slideInLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  65% {
    -webkit-transform: translateX(4%);
  }
  80% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
.slideInRight {
  animation-name: slideInRight;
  -webkit-animation-name: slideInRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideInRight {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(8%);
  }
  65% {
    -webkit-transform: translateX(-4%);
  }
  80% {
    -webkit-transform: translateX(4%);
  }
  95% {
    -webkit-transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@media screen and (min-width: 1360px) {
  .image-height-lang {
    height: 60px;
  }
}
.text-container {
  font-family: 'Roboto';
  color: white;
  font-size: 14px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 400;
}
.dropdown-container-lang {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
@media screen and (min-width: 768px) {
  .dropdown-container-lang {
    width: 86px;
  }
}
.dropdown-container-lang .blue-world {
  display: none;
}
.dropdown-container-lang .drop-blue-right {
  display: none;
}
.dropdown-container-lang .text-container {
  font-size: 14px;
  margin-left: 5px;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .dropdown-container-lang .text-container {
    font-size: 18px;
    margin: 0;
  }
}
.dropdown-container-lang:hover .white-world,
.dropdown-container-lang:hover .drop-grey-right {
  display: none;
}
.dropdown-container-lang:hover .blue-world,
.dropdown-container-lang:hover .drop-blue-right {
  display: inline;
}
.dropdown-container-lang:hover .text-container {
  color: var(--titClientDarkBlue);
  font-weight: 600;
}
.stay-blue .white-world,
.stay-blue .drop-grey-right {
  display: none;
}
.stay-blue .blue-world,
.stay-blue .drop-blue-right {
  display: inline;
}
.stay-blue .text-container {
  color: var(--titClientDarkBlue);
  font-weight: 600;
}
.dropdown-menu-lang {
  width: 180px;
  right: calc(50% - 90px);
  bottom: 45px;
  top: auto;
  left: auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .dropdown-menu-lang:not(.client-update) {
    right: 15px;
    width: auto;
  }
}
.dropdown-menu-lang.client-update {
  right: 0;
  left: 0;
}
.dropdown-menu-lang.client-update li.active a {
  background-color: transparent!important;
  font-weight: bold;
  color: var(--titBlueGrey);
}
.dropdown-menu-lang li {
  font-size: 1.7rem;
  font-family: 'Roboto';
}
body:not(.modal-open) {
  padding-right: 0 !important;
}
@media screen and (min-height: 700px) {
  .calendly-popup-content {
    min-height: 700px;
  }
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.2em;
  padding: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.2em;
}
.site-pricing-mobile-layout {
  overflow: hidden;
}
.navbar-right {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .navbar-right {
    margin: 0;
    position: relative;
    right: 120px;
    top: 10px;
  }
}
.navbar-right .open .drop-grey-right {
  display: inline;
  transition: 0.1s;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .navbar-right .open .drop-grey-right {
    display: none;
  }
}
.navbar-right .open .drop-blue-right {
  display: none;
  transition-duration: 0.1s;
}
.navbar-right .open:hover .drop-grey-right {
  display: none;
}
.navbar-right .open:hover .drop-blue-right {
  display: inline;
  transform: rotate(180deg) !important;
}
@media screen and (max-width: 767px) {
  .navbar-right .open:hover .drop-blue-right {
    transform: rotate(-180deg) !important;
  }
}
.site-home .dropdown-menu > .active > a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent !important;
  outline: 0;
}
.site-home .container-footer {
  background-color: var(--blueBackgroundMenu);
}
@media screen and (min-width: 1025px) {
  .site-home .container-footer {
    min-height: 350px;
    padding: 0;
  }
}
.site-home .container-footer .solutions-container,
.site-home .container-footer .social-media-container,
.site-home .container-footer .company-container,
.site-home .container-footer .integrations-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 130px;
}
@media screen and (min-width: 1025px) {
  .site-home .container-footer .solutions-container,
  .site-home .container-footer .social-media-container,
  .site-home .container-footer .company-container,
  .site-home .container-footer .integrations-container {
    min-width: 170px;
  }
}
.site-home .container-footer .solutions-container *,
.site-home .container-footer .social-media-container *,
.site-home .container-footer .company-container *,
.site-home .container-footer .integrations-container * {
  font-family: "Open Sans";
}
.site-home .container-footer .solutions-container a,
.site-home .container-footer .social-media-container a,
.site-home .container-footer .company-container a,
.site-home .container-footer .integrations-container a {
  text-decoration: none;
  color: var(--titWhite);
}
.site-home .container-footer .solutions-container a:hover,
.site-home .container-footer .social-media-container a:hover,
.site-home .container-footer .company-container a:hover,
.site-home .container-footer .integrations-container a:hover {
  font-weight: 600;
}
.site-home .container-footer .solutions-container img,
.site-home .container-footer .social-media-container img,
.site-home .container-footer .company-container img,
.site-home .container-footer .integrations-container img {
  width: 70%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .site-home .container-footer .solutions-container img,
  .site-home .container-footer .social-media-container img,
  .site-home .container-footer .company-container img,
  .site-home .container-footer .integrations-container img {
    width: 60%;
  }
}
.site-home .container-footer .solutions-container .solution-title-group,
.site-home .container-footer .social-media-container .solution-title-group,
.site-home .container-footer .company-container .solution-title-group,
.site-home .container-footer .integrations-container .solution-title-group {
  font-weight: 600;
  color: var(--titWhite);
}
.site-home .container-footer .social-media-container svg {
  margin-bottom: -4px;
}
.site-home .container-footer .container-contact-support {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding: 60px 24px 60px;
}
@media screen and (min-width: 1025px) {
  .site-home .container-footer .container-contact-support {
    padding: 131px 0 108px 83px;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 150px;
  }
}
.site-home .container-footer .container-contact-support .links-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  justify-content: flex-start;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .site-home .container-footer .container-contact-support .links-container {
    width: auto;
    margin: 0;
  }
}
.site-home .container-footer .container-contact-support .wave {
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: -1;
  margin: 0 -15px;
}
@media screen and (min-width: 1025px) {
  .site-home .container-footer .container-contact-support .wave {
    width: 100%;
    bottom: 0;
    margin: inherit;
  }
}
.site-home .container-footer .home-footer {
  background-color: var(--darkerBlue);
  font-size: 12px;
  padding: 20px 32px;
  margin: 0 -15px;
}
@media screen and (min-width: 1025px) {
  .site-home .container-footer .home-footer {
    padding: 20px;
    margin: inherit;
  }
}
.site-home .container-footer .home-footer .links-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .site-home .container-footer .home-footer .links-footer {
    flex-direction: row;
  }
}
.site-home .container-footer .home-footer ul.nav.navbar-footer {
  list-style: none;
  margin-bottom: 20px;
}
.site-home .container-footer .home-footer ul.nav.navbar-footer li {
  float: left;
}
.site-home .container-footer .home-footer ul.nav.navbar-footer li a {
  border-right: 1px solid var(--greyBody);
  padding: 0 10px;
  display: block;
  font-size: 12px;
  color: var(--titLightBlueHome);
}
.site-home .container-footer .home-footer ul.nav.navbar-footer li a:hover,
.site-home .container-footer .home-footer ul.nav.navbar-footer li a:focus,
.site-home .container-footer .home-footer ul.nav.navbar-footer li a:active {
  background: none;
  color: var(--titBlueHome);
}
.site-home .container-footer .home-footer ul.nav.navbar-footer li:first-child a {
  padding-left: 0;
}
.site-home .container-footer .home-footer ul.nav.navbar-footer li:last-child a {
  border: none;
  padding-right: 0;
}
.site-home .container-footer .home-footer .copyright-links {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .site-home .container-footer .home-footer .copyright-links {
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .site-home .container-footer .home-footer .copyright-links {
    justify-content: space-between;
    flex-direction: row;
  }
}
.site-home .container-footer .home-footer .copyright-links p {
  line-height: 14px;
  font-family: 'Open Sans';
  color: var(--titWhite);
  display: grid;
  align-content: center;
  margin: 0;
}
.site-home .container-footer .home-footer .copyright-links p a {
  color: var(--titWhite);
  text-decoration: none;
}
.site-home .container-footer .home-footer .copyright-links p a:hover {
  color: var(--titBlueHome);
}
.site-home .container-footer .home-footer .phone-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--titWhite);
}
@media screen and (max-width: 767px) {
  .site-home .container-footer .home-footer .phone-links {
    justify-content: center;
  }
}
@media screen and (min-width: 1360px) and (min-height: 500px) {
  .site-home .container-footer .home-footer .phone-links a {
    font-size: 1.9rem;
    text-decoration: none;
  }
}
.glyphicon {
  color: #65758B;
}
.credit-card {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.25px;
  color: #344256;
  margin-top: 15px;
  text-align: left;
}
.titan-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  gap: 8px;
  margin: 0 auto;
  height: 56px;
  min-width: 210px;
  max-width: 255px;
  border-radius: 8px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.titan-button:hover {
  text-decoration: none;
}
.titan-button.start-free-now {
  background: var(--lightBlue);
  color: var(--titWhite);
  text-decoration: none;
}
.titan-button.start-free-now:hover {
  background: var(--titWhite);
  color: var(--lightBlue);
}
.titan-button.white-background {
  background-color: var(--progressBarBackground);
  color: var(--blueBackgroundMenu);
}
.titan-button.white-background-lightblue-border {
  background-color: var(--titWhite);
  color: var(--lightBlue);
  border: thin solid var(--lightBlue);
}
.titan-button.gray {
  background-color: var(--grayBlurred);
  color: var(--blueBackgroundMenu);
}
.titan-button.gray:hover {
  color: var(--grayBlurred);
  background-color: var(--blueBackgroundMenu);
}
@media screen and (min-width: 1360px) {
  .titan-button {
    margin: 0;
  }
}
.new-companies-at-bottom {
  color: var(--titWhite);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-top: 14px;
}
.container-main-image {
  width: 100%;
  max-width: max-content;
}
.container-main-image img {
  height: 100%;
  width: 100%;
}
.titan-participation-section .container-title-notification {
  padding: 52px 24px 8px;
}
@media screen and (min-width: 768px) {
  .titan-participation-section .container-title-notification {
    padding: 24px 16px;
    margin: 16px 24px;
  }
}
.titan-participation-section .arrow-img {
  height: 100%;
}
.titan-participation-section .title {
  color: var(--lightBlue);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .titan-participation-section .title {
    font-size: 36px;
    line-height: 52px;
    /* 125% */
  }
}
.titan-participation-section .subtitle {
  color: var(--darkBlue);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .titan-participation-section .subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
  }
}
.titan-participation-section .participation-card {
  border-radius: 8px;
  border: 1px solid var(--titInterGrey);
  background: var(--t-1-neutral-0, #FFF);
  padding: 24px 16px;
  margin: 16px 24px;
}
.titan-participation-section .participation-card .participation-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.titan-participation-section .participation-card .participation-title p {
  margin: 0;
  font-family: "Poppins";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--darkBlue);
  text-align: center;
}
.titan-participation-section .participation-card .participation-title img {
  width: 32px;
  height: 32px;
}
.titan-participation-section .participation-card .participation-description-container .description {
  padding: 30px 10px;
  color: var(--t-1-neutral-700, #707070);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.titan-participation-section .participation-card .participation-description-container .apps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.titan-participation-section .participation-card .participation-description-container .apps-container .app {
  display: flex;
  align-items: center;
  gap: 2px;
}
.titan-participation-section .participation-card .participation-description-container .apps-container .app p {
  margin: 0;
  color: var(--t-1-neutral-700, #707070);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.titan-participation-section .participation-card .participation-description-container .apps-container .app img {
  height: 15px;
  width: 15px;
}
@media screen and (min-width: 768px) {
  .titan-participation-section .titan-participation-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .titan-participation-section .participation-card {
    padding: 30px;
    width: 380px;
    max-width: 30%;
    min-height: 250px;
    margin: 0;
  }
  .titan-participation-section .participation-card .participation-title {
    justify-content: center;
  }
  .titan-participation-section .participation-card .participation-description-container .description {
    text-align: center;
  }
  .titan-participation-section .participation-card .participation-description-container .apps-container {
    justify-content: center;
  }
  .titan-participation-section .title {
    font-size: 45px;
  }
  .titan-participation-section .subtitle {
    font-size: 24px;
  }
}
.site-privacy {
  margin-top: 65px;
  background-color: var(--lightBlue);
}
@media screen and (min-width: 768px) {
  .site-privacy {
    margin-top: 75px;
  }
}
.site-signup {
  height: 100%;
}
.site-signup .container-signup {
  width: 100%;
  height: 100%;
}
.site-signup .container-signup form {
  height: 100%;
}
.site-signup .container-signup form .card,
.site-signup .container-signup form .card-footer {
  height: auto;
}
.site-privacy,
.site-login,
.site-request-password-reset,
.site-reset-password {
  padding-top: 70px;
}
@media screen and (min-width: 767px) {
  .site-privacy,
  .site-login,
  .site-request-password-reset,
  .site-reset-password {
    padding-top: 140px;
  }
}
.site-privacy.resize-back,
.site-login.resize-back,
.site-request-password-reset.resize-back,
.site-reset-password.resize-back {
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .site-privacy,
  .site-login,
  .site-request-password-reset,
  .site-reset-password {
    padding-bottom: 0 !important;
  }
}
/**************ERROR-PAGE***************/
.site-error {
  padding: 200px 0 120px;
}
.site-error h1 {
  color: var(--btnPink);
  text-align: center;
  margin: 0;
  line-height: 1.3em;
}
.site-error h2 {
  color: var(--titPinkHomeLighter);
  text-align: center;
  margin: 5px 0 15px;
  line-height: 1.3em;
}
.site-error p {
  color: var(--titWhite);
  text-align: center;
  line-height: 1.3em;
}
.site-error p.mark-error {
  color: var(--titPinkHomeLighter);
}
/**************ERROR-PAGE***************/
/********** NAVBAR-MOBILE *********/
@media screen and (max-width: 991px) {
  .navbar-collapse.off-canvas-sidebar {
    background-color: var(--titWhite);
  }
  .navbar-collapse.off-canvas-sidebar:before {
    background-color: var(--titWhite);
  }
  .navbar-collapse.off-canvas-sidebar .nav.nav-mobile-menu li a {
    color: var(--titBlueGrey);
    font-size: 18px;
  }
}
.btn {
  text-transform: uppercase;
  border-radius: 50px !important;
  line-height: 1.15;
  letter-spacing: 2.6px;
}
.btn.btn-pink {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  background-color: var(--btnPink);
  color: var(--titWhite);
  padding: 12px 24px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.btn.btn-pink:hover {
  background: color-mix(in srgb, var(--btnPink), white 5%);
}
@media screen and (min-width: 767px) {
  .btn.btn-pink {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 4.8px;
    padding: 16px 32px;
  }
  .btn.btn-pink:hover {
    padding: 16px 32px;
  }
}
.btn.btn-blue {
  padding: 20px 40px;
  background-color: var(--titLightBlueHome) !important;
  color: var(--titWhite);
}
.btn.btn-blue:hover {
  padding: 20px 40px;
  background: var(--titBlueHomeLigher) !important;
}
.btn.small-padding {
  padding: 12px 28px !important;
}
.btn.small-padding:hover {
  padding: 12px 28px !important;
}
.btn.btn-big {
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 3px;
  padding: 10px 12px;
}
@media screen and (min-width: 767px) {
  .btn.btn-big {
    font-size: 20px;
    letter-spacing: 4.8px;
    padding: 12px 24px;
  }
}
.button-arrow {
  color: var(--titWhite);
  display: block;
}
.button-arrow:hover,
.button-arrow:focus {
  color: var(--titWhite);
}
.alert {
  position: fixed !important;
  z-index: 900;
  bottom: 0;
  font-size: 14px;
  font-weight: bold;
  right: 0;
  min-width: 320px;
  border-radius: 0 !important;
  width: 100%;
  border: none;
  margin: 0;
  padding: 13px 24px;
}
.alert .close {
  color: white;
  opacity: 1;
  font-size: 20px;
  margin: 2px;
}
.alert .close:focus,
.alert .close:active {
  outline: none;
}
.alert.alert-info {
  background-color: var(--lightBlue);
  color: white;
}
.alert.alert-warning {
  background-color: #ffbb00;
  color: white;
}
.alert.alert-danger {
  background-color: #ff0000;
  color: white;
}
.alert.alert-success {
  background-color: #0f9d58;
  color: white;
}
.alert .icon {
  margin-bottom: -6px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent !important;
  border-color: transparent !important;
}
.tn-disclaimer {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: var(--lightBlue);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .tn-disclaimer {
    font-size: 14px;
  }
}
/*# sourceMappingURL=site.css.map */