/*** TAG ***/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

.primaryColor {
  color: #54C0E8; }

.lastAccessWhite {
  font: 400 12px/1.1em 'proxima-nova', sans-serif;
  text-align: center;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  height: 46px;
  padding-top: 18px; }

.lastAccessGray {
  font: 400 12px/1.1em 'proxima-nova', sans-serif;
  text-align: center;
  background-color: #F6F7F9;
  border: 1px solid #C6C6C6;
  height: 46px;
  padding-top: 18px; }

.roundGrayButton {
  color: #000023;
  background-color: #F6F7F9;
  border-radius: 20px;
  padding-left: 11px;
  padding-top: 0px;
  /* border: 42px; */
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  width: 70px;
  height: 40px;
  border-color: #000023;
  top: -20px !important;
  padding-right: 11px; }

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  margin-top: 20px; }

.strike > span {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  color: #C6C6C6; }

.strike > span:before,
.strike > span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 9999px;
  /* Here is the modification */
  border-top: 4px double #ddd; }

.strike > span:before {
  right: 100%;
  margin-right: 15px; }

.strike > span:after {
  left: 100%;
  margin-left: 15px; }

.card-radio {
  /*   height: 250px;
  width: 250px; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  border: 1px #C6C6C6 solid;
  border-radius: 10px;
  padding: 10px;
  color: #8A9BA6;
  cursor: pointer; }

.card-radio .card-icon {
  font-size: 45px;
  color: #C6C6C6;
  padding: 10px; }

.card-radio-column {
  width: 200px;
  flex-direction: column;
  align-items: stretch !important; }

.card-radio-horizontal-big {
  width: 200px; }

.card-radio-column .card-icon {
  font-size: 60px;
  color: #54C0E8; }

.card-radio-selected {
  border-color: transparent;
  /* remove the border's color */
  box-shadow: 0 0 0 3px #54C0E8;
  /* emulate the border */ }

.card-radio-item-title {
  align-self: auto;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px; }

.card-radio-item-text {
  align-self: auto;
  text-align: center;
  font-size: 14px; }

.card-radio-item-button {
  align-self: auto;
  text-align: center;
  font-size: 14px; }

.card-radio-item-info {
  align-self: auto;
  text-align: center;
  font-size: 12px;
  color: #006098; }

.card-radio-column .card-radio-item-text {
  height: 100px;
  padding: 15px; }

.info-icon-card {
  font-size: 80px;
  color: #54C0E8;
  padding: 10px; }

.info-ul-card {
  padding-left: 20;
  font-size: 14px;
  margin-bottom: 0; }

.info-li-card {
  padding: 5px; }

.leaflet-overlay-pane svg {
  z-index: 6 !important; }

.advise {
  margin-top: 20px; }

.packages {
  width: 100%;
  background-color: white;
  color: #006098;
  min-height: 300px;
  padding: 10px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #cbd0d4;
  border-radius: 5px;
  box-shadow: none; }

.packages-container {
  display: flex;
  flex-flow: row wrap;
  align-content: space-around;
  justify-content: space-around;
  margin-top: 45px;
  margin-bottom: 45px; }

.package {
  margin: auto;
  text-align: end;
  margin-bottom: 30px; }

.package-title {
  font-size: 14px;
  font-weight: 400;
  color: #14243C; }

.package-total {
  color: color-text-primary;
  font-weight: 700 !important;
  font-size: 20px;
  white-space: nowrap;
  line-height: 28px; }

.package-euro {
  line-height: 50px;
  font-weight: 700 !important;
  font-size: 30px;
  white-space: nowrap;
  color: #006098; }

.package-selected {
  opacity: 1 !important;
  -moz-opacity: 100%;
  -webkit-opacity: 100%;
  z-index: 2; }

.package > img {
  padding-top: 5px;
  padding-bottom: 10px;
  cursor: pointer;
  opacity: 0.2;
  -moz-opacity: 20%;
  -webkit-opacity: 20%; }

.package > div > label {
  font-size: 18px; }

/*** COMPONENTS: POPOVER, TOOLTIP ***/
/*** LOGIN WRAPPER ***/
/*** NAV WRAPPER ***/
/*** MAIN WRAPPER ***/
/*** TABLE ***/
/*** BUTTON / BTN-GROUP ***/
/*** TOOLTIP ***/
/*** TABLE TD.LINK ***/
/*** TABLE TH.TREE ***/
/*** TABLE TD.TREE ***/
/*** TABLE TH.ACTION ***/
/*** TABLE TD.ACTION ***/
/*** TABLE TH.ICON ***/
/*** TABLE TD.ICON ***/
/*** TABLE TH.ICON-ACTION ***/
/*** TABLE TD.ICON-ACTION ***/
/*** TABLE TH.STATUS ***/
/*** TABLE TD.STATUS ***/
/*** POPOVER ***/
/*** TABLE TD.DATE ***/
/*** TABLE TD.NUMBER ***/
/*** TABLE TD.DECIMAL ***/
/*** TABLE TD.CURRENCY ***/
/*** TABLE TD.PERCENTAGE ***/
/*** LABEL ***/
/*** PANEL (ACCORDION) ***/
/*** PANEL (WIDGET) ***/
/*** PROGRESS ***/
/*** ALERT ***/
/*** SECTION ***/
/*** HELPER ***/
/*** TILE ***/
/*** NAV-TABS ***/
/*** NAV-TABS SLANTED ***/
/*** DESCRIPTION (DL, DT, DD) ***/
/*** MODAL ***/
/*** LIST GROUP ***/
/*** RESPONSIVE QUERIES ***/
/*** BASE CSS ***/
.m-l-md {
  margin-left: 15px; }

.m-l-sm {
  margin-left: 3px; }

.m-r-sm {
  margin-right: 10px; }

.m-t-md {
  margin-top: 10px; }

.p-title-align {
  padding-left: 55px;
  padding-top: 3px; }

.p-check-align {
  padding-right: 45px; }

.pack-padding-all {
  padding: 10px; }

.alert-feedback-general {
  text-align: center;
  color: #c60040;
  display: block;
  min-height: 2.4em;
  overflow: hidden; }

.custom-slider.rzslider {
  margin: 12px 0 15px 0 !important; }

.custom-slider.rzslider .rz-bubble {
  bottom: -44px !important; }

.clusterMyData {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px; }

#circleRed {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-left: 5px;
  background: red;
  margin-top: 1px; }

#circleYellow {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-left: 5px;
  background: yellow;
  margin-top: 1px; }

#circleGreen {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-left: 5px;
  background: green;
  margin-top: 1px; }

.selectedAccount {
  border-left: 4px solid #006098; }

.settingBorderTop {
  border-top: 1px solid rgba(0, 96, 152, 0.3); }

.settingBorderBottom {
  border-bottom: 1px solid rgba(0, 96, 152, 0.3); }

.optionAccount {
  color: black; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

.d-flex {
  display: flex; }

.display-none {
  display: none; }

.place-strategy .sign-Close {
  padding: 3px; }

.place-strategy:hover {
  cursor: pointer; }
  .place-strategy:hover .sign-Close {
    background-color: rgba(0, 96, 152, 0.3);
    border-radius: 50%; }

.no-overflow {
  overflow: unset; }

.digital-tile {
  background-color: white;
  border: 1px solid #c6c6c6;
  padding: 12px;
  height: 200px;
  border-radius: 5px; }
  .digital-tile .title {
    font-size: 16px;
    font-weight: 600;
    align-items: center; }
  .digital-tile .chart {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .digital-tile .chart .value {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      height: 100%; }
      .digital-tile .chart .value i {
        font-size: 50px;
        color: #c6c6c6;
        margin-top: 5px; }
      .digital-tile .chart .value h2 {
        font-weight: 600; }

.circle-legenda {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: auto; }

.outer_list {
  list-style: none;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: 'Lucida Console', 'Courier New', monospace;
  margin-top: 10px; }
  .outer_list li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: '. . . . . . . . . . . . . . . . . . . . ' '. . . . . . . . . . . . . . . . . . . . ' '. . . . . . . . . . . . . . . . . . . . ' '. . . . . . . . . . . . . . . . . . . . '; }
  .outer_list span:nth-child(1) {
    padding-right: 0.33em;
    background: #f5f5f5; }
  .outer_list span:nth-child(2) {
    float: right;
    padding-left: 0.33em;
    background: #f5f5f5; }
