
.box-alert a{
  text-decoration: underline;
}
.container-fluid .router-loading{
  display: none;
}
.container-fluid.loading .router-loading{
  display: block;
  text-align: center;
}
#loagindGIF{
  width: 100px;
  margin:30px;
}
.container-fluid.loading .router-view{
  display: none;
}
.vue-notification {
  padding: 10px;
  margin: 0 5px 5px;
  font-size: 12px;
  color: #ffffff;
  background: #44A4FC;
  border-left: 5px solid #187FE7;
}
.vue-notification.warning {
  background: #F04E23;
  border-left-color:#D3370C;
}
.vue-notification.error {
  background: #E54D42;
  border-left-color: #B82E24;
}
.vue-notification.success {
  background: #68CD86;
  border-left-color: #42A85F;
}
.nprogress-container{
  height: 10px;
  display: block;
  width: 100%;
  position: fixed !important;
  top: 0 !important;
  z-index: 1000000000000000 !important;
}
.nprogress-container{pointer-events:none;
}
.nprogress-container .bar{background:#29d;position:fixed;z-index:10000000000000;top:0;left:0;width:100%;height:2px;
}
.nprogress-container .peg{display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1.0;
  transform:rotate(3deg) translate(0px,-4px);
}
.nprogress-container .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px;
}
.nprogress-container .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;animation:nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent{overflow:hidden;position:relative;
}
.nprogress-custom-parent .nprogress-container .spinner,.nprogress-custom-parent .nprogress-container .bar{position:absolute;
}
@keyframes nprogress-spinner{
0%{transform:rotate(0deg);
}
100%{transform:rotate(360deg);
}
}
div.loader-text{
   color: #67E0E5;
    font-size: 18px;
    margin-top: 19px;
    margin-left: 20px;
    width: 7px;
    display: inline;
    float: left;
}
strong.loader-text{
  color: #212121;
  font-size: 30px;
  text-align: left;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 30px;
}
.border-top-tips{
  border-top: 2px solid #cccccc;
  height: 2px;
  position: relative;
  margin-bottom: 30px;
}
.border-top-tips div{
  background: #fff;
  width: auto;
  position: relative;
  top: -10px;
  width: 120px;
  text-transform: uppercase;
}
.loader-img{ text-align: center;
}
.box-alert .ls-box{

  margin:20px;
  color: #d75553;
  border-color: #e5908f;
  background-color: #f7dddc;
}

.ls-ico-user[data-v-3fc40a6a]::after {
  display: none;
}

.allin-logo img {
  margin-left: 15px;
  margin-top: 5px;
}
#statusRemarketingMsg {
  position: absolute;
  top: 10px;
  left: calc(50% - 150px);
}
#statusRemarketingMsg a {
  padding: 10px;
  font-size: 15px !important;
  font-weight: bold;
  width: 300px;
}

.ls-menu[data-v-0601b972] {
  overflow: hidden;
}
.beta[data-v-0601b972]{
  background: transparent!important;
  margin-left: 63px;
  border: 1px #b2b2b2 solid !important;
  padding: 2px 5px 2px 5px;
  border-radius: 5px;
  font-size: 9px;
}

#loading[data-v-10aa9f52] {
  width: 200px;
  height: 200px;
  margin: 10% auto;
  text-align: center;
  font-size: 16px;
}
@keyframes uil-ripple {
0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
}
33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
}
100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
}
}
.uil-ripple-css[data-v-10aa9f52] {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-ripple-css div[data-v-10aa9f52] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div[data-v-10aa9f52]:nth-of-type(1) {
  border-color: #cec9c9;
}
.uil-ripple-css div[data-v-10aa9f52]:nth-of-type(2) {
  border-color: #3c302e;
  animation-delay: 1s;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



ul[data-v-7f87b417]{
  list-style-type:none;
  margin:100px;
}
li[data-v-7f87b417]{

  display: block;
  float:left;
  border: 1px solid #ccc;
  margin:10px;
  padding:10px;
}
.clear[data-v-7f87b417]{
  clear:both;
}
.ls-login-container[data-v-7f87b417]{
  background: #fff!important
}

div.loader-text[data-v-6763576a]{
  width: 100% !important;
}

div.loader-text[data-v-2761e6d6]{
  width: 100% !important;
}

h1[data-v-f520327c], h2[data-v-f520327c] {
  font-weight: normal;
}
ul[data-v-f520327c] {
  list-style-type: none;
  padding: 0;
}
li[data-v-f520327c] {
  display: inline-block;
  margin: 0 10px;
}
a[data-v-f520327c] {
  color: #42b983;
}

.c-date[data-v-26ad9e28] {
  width: 90px !important;
}
.c-hour[data-v-26ad9e28] {
  width: 90px !important;
}
.rule[data-v-26ad9e28] {
  width: 120px !important;
}
.rulename[data-v-26ad9e28] {
  width: 120px !important;
}
.c-clicks[data-v-26ad9e28] {
  min-width: 90px !important;
  max-width: 120px !important;
}
.c-views[data-v-26ad9e28] {
  min-width: 90px !important;
  max-width: 120px !important;
}
.c-sends[data-v-26ad9e28] {
  min-width: 70px !important;
  max-width: 120px !important;
}
.t-report[data-v-26ad9e28] {
  min-width: 335px !important;
}
.t-report thead th[data-v-26ad9e28] {
  text-align: center;
}
.align-right[data-v-26ad9e28] {
  text-align: right;
}

#chart[data-v-601f3efb] {
  border: 1px solid #dddddd;
  background-color: #f8f8f8;
}

.rule-item .tooltip[data-v-56663f46] {
  position: absolute;
  bottom: 40px;
  right: 25px;
  z-index: 100;
}
.ls-board-box[data-v-56663f46]{
    margin-right: -15px;
    margin-left: -15px;
}

.ls-ico-question[data-v-09f9f654] {
  text-decoration: none !important;
  color: #c3c3c3 !important;
  cursor: pointer !important;
}
.vue-tooltip{background-color:#000;box-sizing:border-box;color:#fff;max-width:320px;padding:6px 10px;border-radius:3px;z-index:100;box-shadow:2px 2px 3px rgba(0,0,0,.4)}.vue-tooltip.vue-tooltip-hidden{transform:translateX(-100000px)!important}.vue-tooltip .vue-tooltip-content{text-align:center}.vue-tooltip .tooltip-arrow{content:"";width:0;height:0;border-style:solid;position:absolute;margin:5px}.vue-tooltip[x-out-of-boundaries]{display:none}.vue-tooltip[x-placement^=bottom]{margin-top:5px}.vue-tooltip[x-placement^=bottom] .tooltip-arrow{border-width:0 5px 5px 5px;border-bottom-color:#000;border-top-color:transparent!important;border-left-color:transparent!important;border-right-color:transparent!important;top:-5px;margin-top:0;margin-bottom:0}.vue-tooltip[x-placement^=top]{margin-bottom:5px}.vue-tooltip[x-placement^=top] .tooltip-arrow{border-width:5px 5px 0 5px;border-top-color:#000;border-bottom-color:transparent!important;border-left-color:transparent!important;border-right-color:transparent!important;bottom:-5px;margin-top:0;margin-bottom:0}.vue-tooltip[x-placement^=right]{margin-left:5px}.vue-tooltip[x-placement^=right] .tooltip-arrow{border-width:5px 5px 5px 0;border-right-color:#000;border-top-color:transparent!important;border-left-color:transparent!important;border-bottom-color:transparent!important;left:-5px;margin-left:0;margin-right:0}.vue-tooltip[x-placement^=left]{margin-right:5px}.vue-tooltip[x-placement^=left] .tooltip-arrow{border-width:5px 0 5px 5px;border-left-color:#000;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important;right:-5px;margin-left:0;margin-right:0}
h1 i[data-v-480b1be3]::before{
  font-size: 50px;
  color:#666;
}
.th-id[data-v-480b1be3]{
  width:100px !important;
  display: table;
  border: 1px solid black;
}
.td-status[data-v-480b1be3]{
  width: 100px !important;
}
.td-trigged[data-v-480b1be3]{
  width: 100px !important;
}
.td-pealTotal[data-v-480b1be3]{
  width: 100px !important;
}
.youtube[data-v-480b1be3] {
  position: relative;
	padding-bottom: 36.0%; /* 16:9 */
	padding-top: 30px;
	height: 0;
}
.youtube iframe[data-v-480b1be3], .youtube object[data-v-480b1be3], .youtube embed[data-v-480b1be3] {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.ls-grid th[data-v-8d42192a]:nth-child(1){
  width:70px !important;
}
.ls-grid th[data-v-8d42192a]:nth-last-child(3){
  text-align: left;
   width:100px !important;
}
.ls-grid th[data-v-8d42192a]:nth-last-child(2){
  text-align: left;
   width:100px !important;
}
.ls-grid th[data-v-8d42192a]:nth-last-child(1){
   width:135px !important;
   text-align: right;
   padding-right: 15px;
}
.ls-grid td:nth-last-child(1) *[data-v-8d42192a]{
   float: right;
}
ul.ls-dropdown-nav > li[data-v-8d42192a] {
    width: 100%;
    display: block;
}
ul.ls-dropdown-nav > li > a[data-v-8d42192a] {
    width: 100%;
}


h1 i[data-v-4895d281]::before{
  font-size: 50px;
  color:#666;
}
.ls-table th[data-v-4895d281]:nth-child(1){
    width:50px !important;
}
.ls-table th[data-v-4895d281]:nth-last-child(1){
   width:135px !important;
   text-align: right;
   padding-right: 15px;
}
.ls-table td:nth-last-child(1) *[data-v-4895d281]{
   float: right;
}

h1 i[data-v-56dac870]::before{
  font-size: 50px;
  color:#666;
}
h5 small[data-v-56dac870]{
  color:#666;
}
.integration-item[data-v-56dac870]{
  display: inline-block;
  padding-bottom:30px;
}
.ls-steps-content[data-v-56dac870]{
  min-height: 400px;
}
.ls-board-box a[data-v-56dac870] {
  cursor: pointer;
}
@media screen and (min-width: 768px){
.step-horizontal .ls-steps-nav li[data-v-56dac870]:before{
    content: none !important;
}
.step-horizontal .ls-steps-arrow[data-v-56dac870]{
    display:none;
}
.step-horizontal li[data-v-56dac870] {
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    width: 230px !important;
}
.step-horizontal span.ls-steps-arrow[data-v-56dac870]{
    display: none !important;
}
.step-horizontal .ls-steps-main[data-v-56dac870]{
    margin-left: 15px;
    border-left-width: 0px;
}
.he-footer[data-v-56dac870]{
    width: calc(100% - 265px);
    margin-left:265px !important;
}
.ls-sidebar-toggled .he-footer[data-v-56dac870]{
    width: calc(100% - 60px);
    margin-left:60px !important;
}
}

.tooltip[data-v-32e21ec4] {
    float: right;
}

.continue{
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  background: #ff5400;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
}
span.emoji {
  margin: 0;
  padding: 10px;
  -ms-flex-align: center;
      align-items: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 22px;
  line-height: 28px;
}

#inputPreviewTb[data-v-4981a2f8]{
  padding: 10px;
  margin-top:20px;
  background:#E9E9E9;
  border-radius: 5px;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.subjectEmoji[data-v-4981a2f8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.small[data-v-4981a2f8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.inputSubject[data-v-4981a2f8]{
  margin-top: 7px;
}
.strongPreview[data-v-4981a2f8] {
  margin-top: 9px;
  margin-right: 5px;
}
#inputPreview[data-v-4981a2f8] {
  padding: 10px;
  margin-top:20px;
  background:#E9E9E9;
  border-radius: 5px;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.ls-table th[data-v-4981a2f8]:nth-child(1) {
  width: 200px !important;
}
.ls-modal-footer[data-v-4981a2f8]{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.ls-table th[data-v-4981a2f8]:nth-last-child(1) {
  width: 70px;
}
div#lista-emoji[data-v-4981a2f8] {
  height: 312px;
  overflow: scroll;
  background: #fff;
  padding-right: 20px;
  overflow-x: hidden;
}
div#div-preview[data-v-4981a2f8], div#div-categoria[data-v-4981a2f8] {
  background: #e9e9e9;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
}
#div-preview strong[data-v-4981a2f8] {
  line-height: 58px;
  display: inline-block;
}
#preview-emoji[data-v-4981a2f8] {
  width: 460px;
  max-width: 460px;
  display: inline-block;
}
input#preview-emoji[data-v-4981a2f8]:focus {
  outline: none;
}
#div-preview button[data-v-4981a2f8], #div-categoria button[data-v-4981a2f8] {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  background: #ff5400;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
}
select#select-emoji[data-v-4981a2f8] {
  padding: 6px 10px;
  width: 250px;
  border-radius: 5px;
  border-color: #ccc;
  font-weight: bold;
}

.ls-txt-center > b[data-v-6e789c70] {
  margin: 0 !important;
}
.hour[data-v-6e789c70] {
  min-width: 70px;
  #max-width: 80px;
}

.ls-table th[data-v-8c4b4978]:nth-child(1) {
  width: 200px !important;
}
.ls-table th[data-v-8c4b4978]:nth-last-child(1) {
    width: 70px;
}

.continue{
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  background: #ff5400;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
}
span.emoji {
  margin: 0;
  padding: 10px;
  -ms-flex-align: center;
      align-items: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 22px;
  line-height: 28px;
}

#inputPreviewTb[data-v-7b356e12]{
  padding: 10px;
  margin-top:20px;
  background:#E9E9E9;
  border-radius: 5px;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.subjectEmoji[data-v-7b356e12] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.small[data-v-7b356e12] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.inputSubject[data-v-7b356e12]{
  margin-top: 7px;
}
.strongPreview[data-v-7b356e12] {
  margin-top: 9px;
  margin-right: 5px;
}
#inputPreview[data-v-7b356e12] {
  padding: 10px;
  margin-top:20px;
  background:#E9E9E9;
  border-radius: 5px;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.ls-table th[data-v-7b356e12]:nth-child(1) {
  width: 200px !important;
}
.ls-modal-footer[data-v-7b356e12]{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.ls-table th[data-v-7b356e12]:nth-last-child(1) {
  width: 70px;
}
div#lista-emoji[data-v-7b356e12] {
  height: 312px;
  overflow: scroll;
  background: #fff;
  padding-right: 20px;
  overflow-x: hidden;
}
div#div-preview[data-v-7b356e12], div#div-categoria[data-v-7b356e12] {
  background: #e9e9e9;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
}
#div-preview strong[data-v-7b356e12] {
  line-height: 58px;
  display: inline-block;
}
#preview-emoji[data-v-7b356e12] {
  width: 460px;
  max-width: 460px;
  display: inline-block;
}
input#preview-emoji[data-v-7b356e12]:focus {
  outline: none;
}
#div-preview button[data-v-7b356e12], #div-categoria button[data-v-7b356e12] {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  background: #ff5400;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
}
select#select-emoji[data-v-7b356e12] {
  padding: 6px 10px;
  width: 250px;
  border-radius: 5px;
  border-color: #ccc;
  font-weight: bold;
}

.time-input[data-v-39c7aec5] {
  min-width: 150px;
  font-family: monospace;
}
.validation-error[data-v-39c7aec5] {
  margin-top: 5px;
}
.ls-color-danger[data-v-39c7aec5] {
  font-size: 12px;
  display: block;
}

.module-description {
    margin-top: 20px;
    width: 560px;
}
.tooltip {
    float: right;
}

.staticTemplate{
    width: 100%;
    border:1px solid black;
}
.hidden{
    display: none;
}
.ls-tabs-btn .ls-tabs-container{
    top:-5px !important
}
div#principal-menu-element {
    background: #f7f6f6;
}
.options-rule{
    background: #f7f6f6;
    border-right: 1px solid #dcd9d9;
    border-bottom: 1px solid #dcd9d9;
    border-top: 1px solid #dcd9d9;
    box-shadow: 1px 0px 24px rgba(79, 66, 66, 0.14);
    height: 100%;
    z-index: 1;
    left: -15px;
}
.tooltip {
  float: right;
}

  
#options-rule.stickytop {
  background: #f7f6f6;
  border: 1px solid #dcd9d9;
  box-shadow: 1px 0px 24px rgba(79, 66, 66, 0.14);
  position: fixed;
  width: 30%;
  top: 70px;
}

.preview{
  width: 100%;
  background: red;
  min-height: 200px;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
  text-align:center;
  overflow: auto;
}
.preview .ls-title-3{
  font-size: 20px
}
.preview .template {
  zoom: 40%;
}
.preview iframe{
  width: 100%;
  min-height: 600px;
  border:0px;
}
@media screen and (min-width: 768px){
.preview .template {
    zoom: 40%;
}
}
.preview hr {border:0;border-top:1px solid #555;margin:0;height:1px;
}


.templateHeader {
  width:100%;
  height:100%;
}
.templateHeader table {
margin: 0 auto; /* or margin: 0 auto 0 auto */
}

.channels-header[data-v-39788275]{
    background: #f7f7f7;
    margin-bottom: 20px;
}
.channels-header h2[data-v-39788275]{
    color: #888888!important;
}
.channels .ls-label[data-v-39788275]{
    margin-bottom: 0;
    width: 100%;
}
.channels-header .ls-btn-sm[data-v-39788275] {
    padding: 3px 15px;
}
.channels-header span[data-v-39788275]{
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
}
.channels-header [class*="ls-ico"][data-v-39788275]::before,
.channels-header [class^="flaticon-"][data-v-39788275]:before,
.channels-header [class*=" flaticon-"][data-v-39788275]:before,
.channels-header [class^="flaticon-"][data-v-39788275]:after,
.channels-header [class*=" flaticon-"][data-v-39788275]:after{
    font-size: 30px;
    font-style: normal;
    margin-right: 20px;
    margin-left: 0;
}
.beta[data-v-39788275]{
  background: transparent!important;
  font-weight: bold;
  border: 2px #b2b2b2 solid !important;
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
}
.whatsapp-label[data-v-39788275]{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.whatsapp-label-small[data-v-39788275]{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.whatsapp-label-text[data-v-39788275] {
  color: #474747;
  font-size: 12px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
}
.link[data-v-39788275] {
  color: #18A0FB;
  text-decoration: none;
  cursor: pointer;
}
.input-error[data-v-39788275] {
  border-color: #D92626;
}
.error-text[data-v-39788275] {
  font-size: 12px;
  color: #D92626;
  margin-left: 12px;
}
.text-center[data-v-39788275] {
  text-align: center;
}
.d-flex[data-v-39788275] {
  display: -ms-flexbox;
  display: flex;
}

.btn-utm[data-v-65599362]{
  margin-left: 10px;
  margin-top: -5px;
}

.timelock[data-v-a5192118] {
  margin-bottom: 1.5rem;
}
.timelock-feature-description[data-v-a5192118] {
  font-size: 16px;
  color: black;
}
.timelock-feature-description strong[data-v-a5192118] {
  font-size: 16px !important;
}
.timelock-col[data-v-a5192118] {
    padding-left: 0 !important;
    margin-top: 8px;
    margin-bottom: 12px;
}
.timelock-frame[data-v-a5192118] {
  display: -ms-flexbox;
  display: flex;
}
.timelock-time[data-v-a5192118] {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.timelock-timedivisor[data-v-a5192118] {
  opacity: "70%";
  min-width: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.timelock-header[data-v-a5192118] {
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-bottom: 6px;
}
.state-message[data-v-a5192118] {
  font-style: italic;
  font-weight: bold;
  min-height: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.state-message.invalid[data-v-a5192118] {
  background: #d75553;
  border-radius: 4px;
  color: #fff;
}

iframe#iframeResume[data-v-211e0ddc] {
    width: 100%;
    min-height: 600px;
    border: 0px;
}
.utms[data-v-211e0ddc]{
  margin: 0;
  padding: 0;
  list-style: none;
}
.utms li[data-v-211e0ddc] {
  display: inline-block;
  border-bottom: 1px solid #67E0E5;
  border-right: 1px solid #67E0E5;
  border-radius: 5px;
  padding: 5px;
  margin:5px;
  font-size: 12px;
}
.utms span.left[data-v-211e0ddc]{
  background-color: #67E0E5;
  margin: 0 !important;
  border-radius: 5px;
  padding:3px;
  left: -6px;
  position:relative;
  color: #fff;
  font-weight:bold;
}
.ls-btn-color-waning[data-v-211e0ddc]{
  margin-top: -4px !important;
  color: #1ab551 !important;
  border-color: #1ab551 !important;
}
.ls-list[data-v-211e0ddc]{
  border: 1px solid #eee;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left-width: 4px;
  margin-bottom:40px;
}
.ls-list-content[data-v-211e0ddc]{
  min-height: 450px
}
.ls-list .ls-list-header+.ls-list-content[data-v-211e0ddc]{
  border-top: none;
  border-bottom: 1px solid #eeeeee;
}
.resume .ls-list[data-v-211e0ddc]:last-child {
  margin-bottom: 100px !important;
}
.preview[data-v-211e0ddc] {
  zoom: 40%;
}
.fidelity-type[data-v-211e0ddc]{
    width: 200px !important;
    height: 70px;
    padding: 15px;
}
.fidelity-type i[data-v-211e0ddc] {
    float:left !important;
    margin-left:5px !important;
}
.fidelity-type p[data-v-211e0ddc] {
    margin: 10px important;
}
.box-type2.box-type2-b30[data-v-211e0ddc]{
    padding-bottom: 30px
}
p#data-config[data-v-211e0ddc] {
    word-wrap: break-word;
}

.afterBuy[data-v-5246012f]{
  display: inline-block;
}
.afterBuy ul.ls-tabs-nav[data-v-5246012f]{
  display: inline-block;
}
.afterBuy ul.ls-tabs-nav li[data-v-5246012f]{
  margin-right: 5px;
  cursor: pointer;
}
.ls-tabs-container[data-v-5246012f]{
  top:2px !important;
  border: 1px solid #eeeeee;
  width: 100% !important;
  border-radius: 0px 10px 10px 10px;
  -moz-border-radius: 0px 10px 10px 10px;
  -webkit-border-radius: 0px 10px 10px 10px;
}
.ls-theme-wine .ls-tabs-btn-nav [class*='ls-btn'][data-v-5246012f]{
  height: auto !important;
}
.options-list button.ls-btn[data-v-5246012f]{
  font-size: 11px;
}
.ls-tabs-btn .ls-tabs-container .ls-tab-content[data-v-5246012f] {
  padding-top:10px;
}

.product-picture[data-v-61b263d4]{
  width: 50px !important;
}
.tableList[data-v-61b263d4]{
  overflow-y: auto;
  overflow-x: hidden;
  height: 550px;
}

.ls-box-filter[data-v-53b2aff3]{
  display: inline-block;
}
ul.list[data-v-53b2aff3] {
  text-decoration: none;
  list-style: none;
  width: 100%;
}
ul.list li[data-v-53b2aff3]{
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 5px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
table.ls-table img[data-v-53b2aff3]{
  width: 50px;
  margin-right: 10px;
  float: left;
}
table.ls-table tr[data-v-53b2aff3]{
  cursor: pointer;
}
ul.list span[data-v-53b2aff3]{
  float: right;
  width: calc(100% - 50px);
  height: 50px;
  padding: 10px;
}
ul.list small[data-v-53b2aff3]{
  color:#666;
}
.menu_wrap[data-v-53b2aff3]{
  height: 420px;
  overflow-y: auto;
}
.right[data-v-53b2aff3]{
  left: -3px !important;
  cursor: pointer;
}
.right[data-v-53b2aff3]:hover{
  color: #67E0E5;
}
.loading[data-v-53b2aff3]{
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.loading img[data-v-53b2aff3]{
  margin: 0 auto;
}
.loading p[data-v-53b2aff3]{
  margin-top: 15px;
  font-size: 18px;
}

.ls-box-filter[data-v-9ba5322a]{
  display: inline-block;
}
.menu li[data-v-9ba5322a]:hover{
  border-left:5px solid #67E0E5;
}

/* Menu styles */
.menu[data-v-9ba5322a] {
  height: 550px;
}
.menu_filter[data-v-9ba5322a]{
  margin-left:20px;
}
.breadcrumbs[data-v-9ba5322a]{
  width: 100%;
}
.menu_wrap[data-v-9ba5322a] {
  width: 95% !important;
  position: absolute;
  top: 140px !important;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 400px;
}
.menu_wrap .ls-table tr[data-v-9ba5322a] {
  cursor: pointer;
}
.menu_level[data-v-9ba5322a] {
  position: absolute;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu_level[data-v-9ba5322a]:focus {
  outline: none;
}
.menu_level--current[data-v-9ba5322a] {
  visibility: visible;
}
.menu_item[data-v-9ba5322a] {
  display: block;
  width: calc(100% - 50px);
}
.menu_link[data-v-9ba5322a] {
  font-weight: 600;
  position: relative;
  display: block;
  padding: 1em 2.5em 1em 1.5em;
  color: #bdbdbd;
  transition: color 0.1s;
  cursor: pointer;
}
.menu_link[data-submenu][data-v-9ba5322a]::after {
  content: '>';
  font-family: 'feather';
  position: absolute;
  right: 0;
  padding: 0.25em 1.25em;
  color: #2a2b30;
}
.menu_link.selected[data-submenu][data-v-9ba5322a]::after {
  content: '+' !important;
}
.menu_link[data-v-9ba5322a]:hover,
.menu_link[data-v-9ba5322a]:focus,
.menu_link[data-submenu][data-v-9ba5322a]:hover::after,
.menu_link[data-submenu][data-v-9ba5322a]:focus::after {
  color: #5c5edc;
}
.menu_link--current[data-v-9ba5322a]::before {
  content: '\B7';
  font-size: 1.5em;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0.5em;
  height: 4px;
  color: #5c5edc;
}
[class^='animate-'][data-v-9ba5322a],
[class*=' animate-'][data-v-9ba5322a] {
  visibility: visible;
}
.animate-outToRight .menu_item[data-v-9ba5322a] {
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@keyframes outToRight {
to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
}
.animate-outToLeft .menu_item[data-v-9ba5322a] {
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@keyframes outToLeft {
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.animate-inFromLeft .menu_item[data-v-9ba5322a] {
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@keyframes inFromLeft {
from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate-inFromRight .menu_item[data-v-9ba5322a] {
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@keyframes inFromRight {
from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.menu_breadcrumbs[data-v-9ba5322a] {
  font-size: 0.65em;
  line-height: 1;
  position: relative;
  padding: 2.5em 3.75em 1.5em 2.5em;
}
.menu_breadcrumbs a[data-v-9ba5322a] {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5c5edc;
}
.menu_breadcrumbs a[data-v-9ba5322a]:last-child {
  pointer-events: none;
}
.menu_breadcrumbs a[data-v-9ba5322a]:hover,
.menu_breadcrumbs a[data-v-9ba5322a]:focus {
  color: #8182e0;
}
.menu_breadcrumbs a[data-v-9ba5322a]:not(:last-child)::after {
  content: '\E902';
  font-family: 'feather';
  display: inline-block;
  padding: 0 0.5em;
  color: #33353e;
}
.menu_breadcrumbs a[data-v-9ba5322a]:not(:last-child):hover::after,
.menu_breadcrumbs a[data-v-9ba5322a]:not(:last-child):focus::after {
  color: #33353e;
}
.menu_back[data-v-9ba5322a] {
  font-size: 1.05em;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 2.25em;
  margin: 0;
  padding: 1.365em 0.65em 0 0;
  cursor: pointer;
  color: #2a2b30;
  border: none;
  background: none;
}
.menu_back--hidden[data-v-9ba5322a] {
  pointer-events: none;
  opacity: 0;
}
.menu_back[data-v-9ba5322a]:hover,
.menu_back[data-v-9ba5322a]:focus {
  color: #fff;
  outline: none;
}


/* Open and close buttons */
.action[data-v-9ba5322a] {
  position: absolute;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  display: block;
}
.action[data-v-9ba5322a]:focus {
  outline: none;
}
.action--open[data-v-9ba5322a] {
  font-size: 1.5em;
  top: 1em;
  left: 1em;
  display: none;
  color: #fff;
  position: fixed;
  z-index: 1000;
}
.action--close[data-v-9ba5322a] {
  font-size: 1.1em;
  top: 1.25em;
  right: 1em;
  display: none;
  color: #45464e;
}
@media screen and (max-width: 40em) {
.action--open[data-v-9ba5322a],
  .action--close[data-v-9ba5322a] {
    display: block;
}
.menu[data-v-9ba5322a] {
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.3s;
}
.menu--open[data-v-9ba5322a] {
    transform: translate3d(0, 0, 0);
}
}
.loading[data-v-9ba5322a]{
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.loading img[data-v-9ba5322a]{
  margin: 0 auto;
}
.loading p[data-v-9ba5322a]{
  margin-top: 15px;
  font-size: 18px;
}

.ls-box-filter[data-v-200aa21b]{
  display: inline-block;
}
.menu_wrap[data-v-200aa21b]{
  height: 420px;
  overflow-y: auto;
  margin-bottom: 20px;
}
ul.list[data-v-200aa21b] {
  text-decoration: none;
  list-style: none;
  width: 100%;
}
ul.list li[data-v-200aa21b]{
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 5px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
ul.list li[data-v-200aa21b]:hover{
  border-left:5px solid #67E0E5;
}
ul.list span[data-v-200aa21b]{
  height: 50px;
  padding: 10px;
}
ul.list small[data-v-200aa21b]{
  color:#666;
}
.right[data-v-200aa21b]{
  left: -3px !important;
  cursor: pointer;
}
.right[data-v-200aa21b]:hover{
  color: #67E0E5;
}
.loading[data-v-200aa21b]{
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.loading img[data-v-200aa21b]{
  margin: 0 auto;
}
.loading p[data-v-200aa21b]{
  margin-top: 15px;
  font-size: 18px;
}

.product-picture[data-v-695fea7a]{
  width: 50px !important;
}
.tableList[data-v-695fea7a]{
  overflow-y: auto;
  overflow-x: hidden;
  height: 550px;
}

.menu[data-v-54da3099] {
    width: 100%;
}
.ls-box-filter[data-v-54da3099]{
  display: inline-block;
}
.menu_wrap[data-v-54da3099]{
  height: 420px;
  overflow-y: auto;
}
table.ls-table img[data-v-54da3099]{
  width: 50px;
  margin-right: 10px;
  float: left;
}
table.ls-table tr[data-v-54da3099]{
  cursor: pointer;
}
ul.list[data-v-54da3099] {
  text-decoration: none;
  list-style: none;
  width: 100%;
}
ul.list li[data-v-54da3099]{
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 5px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
ul.list li[data-v-54da3099]:hover{
  border-left:5px solid #67E0E5;
}
ul.list img[data-v-54da3099]{
  width: 50px;
  float: left;
}
ul.list span[data-v-54da3099]{
  float: right;
  width: calc(100% - 50px);
  height: 50px;
  padding: 10px;
}
ul.list small[data-v-54da3099]{
  color:#666;
}
.right[data-v-54da3099]{
  left: -3px !important;
  cursor: pointer;
}
.right[data-v-54da3099]:hover{
  color: #67E0E5;
}
.loading[data-v-54da3099]{
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.loading img[data-v-54da3099]{
  margin: 0 auto;
}
.loading p[data-v-54da3099]{
  margin-top: 15px;
  font-size: 18px;
}

.fidelity-type[data-v-0510c66b]{
  width: 200px !important;
  height: 70px;
  padding: 15px;
}
.fidelity-type i[data-v-0510c66b] {
  float:left !important;
  margin-left:5px !important;
}
.fidelity-type p[data-v-0510c66b] {
  margin: 10px important;
}

.link-not-active[data-v-54090d97] {
  pointer-events: none;
  cursor: default;
}
.button-btg-status[data-v-54090d97] {
  margin-top: 13px;
}
input[type="text"].ls-field-md[data-v-54090d97]{
  font-size: 11px;
}





























































































































































































.preview[data-v-11e6efe2] {
  margin: 15px 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}



















































































































































































.preview[data-v-78a97874]{
  width: 100%;
  background: red;
  min-height: 200px;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
  text-align:center;
  overflow: auto;
}
.preview > h5[data-v-78a97874] {
  margin-right: 20px;
}
.preview .ls-title-3[data-v-78a97874]{
  font-size: 20px
}
.preview .template[data-v-78a97874] {
  margin: 0 auto !important;
  border: 1px solid #c3c3c3;
  padding: 10px !important;
  display: inline-block;
}
.he-accordeon-content fieldset[data-v-78a97874] {
  padding-top: 15px;
}
.button-type[data-v-78a97874] {
  width: 97% !important;
  height: 50px !important;
}
.ls-btn .button-type[data-v-78a97874]{
  margin: 0!important;
}
.button-type > span[data-v-78a97874] {
  color: rgba(51,51,51,0.7) !important;
}
.header[data-v-78a97874] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.footer[data-v-78a97874] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#preview[data-v-78a97874] {
  margin-top: 10px;
}
.left-button[data-v-78a97874] {
  margin-left: -1px !important;
}

.he-accordeon-content fieldset[data-v-7c7b7458] {
  padding-top: 15px;
}
.button-type[data-v-7c7b7458] {
  width: 97% !important;
  height: 50px !important;
}
.button-type > span[data-v-7c7b7458] {
  color: rgba(51,51,51,0.7) !important;
}
.ls-btn[data-v-7c7b7458]{
  margin: 0 0 5px 0!important;
}
.header[data-v-7c7b7458] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.footer[data-v-7c7b7458] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#preview[data-v-7c7b7458] {
  margin-top: 29px;
}

.ls-txt-left .ls-collapse-header:before{ top: 30px
}
.ls-txt-left .ls-collapse-title{ padding-left: 40px;
}

.token-title {
  font-size: 14px !important;
}
.token {
  font-weight: bold;
  color: #67E0E5;
}
.ls-list-content [class*="col-"] {
  border-left: 0px !important;
}
.configs-channels {
  border: 1px solid #ccc;
}

.choices[data-v-9d740384]{
  margin-bottom: 15px!important;
}
.beta[data-v-9d740384]{
  margin-left: 10px;
  background: transparent!important;
  font-weight: bold;
  color: #747474;
  border: 2px #747474 solid !important;
  padding: 7px 11px 2px 10px!important;
  text-align: center;
  border-radius: 5px;
  font-size: 11px;
}
.title-beta[data-v-9d740384]{
  display: -ms-flexbox;
  display: flex;
}
.check[data-v-9d740384]{
  font-size: 22px;
  color: green;
  cursor: pointer;
}
.col-md-12[data-v-9d740384] {
  padding-top: 5px!important;
  padding-bottom: 10px!important;
}
.ls-lg-margin-bottom[data-v-9d740384]{
  margin-bottom: 20px!important;
}


























































































































































































































































































































































































































































































































































































/* .ls-sidebar-toggled .ls-sidebar{display: none!important;} */
.ros-button{
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.stickytop {
  position: fixed;
  width: 30%;
  top: 70px;
}

.row[data-v-da54d720] {
  margin: 0 0 10px 0;
  padding: 10px
}
.title[data-v-da54d720] {
  font-size: 18px;
  font-weight: bold;
}
.item[data-v-da54d720] {
  cursor: move;
}
.item[data-v-da54d720]:hover {
  background-color: rgba(250,70,22,.1);
}
.ls-table th[data-v-da54d720]:nth-child(1) {
  width: 100px !important;
}
.ls-table th[data-v-da54d720]:nth-last-child(1) {
  width: 70px !important;
}
.priority[data-v-da54d720] {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #513335;
  margin: 10px 0 !important;
  padding: 5px 10px;
  border-radius: 100px;
}

.paddingg[data-v-764ecd8c] {
  padding: 10px !important;
  box-sizing: border-box !important;
}

.ls-table th[data-v-002773fc]:nth-child(1) {
  width: 105px !important;
}
.ls-table th[data-v-002773fc]:nth-child(2) {
  width: 100px !important;
}
.ls-table th[data-v-002773fc]:nth-last-child(2)  {
  width: 80px !important;
}
.ls-table th[data-v-002773fc]:nth-last-child(3)  {
  width: 105px !important;
}
.btnSearch[data-v-002773fc] {
  margin-top: 23px;
}
.ls-form-inline .ls-label[class*="col-"][data-v-002773fc]{
  display: inline!important;
  padding: 5px;
}

.link-not-active {
   pointer-events: none;
   cursor: default;
}

.c-date[data-v-bac0f9d4] {
  width: 90px !important;
}
.c-hour[data-v-bac0f9d4] {
  width: 90px !important;
}
.rule[data-v-bac0f9d4] {
  width: 120px !important;
}
.rulename[data-v-bac0f9d4] {
  width: 120px !important;
}
.c-clicks[data-v-bac0f9d4] {
  min-width: 90px !important;
  max-width: 120px !important;
}
.c-views[data-v-bac0f9d4] {
  min-width: 90px !important;
  max-width: 120px !important;
}
.c-subject[data-v-bac0f9d4] {
  max-width: 170px;
}
.c-returns[data-v-bac0f9d4] {
  min-width: 90px !important;
  max-width: 120px !important;
}
.t-report[data-v-bac0f9d4] {
  min-width: 335px !important;
}
.t-report thead th[data-v-bac0f9d4] {
  text-align: center;
}

.ls-table[data-v-f1997372] {
  table-layout: auto;
}
.c-date[data-v-f1997372] {
  width: 90px !important;
}
.c-hour[data-v-f1997372] {
  width: 90px !important;
}
.c-rule[data-v-f1997372] {
  min-width: 120px !important;
}
.c-rulename[data-v-f1997372] {
  min-width: 120px !important;
}
.c-clicks[data-v-f1997372] {
  min-width: 90px !important;
  max-width: 120px !important;
}
.c-views[data-v-f1997372] {
  min-width: 90px !important;
  max-width: 120px !important;
}
.c-sends[data-v-f1997372] {
  min-width: 70px !important;
  max-width: 120px !important;
}
.t-report[data-v-f1997372] {
  min-width: 335px !important;
}
.t-report thead th[data-v-f1997372] {
  text-align: center;
}
.align-right[data-v-f1997372] {
  text-align: right;
}
.datepicker[data-v-f1997372] {
  max-width: 250px !important;
}
.ls-box-body strong[data-v-f1997372] {
  font-size: 22px !important;
}
.ls-form-inline .ls-label[class*="col-"][data-v-f1997372]{
  display: inline!important;
  padding: 5px;
}
.btnExportar[data-v-f1997372]{
  margin-top: 23px;
}
.ls-table th[data-v-f1997372]:nth-child(1) {
  width: 110px !important;
}
.ls-table th[data-v-f1997372]:nth-child(2) {
  width: 180px !important;
}
.ls-table th[data-v-f1997372]:nth-last-child(1)  {
  width: 100px !important;
}
.ls-table th[data-v-f1997372]:nth-last-child(2)  {
  width: 130px !important;
}
.ls-table td[data-v-f1997372]:nth-last-child(1)  {
  text-align: center !important;
}

p.no-data[data-v-aac332a2] {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #888888;
  padding: 45px 0 50px;
  margin: 0
}

.ls-table[data-v-08c5ab6e] {
  table-layout: auto;
}
.c-date[data-v-08c5ab6e] {
  width: 90px !important;
}
.c-hour[data-v-08c5ab6e] {
  width: 90px !important;
}
.c-rule[data-v-08c5ab6e] {
  min-width: 120px !important;
}
.c-rulename[data-v-08c5ab6e] {
  min-width: 120px !important;
}
.c-clicks[data-v-08c5ab6e] {
  min-width: 90px !important;
  max-width: 120px !important;
}
.c-views[data-v-08c5ab6e] {
  min-width: 90px !important;
  max-width: 120px !important;
}
.c-sends[data-v-08c5ab6e] {
  min-width: 70px !important;
  max-width: 120px !important;
}
.t-report[data-v-08c5ab6e] {
  min-width: 335px !important;
}
.t-report thead th[data-v-08c5ab6e] {
  text-align: center;
}
.align-right[data-v-08c5ab6e] {
  text-align: right;
}
.datepicker[data-v-08c5ab6e] {
  max-width: 250px !important;
}
.ls-box-body strong[data-v-08c5ab6e] {
  font-size: 22px !important;
}
.ls-form-inline .ls-label[class*="col-"][data-v-08c5ab6e]{
  display: inline!important;
  padding: 5px;
}
.ls-box-filter[data-v-08c5ab6e] {
  border-radius: 4px;
  margin: 20px 0;
  padding: 5px 0;
}
.btnFiltrar[data-v-08c5ab6e]{
  margin-top: 17px;
}
@media screen and (max-width: 1210px) and (min-width: 992px){
.ls-form-inline .ls-label[class*="col-"] input[type="text"][data-v-08c5ab6e]{
    width: 97%;
}
.ls-box-filter[data-v-08c5ab6e] {
    border-radius: 4px;
    margin: 20px 0;
    padding: 10px 0;
}
.btnFiltrar[data-v-08c5ab6e]{
    padding-right: 100%;
}
}
@media screen and (max-width: 991px) and (min-width: 400px){
.col-md-6[data-v-08c5ab6e] {
    width: 50%;
}
.ls-box-filter[data-v-08c5ab6e] {
    border-radius: 4px;
    margin: 20px 0;
    padding: 10px 0;
}
.ls-label-text[data-v-08c5ab6e]{
    padding-left: 6px;
}
}

.zero[data-v-3c577a25]{
  color: #ccc;
}
.height[data-v-3c577a25] {
  height: 90px;
}
.icon[data-v-3c577a25] {
  margin-left: 15px;
}
.total-wrapper[data-v-3c577a25]{
  background-color: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px;
}
.total-box-title[data-v-3c577a25]{
  color: #9d9d9d;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.total-channels ul li[data-v-3c577a25] {
  list-style: none;
  margin: 5px;
}
.total-channels ul li > [class*="flaticon-"][data-v-3c577a25]:before{
  margin-right: 10px;
}
.total-box-numbers[data-v-3c577a25]{
  color: #67E0E5;
  font-size: 35px;
  font-weight: bold;
  padding-top: 15px;
  display: block;
}
.subtitle > [class*="col-"][data-v-3c577a25]{
  display: inline !important;
  color:#888888;
  font-size: 13px;
}
@media only screen and (max-width: 1303px) {
.total-box-numbers[data-v-3c577a25] {
    padding-top: 0px!important;
}
.ls-txt-left[data-v-3c577a25]{
    padding: 0px!important;
}
}

div.loader-text{
  width: auto;
}
.noBorderBottom{
  border-bottom:0px dashed red;
}
.channel-icon span{
  float:left;
  width: 0px !important;
}
.bestOfBox{
  height: 120px;
}
.bestOfBox h3 {
  color:#888888;
}
.bestOfBox [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
  font-size: 30px;
}
.bestOfBox span {
  font-size:30px;
  font-weight: bold;
}
.bestOfBox .numbers {
  font-size:25px;
  color:#4c97c6;
  font-weight: bold;
}
.bestOfColor {
  color:#4c97c6;
}
.trGrey td{
  color: #000000;
  background-color: #f7f7f7 !important;
}
.trWhite td{
  color: #000000;
  background-color: #ffffff !important;
}
.channelsRule{
  border-bottom: 0px !important;
}
.channelsRule td {
  background-color: #d4ebf6 !important;
}
.ls-table {
  table-layout: auto;
}
.c-date {
  width: 90px !important;
}
.c-hour {
  width: 90px !important;
}
.c-clicks, .c-views {
  width: 120px !important;
}
.c-sends {
  width: 150px !important;
}
.c-actions {
  width: 50px !important;
}
.t-report {
  min-width: 335px !important;
}
.t-report thead th {
  text-align: center;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.datepicker {
  max-width: 250px !important;
}
.ls-box-body strong {
  font-size: 22px !important;
}
@media only screen and (max-width: 1303px) {
.bestOfBox span {
    font-size: 25px!important;
    font-weight: bold;
}
.ls-lg-margin-top {
    margin-top: -10px !important;
}
.ls-sm-margin-right {
    margin-right: 22px !important;
}
}

.peal[data-v-3af8d888] {
  border: 1px solid #50ca50;
  padding: 5px;
  padding-left: 6px;
  border-radius: 6px;
  color: #50ca50;
}
.peal-td[data-v-3af8d888] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
td[data-v-3af8d888] {
  height: 44px!important;
}

.zero[data-v-d9d61a58]{
  color: #ccc;
}

.ls-table th[data-v-58fbf62c]:nth-child(1) {
  width: 110px !important;
}
.ls-table th[data-v-58fbf62c]:nth-child(2) {
  width: 180px !important;
}
.ls-table th[data-v-58fbf62c]:nth-last-child(1)  {
  width: 100px !important;
}
.ls-table th[data-v-58fbf62c]:nth-last-child(2)  {
  width: 130px !important;
}
.ls-table td[data-v-58fbf62c]:nth-last-child(1)  {
  text-align: center !important;
}

.link-not-active[data-v-6b99e31e] {
   pointer-events: none;
   cursor: default;
}

/*# sourceMappingURL=app.0db72872e3066395567d085627773056.css.map*/