@charset "UTF-8";
/* VARIABLES */
/* FROM scratch */
/*$color_btn_primary: */
.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 8px 8px !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-2 {
  margin: 12px 12px !important;
}

.mt-2 {
  margin-top: 12px !important;
}

.mr-2 {
  margin-right: 12px !important;
}

.mb-2 {
  margin-bottom: 12px !important;
}

.ml-2 {
  margin-left: 12px !important;
}

.mx-2 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my-2 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.m-3 {
  margin: 24px 24px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-4 {
  margin: 32px 32px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 8px 8px !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-2 {
  padding: 12px 12px !important;
}

.pt-2 {
  padding-top: 12px !important;
}

.pr-2 {
  padding-right: 12px !important;
}

.pb-2 {
  padding-bottom: 12px !important;
}

.pl-2 {
  padding-left: 12px !important;
}

.px-2 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py-2 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.p-3 {
  padding: 24px 24px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-4 {
  padding: 32px 32px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* BOTTONI */
.btn {
  position: relative;
  padding: 15px 30px !important;
  border: 0;
  margin: 10px 1px;
  cursor: pointer;
  border-radius: 2px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.84);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none !important;
}
.btn:hover {
  color: rgba(255, 255, 255, 0.84);
}
/*.btn-primary:not(.btn-link):not(.btn-flat) {
    background-color: $theme_primary_color;
    color: rgba(255, 255, 255, .84);
    &:hover {
        background-color:lighten($theme_primary_color,10%);
        color: #FFF;
    }
    &:active {
        background-color: $theme_primary_color; 
    }
}*/
.btn {
  font-weight: bold;
  border-radius: 15px;
  transition: background-color 1s ease, border-radius 1s ease, color 1s ease, margin 1s ease, padding 0.7s ease;
}
.btn:hover {
  border-radius: 15px;
}
.btn:active {
  border-radius: 15px;
}

.btn-primary:not(.btn-link):not(.btn-flat) {
  background-color: #e1529e;
  color: white;
  border: 1px solid white;
  padding: 7px 29px;
}
.btn-primary:not(.btn-link):not(.btn-flat):hover {
  background-color: white;
  color: #e1529e;
}
.btn-primary:not(.btn-link):not(.btn-flat):active {
  background-color: #e1529e;
}

.btn-primary-engageiq:not(.btn-link):not(.btn-flat) {
  background-color: #055a8c;
  color: white;
  border: 1px solid white;
  padding: 7px 29px;
}
.btn-primary-engageiq:not(.btn-link):not(.btn-flat):hover {
  background-color: white;
  color: #055a8c;
}
.btn-primary-engageiq:not(.btn-link):not(.btn-flat):active {
  background-color: #055a8c;
}

.btn-login:not(.btn-link):not(.btn-flat) {
  background-color: #EC2D7A;
  color: white;
  border: 1px solid white;
  padding: 7px 80px;
}
.btn-login:not(.btn-link):not(.btn-flat):hover {
  background-color: white;
  color: #e1529e;
}
.btn-login:not(.btn-link):not(.btn-flat):active {
  background-color: #e1529e;
}

.btn-danger:not(.btn-link):not(.btn-flat) {
  background-color: #E1529E;
  color: rgba(255, 255, 255, 0.84);
}
.btn-danger:not(.btn-link):not(.btn-flat):hover {
  background-color: #e97db6;
}
.btn-danger:not(.btn-link):not(.btn-flat):active {
  background-color: #E1529E;
}

.btn-success:not(.btn-link):not(.btn-flat) {
  background-color: #E1529E;
  color: rgba(255, 255, 255, 0.84);
}
.btn-success:not(.btn-link):not(.btn-flat):hover {
  background-color: #e97db6;
}
.btn-success:not(.btn-link):not(.btn-flat):active {
  background-color: #E1529E;
}

.btn-dark:not(.btn-link):not(.btn-flat) {
  background-color: #1E2E44;
  color: rgba(255, 255, 255, 0.84);
}
.btn-dark:not(.btn-link):not(.btn-flat):hover {
  background-color: #2e4667;
}
.btn-dark:not(.btn-link):not(.btn-flat):active {
  background-color: #1E2E44;
}

.preview-media {
  background-color: #E1529E !important;
}
.preview-media:hover {
  background-color: #e97db6;
}

.btn-os_light:not(.btn-link):not(.btn-flat) {
  background-color: white;
  color: #333;
  border: 1px solid #333;
}
.btn-os_light:not(.btn-link):not(.btn-flat):hover {
  cursor: pointer;
}
.btn-os_light:not(.btn-link):not(.btn-flat):active {
  cursor: default;
}

/*
.btn-warning {
    background-color: $theme_btnwarning_color !important;
    color: rgba(255, 255, 255, .84);
    &:hover {
        background-color:lighten($theme_btnwarning_color, 10%) !important
    }
    &:active {
        background-color: $theme_btnwarning_color !important; 
    }
}
*/
.btn-fab {
  margin: 0;
  padding: 15px;
  font-size: 26px;
  width: 56px;
  height: 56px;
}
.btn-fab, .btn-fab .ripple-wrapper {
  border-radius: 100%;
}
.btn-fab.btn-mini {
  width: 40px;
  height: 40px;
  padding: 13px;
  font-size: 15px;
}

.btn-white {
  background-color: transparent !important;
  border: 4px solid #FFF;
  color: #FFF !important;
  padding: 4px 26px;
}

.btn-white:hover {
  background-color: #FFF !important;
  color: #e1529e !important;
}

/* OMBRE */
.shadow-z-1, .material_input, .dataTable thead tr, .dataTables_wrapper .dataTables_paginate, #myModal_gruppo .modal-header,
#myModal_negozio .modal-header, .engageiqtheme .c3-tooltip td.value, .c3-tooltip td.value, .login_cont .btn, .offcanvas_menu_notification .header_menu, .offcanvas_menu .header_menu, .nav_cont {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-z-2, .offcanvas_menu_notification, .offcanvas_menu .level_3, .offcanvas_menu .level_2, .offcanvas_menu .header_menu.engageiq, .offcanvas_menu, .nav_cont.engageiq {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z-2-hover, .btn:hover:not(.btn-link):not(.btn-noshadow) {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.28);
}

.shadow-z-3, .c3-tooltip tr, .btn:active:not(.btn-link) {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-z-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* LISTE*/
.list-group {
  border-radius: 0;
}
.list-group .list-group-item {
  background-color: transparent;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0 16px;
}
.list-group .list-group-item.baseline {
  border-bottom: 1px solid #cecece;
}
.list-group .list-group-item.baseline:last-child {
  border-bottom: none;
}
.list-group .list-group-item .row-picture, .list-group .list-group-item .row-action-primary {
  float: left;
  display: inline-block;
  padding-right: 16px;
}
.list-group .list-group-item .row-picture img, .list-group .list-group-item .row-picture i, .list-group .list-group-item .row-picture label, .list-group .list-group-item .row-action-primary img, .list-group .list-group-item .row-action-primary i, .list-group .list-group-item .row-action-primary label {
  display: block;
  width: 56px;
  height: 56px;
}
.list-group .list-group-item .row-picture img, .list-group .list-group-item .row-action-primary img {
  background: rgba(0, 0, 0, 0.1);
  padding: 1px;
}
.list-group .list-group-item .row-picture img.circle, .list-group .list-group-item .row-action-primary img.circle {
  border-radius: 100%;
}
.list-group .list-group-item .row-picture i, .list-group .list-group-item .row-action-primary i {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: white;
}
.list-group .list-group-item .row-picture label, .list-group .list-group-item .row-action-primary label {
  margin-left: 7px;
  margin-right: -7px;
  margin-top: 5px;
  margin-bottom: -5px;
}
.list-group .list-group-item .row-content {
  display: inline-block;
  width: calc(100% - 92px);
  min-height: 66px;
}
.list-group .list-group-item .row-content .action-secondary {
  position: absolute;
  right: 16px;
  top: 16px;
}
.list-group .list-group-item .row-content .action-secondary i {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.list-group .list-group-item .row-content .action-secondary ~ * {
  max-width: calc(100% - 30px);
}
.list-group .list-group-item .row-content .least-content {
  position: absolute;
  right: 16px;
  top: 0px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
.list-group .list-group-item .list-group-item-heading {
  color: rgba(0, 0, 0, 0.77);
  font-size: 20px;
  line-height: 29px;
}
.list-group .list-group-separator {
  clear: both;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.list-group .list-group-separator:before {
  content: "";
  width: calc(100% - 90px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  float: right;
}

/* MENU*/
/*No sass*/
.dropdown-menu li.active .radio, .dropdown-menu li.active .checkbox {
  color: #FFFFFF;
}

.dropdown-menu li:hover {
  background-color: #DDD;
}

.form-control-wrapper button .caret {
  float: right;
  position: absolute;
  top: 50%;
  right: 0em;
  transform: translateY(-50%);
}

.form-control-wrapper .form-control:focus ~ .floating-label, .form-control-wrapper .form-control:not(.empty) ~ .floating-label {
  top: -1.5em;
  font-size: 12px;
}

button:disabled.multiselect, input[type=text]:disabled, input[type=number]:disabled, input[type=email]:disabled, .input_label_disabled, input:disabled + div.floating-label {
  color: #A2BBC6 !important;
}

.form-control-wrapper ~ .select_label {
  background: red;
}

.alert-danger {
  margin-bottom: 0px;
}

.os_toggable, .reset_min_height {
  min-height: 0px !important;
}

.os_toggle {
  padding: 2px 15px;
  text-align: right;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
}

.os_toggle i {
  position: relative;
  margin-left: 0.2em;
  top: 0.2em;
  font-size: 1.8em;
}

.dropdown-menu li .checkbox input[type=checkbox] {
  opacity: 1;
  position: static;
  margin: 0px 5px 0px -4px;
  z-index: -1;
  width: auto;
  height: auto;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}

.dropdown-menu li .checkbox input[type=checkbox] {
  position: static;
}

.os_toggle_inactive {
  display: none;
}

.media_status_approved, .coupon_status_linked, .media_status_active, .media_status_full_active {
  color: #4caf50;
}

.media_status_pending, .media_status_trigger_inactive {
  color: #5ba8e0;
}

.media_status_rejected, .coupon_status_unlinked, .media_status_unlinked, .media_status_inactive, .media_status_not_enough_credit, .media_status_bad_wa_template {
  color: #f44336;
}

.nav-tabs li {
  margin-bottom: 0px !important;
}

ul.nav-tabs li a {
  padding: 12px 25px !important;
}

.table-responsive {
  overflow: hidden !important;
  overflow-x: hidden !important;
  border-radius: 25px;
}

.btn-close {
  background-color: #cdcdcd;
  color: #ffffff;
}

.btn-close:hover {
  background-color: #dedede;
  color: #666;
}

td a i.zmdi {
  font-size: 15px;
  cursor: pointer;
}

i.zmdi.date_icon {
  cursor: pointer;
}

/*i.zmdi.date_icon:hover {
    color: #5ba8e0;
}*/
/* su sass passare il $theme_body_color */
.row-separator {
  background-color: white;
  height: 30px;
}

.row-separator + div.panel-body {
  padding-top: 0px;
  padding-bottom: 0px;
}

span.modal-title {
  color: #555;
}

.modal_sub {
  color: #555;
}

.f-spin {
  -webkit-animation: f-spin 2s infinite linear;
  animation: f-spin 2s infinite linear;
}

.col-customer .card_status_active {
  color: #00c853 !important;
}

.col-customer .card_status_inactive, p.card_status_locked, p.card_status_deleted, span.card_status_inactive, span.card_status_locked, span.card_status_deleted {
  color: #f44336 !important;
}

a:hover i {
  color: #37474f;
}

a.notDark:hover i {
  color: #FFF;
}

a.notDark i {
  color: #FFF;
}

i.darkHover:hover {
  color: #37474f;
}

div#panel-customer-data strong {
  color: #e1529e;
}

div#panel-customer-status h5 {
  font-size: 1.15em;
  color: #333;
  margin-bottom: 2px;
  margin-top: 6px;
  font-family: "Inter";
}

div#panel-customer-status h5 + span {
  font-size: 1.05em;
}

.true_false_1 {
  color: #00c853;
}

.true_false_0 {
  color: #f44336;
}

.true_false_2 {
  color: #f9760b;
}

.tlc {
  display: table;
  width: 100%;
  margin: 0;
}

.tlitem {
  height: auto;
  display: table-cell;
  min-height: 60px;
  min-width: 60px;
  vertical-align: middle;
  text-align: center;
  float: none;
  color: #FFFFFF;
}

.tlicon {
  height: 60px;
  width: 60px;
  color: #FFFFFF;
}

.tlicon i:hover {
  color: #FFFFFF;
}

.tldate {
  width: 100px;
  color: #333;
}

.tltxt {
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  color: #333;
}

.tlitem i.zmdi {
  color: #FFFFFF;
  font-size: 1.714em;
}

.tlitem i.zmdi:hover {
  color: #FFFFFF;
}

#lnkCapRequest i, #lnkSearchCap i {
  color: #e1529e;
  cursor: pointer;
}

#lnkCapRequest:hover i, #lnkSearchCap:hover i {
  color: #e1529e;
}

.checkbox label {
  font-size: 14px;
}

.labThumb {
  width: 100%;
}

#insertBeforeMe, #insertBeforeMe .playlistAction.addContent {
  background: #eeeeee;
  color: #333;
}

#insertBeforeMe:hover, #insertBeforeMe:hover .playlistAction.addContent {
  background: #d5d5d5;
  color: #333;
}

.playlistAction.addContent {
  visibility: visible;
}

.playlistAction.addContent:hover {
  background-color: #eeeeee;
}

.playlistAction {
  display: inline-block;
  visibility: hidden;
  vertical-align: middle;
  line-height: 14px;
  cursor: pointer;
  padding: 10px;
  background-color: rgba(51, 51, 51, 0.6);
  color: #FFF;
}

.addMe {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px 10px;
  bottom: 21px;
  right: 0px;
  background-color: rgba(51, 51, 51, 0.6);
  color: #FFF;
  line-height: 14px;
  cursor: pointer;
}

.addMe:hover {
  background-color: #afc966;
}

.resourceElementName {
  background-color: #7a898e;
  color: #FFF;
  font-size: 12px;
  display: block;
  padding: 2px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.playlistAction:hover {
  background-color: #5ba8e0;
}

.playlistAction.deleteAction:hover {
  background-color: #f44336;
}

.playlistElement:hover .playlistAction {
  visibility: visible;
}

.playlistElement {
  display: inline-block;
  padding: 0px;
  margin: 12px;
  width: 280px;
  height: 158px;
  line-height: 158px;
  background-size: contain;
  position: relative;
  text-align: center;
}

#insertBeforeMe {
  display: inline-block;
  padding: 0px;
  margin: 12px;
  width: 280px;
  height: 158px;
  line-height: 158px;
  background-size: contain;
  position: relative;
  text-align: center;
}

div#playlist > div.playlistElement:first-child .paction {
  display: none;
}

div#playlist > div.playlistElement:last-of-type .naction {
  display: none;
}

.contentInfo {
  font-size: 12px;
  line-height: 15px;
}

.clistText {
  font-size: 12px;
  height: 158px;
  width: 260px;
}

.clistText strong {
  color: #5ba8e0;
}

.resourceElement {
  display: inline-block;
  position: relative;
}

.resourceElement img.resThumb {
  width: 100%;
}

.label_element_preview img {
  max-height: 80px;
  max-width: 90%;
}

.label_element_preview {
  margin-top: 6px;
}

.resList {
  padding: 16px;
}

body .modal-dialog-content-search {
  /* Width */
  max-width: 100%;
  width: 80% !important;
}

.inputTextContentHidden {
  padding: 0px;
  height: 1px;
  width: 1px;
  visibility: hidden;
  margin-bottom: 10px;
  border: 0;
  margin-top: 0;
  vertical-align: top;
}

.checkbox label.checkboxDisable {
  color: #A2BBC6;
  cursor: not-allowed;
}

.mfns-m, .mfns-m h6 {
  color: #64b5f6;
}

.mfns-f, .mfns-f h6 {
  color: #ff8fcb;
}

.mfns-ns, .mfns-ns h6 {
  color: #c0c0c0;
}

.mfns-m h6, .mfns-f h6, .mfns-ns h6 {
  font-size: 40px;
}

@-webkit-keyframes f-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes f-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.nav_clear {
  height: 50px;
  margin-bottom: 50px;
}

.nav_cont {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
  background-color: #e1529e;
}

.nav_cont.engageiq {
  background: linear-gradient(135deg, #032f51, #055a8c, #0a7bc2);
}

.back,
.backl2 {
  background-color: #e1529e;
  text-align: center;
}
.back:before,
.backl2:before {
  font-family: "Material-Design-Icons";
  content: "";
  font-size: 1.5em;
  margin-right: 10px;
}

.badge-notification {
  font-size: 10px !important;
  background-color: #82003B !important;
  padding: 2px 4px;
}

.toread-notification {
  /*background-color: grey !important;*/
  min-height: 30px !important;
  /*border-bottom: 0px !important;*/
  white-space: unset !important;
}

/*.toread-notification:hover{
    background-color: $color_menu_hover_active !important;
    color: white !important;
}*/
.alreadyread-notification {
  /*background-color: $color_menu_sub !important;*/
  min-height: 30px !important;
  border-bottom: 0px !important;
  white-space: unset !important;
}

/*.alreadyread-notification:hover{
    background-color: $color_menu_hover_active !important;
    color: white !important;
}*/
.dropdown.open > a {
  background-color: unset !important;
}

.nav {
  line-height: 50px;
  min-height: 65px;
  position: relative;
  text-align: center;
}
.nav .logout {
  color: white;
  float: right;
  margin-right: 30px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 6px;
}
.nav .logout:before {
  font-family: "Material-Design-Icons";
  content: "";
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 10px;
}
.nav .usernav {
  color: white;
  float: right;
  margin-right: 10px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 6px;
}
.nav .usernav:before {
  font-family: "Material-Design-Icons";
  content: "";
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 10px;
}
.nav .img_cont {
  margin: 0 auto;
  display: inline-block;
  margin-top: 6px;
  margin-left: 75px;
}
@media screen and (max-width: 800px) {
  .nav .img_cont {
    margin-left: 10px !important;
  }
}
.nav .img_cont img {
  width: 68%;
}
.nav .release_cont {
  color: #ffffff;
  position: absolute;
  left: 80px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.nav .release_cont a {
  color: #5ba8e0;
}

.helpnav {
  color: #e1529e;
  float: right;
  margin-right: 30px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 7px;
  font-size: 1.35em;
  vertical-align: middle;
  margin-right: 20px;
}

.menu-help {
  padding: 10px 0;
  width: 230px;
  overflow: auto !important;
  left: -208px;
  border-radius: 18px;
}

.menu-help li {
  overflow: unset !important;
  position: relative;
}

.menu-help .dropdown-item {
  padding: 8px 20px;
  line-height: 2;
  font-size: 15px;
}

.dropdown-menu li a:hover {
  color: #e1529e;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.avatar {
  position: absolute;
  bottom: 0;
  margin: 25px 0;
  width: 100%;
}
.avatar img {
  border-radius: 50% 50%;
  height: 100px;
  width: 100px;
  border: 3px solid white;
}

.a_menu {
  padding: 15px 15px !important;
}

.a_menu:hover {
  color: #e1529e !important;
}

.a_menu:not(.collapsed) {
  background-color: #FFFFFF !important;
}

.active_menu {
  color: #e1529e !important;
}

.ischild_li_extra {
  border-bottom: 0px !important;
  background-color: white !important;
  min-height: 30px !important;
}

.ischild_li {
  border-bottom: 0px !important;
  background-color: #FFFFFF !important;
  min-height: 30px !important;
}

/*.ischild_li:hover{
    background-color: $color_menu_hover_active !important;
    color: white !important;
}*/
.ischild_a {
  padding: 10px 3px !important;
}

.tab1 {
  font-size: 15px;
  padding-left: 30px !important;
}

.tab2 {
  font-size: 15px !important;
  margin-left: 15px !important;
}

.tab_extra {
  font-size: 14px;
  padding-left: 25px !important;
}

.menu-content {
  overflow: auto;
  height: 89% !important;
}

.nav_icon {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  font-weight: bold;
  width: 35px;
  margin-top: 5px;
  margin-left: 5px;
  float: left;
  color: #333;
}

.nav_icon_title {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  font-weight: bold;
  width: 35px;
  margin-top: -3px;
  float: left;
  color: #e1529e;
}

.trigger_icon {
  font-family: "Material-Design-Icons";
  font-size: 3.5em;
  font-weight: bold;
  width: 100%;
  margin-top: -3px;
  margin-left: 5px;
  color: #e1529e;
  text-align: center;
}

.trigger_icon_aw {
  font-size: 3.5em;
  width: 100%;
  margin-top: -3px;
  margin-left: 5px;
  color: #1E2E44;
  text-align: center;
}

.trigger_icon_aw_disabled {
  color: #979797 !important;
}

.active_menu .nav_icon {
  color: #EC2D7A;
}

.offcanvas_menu {
  z-index: 2000000;
  overflow: auto;
  transition: left 500ms ease-in-out;
  position: fixed;
  top: 0;
  background-color: #f5f5f5;
  left: -350px;
  width: 340px;
  height: 100%;
  color: #333 !important;
}
.offcanvas_menu .account_settings {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 5px;
}
.offcanvas_menu .account_settings:before {
  font-family: "Material-Design-Icons";
  content: "";
  font-size: 1.8em;
  margin-right: 1em;
  position: absolute;
  margin-top: -14px;
  margin-left: 100px;
}
.offcanvas_menu ul {
  padding: 0;
  width: 100%;
  font-weight: normal;
  /*background-color: $main-menu-background;*/
}
.offcanvas_menu li {
  min-height: 46px;
  line-height: 20px;
  list-style: none;
  cursor: pointer;
  position: relative;
  /*left: -100%;*/
  transition: left 500ms ease-in-out;
}
.offcanvas_menu a {
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 20px !important;
  line-height: 2;
  font-size: 15px;
  color: #333;
}
.offcanvas_menu .header_menu {
  position: absolute;
  text-align: center;
  background-color: #e1529e;
  width: 100%;
  z-index: 1200;
  height: 65px;
  text-align: center;
}
.offcanvas_menu .header_menu .menu_username {
  display: block;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.offcanvas_menu .header_menu .menu_username h3 {
  margin-bottom: 1em;
  font-size: 24px;
  display: block;
}
.offcanvas_menu .header_menu .menu_logo {
  display: block;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.offcanvas_menu .header_menu.engageiq {
  background: linear-gradient(135deg, #032f51, #055a8c, #0a7bc2);
}
.offcanvas_menu .level_1,
.offcanvas_menu .level_2,
.offcanvas_menu .level_3 {
  padding-top: 150px;
  position: absolute;
  text-transform: uppercase;
  /*height: 100%; */
  width: 100%;
  left: 0;
}
.offcanvas_menu .level_1 a,
.offcanvas_menu .level_2 a,
.offcanvas_menu .level_3 a {
  padding: 1em 2em;
  line-height: 30px;
  display: block;
  color: black;
  width: 320px;
  margin: -1em -2em;
}
.offcanvas_menu .level_1 .active,
.offcanvas_menu .level_2 .active,
.offcanvas_menu .level_3 .active {
  background-color: #EC2D7A;
  color: white !important;
}
.offcanvas_menu .level_1 .active a,
.offcanvas_menu .level_2 .active a,
.offcanvas_menu .level_3 .active a {
  color: white !important;
}
.offcanvas_menu .level_1 li.withripple:hover,
.offcanvas_menu .level_2 li.withripple:hover,
.offcanvas_menu .level_3 li.withripple:hover {
  background-color: #EC2D7A;
  color: white !important;
}
.offcanvas_menu .level_1 li.withripple:hover a,
.offcanvas_menu .level_2 li.withripple:hover a,
.offcanvas_menu .level_3 li.withripple:hover a {
  background-color: #EC2D7A;
  color: white !important;
}
.offcanvas_menu .level_1 {
  width: 100%;
  background-color: #E9E9E9;
}
.offcanvas_menu .mask {
  overflow-y: scroll;
  height: 100%;
  width: 110%;
  padding-right: 5%;
}
.offcanvas_menu .level_2 {
  overflow-x: hidden;
  transition: left 500ms ease-in-out;
  left: -350px;
  z-index: 999;
  background-color: #E9E9E9;
  /*
  &.clients {

  }
  &.comunications {

  }
  &.reports {

  }
  */
}
.offcanvas_menu .level_2.open {
  left: 0;
}
.offcanvas_menu .level_2 li {
  left: 0;
}
.offcanvas_menu .level_3 {
  overflow-x: hidden;
  transition: left 500ms ease-in-out;
  left: -350px;
  z-index: 999;
  background-color: #E9E9E9;
}
.offcanvas_menu .level_3.open {
  left: 0;
}
.offcanvas_menu .level_3 li {
  left: 0;
}
.offcanvas_menu.open {
  left: -5px;
}

.offcanvas_menu_notification {
  z-index: 2000000;
  overflow: auto;
  margin-top: 65px;
  transition: right 500ms ease-in-out;
  position: fixed;
  top: 0;
  background-color: white;
  right: -400px;
  width: 400px;
  height: 100%;
  color: black;
}
.offcanvas_menu_notification .account_settings {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 5px;
}
.offcanvas_menu_notification .account_settings:before {
  font-family: "Material-Design-Icons";
  content: "";
  font-size: 1.8em;
  margin-left: 1em;
  position: absolute;
  margin-top: -14px;
  margin-right: 100px;
}
.offcanvas_menu_notification ul {
  padding: 0;
  width: 100%;
}
.offcanvas_menu_notification li {
  min-height: 50px;
  line-height: 20px;
  /*padding: 1em 1em;*/
  list-style: none;
  /*line-height: 30px;*/
  /*cursor: pointer;*/
  position: relative;
  /*left: -100%;*/
  transition: left 500ms ease-in-out;
  border-bottom: 1px solid #6a6a6a !important;
  /*text-transform: uppercase;    */
}
.offcanvas_menu_notification a {
  margin: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1em 1em;
}
.offcanvas_menu_notification .header_menu {
  position: absolute;
  text-align: center;
  background-color: #82003B;
  width: 100%;
  z-index: 1200;
  height: 75px;
  text-align: center;
}
.offcanvas_menu_notification .header_menu .menu_username {
  display: block;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.offcanvas_menu_notification .header_menu .menu_username h3 {
  margin-bottom: 1em;
  font-size: 24px;
  display: block;
}
.offcanvas_menu_notification .header_menu .menu_logo {
  display: block;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.offcanvas_menu_notification.open {
  right: -5px;
}

.offcanvas_menu_notification.offcanvas_menu_notification_system .header_menu {
  background-color: #032f51;
}

/* Icon 4 */
.nav_response {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  margin-top: 13px;
  margin-left: 5px;
  z-index: 10000000;
}

#nav-icon4 {
  position: absolute;
  z-index: 10000000;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -12px;
  width: 25px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
#nav-icon4 span {
  border-radius: 1px;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
#nav-icon4 span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#nav-icon4 span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
#nav-icon4.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#nav-icon4.open span:nth-child(1) {
  width: 66%;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  left: 33%;
}
#nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  background: #fff;
}
#nav-icon4.open span:nth-child(3) {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 66%;
  top: 33%;
  left: 33%;
}

.notification_resize {
  max-width: 250px;
  height: auto;
}

.notification_container img {
  max-width: 250px;
  height: auto;
}

.title_notification {
  color: #e1529e;
  font-size: 32px;
  line-height: 34px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Montserrat";
}

.offcanvas_menu_notification_system .title_notification {
  color: #296c9e;
  font-size: 20px;
}

.nopadding {
  padding: 0 !important;
}

.openmenu {
  border-radius: 13px !important;
  border: 1px #bcbcbc;
  padding: 5px;
  background-color: #FFFFFF;
  margin-left: 6px;
}

.loader_box {
  background-color: #e1529e;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.loader_box.light {
  background-color: #fff;
}
.loader_box.to_background {
  background-color: #f1f5f7;
}

.loading,
.loading::before,
.loading::after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  border: 4px solid;
  border-color: transparent;
  border-left-color: #fff;
  display: none;
}

.loading {
  margin: -15px 0 0 -15px;
  height: 30px;
  width: 30px;
  -webkit-animation: animation-b1-rotate 500ms linear infinite;
  animation: animation-b1-rotate 500ms linear infinite;
}

.loading::before {
  content: "";
  margin: -15px 0 0 -15px;
  height: 30px;
  width: 30px;
  -webkit-animation: animation-b2-rotate 500ms linear infinite;
  animation: animation-b2-rotate 500ms linear infinite;
}

.loading::after {
  content: "";
  margin: -15px 0 0 -15px;
  height: 30px;
  width: 30px;
  -webkit-animation: animation-b3-rotate 500ms linear infinite;
  animation: animation-b3-rotate 500ms linear infinite;
}

.loading.dark,
.loading.dark::before,
.loading.dark::after {
  border-left-color: #e1529e;
}

@-webkit-keyframes animation-b1-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animation-b1-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animation-b2-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animation-b2-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes animation-b3-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animation-b3-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.dtp .modal-dialog {
  width: 400px;
}
.dtp .modal-body {
  padding: 0 !important;
}
.dtp header.dtp-header {
  background: #d92786;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.dtp div.dtp-date,
.dtp div.dtp-time {
  background: #e1529e;
  text-align: center;
  color: #fff;
  padding: 10px;
}
.dtp div.dtp-date > div {
  padding: 0;
  margin: 0;
}
.dtp div.dtp-actual-month {
  font-size: 2.2em;
}
.dtp div.dtp-actual-num {
  font-size: 5em;
  line-height: 0.9;
}
.dtp div.dtp-actual-maxtime {
  font-size: 5em;
  line-height: 0.9;
}
.dtp div.dtp-actual-year {
  font-size: 2.2em;
  color: #f4bfdb;
}
.dtp div.dtp-picker {
  padding: 10px;
  text-align: center;
}
.dtp div.dtp-picker-month,
.dtp div.dtp-actual-time {
  font-weight: 500;
  text-align: center;
  font-size: 1.2em;
  padding-bottom: 10px;
}

.dtp table.dtp-picker-days {
  margin: 0;
}

.dtp table.dtp-picker-days,
.dtp table.dtp-picker-days tr,
.dtp table.dtp-picker-days tr > td {
  border: none;
}

.dtp table.dtp-picker-days tr > td {
  font-weight: 500;
  text-align: center;
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #BDBDBD !important;
}

.dtp table.dtp-picker-days tr > td > a,
.dtp .dtp-picker-time > a {
  color: #212121;
  text-decoration: none;
  padding: 4px 5px;
  border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #e1529e;
  color: #fff;
}

.dtp table.dtp-picker-days tr > th {
  color: #757575;
  text-align: center;
  font-weight: 700;
}

.dtp div.dtp-picker-clock {
  margin: 0 20px;
  border-radius: 50% !important;
  background: #eee;
}

.dtp-picker-time > a {
  display: block;
  width: 29px;
  height: 29px;
}

.dtp .dtp-buttons {
  padding: 0 10px 10px 10px;
}

span[class^=mdi-],
[class*=" mdi-"] {
  position: relative;
  top: 7px;
}

.dtp .dtp-picker-time > a.dtp-select-hour.selected {
  background: #d92786;
  color: #fff;
}

.dtp .dtp-picker-time > a.dtp-select-hour.disabled,
.dtp .dtp-picker-time > a.dtp-select-minute.disabled {
  color: #757575;
}

.dtp .dtp-picker-time > a.dtp-select-minute.selected {
  background: #e1529e;
  color: #fff;
}

.dtp .col-sm-2 {
  text-align: center;
  font-size: 2.2em;
}

.dtp .col-sm-2 > a {
  color: #d92786;
  text-decoration: none;
}

.dtp .dtp-actual-meridien a.selected {
  background: #d92786;
  color: #fff;
}

.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
  color: #212121;
  font-weight: 500;
  padding: 12px 10px;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eee;
}

.dtp .dtp-picker-time {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 1.2em;
  line-height: 20px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 500;
  text-align: center !important;
}

.dtp .dtp-hand,
.dtp .dtp-hour-hand {
  position: absolute;
  width: 4px;
  margin-left: -2px;
  background: #BDBDBD;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 1;
}

.dtp .dtp-minute-hand {
  width: 2px;
  margin-left: -1px;
}

.dtp .dtp-hand.on {
  background: #e1529e;
}

.dtp-clock-center {
  width: 15px;
  height: 15px;
  background: #757575;
  border-radius: 50%;
  position: absolute;
  z-index: 50;
}

.select.btn-group {
  width: 100%;
  margin-top: 1.5em;
  line-height: 30px;
  padding: 0.25em 0;
  color: #546e7a !important;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
.select.btn-group:active {
  box-shadow: none;
}
.select.btn-group.select_focus {
  border-bottom: 2px solid #e1529e;
}
.select.btn-group button {
  text-align: left;
  color: #546e7a !important;
}
.select.btn-group button .caret {
  float: right;
  position: absolute;
  top: 50%;
  right: 0em;
  transform: translateY(-50%);
}
.select.btn-group i {
  color: #546e7a;
}
.select.btn-group .dropdown-menu li {
  cursor: pointer;
}
.select.btn-group .dropdown-menu li a {
  padding: 0;
}
.select.btn-group .dropdown-menu li a label {
  padding: 1em;
  margin: 0;
}
.select.btn-group .dropdown-menu li .checkbox, .select.btn-group .dropdown-menu li .radio {
  font-weight: normal;
  color: #546e7a;
}
.select.btn-group .dropdown-menu li:hover {
  background-color: #ddd;
  color: #fff !important;
}
.select.btn-group .dropdown-menu li.active a {
  background-color: #e1529e;
  color: #fff;
}
.select.btn-group .dropdown-menu li.active .checkbox {
  color: #fff;
}
.select.btn-group .dropdown-menu li.active .radio {
  color: #fff;
}
.select.btn-group .multiselect-container.dropdown-menu {
  z-index: 1500;
  border-radius: 3px;
  position: absolute;
  width: 100%;
  padding: 0;
}
.select.btn-group .multiselect-container.dropdown-menu .input-group {
  padding: 1em auto;
  background: white;
  border-bottom: 1px solid #ddd;
}
.select.btn-group .form-control {
  background: #fff;
}

.multiselect_init {
  position: absolute;
  bottom: 0.5em;
}

.select_label {
  background-color: rgba(0, 0, 0, 0) !important;
  z-index: 101;
  display: none;
  color: #546e7a;
  position: absolute;
  top: 0.5em;
  font-weight: normal;
  font-size: 10px;
}

.inputContainer {
  position: relative;
  float: left;
}

.rejected_noteformError, .reasonformError {
  top: 94px !important;
  left: 589px !important;
}

.formError, .formError_custom {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  z-index: 11000;
  cursor: pointer;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent, .formError_custom .formErrorContent {
  width: 100%;
  color: #ee0101;
  position: relative;
  z-index: 100;
  font-size: 10px;
  top: -1.5em;
  padding: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrowBottom, .formError_custom .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrowBottom div, .formError_custom .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10, .formError_custom .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9, .formError_custom .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8, .formError_custom .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7, .formError_custom .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6, .formError_custom .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5, .formError_custom .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4, .formError_custom .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3, .formError_custom .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2, .formError_custom .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1, .formError_custom .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.generic_cont {
  position: absolute;
  left: 0%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 100%;
  margin: 0;
}

.generic_tab_label {
  font-size: 0;
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  background-color: #e1529e;
}
.generic_tab_label li {
  display: inline-block;
  height: 60px;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.generic_tab_label li.generic_activeborder {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #64FFDA;
  transition: all 0.5s;
}

.generic_panel {
  vertical-align: top;
  display: inline-block;
  margin-right: -4px;
  padding: 15px;
}
.generic_panel:last-child {
  margin-right: 0;
}

.generic_tab .panel-body {
  min-height: 25px;
  padding: 0;
  overflow: hidden;
}

/* classe di prova con slider con classi diverse */
.prova_generic_cont {
  position: absolute;
  left: 0%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.prova_generic_tab_label {
  font-size: 0;
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  background-color: #e1529e;
}
.prova_generic_tab_label li {
  display: inline-block;
  height: 60px;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.prova_generic_tab_label li.prova_generic_activeborder {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #64FFDA;
  transition: all 0.5s;
}

.prova_generic_panel {
  display: inline-block;
  margin-right: -4px;
  padding: 15px;
}
.prova_generic_panel:last-child {
  margin-right: 0;
}

.prova_generic_tab .panel-body {
  padding: 0;
  overflow: hidden;
}

.stepper {
  counter-reset: stepper;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}

.stepper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.stepper + .stepper {
  margin-top: 60px;
}

.step {
  padding-right: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.step:not(:last-child) {
  flex-grow: 1;
}
.step:not(:last-child)::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  min-width: 32px;
  background-color: #999;
  margin-left: 8px;
}

.step-label {
  display: flex;
  align-items: center;
}

.step-label__text {
  color: rgba(0, 0, 0, 0.54);
  flex-wrap: wrap;
  text-align: center;
}

.step--active .step-label__text,
.step-active .step-label__text {
  color: rgba(0, 0, 0, 0.87);
}

.step-active .step-label__text {
  font-weight: 600;
}

.step-label__indicator::before {
  counter-increment: stepper;
  content: " ";
  margin-right: 8px;
  border-radius: 50%;
  color: #fff;
  background-color: #999;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5em;
  width: 2em;
  height: 2em;
  display: inline-block;
}

.step--complete .step-label__indicator::before,
.step-active .step-label__indicator::before {
  background-color: #e1529e;
}

.step-current .step-label__indicator::before {
  background-color: #bf046b;
}
.step-current .step-label__text {
  color: #bf046b;
}

.step--complete .step-label__indicator::before {
  color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' d='M1.73 12.91l6.37 6.37L22.79 4.59'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}

.stepper--alternate-bottom .step-label,
.stepper--alternate-top .step-label {
  flex-direction: column;
  justify-content: center;
}
.stepper--alternate-bottom .step-label .step-label__indicator::before,
.stepper--alternate-top .step-label .step-label__indicator::before {
  margin-right: 0;
}

.stepper--alternate-bottom .step {
  align-items: flex-start;
}
.stepper--alternate-bottom .step:not(:last-child)::after {
  margin-top: 0.75em;
}
.stepper--alternate-bottom .step-label__indicator::before {
  margin-bottom: 12px;
}

.stepper--alternate-top .step {
  align-items: flex-end;
}
.stepper--alternate-top .step:not(:last-child)::after {
  margin-bottom: 0.75em;
}
.stepper--alternate-top .step-label {
  flex-direction: column-reverse;
}
.stepper--alternate-top .step-label__indicator::before {
  margin-top: 12px;
}

.step-mobile-label__text {
  display: none;
  color: #bf046b;
}

.stepper-content[step-index] {
  display: none;
}

@media (max-width: 768px) {
  .step-label__text {
    display: none;
  }

  .step-mobile-label__text {
    display: block;
  }
}
footer {
  background-color: #e1529e;
  color: white;
}

footer a {
  color: white;
}

/**********************
GENERAL
**********************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
}

body {
  font-family: "Inter";
}

iframe.preview {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.body-area.spinner-active {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.spinner-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000001;
  cursor: default;
}

.spinner-overlay.active {
  display: block;
}

.spinner-overlay.active > .spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.spinner-overlay.active > .spinner-container.progress-container {
  background-color: rgba(0, 174, 239, 0.4);
  height: 5px;
  width: 50%;
  border-radius: 5px;
}

.spinner-overlay.active > .spinner-container.progress-container > .spinner-progress {
  background-color: #e1529e;
  transition: width 2s;
  height: 100%;
}

.spinner-overlay.active > .spinner-container > .spinner {
  margin: 0 auto;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  -webkit-animation: rotation 0.9s infinite linear;
  -moz-animation: rotation 0.9s infinite linear;
  -o-animation: rotation 0.9s infinite linear;
  animation: rotation 0.9s infinite linear;
  border-left: 6px solid #ff67b8;
  border-right: 6px solid #ff67b8;
  border-bottom: 6px solid #ff67b8;
  border-top: 6px solid #e1529e;
  border-radius: 100%;
}

.spinner-overlay.active > .spinner-container > .spinner-text {
  margin-top: 10px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.panel {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.panel,
.panel-header,
.panel-body {
  position: relative;
}

.container {
  overflow-x: hidden;
  padding-bottom: 196px;
  overflow: hidden;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  color: #1E2E44;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h6 {
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: white;
}
body.blockscroll {
  overflow: hidden;
}
body.inverse {
  background-color: #EC2D7A;
}
body.inverse,
body.inverse .form-control {
  color: rgba(255, 255, 255, 0.84);
}

a,
a:link,
a:hover,
a:active {
  text-decoration: none;
}
a:focus,
a:link:focus,
a:hover:focus,
a:active:focus {
  outline: none;
}

/**********************
FASCIA SALUTI
**********************/
/**********************
FASCIA SALUTI
**********************/
/**********************
FASCIA CREDITI
**********************/
.review {
  background-color: #f5f5f5;
  border: 0;
  text-align: center;
}
.review .panel-header {
  background-color: unset !important;
  position: relative;
}
.review .panel-body {
  padding: 0.5em 1em;
}
.review .panel-heading {
  padding-top: 2em;
  padding-bottom: 2em;
}
.review h4 {
  font-size: 36px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
  text-align: center;
  color: #e1529e;
}
.review span {
  text-align: center;
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

/**********************
FASCIA SCONTRINATO
**********************/
.response h5 {
  color: #546e7a;
  margin-bottom: 0;
}
.response h5 + span {
  font-size: 1.8em;
  font-weight: bold;
}
.response h5 + span.partial_positive {
  color: #00c853;
}
.response h5 + span.partial_neutral {
  color: lightgrey;
}
.response h5 + span.partial_negative {
  color: #f44336;
}
.response.positive {
  background-color: #00c853;
}
.response .response_box {
  color: #fff;
}
.response i {
  line-height: 31px;
  font-size: 1.3em;
}
.response .shop {
  font-weight: bold;
  line-height: 1.5em;
  padding: 0;
  font-size: 24px;
  color: #546e7a;
}

.today {
  color: #e1529e !important;
}
.today p {
  font-size: 24px;
}

.today:hover {
  color: white !important;
}

/*.graph_marketing{
    color: #fff;
    background-color: $theme_primary_color;
    text {
        fill: #fff;   
    }
    .panel_title {
        z-index: 100;
    }
}*/
/*.revenue_amount {
    color: $theme_primary_color;
    font-weight: bold;
    font-size: 48px;
    margin-top: 0;
}*/
.point_amount {
  margin-top: 0;
  font-weight: bold;
  font-size: 36px;
}

/**********************
FASCIA COMPARISON
**********************/
/**********************
FASCIA PUNTI
**********************/
/**********************
FASCIA TOP 10
**********************/
/**********************
TABS
**********************/
/*.tab ul.tab_label {
    margin: 0;
    padding: 0;
    li {
//        color: darken($theme_primary_color, 25%);
        color: rgba(255,255,255,0.5);
        display: inline-block;
        line-height: 3em;
        width: 33.3333333%;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        margin: 0 -2px;
        &.active {
            color: white;

        }
    }
}*/
.report_marketing.tab ul.tab_label li {
  width: 25%;
}

.report_marketing.tab .activeborder {
  width: 25%;
}

.add_card_tab.tab ul.tab_label li {
  width: 20%;
}

.add_card_tab.tab .activeborder {
  width: 20%;
}

.activeborder {
  width: 33.33333%;
  height: 3px;
  background-color: #64ffda;
  position: relative;
  left: 0%;
  transition: 0.5s ease-in-out;
}

.pan {
  overflow-x: hidden;
}

/**********************
GRAPHS
**********************/
.c3-line {
  fill: none;
  stroke: #fff;
  stroke-width: 3px;
}

/*text {
 fill: $theme_primary_color;   
}*/
.chartnegative text {
  fill: #fff;
  font-family: "Montserrat", helvetica, arial, sans-serif;
}

.c3-grid line {
  stroke-dasharray: 0;
  stroke: rgba(74, 150, 217, 0.25);
}

.c3 path {
  stroke: none;
}

.chartnegative .c3-grid line {
  stroke: rgba(255, 255, 255, 0.25) !important;
  stroke-dasharray: 0;
}

/*.point-graph2 {
    background-color: $theme_primary_color;
}*/
.panel {
  margin: 10px auto;
  /*min-height: 160px;*/
}
.panel .panel-heading {
  background-color: #e1529e;
  color: #fff;
}
.panel .panel-subheading {
  background-color: #455a64;
  color: #fff;
}
.panel .panel-header {
  background-color: #e1529e;
  border-radius: 25px;
  position: relative;
}
.panel .panel-header h6 {
  color: rgba(255, 255, 255, 0.84);
}
.panel .panel-header .panel_title {
  color: white !important;
}
.panel .panel-search {
  background-color: white;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.panel .panel-search .panel_title {
  color: white !important;
}
.panel .panel-search h6 {
  background-color: #e1529e;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
.panel .panel-sub-search {
  background-color: white;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 25 !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.panel .panel-sub-search .panel_title {
  color: white !important;
}
.panel .panel-sub-search .panel_title.panel-sub-title {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.panel .panel-sub-search h6 {
  background-color: #e1529e;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  font-size: 25px !important;
  font-weight: 500;
}
.panel .panel-sub-search.panel-sub-cluster {
  border-bottom: 2px solid #e1529e;
  margin-bottom: 20px;
  margin-top: 20px;
}
.panel .panel-warning {
  background-color: #ff5722;
}
.panel .panel-danger {
  background-color: #f44336;
}
.panel .panel-success {
  background-color: #e97db6;
}

.panel-report-compare {
  width: 18%;
  float: left;
  margin-left: 15px;
}

.background-panels {
  background-color: #991b5e;
}

.panel_title_flow {
  position: relative;
  font-size: 16px;
  color: #e1529e;
  margin-bottom: 10px;
}

.panel_title_campaign {
  position: relative;
  font-size: 20px;
  color: #e1529e;
  margin-bottom: 10px;
}

.flowdesc {
  font-size: 16px;
  color: #e1529e;
  font-weight: bold;
  margin-bottom: 10px;
}

.flowdesc_content {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

input[type=radio] {
  margin: 4px 4px 0;
}

.catsel, .foldersel {
  text-transform: uppercase !important;
  color: #333;
  position: relative;
  margin-bottom: 2em;
  font-size: 16px;
}

.info_campaign {
  color: #333;
  position: relative;
  margin-bottom: 2em;
  font-size: 16px;
}

.panel_title_bold {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 2em;
  color: #e1529e;
  font-weight: 600;
}

.panel_title {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 30px !important;
  color: #1E2E44 !important;
  font-family: "Montserrat";
  font-weight: 700;
  /*&.distribuzione_clienti:before {
      font-family: "Material-Design-Icons";
      font-size: 1em;
      margin-right: 10px;
      position: relative;
      content: "\f211";
  }*/
}
.panel_title.top_chart {
  font-size: 25px !important;
}
.panel_title.cdonut {
  font-size: 25px !important;
}
.panel_title.dark_bg {
  color: #fff;
}
.panel_title.bg-table-wrapper {
  background-color: #e1529e;
  margin-top: 0px;
  padding-top: 25px;
  padding-left: 15px;
  margin-bottom: 0px;
  padding-bottom: 2em;
  color: #fff !important;
}
.panel_title.scontrinato:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.oggi:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.punti_caricati:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.punti_circolanti:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.bestselling:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.top_chart:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.filters:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.cdonut:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.smartphone:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.desktop:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.digital:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.trending:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.dati_anagrafica:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.reject_info:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.lock:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}
.panel_title.contents:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}

.panel_title.big {
  font-size: 42px !important;
}

.title_div_dashboard {
  position: relative;
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
}

.table-wallet td {
  border: 2px solid black !important;
  border-collapse: collapse;
  padding-top: 10px;
}

.login {
  color: #546e7a;
}
.login label {
  color: #546e7a;
}
.login .form-control-wrapper {
  margin-top: 1em;
}
.login .checkbox {
  margin: 2em 0;
}
.login .checkbox .checkbox-material {
  margin-top: 2em;
  margin-bottom: 2em;
}
.login .panel-heading {
  /*background-color: $theme_primary_color;*/
  background-color: #FFE1EF;
  /*border-radius: 2px 2px 0 0;*/
  /*background-image: url(../../../images/fedelium-logo-2022.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  background-size: contain;
  position: relative;
}
.login .panel-heading .panel_title {
  margin-top: 148px;
  color: #2f473a;
  position: absolute;
  font-size: 28px;
}

.inputs {
  width: 80%;
}

.form-control-wrapper {
  margin: 21px 0;
}

.pwd_recover {
  color: #e1529e;
  text-align: right;
  margin: 1em 15px;
  text-align: center;
}

.arrow-recover {
  color: #EC2D7A;
  font-size: large;
}

.checkbox {
  color: #333;
  border-color: #333;
}

.tab .panel-heading {
  padding-bottom: 0;
}

.pager {
  padding: 0;
  color: rgba(255, 255, 255, 0.84);
}

.btn_pager, .btn_pager:focus, .btn_pager:hover {
  background-color: #e1529e;
}
.btn_pager.active_page {
  background-color: #af1e6b;
}

.prev_year h4 {
  margin: 0;
}

.welcome {
  color: rgba(153, 27, 94, 0.7);
  margin-bottom: 40px;
}
.welcome span.log_level {
  color: #1E2E44 a;
  color-color: #1E2E44;
}
.welcome h2 {
  font-size: 2.5em !important;
  margin-bottom: 0;
  color: #e1529e;
}
.welcome h3 {
  font-size: 2rem !important;
  margin-top: 5px;
}

.overview_os .form-control-wrapper,
.points .form-control-wrapper,
.top_10 .form-control-wrapper {
  display: inline-block;
  margin: 0 1em;
  position: relative;
  top: 100%;
}

.overview_os {
  width: 33.333333333%;
  float: left;
  padding: 0 15px;
}

.overview_os_cont {
  width: 300%;
  position: relative;
  left: 0%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.add_card_tab .overview_os_cont {
  width: 500%;
}

.add_card_tab .overview_os {
  width: 20%;
  min-height: 400px;
}

.report_marketing .overview_os {
  width: 25%;
  min-height: 400px;
}

.report_marketing .overview_os_cont {
  width: 400%;
}

.comparison {
  margin-bottom: 30px;
}
.comparison h4 {
  color: #333;
}
.comparison .info {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
}

label {
  color: #546e7a;
}

label.cboxdisable {
  color: #A2BBC6;
}

.big_title {
  margin-bottom: 15px;
}
.big_title span {
  height: 3px;
  background-color: #ff67b8;
  position: relative;
  top: 2.75em;
}
.big_title h1 {
  font-weight: 450;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
}

.login_cont {
  text-align: center;
  padding: 25px;
}
.login_cont .form-control-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.login_cont .form-control-wrapper .floating-label.mail:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 1em;
  position: relative;
  content: "";
}
.login_cont .form-control-wrapper .floating-label.pass:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 1em;
  position: relative;
  content: "";
}
.login_cont .btn {
  background-color: #e1529e;
  color: white;
  margin: 30px auto;
}

.tick line {
  display: none;
}

.c3-chart-bar path {
  margin: 0 25px;
}

.total_points {
  background-color: #e1529e;
  min-height: 450px;
}
.total_points h2,
.total_points h4,
.total_points h5 {
  color: #fff;
}

.check_show {
  display: none;
}

.customers {
  min-height: 225px;
}
.customers.dark {
  background-color: #e1529e;
  color: #fff;
}
.customers.dark h4 {
  color: #fff;
}

.top_10 {
  background-color: white;
  color: #e1529e;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  min-height: 475px;
}
.top_10 h2,
.top_10 h3,
.top_10 h4,
.top_10 h5 {
  color: #e1529e;
}

.points {
  background-color: white;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  min-height: 475px;
}
.points h2,
.points h3,
.points h4,
.points h5 {
  color: #e1529e;
}

.brands {
  background-color: white;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  min-height: 475px;
}
.brands h2,
.brands h3,
.brands h4,
.brands h5 {
  color: #e1529e;
}

thead {
  background-color: #efefef;
  text-transform: uppercase;
}
.dtp-picker thead {
  background-color: #fff;
}

.header-dark thead {
  background-color: #e1529e;
  color: white;
  text-transform: uppercase;
  font-size: 1.45rem !important;
}
.dtp-picker .header-dark thead {
  background-color: #e1529e;
}

.table-dash-light tbody td {
  color: #e1529e;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 1.5rem;
}

.table-dash-light thead th {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 1.5rem;
}

.table-dash-dark tbody td {
  color: #1E2E44;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 1.5rem;
}

.table-dash-dark thead th {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 1.5rem;
  background-color: #1E2E44;
}

.promozioni .panel-body {
  padding: 0;
  overflow: hidden;
}

.chart,
.chart_box {
  clear: both;
}

.prev_year h4 {
  color: #00c853;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 0px;
}

.modal.in .modal-dialog {
  margin-top: 150px;
}

.modal-menu {
  z-index: 1000000;
}

hr {
  border-color: #1E2E44;
}

.top_prodotti {
  background-color: #fff;
  color: #e1529e;
}

.top_prodotti hr {
  border-color: rgba(0, 0, 0, 0.1);
}

/**********************
FASCIA UTENTI
**********************/
.users .panel-body {
  padding: 0.5em 1em;
}
.users .panel-heading {
  padding-top: 1em;
}
.users h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
  text-align: right;
  color: rgba(255, 255, 255, 0.84);
}
.users span {
  color: #546e7a;
  margin: 0;
  padding: 0;
}
.users .email_credits:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.users .sms_credits:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.users .barcode_assigned:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.users .active_cards:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}

.position {
  font-weight: bold;
}

.top_brand p,
.top_prodotti p {
  font-size: 18px;
}
.top_brand p.value,
.top_prodotti p.value {
  text-align: right;
  font-size: 22px;
}
.top_brand p.position,
.top_prodotti p.position {
  font-weight: bold;
}

.date {
  color: #e1529e;
}

.c3-tooltip tr {
  border: none;
}

/* i tooltip ci servono !!!!1111!!!11one
.c3-tooltip tr:first-child {

    display: none; 
}
*/
.c3-tooltip th {
  font-weight: normal;
}

.c3-tooltip td {
  border: none;
}

.c3-tooltip td.value {
  background-color: #d92786;
  color: #fff;
  font-weight: bold;
}

.engageiqtheme .c3-tooltip td.value {
  background-color: #032f51;
  color: #fff;
  font-weight: bold;
}

.rep_btn_cont {
  text-align: right;
  margin-top: 1em;
}

@media (max-width: 480px) {
  .panel-report-compare {
    width: 95%;
  }

  .big_title {
    height: 150px;
  }
  .big_title span {
    height: 3px;
    background-color: #ff67b8;
    position: relative;
    top: 50%;
    transform: translateY(50%);
  }
  .big_title h1 {
    font-size: 22px;
  }

  .dataTables_wrapper .dataTables_paginate {
    padding: 0;
    margin: 15px;
    border-radius: 2px;
    box-shadow: none;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .panel-report-compare {
    width: 40%;
    margin-left: 10px;
    float: left;
  }

  .dataTables_wrapper .dataTables_paginate {
    padding: 0;
    margin: 15px;
    border-radius: 2px;
    box-shadow: none;
  }

  .panel {
    margin-top: 1em;
  }

  .big_title {
    height: 125px;
  }
  .big_title span {
    height: 3px;
    background-color: #ff67b8;
    position: relative;
    top: 50%;
    transform: translateY(50%);
  }
  .big_title h1 {
    font-size: 22px;
  }

  .tab ul.tab_label li {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .panel-report-compare {
    width: 30%;
    float: left;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .scontrini,
.today {
    min-height: 700px;
  }
}
.users .sub:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.users .unsub:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.users .log:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.users .new_log:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}

/* inserito overflow per rendere navigabile il modal responsive */
.modal-content {
  overflow-x: auto;
  border-radius: 15px;
}

#myModalReceiptDetailsList .modal-header {
  font-size: 17px;
}

#myModal_gruppo .modal-header,
#myModal_negozio .modal-header {
  background-color: #e1529e;
  color: #fff;
}
#myModal_gruppo .modal-content .modal-body,
#myModal_negozio .modal-content .modal-body {
  height: 500px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
#myModal_gruppo .modal-content .modal-header,
#myModal_negozio .modal-content .modal-header {
  padding-bottom: 1em;
}
#myModal_gruppo .search_response,
#myModal_negozio .search_response {
  display: none;
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
  font-size: 18px;
  color: #546e7a;
}
#myModal_gruppo .modal-content,
#myModal_negozio .modal-content {
  z-index: 20000;
}

.table_report {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.table_report .panel-body {
  padding: 0;
}
.table_report table {
  margin: 0;
}

.dataTables_wrapper {
  clear: both;
  overflow: visible;
}
.dataTables_wrapper .row:first-child {
  margin: 0;
  margin-right: -1px;
  padding: 1em 1em;
  min-height: unset;
  background-color: #e1529e;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.dataTables_wrapper .dataTables_paginate {
  padding: 0;
  margin: 15px;
  border-radius: 2px;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #E2E2E2 !important;
  color: #fff !important;
  margin-right: 3px;
  border: none;
  padding: 0.1em 0.2em !important;
  border-radius: 5px;
  font-size: 18px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #c9c9c9 !important;
  color: #fff !important;
  border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  background-color: transparent !important;
  color: black !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
  background-color: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background-color: transparent !important;
  color: black !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  background-color: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background-color: #ddd !important;
  color: #bbb;
  border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  border: none;
  background-color: #c4c4c4 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  border: none;
  background: #d92786 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: none;
  color: #fff !important;
}

div.table-engageiq .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #055a8c !important;
}

.table_report .panel-body {
  min-height: 450px;
}

@media screen and (max-width: 1800px) {
  #myTable_groupgoals_wrapper .dataTable {
    display: block;
    white-space: nowrap;
  }
}

#myTable_mkt_newsletter_wrapper table.dataTable thead .sorting_desc::after, #myTable_mkt_newsletter_wrapper table.dataTable thead .sorting_asc::after, #myTable_mkt_newsletter_wrapper table.dataTable thead .sorting::after {
  color: #e1529e;
  float: none !important;
  font-weight: 800;
  margin-left: 2px;
}
@media screen and (max-width: 1500px) {
  #myTable_mkt_newsletter_wrapper .dataTable {
    display: block;
    white-space: nowrap;
  }
}

.dataTable {
  border-color: #ddd !important;
  overflow-x: auto;
  overflow-y: hidden;
}
.dataTable thead {
  font-size: 11px;
  line-height: 2.5em;
}
.dataTable thead th {
  border-bottom: #888 !important;
}
.dataTable td {
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .dataTable:not(.table-dash-dark, .table-dash-light) {
    display: block;
    white-space: nowrap;
  }
}

.dataTables_info {
  margin: 15px;
}

.dataTables_filter {
  margin: 0;
}
.dataTables_filter input {
  border: none;
  border-bottom: 1px solid white;
  background-color: transparent;
  color: #fff;
}
.dataTables_filter label {
  color: #fff;
  font-weight: normal;
}

.dataTables_length {
  margin-top: 5px;
}
.dataTables_length label {
  color: #fff;
  font-weight: normal;
  margin: 0;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
  background-image: none;
}

table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting::before {
  display: none;
}

table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting::after {
  color: #e1529e;
  float: right;
  font-weight: 800;
}

table.dataTable thead .sorting_desc::after {
  content: "\2193";
}

table.dataTable thead .sorting_asc::after {
  content: "\2191";
}

table.dataTable thead .sorting::after {
  content: "\21c5";
}

.modal ul#groupList,
.modal ul#shopList {
  display: block;
  padding: 0;
  margin: 0;
}

.modal ul#groupList li,
.modal ul#shopList li {
  color: #546e7a;
  font-weight: normal;
  padding: 24px;
  list-style: none;
  line-height: 30px;
  cursor: pointer;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal ul#groupList li:hover,
.modal ul#shopList li:hover {
  color: #e1529e;
}
.modal ul#groupList li:last-child,
.modal ul#shopList li:last-child {
  border: none;
}
.modal ul#groupList li.all,
.modal ul#shopList li.all {
  font-weight: bold;
}

.modal .close {
  text-shadow: none;
  color: #fff;
  opacity: 1;
}

.report_sede .totale_punti_caricati:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.report_sede .punti_scaricati:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.report_sede .scontrino_medio:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.report_sede .totale_vendite:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.report_sede .clienti_attivi:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.report_sede .card_attivate:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}
.report_sede .sede h6,
.report_sede .web_sede h6 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}
.report_sede .sede .panel-header h4,
.report_sede .web_sede .panel-header h4 {
  color: #fff;
  text-align: right;
  font-weight: bold;
}
.report_sede .sede .panel-body,
.report_sede .web_sede .panel-body {
  color: #546e7a;
  padding: 0.5em 1em;
}

.crediti .panel {
  background-color: #e1529e;
}
.crediti h3 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: right;
}
.crediti h4 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: right;
}

.tab.comunicazioni .panel-body {
  padding: 0 15px;
}
.tab.comunicazioni .overview_os {
  padding: 0;
}
.tab.comunicazioni .contenuto .row:first-child {
  border-radius: 0;
  margin: 0;
  margin-right: -1px;
  padding: 2em 1em;
  min-height: 75px;
  background-color: #455a64;
}

.scheda_cliente {
  margin-top: 15px;
}

.movimenti_card .panel-body {
  padding: 0 15px;
}
.movimenti_card .overview_os {
  padding: 0;
}
.movimenti_card .contenuto .row:first-child {
  border-radius: 0;
  margin: 0;
  margin-right: -1px;
  padding: 2em 1em;
  min-height: 75px;
  background-color: #455a64;
}

.dataTable .checkbox {
  margin: 0;
  padding: 0;
}

.csv:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  position: relative;
}

.date_field i {
  color: #e1529e;
  float: right;
}

.date_field.input-group .form-control-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.date_field .input-group-addon {
  padding-right: 0;
}

.checkbox .checkbox-material {
  margin-right: 1em;
}

.filter_btn {
  margin-top: 2em;
  text-align: right;
}

.pending {
  color: #e1529e;
}

.approved {
  color: #00c853;
}

.rejected {
  color: #f44336;
}

.radio {
  margin-top: 2.2em;
}
.radio label {
  color: #546e7a;
}

.nl_cont,
.qs_cont,
.qm_cont {
  display: none;
}

.qs_cont span,
.qm_cont span {
  color: #546e7a;
}
.qs_cont h4,
.qm_cont h4 {
  color: #fff;
  font-weight: bold;
  text-align: right;
}

.add:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.purchase_icon:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.sendmedia_icon:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.os_swap_icon:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.os_date_icon:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.os_family:before {
  font-family: "Material-Design-Icons";
  font-size: 1em;
  margin-right: 10px;
  position: relative;
  content: "";
}

.os_config_icon:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.delete:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.os_refresh:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.alert-os:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.os_approve:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.os_reject:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.search:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.configuration:before {
  font-family: "Material-Design-Icons";
  margin-right: 10px;
  position: relative;
  content: "";
}

.material_search {
  position: relative;
  background-color: #fff;
  width: 100%;
  border: 1px solid #546e7a;
  outline: none;
  line-height: 1.5em;
  padding: 1em;
  border-radius: 10px;
  margin: 2em auto;
  color: #546e7a;
}
.material_search span.search_button {
  height: 2em;
  width: 2em;
  float: right;
  cursor: pointer;
  z-index: 1000;
  color: #546e7a;
}
.material_search span.search_button:after {
  font-family: "Material-Design-Icons";
  font-size: 1.618em;
  position: absolute;
  right: 15px;
  vertical-align: middle;
  content: "";
}
.material_search span.search_button:hover {
  color: #e1529e;
}
.material_search a.barcode_reader_button {
  float: right;
  cursor: pointer;
}
.material_search input {
  width: 80%;
  border: none;
  outline: none;
}

.material_input {
  position: relative;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ddd;
  outline: none;
  line-height: 1.5em;
  padding: 1em;
  border-radius: 2px;
  margin: 2em auto;
  margin-top: 0;
  color: #546e7a;
}
.material_input input {
  width: 90%;
  border: none;
  outline: none;
}

.ricerca_card {
  padding: 0px !important;
}

.cluster .material_search,
.ricerca_card .material_search {
  margin: 0;
  margin-bottom: 2em;
}
.cluster .panel-header,
.ricerca_card .panel-header {
  min-height: 200px;
  overflow: auto;
}
.cluster h5,
.ricerca_card h5 {
  font-size: 1em;
  color: #fff;
}

.add_cluster,
.delete_cluster {
  top: 0;
}
.add_cluster i,
.delete_cluster i {
  position: absolute;
  top: 0 !important;
}

.print_btn {
  text-align: right;
  margin-top: 1em;
}

.csv_upload,
.starting_shop,
.com_pers_row,
.nl_panel {
  display: none;
}

.checkbox {
  margin-top: 2em;
}

.pan_title {
  color: #546e7a;
}

#myModal_insert_card_number .modal-content {
  background-color: #e1529e;
  padding-bottom: 1em;
}
#myModal_insert_card_number h4 {
  color: #fff;
}

.delete_btn {
  text-align: right;
}

.delete_marchio {
  margin-top: 1.618em;
}

.icon_td i {
  font-size: 1em;
  margin: 0 5px;
}

div.mce-fullscreen {
  z-index: 10001;
  margin-top: 50px;
}

.not_found {
  text-align: center;
}
.not_found a {
  display: inline-block;
  margin-bottom: 50px;
}
.not_found h1 {
  margin-top: 100px;
  color: #e1529e;
  font-size: 10em;
}
.not_found h2 {
  color: #e1529e;
  margin: 1em auto;
  font-size: 2em;
}
.not_found p {
  font-size: 1em;
  margin-bottom: 1em;
  color: #fff;
}

.stats h6 {
  color: rgba(153, 27, 94, 0.7);
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 2em;
}
.stats h6:before {
  content: "";
  display: inline-block;
  background-color: #ff67b8;
  width: 50px;
  height: 3px;
  position: relative;
  bottom: 0.33em;
  margin-right: 1em;
}
.stats h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}
.stats .panel-body {
  color: #546e7a;
}
.stats .punti_scaricati:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}

.overview_os .form-control-wrapper {
  margin: 30px auto;
  display: block;
}

.csv_row {
  display: none;
}

form {
  overflow: visible;
}

.sms_table_row {
  display: none;
}

.wysiwyg p,
.wysiwyg ol {
  color: #546e7a;
}

.date_advanced {
  display: none;
}

.dati h6 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 2em;
}
.dati h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}
.dati .panel-body {
  color: #546e7a;
}
.dati .punti_scaricati:before {
  font-family: "Material-Design-Icons";
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
}

#myModal_note h4 {
  color: #e1529e;
}
#myModal_note p {
  color: #546e7a;
}

.form-control-wrapper .floating-label {
  color: #546e7a;
}

.linea_vert {
  width: 2px;
  height: 25px;
  margin: 1em 43px;
  background-color: #ff67b8;
}

.add_filter_btn {
  text-align: right;
}

.cluster .btn {
  margin-top: 2em;
}

.checkbox-material::before {
  top: -0.5em !important;
}

.sms_cont,
.nl_cont {
  height: 400px;
}

.footer_fixed {
  text-align: right;
  background-color: #E9E9E9;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  margin: 0;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-right: 2.5%;
}
.footer_fixed button,
.footer_fixed a {
  margin-right: 15px;
}

.blocca_card {
  margin-top: 1.5em;
}

.saldo_family {
  background-color: #e1529e;
}
.saldo_family span {
  color: #fff;
  font-weight: bold;
}

.focus {
  color: #e1529e !important;
}

select {
  color: #546e7a;
}

.alert.alert-dismissable {
  position: fixed;
  top: 75px;
  right: 50px;
  z-index: 20001;
}

.year_table button[type=submit] {
  top: 1em;
}

/*
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  width: 250px;
  top: 1em;
  left: 0;
  padding: 4px;
  margin-top: 0.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
}

.datepicker td.day:hover {
  background: #d92786;
  color: #fff;
  cursor: pointer;
}

.datepicker td.day.disabled {
  color: #eeeeee;
}

.datepicker span.month.disabled {
  color: #eeeeee;
}

.datepicker span.year.disabled {
  color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new {
  color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #e1529e;
  color: #fff;
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #d92786;
}

.datepicker td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker td span:hover {
  background: #d92786;
  color: #fff;
}

.datepicker td span.active {
  color: #ffffff;
  background-color: #d92786;
  color: #fff;
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #af1e6b;
}

.datepicker td span.old {
  color: #999999;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #d92786;
}

.datepicker {
  padding: 0;
}
.datepicker tr {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  padding: 0 1em;
  line-height: 2.5em;
}
.datepicker thead {
  padding: 1.2em;
  font-weight: normal;
  border-radius: 0;
  background-color: #e1529e;
  color: #fff;
}
.datepicker thead th {
  font-weight: normal;
  text-align: center;
}

.preview h4 {
  color: #e1529e;
}

.dati_mail,
.anagrafica {
  margin-bottom: 25px;
}
.dati_mail strong,
.anagrafica strong {
  color: #e1529e;
}

.advanced_search {
  color: white;
  position: absolute;
  bottom: 1em;
  right: 50px;
}
.advanced_search i {
  position: relative;
  margin-left: 0.2em;
  top: 0.2em;
  font-size: 2.5em;
}

.advanced_btn {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ricerca_card .panel-header {
  z-index: 200;
}

.ricerca_card .panel-body {
  z-index: 190;
  min-height: 600px;
}

.blocca_card_cont {
  text-align: right;
}

.btn-disabled {
  background-color: #bbb;
}

.panel .panel-header.status_attiva {
  background-color: #00c853;
}

.panel .panel-header.status_bloccata {
  background-color: #f44336;
}

.anagrafica p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.os-fake-btn,
div.os-fake-btn {
  position: relative;
  padding: 8px 30px;
  border: 0;
  margin: 10px 1px 10px 16px;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  color: #e1529e;
  outline: none !important;
}
a.os-fake-btn:hover,
div.os-fake-btn:hover {
  color: #e1529e;
}

.os-dark-bg-c {
  background-color: #e1529e;
}

.os-light-bg-c {
  background-color: #ffffff;
}

.os-dark-fc {
  color: #e1529e;
}

.os-light-fc {
  color: #ffffff;
}

.os-highlights-h {
  color: #333;
  font-weight: bold;
}

h6.dashboard-receipt-number {
  font-size: 48px;
}

.os-dashboard-total-sale-info {
  font-size: 22px;
  text-align: right;
}

#dashboard_product_sale_info hr {
  border-color: rgba(0, 0, 0, 0.1);
}

#dashboard_brand_sale_info,
#dashboard_product_sale_info {
  font-size: 18px;
}

.dashboard_response {
  color: #ffffff;
}

.dashboard_response div.panel-body:before {
  font-family: "Material-Design-Icons";
  font-size: 3em;
  margin: auto;
}

.dashboard_response.positive {
  background-color: #00c853;
}

.dashboard_response.positive div.panel-body:before {
  content: "";
}

.dashboard_response.equal {
  background-color: lightgray;
}

.dashboard_response.equal div.panel-body:before {
  content: "=";
}

.dashboard_response.negative {
  background-color: #f44336;
}

.dashboard_response.negative div.panel-body:before {
  content: "";
}

.dashboard-response-number-positive {
  color: #00c853;
}

.dashboard-response-number-equal {
  color: lightgray;
}

.dashboard-response-number-negative {
  color: #f44336;
}

#dashboard_sale_info {
  color: #1E2E44;
}
#dashboard_sale_info p {
  font-size: 24px;
}

.updateat {
  height: 20px;
  color: rgba(153, 27, 94, 0.7);
  margin-right: 15px;
}

.os_green_box {
  background-color: #c42278 !important;
}
.os_green_box h4 {
  color: #ffffff;
}

.os_red_box {
  background-color: #E15D5D !important;
}
.os_red_box h4 {
  color: #ffffff;
}

span.os-log_level {
  color: #e1529e;
  cursor: pointer;
}
span.os-log_level a {
  color: #e1529e;
}

@media (max-width: 767px) {
  .resourceElement {
    width: 49.6%;
    margin: 0.2%;
  }

  .logout-header {
    display: none;
  }

  .user-header {
    display: none;
  }

  .customer-sep {
    display: none;
  }
}
@media (min-width: 768px) {
  .resourceElement {
    width: 32.9%;
    margin: 0.2%;
  }

  .logout-header {
    display: unset;
  }

  .user-header {
    display: unset;
  }
}
@media (min-width: 992px) {
  .resourceElement {
    width: 19.6%;
    margin: 0.2%;
  }
}
@media (min-width: 1200px) {
  .resourceElement {
    width: 16.225%;
    margin: 0.2%;
  }
}
div.checkbox label input[type=checkbox] {
  height: 28px;
}

ul.nav.nav-tabs {
  min-height: auto !important;
  background-color: rgba(0, 0, 0, 0);
  border: 0 !important;
  margin-top: 20px;
  margin-bottom: 5px;
}

ul.nav.nav-customer {
  margin-top: 0px;
  border-bottom: solid 4px #e1529e !important;
  margin-bottom: -12px;
  z-index: 100;
}
ul.nav.nav-customer .active a {
  border-radius: 0px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

ul.nav.nav-customer.tab-engageiq-active {
  border-bottom: solid 4px #055a8c !important;
}

ul.nav.nav-table.tab-engageiq-active {
  border-bottom: solid 4px #055a8c !important;
}

ul.nav.nav-engageiq {
  margin-top: 0px;
  border-bottom: solid 4px #055a8c !important;
  margin-bottom: -12px;
  z-index: 100;
}
ul.nav.nav-engageiq .active a {
  border-radius: 0px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

ul.nav.nav-table {
  margin-top: 0px;
  border-bottom: solid 4px #e1529e !important;
  margin-bottom: -3px;
  z-index: 100;
}
ul.nav.nav-table .active a {
  border-radius: 0px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.no-radius {
  border-radius: 0px;
}
.no-radius .row:first-child {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

ul.nav-tabs li a {
  color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 0px;
}

ul.nav-tabs li a:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

ul.nav-tabs li.active a {
  color: white !important;
  cursor: pointer !important;
  background-color: #e1529e !important;
  border-radius: 15px;
}

ul.nav-tabs.nav-engageiq li.active a {
  background-color: #055a8c !important;
}

ul.nav-tabs.nav-customer li.active.tab-engageiq a {
  background-color: #055a8c !important;
}

ul.nav-tabs li.active.tab-engageiq a {
  background-color: #055a8c !important;
}

ul.nav-tabs .dark-tab:not(.active) {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer !important;
}

ul.nav-tabs li:not(.active) a {
  color: #1E2E44 !important;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer !important;
}

ul.nav-tabs-wallet li:not(.active) a {
  color: #1E2E44 !important;
}

ul.nav-tabs-wallet li.main-color:not(.active) a {
  color: #e1529e !important;
}

ul.nav-tabs .dark-tab.active a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

ul.nav-tabs .active a {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #e1529e !important;
}

ul.nav-tabs .dark-tab.active {
  color: white !important;
  cursor: pointer !important;
  background-color: #1E2E44 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

ul.nav-tabs .dark-tab.main-color.active {
  color: white !important;
  cursor: pointer !important;
  background-color: #e1529e !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

ul.nav-tabs .dark-tab.main-color {
  border: 1px solid #e1529e !important;
}

ul.nav-tabs .dark-tab.main-color li.active a {
  color: white !important;
}

ul.nav-tabs .dark-tab.main-color li:not(.active) a {
  color: #e1529e !important;
}

ul.nav-tabs .dark-tab.active a {
  background-color: rgba(0, 0, 0, 0) !important;
}

ul.nav-tabs-wallet li {
  border: 1px solid #1E2E44;
  padding-bottom: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

ul.nav-tabs-wallet li a {
  font-size: 20px;
}

/*
ul.nav-tabs li.active a:hover {
    background-color: $theme_primary_color !important;
    color: rgba(255, 255, 255, 1) !important;
    //border-bottom: 3px solid #fff !important;
}
*/
div.dataTables_wrapper .row:first-child {
  background-color: #e1529e;
}

div.table-engageiq div.dataTables_wrapper .row:first-child {
  background-color: #055a8c !important;
}

a,
a:hover,
a:focus {
  color: #d92786;
}

div.table-engageiq a,
div.table-engageiq a:hover,
div.table-engageiq a:focus {
  color: #032f51;
}

.btn-success:not(.btn-link):not(.btn-flat) {
  background-color: #E1529E;
  color: rgba(255, 255, 255, 0.84);
}

.btn-danger:not(.btn-link):not(.btn-flat) {
  background-color: #E1529E;
  color: rgba(255, 255, 255, 0.84);
}

div.big_title h1 {
  color: #1E2E44;
}

.datepicker {
  background-color: #e1529e;
}

#buttonGoUp {
  padding: 5px 13px;
  background-color: #e1529e;
  color: #fff;
  position: fixed;
  bottom: 160px;
  right: 10px;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  z-index: 9999;
}

@media (max-width: 382px) {
  #forgotPasswordHeading {
    margin-top: 0px;
  }
}
@media (min-width: 1561px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 95%;
  }
}
.help-block {
  margin-bottom: 20px;
  margin-top: -4px;
  font-size: 0.8em;
}

.help-block.great {
  font-size: 1em;
}

.os_toggle.os_toggle_dark {
  color: #e1529e;
}

.os_toggle.os_toggle_h {
  padding: 0;
  margin-right: 10px;
}

.panel_title:has(+ div) {
  color: #e1529e;
}

.os_toggle.ostog_disable {
  cursor: default;
}
.os_toggle.ostog_disable i {
  color: #e1529e;
}

.panel-header.os_toggle {
  display: block;
  text-align: left;
  padding: 0px;
}
.panel-header.os_toggle h6 {
  margin-bottom: 10px;
}
.panel-header.os_toggle h6 i {
  float: right;
  margin-top: -10px;
}

.fancybox-overlay {
  z-index: 1200000;
}

.no-bold {
  font-weight: 400 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.totals {
  background-color: white;
  color: #1E2E44;
}

.reachable-customers .panel-body {
  color: #1E2E44;
}

.reachable-customers h5 {
  color: #1E2E44;
}

.reachable-customers span {
  color: #1E2E44;
}

.reachable-customers .panel-body .container-fluid {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}

.reachable-customers .panel-body .container-fluid .row {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.reachable-customers ul.nav-tabs li {
  cursor: pointer;
}

.reachable-customers ul.nav-tabs li a:hover {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1) !important;
}

.reachable-customers ul.nav-tabs li.active a:hover {
  border-bottom: 3px solid rgba(255, 255, 255, 0.84) !important;
}

.reachable-customers .page-header {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

.reachable-customers .page-header.no-border {
  border: 0;
}

.reachable-customers .heading {
  padding-bottom: 20px;
}

@media (min-width: 800px) and (max-width: 1300px) {
  .reachable-customers {
    height: 500px !important;
  }

  .sex_distribution_box {
    height: 500px !important;
  }
}
@media (max-width: 767px) {
  .reachable-customers {
    height: 1000px !important;
  }

  .total-dashboard-light {
    margin-left: 0px !important;
    padding-left: 25px !important;
  }
}
/*.help-block.block-with-error{
    margin-bottom: 20px;
    margin-top: -4px;
}*/
.box {
  position: relative;
  margin: 10px;
  display: inline-block;
  border: 1px solid #e1e1e1;
  background-size: contain;
}

.box.empty {
  margin: 20px;
  border-width: 0;
  height: unset;
  cursor: auto;
}

.box-cover {
  position: absolute;
  width: 100%;
  height: 100%;
}

.box:hover {
  background-color: rgba(225, 82, 158, 0.45);
  color: rgba(255, 255, 255, 0.84);
}

.box.empty:hover {
  background-color: initial;
  color: initial;
  cursor: initial;
}

.box .box-text {
  position: absolute;
  width: 100%;
  padding: 10px;
  bottom: 0;
  background-color: rgba(225, 225, 225, 0.7);
  color: #e1529e;
  font-weight: 500;
}

.box:hover .box-text {
  color: white;
}

.box:hover {
  border-color: #e1529e;
}

.bold {
  font-weight: 600;
}

.panel {
  border: 1px solid #E2E2E2;
  border-radius: 25px;
  padding: 10px;
  box-shadow: none;
  transition: box-shadow 0.6s ease-out;
  -webkit-transition: box-shadow 0.6s ease-out;
  cursor: default;
}

.panel:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 11px;
  transition: box-shadow 0.6s ease-in;
  -webkit-transition: box-shadow 0.6s ease-in;
}

.nav-pills {
  line-height: initial;
  min-height: initial;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #e1529e;
}

.card {
  min-height: 150px;
  border: 0;
  border-radius: 0;
  -webkit-transition: box-shadow 0.6s ease-out;
  -moz-transition: box-shadow 0.6s ease-out;
  -o-transition: box-shadow 0.6s ease-out;
  transition: box-shadow 0.6s ease-out;
  box-shadow: none;
  cursor: default;
}

.card-invisible {
  background-color: transparent;
}

.card:hover {
  box-shadow: 1px 8px 20px #aaa;
  -webkit-transition: box-shadow 0.6s ease-in;
  -moz-transition: box-shadow 0.6s ease-in;
  -o-transition: box-shadow 0.6s ease-in;
  transition: box-shadow 0.6s ease-in;
}

.card .icon {
  height: 70px;
  width: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 50%;
  border: 1px solid #000;
}

.card .alignment {
  margin-top: 25px;
  margin-bottom: 25px;
}

.card .text-2x {
  font-size: 2em;
}

.card .text {
  color: #000;
}

.color-success.card,
.color-success.card .icon,
.color-success .text-2x {
  border-color: #00b877;
  color: #00b877;
}

.color-success.card .icon {
  background-color: rgba(0, 184, 119, 0.2);
}

.color-primary.card,
.color-primary.card .icon,
.color-primary .text-2x {
  border-color: #007bff;
  color: #007bff;
}

.color-primary.card .icon {
  background-color: rgba(0, 123, 255, 0.2);
}

.color-danger.card,
.color-danger.card .icon,
.color-danger .text-2x {
  border-color: #dc3545;
  color: #dc3545;
}

.color-danger.card .icon {
  background-color: rgba(220, 53, 69, 0.2);
}

.color-dark.card,
.color-dark.card .icon,
.color-dark .text-2x {
  border-color: black;
  color: black;
}

.color-dark.card .icon {
  background-color: rgba(0, 0, 0, 0.2);
}

.color-warning.card,
.color-warning.card .icon,
.color-warning .text-2x {
  border-color: #ffc107;
  color: #ffc107;
}

.color-warning.card .icon {
  background-color: rgba(255, 193, 7, 0.2);
}

.color-fail.card,
.color-fail.card .icon,
.color-fail .text-2x {
  border-color: #874dbf;
  color: #874dbf;
}

.color-fail.card .icon {
  background-color: rgba(255, 77, 191, 0.2);
}

.text-csv,
.text-csv:focus,
.text-pdf,
.text-pdf:focus {
  border: 1px solid transparent;
  padding: 5px;
  margin-left: 1.5px;
  margin-right: 1.5px;
  border-radius: 100%;
  width: 50px;
  line-height: 50px;
  height: 50px;
}

.text-csv {
  color: #00b877;
}

.text-csv:hover {
  color: #00b877;
}

.text-pdf {
  color: #dc3545;
}

.text-pdf:hover {
  color: #dc3545;
}

.popover {
  border-radius: 10px;
  border: 0 solid rgba(140, 140, 140, 0.8);
  box-shadow: none;
  color: black;
  background-color: transparent;
  margin-left: 6px;
  margin-right: 12px;
  font-size: 0.8em !important;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  float: left;
}

@media (max-width: 767px) {
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    width: 100% !important;
  }
}
a:hover i {
  color: inherit;
}

.background-login {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  min-height: 100vh;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.no-shadow {
  box-shadow: none !important;
}

.page-footer {
  display: none;
}

.footer-content {
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-copyright {
  /* padding-left: 7%; */
  padding-right: 3%;
  float: right;
  padding-top: 1px;
  margin-top: -60px;
}

.footer-col {
  text-align: left;
  font-size: 16px;
}

.footer-title {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check, .checkbox-default input[type=checkbox]:checked + .checkbox-material .check {
  color: #e1529e;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before, .checkbox-default input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #e1529e;
}

.kpibox {
  padding-bottom: 10px;
}
@media (min-width: 1874px) {
  .kpibox .os-panel.os-panel-flow {
    min-height: 435px;
  }
  .kpibox .panel_title {
    min-height: 90px !important;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1873px) {
  .kpibox .os-panel.os-panel-flow {
    min-height: 570px !important;
  }
  .kpibox .panel_title {
    min-height: 120px !important;
  }
  .kpibox .trigger_icon_aw {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  .kpibox .os-panel.os-panel.os-panel-flow {
    min-height: 600px !important;
    min-height: 150px;
  }
  .kpibox .trigger_icon_aw {
    margin-top: 10px;
  }
}

.title_forgot_psw {
  display: block;
  text-align: center;
  position: relative !important;
  margin-top: 145px !important;
}

.title_timeline {
  display: inline-block !important;
  font-size: 20px !important;
  font-weight: 400;
  font-family: "Inter";
  color: #e1529e;
}

.badge_timeline {
  margin-top: 0px !important;
  font-size: 2rem !important;
  float: right;
}

.float-child {
  width: 50%;
  float: left;
  height: 80px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.float-100 {
  width: 100%;
  float: left;
  height: 80px;
}

.dashboardlead-response-number-positive {
  font-size: 1.5em;
  font-weight: bold;
  color: #e1529e !important;
}

.dashboardlead-response-number-active {
  font-size: 2.2em;
  font-weight: bold;
  color: #e1529e !important;
}

.marketing-kpi-title {
  font-size: 2.2em;
  font-weight: bold;
}

.marketing-kpi-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.marketing-kpi-subtitle {
  color: #e1529e !important;
}

.icon-kpi-nl {
  font-size: 4em;
  float: right;
  color: #e1529e !important;
}

.header-dashboard-leads {
  min-height: 250px;
  padding-top: 30px;
}

.lead-dashboard-border {
  padding: 20px 0 !important;
}

.kpi-dashboard-border {
  padding: 0 !important;
}

.campaign-dashboard-border {
  border: 2px solid black;
  padding: 29px 0 !important;
  border-radius: 35px;
}

.customer-dashboard-border {
  border: 1px solid #e1529e;
}

.border-sep {
  border-right: 1px solid #e1529e;
}

.lead-dashboard-bg {
  background-color: white;
}

.button-tags {
  margin-top: 40px;
}

.cust_type {
  color: #E1529E;
  font-weight: bold;
  background-color: unset !important;
  position: unset !important;
}

.info-card-box {
  background-color: #e9e7e7;
  padding-left: 50px;
  padding-top: 0px;
  padding-bottom: 18px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.info-card-box h6 {
  color: rgba(153, 27, 94, 0.7);
  font-size: 23px;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em !important;
}

.info-card-box.engageiqtheme h6 {
  color: #296c9e;
  font-weight: bold;
}
.info-card-box.engageiqtheme h3 {
  color: #296c9e;
  font-weight: bold;
  font-size: 1.2em;
}
.info-card-box.engageiqtheme .panel-body {
  font-size: 1em;
}

.info-contact-box {
  padding-top: 22px;
  padding-left: 20px;
}

.btncardview:hover {
  color: white !important;
}

.btncardview.disabled {
  background-color: dimgray !important;
}

.content_customer {
  color: #e1529e !important;
  font-size: 18px;
}
.content_customer label {
  color: #333;
  font-weight: normal;
}

.dataTables_wrapper .dataTables_length select {
  color: white;
}

.dataTables_wrapper .dataTables_length select option:not(:checked) {
  color: black !important;
}

.status_flow-activeformError {
  margin-top: 5px !important;
}

@media screen and (min-width: 991px) and (max-width: 1340px) {
  .trigbox {
    min-height: 550px !important;
  }
}
@media screen and (min-width: 1341px) and (max-width: 1550px) {
  .trigbox {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 1551px) {
  .trigbox {
    min-height: 450px !important;
  }
}
@media screen and (max-width: 990px) {
  .trigbox {
    min-height: 200px !important;
  }
}
.login-middle {
  background-color: #EC2D7A;
  height: 100%;
  text-align: left;
  display: table;
}

.login-right {
  background-color: #f48bb5;
  height: 100%;
  text-align: center;
  display: inline-block;
}

.image-login-right {
  max-height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.login-panel {
  align-items: center;
  justify-content: center;
}

.dark_bg_login_title {
  color: #fff !important;
  font-weight: 700;
}

.dark_bg_login_title a {
  color: #fff !important;
}

.dark_bg_login_text {
  color: #fff;
}

.centered_login_text {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1100px) {
  .login-middle {
    display: none;
  }

  .login-right {
    display: none;
  }

  .login-form {
    width: unset !important;
  }
}
.status_media_flow {
  color: #d92786;
}

.c3-centered {
  text-align: center;
}

.c3-centered-sms {
  text-align: center;
  max-width: 300px;
  margin: auto;
}

.multiselect-container > li.disabled {
  display: none;
}

.bordered {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 11px;
}

.popover-flow {
  color: #979797 !important;
  font-size: 17px !important;
  font-weight: bold !important;
  text-align: center !important;
}

.btn-notification {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  width: auto !important;
}

.align-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hr_light {
  border-color: #E2E2E2 !important;
  margin: 5px;
}

.hr_menu {
  border-color: #E2E2E2 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 90%;
  margin: auto !important;
}

.alert_text {
  color: #e1529e !important;
}

.login-form-white {
  background-color: white;
  border-radius: 16px;
  max-width: 500px;
}

.help-login {
  background-color: white;
  width: 190px;
  padding: 15px;
  border-radius: 13px;
  float: right;
  margin-top: 15px;
}

.help-login > a {
  padding-left: 10px;
  color: #1E2E44;
}

.login-box {
  background-color: transparent;
  margin: 0;
  position: fixed;
  top: 25%;
}

.login-background {
  background-position: 0% 24%;
  background-size: cover;
}

.login-credits {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #ED9FC2;
}

.logo-header-round {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.logo-header-round-front {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-left: 300px;
  border: 1px solid #E2E2E2;
}

.body-area {
  background-color: #f5f5f5;
}

.image-right-login {
  max-width: 700px;
  padding: 15px;
  margin-top: -8%;
}

@media (max-width: 991px) {
  .image-right-login {
    display: none;
  }

  .login-box {
    width: 90% !important;
    margin: 0 auto;
    top: 30%;
  }
}
@media (min-width: 991px) and (max-width: 1300px) {
  .image-right-login {
    max-width: 500px;
    display: block;
    width: 100vw;
    object-fit: cover;
  }
}
.header-wallet {
  text-align: center;
  color: white !important;
  background-color: #1E2E44;
  border: 2px solid #1E2E44;
  padding: 25px;
}

.credit_req {
  background-color: #e1529e !important;
  border: 2px solid #e1529e !important;
  padding-top: 0px;
  padding-bottom: 5px;
}

.credit_req .whitecolor {
  font-size: 30px;
  float: left;
}

.credit_req_form {
  background-color: #FFE1EF !important;
  border-left: 1px solid #1E2E44 !important;
  border-right: 1px solid #1E2E44 !important;
  border-bottom: 1px solid #1E2E44 !important;
}

.content-wallet {
  border-left: 2px solid #1E2E44;
  border-right: 2px solid #1E2E44;
  border-bottom: 2px solid #1E2E44;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .content-wallet {
    display: block !important;
  }
}

.wallet_amount {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 55px;
}

.dash_t2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 0;
}

.dash_t4 {
  font-weight: 600;
  font-size: 25px;
  color: #e1529e;
}

.dash_t3 {
  font-weight: 300;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 5px;
}

.whitecolor {
  color: white !important;
}

.chevron-wallet {
  --s: 1px;
  /* height: 220px; */
  aspect-ratio: 1/5;
  clip-path: polygon(0 0, var(--s) 0, 100% 50%, var(--s) 100%, 0 100%, calc(100% - var(--s)) 50%);
  background: black;
  max-width: 50px;
}
@media (max-width: 991px) {
  .chevron-wallet {
    display: none !important;
  }
}

.border-left-wallet {
  border-left: 1px solid black;
}
@media (max-width: 991px) {
  .border-left-wallet {
    border-left: 0px !important;
  }
}

.tab-wallet {
  margin-top: -30px;
}

.border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
  margin-left: 12px;
  margin-right: 12px;
}

.wallet-report-summary__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wallet-report-summary__header > div {
  display: flex;
  align-items: center;
}
.wallet-report-summary__header .panel_title {
  margin: 0 8px 0 0;
}
.wallet-report-summary__period {
  color: #888;
  font-size: 13px;
}
.wallet-report-summary__box {
  background: #eeeeee;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 0;
}
.wallet-report-summary__box p {
  margin-bottom: 5px;
  color: #000;
}
.wallet-report-summary__box h3 {
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #000;
}
.wallet-report-summary__box small {
  color: #000;
}

.panel-top-dashboard {
  padding: 0;
  text-align: center;
  height: 230px;
}

.total-dashboard {
  background-color: #1E2E44;
  color: white;
  height: 230px;
  border-radius: 25px;
  z-index: 10;
  display: grid;
  align-items: center;
}

.total-dashboard-light {
  background-color: #ED9FC2;
  color: white;
  height: 230px;
  border-radius: 25px;
  margin-left: -44px;
  padding-left: 60px;
  display: grid;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.detail-dashboard-media {
  display: grid;
  align-items: center;
  height: 230px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1430px) {
  .total-dashboard {
    height: 280px;
  }

  .total-dashboard-light {
    height: 280px;
  }

  .detail-dashboard-media {
    height: 280px;
  }

  .panel-top-dashboard {
    height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .total-dashboard {
    height: 320px;
  }

  .total-dashboard-light {
    height: 320px;
  }

  .detail-dashboard-media {
    height: 320px;
  }

  .panel-top-dashboard {
    height: 320px;
  }
}
.dash_hr_separator {
  width: 100%;
  border: 5px solid #f5f5f5;
  padding-left: 5px;
  padding-right: 84px;
  margin-left: -25px;
  height: 0;
}

.totals_card {
  font-size: 1.7em;
}

.totals_card i {
  line-height: 0;
  font-size: 1.3em;
}

.totals_card .value {
  color: #e1529e;
  font-weight: 700;
  font-size: 40px;
  padding-left: 15px;
}

.totals_card .bb-dashboard {
  border-bottom: 1px #D9D9D9 dotted;
}

.dashboard_top_brand {
  background-color: #f5f5f5;
  border-radius: 25px;
  border: 1px solid #D9D9D9;
}

.title_best_sale {
  color: #e1529e !important;
}

/*
#topcustomer_wrapper{
    margin-left: -10px;
    margin-right: -10px;
}*/
.welcome h3 {
  color: #1E2E44;
}

.notification_menu {
  color: white !important;
}

#pricelistamount {
  font-size: 30px;
}

#frmCredits {
  font-size: 20px;
}
#frmCredits .multiselect {
  font-size: 20px;
}
#frmCredits .floating-label {
  font-size: 15px;
  color: black;
}
#frmCredits .select_label {
  font-size: 15px;
  top: 0.3em !important;
  color: black;
}
#frmCredits input[type=text] {
  font-size: 20px;
}
#frmCredits #amount {
  font-weight: 700;
}
#frmCredits .form-control-wrapper .form-control:not(.empty) ~ .floating-label {
  top: -16px;
}

.tooltip {
  position: relative;
  display: inline-block;
  z-index: 1500 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.text-dark h4 {
  color: #1E2E44 !important;
}

table.dataTable thead th.dt-body-right {
  text-align: right;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #e1529e !important;
}

.daterangepicker .ranges li.active {
  background-color: #e1529e !important;
}

.daterangepicker td.in-range {
  background-color: #FFE1EF !important;
}

#tagcircuit {
  border-radius: 0px !important;
}

#taggroup {
  border-radius: 0px !important;
}

.alert-success {
  background-color: #29BE56 !important;
  border-radius: 25px;
  opacity: 0.9 !important;
}

.alert-danger {
  background-color: #F4354B !important;
  border-radius: 25px;
  opacity: 0.9 !important;
}

.dropdown-coown {
  width: 500px !important;
}

.btn-tag {
  margin-top: -7px;
  font-size: 1.5rem;
  padding: 10px 15px !important;
}

.title_dashboard {
  background-color: #1E2E44 !important;
}
.title_dashboard h6 {
  color: white !important;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
}

.subtitle_dashboard {
  margin-top: 40px;
}
.subtitle_dashboard h6 {
  color: #1E2E44 !important;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 35px !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid white;
  border-radius: 11px;
  padding: 5px;
  color: white;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_length select {
  color: black;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid white;
  border-radius: 11px;
  color: white;
}

@media screen and (max-width: 1380px) {
  #myTable_license_report {
    display: block;
    white-space: nowrap;
  }
}
.shopinsert_logo {
  height: 100px;
  max-width: 400px;
  float: left;
  margin-right: 35px;
  border-radius: 15px;
  padding: 15px;
}

@media (min-width: 1201px) and (max-width: 1600px) {
  .shopinsert_logo {
    height: auto;
    float: left;
    margin-right: 35px;
    margin-top: 10px;
    max-width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .shopinsert_logo {
    max-width: 230px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .shopinsert_logo {
    max-width: 230px;
    height: auto;
  }
}
.advance_search {
  color: white;
  margin-top: -17px;
}

.modal_title {
  float: left;
  margin-right: 7px;
  font-weight: 800;
}

#panel-customer-status .col-customer {
  float: left;
  border-right: 1px solid #D9D9D9;
  width: 12% !important;
  padding-left: 12px;
}
@media (max-width: 780px) {
  #panel-customer-status .col-customer {
    width: 100% !important;
    padding-bottom: 10px;
    text-align: center;
    border-right: 0px;
    border-bottom: 1px solid #D9D9D9;
  }
}
#panel-customer-status .col-customer:last-child {
  border-right: 0px !important;
}

.panel-customer {
  border-radius: 0px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.label-timeline {
  background-color: #ED9FC2;
  border-radius: 10px;
}

.theme_primary {
  color: #e1529e !important;
}

.c3 {
  z-index: 1000;
}

.btn-cancel {
  background-color: #ED9FC2 !important;
}

.dark-icon {
  color: #1E2E44 !important;
}

.inactiveSecCluster {
  background-color: #A2A2A2 !important;
}

.inactiveSecCluster.btn-active {
  background-color: #707070 !important;
}

.activeSecCluster {
  background-color: #ED9FC2 !important;
}

.activeSecCluster.btn-active {
  background-color: #e1529e !important;
}

.panel_title_cluster {
  display: inline-block;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  color: white !important;
  font-weight: 600 !important;
}

.wallet_dashboard {
  padding-right: 5px;
  padding-left: 5px;
}
.wallet_dashboard h6 {
  font-size: 1.5rem;
  color: #1E2E44;
}
.wallet_dashboard .os-log_level {
  font-size: 2rem !important;
  cursor: none;
}

#myTable_mkt_detail_whatsapp > thead tr > th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-right: 0px;
  padding-left: 8px;
  border-bottom: 0px;
}

.label-txt-success {
  color: #29BE56 !important;
}

.label-txt-fail {
  color: #F4354B !important;
}

.button-toggle {
  background-color: #A2A2A2 !important;
}

.button-toggle-on {
  background-color: #e1529e !important;
}

.button-toggle-disabled {
  pointer-events: none;
  cursor: default;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #FFE1EF !important;
}

.numInputWrapper span {
  border: unset !important;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #E1529E !important;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(57, 57, 57, 0.6);
  top: 7px !important;
  left: 4px !important;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #E1529E !important;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(57, 57, 57, 0.6);
  top: 7px !important;
  left: 4px !important;
}

.numInputWrapper span {
  opacity: unset !important;
  width: 20px !important;
  padding: 0 2px 0 2px !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #e1529e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #e1529e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.modal-title {
  color: #e1529e !important;
}

.nav_engageiq a.dropdown-toggle.collapsed {
  background: linear-gradient(135deg, #032f51, #055a8c, #0a7bc2) !important;
  color: white !important;
}
.nav_engageiq a.dropdown-toggle.collapsed i {
  color: white !important;
}

.badge-beta {
  background-color: #032f51 !important;
  color: white !important;
  font-size: 0.9em !important;
  font-weight: bold !important;
  text-transform: lowercase;
}

.nav_engageiq {
  margin-top: -2px !important;
}
.nav_engageiq .a_menu:hover {
  color: #296c9e !important;
}
.nav_engageiq .a_menu.active_menu {
  color: #296c9e !important;
}

.nav_triggers_design {
  margin-top: -2px !important;
}
.nav_triggers_design .a_menu:hover {
  color: #EC2D7A !important;
}
.nav_triggers_design .a_menu.active_menu {
  color: #EC2D7A !important;
}

.engageiq_color {
  color: #296c9e !important;
}

.engageiq_bkground {
  background: linear-gradient(135deg, #032f51, #055a8c, #0a7bc2) !important;
}

#sec_engageiq .panel .panel-sub-search h6 {
  background: linear-gradient(135deg, #032f51, #055a8c, #0a7bc2) !important;
}

#btn_sec_engageiq.activeSecCluster {
  background-color: #85a9d2 !important;
}

#btn_sec_engageiq.activeSecCluster.btn-active {
  background-color: #032f51 !important;
}

.new_design_trigger_button {
  background-color: #032f51 !important;
}
.new_design_trigger_button:hover {
  color: white !important;
}

.new_design_trigger {
  color: #032f51 !important;
}

.engageiq_panel_detail {
  padding: 20px !important;
  margin-left: auto;
  margin-right: 20px;
}

.nav_engageiq a.dropdown-toggle.collapsed:hover {
  background: linear-gradient(135deg, #032f51, #055a8c, #0a7bc2) !important;
  color: white !important;
}
.nav_engageiq a.dropdown-toggle.collapsed:hover i {
  color: white !important;
}

.content_customer_engageiq {
  font-size: 20px !important;
}
.content_customer_engageiq label {
  color: #333;
  font-weight: normal;
}
.content_customer_engageiq strong {
  color: #296c9e !important;
  font-weight: bold !important;
}
.content_customer_engageiq em {
  font-size: 16px !important;
}
.content_customer_engageiq i {
  color: #296c9e !important;
}
.content_customer_engageiq .panel_title {
  color: #296c9e !important;
  font-size: 30px !important;
  text-transform: unset !important;
}

li.content_customer_engageiq {
  margin-left: 35px;
}

.trybuybox {
  background-color: #e1529e;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.trybuybox.engageiqtheme {
  background-color: #055a8c;
}

.engageiqtheme .focus {
  color: #055a8c !important;
}

.engageiqtheme .dropdown-menu > .active > a,
.engageiqtheme .dropdown-menu > .active > a:hover,
.engageiqtheme .dropdown-menu > .active > a:focus {
  background-color: #055a8c !important;
}

.engageiqtheme .form-control:focus,
.engageiqtheme .form-control.focus {
  background-image: linear-gradient(135deg, #032f51, #055a8c, #0a7bc2) !important;
}

.engageiqtheme .form-control-wrapper .form-control:focus ~ .floating-label {
  color: #055a8c !important;
}

.engageiqtheme .date_icon {
  color: #055a8c !important;
}

.kpi_dark a {
  background-color: #032f51 !important;
}
.kpi_dark a:hover {
  color: white !important;
}
.kpi_dark h6 {
  color: #032f51 !important;
}
.kpi_dark .panel:hover {
  box-shadow: #296c9e 0px 0px 11px;
  transition: box-shadow 0.6s ease-in;
}

.datepicker.engageiq_datepicker {
  background-color: #055a8c !important;
}
.datepicker.engageiq_datepicker thead {
  background-color: #055a8c !important;
}
.datepicker.engageiq_datepicker thead tr:first-child th:hover {
  background: #033a5b !important;
}
.datepicker.engageiq_datepicker td.day:hover {
  background: #033a5b !important;
}
.datepicker.engageiq_datepicker td.active, .datepicker.engageiq_datepicker td.active:hover {
  background-color: #055a8c !important;
}
.datepicker.engageiq_datepicker td.active:hover, .datepicker.engageiq_datepicker td.active:hover:hover, .datepicker.engageiq_datepicker td.active:focus, .datepicker.engageiq_datepicker td.active:hover:focus, .datepicker.engageiq_datepicker td.active:active, .datepicker.engageiq_datepicker td.active:hover:active, .datepicker.engageiq_datepicker td.active.active, .datepicker.engageiq_datepicker td.active:hover.active, .datepicker.engageiq_datepicker td.active.disabled, .datepicker.engageiq_datepicker td.active:hover.disabled, .datepicker.engageiq_datepicker td.active[disabled], .datepicker.engageiq_datepicker td.active:hover[disabled] {
  background-color: #033a5b !important;
}
.datepicker.engageiq_datepicker td span:hover {
  background: #033a5b !important;
}
.datepicker.engageiq_datepicker td span.active {
  background-color: #033a5b !important;
}
.datepicker.engageiq_datepicker td span.active:hover, .datepicker.engageiq_datepicker td span.active:focus, .datepicker.engageiq_datepicker td span.active:active, .datepicker.engageiq_datepicker td span.active.active, .datepicker.engageiq_datepicker td span.active.disabled, .datepicker.engageiq_datepicker td span.active[disabled] {
  background-color: #011b2a !important;
}
.datepicker.engageiq_datepicker .today {
  color: #055a8c !important;
}

.button-bottom {
  display: grid;
  height: 200px;
  align-items: end;
}

.content-wrapper {
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease;
}

.content {
  display: flex;
  transition: transform 0.4s ease;
}

.tab {
  min-width: 100%;
  box-sizing: border-box;
}
.tab div {
  padding: unset !important;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 5px;
}

.dot {
  cursor: pointer;
  font-size: 40px;
  margin: 0 5px;
  color: gray;
  transition: color 0.3s ease;
}

.dot.active {
  color: #e1529e;
}

.engageiq-tabs .dot.active {
  color: #055a8c !important;
}

.info-card-alert {
  background-color: #00ACA1 !important;
  padding-left: 50px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.info-card-alert p {
  color: white;
  font-size: 18px;
}

.modal.dark .modal-content {
  background-color: #e1529e !important;
  color: #fff;
  text-align: center;
}

.modal.engageiqtheme .modal-content {
  text-align: center;
  border: solid 5px #055a8c;
}

.btn-light {
  background-color: #fff !important;
  color: black !important;
  min-width: 100px !important;
}

.dot-status {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.dot-status.dot-status-active {
  background-color: #008000;
}

.dot-status.dot-status-inactive {
  background-color: #FF0000;
}

.dot-status.eiqcat-unknown {
  background-color: #808080;
}

.dot-status.eiqcat-dormant {
  background-color: #d30f2c;
}

.dot-status.eiqcat-decline {
  background-color: #fc6b36;
}

.dot-status.eiqcat-grow {
  background-color: #ffc73b;
}

.dot-status.eiqcat-active {
  background-color: #3fbaba;
}

.dot-status.eiqcat-topengager {
  background-color: #255ff1;
}

.arrow {
  background: none;
  border: none;
  font-size: 23px;
  cursor: pointer;
  padding: 5px 5px;
  margin-top: 8px;
  color: gray;
}

.arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.engage_icon {
  width: 32px;
  height: 32px;
  color: #000000;
  transition: color 0.2s ease;
}

.engage_icon:hover {
  color: #296c9e !important;
}

/* Flow description tooltip (position:fixed, appended to body) */
#flowDescTooltip {
  display: none;
  position: fixed;
  background: #555;
  color: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  white-space: pre-line;
  z-index: 9999;
  max-width: 280px;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
#flowDescTooltip .flow-desc-tooltip-arrow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #555;
}

.flow-desc-tip {
  cursor: default;
}

.flow-meta-edit-btn {
  color: #555;
  font-size: 20px;
  line-height: 1;
  margin-left: 5px;
}

#flowMetaEditModal .form-control:focus {
  border: 0;
  outline: none;
  box-shadow: none;
  background-image: linear-gradient(#e1529e, #e1529e), linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 100% 2px, 100% 1px;
}

#flowMetaEditModal .form-control-wrapper textarea.form-control {
  padding-top: 15px;
}

#flowMetaEditModal .modal-body {
  padding: 32px 30px 24px;
}

#flowMetaEditModal .modal-footer {
  padding: 16px 30px;
}

/* Switch nel contesto tabella (annulla margini default del label) */
.switch--table {
  margin: 0;
  vertical-align: middle;
}

/* ── Selezione automatismo (selflowdesign) ───────────────────────── */
#selflowdesign-cards {
  display: flex;
  flex-wrap: wrap;
}
#selflowdesign-cards > [class*=col-] {
  display: flex;
  flex-direction: column;
}
#selflowdesign-cards > [class*=col-] .container-fluid,
#selflowdesign-cards > [class*=col-] .panel,
#selflowdesign-cards > [class*=col-] .panel-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#selflowdesign-cards > [class*=col-] .panel-body {
  justify-content: space-between;
}

.selflowdesign-layout {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

#selflowdesign-sidebar {
  flex: 0 0 240px;
  width: 240px;
  position: sticky;
  top: 0;
  align-self: flex-start;
  overflow-y: auto;
  padding-right: 10px;
}

#selflowdesign-cards-col {
  flex: 1;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 15px;
}

.selflowdesign-panel-sidebar {
  margin-bottom: 0;
  padding: 8px 0;
}

.sfd-section {
  margin-bottom: 4px;
}

.sfd-section-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #999;
  padding: 14px 18px 6px;
}

.sfd-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sfd-item {
  font-size: 15px;
  color: #444;
  padding: 7px 18px;
  cursor: pointer;
  border-radius: 6px;
  margin: 1px 8px;
  transition: background 0.12s ease, color 0.12s ease;
  line-height: 1.4;
}
.sfd-item:hover {
  background-color: #FFE1EF;
  color: #82003B;
}
.sfd-item.active {
  background-color: #FFE1EF;
  color: #82003B;
  font-weight: 600;
}

a.selflowdesign-preview-link {
  font-size: 15px;
  color: #555;
  text-decoration: none;
}
a.selflowdesign-preview-link:visited {
  color: #555;
}
a.selflowdesign-preview-link:hover {
  color: #222;
}
a.selflowdesign-preview-link i {
  margin-right: 4px;
}

/* Step schematici nel modal anteprima */
.flowpreview-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}

.flowpreview-step-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 12px;
  width: 28px;
  flex-shrink: 0;
}

.flowpreview-step-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFE1EF;
  color: #e1529e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.flowpreview-step-line {
  width: 2px;
  flex: 1;
  min-height: 14px;
  background: #f4bfdb;
  margin: 3px 0;
}

.flowpreview-step-body {
  flex: 1;
  padding-bottom: 4px;
}

.flowpreview-step-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 28px;
}

.flowpreview-step-on {
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}

.flowpreview-step--optional .flowpreview-step-icon {
  background: #f5f5f5;
  color: #aaa;
}
.flowpreview-step--optional .flowpreview-step-label {
  color: #aaa;
  font-weight: 400;
}

.flowpreview-step-optional-badge {
  display: inline-block;
  font-size: 10px;
  background: #f0f0f0;
  color: #999;
  border-radius: 3px;
  padding: 1px 5px;
  margin-left: 6px;
  vertical-align: middle;
  line-height: 16px;
}

.flowpreview-section-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #aaa;
  margin-bottom: 8px;
}

.flowpreview-entry-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.flowpreview-entry-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  background: #fef7fb;
  color: #dd3c92;
  border-radius: 12px;
  padding: 3px 10px;
  border: 1px solid #f2b2d4;
  white-space: nowrap;
}

.flowpreview-step--entry .flowpreview-step-icon {
  background: #e1529e;
  color: #fff;
}

.flowpreview-step-trigger {
  font-size: 11px;
  color: #e1529e;
  font-weight: 500;
  margin-bottom: 1px;
  line-height: 1.3;
}

.flowpreview-step-line--conditional {
  background: repeating-linear-gradient(to bottom, #e8960a 0, #e8960a 4px, transparent 4px, transparent 8px);
}

.flowpreview-step-condition {
  font-size: 11px;
  color: #e8960a;
  font-weight: 500;
  margin-bottom: 1px;
  line-height: 1.3;
}

.flowpreview-step--failchain .flowpreview-step-icon {
  background: #fff3d6;
  color: #c97b00;
}

/*# sourceMappingURL=style.css.map */
