#inserted-html-box {
  height: calc(100vh - 65px);
  width: 380px;
}
#inserted-html-box .main-container {
  width: 380px;
  height: calc(100vh - 65px);
  transition: ease all 0.5s;
}
#inserted-html-box #retractMenu {
  display: flex;
}
#inserted-html-box #imgMenu {
  display: none;
}
#inserted-html-box.rec-freeze {
  pointer-events: none;
}
#inserted-html-box.not-ready {
  display: none;
}
#inserted-html-box.rec {
  height: 115px;
  width: 60px !important;
}
#inserted-html-box.rec .main-container {
  width: 50px;
  height: 46px;
}
#inserted-html-box.rec #retractMenu {
  display: none;
}
#inserted-html-box.rec #imgMenu {
  display: block;
}
#inserted-html-box.rec #retractMenu {
  display: none;
}
#inserted-html-box.rec .wowtomate-box .opResContainer {
  right: 76px;
}
#inserted-html-box.rec.sending {
  height: 400px;
}
#inserted-html-box.rec.sending .main-container {
  height: 400px;
}
#inserted-html-box.rec.sending.sendingExpanded {
  min-height: 400px;
  min-width: 300px !important;
}
#inserted-html-box.rec.sending.sendingExpanded .main-container {
  min-height: 400px;
  min-width: 300px;
}
#inserted-html-box.opt3 {
  width: 509px;
}
#inserted-html-box.opt3 .main-container {
  width: 509px;
}
#inserted-html-box.tooltip-visible {
  width: 880px !important;
}
#inserted-html-box.tooltip-visible .main-container {
  width: 880px !important;
}
.wowtomate-box {
  height: inherit;
  /* width */
  /* Track */
  /* Handle */
  /* .wall {
        background-color: white;
        width: 319px;
        height: 585px;
        position: absolute;
        bottom: -270px;
        z-index: 110;
        transition: ease 0.5s;
    }

    .wall.colapsed {
        height: 1px;
        transition: ease 0.5s;
    } */
  /* .config-items.config-item1{
        height: 375px;
    } */
  /* #icon-message > .icon-tooltip.configOpt1{
        right: 370px;
    }
    #icon-message > .icon-tooltip.configOpt2{
        right: 330px;
    }
    #icon-message > .icon-tooltip.configOpt1.configOpt2{
        right: 405px;
    } */
  /* #icon-export > .icon-tooltip.configOpt1 {
        right: 337px;
    }
    #icon-export > .icon-tooltip.configOpt2 {
        right: 297px;
    }
    #icon-export > .icon-tooltip.configOpt1.configOpt2 {
        right: 370px;
    } */
  /* #icon-configGroups>.icon-tooltip.configOpt1 {
        right: 287px;
    }
    #icon-configGroups>.icon-tooltip.configOpt2 {
        right: 248px;
    }
    #icon-configGroups>.icon-tooltip.configOpt1.configOpt2 {
        right: 320px;
    } */
  /* #icon-configGroupText>.icon-tooltip.configOpt1 {
        right: 253px;
    }
    #icon-configGroupText>.icon-tooltip.configOpt2 {
        right: 215px;
    }
    #icon-configGroupText>.icon-tooltip.configOpt1.configOpt2 {
        right: 287px;
    } */
  /* #icon-configGroupMetrics>.icon-tooltip.configOpt1 {
        right: 220px;
    }
    #icon-configGroupMetrics>.icon-tooltip.configOpt2 {
        right: 180px;
    }
    #icon-configGroupMetrics>.icon-tooltip.configOpt1.configOpt2 {
        right: 253px;
    } */
  /* #icon-contacts>.icon-tooltip.configOpt1 {
        right: 187px;
    }
    #icon-contacts>.icon-tooltip.configOpt2 {
        right: 150px;
    }
    #icon-contacts>.icon-tooltip.configOpt1.configOpt2 {
        right: 222px;
    } */
  /* #icon-joinLeaveGroup>.icon-tooltip.configOpt1.configOpt2 {
        right: 173px;
    } */
  /* #icon-destroyGroup>.icon-tooltip.configOpt1.configOpt2 {
        right: 138px;
    } */
  /* #icon-archiveMsg>.icon-tooltip.configOpt2 {
        right: 97px;
    }
    #icon-archiveMsg>.icon-tooltip.configOpt1.configOpt2 {
        right: 104px;
    } */
  /* #icon-shortcuts>.icon-tooltip.configOpt1 {
        right: 57px;
    }
    #icon-shortcuts>.icon-tooltip.configOpt2 {
        right: 49px;
    }
    #icon-shortcuts>.icon-tooltip.configOpt1.configOpt2 {
        right: 55px;
    } */
  /* #icon-config>.icon-tooltip.configOpt1 {
        right: 22px;
    }
    #icon-config>.icon-tooltip.configOpt2 {
        right: 15px;
    }
    #icon-config>.icon-tooltip.configOpt1.configOpt2 {
        right: 22px;
    } */
  /* #config-item2{
        padding-bottom: 30px;
        background-color: white;
        bottom: 149px;
        height: 86px;
        position: relative;
        transition: ease 0.5s;
    } */
}
.wowtomate-box .wowtomateOverlay {
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.4;
  display: none;
  position: fixed;
}
.wowtomate-box .flex {
  display: flex;
  align-items: center;
}
.wowtomate-box .main-container {
  z-index: 1;
  display: flex;
  position: absolute;
  right: 0%;
  top: 65px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 50px;
  height: calc(100vh - 65px);
}
.wowtomate-box .main-container-display {
  position: relative;
  width: 100%;
  height: 100%;
}
.wowtomate-box .menu-list {
  width: 100%;
}
.wowtomate-box .menu {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 7px;
}
.wowtomate-box .menu-nav {
  cursor: pointer;
  position: relative;
  height: 46px;
  width: 49px;
  background-color: white;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  -webkit-box-shadow: -1px 7px 6px -4px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: -1px 7px 6px -4px rgba(0, 0, 0, 0.11);
  box-shadow: -1px 7px 6px -4px rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  transition: ease 0.5s;
}
.wowtomate-box #sendingsStatusBox {
  transition: ease all 0.3s;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  height: 278px;
  min-width: 18px;
  position: absolute;
  right: -100%;
  top: 60px;
  z-index: 14;
  display: none;
  align-items: center;
  width: 18px;
  border-radius: 17px 0 0 17px;
  box-sizing: border-box;
}
.wowtomate-box #sendingsStatusBox .sendingBox.showing {
  display: flex;
}
.wowtomate-box #sendingsStatusBox .sendingBox.sendingPaused .pauseSendingBtn .resumed {
  transform: rotate(90deg);
  display: none;
}
.wowtomate-box #sendingsStatusBox .sendingBox.sendingPaused .pauseSendingBtn .paused {
  display: block;
  width: 27.8px;
  height: 29.27px;
}
.wowtomate-box #sendingsStatusBox .sendingBox {
  box-sizing: border-box;
  padding: 13px 0px;
  height: 100%;
  width: 28px;
  margin-right: 10.4px;
  display: none;
  flex-direction: column;
  align-items: center;
}
.wowtomate-box #sendingsStatusBox .sendingBox .pauseSendingBtn {
  cursor: pointer;
}
.wowtomate-box #sendingsStatusBox .sendingBox .pauseSendingBtn .resumed {
  transform: rotate(90deg);
}
.wowtomate-box #sendingsStatusBox .sendingBox .pauseSendingBtn .paused {
  display: none;
  width: 27.8px;
  height: 29.27px;
}
.wowtomate-box #sendingsStatusBox .sendingBox .verticalProgressBar {
  width: 4px;
  border-radius: 3px;
  height: 187px;
  margin: 8px 0 9px;
  background-color: #E4E8F1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.wowtomate-box #sendingsStatusBox .sendingBox .verticalProgressBar .progress {
  border-radius: 3px;
  width: 4px;
  height: 30px;
  transition: ease all 0.3s;
  background-color: #2DA8C0;
}
.wowtomate-box #sendingsStatusBox .sendingBox .sendingsInfoBox {
  position: relative;
}
.wowtomate-box #sendingsStatusBox .sendingBox .sendingsInfoBox .ifoTooltip {
  display: none;
  position: absolute;
  top: 18px;
  z-index: 666;
  right: 0px;
  width: fit-content;
  height: 69px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #383A47;
  box-sizing: border-box;
  padding: 6px 13px;
  border-radius: 2px;
}
.wowtomate-box #sendingsStatusBox .sendingBox .sendingsInfoBox .ifoTooltip span {
  color: #FFFFFF;
  font-family: inherit;
  font-weight: 400;
  line-height: 21px;
  font-size: 15px;
  display: block;
  margin-bottom: 9px;
  white-space: nowrap;
}
.wowtomate-box #sendingsStatusBox .sendingBox .sendingsInfoBox .ifoTooltip p{
  margin: 0px;
  color: white;
}
.wowtomate-box #sendingsStatusBox .sendingBox .sendingsInfoBox:hover .ifoTooltip {
  display: flex;
}
.wowtomate-box #directSendingBox .sendingsInfoBox .conutdown {
  display: none;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  font-family: inherit;
  color: #0F0A39;
}
.wowtomate-box #directSendingBox .sendingsInfoBox .sendingInfoIcon {
  display: block;
}
.wowtomate-box #directSendingBox .sendingsInfoBox.countdown .sendingInfoIcon {
  display: none;
}
.wowtomate-box #directSendingBox .sendingsInfoBox.countdown .conutdown {
  display: block;
}
.wowtomate-box #sendingsStatusBox[showing="0"].expanded,
.wowtomate-box #sendingsStatusBox[showing="0"] {
  width: 17px;
  right: 0px;
}
.wowtomate-box #sendingsStatusBox[showing="1"] {
  width: 64px;
  right: calc(18px - 64px);
}
.wowtomate-box #sendingsStatusBox[showing="2"] {
  width: 100px;
  right: calc(18px - 100px);
}
.wowtomate-box #sendingsStatusBox[showing="3"] {
  width: 140px;
  right: calc(18px - 140px);
}
.wowtomate-box #sendingsStatusBox[showing="1"].expanded,
.wowtomate-box #sendingsStatusBox[showing="2"].expanded,
.wowtomate-box #sendingsStatusBox[showing="3"].expanded {
  right: 0px !important;
}
.wowtomate-box #sendingsStatusBox button{
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.wowtomate-box #mencionarTodos {
  border-color: rgb(207, 207, 207);
  border-radius: 10px;
  height: 40px;
  width: 100%;
}
.wowtomate-box #mentionAll{
  display: none;
}
.wowtomate-box #openCloseSendingsBox {
  height: 100%;
  width: 18px;
  
  background: transparent;
  border-radius: 17px 0px 0px 17px;
  margin-right: 8.39px;
  border-right: 1px solid #B0B9C142;
}
.wowtomate-box #openCloseSendingsBox img {
  transform: rotate(90deg);
}
.wowtomate-box .menu-nav.expanded {
  width: 264px;
  transition: ease 0.5s;
}
.wowtomate-box .menu-nav.expanded.configOpt1 {
  width: 476px;
  transition: ease 0.5s;
}
.wowtomate-box .menu-nav.configOpt1 {
  width: 49px;
  transition: ease 0.5s;
}
.wowtomate-box .menu-nav.expanded.configOpt2 {
  width: 435px;
  transition: ease 0.5s;
}
.wowtomate-box .menu-nav.configOpt2 {
  width: 49px;
  transition: ease 0.5s;
}
.wowtomate-box .menu-nav.expanded.configOpt1.configOpt2 {
  width: 509px;
  transition: ease 0.5s;
}
.wowtomate-box #divNomeGrupo,
.wowtomate-box #divNomeLista,
.wowtomate-box #divCategSelect,
.wowtomate-box #simularGrav {
  display: none;
}
.wowtomate-box #divCategSelect .dropdown-content div, #selectCateg{
  display: flex;
  align-items: center;
}
.wowtomate-box #divCategSelect .dropdown-content div svg, #selectCateg svg{
  margin-right: 8px;
}
.wowtomate-box .iconExpand img {
  width: 35px;
  height: 32px;
}
.wowtomate-box .hide {
  display: none !important;
}
.wowtomate-box button {
  transition: ease 0.5s;
}
.wowtomate-box .iconSeparator {
  width: 1px;
  height: 25.88px;
  border-right: 1px solid #DCDCDC;
  margin-right: 15px;
}
.wowtomate-box .iconSeparator2 {
  width: 1px;
  height: 25.88px;
  border-right: 1px solid #DCDCDC;
  margin-right: 15px;
  display: none;
}
.wowtomate-box .menu-icons {
  margin-left: 55px;
  display: flex;
  align-items: center;
}
.wowtomate-box .iconDefault {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  position: relative;
}
.wowtomate-box .iconDefault img {
  width: 18px;
  height: 18px;
}
.wowtomate-box .expanded .iconExpand {
  top: 8px;
  left: 8px;
}
.wowtomate-box #retractMenu img {
  transform: rotate(180deg);
}
.wowtomate-box .iconExpand {
  top: 7px;
  left: 7px;
  position: absolute;
}
.wowtomate-box .panel {
  margin-top: 53px;
  width: 365px;
  right: 0px;
  padding: 21px 5px 25px 23px;
  height: calc(100vh - 179px);
  background-color: white;
  border-top-left-radius: 17px;
  transition: ease 0.5s;
  z-index: 15;
}
.wowtomate-box .space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wowtomate-box #shortcuts > div {
  margin-bottom: 10px;
}
.wowtomate-box #shortcuts .panel-help {
  width: fit-content;
  height: fit-content;
  border-radius: 2px;
  padding: 6px 8px;
  background-color: #383A47;
  font-size: 15px;
  line-height: 23px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: none;
  z-index: 150;
  position: fixed;
}
.wowtomate-box #shortcuts .panel-help .panel-help-text {
  color: white !important;
}
.wowtomate-box #shortcutTitle {
  background: #2da8c0;
  margin-right: 23px;
  border-radius: 10px;
  height: 44px;
  padding: 11px 15px 12px;
  position: relative;
}
#shortcut-backup {
  right: 10px;
  color: white;
  position: absolute;
  font-size: 12px;
  font-weight: 500;
}
#restore-backup {
  right: 70px;
  color: white;
  position: absolute;
  font-size: 12px;
  font-weight: 500;
}
.wowtomate-box #shortcutTitle .panel-inputTitle {
  margin-bottom: 0px;
}
.wowtomate-box #shortcutTitle .panel-inputTitle span{
  color: white;
}
.wowtomate-box .hidePreview {
  background-image: url('chrome-extension://bokbcmhahifempbebpnakefaknjmmajo/widget/img/icon-hide.svg');
  width: 27px;
  height: 27px;
  cursor: pointer;
  transition: ease 0.25s;
  background-repeat: no-repeat;
  background-size: 100%;
}
.wowtomate-box .hidePreview.clicked {
  background-image: url('chrome-extension://bokbcmhahifempbebpnakefaknjmmajo/widget/img/Icon-hide-clicked.svg');
}
.wowtomate-box .panel > div {
  max-height: calc(100vh - 270px);
  height: calc(100vh - 301px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.wowtomate-box .panel-scrollable {
  padding-right: 18px;
}
.wowtomate-box #message .panel-scrollable.maturation .panel-inputGroup:nth-child(7),
.wowtomate-box #message .panel-scrollable.maturation .panel-inputGroup:nth-child(9),
.wowtomate-box #message .panel-scrollable.maturation #simularDigit {
  display: none;
}
.wowtomate-box #message .panel-scrollable.maturation .inputGridBox {
  display: grid;
  grid-template-columns: repeat(3, 104px);
  gap: 4px;
  margin-bottom: 12px;
}
.wowtomate-box .panel-inputTitle.minor {
  font-size: 14px;
}
.wowtomate-box #triggerOpt,
.wowtomate-box #activateAIOpt {
  margin-top: 10px;
}
.wowtomate-box #triggerOpt .inputGridBox,
.wowtomate-box #activateAIOpt .inputGridBox {
  display: grid;
  grid-template-columns: repeat(2, 151px);
  gap: 6px;
  margin-bottom: 12px;
}
.wowtomate-box #reports .panel-flexItems-text {
  margin-right: 0px;
}
.wowtomate-box #reports .panel-flexItems {
  margin-bottom: 5px;
}
.wowtomate-box .inputGridBox.radioBox {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 6px;
}
.wowtomate-box .inputGridBox.radioBox .myCheckBox.reportConfigRadio {
  width: 100%;
}
.wowtomate-box .inputGridBox.radioBox .myCheckBox.radioBtn[value="afterEachSendings"],
.wowtomate-box .inputGridBox.radioBox .myCheckBox.radioBtn[value="sendToAll"] {
  width: 100%;
  grid-column: span 2;
}
.wowtomate-box .instructions {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  color: #9BA4AC;
  display: block;
  margin-bottom: 12px;
}
.wowtomate-box #events {
  padding-bottom: 60px;
}
.wowtomate-box #createShortcut .panel-helpTitle,
.wowtomate-box #events .panel-helpTitle {
  overflow: unset;
  background: 0% 0% no-repeat padding-box padding-box #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  box-sizing: border-box;
  z-index: 25;
  padding: 6px 8px;
  font-size: 15px;
  line-height: 21px;
  min-height: 33px !important;
  display: none;
  color: #0F0A39;
  font-weight: 400;
}
.wowtomate-box #createShortcut #panel-help101,
.wowtomate-box #events #panel-help101 {
  height: 56px;
  position: absolute !important;
  width: fit-content !important;
}
.wowtomate-box #createShortcut .interruptSeqOpt,
.wowtomate-box #events .interruptSeqOpt {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.wowtomate-box #createShortcut .interruptSeqOpt img,
.wowtomate-box #events .interruptSeqOpt img {
  width: 100%;
  height: 100%;
}
.wowtomate-box #eventsTabsBox {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.wowtomate-box #eventsTabsBox .eventTab {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  height: 44px;
  background-color: transparent;
  border: 1px solid #C1C0C852;
  color: #0F0A39;
  cursor: pointer;
}
.wowtomate-box #eventsTabsBox .eventTab.selected {
  background-color: #2DA8C0;
  border: 1px solid #2DA8C0;
  color: #FFFFFF;
}
.wowtomate-box #webhookLinkInput {
  width: calc(100% - 42px);
  border-radius: 10px 0px 0px 10px;
  border-top: 1px solid #C1C0C852;
  border-left: 1px solid #C1C0C852;
  border-bottom: 1px solid #C1C0C852;
  background-color: transparent;
  height: 44px;
  box-sizing: border-box;
  color: #9BA4AC;
}
.wowtomate-box #copyLinkBtn {
  border-top: 1px solid #C1C0C852;
  border-right: 1px solid #C1C0C852;
  border-bottom: 1px solid #C1C0C852;
  background-color: transparent;
}
.wowtomate-box .disabledStatus .panel-inputTitle {
  opacity: 0.4;
}
.wowtomate-box .disabledStatus .dropdown .dropbtn {
  opacity: 0.4;
}
.wowtomate-box .disabledStatus .panel-attachmentUpload-title,
.wowtomate-box .disabledStatus .panel-attachmentUpload-subtitle {
  opacity: 0.4;
}
.wowtomate-box .disabledStatus input::placeholder {
  color: #0F0A39;
  opacity: 0.4 !important;
}
.wowtomate-box .inputCornerBtn {
  border-radius: 0px 10px 10px 0px;
  height: 44px;
  width: 42px;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wowtomate-box #platEventMessageText,
.wowtomate-box #wppEventMessageText {
  margin-bottom: 14px;
}
.wowtomate-box #platActionGroupName,
.wowtomate-box #wppActionGroupName {
  margin-bottom: 0px;
}
.wowtomate-box #plataformTab {
  margin-right: 1.5px;
  border-radius: 10px 0px 0px 10px;
}
.wowtomate-box .tabContent {
  display: none;
}
.wowtomate-box .tabContent.show {
  display: block;
}
.wowtomate-box #platTabContent {
  padding-bottom: 10px;
}
.wowtomate-box #whatsappTab {
  border-radius: 0px 10px 10px 0px;
  margin-left: 1.5px;
}
.wowtomate-box #platActionFlowUpload,
.wowtomate-box #wppActionFlowUpload {
  position: relative;
}
.wowtomate-box .abcMessagesTabs.abcMessagesTabs--multiTab .removeTabBtn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  width: 13px;
  height: 13px;
  margin-left: 11px;
}
.wowtomate-box .abcMessagesTabs {
  display: none;
  height: 18px;
  align-items: center;
  box-sizing: border-box;
  width: fit-content;
  margin-bottom: 4px;
}
.wowtomate-box .abcMessagesTabs .abcMessagesTab {
  border-right: 1px solid #B0B9C1;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 0px 8px;
  cursor: pointer;
}
.wowtomate-box .abcMessagesTabs .abcMessagesTab .removeTabBtn,
.wowtomate-box .abcMessagesTabs .abcMessagesTab .messageTextVal {
  display: none;
}
.wowtomate-box .abcMessagesTabs .abcMessagesTab span {
  color: #383A47;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 17px;
}
.wowtomate-box .abcMessagesTabs .abcMessagesTab.abcMessagesTab--selected span {
  color: #2DA8C0;
}
.wowtomate-box .abcMessagesTabs.abcMessagesTabs--show {
  display: flex;
}
.wowtomate-box #addMoreTabsBtn {
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  outline: none;
  width: 14.7px;
  height: 14.7px;
  margin-left: 5px;
}
.wowtomate-box .clearFileBtn {
  right: 11px;
  position: absolute;
  cursor: pointer;
  bottom: 40px;
}
.wowtomate-box .uploadedFlowBox {
  background-color: #2DA8C0;
  height: 58px;
  border: 1px solid #2DA8C0;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}
.wowtomate-box .uploadedFlowBox .uploadTextBox {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.wowtomate-box .uploadedFlowBox .uploadTextBox span {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  font-family: inherit;
  margin-bottom: 3px;
}
.wowtomate-box .uploadedFlowBox .uploadTextBox p {
  color: #FFFFFF;
  font-size: 9px;
  line-height: 12px;
  font-weight: 400;
  font-family: inherit;
}
.wowtomate-box .uploadFlowBox {
  background-color: #f5f6fa;
  height: 58px;
  border: 1px solid #c1c0c852;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}
.wowtomate-box .uploadFlowBox .uploadTextBox {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.wowtomate-box .uploadFlowBox .uploadTextBox span {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  font-family: inherit;
  margin-bottom: 3px;
}
.wowtomate-box .uploadFlowBox .uploadTextBox p {
  font-size: 9px;
  line-height: 12px;
  font-weight: 400;
  font-family: inherit;
}
.wowtomate-box .actionFlowSubtext {
  color: #9BA4AC;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  font-family: inherit;
  margin-top: 8px;
  padding-left: 7px;
  display: inline-flex;
}
.wowtomate-box .actionFlowSubtext a {
  display: flex;
  margin-left: 3px;
  align-items: center;
  color: #317DFF;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: underline;
}
.wowtomate-box .actionFlowSubtext a img {
  margin-left: 3px;
}
.wowtomate-box #tokenAiInput::placeholder {
  color: #0F0A39;
  opacity: 1;
}
.wowtomate-box #aiService .panel-inputTitle.major {
  font-weight: 600;
}
.wowtomate-box #aiService #uploadPromptGroup .attachTitle {
  justify-content: flex-start;
}
.wowtomate-box #aiService #selectedOpTag {
  display: flex;
  align-items: center;
}
.wowtomate-box #aiService #selectedOpTag svg {
  margin-right: 6.6px;
}
.wowtomate-box #aiService #uploadPromptGroup {
  position: relative;
}
.wowtomate-box #aiService > div {
  box-sizing: border-box;
  padding-bottom: 140px;
}
.wowtomate-box .disabledCover {
  height: 130px;
  width: 321px;
  position: absolute;
  z-index: 98;
  top: 30px;
  border-radius: 10px;
  background-color: transparent;
  left: 0px;
}
.wowtomate-box #opTagDropdown .dropdown-content > div {
  display: flex;
  align-items: center;
}
.wowtomate-box #opTagDropdown .dropdown-content > div svg {
  margin-right: 6.6px;
}
.wowtomate-box #triggerWords {
  box-sizing: border-box;
  display: none;
}
.wowtomate-box #triggerWords .panel-input {
  position: relative;
}
.wowtomate-box #triggerWords .instructions {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  color: #9BA4AC;
  display: block;
  margin-bottom: 12px;
}
.wowtomate-box #triggerWords .containsOpt {
  position: absolute;
  width: 27px;
  top: 63px;
  z-index: 10;
  right: 10px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: -12px;
}
.wowtomate-box #triggerWords textarea {
  box-sizing: border-box;
  resize: none;
  width: 100%;
  height: 106px;
  background: #F5F6FA 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 12px 40px 12px 15px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  color: #0F0A39;
  position: relative;
}
.wowtomate-box #triggerWords .obs {
  font-size: 11px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 15px;
  color: #9BA4AC;
  font-style: italic;
}
.wowtomate-box #triggerWords .obs b {
  color: #0F0A39;
  font-weight: 600;
  margin: 0;
  display: inline;
}
.wowtomate-box .maturationInstructionBox {
  display: block;
  border-radius: 17px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-sizing: border-box;
  padding: 30px 17px 63px;
  width: 395px;
  height: 509px;
  position: fixed;
  top: calc(50% - 254.5px);
  left: calc(50% - 197.5px);
  z-index: 5000;
}
.wowtomate-box .maturationInstructionBox .instTitle {
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  color: #0F0A39;
  display: block;
  margin-bottom: 14px;
}
.wowtomate-box .maturationInstructionBox span {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  color: #0F0A39;
  display: inline-block;
  margin-bottom: 16px;
}
.wowtomate-box .maturationInstructionBox span b {
  font-weight: 600;
  color: #FF1C42;
}
.wowtomate-box .maturationInstructionBox ul {
  margin-bottom: 16px;
}
.wowtomate-box .maturationInstructionBox ul li {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  color: #0F0A39;
  margin-bottom: 12px;
}
.wowtomate-box .maturationInstructionBox ul li:last-child {
  margin-bottom: unset;
}
.wowtomate-box .maturationInstructionBox .agreeOptBtnBox {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 169px);
  gap: 23px;
  margin-bottom: 19px;
}
.wowtomate-box .maturationInstructionBox .agreeOptBtnBox button {
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  border-radius: 10px;
  cursor: pointer;
  height: 44px;
}
.wowtomate-box .maturationInstructionBox .agreeOptBtnBox #yesProceedBtn {
  border: 1px solid #38364B;
  background-color: transparent;
  color: #0F0A39;
}
.wowtomate-box .maturationInstructionBox .agreeOptBtnBox #noCloseBtn {
  border: 1px solid #2DA8C0;
  background-color: #2DA8C0;
  color: #FFFFFF;
}
.wowtomate-box .maturationInstructionBox .myCheckBox {
  width: 100%;
}
.wowtomate-box .inputGridBox {
  display: grid;
  grid-template-columns: repeat(1, 100%);
}
.wowtomate-box .inputGridBox .myCheckBox {
  background: #F5F6FA 0% 0% no-repeat padding-box;
  border-radius: 16px;
  border: 1px solid #F5F6FA;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 8px;
  height: 24px;
  transition: ease all 0.3s;
  cursor: pointer;
}
.wowtomate-box .inputGridBox .myCheckBox .circleCheckbox {
  width: 9px;
  height: 9px;
  position: relative;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #9ba4ac;
  border-image: initial;
  border-radius: 50%;
  transition: ease all 0.3s;
}
.wowtomate-box .inputGridBox .myCheckBox .circleCheckbox .ccbDot {
  width: 7px;
  height: 7px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f6fa;
  border-image: initial;
  border-radius: 50%;
}
.wowtomate-box .inputGridBox .myCheckBox span {
  display: block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 17px;
  color: #0F0A39;
  margin-left: 6.59px;
  margin-bottom: 0px;
  transition: ease all 0.3s;
}
.wowtomate-box .inputGridBox .myCheckBox.selected {
  border: 1px solid #2DA8C0;
}
.wowtomate-box .inputGridBox .myCheckBox.selected .circleCheckbox {
  border: 0.92px solid #2DA8C0;
}
.wowtomate-box .inputGridBox .myCheckBox.selected .circleCheckbox .ccbDot {
  background-color: #2DA8C0;
}
.wowtomate-box .inputGridBox .myCheckBox.selected span {
  color: #2DA8C0;
}
.wowtomate-box .widgetAlert {
  background-color: #F5F6FA;
  width: 319px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 12px 17.57px 21px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
}
.wowtomate-box .widgetAlert .speedTitle {
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  color: #0F0A39;
  display: block;
  margin: 6px 0px 0px;
}
.wowtomate-box .widgetAlert .speedInfo {
  margin-top: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wowtomate-box .widgetAlert .speedInfo .info1 {
  text-align: center;
  display: block;
  padding: 0px 20px 14.05px;
  border-bottom: 1px solid #C1C0C863;
  width: auto;
  margin-bottom: 13.95px;
}
.wowtomate-box .widgetAlert .speedInfo .info1 span {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #0F0A39;
}
.wowtomate-box .widgetAlert .speedInfo .info2 {
  text-align: center;
  padding: 0 26px 0px 27px;
}
.wowtomate-box .widgetAlert .speedInfo .info2 span {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #0F0A39;
  display: block;
}
.wowtomate-box .widgetAlert .speedInfo .info2 span:first-child {
  margin-bottom: 14px;
}
.wowtomate-box .widgetAlert .speedInfo .timeSpeed,
.wowtomate-box .widgetAlert .speedInfo .numMsgs {
  font-weight: 600;
}
.wowtomate-box .banReminder {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  font-style: italic;
  color: #0F0A39;
  display: block;
  width: 100%;
  text-align: center;
}
.wowtomate-box .panel-scrollable--md {
  max-height: calc(100vh - 232px) !important;
  height: calc(100vh - 232px) !important;
  margin-bottom: 25px;
}
.wowtomate-box ::-webkit-scrollbar {
  width: 6px;
  margin-left: 10px;
}
.wowtomate-box ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #E3E6F1;
  border-radius: 3px;
}
.wowtomate-box ::-webkit-scrollbar-thumb {
  background: #D5D5E3;
  border-radius: 3px;
}
.wowtomate-box .panel-inputGroup {
  width: 319px;
  /*width: 100%;*/
  margin-bottom: 22px;
  color: #0F0A39;
}
.wowtomate-box .exportContacts-inputTitleBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wowtomate-box .panel-inputTitle {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
  line-height: 24px;
  opacity: 1;
  display: flex;
  justify-content: space-between;
}
.wowtomate-box .panel-inputTitle .flex {
  height: 24px;
}
.wowtomate-box .panel-inputTitle .flex .file-format {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
  border: 1px solid #F5F6FA;
  background-color: #F5F6FA;
  margin-left: 2px;
  cursor: pointer;
  border-radius: 1000px;
}
.wowtomate-box .panel-inputTitle .flex .file-format .roundCheckBox {
  border: 1px solid #9BA4AC;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: relative;
  background-color: transparent;
}
.wowtomate-box .panel-inputTitle .flex .file-format .roundCheckBox .innerCheck {
  width: 7px;
  height: 7px;
  border: 1px solid #F5F6FA;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wowtomate-box .panel-inputTitle .flex .file-format span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #0F0A39;
}
.wowtomate-box .panel-inputTitle .flex .setAllAsAdmins {
  padding: 0px 10.59px 0px 8px;
}
.wowtomate-box .panel-inputTitle .flex .setAllAsAdmins span {
  margin-left: 5.04px;
}
.wowtomate-box .panel-inputTitle .flex .vcf {
  border-radius: 1000px 0px 0px 1000px;
  padding: 0px 9.59px 0px 9.55px;
  width: 58.98px;
}
.wowtomate-box .panel-inputTitle .flex .csv {
  border-radius: 0px;
  padding: 0px 9.59px 0px 9.55px;
  width: 58.98px;
}
.wowtomate-box .panel-inputTitle .flex .xlsx {
  border-radius: 0px 1000px 1000px 0px;
  padding: 0px 8.59px 0px 8px;
  width: 58.98px;
}
.wowtomate-box .panel-inputTitle .flex .file-format.selected {
  border-color: #2DA8C0;
}
.wowtomate-box .panel-inputTitle .flex .file-format.selected .roundCheckBox {
  border: 1px solid #2DA8C0;
}
.wowtomate-box .panel-inputTitle .flex .file-format.selected .roundCheckBox .innerCheck {
  background-color: #2DA8C0;
}
.wowtomate-box .panel-inputTitle .flex .file-format.selected span {
  color: #2DA8C0;
}
.wowtomate-box .inputGroup-disabled .panel-inputTitle {
  color: #B5B4C2;
}
.wowtomate-box .inputGroup-disabled .panel-input {
  background-color: #FBFCFD;
}
.wowtomate-box .inputGroup-disabled .panel-input::placeholder {
  color: #E3E2E8;
}
.wowtomate-box #export .config-list-separator {
  margin-top: -9px;
}
.wowtomate-box p[data-lang="_advanced"] {
  color: #9BA4AC;
  margin-left: 5px;
}
.wowtomate-box .panel-inputTitle span {
  opacity: 1;
  color: #0F0A39;
}
.wowtomate-box #novosAdmins {
  justify-content: start;
  align-items: center;
}
.wowtomate-box #novosAdmins img {
  margin-left: 5px;
  margin-bottom: -2px;
}
.wowtomate-box #groupDescription {
  width: 282px;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  height: 69px;
  /* 
        white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.6;
}
.wowtomate-box .etc {
  position: absolute;
  bottom: 8px;
  right: 35px;
}
.wowtomate-box .groupInfo:hover #groupDescFull {
  display: block;
}
.wowtomate-box #groupDescFull {
  position: fixed;
  top: 315px;
  right: 23px;
  height: fit-content;
  width: 285px;
  display: none;
  color: #3D3D3D;
  line-height: 23px;
  opacity: 1;
  border-radius: 2px;
  background-color: white;
  padding: 6px 26px 12px 8px;
  border: 1px solid #C8C8C8;
  text-align: left;
}
.wowtomate-box .panel-help100 {
  width: fit-content !important;
  height: 21px !important;
  position: absolute !important;
  display: none;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 13px;
  z-index: 6;
}
.wowtomate-box #surveyTitleBlock {
  margin-bottom: 12px;
}
.wowtomate-box #surveyOptBlock {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 6px;
}
.wowtomate-box #surveyResponseConfig {
  display: flex;
  align-items: center;
}
.wowtomate-box #surveyResponseConfig span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #0F0A39;
  line-height: 14px;
  margin-left: 8px;
}
.wowtomate-box .switchBtn {
  width: 32px;
  border-radius: 11px;
  height: 18px;
  padding: 2px;
  background-color: #e3e6f1;
  transition: ease 1s;
  position: relative;
  cursor: pointer;
}
.wowtomate-box .switchBtn .switchThumb {
  position: absolute;
  transition: ease all 0.3s;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #f5f6fa;
}
.wowtomate-box .switchBtn.active {
  background-color: #2DA8C0;
}
.wowtomate-box .switchBtn.active .switchThumb {
  left: 16px;
  background-color: #FFFFFF;
}
.wowtomate-box #config2 .panel-help100 {
  box-sizing: border-box;
  max-height: unset;
  padding: 6px 8px 6px 11px;
  overflow: unset;
  height: fit-content !important;
}
.wowtomate-box #config2 .panel-help101,
.wowtomate-box #config2 .panel-help102,
.wowtomate-box #config2 .panel-help103,
.wowtomate-box #config2 .panel-help104 {
  box-sizing: border-box;
  max-height: unset;
  padding: 6px 8px 6px 11px;
  overflow: unset;
  z-index: 6;
  width: fit-content !important;
  position: absolute !important;
  display: none;
  background-color: #383A47;
  height: fit-content !important;
}
.wowtomate-box #config2 .panel-help101 .panel-help-text,
.wowtomate-box #config2 .panel-help102 .panel-help-text,
.wowtomate-box #config2 .panel-help103 .panel-help-text,
.wowtomate-box #config2 .panel-help104 .panel-help-text {
  color: #FFFFFF;
  display: inline-block;
}
.wowtomate-box #config2 .panel-help101 .panel-help-text p:last-child,
.wowtomate-box #config2 .panel-help102 .panel-help-text p:last-child,
.wowtomate-box #config2 .panel-help103 .panel-help-text p:last-child,
.wowtomate-box #config2 .panel-help104 .panel-help-text p:last-child {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.wowtomate-box #config2 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  white-space: nowrap;
  color: #3D3D3D;
}
.wowtomate-box .tagContainer:hover {
  cursor: text;
}
.wowtomate-box .tagContainer.not {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #C1C0C852;
}
.wowtomate-box .tagContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 96px;
  padding: 12px 10px 15px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #C1C0C852;
  background: #F5F6FA 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
.wowtomate-box .tagContainer .tagBox {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  height: fit-content;
  position: relative;
  max-width: 319px;
}
.wowtomate-box .tagContainer .tagBox .wppTag {
  display: flex;
  width: fit-content;
  margin-bottom: 9px;
  border: 1px solid #CBC9D9;
  background: #F5F6FA 0% 0% no-repeat padding-box;
  border-radius: 16px;
  padding: 0 10px;
  justify-content: space-between;
  align-items: center;
  height: 31px;
  box-sizing: border-box;
  margin-right: 9px;
}
.wowtomate-box .tagContainer .tagBox .wppTag span {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  color: #0F0A39;
}
.wowtomate-box .tagContainer .tagBox .wppTag.systemTag {
  display: flex;
  width: fit-content;
  margin-bottom: 9px;
  background: #F5F6FA 0% 0% no-repeat padding-box;
  border: 1px solid #CBC9D9;
  border-radius: 9px;
  padding: 0 10px;
  justify-content: space-between;
  align-items: center;
  height: 31px;
  box-sizing: border-box;
  margin-right: 9px;
}
.wowtomate-box .tagContainer .tagBox .wppTag.systemTag span {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  color: #0F0A39;
}
.wowtomate-box .tagContainer .tagBox .autocompleteBox {
  position: relative;
  height: 21px;
  padding: 0px;
  border-radius: 0px;
  max-width: 75px;
}
.wowtomate-box .tagContainer .tagBox .autocompleteBox input.insertTag {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  color: #0F0A39;
  height: 21px;
  padding: 0px;
  border-radius: 0px;
  width: 270px;
}
.wowtomate-box .tagContainer .tagBox .autocompleteBox input::placeholder {
  color: #3D3D3D;
}
.wowtomate-box .tagContainer .tagBox.filled .autocompleteBox .insertTag::placeholder {
  color: transparent !important;
}
.wowtomate-box .tagContainer .tagBox.filled .autocompleteBox .insertTag {
  width: 20px;
  max-width: 270px;
  padding-top: 5px;
}
.wowtomate-box .tagContainer .removeTag {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wowtomate-box .tagObs {
  display: block;
  width: 100%;
  text-align: left;
  font-family: inherit;
  font-style: italic;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  margin-top: 4px;
  color: #9BA4AC;
}
.wowtomate-box .systemTags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 35px;
  margin-top: 6px;
}
.wowtomate-box .systemTags .systemTag {
  margin-right: 4px;
  margin-bottom: 5px;
  border-radius: 5px;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #C1C0C852;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  cursor: pointer;
}
.wowtomate-box .systemTags .systemTag span {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  color: #0F0A39;
}
.wowtomate-box #filterTags .panel-inputTitle,
.wowtomate-box #tagsAfterAction .panel-inputTitle {
  cursor: pointer;
}
.wowtomate-box .panelBody {
  display: none;
  position: relative;
}
.wowtomate-box .panelBody .panel-input {
  position: relative;
}
.wowtomate-box .panelBody .panel-input .suggestions {
  position: absolute;
  display: none;
  top: 43px;
  width: 319px;
  left: 0;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  border: 1px solid #ccc;
  max-height: 156px;
  overflow-y: auto;
  background-color: white;
  z-index: 300;
}
.wowtomate-box .panelBody .panel-input .suggestions li {
  list-style-type: none;
  padding: 0px 20px 0px 15px;
  height: 48px;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  font-family: inherit;
  color: #0F0A39;
}
.wowtomate-box .panelBody .panel-input .suggestions li:hover {
  background: #F5F6FA;
}
.wowtomate-box .panel-inputGroup.expand .panelBody {
  display: block;
}
.wowtomate-box .panel-inputGroup.expand .accord-arrow {
  transform: rotate(-180deg) !important;
}
.wowtomate-box .panel-help100 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  color: #3D3D3D;
}
.wowtomate-box #configGroups .panel-help2 {
  width: 501px;
  height: 69px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 13px;
  right: 217px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #configGroups .panel-help2 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  color: #3D3D3D;
}
.wowtomate-box #configGroups .panel-help2 .panel-help-text span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 23px;
  color: #3D3D3D;
}
.wowtomate-box #export > .panel-help6 {
  width: 435px;
  height: 46px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 8px;
  right: 77px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box p,
.wowtomate-box a {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
}
#mencionarTodosHelp{
  display: flex;
  align-items: center;
}
#mencionarTodosHelp img{
  margin-left: 6px;
}
.wowtomate-box #messageHelp > div:first-child {
  display: flex;
  align-items: center;
}
.wowtomate-box #configGroups .panel-inputTitle,
.wowtomate-box #export .panel-inputTitle {
  justify-content: left;
  align-items: center;
}
.wowtomate-box #config-item1 .accord-arrow {
  transform: rotate(180deg);
}
.wowtomate-box #config-item2 .config-list {
  display: none;
}
.wowtomate-box #adminContact img {
  margin-left: 5px;
  margin-bottom: -1px;
}
.wowtomate-box #userContact img {
  margin-left: 5px;
  margin-bottom: -1px;
}
.wowtomate-box #configHelp {
  margin-left: 5px;
  margin-bottom: -2px;
}
.wowtomate-box .panel-inputTitle img {
  margin-left: 5.93px;
  width: 14px;
  height: 14px;
  position: relative;
}
.wowtomate-box .input-image {
  height: 27px;
  width: 27px;
  border-radius: 100px;
  background-color: #F5F6FA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wowtomate-box .input-image img {
  height: 27px;
  width: 27px;
  margin-left: 0;
}
.wowtomate-box .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.wowtomate-box .dropbtn {
  background-color: #F5F6FA;
  height: 44px;
  width: 100%;
  text-align: left;
  color: #0F0A39;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  border-radius: 10px;
  padding: 11px 11px 12px 15px;
  border: none;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.wowtomate-box .dropdown.clicked .dropbtn {
  border-radius: 10px;
}
.wowtomate-box .dropdown.clicked .dropdown-content {
  display: block;
}
.wowtomate-box .dropdown.clicked .dropbtn .icon {
  transform: rotate(180deg);
  transition: ease 0.25s;
}
.wowtomate-box .dropdown .dropbtn .icon {
  transform: rotate(0deg);
  transition: ease 0.25s;
}
.wowtomate-box .dropbtn .icon {
  margin-left: 21px;
}
.wowtomate-box #message .dropdown-content {
  height: fit-content;
}
.wowtomate-box #configGroups .dropdown-content {
  height: fit-content;
}
.wowtomate-box #tempDropdown .dropdown-content {
  height: fit-content;
}
.wowtomate-box .dropdown-content {
  overflow: auto;
  width: 100%;
  display: none;
  position: absolute;
  margin-left: 5px;
  width: calc(100% - 10px);
  background-color: #F5F6FA;
  -webkit-box-shadow: 0px 3px 11px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 11px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 11px -4px rgba(0, 0, 0, 0.5);
  z-index: 99;
  border-radius: 0 0 10px 10px;
  -webkit-animation: fadein 500ms;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 500ms;
  /* Firefox < 16 */
  -ms-animation: fadein 500ms;
  /* Internet Explorer */
  -o-animation: fadein 500ms;
  /* Opera < 12.1 */
  animation: fadein 500ms;
}
.wowtomate-box .dropdown-content > div {
  color: #0F0A39;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  display: block;
  cursor: pointer;
  padding: 11px 15px;
  border-top: 1px solid #E3E6F1;
  border-bottom: 1px solid #E3E6F1;
}
.wowtomate-box .dropdown-content > div:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}
.wowtomate-box .dropdown-content-inline {
  color: #0F0A39;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  display: block;
  cursor: pointer;
  padding: 11px 11px 12px 15px;
  border-top: 1px solid #E3E6F1;
  border-bottom: 1px solid #E3E6F1;
}
.wowtomate-box #savedMessages {
  padding: 0;
  border-top: none;
}
.wowtomate-box #savedMessages > div {
  color: #0F0A39;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  display: block;
  cursor: pointer;
  padding: 11px 15px;
  border-top: 1px solid #E3E6F1;
  border-bottom: 1px solid #E3E6F1;
}
.wowtomate-box #savedMessages > div:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}
.wowtomate-box #mensagensSalvas div {
  color: #0F0A39;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  display: block;
  cursor: pointer;
  padding: 11px 11px 12px 15px;
  border-top: 1px solid #E3E6F1;
  border-bottom: 1px solid #E3E6F1;
}
.wowtomate-box #mensagensSalvas div:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}
.wowtomate-box .dropdown-content-inline {
  display: flex !important;
  align-items: center;
}
.wowtomate-box .dropdown-content-icon {
  height: 20px;
  width: 20px;
}
.wowtomate-box .dropdown-content-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #0F0A39;
  margin-left: 7px;
  height: 20px;
  line-height: 20px;
}
.wowtomate-box .panel-attachmentUpload--disabled img {
  opacity: 0.4;
}
.wowtomate-box .inputTime {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #F5F6FA;
  height: 44px;
  position: relative;
}
.wowtomate-box #goToConfig-btn,
.wowtomate-box #goToEdition-btn {
  cursor: pointer;
}
.wowtomate-box input {
  font-family: 'Poppins', sans-serif !important;
  color: #0F0A39;
  border: none;
  background-color: #F5F6FA;
  font-family: 'Poppins', sans-serif;
  font-weight: 400 !important;
  font-size: 15px;
  padding-left: 15px;
  width: 30px;
  outline: none;
  border-radius: 10px;
  height: 44px;
  width: 100%;
}
.wowtomate-box input::placeholder {
  color: #0F0A39;
  opacity: 0.3;
}
.wowtomate-box .inputTime input {
  border: none;
  background-color: #F5F6FA;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  width: 74px;
  max-width: 74px;
  padding: 0 0 0 15px;
  outline: none;
}
.wowtomate-box #tempoSim,
.wowtomate-box #tempoSimAudio {
  display: none;
}
.wowtomate-box #tempoSim .inputTime input,
.wowtomate-box #tempoSimAudio .inputTime input {
  width: 45px;
}
.wowtomate-box .inputTime span {
  opacity: 0.3;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.wowtomate-box .input-datetime {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #F5F6FA;
  height: 44px;
  position: relative;
}
.wowtomate-box .input-datetime input {
  border: none;
  background-color: #F5F6FA;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding-left: 15px;
  width: calc(100% - 28.35px);
  outline: none;
  color: #0F0A39;
}
.wowtomate-box #divSendTime,
.wowtomate-box #divSendHora {
  display: none;
  position: relative;
}
.wowtomate-box #divSendHora a {
  position: absolute;
  right: 10px;
  top: 44px;
  width: 18px;
}
.wowtomate-box #divSendHora a .icone {
  width: 18px;
  height: 18px;
  margin: 0px;
}
.wowtomate-box #divSendTimes {
  display: none;
}
.wowtomate-box #divSendDates {
  display: none;
}
.wowtomate-box #divHorarioAgendado {
  display: none;
}
.wowtomate-box .panel.panelOverlay {
  display: flex;
  right: -365px;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 365px;
  height: auto;
  background-color: #000000CC;
  padding: 93px 23px;
  color: white;
}
.wowtomate-box .panel.panelOverlay .lockedBox {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wowtomate-box .panel.panelOverlay .lockedBox h4 {
  font-size: 15px;
  color: white;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  margin: 22px 0 16px;
}
.wowtomate-box .panel.panelOverlay .lockedBox span {
  font-weight: 400;
  font-size: 15px;
  display: block;
  width: 100%;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.wowtomate-box .panel.panelOverlay .lockedBox span b {
  font-weight: 600;
}
.wowtomate-box .panel.panelOverlay .lockedBox .btnBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 151px);
  gap: 17px;
  align-items: center;
}
.wowtomate-box .panel.panelOverlay .lockedBox .btnBox button {
  box-sizing: border-box;
  height: 44px;
  width: 151px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding: 11px 0px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wowtomate-box .panel.panelOverlay .lockedBox .btnBox button span {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 0px;
}
.wowtomate-box .panel.panelOverlay .lockedBox #closeOverlay {
  background-color: transparent;
}
.wowtomate-box .panel.panelOverlay .lockedBox #closeOverlay span {
  color: white;
}
.wowtomate-box .panel.panelOverlay .lockedBox #completeRegist {
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.wowtomate-box .panel.panelOverlay .lockedBox #completeRegist span {
  color: #0F0A39;
}
.wowtomate-box #divWriteMessage {
  display: none;
  position: relative;
}
.wowtomate-box #divWriteMessage .panel-textareaMsg {
  box-sizing: border-box;
  width: 100%;
  height: 239px;
  padding: 12px 40px 12px 15px;
}
.wowtomate-box #divWriteMessage .msgLinkOpt {
  width: 27px;
  height: 27px;
  right: 10px;
  top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.wowtomate-box .testUserInfoBox .updateRegister {
  margin-left: 2px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}
.wowtomate-box .testUserInfoBox .updateRegister img {
  width: 100%;
}
.wowtomate-box .testUserInfoBox.searching .updateRegister img {
  -webkit-transition: all 1s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 1s ease-in;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.wowtomate-box .processing{
  pointer-events: none !important;
}
.wowtomate-box .updateRegister.success {
  margin-left: 2px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}
.wowtomate-box .updateRegister.success img {
  width: 100%;
  animation: none;
}
.wowtomate-box #divSheet {
  display: none;
}
.wowtomate-box #divSheet .inputGridBox {
  display: none;
  margin-top: 7px;
}
.wowtomate-box .panel-buttons {
  position: absolute;
  margin-bottom: 0px;
  height: 44px;
  bottom: 0;
  display: flex;
  width: 100%;
  z-index: 2;
  margin-top: 37px;
}
.wowtomate-box .mensagem-panel-button1 {
  width: 274px;
  background-color: #2DA8C0;
  color: white;
  border-radius: 10px 0 0 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
  margin: 0;
  height: 44px;
  border: none;
  outline: none;
  margin-right: 1px;
  cursor: pointer;
}
.wowtomate-box .mensagem-panel-button2 {
  width: 44px;
  background-color: #2DA8C0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
  padding: 0;
  margin: 0;
  height: 44px;
  border: none;
  outline: none;
  cursor: pointer;
}
.wowtomate-box .mensagem-panel-button2 img {
  width: 20px;
  height: 20px;
}
.wowtomate-box #message {
  right: -365px;
}
.wowtomate-box .panel {
  position: absolute;
  display: none;
  right: 0px;
}
.wowtomate-box .panel.actual {
  display: block;
}
.wowtomate-box #checkCategorizar {
  display: none;
}
.wowtomate-box #nomeGruposExportados {
  display: none;
}
.wowtomate-box #checkExportarArquivo {
  display: none;
}
.wowtomate-box #message > .panel-help1 {
  padding: 6px 8px 11px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #C8C8C8;
  width: 434px;
  right: 238px;
  top: 141px;
  z-index: 6;
  max-height: 178px;
  height: 178px;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #message > .panel-help2 {
  padding: 6px 8px 9px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #C8C8C8;
  width: 420px;
  right: 61px;
  top: 239px;
  z-index: 6;
  max-height: 112px;
  height: 112px;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #message > .panel-help4 {
  padding: 6px 8px;
  box-sizing: border-box;
  width: fit-content;
  min-height: 33px;
  height: fit-content;
  color: #3D3D3D;
  border: 1px solid #C8C8C8;
  position: absolute;
  display: none;
  background-color: white;
  border-radius: 2px;
  z-index: 16;
}
.wowtomate-box #message > .panel-help3,
.wowtomate-box #attachment > .panel-help3 {
  padding: 6px 8px 9px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #C8C8C8;
  width: 420px;
  right: 61px;
  top: 239px;
  z-index: 6;
  max-height: 92px;
  height: 92px;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #export > .panel-help8 {
  width: 363px;
  height: 105px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 8px;
  right: 90px;
  top: 151px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #export > .panel-help8 .panel-help-text {
  font-family: "Poppins", "san-serif";
  font-size: 15px;
  font-weight: 400;
  color: #0F0A39;
  line-height: 23px;
}
.wowtomate-box #export > .panel-help8 .panel-help-text b {
  font-weight: 600;
}
.wowtomate-box #export > .panel-help2 {
  width: 370px;
  height: 173px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 8px;
  right: 90px;
  top: 151px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #export > .panel-help3 {
  width: 424px;
  height: 46px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 8px;
  right: 90px;
  top: 151px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #export > .panel-help4 {
  width: 592px;
  height: fit-content;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 12px;
  right: 198px;
  top: 242px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #export > .panel-help5 {
  width: 434px;
  height: 46px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 8px;
  right: 60px;
  top: 242px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box .panel-help5 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  color: #3D3D3D;
}
.wowtomate-box #export > .panel-help6 {
  width: 435px;
  height: 46px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 8px;
  right: 77px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #extractLinks > .panel-help1 {
  width: 406px;
  height: 120px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 54px 11px 8px;
  right: 77px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #extractLinks > .panel-help1 .panel-help-text {
  color: #0F0A39;
  font-family: "Poppins", "san-serif";
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.wowtomate-box .group-alert-error {
  position: absolute;
  z-index: 6;
  right: 23px;
  top: 50%;
  padding: 10px 11px 12px 10px;
  border: 1px solid #FF1C42;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 2px;
  background: white;
  width: 365px;
  height: 100px;
}
.wowtomate-box .group-alert-error span {
  color: #FF1C42;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 24px;
}
.wowtomate-box .group-alert-error .close-alert {
  cursor: pointer;
}
.wowtomate-box .group-alert-error .block {
  margin-top: 12px;
  color: #0F0A39;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.wowtomate-box .group-alert-error .block p[data-lang="canNotBeExecuted"] {
  color: #FF1C42;
}
.wowtomate-box #createGroups > .panel-help1 {
  width: 406px;
  height: 159px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 15px 13px 8px;
  right: 90px;
  top: 151px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #createGroups > .panel-help1 .panel-help-text {
  color: #0F0A39;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.wowtomate-box #createGroups > .panel-help1 .panel-help-text p[data-lang="rememberItsPossible"] {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #FF1C42;
}
.wowtomate-box #createGroups > .panel-help2 {
  width: 480px;
  height: 113px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px;
  right: 90px;
  top: 151px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #createGroups > .panel-help2 .panel-help-text {
  color: #0F0A39;
  font-family: "Poppins", "san-serif";
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.wowtomate-box #createGroups > .panel-help2 .panel-help-text b {
  font-weight: 600;
}
.wowtomate-box .panel-help6 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  color: #3D3D3D;
}
.wowtomate-box #checkExportarArquivo .panel-flexItems-text img {
  margin-left: 5px;
  margin-bottom: -2px;
}
.wowtomate-box #checkCategorizar .panel-flexItems-text img {
  margin-left: 0px;
  margin-bottom: -2px;
}
.wowtomate-box #exportarHelp3 {
  margin-right: 0;
}
.wowtomate-box #exportarHelp4 {
  margin-right: 0;
}
.wowtomate-box .panel-help4 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  color: #3D3D3D;
}
.wowtomate-box .panel-help4 .panel-help-text2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #2DA8C0;
  margin-bottom: 20px;
}
.wowtomate-box .panel-help4 .panel-help-text3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #3D3D3D;
}
.wowtomate-box .panel-help4 .panel-help-text4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #2DA8C0;
}
.wowtomate-box .panel-help4 .panel-help-text5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #3D3D3D;
  margin-bottom: 20px;
}
.wowtomate-box .panel-help4 .panel-help-text6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #3D3D3D;
}
.wowtomate-box .panel-help4 .panel-help-text6 span {
  color: #FF1C42;
}
.wowtomate-box .panel-help4 .panel-help-text7 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #2DA8C0;
}
.wowtomate-box .panel-help3 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  color: #3D3D3D;
}
.wowtomate-box .panel-help4 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #3D3D3D;
}
.wowtomate-box .panel-help2 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  color: #3D3D3D;
}
.wowtomate-box .panel-help2 span {
  color: #FF1C42;
}
.wowtomate-box .panel-help {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #3D3D3D;
}
.wowtomate-box #simularDigitTP,
.wowtomate-box #simularGravTP {
  position: absolute;
  display: none;
  z-index: 3000;
  border: 1px solid #C8C8C8;
  height: 86px;
  top: -30px;
  right: -225px;
  width: 396px;
  padding: 6px 8px 8px 8px;
  background-color: white;
}
.wowtomate-box #message > .panel-help-text1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #3D3D3D;
  margin-bottom: 20px;
  max-width: 325px;
}
.wowtomate-box #savingContacts-inProgress-numbers p {
  text-transform: capitalize;
}
.wowtomate-box #message > .panel-help-text2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #3D3D3D;
}
.wowtomate-box #message .panel-help-text2 > span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 23px;
}
.wowtomate-box #message a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
  line-height: 23px;
  color: #317DFF !important;
  text-decoration: underline;
}
.wowtomate-box #message a img {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.wowtomate-box #configGroups > .panel-help {
  padding: 6px 8px 11px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #C8C8C8;
  width: 520px;
  right: 74px;
  top: 281px;
  z-index: 6;
  max-height: 158px;
  height: 158px;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #configGroups > .panel-help3 {
  padding: 6px 8px 11px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #C8C8C8;
  width: 520px;
  right: 176px;
  top: 281px;
  z-index: 6;
  max-height: 112px;
  height: 112px;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #configGroups > .panel-help4 {
  padding: 6px 8px 8px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #C8C8C8;
  width: 385px;
  right: 127px;
  top: 281px;
  z-index: 6;
  height: 46px;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #configGroups > .panel-help5 {
  padding: 6px 8px 11px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #C8C8C8;
  width: 520px;
  right: 176px;
  top: 281px;
  z-index: 6;
  max-height: 112px;
  height: 112px;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #configGroups > .panel-help6 {
  padding: 6px 8px 11px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #C8C8C8;
  width: 520px;
  right: 115px;
  top: 281px;
  z-index: 6;
  max-height: 112px;
  height: 112px;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #config {
  width: 0px;
}
.wowtomate-box #userLogged {
  position: absolute;
  width: 100%;
  height: 83px;
}
.wowtomate-box .username{
  width: unset;
}
.wowtomate-box #changeRegister {
  right: 0px;
  position: absolute;
}
.wowtomate-box #schedules {
  right: 0px;
  display: none;
  position: absolute;
}
.wowtomate-box #viewSchedules {
  right: 0px;
  display: none;
  position: fixed;
}
.wowtomate-box .input {
  width: calc(100% - 30px);
  background-color: #F5F6FA;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  outline: none;
  border: none;
  color: #0F0A39;
  padding: 11px 15px;
  height: 22px;
  border-radius: 10px;
}
.wowtomate-box .input::placeholder {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #0F0A39;
}
.wowtomate-box .attachmentHabilitado {
  cursor: pointer;
}
.wowtomate-box .attachment-separator {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0;
}
.wowtomate-box .attachment-separator-line {
  top: 50%;
  width: 142px;
  height: 1px;
  border-top: 1px solid #B0B9C1;
}
.wowtomate-box .attachment-separator-word {
  margin: 0 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #9BA4AC;
}
.wowtomate-box .panel-attachmentUpload {
  height: 130px;
  width: 100%;
  border-radius: 10px;
  background-color: #F5F6FA;
  border: 1px solid #C1C0C852;
  padding-top: 10px;
  padding-bottom: 15px;
  cursor: pointer;
  margin-bottom: 15px;
}
.wowtomate-box .panel-attachmentUpload-backgroundImage {
  height: 59px;
  width: 59px;
  background-color: #E3E6F1;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.wowtomate-box .panel-attachmentUpload-backgroundImage img {
  height: 25px;
  width: 25px;
}
.wowtomate-box .panel-attachmentUpload-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #0F0A39;
  margin-bottom: 4px;
  text-align: center;
}
.wowtomate-box .panel-attachmentUpload-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 8px;
  color: #0F0A39;
  text-align: center;
}
.wowtomate-box .panel-alert {
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box .panel-button {
  background-color: #2DA8C0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  height: 44px;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
}
.wowtomate-box .panel-button--md {
  width: 151px;
}
.wowtomate-box .panel-button--full {
  width: 97%;
}
.wowtomate-box .panel-button--branco {
  background-color: white;
  border: 1px solid #2DA8C0;
  color: #2DA8C0;
}
.wowtomate-box .panel-attachmentUpload--loaded {
  height: 130px;
  width: 100%;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #2DA8C0;
  padding-top: 10px;
  padding-bottom: 15px;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
  display: none;
}
.wowtomate-box .panel-attachmentUpload--loaded-backgroundImage {
  height: 59px;
  width: 59px;
  background-color: #E1FFEC;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.wowtomate-box .panel-attachmentUpload--loaded-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #2DA8C0;
  margin-bottom: 4px;
  text-align: center;
}
.wowtomate-box .panel-attachmentUpload--loaded-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 8px;
  color: #2DA8C0;
  text-align: center;
}
.wowtomate-box .panel-attachmentUpload-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 8px;
}
.wowtomate-box .panel-attachmentUpload-close img {
  width: 20px;
  height: 20px;
}
.wowtomate-box #buttonSchedule {
  width: calc(365px - 46px);
  background-color: #F5F6FA;
  border: 1px solid #0F0A39;
  border-radius: 10px;
  padding: 11px 16.67px 11px;
  height: 44px;
  margin: 0;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  color: #0F0A39;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: left;
  align-items: center;
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
.wowtomate-box #buttonSchedule img {
  width: 20px;
  height: 20px;
  margin-right: 7.67px;
}
.wowtomate-box .panel-textareaMsg {
  width: calc(100%);
  height: 215px;
  padding: 12px 20px 12px 15px;
  background-color: #F5F6FA;
  border-radius: 10px;
  color: #0F0A39;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  resize: none;
  border: none;
  outline: none;
}
.wowtomate-box .textDisabled {
  color: #9BA4AC;
}
.wowtomate-box .panel-attachAlert {
  display: none;
  color: #FF1C42;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.wowtomate-box .panel-attachmentUpload--disabled {
  display: none;
  height: 130px;
  width: 100%;
  border-radius: 10px;
  background-color: #F5F6FA;
  border: 1px solid #C1C0C852;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.wowtomate-box .panel-attachSheet {
  border-radius: 10px;
  background-color: #F5F6FA;
  border: 1px solid #C1C0C852;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  width: 316px;
  padding-top: 5px;
  padding-bottom: 7px;
  text-align: center;
  cursor: pointer;
}
.wowtomate-box .panel-attachSheet-title {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box .panel-attachSheet-subtitle {
  font-size: 8px;
  margin-top: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box .panel-attachSheet--loaded {
  border-radius: 10px;
  background-color: white;
  border: 1px solid #2DA8C0;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  width: 316px;
  padding-top: 5px;
  padding-bottom: 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: none;
}
.wowtomate-box .panel-attachSheet--loaded-title {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #2DA8C0;
}
.wowtomate-box .panel-attachSheet--loaded-subtitle {
  font-size: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #2DA8C0;
}
.wowtomate-box .panel-attachSheet--loaded-close {
  position: absolute;
  top: 12px;
  right: 11px;
  width: 20px;
  height: 20px;
}
.wowtomate-box .panel-attachSheet--loaded-close img {
  width: 20px;
  height: 20px;
}
.wowtomate-box .panel-wowtomateOverlay {
  opacity: 0.4;
  pointer-events: none;
}
.wowtomate-box .inProgress {
  top: 118px;
  width: 365px;
  height: 77px;
  background-color: white;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  padding: 10px 30.5px 11px 14px;
  position: absolute;
  z-index: 6;
  display: none;
  right: 0;
}
.wowtomate-box .inProgress > div {
  position: relative;
}
.wowtomate-box .inProgress-title {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #0F0A39;
  margin-bottom: 6px;
}
.wowtomate-box .inProgress-bar {
  margin-bottom: 6px;
  height: 5px;
  position: relative;
  border-radius: 10px;
  width: 268.71px;
}
.wowtomate-box .inProgress-bar-background {
  background-color: #0F0A39;
  opacity: 0.17;
  position: absolute;
  z-index: 1;
  height: 5px;
  border-radius: 10px;
  width: 268.71px;
}
.wowtomate-box .inProgress-bar-fill {
  position: absolute;
  z-index: 2;
  height: 5px;
  background-color: #2DA8C0;
  width: 0%;
  border-radius: 10px;
  max-width: 268.71px;
  transition: ease 0.5s;
}
.wowtomate-box .inProgress-descriptions {
  display: flex;
}
.wowtomate-box .inProgress-descriptions-subject {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #0F0A39;
  opacity: 0.4;
  margin-right: 0px;
}
.wowtomate-box .inProgress-descriptions-count {
  padding-right: 50px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #0F0A39;
}
.wowtomate-box .inProgress-stop {
  position: absolute;
  top: 8px;
  right: 0;
  width: 38px;
  height: 40px;
  cursor: pointer;
}
.wowtomate-box .inProgress-stop img {
  width: 38px;
  height: 40px;
}
.wowtomate-box .inProgress-success {
  display: none;
  position: absolute;
  top: 8px;
  right: 0;
  width: 38px;
  height: 40px;
  cursor: pointer;
}
.wowtomate-box .inProgress-success img {
  width: 38px;
  height: 40px;
}
.wowtomate-box .downloadSendings {
  display: none;
  cursor: pointer;
  margin-right: 51px;
  margin-top: -6px;
}
.wowtomate-box .stopProgress {
  top: 202px;
  position: absolute;
  width: 365px;
  height: 205px;
  background-color: white;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  padding: 21px 23px 25px 24px;
  z-index: 6;
  display: none;
  right: 0;
}
.wowtomate-box .stopProgress-title {
  color: #0F0A39;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-left: 11px;
  margin-bottom: 15px;
}
.wowtomate-box .stopProgress-subtitle {
  color: #0F0A39;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-left: 16px;
  margin-bottom: 30px;
}
.wowtomate-box .stopProgress-buttons {
  display: flex;
}
.wowtomate-box .stopProgress-button {
  width: 156px;
  border: 1px solid #0F0A39;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background-color: white;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #0F0A39;
  cursor: pointer;
}
.wowtomate-box .stopProgress-button--stop {
  border: 1px solid #FF1C42;
  background-color: #FF1C42;
  color: white;
  margin-left: 6px;
}
.wowtomate-box #attachment .panel-inputGroup {
  width: 100%;
}
.wowtomate-box #attachment .panel-button--branco {
  margin-right: 17px;
}
.wowtomate-box #sendIncomplete {
  width: 316px;
  /*width: 100%;*/
  display: none;
}
.wowtomate-box #panel-buttons-sendIncomplete {
  display: none;
  justify-content: space-between;
  width: 318px;
}
.wowtomate-box #panel-buttons-sendIncomplete .panel-button {
  width: 156px;
}
.wowtomate-box .panel-incomplete {
  background-color: #F5F6FA;
  padding: 12px 16px 25px 17px;
  width: 286.2px;
  border-radius: 10px;
}
.wowtomate-box .panel-incomplete-separator {
  width: 319px;
  margin-top: 11px;
}
.wowtomate-box .panel-incomplete-img {
  margin: 0 auto;
  width: 59px;
  height: 59px;
  margin-bottom: 7px;
}
.wowtomate-box .panel-incomplete-img img {
  width: 59px;
  height: 59px;
}
.wowtomate-box .panel-incomplete-title {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #2DA8C0;
  margin-bottom: 15px;
  text-align: center;
}
.wowtomate-box .panel-incomplete-subtitle {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
  text-align: left;
  line-height: 22px;
}
.wowtomate-box .panel-flexItems {
  display: flex;
  padding: 0px 11px 0px 15px;
  align-items: center;
  cursor: pointer;
  border: 1px solid white;
  margin-bottom: 22px;
  width: 100%;
  height: 55.5px;
  justify-content: space-between;
}
.wowtomate-box #checkExport .panel-flexItems-text,
.wowtomate-box #simularDigit .panel-flexItems-text {
  margin-right: 0px;
  display: flex;
  align-items: center;
}
.wowtomate-box #checkExport .panel-flexItems-text img,
.wowtomate-box #simularDigit .panel-flexItems-text img {
  margin-left: 5px;
  margin-bottom: -2px;
}
.wowtomate-box #checkRemoverMarcacoes .panel-flexItems-text img {
  margin-left: 5px;
  margin-bottom: -2px;
}
.wowtomate-box #checkRemoverMarcacoes .panel-flexItems-text {
  margin-right: 70px;
  line-height: 19px;
}
.wowtomate-box .panel-flexItems-text {
  color: #3D3D3D;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 55.5px;
}
.wowtomate-box #config > div {
  padding-right: 0px !important;
}
.wowtomate-box .panel-flexItems-checkbox {
  width: 15px;
  height: 15px;
}
.wowtomate-box .panel-flexItems-checkbox img {
  width: 15px;
  height: 15px;
}
.wowtomate-box .panel-flexItems-checked {
  display: flex;
  padding: 0px 11px 0px 15px;
  align-items: center;
  height: 55.5px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #2DA8C0;
  transition: ease 0.5s;
}
.wowtomate-box .panel-flexItems-checked .panel-flexItems-text {
  color: #2DA8C0;
}
.wowtomate-box #configGroups input {
  border: none;
  padding-left: 15px;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 44px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
  background-color: #F5F6FA;
}
.wowtomate-box #configGroups input::placeholder {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box #sendManually {
  display: none;
}
.wowtomate-box #configGroupText input {
  border: none;
  padding-left: 15px;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 44px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
  background-color: #F5F6FA;
}
.wowtomate-box #configGroupText input::placeholder {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box #configGroupMetrics input {
  border: none;
  padding-left: 15px;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 44px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
  background-color: #F5F6FA;
}
.wowtomate-box #configGroupMetrics input::placeholder {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box #createShortcut #scKey-input {
  border: none;
  padding-left: 15px;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 44px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
  background-color: #F5F6FA;
}
.wowtomate-box #createShortcut input::placeholder {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box #codPayment .panel-inputGroup {
  margin-bottom: 17px;
}
.wowtomate-box #codPayment input {
  border: none;
  padding-left: 15px;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 44px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
  background-color: #F5F6FA;
}
.wowtomate-box #export input {
  border: none;
  padding-left: 15px;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 44px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
  background-color: #F5F6FA;
}
.wowtomate-box #codPayment input::placeholder {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box .panel-help-text1 {
  color: #3D3D3D;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  margin-bottom: 20px;
}
.wowtomate-box #configGroups .panel-help3 .panel-help-text {
  color: #3D3D3D;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
.wowtomate-box #configGroups .panel-help3 .panel-help-text span {
  color: #3D3D3D;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
}
.wowtomate-box #configGroups .panel-help5 .panel-help-text {
  color: #3D3D3D;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 23px;
}
.wowtomate-box #configGroups .panel-help5 .panel-help-text span {
  color: #3D3D3D;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 23px;
  font-size: 15px;
}
.wowtomate-box #configGroups .panel-help6 .panel-help-text {
  color: #3D3D3D;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
.wowtomate-box #configGroups .panel-help6 .panel-help-text span {
  color: #3D3D3D;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 23px;
  font-size: 15px;
}
.wowtomate-box .panel-help-text2 {
  color: #3D3D3D;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}
.wowtomate-box .inputTest::placeholder {
  color: #9BA4AC !important;
}
.wowtomate-box .placeholderEnabled::placeholder {
  color: #0F0A39 !important;
}
.wowtomate-box #checkChangeText .panel-flexItems-text {
  margin-right: 50px;
}
.wowtomate-box #groupNameText.placeholderEnabled::placeholder {
  font-family: 'Roboto', sans-serif !important;
  color: #0F0A39 !important;
  font-weight: 500 !important;
}
.wowtomate-box #groupNameText.placeholderEnabled {
  font-family: 'Roboto', sans-serif !important;
  color: #0F0A39 !important;
  font-weight: 500 !important;
}
.wowtomate-box .list-items {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.wowtomate-box .config-items {
  margin: 0;
  list-style: none;
  overflow-y: hidden;
  overflow-x: hidden;
  height: auto;
  padding-bottom: 45px;
}
.wowtomate-box .config-item {
  width: 319px;
}
.wowtomate-box .configList {
  display: none;
}
.wowtomate-box .list-item {
  width: 319px;
}
.wowtomate-box .list-separator {
  height: 1px;
  border-bottom: 1px solid #E3E6F1;
  width: 319px;
  margin: 10px 0;
}
.wowtomate-box .list-item-title {
  height: 21px;
  padding: 11px 15px 12px;
  border-radius: 10px;
  background-color: #F5F6FA;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #0F0A39;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.wowtomate-box .list-item-title img {
  position: absolute;
  right: 11px;
  top: 12px;
  width: 20px;
  height: 20px;
  transition: ease 0.25s;
}
.wowtomate-box .list-item-title--selected {
  background-color: #2DA8C0;
  color: white;
}
.wowtomate-box .config-list-separator {
  height: 9px;
  margin: 13px 0 22px;
  width: 319px;
  background: url('img/borda.png');
  background-size: cover;
}
.wowtomate-box .config-list-separator img {
  width: 100%;
}
.wowtomate-box .config-item-title {
  margin-bottom: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-right: 7.5px;
  color: #0F0A39;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wowtomate-box .config-item-title img {
  width: 20px;
  height: 20px;
}
.wowtomate-box .shortcut-list {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  display: none;
  max-height: auto;
  overflow: hidden;
  transition: max-height 0.25s;
}
.wowtomate-box .openedList {
  display: block;
}
.wowtomate-box .config-list {
  list-style: none;
  padding: 0;
}
.wowtomate-box .config-list-item {
  margin-bottom: 22px;
  list-style-type: none;
}
.wowtomate-box .config-list-item:first {
  margin-top: 12px;
}
.wowtomate-box .shortcut-list-item {
  margin-bottom: 7px;
  height: 63px;
  padding: 10px 11px 9px 15px;
  background-color: #F5F6FA;
  border-radius: 10px;
  list-style-type: none;
}
.wowtomate-box .edit-whatsappBtn {
  cursor: pointer;
  transition: ease 0.25s;
  margin-right: 5px;
}
.wowtomate-box .whatsappBtn,
.wowtomate-box .close-btn {
  cursor: pointer;
  transition: ease 0.25s;
}
.wowtomate-box .whatsappBtn.selected img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(57%) saturate(1708%) hue-rotate(151deg) brightness(80%) contrast(86%);
}
.wowtomate-box #sendShortcut-box.show {
  display: block;
}
.wowtomate-box #sendShortcut-box {
  display: none;
  position: fixed;
  right: 365px;
  bottom: 62px;
  background-color: #F5F6FA;
  width: 100%;
}
.wowtomate-box .sendShortcut-box-header {
  background-color: #E3E6F1;
  padding: 5px 15px;
}
.wowtomate-box .sendShortcut-box-body .shortcut-message {
  font-size: 14px;
  outline: none;
  width: 100%;
  color: #0F0A39;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 8px 15px 17px 15px;
  max-width: 504px;
  overflow-y: auto;
  max-height: calc(81px - 25px);
}
.wowtomate-box .shortcutSendBtn-box {
  padding: 19px 11px 20px 11px;
}
.wowtomate-box #addMessage {
  margin-bottom: 17.5px;
}
.wowtomate-box .shortcutSendBtn {
  padding: 0px 19px 6px 20px;
}
.wowtomate-box #sendSc-btn {
  margin-left: calc(100% - 31px);
}
.wowtomate-box #sendShortcut-btn,
.wowtomate-box #sendSc-btn {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  background-color: #2DA8C0;
  border-radius: 6px;
  cursor: pointer;
  transition: ease 0.5s;
}
.wowtomate-box #sendShortcut-btn img,
.wowtomate-box #sendSc-btn img {
  transition: ease 0.5s;
  margin-left: -3px;
}
.wowtomate-box #sendShortcut-btn:hover img,
.wowtomate-box #sendSc-btn:hover img {
  transform: rotate(-35deg);
}
.wowtomate-box .shortcut-list-item:first {
  margin-top: 10px;
}
.wowtomate-box .shortcut-list-item-title {
  color: #2DA8C0;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.wowtomate-box .shortcut-list-item-description {
  font-size: 14px;
  color: #0F0A39;
  font-family: "Poppins";
  font-weight: 400;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 282px;
}
.wowtomate-box .content-form-title {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #171620;
  margin-bottom: 8.03px;
}
.wowtomate-box .content-form-input-icons {
  margin-bottom: 6px;
  height: 31px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.wowtomate-box .content-form-input-icon:first-child {
  margin-right: 6px;
}
.wowtomate-box .content-form-input-icon {
  width: 31px;
  height: 31px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #F5F6FA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  position: relative;
}
.wowtomate-box .content-form-input-icon img {
  width: 17px;
  height: 17px;
}
.wowtomate-box .content-form-separator {
  height: 1px;
  border-top: 1px solid #CBC9D9;
  width: 319px;
  /*width: 100%;*/
}
.wowtomate-box .centerFlex {
  justify-content: center;
}
.wowtomate-box #shortcutTextArea {
  margin-bottom: 6px;
}
.wowtomate-box #sheetName {
  padding: 0px 30px;
}
.wowtomate-box .marginRight--md {
  margin-right: 17px;
}
.wowtomate-box .content-form-input-icon > div:nth-child(1) {
  display: none;
  position: absolute;
  white-space: nowrap;
  padding: 6px 8px;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  bottom: -31px;
  left: 10px;
  background-color: white;
  z-index: 100;
  color: #3D3D3D;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.wowtomate-box .content-form-input-icon .redClose-btn {
  border-radius: 50%;
  z-index: 35;
  background-color: #FF1C42;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
}
.wowtomate-box .content-form-input-icon .redClose-btn img {
  width: 6px;
  height: 6px;
}
.wowtomate-box #createShortcut #iconName {
  position: relative;
}
.wowtomate-box #createShortcut #iconName div {
  width: 290px;
  left: -85px;
}
.wowtomate-box #createShortcut .panel-inputTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wowtomate-box #createShortcut .panel-inputTitle .accord-arrow {
  width: 20px;
  height: 20px;
  transition: ease all 0.3s;
}
.wowtomate-box #createShortcut .panel-inputTitle b {
  color: #B0B9C1;
  font-weight: 500;
}
.wowtomate-box #createShortcut .panel-help101 {
  position: absolute;
  height: 60px;
}
.wowtomate-box #createShortcut #iconEmote {
  position: relative;
}
.wowtomate-box #createShortcut #iconEmote div:nth-child(1) {
  width: 139px;
}
.wowtomate-box #createShortcut #iconAttatchment {
  position: relative;
  transition: ease 0.25s;
}
.wowtomate-box #createShortcut #iconAttatchment div:nth-child(1) {
  width: 255px;
}
.wowtomate-box #createShortcut #iconAttatchment img {
  transition: ease 0.25s;
}
.wowtomate-box #createShortcut #iconSetInterval {
  position: relative;
  transition: ease 0.25s;
}
.wowtomate-box #createShortcut #iconSetInterval div:nth-child(1) {
  width: 282px;
}
.wowtomate-box #createShortcut #iconSetInterval img {
  transition: ease 0.25s;
}
.wowtomate-box #createShortcut #iconSetSimulating {
  position: relative;
  transition: ease 0.25s;
}
.wowtomate-box #createShortcut #iconSetSimulating div:nth-child(1) {
  width: 222px;
}
.wowtomate-box #createShortcut #iconSetSimulating img {
  transition: ease 0.25s;
}
.wowtomate-box #createShortcut #setInterval-box {
  left: 25px;
}
.wowtomate-box #createShortcut #setSimulating-box {
  left: 98px;
}
.wowtomate-box #createShortcut #iconAttatchment.file-loaded,
.wowtomate-box #createShortcut .content-form-input-icon.timeSet {
  background-color: #2DA8C0;
}
.wowtomate-box #createShortcut #iconAttatchment.file-loaded img,
.wowtomate-box #createShortcut .content-form-input-icon.timeSet img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(246deg) brightness(108%) contrast(101%);
}
.wowtomate-box #createShortcut #iconSetInterval.setting {
  border-radius: 10px;
}
.wowtomate-box #createShortcut #iconSetInterval.setting img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(58%) saturate(2227%) hue-rotate(151deg) brightness(80%) contrast(84%);
}
.wowtomate-box #createShortcut #iconSetSimulating.setting {
  border-radius: 10px;
}
.wowtomate-box #createShortcut #iconSetSimulating.setting img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(58%) saturate(2227%) hue-rotate(151deg) brightness(80%) contrast(84%);
}
.wowtomate-box #createShortcut .settingTime {
  width: 0px;
  height: 31px;
  background-color: #f5f6fa;
  transition: ease 0.25s;
  position: absolute;
  overflow: hidden;
  z-index: 50;
  border-radius: 0px 10px 10px 0px;
}
.wowtomate-box #createShortcut .settingTime .timeInput-text {
  height: fit-content !important;
  width: 80px;
  font-size: 15px;
  line-height: 24px;
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: border-box;
}
.wowtomate-box #createShortcut .settingTime .timeScaleBox {
  width: 40px;
  box-sizing: border-box;
  padding: 0 5px;
  border-left: 1px solid #C1C0C852;
}
.wowtomate-box #createShortcut .settingTime #timeScaleDropdown.clicked .dropdown-content {
  height: 132px;
}
.wowtomate-box #createShortcut .settingTime #timeScaleDropdown {
  position: relative;
}
.wowtomate-box #createShortcut .settingTime #timeScaleDropdown .dropbtn {
  padding: 0px;
  height: unset;
}
.wowtomate-box #createShortcut .settingTime #timeScaleDropdown .dropbtn .icon {
  margin-left: 3px;
  width: 14px;
}
.wowtomate-box #createShortcut .settingTime #timeScaleDropdown .dropdown-content {
  display: flex;
  flex-direction: column;
  width: 161px;
  height: 0px;
  overflow: hidden;
  transition: ease all 0.3s;
  background-color: #F5F6FA;
  position: absolute;
  top: 30px;
  left: 0px;
}
.wowtomate-box #createShortcut .settingTime #timeScaleDropdown .dropdown-content .dropdown-item:first-child {
  border-top: none;
}
.wowtomate-box #createShortcut .settingTime #timeScaleDropdown .dropdown-content .dropdown-item.selected {
  background-color: #EDEEF3;
}
.wowtomate-box #createShortcut .settingTime #timeScaleDropdown .dropdown-item {
  display: flex;
  align-items: center;
  height: 44px;
}
.wowtomate-box #createShortcut .settingTime #timeScaleDropdown .dropdown-item img {
  margin-right: 7.29px;
}
.wowtomate-box #createShortcut .settingTime .buttonsPlusMinus {
  border-radius: 0px 10px 10px 0px;
  width: 28px;
  display: block;
  height: 31px;
}
.wowtomate-box #createShortcut .settingTime .buttonsPlusMinus .plusTime-btn {
  border-radius: 0px 10px 0px 0px;
  background-color: #2DA8C0;
  color: white;
  height: 15.5px;
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
  line-height: 12px;
  font-size: 16px;
}
.wowtomate-box #createShortcut .settingTime .buttonsPlusMinus .plusTime-btn span {
  line-height: 12px;
  font-size: 16px;
}
.wowtomate-box #createShortcut .settingTime .buttonsPlusMinus .minusTime-btn {
  border-radius: 0px 0px 10px 0px;
  background-color: #1D889C;
  color: white;
  height: 15.5px;
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
}
.wowtomate-box #createShortcut .settingTime .buttonsPlusMinus .minusTime-btn span {
  line-height: 12px;
  font-size: 16px;
}
.wowtomate-box #createShortcut .settingTime.show {
  width: 130px;
  overflow: unset;
}
.wowtomate-box #createShortcut #addMessage-btn {
  border: 1px solid #C1C0C852;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 44px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #0F0A39;
  background-color: #F5F6FA;
  margin-top: 15px;
  padding: 0px 15px;
}
.wowtomate-box #createShortcut #addMessage-btn img {
  margin-right: 7px;
}
.wowtomate-box .scAtt-icon {
  margin-left: 3px;
}
.wowtomate-box .panel-user {
  padding: 12px 16px 22px 17px;
  background-color: #F5F6FA;
  border-radius: 10px;
  width: 286px;
  height: 121px;
  margin-bottom: 15px;
}
.wowtomate-box .panel-user--sm {
  height: 57px;
}
.wowtomate-box .panel-userInfo {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.wowtomate-box .panel-userInfo-image {
  width: 59px;
  height: 59px;
  margin-right: 12px;
}
.wowtomate-box .panel-userInfo-image img {
  width: 59px;
  height: 59px;
}
.wowtomate-box .panel-userInfo-title {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #0F0A39;
  margin-bottom: 5px;
}
.wowtomate-box .panel-userInfo-plan {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box .panel-button--blue {
  background-color: #0F0A39;
  color: white;
  width: 100%;
}
.wowtomate-box .panel-button--white {
  background-color: white;
  border: 1px solid #0F0A39;
  color: #0F0A39;
  width: 100%;
}
.wowtomate-box .panel-button--black {
  background-color: #0F0A39;
  border: 1px solid #0F0A39;
  color: white;
  width: 100%;
  margin-top: 10px;
}
.wowtomate-box .panel-buttons-1 {
  height: 44px !important;
  position: absolute !important;
  bottom: 83px;
  display: flex;
  width: 319px;
  z-index: 2;
}
.wowtomate-box .panel-buttons-2 {
  height: 44px !important;
  position: absolute !important;
  bottom: 27px;
  display: flex;
  width: 319px;
  z-index: 2;
}
.wowtomate-box #codPayment .panel-button {
  width: 319px;
}
.wowtomate-box .panel-button--validando {
  opacity: 0.4;
  cursor: default;
}
.wowtomate-box #codPayment .panel-input {
  position: relative;
}
.wowtomate-box .validationImage {
  position: absolute;
  top: 12px;
  right: 11px;
  width: 20px;
  height: 20px;
  display: none;
}
.wowtomate-box .validationImage img {
  width: 20px;
  height: 20px;
}
.wowtomate-box .buttonBackValidated {
  display: none;
}
.wowtomate-box .panel-wppWeb {
  padding: 12px 16px 25px 17px;
  width: 286px;
  height: 247px;
  background-color: #F5F6FA;
  border-radius: 10px;
  margin-bottom: 22px;
}
.wowtomate-box .panel-wppWeb-image {
  margin: 0 auto;
  width: 59px;
  height: 59px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wowtomate-box .panel-wppWeb-image img {
  width: 25px;
  height: 25px;
}
.wowtomate-box .panel-wppWeb-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #2DA8C0;
  margin-bottom: 15px;
  text-align: center;
}
.wowtomate-box .panel-wppWeb-text1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #0F0A39;
  text-align: center;
  margin: 0 auto 15px;
  max-width: 238px;
}
.wowtomate-box .panel-wppWeb-text1 span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.wowtomate-box .panel-wppWeb-text2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #FF1C42;
  max-width: 286px;
  text-align: center;
  margin: 0 auto;
}
.wowtomate-box .panel-button-register {
  position: relative;
  margin: 0 auto;
  width: 197px;
}
.wowtomate-box .panel-button-register button {
  padding: 9px 20px 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #0F0A39;
  border-radius: 22px;
  border: 1px solid #0F0A39;
  background-color: #F5F6FA;
  width: 197px;
  text-align: left;
  cursor: pointer;
}
.wowtomate-box .panel-button-register img {
  width: 16px;
  height: 16px;
  top: 14px;
  right: 20px;
  position: absolute;
}
.wowtomate-box #panel-loading {
  display: none;
}
.wowtomate-box .content-loading {
  height: 236px;
  padding: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.wowtomate-box .loading-inner {
  height: 65px;
  width: 65px;
  -webkit-box-shadow: 3px 3px 17px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 17px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 17px -10px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  background-color: #e6ebf2;
  position: absolute;
}
.wowtomate-box .loading-background {
  height: 130px;
  width: 130px;
  background-color: #e6ebf2;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wowtomate-box .panel-userInfo-title--logged {
  color: #2DA8C0;
}
.wowtomate-box .panel-button-changeRegister {
  width: 319px;
  background-color: #317DFF;
}
.wowtomate-box #icon-destroyGroup,
.wowtomate-box #icon-archiveMsg,
.wowtomate-box #icon-joinLeaveGroup {
  display: none;
}
.wowtomate-box .panel-input-dates {
  display: flex;
  align-items: center;
}
.wowtomate-box .panel-input-dates input {
  width: 134px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-left: 6px;
  font-size: 14px;
}
.wowtomate-box .panel-input-dates input::-webkit-calendar-picker-indicator {
  right: 4px;
  position: absolute;
}
.wowtomate-box .input-datetime-text {
  font-size: 12px;
  color: #0F0A39;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0 7px;
}
.wowtomate-box .input-time {
  background-color: #F5F6FA;
  border-radius: 10px;
  height: 44px;
  width: 316px;
  /*width: 100%;*/
}
.wowtomate-box .input-time input {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #0F0A39;
  border: none;
  background-color: #F5F6FA;
  padding-left: 15px;
  outline: none;
  height: 44px;
  width: 293px;
}
.wowtomate-box .panel-inline {
  display: flex;
}
.wowtomate-box .panel-inline-option {
  border-radius: 10px;
  background-color: #F5F6FA;
  border: 1px solid #F5F6FA;
  height: 44px;
  width: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
  cursor: pointer;
}
.wowtomate-box .panel-inline-option--checked {
  border: 1px solid #2DA8C0;
  color: #2DA8C0;
}
.wowtomate-box .panel-inline-option:first-child {
  margin-right: 5px;
}
.wowtomate-box .panel-separator {
  height: 1px;
  width: 319px;
  border-top: 1px solid #CBC9D9;
  margin: 15px 0;
}
.wowtomate-box .panel-inline-option--full {
  width: 319px;
  margin-top: 5px;
}
.wowtomate-box .panel-listHeader {
  width: 100%;
  background-color: #2DA8C0;
  height: 44px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.wowtomate-box .panel-listHeader-text {
  padding: 11px 0 12px 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: white;
}
.wowtomate-box .panel-listHeader ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wowtomate-box .scheduleItem {
  position: relative;
  padding: 6px 15px 12px;
  height: 70px;
  background-color: #F5F6FA;
}
.wowtomate-box .scheduleItem:not(:last-child) {
  border-bottom: 1px solid #0F0A39;
}
.wowtomate-box .scheduleItem-icons {
  position: absolute;
  top: 12px;
  right: 11px;
}
.wowtomate-box .scheduleItem-icons img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.wowtomate-box .scheduleItem-icons img:first-child {
  margin-right: 12px;
}
.wowtomate-box .scheduleItem-type {
  color: #0F0A39;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  opacity: 0.5;
}
.wowtomate-box .scheduleItem-name {
  color: #0F0A39;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 14px;
}
.wowtomate-box .scheduleItem-time {
  color: #0F0A39;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.wowtomate-box .viewSchedules {
  margin-top: 50px;
}
.wowtomate-box .schedules-list {
  right: 0;
  display: contents;
  position: absolute;
  overflow-y: hidden;
  overflow-x: auto;
  max-width: 365px;
  max-height: 305px;
}
.wowtomate-box .deleteSchedule-btn {
  background-image: url(../widget/img/IconCloseMini.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 11px;
  outline: none;
  border: none;
  height: 11px;
  border-radius: 50%;
  right: 3px;
  cursor: pointer;
}
.wowtomate-box .schedules-toggleView {
  padding: 2px 21px;
  background-color: #F8F9FA;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.wowtomate-box .schedules-toggleView img {
  width: 18px;
  height: 18px;
}
.wowtomate-box .timeBox {
  text-align: center;
  height: 57px;
  width: 60px;
  border-radius: 5px 0 0 5px;
  padding: 3px 0 4.25px;
  background-color: #F8F9FA;
  position: relative;
  margin-bottom: 5px;
}
.wowtomate-box .timeBox-image {
  width: 29px;
  height: 29px;
  margin: 2px auto 3.75px;
}
.wowtomate-box .timeBox-image img {
  width: 29px;
  height: 29px;
}
.wowtomate-box .timeBox-text {
  font-size: 12px;
  color: #0F0A39;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.wowtomate-box .timeBox-text--alert {
  color: #FF1C42;
}
.wowtomate-box .darkTheme .timeBox-tooltip {
  color: #23233C;
  background-color: white;
  border-radius: 29px;
  padding: 8px 12px;
  font-size: 13px;
  width: 214px;
  position: absolute;
  top: 26%;
  left: -224px;
  opacity: 0;
}
.wowtomate-box .timeBox-tooltip {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background-color: #38364B;
  border-radius: 29px;
  padding: 8px 6px;
  font-size: 15px;
  width: 280px;
  position: absolute;
  top: 10px;
  left: -291px;
  opacity: 0;
  transition: ease 0.5s;
}
.wowtomate-box .timeBox-content {
  height: 57px;
  margin-top: -5px;
  padding-top: 5px;
}
.wowtomate-box .timeBox-content:hover + .timeBox-tooltip {
  opacity: 1;
}
.wowtomate-box .buttonRetract {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2DA8C0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.wowtomate-box .buttonRetract img {
  width: 7.24px;
  height: 12.66px;
}
.wowtomate-box .m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 250ms;
}
.wowtomate-box .m-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 250ms;
}
.wowtomate-box .icon-tooltip {
  display: none;
  white-space: nowrap;
  transition: visibility 0s linear 0s, opacity 250ms;
  z-index: 100;
}
.wowtomate-box #icon-message > .icon-tooltip {
  width:fit-content;
  transition: ease 0.5s;
}
.wowtomate-box .panel-inputTitle img {
  transition: ease 0.5s;
}
.wowtomate-box #icon-contactsGroup > .icon-tooltip {
  width:fit-content;
}
.wowtomate-box #icon-export > .icon-tooltip {
  width:fit-content;
  transition: ease 0.5s;
}
.wowtomate-box #icon-configGroups > .icon-tooltip {
  width:fit-content;
  transition: ease 0.5s;
}
.wowtomate-box #icon-configGroupText > .icon-tooltip {
  width:fit-content;
  transition: ease 0.5s;
}
.wowtomate-box #icon-configGroupMetrics > .icon-tooltip {
  width:fit-content;
  transition: ease 0.5s;
}
.wowtomate-box #icon-contacts > .icon-tooltip {
  width:fit-content;
  transition: ease 0.5s;
}
.wowtomate-box #icon-joinLeaveGroup > .icon-tooltip.configOpt1 {
  width:fit-content;
  transition: ease 0.5s;
}
.wowtomate-box #icon-destroyGroup > .icon-tooltip.configOpt1 {
  width:fit-content;
  transition: ease 0.5s;
}
.wowtomate-box #icon-archiveMsg > .icon-tooltip {
  width:fit-content;
  transition: ease 0.5s;
}
.wowtomate-box #icon-shortcuts > .icon-tooltip {
  width:fit-content;
  transition: ease 0.5s;
}
.wowtomate-box #icon-config > .icon-tooltip {
  width:fit-content;
}
.wowtomate-box .icon-tooltip {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #373c4a;
  border-radius: 2px;
  border: 1px solid #373c4a;
  padding: 6px 8px;
  font-size: 15px;
  position: fixed;
  top: 166px;
  opacity: 0;
  cursor: default;
  z-index: 100;
}
.wowtomate-box .iconDefault img:hover + .icon-tooltip {
  opacity: 1;
}
.wowtomate-box .paddingRight--md {
  padding-right: 18px;
}
.wowtomate-box .relative {
  position: relative;
}
.wowtomate-box #configGroupText .iconEdit {
  position: absolute;
  width: 27px;
  height: 27px;
  background-color: #F5F6FA;
  border-radius: 50%;
  top: 0;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wowtomate-box #configGroupText .iconEdit img {
  width: 14px;
  height: 14px;
}
.wowtomate-box .help-edit {
  display: none;
  width: 181px !important;
  height: 19px !important;
  max-height: unset !important;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px;
  right: 0px;
  top: 28px;
  z-index: 6;
  position: absolute !important;
}
.wowtomate-box .help-edit {
  color: #3D3D3D;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.wowtomate-box .help-edit img {
  cursor: pointer;
  margin-bottom: -1px;
  margin-left: 7px;
}
.wowtomate-box .groupInfo {
  color: #0F0A39;
  font-size: 15px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 23px;
  width: 316px;
  /*width: 100%;*/
}
.wowtomate-box .groupInfo:last-child {
  margin-bottom: 20px;
}
.wowtomate-box .editRelative {
  position: relative;
  margin-bottom: 7px !important;
}
.wowtomate-box .configInfo {
  display: flex;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.wowtomate-box .configInfo #iconCrown {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.wowtomate-box #userDescription {
  margin: 0;
  padding: 0;
  display: none;
  margin-top: 9px;
}
.wowtomate-box .configInfo .userName {
  color: #2692FF;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 3px;
}
.wowtomate-box .configInfo .userPhone {
  color: #0F0A39;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.wowtomate-box .configInfo .configInfoDrop {
  position: absolute;
  top: 0;
  right: 11px;
}
.wowtomate-box .configBlock-title {
  position: relative;
  display: flex;
  cursor: pointer;
  width: 324px;
}
.wowtomate-box .configBlock-title span {
  color: #0F0A39;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.wowtomate-box .configBlock {
  width: 100%;
  padding-left: 0px;
}
.wowtomate-box .configBlock-title img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 19px;
}
.wowtomate-box #configItems {
  margin-top: 22px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}
.wowtomate-box #configCheckManageGroups #gerenciarGrupos {
  margin-left: 7.5px;
  margin-bottom: -3px;
}
.wowtomate-box #configArchive #arquivar {
  margin-left: 7.5px;
  margin-bottom: -3px;
}
.wowtomate-box #joinLeaveGroup #helpJoin {
  margin-left: 3.5px;
  margin-bottom: -3px;
}
.wowtomate-box #config .panel-help1 {
  width: 367px;
  height: 192px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 15.78px;
  right: 180px;
  z-index: 6;
  overflow-y: auto;
  position: fixed;
  display: none;
  margin-top: -229px;
}
.wowtomate-box #config .panel-help1 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #3D3D3D;
  display: flex;
  align-items: center;
}
.wowtomate-box #joinLeaveGroup .panel-help1 {
  width: 306px;
  height: 46px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 8px;
  right: 132px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #joinTextarea {
  display: none;
}
.wowtomate-box #joinLeaveGroup .panel-help1 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  color: #3D3D3D;
}
.wowtomate-box .config-box {
  width: 100% !important;
}
.wowtomate-box #config .panel-help2 {
  width: 354px;
  height: 46px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 8px;
  right: 154px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #config .panel-help2 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #3D3D3D;
}
.wowtomate-box #config .panel-help3 {
  width: 353px;
  height: 46px;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 6px 8px 8px;
  right: 157px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  display: none;
}
.wowtomate-box #config .panel-help2 .panel-help-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #3D3D3D;
}
.wowtomate-box #config .panel-help1 .panel-help-text img {
  margin-left: 5px;
}
.wowtomate-box #config .panel-help1 .panel-help-video {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8.22px;
}
.wowtomate-box #config .panel-help1 .panel-help-video iframe {
  width: 299px;
  height: 161px;
}
.wowtomate-box #config > div {
  max-height: calc(100vh - 270px);
  height: calc(100vh - 345px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  float: right;
  width: 300px;
  padding-right: 15px;
}
.wowtomate-box #config2 {
  height: calc(100vh - 181px);
  padding: 21px 18px 25px 23px;
  box-sizing: border-box;
  width: 365px;
}
.wowtomate-box #config2 .panel-buttons {
  position: relative;
  margin: 0px;
}
.wowtomate-box #config2 .panel-buttons .panel-button--full {
  width: 100%;
}
.wowtomate-box #config2 > .flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-right: 5px;
  max-height: unset;
}
.wowtomate-box #config2 > .flex .configBody {
  width: 100%;
  min-height: 481px;
  overflow-y: auto;
}
.wowtomate-box #config2 > .flex .configBody .bgTranspBtn {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: #0F0A39;
  line-height: 21px;
  background-color: transparent;
  border: 1px solid #0F0A39;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wowtomate-box #config2 > .flex .configBody .bgTranspBtn.limitReached {
  background-color: #FF1C42;
  border: 1px solid #FF1C42;
  color: #FFFFFF;
}
.wowtomate-box #config2 > .flex .configBody .alignItems {
  margin-bottom: 22px;
  width: 100%;
}
.wowtomate-box #config2 > .flex .config-item,
.wowtomate-box #config2 > .flex .config-list-separator {
  width: 100%;
}
.wowtomate-box .alignItems {
  display: flex;
  align-items: center;
}
.wowtomate-box .daysLeftBox {
  width: 73px;
  height: 75px;
  border-radius: 10px 0px 0px 10px;
  background-color: #2DA8C0;
  border: 1px solid #2DA8C0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wowtomate-box .daysLeftBox .progressDayTrack {
  position: absolute;
  left: 8px;
  top: 14px;
  border-radius: 3px;
  height: 48px;
  width: 3px;
  background-color: #CBC9D9;
  display: flex;
  align-items: flex-start;
}
.wowtomate-box .daysLeftBox .progressDayTrack .progressDayFill {
  border-radius: 3px;
  width: 3px;
  transition: ease all 0.3s;
  background-color: #FFFFFF;
}
.wowtomate-box .daysLeftBox .daysLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  white-space: nowrap;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 16px;
}
.wowtomate-box .daysLeftBox .daysLeft span {
  display: inline-block;
  margin-top: 4.69px;
  text-transform: capitalize;
}
.wowtomate-box .daysLeftBox.expired {
  background-color: #FFF5F7;
  border: 1px solid #FF1C42;
}
.wowtomate-box .daysLeftBox.expired .progressDayFill {
  height: 0px;
}
.wowtomate-box .daysLeftBox.expired span {
  color: #FF1C42;
}
.wowtomate-box .testUserInfoBox {
  width: calc(100% - 73px);
  border-radius: 0px 10px 10px 0px;
  background-color: #F5F6FA;
  height: 75px !important;
  max-height: 75px;
  position: relative;
  box-sizing: border-box;
  padding: 11px 12px;
}
.wowtomate-box .absActBtnBox {
  position: absolute;
  top: 11px;
  right: 12px;
  display: flex;
  width: 58.18px;
  align-items: center;
  justify-content: space-between;
}
.wowtomate-box .absActBtnBox .opBtn {
  width: 16.06px;
  height: 16.06px;
  cursor: pointer;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
  outline: none;
  border: none;
}
.wowtomate-box .absActBtnBox .opBtn img {
  transition: ease all 0.3s;
}
.wowtomate-box #activateTokenBtn.wait img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(3%) saturate(1634%) hue-rotate(208deg) brightness(86%) contrast(90%);
}
.wowtomate-box #activateTokenBtn.done img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(48%) saturate(522%) hue-rotate(142deg) brightness(93%) contrast(109%);
}
.wowtomate-box .testUserInfoBox .testUserContactInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  color: #0F0A39;
  font-weight: 400;
}
.wowtomate-box .testUserContactInfo .contactEmail {
  display: block;
  margin: 0 0 3px;
  font-weight: 600;
  line-height: 22px;
  color: #2DA8C0;
}
.wowtomate-box .absActBtnBox img {
  cursor: pointer;
}
.wowtomate-box .appUsageInfo {
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 10px;
  column-gap: 13px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.wowtomate-box .appInfoBox {
  border-radius: 10px;
  border: 1px solid #EDEEF3;
  background-color: transparent;
  height: 116px;
  max-width: 153px;
  box-sizing: border-box;
  padding: 18px 12px 17px;
}
.wowtomate-box .appInfoBox .increaseLimit {
  display: none;
  align-items: center;
  font-size: 13px;
  color: #317DFF;
  text-decoration: underline;
  font-family: "Poppins";
  font-weight: 400;
  cursor: pointer;
}
.wowtomate-box .appInfoBox .increaseLimit img {
  margin-left: 4.5px;
}
.wowtomate-box .appInfoBox .infoBoxTitle {
  font-size: 15px;
  font-family: inherit;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #0F0A39;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
}
.wowtomate-box .appInfoBox .infoData {
  font-size: 15px;
  font-family: inherit;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #575665;
  margin-bottom: 12px;
}
.wowtomate-box .appInfoBox .infoData .usedAmount {
  font-family: "Poppins";
  font-weight: 400;
}
.wowtomate-box .appInfoBox .progressBarTrack {
  border-radius: 7px;
  width: 100%;
  background-color: #E3E6F1;
  height: 8px;
}
.wowtomate-box .appInfoBox .progressBarTrack .progressFill {
  background-color: #2DA8C0;
  border-radius: 8px;
  height: 8px;
}
.wowtomate-box .appInfoBox.limitReached {
  border: 1px solid #FF1C42;
  background-color: #FFF5F7;
}
.wowtomate-box .appInfoBox.limitReached .progressBarTrack {
  display: none;
}
.wowtomate-box .appInfoBox.limitReached .increaseLimit {
  display: flex;
}
.wowtomate-box .appInfoBox.limitReached .infoData {
  font-size: 15px;
  font-family: inherit;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #FF1C42;
  margin-bottom: 12px;
}
.wowtomate-box .appInfoBox.limitReached .infoData .usedAmount {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.wowtomate-box #gerenciarGrupos {
  position: relative;
}
.wowtomate-box #configCheckManageGroups .panel-flexItems-text {
  display: flex;
  align-items: center;
}
.wowtomate-box #configCheckSchedule .panel-flexItems-text {
  display: flex;
  align-items: center;
}
.wowtomate-box #configArchive .panel-flexItems-text {
  display: flex;
  align-items: center;
}
.wowtomate-box #configCheckSchedule #exibirAgendamentos {
  margin-left: 7.5px;
  margin-bottom: -3px;
}
.wowtomate-box #config .panel-user {
  margin-left: 0px;
  padding: 12px 16px 22px 17px;
}
.wowtomate-box .configUser {
  margin-right: 23px;
}
.wowtomate-box #config .config-list-separator {
  margin-left: 0px;
}
.wowtomate-box .configBlock-title {
  margin-left: 0px;
  width: 324px;
}
.wowtomate-box #config .panel-flexItems {
  margin-left: 0px;
  margin-bottom: 10px;
  width: 285px !important;
}
.wowtomate-box #config .panel-buttons-1,
.wowtomate-box #config .panel-buttons-2 {
  width: calc(100% - 46px);
  right: 23px;
  padding-right: 0px;
}
.wowtomate-box .panel-obs {
  color: #0F0A39;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 15px;
}
.wowtomate-box #joinTextarea .panel-textareaMsg {
  padding: 11px 15px;
  width: calc(100% - 30px);
  height: 270px;
}
.wowtomate-box #joinLeaveGroup input {
  border: none;
  padding-left: 15px;
  outline: none;
  width: 302px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 44px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
  background-color: #F5F6FA;
}
.wowtomate-box #joinLeaveGroup input::placeholder {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box #joinLeaveGroup .panel-inputGroup {
  width: 319px;
}

.wowtomate-box #destroyGroup input {
  border: none;
  padding-left: 15px;
  outline: none;
  width: 302px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 44px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
  background-color: #F5F6FA;
}
.wowtomate-box #destroyGroup input::placeholder {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box #destroyGroup .panel-inputGroup {
  width: 319px;
}
.wowtomate-box .modal {
  top: calc(50% - 115.5px);
  margin: 0 auto;
  position: fixed;
  z-index: 6;
  left: calc(50% - 197.5px);
  display: none;
}
.wowtomate-box #confirmDelete {
  width: 395px;
}
.wowtomate-box #confirmDelete .modal-container {
  width: fit-content;
}
.wowtomate-box .modal-container {
  background-color: white;
  width: 319px;
  height: 166px;
  padding: 30px 38px 35px;
  background: white;
  border-radius: 17px;
  padding: 30px 20px 35px;
  text-align: center;
  display: block;
}
.wowtomate-box .modal-title {
  color: #0F0A39;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 7px;
}
.wowtomate-box #tempoSimInvalid .modal-subtitle {
  padding: 0px 0px;
}
.wowtomate-box .modal-subtitle {
  text-align: center;
  color: #FF1C42;
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 33px;
  line-height: 20px;
  padding: 0 62px;
}
.wowtomate-box #tempoSimInvalid .modal-subtitle {
  color: #0F0A39;
}
.wowtomate-box .modal-subtitle span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.wowtomate-box .modal-buttons {
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
}
.wowtomate-box #tempoSimInvalid .modal-button {
  width: 100%;
}
.wowtomate-box .modal-button {
  width: 149px;
  height: 42px;
  background: #2DA8C0;
  border: 1px solid #2DA8C0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  cursor: pointer;
}
.wowtomate-box .modal-button--red {
  background-color: white;
  border: 1px solid #FF1C42;
  color: #FF1C42;
}
.wowtomate-box #archiveMsg input {
  border: none;
  padding-left: 15px;
  outline: none;
  width: 302px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 44px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
  background-color: #F5F6FA;
}
.wowtomate-box #archiveMsg input::placeholder {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0F0A39;
}
.wowtomate-box #archiveMsg .panel-inputGroup {
  width: 319px;
}
.wowtomate-box #archiveGroups {
  display: none;
}
.wowtomate-box #archiveContacts {
  display: none;
}
.wowtomate-box #archiveLists {
  display: none;
}
.wowtomate-box #newAdminDropdown,
.wowtomate-box #adminContact,
.wowtomate-box #userContact,
.wowtomate-box #addAsAdmin,
.wowtomate-box #usersToRemove {
  display: none;
}
.wowtomate-box #selectMessage .dropdown-content-inline {
  padding-left: 0px;
  border: none;
}
.wowtomate-box input.datepicker {
  height: 44px !important;
}
.wowtomate-box .date-picker-box {
  position: relative;
  display: inline-flex;
  width: 316px;
  height: 44px;
}
.wowtomate-box .calendar-icon {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  right: 10px;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
}
.wowtomate-box #config-item1,
.wowtomate-box .accord-arrow {
  transition: ease 0.5s;
}
.wowtomate-box #alertCover {
  border-radius: 10px;
  padding: 12px 12px 16px 14px;
  background-color: #F5F6FA;
  width: 100%;
  height: 318px;
  background-image: url('img/IconSendStopped.svg');
  background-repeat: no-repeat;
  background-position-y: 12px;
  background-position-x: center;
  position: absolute;
  z-index: 20;
}
.wowtomate-box .closeBtn {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-color: transparent;
  padding: 0px;
  float: right;
  border: none;
  outline: none;
}
.wowtomate-box #alertCoverBody {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 65px;
  height: fit-content;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}
.wowtomate-box #alertCoverBody h3 {
  font-size: 15px;
  font-weight: 600;
  color: #2DA8C0;
  line-height: 24px;
  display: block;
  margin-bottom: 13px;
}
.wowtomate-box #alertCoverBody span {
  font-weight: 400;
  display: block;
  text-align: left;
  margin-bottom: 22px;
  color: #0F0A39;
  line-height: 22px;
}
.wowtomate-box #alertCoverBody span b {
  font-weight: bold;
}
.wowtomate-box #alertCoverBody .flex span {
  margin: 0px;
}
.wowtomate-box #alertCoverBody .flex .panel-flexItems-checkbox {
  margin-right: 8px;
  cursor: pointer;
}
.wowtomate-box #divWriteMessage.alert-present {
  height: 318px;
}
.wowtomate-box .inputIcon-box {
  position: relative;
}
.wowtomate-box .inputIcon-box img {
  display: none;
  margin-left: 285px;
  margin-top: -32px;
  position: absolute;
  -webkit-transition: all 1s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 1s ease-in;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.wowtomate-box #url {
  padding: 11px 40px 11px 15px;
  width: 100%;
  height: 44px;
}
.wowtomate-box .destaque-red {
  color: #FF1C42;
}
.wowtomate-box .config-items.config-item1 {
  padding-bottom: 99px;
}
.wowtomate-box .opResContainer {
  bottom: 73px;
  right: 376px;
  z-index: 100;
  width: fit-content;
  height: fit-content;
  max-height: 835px;
  overflow-y: hidden;
  position: fixed;
  transition: ease right 0.3s;
}
.wowtomate-box .operationResult {
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  padding: 18px 45px 22px 97px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  margin-top: 12px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 25px 22px;
}
.wowtomate-box .operationResult img {
  padding-top: 5px;
}
.wowtomate-box .operationResult .popup-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}
.wowtomate-box .operationResult .sub-text-content {
  margin-top: 0px;
  display: block;
}
.wowtomate-box .operationResult .sub-text-content p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  display: inline;
  color: #0F0A39;
  margin: 0px;
}
.wowtomate-box .operationResult.down {
  display: none;
}
.wowtomate-box .operationResult.success-popup {
  border: 1px solid #2DA8C0;
  background-image: url('img/IconBigSuccess.svg');
}
.wowtomate-box .operationResult.success-popup .popup-title {
  color: #2DA8C0;
}
.wowtomate-box .operationResult.success-popup .sub-text-content {
  width: 284px;
}
.wowtomate-box .operationResult .sub-text-content p:nth-child(2),
.wowtomate-box .operationResult .sub-text-content p:nth-child(4) {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.wowtomate-box .operationResult.success-popup .popup-title p[data-lang="withSuccessExclamation"],
.wowtomate-box .operationResult.fail-popup .popup-title p[data-lang="error"],
.wowtomate-box .operationResult.alert-popup .popup-title p[data-lang="verifyTheInfo"] {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}
.wowtomate-box .operationResult.fail-popup {
  background-image: url('img/IconBigFail.svg');
  border: 1px solid #FF1C42;
}
.wowtomate-box .operationResult.fail-popup .popup-title {
  color: #FF1C42;
}
.wowtomate-box .operationResult.fail-popup .sub-text-content {
  width: 288px;
}
.wowtomate-box .operationResult.alert-popup {
  background-image: url('img/IconBigAlert.svg');
  border: 1px solid #FFC02D;
}
.wowtomate-box .operationResult.alert-popup .popup-title {
  color: #FFC02D;
}
.wowtomate-box .operationResult.alert-popup .sub-text-content p:nth-child(4) {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.wowtomate-box .operationResult.alert-popup .sub-text-content {
  width: 431px;
}
.wowtomate-box .fadeout {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}
.wowtomate-box .fadein {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s 0s, opacity 0.5s linear;
}
@media (max-width: 1440px) {
  .wowtomate-box .main-container {
    top: 0px;
  }
  .wowtomate-box .icon-tooltip {
    top: 100px;
  }
  .wowtomate-box .inProgress {
    top: 53px;
  }
  .wowtomate-box .stopProgress {
    top: 137px;
  }
  .wowtomate-box #groupDescFull {
    top: 250px;
  }
}
.datepicker-dropdown {
  height: 280px !important;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px 15px 5px 15px;
}
.datepicker {
  border-radius: 10px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background-color: white;
  position: absolute;
  color: #0F0A39;
}
.datepicker-switch,
.prev,
.next {
  vertical-align: middle;
  text-align: center;
}
.datepicker table tr td {
  vertical-align: middle !important;
  text-align: center !important;
  margin: 2px !important;
  cursor: pointer;
}
.datepicker td.active {
  color: #fff;
  background-color: #2DA8C0 !important;
  border-color: #2DA8C0 !important;
}
.datepicker table tr td.today:hover {
  background-color: #1AC95A !important;
  border-color: #1AC95A !important;
  color: white;
}
.datepicker table tr td.today.active {
  background-color: #1AC95A !important;
  border-color: #1AC95A !important;
  color: white;
}
.datepicker table tr td.today {
  background-color: #E8EAEF !important;
  border-color: #E8EAEF !important;
}
@media (max-width: 1301px) {
  #sendShortcut-box {
    width: calc(65% - 365px) !important;
  }
}
@media (min-width: 1441px) and (max-width: 1635px) {
  #sendShortcut-box {
    width: calc(69.5% - 365px) !important;
    bottom: 80px !important;
  }
}
@media (min-width: 1636px) and (max-width: 1920px) {
  #sendShortcut-box {
    width: calc(69.5% - 420px) !important;
    bottom: 80px !important;
  }
}
@media (min-width: 1302px) and (max-width: 1440px) {
  #inserted-html-box.rec {
    height: 46px;
    width: 60px;
  }
  #inserted-html-box {
    height: calc(100vh - 127px);
  }
  #sendShortcut-box {
    width: calc(70% - 365px) !important;
    bottom: 62px !important;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.lembrete-box,
.categ-box,
.agendMsg-box {
  padding: 19px 30px 27px 31px;
  padding-top: 19px !important;
}
.categ-box .flex {
  display: flex;
  align-items: center;
}
.categ-box .icon-box.main-color img {
  height: 20px;
  filter: brightness(0) saturate(100%) invert(58%) sepia(46%) saturate(687%) hue-rotate(142deg) brightness(90%) contrast(84%);
}
.categ-box .block {
  display: block;
  margin-top: 8px;
}
.categ-box .block .flex {
  cursor: pointer;
}
.categ-box .icon-box {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  height: 24px;
}
.agendMsg-box .flex {
  display: flex;
  align-items: center;
}
.agendMsg-box .icon-box.main-color img {
  height: 20px;
  filter: brightness(0) saturate(100%) invert(63%) sepia(22%) saturate(215%) hue-rotate(159deg) brightness(90%) contrast(86%);
}
.agendMsg-box .block {
  display: block;
  margin-top: 8px;
  padding-left: 48px;
}
.agendMsg-box .block .flex {
  cursor: pointer;
}
.agendMsg-box .icon-box {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  height: 24px;
}
.agendMsg-box .iconSeparator {
  width: 1px;
  height: 26px;
  margin-right: 10px;
  border-right: 1px solid #CBC9D9;
}
.lembrete-box .flex {
  display: flex;
  align-items: center;
}
.lembrete-box .icon-box {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  height: 24px;
}
.lembrete-box .icon-box.main-color img {
  height: 20px;
  filter: invert(63%) sepia(22%) saturate(215%) hue-rotate(159deg) brightness(90%) contrast(86%);
}
.lembrete-box .icon-box.str-color img {
  height: 20px;
  filter: invert(98%) sepia(7%) saturate(178%) hue-rotate(83deg) brightness(118%) contrast(100%);
}
.lembrete-box .block {
  display: block;
  margin-top: 8px;
}
.lembrete-box .block .flex {
  cursor: pointer;
}
.lembrete-box .icon-box.str-color {
  margin-right: -2px;
}
.lembrete-box .input-box {
  margin-top: 7px;
  margin-bottom: 14px;
  position: relative;
  height: 44px;
}
.lembrete-box .input-box img {
  position: absolute;
  right: 15px;
  top: 11px;
  filter: invert(98%) sepia(7%) saturate(178%) hue-rotate(83deg) brightness(118%) contrast(100%);
}
.lembrete-box input {
  padding: 11px 15px 13px 15px;
  width: calc(100% - 30px);
  border-radius: 10px;
  height: calc(44px - 24px);
  outline: none;
  border: none;
  color: white;
  background-color: #0a1014;
}
.lembrete-box button {
  background-color: #2DA8C0;
  outline: none;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 44px;
  text-align: center;
  color: white;
  font-size: 15px;
}
.lembrete-box .salvar-btn {
  margin-top: 10px;
}
.lembrete-box #lembreteBlock,
.lembrete-box #lembreteAdded {
  display: none;
}
.lembrete-box #lembreteAdded span {
  font-weight: 600;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
