﻿@font-face {
  font-family: 'NotoSansJP-Light';
  src: url('../fonts/NotoSansJP/NotoSansJP-Light.otf');
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Thin.ttf');
  font-weight: 100;
  font-style: normal;
}
.dxgvControl_WowSamplingTheme .dxgvHeader_WowSamplingTheme > table tr:first-child td:first-child {
  background: #EC94BD;
  padding: 10px 0px;
  border-radius: 25px;
  color: white;
  font-weight: initial;
}
.dxgvControl_WowSamplingTheme .dxgvCSD .dxgvSelectedRow_WowSamplingTheme {
  border: 1px solid #63318e;
  background-color: rgba(46, 192, 176, 0.2);
}
.dxgvControl_WowSamplingTheme .dxgvCSD .dxGridView_gvDetailCollapsedButton_WowSamplingTheme {
  background-image: url('../images/Arrow-LateralScroll.svg');
  background-size: contain;
  background-position: center;
  height: 12px;
  width: 12px;
}
.dxgvControl_WowSamplingTheme .dxgvCSD .dxGridView_gvDetailExpandedButton_WowSamplingTheme {
  background-image: url('../images/Arrow-LateralScroll.svg');
  background-size: contain;
  background-position: center;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dxgvControl_WowSamplingTheme .dxgvCSD .dxgvDetailRow_WowSamplingTheme > .dxgvIndentCell {
  background-color: rgba(99, 49, 142, 0.2) !important;
}
.dxgvControl_WowSamplingTheme .dxgvCSD .dxgvDetailRow_WowSamplingTheme > .dxgvDetailCell_WowSamplingTheme {
  background-color: rgba(99, 49, 142, 0.2);
}
.dxgvControl_WowSamplingTheme .dxgvHEC {
  background-color: transparent;
}
.dxtcLite_WowSamplingTheme .dxtc-link {
  padding: 3px 0px !important;
}
.dxtcLite_WowSamplingTheme .dxtc-tab {
  margin-right: 30px !important;
  border-bottom: 5px solid #c3c3c3 !important;
}
.dxtcLite_WowSamplingTheme .dxtc-tab .dx-vam {
  color: #c3c3c3;
  font-size: 18px;
  font-family: NotoSansJP-Thin;
}
.dxtcLite_WowSamplingTheme .dxtc-activeTab {
  margin-right: 30px !important;
  border-color: #63318e !important;
  border-bottom: 5px solid #63318e !important;
}
.dxtcLite_WowSamplingTheme .dxtc-activeTab .dx-vam {
  font-family: NotoSansJP-Bold;
  font-size: 18px;
}
.dxtcLite_WowSamplingTheme .dxtc-rightIndent {
  border-bottom: 0 !important;
}
.dxeCheckBoxList_WowSamplingTheme {
  border: 0;
  width: 100%;
}
.dxeCheckBoxList_WowSamplingTheme .dxe {
  padding: 0px !important;
}
.dxeCheckBoxList_WowSamplingTheme .dxWeb_edtCheckBoxUnchecked_WowSamplingTheme {
  background-image: url('../images/Arrow-LateralScroll.svg');
  background-size: contain;
  background-position: center;
  height: 14px;
  width: 14px;
}
.dxeCheckBoxList_WowSamplingTheme .dxWeb_edtCheckBoxChecked_WowSamplingTheme {
  background-image: url('../images/Arrow-LateralScroll.svg');
  background-size: contain;
  background-position: center;
  height: 14px;
  width: 14px;
}
/************************* GLOBALS ****************************/
body {
  margin: 0px;
  overflow: hidden;
  background-color: #f1f1f1;
  font-family: 'Raleway';
  font-weight: normal;
}
.bold {
  font-family: 'Raleway';
  font-weight: 700;
}
.thin {
  font-family: 'Raleway';
  font-weight: 100;
}
.block {
  display: block;
}
.hidden {
  display: none !important;
}
.relative {
  position: relative;
}
.cell-img img {
  width: 100%;
  border-radius: 100%;
  max-width: 40px;
  max-height: 40px;
  object-fit: cover;
}
.btn-new-grid {
  background: transparent;
  border-radius: 4px;
  color: #63318e;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 18px;
  border: 2px solid #63318e;
}
.btn-new-grid:hover {
  background-color: #63318e;
  border-color: #63318e;
  color: white;
}
.btn-new-grid:hover img {
  filter: brightness(10);
}
.btn-new-grid img {
  height: 14px;
  width: 14px;
  margin-right: 8px !important;
}
.btn-command {
  background: transparent;
  border: 0;
}
.btn-command.margin-right {
  margin-right: 15px;
}
.btn-command.margin-left {
  margin-left: 15px;
}
.btn-command .dxb {
  padding: 0 !important;
}
.btn-command img {
  height: 30px;
  width: 30px;
}
.title-detail-row {
  background-color: #63318e;
  padding: 5px 10px;
  border-radius: 4px;
  position: relative;
}
.title-detail-row span {
  color: white;
  font-family: 'Raleway';
  font-weight: 700;
}
.hidden {
  display: none;
}
/*********************** SCROLL **************************/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #D7D8D9;
}
::-webkit-scrollbar-thumb {
  background: #63318e;
}
::-webkit-scrollbar-thumb:hover {
  background: grey;
}
/*********************** LOADER **************************/
.loader {
  background-color: transparent;
  box-shadow: initial;
  text-align: center;
  border: 0;
}
.loader span {
  font-family: 'Raleway';
  color: #63318e;
  font-size: 16px;
}
.dxlpLoadingDiv_WowSamplingTheme {
  background-color: white !important;
  opacity: 0.7 !important;
}
/*********************** TOAST **************************/
.toast-container {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.toast-container:empty {
  opacity: 0;
}
.toast-container .toast {
  transition: opacity ease 0.3s, transform ease 0.3s, margin ease 0.3s;
  will-change: opacity;
  margin: 1rem;
  color: #ffffff;
  display: flex;
  max-width: 500px;
  min-width: 400px;
  border-radius: 4px;
  background-color: white;
}
.toast-container .toast:not(.show):not(.removing) {
  margin-bottom: -4rem;
}
.toast-container .toast.success {
  border: 2px solid #25af7d;
}
.toast-container .toast.success .toast-icon-content {
  background-image: url('../images/NotificationSucces.png');
}
.toast-container .toast.success .toast-header {
  color: #25af7d;
}
.toast-container .toast.success .toast-header button {
  background-image: url('../images/NotificationSucces-Close.png');
}
.toast-container .toast.warning {
  border: 2px solid #ed8c46;
}
.toast-container .toast.warning .toast-icon-content {
  background-image: url('../images/NotificationWarning.png');
}
.toast-container .toast.warning .toast-header {
  color: #ed8c46;
}
.toast-container .toast.warning .toast-header button {
  background-image: url('../images/NotificationWarning-close.png');
}
.toast-container .toast.error {
  border: 2px solid #ea6262;
}
.toast-container .toast.error .toast-icon-content {
  background-image: url('../images/NotificationError.png');
}
.toast-container .toast.error .toast-header {
  color: #ea6262;
}
.toast-container .toast.error .toast-header button {
  background-image: url('../images/NotificationError-Close.png');
}
.toast-container .toast .toast-icon-content {
  width: 75px;
  min-height: 100px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-color: white;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
  margin-left: 10px;
}
.toast-container .toast .toast-icon-content .toast-icon {
  height: 40px;
  width: 40px;
}
.toast-container .toast .toast-content {
  flex: 1;
  background: white;
  margin-left: -20px;
  padding: 5px 10px 5px 30px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.toast-container .toast .toast-header {
  font-size: 16px;
  padding: 5px 10px;
  font-family: 'Raleway';
  font-weight: 700;
}
.toast-container .toast .toast-header button {
  float: right;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 25px;
  right: 25px;
}
.toast-container .toast .toast-header button span {
  display: none;
}
.toast-container .toast .toast-header button:focus {
  outline: none;
}
.toast-container .toast .toast-header button:hover {
  cursor: pointer;
}
.toast-container .toast .toast-body {
  font-size: 13px;
  padding: 5px 10px;
  color: #2D2D2D;
  font-family: 'Raleway';
  font-weight: normal;
}
/*********************** WRAPPER **************************/
.wrapper {
  background-color: #f1f1f1;
}
.wrapper.no-menu #menu {
  display: none;
}
.wrapper.no-menu #mainPanel {
  width: 100%;
}
.wrapper.no-menu #results {
  width: 100%;
}
/*********************** MENU **************************/
#menu {
  width: 250px;
  height: 100vh;
  float: left;
  background: white;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#menu .sidebar-wrapper {
  height: calc(100% - 100px);
  text-align: center;
}
#menu .sidebar-wrapper .logo-content {
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu .sidebar-wrapper .logo-content img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  object-position: center;
  margin-top: 35px;
}
#menu .sidebar-wrapper .nav {
  width: 100%;
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin-block-start: 0px;
}
#menu .sidebar-wrapper .nav li {
  margin: 25px 0px;
  border-radius: 50px;
  position: relative;
}
#menu .sidebar-wrapper .nav li:hover > a {
  font-family: 'Raleway';
  font-weight: 700;
}
#menu .sidebar-wrapper .nav li:hover > a .dxeBase_WowSamplingTheme {
  color: #63318e;
}
#menu .sidebar-wrapper .nav li:hover > a .icon-menu.icon-brands {
  background-image: url('../images/WowElementos_Menu-BrandOn.svg');
}
#menu .sidebar-wrapper .nav li:hover > a .icon-menu.icon-campaigns {
  background-image: url('../images/WowElementos_Menu-CampaingOn.svg');
}
#menu .sidebar-wrapper .nav li:hover > a .icon-menu.icon-users {
  background-image: url('../images/WowElementos_Menu-UsersOn.svg');
}
#menu .sidebar-wrapper .nav li:hover > a .icon-menu.icon-dashboard {
  background-image: url('../images/WowElementos_Menu-DashboardOn.svg');
}
#menu .sidebar-wrapper .nav li:hover > a .icon-menu.icon-communications {
  background-image: url('../images/WowElementos_Menu-ComunicationsOn.svg');
}
#menu .sidebar-wrapper .nav li:hover > a .icon-menu.icon-polls {
  background-image: url('../images/WowElementos_EncuestasOn.svg');
}
#menu .sidebar-wrapper .nav li:hover > a .icon-menu.icon-locations {
  background-image: url('../images/WowElementos_LocalizacionOn.svg');
}
#menu .sidebar-wrapper .nav li:hover .submenu {
  display: block;
}
#menu .sidebar-wrapper .nav li:hover .arrow-submenu {
  transform: rotate(0deg);
}
#menu .sidebar-wrapper .nav li.active > .active-mark {
  background-color: #63318e;
  height: 10px;
  width: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 20px;
}
#menu .sidebar-wrapper .nav li.active > a {
  font-family: 'Raleway' !important;
  font-weight: 700;
}
#menu .sidebar-wrapper .nav li.active > a .dxeBase_WowSamplingTheme {
  color: #63318e;
}
#menu .sidebar-wrapper .nav li.active > a .icon-menu.icon-brands {
  background-image: url('../images/WowElementos_Menu-BrandOn.svg');
}
#menu .sidebar-wrapper .nav li.active > a .icon-menu.icon-campaigns {
  background-image: url('../images/WowElementos_Menu-CampaingOn.svg');
}
#menu .sidebar-wrapper .nav li.active > a .icon-menu.icon-users {
  background-image: url('../images/WowElementos_Menu-UsersOn.svg');
}
#menu .sidebar-wrapper .nav li.active > a .icon-menu.icon-dashboard {
  background-image: url('../images/WowElementos_Menu-DashboardOn.svg');
}
#menu .sidebar-wrapper .nav li.active > a .icon-menu.icon-communications {
  background-image: url('../images/WowElementos_Menu-ComunicationsOn.svg');
}
#menu .sidebar-wrapper .nav li.active > a .icon-menu.icon-polls {
  background-image: url('../images/WowElementos_EncuestasOn.svg');
}
#menu .sidebar-wrapper .nav li.active > a .icon-menu.icon-locations {
  background-image: url('../images/WowElementos_LocalizacionOn.svg');
}
#menu .sidebar-wrapper .nav li.active > a .dxeBase_WowSamplingTheme {
  font-family: 'Raleway' !important;
  font-weight: 700;
}
#menu .sidebar-wrapper .nav li.active .submenu {
  display: block;
}
#menu .sidebar-wrapper .nav li.active .arrow-submenu {
  transform: rotate(0deg);
}
#menu .sidebar-wrapper .nav li a {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0px 20px 0px 40px;
  color: #2D2D2D;
  font-size: 16px !important;
  text-decoration: none;
}
#menu .sidebar-wrapper .nav li a:hover {
  font-family: 'Raleway' !important;
  font-weight: 700;
}
#menu .sidebar-wrapper .nav li a:hover .dxeBase_WowSamplingTheme {
  font-family: 'Raleway' !important;
  font-weight: 700;
}
#menu .sidebar-wrapper .nav li a .dxeBase_WowSamplingTheme {
  font-size: 16px !important;
  color: #414042;
}
#menu .sidebar-wrapper .nav li a .icon-menu {
  height: 25px;
  width: 25px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#menu .sidebar-wrapper .nav li a .icon-menu.icon-brands {
  background-image: url('../images/WowElementos_Menu-Brand.svg');
}
#menu .sidebar-wrapper .nav li a .icon-menu.icon-campaigns {
  background-image: url('../images/WowElementos_Menu-Campagn.svg');
}
#menu .sidebar-wrapper .nav li a .icon-menu.icon-users {
  background-image: url('../images/WowElementos_Menu-Users.svg');
}
#menu .sidebar-wrapper .nav li a .icon-menu.icon-dashboard {
  background-image: url('../images/WowElementos_Menu-Dashboard.svg');
}
#menu .sidebar-wrapper .nav li a .icon-menu.icon-communications {
  background-image: url('../images/WowElementos_Menu-Comunications.svg');
}
#menu .sidebar-wrapper .nav li a .icon-menu.icon-polls {
  background-image: url('../images/WowElementos_EncuestasOff.svg');
}
#menu .sidebar-wrapper .nav li a .icon-menu.icon-locations {
  background-image: url('../images/WowElementos_LocalizacionOff.svg');
}
#menu .sidebar-wrapper .nav li a .arrow-submenu {
  margin-left: 15px;
  transform: rotate(-90deg);
  height: 10px;
  width: 10px;
}
#menu .sidebar-wrapper .nav li .submenu {
  width: calc(100% - 95px);
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin-block-start: 0px;
  margin: 0px 20px 0px 75px;
  display: none;
}
#menu .sidebar-wrapper .nav li .submenu li {
  margin: 0px;
}
#menu .sidebar-wrapper .nav li .submenu li.active .active-mark {
  background-color: #63318e;
  height: 10px;
  width: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 12px;
}
#menu .sidebar-wrapper .nav li .submenu li a {
  height: 30px;
  border-bottom: 1px solid black;
  padding: 0px 20px 0px 25px;
  font-size: 14px;
}
#menu .logo {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu .logo img {
  height: 35px;
}
#menu .version {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu .version span {
  font-family: OpenSans-Regular;
  color: white;
  font-size: 12px;
}
#menu .menu-bottom {
  text-align: center;
}
#menu .menu-bottom ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin-block-start: 0px;
}
#menu .menu-bottom ul li {
  margin: 25px 0px;
  border-radius: 50px;
  position: relative;
}
#menu .menu-bottom ul li a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0px 20px 0px 40px;
  color: #76a567;
  font-size: 16px;
  text-decoration: none;
}
#menu .menu-bottom ul li a:hover {
  font-family: 'Raleway';
  font-weight: 700;
}
#menu .menu-bottom ul li a .icon-menu {
  height: 25px;
  width: 25px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*********************** MAIN PANEL **************************/
#mainPanel {
  height: 100vh;
  width: calc(100% - 250px);
  float: right;
}
#mainPanel .header {
  height: 75px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0px 15px;
  background: #f1f1f1;
  position: relative;
  z-index: 2;
}
#mainPanel .header .logo-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 200px;
  padding-right: 20px;
}
#mainPanel .header .logo-content img {
  width: 80%;
  max-width: 150px;
  max-height: 80px;
}
#mainPanel .header .toolbar-header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0px 40px;
  align-items: center;
}
#mainPanel .header .toolbar-header .tollbar-actions-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#mainPanel .header .toolbar-header .dashboard-name-title {
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: 700;
  color: #63318e;
}
#mainPanel .header .toolbar-header .searchBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2D2D2D;
  height: 38px;
  width: 250px;
}
#mainPanel .header .toolbar-header .searchBox img {
  height: 15px;
  width: 15px;
}
#mainPanel .header .toolbar-header .searchBox .search-input {
  border: 0;
  width: 230px;
  background: transparent;
}
#mainPanel .header .toolbar-header .searchBox .search-input input {
  font-size: 12px;
  background: transparent;
  font-family: 'Raleway';
  font-weight: normal;
  color: #2D2D2D;
}
#mainPanel .header .actions {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
#mainPanel .header .actions .user-btn {
  margin-right: 30px;
  background: transparent;
  border: 0;
  color: #63318e;
}
#mainPanel .header .actions .user-btn:hover {
  font-family: 'Raleway';
  font-weight: 700;
}
#mainPanel .header .actions .user-btn .dxb {
  padding: 4px 10px 6px;
}
#mainPanel .header .actions .user-btn img {
  height: 22px;
  width: 22px;
  border-radius: 25px;
  object-fit: contain;
  margin-right: 14px !important;
}
#mainPanel .header .actions .logout-btn {
  margin-right: 20px;
  background: transparent;
  border: 0;
  color: #2D2D2D;
}
#mainPanel .header .actions .logout-btn:hover {
  font-family: 'Raleway';
  font-weight: 700;
}
#mainPanel .header .actions .logout-btn .dxb {
  padding: 4px 10px 6px;
}
#mainPanel .header .actions .logout-btn img {
  height: 25px;
  width: 25px;
  object-fit: contain;
  margin-right: 14px !important;
}
#mainPanel .header .actions .language-combo {
  margin-right: 20px;
}
#mainPanel .content {
  height: calc(100% - 115px);
  width: calc(100% - 60px);
  padding: 20px 30px;
  background: #f1f1f1;
  overflow: auto;
}
/*********************** POP UPS **************************/
.pc-generic-confirm-alert {
  border: 0 !important;
}
.pc-generic-confirm-alert .message {
  color: #2D2D2D;
  display: block;
  text-align: center;
}
.pc-generic-confirm-alert .label-input {
  display: block;
  margin-top: 15px;
}
.pc-generic-confirm-alert .dxeRoot_WowSamplingTheme {
  width: 100%;
}
.pc-generic-confirm-alert .input {
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #63318e;
  border-radius: 0;
}
.pc-generic-confirm-alert .input input {
  background: transparent;
  color: #63318e !important;
  font-size: 16px;
}
.pc-generic-confirm-alert .dxpc-header {
  border: 0;
  padding: 0;
  background-color: #63318e;
  padding: 5px 10px;
  position: relative;
}
.pc-generic-confirm-alert .dxpc-header span {
  color: white;
  font-family: 'Raleway';
  font-weight: 700;
}
.pc-generic-confirm-alert .dxpc-header .btn-close {
  position: absolute;
  right: 0;
  top: 4px;
}
.pc-generic-confirm-alert .dxpc-header .btn-close img {
  height: 20px;
  width: 20px;
}
.pc-generic-confirm-alert .section {
  margin: 0px 0 20px 0;
  border-radius: 4px;
  border: 1px solid #c3c3c3;
  overflow: hidden;
}
.pc-generic-confirm-alert .section .title-section {
  background-color: #f1f1f1;
  color: #63318e;
  padding: 5px 10px;
  font-size: 13px;
}
.pc-generic-confirm-alert .section .content-section {
  background-color: white;
  padding: 10px;
}
.pc-generic-confirm-alert .section .content-section .row-inputs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .simple {
  justify-content: flex-start;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block.width-50 {
  width: 48%;
  padding: 0px 1%;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block.width-33 {
  width: 31%;
  padding: 0px 1%;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .label {
  color: #2D2D2D;
  width: 100px;
  font-size: 13px;
  padding-right: 10px;
  padding-top: 5px;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .checkbox-list-content {
  max-height: 250px;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeRoot_WowSamplingTheme {
  flex: 1;
  width: 100%;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeRadioButtonList_WowSamplingTheme {
  border: 0;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeRadioButtonList_WowSamplingTheme .dxe {
  padding: 0;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeTextBox_WowSamplingTheme {
  flex: 1;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  border-radius: 0;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeTextBox_WowSamplingTheme .dxic {
  padding: 5px !important;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeTextBox_WowSamplingTheme input {
  font-family: 'Raleway';
  font-weight: normal;
  color: #2D2D2D;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeTextBox_WowSamplingTheme.dxeDisabled_WowSamplingTheme {
  border: 0 !important;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeTextBox_WowSamplingTheme.dxeDisabled_WowSamplingTheme input {
  color: #999999 !important;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeButtonEdit_WowSamplingTheme {
  flex: 1;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  border-radius: 0;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeButtonEdit_WowSamplingTheme .dxic {
  padding: 5px !important;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeButtonEdit_WowSamplingTheme input {
  font-family: 'Raleway';
  font-weight: normal;
  color: #2D2D2D;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeButtonEdit_WowSamplingTheme .dxeButtonEditButtonHover_WowSamplingTheme {
  background-color: transparent !important;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeButtonEdit_WowSamplingTheme .dxEditors_edtDropDown_WowSamplingTheme {
  background-image: url('../images/Arrow-Date.svg');
  background-size: contain;
  background-position: center;
  height: 8px;
  width: 8px;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeMemo_WowSamplingTheme {
  flex: 1;
  width: 100%;
  border: 1px solid #c3c3c3;
}
.pc-generic-confirm-alert .section .content-section .row-inputs .input-block .dxeMemo_WowSamplingTheme textarea {
  font-family: 'Raleway';
  font-weight: normal;
  color: #2D2D2D;
}
.pc-generic-confirm-alert .dxpc-content {
  width: calc(100% - 30px);
  padding: 25px 15px 15px 15px;
}
.pc-generic-confirm-alert .dxpc-footer {
  border: 0;
  width: calc(100% - 30px);
  padding: 15px;
}
.pc-generic-confirm-alert .form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc-generic-confirm-alert .form-actions .btn-ok {
  width: 120px;
  font-family: 'Raleway';
  font-weight: 700;
  margin: 0px 10px;
}
.pc-generic-confirm-alert .form-actions .btn-cancel {
  background: #f74b4b;
  width: 120px;
  font-family: 'Raleway';
  font-weight: 700;
  margin: 0px 10px;
}
.pc-generic-confirm-alert .form-actions .btn-cancel:hover {
  background-color: #d95d5d;
}
/******************** EDIT FORM GENERIC ***********************/
.edit-form-generic {
  padding: 15px;
}
.edit-form-generic .title-form {
  background-color: #63318e;
  padding: 5px 10px;
  border-radius: 4px;
  position: relative;
}
.edit-form-generic .title-form span {
  color: white;
  font-family: 'Raleway';
  font-weight: 700;
}
.edit-form-generic .title-form .btn-close {
  position: absolute;
  right: 0;
  top: 4px;
}
.edit-form-generic .title-form .btn-close img {
  height: 20px;
  width: 20px;
}
.edit-form-generic .section {
  margin: 10px 5px;
  border-radius: 4px;
  border: 1px solid #c3c3c3;
  overflow: hidden;
}
.edit-form-generic .section .title-section {
  background-color: #f1f1f1;
  color: #63318e;
  padding: 5px 10px;
  font-size: 13px;
}
.edit-form-generic .section .content-section {
  background-color: white;
  padding: 10px;
}
.edit-form-generic .section .content-section .row-inputs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.edit-form-generic .section .content-section .row-inputs .simple {
  justify-content: flex-start;
}
.edit-form-generic .section .content-section .row-inputs .input-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.edit-form-generic .section .content-section .row-inputs .input-block.width-50 {
  width: 48%;
  padding: 0px 1%;
}
.edit-form-generic .section .content-section .row-inputs .input-block.width-33 {
  width: 31%;
  padding: 0px 1%;
}
.edit-form-generic .section .content-section .row-inputs .input-block .label {
  color: #2D2D2D;
  min-width: 100px;
  font-size: 13px;
  padding-right: 10px;
  padding-top: 5px;
}
.edit-form-generic .section .content-section .row-inputs .input-block .checkbox-list-content {
  max-height: 250px;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeRoot_WowSamplingTheme {
  flex: 1;
  width: 100%;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeTextBox_WowSamplingTheme {
  flex: 1;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  border-radius: 0;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeTextBox_WowSamplingTheme .dxic {
  padding: 5px !important;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeTextBox_WowSamplingTheme input {
  font-family: 'Raleway';
  font-weight: normal;
  color: #2D2D2D;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeTextBox_WowSamplingTheme.dxeDisabled_WowSamplingTheme {
  border: 0 !important;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeTextBox_WowSamplingTheme.dxeDisabled_WowSamplingTheme input {
  color: #999999 !important;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeButtonEdit_WowSamplingTheme {
  flex: 1;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  border-radius: 0;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeButtonEdit_WowSamplingTheme .dxic {
  padding: 5px !important;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeButtonEdit_WowSamplingTheme input {
  font-family: 'Raleway';
  font-weight: normal;
  color: #2D2D2D;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeButtonEdit_WowSamplingTheme .dxeButtonEditButtonHover_WowSamplingTheme {
  background-color: transparent !important;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeButtonEdit_WowSamplingTheme .dxEditors_edtDropDown_WowSamplingTheme {
  background-image: url('../images/Arrow-Date.svg');
  background-size: contain;
  background-position: center;
  height: 8px;
  width: 8px;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeMemo_WowSamplingTheme {
  flex: 1;
  width: 100%;
  border: 1px solid #c3c3c3;
}
.edit-form-generic .section .content-section .row-inputs .input-block .dxeMemo_WowSamplingTheme textarea {
  font-family: 'Raleway';
  font-weight: normal;
  color: #2D2D2D;
}
.edit-form-generic .actions {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.edit-form-generic .actions.separated {
  justify-content: space-between;
}
.edit-form-generic .actions.inside {
  margin: 0px !important;
}
.edit-form-generic .actions .btn-ok {
  width: 120px;
  font-family: 'Raleway';
  font-weight: 700;
  margin: 0px 10px;
}
.edit-form-generic .actions .btn-cancel {
  background: #f74b4b;
  width: 120px;
  font-family: 'Raleway';
  font-weight: 700;
  margin: 0px 10px;
}
.edit-form-generic .actions .btn-cancel:hover {
  background-color: #d95d5d;
}
/*********************** LOGIN **************************/
#login {
  height: 100vh;
  width: 100%;
  background-color: white;
}
#login .callback-panel {
  height: 100%;
  width: 100%;
}
#login form {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#login .mobile-content {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  z-index: 10;
}
#login .mobile-content img {
  max-height: 300px;
  max-width: 300px;
}
#login .mobile-content span {
  display: block;
  margin-top: 150px;
  font-size: 46px;
  color: black;
  text-align: center;
}
#login .form-login {
  width: 300px;
  padding-right: 150px;
  padding-left: 150px;
  float: left;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#login .form-login .logo {
  height: 100px;
  width: 200px;
  margin-bottom: 50px;
  object-fit: contain;
}
#login .form-login .inputs-content {
  width: 100%;
}
#login .form-login .input-group {
  height: 45px;
  margin-bottom: 30px;
  overflow: hidden;
}
#login .form-login .input-group .icon-input {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
#login .form-login .input-group .dxeRoot_WowSamplingTheme {
  width: 100%;
}
#login .form-login .input-group .dxeTextBox_WowSamplingTheme {
  width: 100%;
  border: 0;
}
#login .form-login .input-group .dxeTextBox_WowSamplingTheme .dxic {
  padding: 0;
}
#login .form-login .input-group .dxeTextBox_WowSamplingTheme input {
  color: #63318e;
  font-family: NotoSansJP-Light;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #63318e !important;
  padding: 5px 10px 10px 10px;
}
#login .form-login .lbl-token-text {
  color: #2D2D2D !important;
  display: block !important;
  margin-bottom: 30px !important;
}
#login .form-login .link-recover-password {
  color: #63318e;
  cursor: pointer;
  margin-top: 30px;
}
#login .form-login .link-recover-password:hover {
  font-family: 'Raleway';
  font-weight: 700;
}
#login .form-login .btn-send {
  margin-top: 30px;
  width: 100%;
}
#login .form-login .btn-send .dxb {
  padding: 10px 13px 10px;
}
#login .form-login .btn-send .dx-vam {
  font-size: 18px;
}
#login .form-login .btn-send:hover {
  background-color: #916EB0;
}
#login .background-lateral {
  flex: 1;
  height: 100%;
  background-image: url('../images/WowElementos_Trama.svg');
  background-size: cover;
}
/*********************** BRANDS **************************/
/*********************** USERS **************************/
/*********************** COMMUNICATIONS **************************/
#push {
  height: 100%;
  overflow: auto;
  width: calc(100% - 20px);
}
#push .push-content {
  background-color: white;
  max-width: 600px;
  border-radius: 12px;
  padding: 20px;
}
#push .push-content .input {
  margin-bottom: 15px;
}
#push .push-content .input.check {
  display: flex;
  align-items: center;
}
#push .push-content .input.check .dxeBase_WowSamplingTheme {
  padding-left: 5px;
}
#push .push-content .dxeBase_WowSamplingTheme {
  margin-bottom: 5px;
  display: block;
}
#push .push-content .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*********************** DASHBOARD **************************/
#dashboard {
  height: 100%;
  overflow: auto;
  width: calc(100% - 20px);
}
#dashboard .dashboard-disabled {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dashboard .dashboard-disabled .message {
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: 700;
  text-align: center;
  max-width: 800px;
}
#dashboard #MainContent_CallbackPanelDashboard {
  height: calc(100% - 60px);
  width: 100%;
}
#dashboard .dashboards-block {
  display: flex;
  height: 100%;
}
#dashboard .dashboards-block .dashboard-list {
  background-color: white;
  border-radius: 14px;
  width: 200px;
  margin-right: 10px;
}
#dashboard .dashboards-block .dashboard-list .dashboard-header {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #63318e;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}
#dashboard .dashboards-block .dashboard-list .dashboard-header span {
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: 700;
  color: white;
}
#dashboard .dashboards-block .dashboard-list .dashboard-list-content {
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#dashboard .dashboards-block .dashboard-list .dashboard-list-content .list {
  list-style-type: none;
  padding-inline-start: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
#dashboard .dashboards-block .dashboard-list .dashboard-list-content .list li {
  padding: 8px 15px;
  border-bottom: 1px solid #cdcbcb;
}
#dashboard .dashboards-block .dashboard-list .dashboard-list-content .list li span {
  font-size: 14px;
}
#dashboard .dashboards-block .dashboard-list .dashboard-list-content .list li.active span {
  color: #63318e !important;
  font-weight: 700;
}
#dashboard .dashboards-block .dashboard-list .dashboard-list-content .list li:hover {
  cursor: pointer;
}
#dashboard .dashboards-block .dashboard-list .dashboard-list-content .list li:hover span {
  color: #63318e !important;
  font-weight: 700;
}
#dashboard .dashboards-block .dashboard-list .dashboard-list-content .actions {
  padding: 20px;
  width: calc(100% - 40px);
  text-align: center;
}
#dashboard .dashboards-block .dashboard-content-block {
  flex: 1;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content {
  padding: 0px 12px;
  height: 60px;
  justify-content: center;
  margin: 0px 10px;
  background: #63318e;
  border-radius: 14px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .dashboard-name-title {
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: 700;
  color: white;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .filters {
  display: flex;
  align-items: center;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .filters .filter {
  width: 150px;
  margin-left: 15px;
  display: none;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .filters .filter.large {
  width: 270px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .filters .filter.medium {
  width: 200px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .filters .filter.active {
  display: initial;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .filters .filter .label {
  color: white;
  display: block;
  margin-bottom: 2px;
  padding-left: 5px;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 13px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .filters .filter .dxeButtonEditSys {
  border-radius: 24px;
  border-color: #EC94BD;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .filters .filter .dxeButtonEditSys .dxic {
  padding: 2px 8px 2px 7px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .filters .filter .dxeButtonEditSys input {
  text-align: center;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .filters .filter .dxeButtonEditSys .dxeButton {
  padding: 4px 10px;
  border-radius: 24px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-name-title-content .actions .btn-export {
  background-color: #EC94BD;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content {
  display: none;
  height: 100%;
  flex-wrap: wrap;
  overflow: auto;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content.active {
  display: flex;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .column {
  display: flex;
  flex-wrap: wrap;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .column.white {
  background: white;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .column.md {
  width: 50%;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .column.full {
  width: 100%;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block {
  background: white;
  padding: 15px;
  border-radius: 14px;
  margin: 20px 10px 0px 10px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block.width-20 {
  width: calc(20% - 50px);
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block.width-25 {
  width: calc(25% - 50px);
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block.width-33 {
  width: calc(33.33% - 50px);
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block.width-50 {
  width: calc(50% - 50px);
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block.width-100 {
  width: calc(100% - 50px);
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block.height-100 {
  height: calc(100% - 50px);
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block.center-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .scroll {
  overflow: auto;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block.grid {
  width: 100%;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block.grid .dxgvHeader_WowSamplingTheme {
  padding: 8px 5px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .label-chart {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: black;
  font-family: 'Raleway';
  font-weight: 700;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .label-chart.two-lines {
  min-height: 40px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .label-chart.three-lines {
  min-height: 60px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .toolbar-chart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .toolbar-chart .filters .filter {
  width: 140px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .toolbar-chart .filters .filter .dxeButtonEditSys {
  border-radius: 24px;
  border-color: #a7a7a7;
  width: auto;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .toolbar-chart .filters .filter .dxeButtonEditSys .dxic {
  padding: 2px 8px 2px 7px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .toolbar-chart .filters .filter .dxeButtonEditSys input {
  text-align: center;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .toolbar-chart .filters .filter .dxeButtonEditSys .dxeButton {
  padding: 4px 10px;
  border-radius: 24px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .chart {
  width: 100%;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .number {
  text-align: center;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .chart-block .number span {
  color: #63318e;
  font-size: 60px;
  font-weight: 700;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .group-charts {
  background: white;
  border-radius: 14px;
  margin: 20px 10px 0px 10px;
  padding: 15px;
  width: 100%;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .group-charts .content-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .group-charts .content-group .toolbar-chart {
  justify-content: center;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .group-charts .content-group .label-chart {
  font-weight: 400;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .group-charts .label-group {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: black;
  font-family: 'Raleway';
  font-weight: 700;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .group-charts .chart-block {
  padding: 0px;
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .group-charts .chart-block.width-50 {
  width: calc(50% - 20px);
}
#dashboard .dashboards-block .dashboard-content-block .dashboard-content .group-charts .chart-block.width-33 {
  width: calc(33.33% - 20px);
}