@charset "UTF-8";
@import url("/etc/designs/gimb2-it/css/font-awesome.css");
@import url("/etc/designs/gimb2-it/css/fonts.css");
gmb-chip-button .gmb-chip-button, .button-fac-simile.classic, gmb-button .classic {
  color: #262626;
  background-color: #f5f5f5;
}

.gmb-message, gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-content gmb-checkbox .gmb-checkbox-container:hover, gmb-dropdown .gmb-dropdown-container .show-dropdown-content.gmb-dropdown-content .gmb-dropdown-item:hover, gmb-onoff-switch .gmbOnOffSwitch:checked + .gmbOnOffSwitchOuter .gmbOnOffSwitchButton {
  color: #fff;
  background-color: #007a91;
}

html, body {
  font-size: 14px;
}

gmb-chip-button .gmb-chip-button, .button-fac-simile.classic, gmb-button .classic {
  color: #262626;
  background-color: #f5f5f5;
}

.gmb-message, gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-content gmb-checkbox .gmb-checkbox-container:hover, gmb-dropdown .gmb-dropdown-container .show-dropdown-content.gmb-dropdown-content .gmb-dropdown-item:hover, gmb-onoff-switch .gmbOnOffSwitch:checked + .gmbOnOffSwitchOuter .gmbOnOffSwitchButton {
  color: #fff;
  background-color: #007a91;
}

.vertical__align {
  display: inline-block;
}
.vertical__align--top {
  vertical-align: top;
}
.vertical__align--middle {
  vertical-align: middle;
}
.vertical__align--bottom {
  vertical-align: bottom;
}
.vertical__align--sub {
  vertical-align: sub;
}

/* RESPONSIVNESS */
@keyframes pressAnimation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0.6;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.gmb-color-default {
  color: #262626;
}

.gmb-color-bg-default {
  background-color: #262626;
}

.gmb-color-secondary {
  color: #666666;
}

.gmb-color-bg-secondary {
  background-color: #666666;
}

.gmb-color-disabled {
  color: #cccccc;
}

.gmb-color-bg-disabled {
  background-color: #cccccc;
}

.gmb-color-accent {
  color: #007a91;
}

.gmb-color-bg-accent {
  background-color: #007a91;
}

.gmb-color-positive {
  color: #2fa358;
}

.gmb-color-bg-positive {
  background-color: #2fa358;
}

.gmb-color-warning {
  color: #fbb800;
}

.gmb-color-bg-warning {
  background-color: #fbb800;
}

.gmb-color-negative {
  color: #D73928;
}

.gmb-color-bg-negative {
  background-color: #D73928;
}

.gmb-color-k6 {
  color: #e5e5e5;
}

.gmb-color-bg-k6 {
  background-color: #e5e5e5;
}

.gmb-color-investments-negative {
  color: #D73928;
}

.gmb-color-investments-positive {
  color: #2E844D;
}

.gmb-color-white {
  color: #fff;
}

.gmb-color-bg-white {
  background-color: #fff;
}

.gmb-color-bg-main {
  color: #262626;
  background-color: white;
}

.gmb-color-bg-gray {
  color: #262626;
  background-color: #f5f5f5;
}

.gmb-color-bg-black {
  color: white;
  background-color: #262626;
}

.gmb-color-bg-blue {
  color: white;
  background-color: #007a91;
}

.gmb-typ-display {
  font-family: "unicredit-bold";
  line-height: 3.5714285714rem;
  font-size: 3.5714285714rem;
}

.gmb-typ-headline {
  font-family: "unicredit-bold";
  font-size: 2.5rem;
  line-height: 3rem;
}

.gmb-typ-headline-regular {
  font-family: "unicredit-regular";
  font-size: 2.5rem;
  line-height: 3rem;
}

.gmb-typ-importo {
  font-family: "unicredit-bold";
  font-size: 2.1428571429rem;
  line-height: 2.3571428571rem;
}

.gmb-typ-valuta {
  font-family: "unicredit-bold";
  font-size: 1.7857142857rem;
  line-height: 1.9285714286rem;
}

.gmb-typ-valuta-regolar {
  font-family: "unicredit-regular";
  font-size: 1.7857142857rem;
  line-height: 1.9285714286rem;
}

.gmb-typ-valuta-regolar-uppercase {
  font-family: "unicredit-regular";
  font-size: 1.7857142857rem;
  line-height: 1.5714285714rem;
  text-transform: uppercase;
}

.gmb-typ-paragraph-uppercase {
  font-family: "unicredit-bold";
  font-size: 1.4285714286rem;
  line-height: 1.5714285714rem;
  text-transform: uppercase;
}

.gmb-typ-paragraph {
  font-family: "unicredit-bold";
  font-size: 1.4285714286rem;
  line-height: 1.5714285714rem;
}

.gmb-typ-subtitle {
  font-family: "unicredit-bold";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
}

.gmb-typ-subtitle-uppercase {
  font-family: "unicredit-bold";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  text-transform: uppercase;
}

.gmb-typ-body {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
}

.gmb-typ-dashboard {
  font-family: "unicredit-bold";
  font-size: 1.1428571429rem;
  line-height: 1.2142857143rem;
  text-transform: uppercase;
}

.gmb-typ-info {
  font-family: "unicredit-regular";
  font-size: 1.1428571429rem;
  line-height: 1.2142857143rem;
}

.gmb-typ-label-upper {
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
}

.gmb-typ-label-lower {
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
}

.gmb-typ-dashboard-highlight {
  font-family: "unicredit-medium";
  font-size: 1rem;
  line-height: 0.8571428571rem;
}

.gmb-typ-dashboard-text {
  font-family: "unicredit-regular";
  font-size: 1rem;
  line-height: 0.8571428571rem;
}

.gmb-typ-dashboard-close {
  font-family: "unicredit-bold";
  font-size: 0.7857142857rem;
  line-height: 0.8571428571rem;
  text-transform: uppercase;
}

.gmb-typ-disclaimer {
  font-family: "arial";
  line-height: 0.8571428571rem;
  font-size: 0.7857142857rem;
}

.gmb-typ-modal-label {
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  color: #909090;
}

.gmb-typ-modal-value {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
}

.gmb-typ-capitalize {
  text-transform: capitalize;
}

.bannerButton__buttonHighlight, .button-fac-simile.gmb-btn-disabled, .button-fac-simile.secondary-negative, .button-fac-simile.secondary, .button-fac-simile.primary, .button-fac-simile.classic, gmb-button .gmb-btn-disabled, gmb-button .secondary-negative, gmb-button .secondary, gmb-button .primary, gmb-button .classic {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.7857142857rem 1.4285714286rem;
  border-radius: 0.2857142857rem;
  outline: none;
  min-width: 120px;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  font-family: "unicredit-bold";
}

/* GIMB BUTTON  */
gmb-button {
  display: inline-block;
}
gmb-button > input:hover {
  cursor: pointer;
}
gmb-button .classic {
  border: 2px solid transparent;
  padding: 0.2857142857rem 0.8571428571rem !important;
}
gmb-button .classic:hover {
  background-color: #E8E8E8;
  border: 2px solid #E5E5E5;
}
gmb-button .classic:active {
  color: #026275;
  background-color: #ffffff;
  border: 2px solid #007a91;
}
gmb-button .primary {
  background: #007a91;
  color: #fff;
  border: 2px solid #007a91;
}
gmb-button .primary:hover {
  background-color: #006375;
  border-color: #006375;
}
gmb-button .secondary {
  background: #fff;
  color: #262626;
  border: 2px solid #262626;
}
gmb-button .secondary:hover {
  background-color: #f5f5f5;
  border-color: #666666;
  color: #666666;
}
gmb-button .secondary-negative {
  color: #fff;
  border: 2px solid #fff;
}
gmb-button .secondary-negative:hover {
  border-color: #cccccc;
  color: #cccccc;
}
gmb-button .gmb-font-size-small {
  font-size: 0.8571428571rem;
}
gmb-button .gmb-btn-disabled {
  background: #f5f5f5;
  color: #cccccc;
  border: 2px solid #f5f5f5;
  cursor: default;
  pointer-events: none;
}
gmb-button + gmb-button {
  margin-left: 2.8571428571rem;
}

.button-fac-simile {
  cursor: pointer;
}
.button-fac-simile.classic {
  border: 2px solid transparent;
  padding: 0.2857142857rem 0.8571428571rem !important;
}
.button-fac-simile.classic:hover {
  background-color: #E8E8E8;
  border: 2px solid #E5E5E5;
}
.button-fac-simile.classic:active {
  color: #026275;
  background-color: #ffffff;
  border: 2px solid #007a91;
}
.button-fac-simile.primary {
  background: #007a91;
  color: #fff;
  border: 2px solid #007a91;
}
.button-fac-simile.primary:hover {
  background-color: #006375;
  border-color: #006375;
}
.button-fac-simile.secondary {
  background: #fff;
  color: #262626;
  border: 2px solid #262626;
}
.button-fac-simile.secondary:hover {
  background-color: #f5f5f5;
  border-color: #666666;
  color: #666666;
}
.button-fac-simile.secondary-negative {
  color: #fff;
  border: 2px solid #fff;
}
.button-fac-simile.secondary-negative:hover {
  border-color: #cccccc;
  color: #cccccc;
}
.button-fac-simile.gmb-btn-disabled {
  background: #f5f5f5;
  color: #cccccc;
  border: 2px solid #f5f5f5;
  cursor: default;
  pointer-events: none;
}
.button-fac-simile.ui-button .ui-button-text {
  padding: 0 !important;
  line-height: 1.7142857143rem !important;
}

.gmb-column-padding-lr-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.gmb-column-padding-tb-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.gmb-column-padding-right-0 {
  padding-right: 0rem;
  padding-left: 0;
}

.gmb-column-padding-left-0 {
  padding-left: 0rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-0 {
  padding-right: 0rem;
}

.gmb-column-padding-only-left-0 {
  padding-left: 0rem;
}

.gmb-column-padding-top-0 {
  padding-top: 0rem;
}

.gmb-column-padding-bottom-0 {
  padding-bottom: 0rem;
}

.gmb-column-margin-lr-0 {
  margin-right: 0rem;
  margin-left: 0rem;
}

.gmb-column-margin-right-0 {
  margin-right: 0rem;
}

.gmb-column-margin-left-0 {
  margin-left: 0rem;
}

.gmb-column-margin-bottom-0 {
  margin-bottom: 0rem;
}

.gmb-column-margin-top-0 {
  margin-top: 0rem;
}

.gmb-column-margin-tb-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.gmb-column-padding-lr-5 {
  padding-left: 0.3571428571rem;
  padding-right: 0.3571428571rem;
}

.gmb-column-padding-tb-5 {
  padding-top: 0.3571428571rem;
  padding-bottom: 0.3571428571rem;
}

.gmb-column-padding-right-5 {
  padding-right: 0.3571428571rem;
  padding-left: 0;
}

.gmb-column-padding-left-5 {
  padding-left: 0.3571428571rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-5 {
  padding-right: 0.3571428571rem;
}

.gmb-column-padding-only-left-5 {
  padding-left: 0.3571428571rem;
}

.gmb-column-padding-top-5 {
  padding-top: 0.3571428571rem;
}

.gmb-column-padding-bottom-5 {
  padding-bottom: 0.3571428571rem;
}

.gmb-column-margin-lr-5 {
  margin-right: 0.3571428571rem;
  margin-left: 0.3571428571rem;
}

.gmb-column-margin-right-5 {
  margin-right: 0.3571428571rem;
}

.gmb-column-margin-left-5 {
  margin-left: 0.3571428571rem;
}

.gmb-column-margin-bottom-5 {
  margin-bottom: 0.3571428571rem;
}

.gmb-column-margin-top-5 {
  margin-top: 0.3571428571rem;
}

.gmb-column-margin-tb-5 {
  margin-top: 0.3571428571rem;
  margin-bottom: 0.3571428571rem;
}

.gmb-column-padding-lr-10 {
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
}

.gmb-column-padding-tb-10 {
  padding-top: 0.7142857143rem;
  padding-bottom: 0.7142857143rem;
}

.gmb-column-padding-right-10 {
  padding-right: 0.7142857143rem;
  padding-left: 0;
}

.gmb-column-padding-left-10 {
  padding-left: 0.7142857143rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-10 {
  padding-right: 0.7142857143rem;
}

.gmb-column-padding-only-left-10 {
  padding-left: 0.7142857143rem;
}

.gmb-column-padding-top-10 {
  padding-top: 0.7142857143rem;
}

.gmb-column-padding-bottom-10 {
  padding-bottom: 0.7142857143rem;
}

.gmb-column-margin-lr-10 {
  margin-right: 0.7142857143rem;
  margin-left: 0.7142857143rem;
}

.gmb-column-margin-right-10 {
  margin-right: 0.7142857143rem;
}

.gmb-column-margin-left-10 {
  margin-left: 0.7142857143rem;
}

.gmb-column-margin-bottom-10 {
  margin-bottom: 0.7142857143rem;
}

.gmb-column-margin-top-10 {
  margin-top: 0.7142857143rem;
}

.gmb-column-margin-tb-10 {
  margin-top: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}

.gmb-column-padding-lr-15 {
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
}

.gmb-column-padding-tb-15 {
  padding-top: 1.0714285714rem;
  padding-bottom: 1.0714285714rem;
}

.gmb-column-padding-right-15 {
  padding-right: 1.0714285714rem;
  padding-left: 0;
}

.gmb-column-padding-left-15 {
  padding-left: 1.0714285714rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-15 {
  padding-right: 1.0714285714rem;
}

.gmb-column-padding-only-left-15 {
  padding-left: 1.0714285714rem;
}

.gmb-column-padding-top-15 {
  padding-top: 1.0714285714rem;
}

.gmb-column-padding-bottom-15 {
  padding-bottom: 1.0714285714rem;
}

.gmb-column-margin-lr-15 {
  margin-right: 1.0714285714rem;
  margin-left: 1.0714285714rem;
}

.gmb-column-margin-right-15 {
  margin-right: 1.0714285714rem;
}

.gmb-column-margin-left-15 {
  margin-left: 1.0714285714rem;
}

.gmb-column-margin-bottom-15 {
  margin-bottom: 1.0714285714rem;
}

.gmb-column-margin-top-15 {
  margin-top: 1.0714285714rem;
}

.gmb-column-margin-tb-15 {
  margin-top: 1.0714285714rem;
  margin-bottom: 1.0714285714rem;
}

.gmb-column-padding-lr-20 {
  padding-left: 1.4285714286rem;
  padding-right: 1.4285714286rem;
}

.gmb-column-padding-tb-20 {
  padding-top: 1.4285714286rem;
  padding-bottom: 1.4285714286rem;
}

.gmb-column-padding-right-20 {
  padding-right: 1.4285714286rem;
  padding-left: 0;
}

.gmb-column-padding-left-20 {
  padding-left: 1.4285714286rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-20 {
  padding-right: 1.4285714286rem;
}

.gmb-column-padding-only-left-20 {
  padding-left: 1.4285714286rem;
}

.gmb-column-padding-top-20 {
  padding-top: 1.4285714286rem;
}

.gmb-column-padding-bottom-20 {
  padding-bottom: 1.4285714286rem;
}

.gmb-column-margin-lr-20 {
  margin-right: 1.4285714286rem;
  margin-left: 1.4285714286rem;
}

.gmb-column-margin-right-20 {
  margin-right: 1.4285714286rem;
}

.gmb-column-margin-left-20 {
  margin-left: 1.4285714286rem;
}

.gmb-column-margin-bottom-20 {
  margin-bottom: 1.4285714286rem;
}

.gmb-column-margin-top-20 {
  margin-top: 1.4285714286rem;
}

.gmb-column-margin-tb-20 {
  margin-top: 1.4285714286rem;
  margin-bottom: 1.4285714286rem;
}

.gmb-column-padding-lr-25 {
  padding-left: 1.7857142857rem;
  padding-right: 1.7857142857rem;
}

.gmb-column-padding-tb-25 {
  padding-top: 1.7857142857rem;
  padding-bottom: 1.7857142857rem;
}

.gmb-column-padding-right-25 {
  padding-right: 1.7857142857rem;
  padding-left: 0;
}

.gmb-column-padding-left-25 {
  padding-left: 1.7857142857rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-25 {
  padding-right: 1.7857142857rem;
}

.gmb-column-padding-only-left-25 {
  padding-left: 1.7857142857rem;
}

.gmb-column-padding-top-25 {
  padding-top: 1.7857142857rem;
}

.gmb-column-padding-bottom-25 {
  padding-bottom: 1.7857142857rem;
}

.gmb-column-margin-lr-25 {
  margin-right: 1.7857142857rem;
  margin-left: 1.7857142857rem;
}

.gmb-column-margin-right-25 {
  margin-right: 1.7857142857rem;
}

.gmb-column-margin-left-25 {
  margin-left: 1.7857142857rem;
}

.gmb-column-margin-bottom-25 {
  margin-bottom: 1.7857142857rem;
}

.gmb-column-margin-top-25 {
  margin-top: 1.7857142857rem;
}

.gmb-column-margin-tb-25 {
  margin-top: 1.7857142857rem;
  margin-bottom: 1.7857142857rem;
}

.gmb-column-padding-lr-30 {
  padding-left: 2.1428571429rem;
  padding-right: 2.1428571429rem;
}

.gmb-column-padding-tb-30 {
  padding-top: 2.1428571429rem;
  padding-bottom: 2.1428571429rem;
}

.gmb-column-padding-right-30 {
  padding-right: 2.1428571429rem;
  padding-left: 0;
}

.gmb-column-padding-left-30 {
  padding-left: 2.1428571429rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-30 {
  padding-right: 2.1428571429rem;
}

.gmb-column-padding-only-left-30 {
  padding-left: 2.1428571429rem;
}

.gmb-column-padding-top-30 {
  padding-top: 2.1428571429rem;
}

.gmb-column-padding-bottom-30 {
  padding-bottom: 2.1428571429rem;
}

.gmb-column-margin-lr-30 {
  margin-right: 2.1428571429rem;
  margin-left: 2.1428571429rem;
}

.gmb-column-margin-right-30 {
  margin-right: 2.1428571429rem;
}

.gmb-column-margin-left-30 {
  margin-left: 2.1428571429rem;
}

.gmb-column-margin-bottom-30 {
  margin-bottom: 2.1428571429rem;
}

.gmb-column-margin-top-30 {
  margin-top: 2.1428571429rem;
}

.gmb-column-margin-tb-30 {
  margin-top: 2.1428571429rem;
  margin-bottom: 2.1428571429rem;
}

.gmb-column-padding-lr-35 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.gmb-column-padding-tb-35 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.gmb-column-padding-right-35 {
  padding-right: 2.5rem;
  padding-left: 0;
}

.gmb-column-padding-left-35 {
  padding-left: 2.5rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-35 {
  padding-right: 2.5rem;
}

.gmb-column-padding-only-left-35 {
  padding-left: 2.5rem;
}

.gmb-column-padding-top-35 {
  padding-top: 2.5rem;
}

.gmb-column-padding-bottom-35 {
  padding-bottom: 2.5rem;
}

.gmb-column-margin-lr-35 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.gmb-column-margin-right-35 {
  margin-right: 2.5rem;
}

.gmb-column-margin-left-35 {
  margin-left: 2.5rem;
}

.gmb-column-margin-bottom-35 {
  margin-bottom: 2.5rem;
}

.gmb-column-margin-top-35 {
  margin-top: 2.5rem;
}

.gmb-column-margin-tb-35 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.gmb-column-padding-lr-40 {
  padding-left: 2.8571428571rem;
  padding-right: 2.8571428571rem;
}

.gmb-column-padding-tb-40 {
  padding-top: 2.8571428571rem;
  padding-bottom: 2.8571428571rem;
}

.gmb-column-padding-right-40 {
  padding-right: 2.8571428571rem;
  padding-left: 0;
}

.gmb-column-padding-left-40 {
  padding-left: 2.8571428571rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-40 {
  padding-right: 2.8571428571rem;
}

.gmb-column-padding-only-left-40 {
  padding-left: 2.8571428571rem;
}

.gmb-column-padding-top-40 {
  padding-top: 2.8571428571rem;
}

.gmb-column-padding-bottom-40 {
  padding-bottom: 2.8571428571rem;
}

.gmb-column-margin-lr-40 {
  margin-right: 2.8571428571rem;
  margin-left: 2.8571428571rem;
}

.gmb-column-margin-right-40 {
  margin-right: 2.8571428571rem;
}

.gmb-column-margin-left-40 {
  margin-left: 2.8571428571rem;
}

.gmb-column-margin-bottom-40 {
  margin-bottom: 2.8571428571rem;
}

.gmb-column-margin-top-40 {
  margin-top: 2.8571428571rem;
}

.gmb-column-margin-tb-40 {
  margin-top: 2.8571428571rem;
  margin-bottom: 2.8571428571rem;
}

.gmb-column-padding-lr-45 {
  padding-left: 3.2142857143rem;
  padding-right: 3.2142857143rem;
}

.gmb-column-padding-tb-45 {
  padding-top: 3.2142857143rem;
  padding-bottom: 3.2142857143rem;
}

.gmb-column-padding-right-45 {
  padding-right: 3.2142857143rem;
  padding-left: 0;
}

.gmb-column-padding-left-45 {
  padding-left: 3.2142857143rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-45 {
  padding-right: 3.2142857143rem;
}

.gmb-column-padding-only-left-45 {
  padding-left: 3.2142857143rem;
}

.gmb-column-padding-top-45 {
  padding-top: 3.2142857143rem;
}

.gmb-column-padding-bottom-45 {
  padding-bottom: 3.2142857143rem;
}

.gmb-column-margin-lr-45 {
  margin-right: 3.2142857143rem;
  margin-left: 3.2142857143rem;
}

.gmb-column-margin-right-45 {
  margin-right: 3.2142857143rem;
}

.gmb-column-margin-left-45 {
  margin-left: 3.2142857143rem;
}

.gmb-column-margin-bottom-45 {
  margin-bottom: 3.2142857143rem;
}

.gmb-column-margin-top-45 {
  margin-top: 3.2142857143rem;
}

.gmb-column-margin-tb-45 {
  margin-top: 3.2142857143rem;
  margin-bottom: 3.2142857143rem;
}

.gmb-column-padding-lr-50 {
  padding-left: 3.5714285714rem;
  padding-right: 3.5714285714rem;
}

.gmb-column-padding-tb-50 {
  padding-top: 3.5714285714rem;
  padding-bottom: 3.5714285714rem;
}

.gmb-column-padding-right-50 {
  padding-right: 3.5714285714rem;
  padding-left: 0;
}

.gmb-column-padding-left-50 {
  padding-left: 3.5714285714rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-50 {
  padding-right: 3.5714285714rem;
}

.gmb-column-padding-only-left-50 {
  padding-left: 3.5714285714rem;
}

.gmb-column-padding-top-50 {
  padding-top: 3.5714285714rem;
}

.gmb-column-padding-bottom-50 {
  padding-bottom: 3.5714285714rem;
}

.gmb-column-margin-lr-50 {
  margin-right: 3.5714285714rem;
  margin-left: 3.5714285714rem;
}

.gmb-column-margin-right-50 {
  margin-right: 3.5714285714rem;
}

.gmb-column-margin-left-50 {
  margin-left: 3.5714285714rem;
}

.gmb-column-margin-bottom-50 {
  margin-bottom: 3.5714285714rem;
}

.gmb-column-margin-top-50 {
  margin-top: 3.5714285714rem;
}

.gmb-column-margin-tb-50 {
  margin-top: 3.5714285714rem;
  margin-bottom: 3.5714285714rem;
}

.gmb-column-padding-lr-55 {
  padding-left: 3.9285714286rem;
  padding-right: 3.9285714286rem;
}

.gmb-column-padding-tb-55 {
  padding-top: 3.9285714286rem;
  padding-bottom: 3.9285714286rem;
}

.gmb-column-padding-right-55 {
  padding-right: 3.9285714286rem;
  padding-left: 0;
}

.gmb-column-padding-left-55 {
  padding-left: 3.9285714286rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-55 {
  padding-right: 3.9285714286rem;
}

.gmb-column-padding-only-left-55 {
  padding-left: 3.9285714286rem;
}

.gmb-column-padding-top-55 {
  padding-top: 3.9285714286rem;
}

.gmb-column-padding-bottom-55 {
  padding-bottom: 3.9285714286rem;
}

.gmb-column-margin-lr-55 {
  margin-right: 3.9285714286rem;
  margin-left: 3.9285714286rem;
}

.gmb-column-margin-right-55 {
  margin-right: 3.9285714286rem;
}

.gmb-column-margin-left-55 {
  margin-left: 3.9285714286rem;
}

.gmb-column-margin-bottom-55 {
  margin-bottom: 3.9285714286rem;
}

.gmb-column-margin-top-55 {
  margin-top: 3.9285714286rem;
}

.gmb-column-margin-tb-55 {
  margin-top: 3.9285714286rem;
  margin-bottom: 3.9285714286rem;
}

.gmb-column-padding-lr-60 {
  padding-left: 4.2857142857rem;
  padding-right: 4.2857142857rem;
}

.gmb-column-padding-tb-60 {
  padding-top: 4.2857142857rem;
  padding-bottom: 4.2857142857rem;
}

.gmb-column-padding-right-60 {
  padding-right: 4.2857142857rem;
  padding-left: 0;
}

.gmb-column-padding-left-60 {
  padding-left: 4.2857142857rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-60 {
  padding-right: 4.2857142857rem;
}

.gmb-column-padding-only-left-60 {
  padding-left: 4.2857142857rem;
}

.gmb-column-padding-top-60 {
  padding-top: 4.2857142857rem;
}

.gmb-column-padding-bottom-60 {
  padding-bottom: 4.2857142857rem;
}

.gmb-column-margin-lr-60 {
  margin-right: 4.2857142857rem;
  margin-left: 4.2857142857rem;
}

.gmb-column-margin-right-60 {
  margin-right: 4.2857142857rem;
}

.gmb-column-margin-left-60 {
  margin-left: 4.2857142857rem;
}

.gmb-column-margin-bottom-60 {
  margin-bottom: 4.2857142857rem;
}

.gmb-column-margin-top-60 {
  margin-top: 4.2857142857rem;
}

.gmb-column-margin-tb-60 {
  margin-top: 4.2857142857rem;
  margin-bottom: 4.2857142857rem;
}

.gmb-column-padding-lr-65 {
  padding-left: 4.6428571429rem;
  padding-right: 4.6428571429rem;
}

.gmb-column-padding-tb-65 {
  padding-top: 4.6428571429rem;
  padding-bottom: 4.6428571429rem;
}

.gmb-column-padding-right-65 {
  padding-right: 4.6428571429rem;
  padding-left: 0;
}

.gmb-column-padding-left-65 {
  padding-left: 4.6428571429rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-65 {
  padding-right: 4.6428571429rem;
}

.gmb-column-padding-only-left-65 {
  padding-left: 4.6428571429rem;
}

.gmb-column-padding-top-65 {
  padding-top: 4.6428571429rem;
}

.gmb-column-padding-bottom-65 {
  padding-bottom: 4.6428571429rem;
}

.gmb-column-margin-lr-65 {
  margin-right: 4.6428571429rem;
  margin-left: 4.6428571429rem;
}

.gmb-column-margin-right-65 {
  margin-right: 4.6428571429rem;
}

.gmb-column-margin-left-65 {
  margin-left: 4.6428571429rem;
}

.gmb-column-margin-bottom-65 {
  margin-bottom: 4.6428571429rem;
}

.gmb-column-margin-top-65 {
  margin-top: 4.6428571429rem;
}

.gmb-column-margin-tb-65 {
  margin-top: 4.6428571429rem;
  margin-bottom: 4.6428571429rem;
}

.gmb-column-padding-lr-70 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.gmb-column-padding-tb-70 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.gmb-column-padding-right-70 {
  padding-right: 5rem;
  padding-left: 0;
}

.gmb-column-padding-left-70 {
  padding-left: 5rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-70 {
  padding-right: 5rem;
}

.gmb-column-padding-only-left-70 {
  padding-left: 5rem;
}

.gmb-column-padding-top-70 {
  padding-top: 5rem;
}

.gmb-column-padding-bottom-70 {
  padding-bottom: 5rem;
}

.gmb-column-margin-lr-70 {
  margin-right: 5rem;
  margin-left: 5rem;
}

.gmb-column-margin-right-70 {
  margin-right: 5rem;
}

.gmb-column-margin-left-70 {
  margin-left: 5rem;
}

.gmb-column-margin-bottom-70 {
  margin-bottom: 5rem;
}

.gmb-column-margin-top-70 {
  margin-top: 5rem;
}

.gmb-column-margin-tb-70 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.gmb-column-padding-lr-75 {
  padding-left: 5.3571428571rem;
  padding-right: 5.3571428571rem;
}

.gmb-column-padding-tb-75 {
  padding-top: 5.3571428571rem;
  padding-bottom: 5.3571428571rem;
}

.gmb-column-padding-right-75 {
  padding-right: 5.3571428571rem;
  padding-left: 0;
}

.gmb-column-padding-left-75 {
  padding-left: 5.3571428571rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-75 {
  padding-right: 5.3571428571rem;
}

.gmb-column-padding-only-left-75 {
  padding-left: 5.3571428571rem;
}

.gmb-column-padding-top-75 {
  padding-top: 5.3571428571rem;
}

.gmb-column-padding-bottom-75 {
  padding-bottom: 5.3571428571rem;
}

.gmb-column-margin-lr-75 {
  margin-right: 5.3571428571rem;
  margin-left: 5.3571428571rem;
}

.gmb-column-margin-right-75 {
  margin-right: 5.3571428571rem;
}

.gmb-column-margin-left-75 {
  margin-left: 5.3571428571rem;
}

.gmb-column-margin-bottom-75 {
  margin-bottom: 5.3571428571rem;
}

.gmb-column-margin-top-75 {
  margin-top: 5.3571428571rem;
}

.gmb-column-margin-tb-75 {
  margin-top: 5.3571428571rem;
  margin-bottom: 5.3571428571rem;
}

.gmb-column-padding-lr-80 {
  padding-left: 5.7142857143rem;
  padding-right: 5.7142857143rem;
}

.gmb-column-padding-tb-80 {
  padding-top: 5.7142857143rem;
  padding-bottom: 5.7142857143rem;
}

.gmb-column-padding-right-80 {
  padding-right: 5.7142857143rem;
  padding-left: 0;
}

.gmb-column-padding-left-80 {
  padding-left: 5.7142857143rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-80 {
  padding-right: 5.7142857143rem;
}

.gmb-column-padding-only-left-80 {
  padding-left: 5.7142857143rem;
}

.gmb-column-padding-top-80 {
  padding-top: 5.7142857143rem;
}

.gmb-column-padding-bottom-80 {
  padding-bottom: 5.7142857143rem;
}

.gmb-column-margin-lr-80 {
  margin-right: 5.7142857143rem;
  margin-left: 5.7142857143rem;
}

.gmb-column-margin-right-80 {
  margin-right: 5.7142857143rem;
}

.gmb-column-margin-left-80 {
  margin-left: 5.7142857143rem;
}

.gmb-column-margin-bottom-80 {
  margin-bottom: 5.7142857143rem;
}

.gmb-column-margin-top-80 {
  margin-top: 5.7142857143rem;
}

.gmb-column-margin-tb-80 {
  margin-top: 5.7142857143rem;
  margin-bottom: 5.7142857143rem;
}

.gmb-column-padding-lr-85 {
  padding-left: 6.0714285714rem;
  padding-right: 6.0714285714rem;
}

.gmb-column-padding-tb-85 {
  padding-top: 6.0714285714rem;
  padding-bottom: 6.0714285714rem;
}

.gmb-column-padding-right-85 {
  padding-right: 6.0714285714rem;
  padding-left: 0;
}

.gmb-column-padding-left-85 {
  padding-left: 6.0714285714rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-85 {
  padding-right: 6.0714285714rem;
}

.gmb-column-padding-only-left-85 {
  padding-left: 6.0714285714rem;
}

.gmb-column-padding-top-85 {
  padding-top: 6.0714285714rem;
}

.gmb-column-padding-bottom-85 {
  padding-bottom: 6.0714285714rem;
}

.gmb-column-margin-lr-85 {
  margin-right: 6.0714285714rem;
  margin-left: 6.0714285714rem;
}

.gmb-column-margin-right-85 {
  margin-right: 6.0714285714rem;
}

.gmb-column-margin-left-85 {
  margin-left: 6.0714285714rem;
}

.gmb-column-margin-bottom-85 {
  margin-bottom: 6.0714285714rem;
}

.gmb-column-margin-top-85 {
  margin-top: 6.0714285714rem;
}

.gmb-column-margin-tb-85 {
  margin-top: 6.0714285714rem;
  margin-bottom: 6.0714285714rem;
}

.gmb-column-padding-lr-90 {
  padding-left: 6.4285714286rem;
  padding-right: 6.4285714286rem;
}

.gmb-column-padding-tb-90 {
  padding-top: 6.4285714286rem;
  padding-bottom: 6.4285714286rem;
}

.gmb-column-padding-right-90 {
  padding-right: 6.4285714286rem;
  padding-left: 0;
}

.gmb-column-padding-left-90 {
  padding-left: 6.4285714286rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-90 {
  padding-right: 6.4285714286rem;
}

.gmb-column-padding-only-left-90 {
  padding-left: 6.4285714286rem;
}

.gmb-column-padding-top-90 {
  padding-top: 6.4285714286rem;
}

.gmb-column-padding-bottom-90 {
  padding-bottom: 6.4285714286rem;
}

.gmb-column-margin-lr-90 {
  margin-right: 6.4285714286rem;
  margin-left: 6.4285714286rem;
}

.gmb-column-margin-right-90 {
  margin-right: 6.4285714286rem;
}

.gmb-column-margin-left-90 {
  margin-left: 6.4285714286rem;
}

.gmb-column-margin-bottom-90 {
  margin-bottom: 6.4285714286rem;
}

.gmb-column-margin-top-90 {
  margin-top: 6.4285714286rem;
}

.gmb-column-margin-tb-90 {
  margin-top: 6.4285714286rem;
  margin-bottom: 6.4285714286rem;
}

.gmb-column-padding-lr-100 {
  padding-left: 7.1428571429rem;
  padding-right: 7.1428571429rem;
}

.gmb-column-padding-tb-100 {
  padding-top: 7.1428571429rem;
  padding-bottom: 7.1428571429rem;
}

.gmb-column-padding-right-100 {
  padding-right: 7.1428571429rem;
  padding-left: 0;
}

.gmb-column-padding-left-100 {
  padding-left: 7.1428571429rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-100 {
  padding-right: 7.1428571429rem;
}

.gmb-column-padding-only-left-100 {
  padding-left: 7.1428571429rem;
}

.gmb-column-padding-top-100 {
  padding-top: 7.1428571429rem;
}

.gmb-column-padding-bottom-100 {
  padding-bottom: 7.1428571429rem;
}

.gmb-column-margin-lr-100 {
  margin-right: 7.1428571429rem;
  margin-left: 7.1428571429rem;
}

.gmb-column-margin-right-100 {
  margin-right: 7.1428571429rem;
}

.gmb-column-margin-left-100 {
  margin-left: 7.1428571429rem;
}

.gmb-column-margin-bottom-100 {
  margin-bottom: 7.1428571429rem;
}

.gmb-column-margin-top-100 {
  margin-top: 7.1428571429rem;
}

.gmb-column-margin-tb-100 {
  margin-top: 7.1428571429rem;
  margin-bottom: 7.1428571429rem;
}

.gmb-column-padding-lr-150 {
  padding-left: 10.7142857143rem;
  padding-right: 10.7142857143rem;
}

.gmb-column-padding-tb-150 {
  padding-top: 10.7142857143rem;
  padding-bottom: 10.7142857143rem;
}

.gmb-column-padding-right-150 {
  padding-right: 10.7142857143rem;
  padding-left: 0;
}

.gmb-column-padding-left-150 {
  padding-left: 10.7142857143rem;
  padding-right: 0;
}

.gmb-column-padding-only-right-150 {
  padding-right: 10.7142857143rem;
}

.gmb-column-padding-only-left-150 {
  padding-left: 10.7142857143rem;
}

.gmb-column-padding-top-150 {
  padding-top: 10.7142857143rem;
}

.gmb-column-padding-bottom-150 {
  padding-bottom: 10.7142857143rem;
}

.gmb-column-margin-lr-150 {
  margin-right: 10.7142857143rem;
  margin-left: 10.7142857143rem;
}

.gmb-column-margin-right-150 {
  margin-right: 10.7142857143rem;
}

.gmb-column-margin-left-150 {
  margin-left: 10.7142857143rem;
}

.gmb-column-margin-bottom-150 {
  margin-bottom: 10.7142857143rem;
}

.gmb-column-margin-top-150 {
  margin-top: 10.7142857143rem;
}

.gmb-column-margin-tb-150 {
  margin-top: 10.7142857143rem;
  margin-bottom: 10.7142857143rem;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.feedback__container {
  margin: 3.2142857143rem auto 1.4285714286rem;
  text-align: center;
  max-width: 46.4285714286rem;
}
.feedback__container.feedback__container--left {
  text-align: left;
  margin: 0;
}

.feedback__container--top10-bottom40 {
  margin: 0.7142857143rem auto 2.8571428571rem;
  text-align: center;
  max-width: 46.4285714286rem;
}
.feedback__container--top10-bottom40.feedback__container--left {
  text-align: left;
  margin: 0;
}

.feedback__icon {
  font-size: 9.2857142857rem;
  color: #262626;
  margin-bottom: 2.8571428571rem;
  display: block;
}
.feedback__container--small .feedback__icon, .feedback__container--left .feedback__icon {
  font-size: 3.4285714286rem;
  margin-bottom: 1.4285714286rem;
}
.feedback__icon.feedback__icon--success {
  color: #2fa358;
}
.feedback__icon.feedback__icon--warning {
  color: #fbb800;
}
.feedback__icon.feedback__icon--error {
  color: #D73928;
}

.feedback__title {
  font-family: "unicredit-bold";
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.2857142857rem;
  margin-top: 0;
}
.feedback__container--left .feedback__title, .feedback__container--small .feedback__title {
  font-family: "unicredit-bold";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  margin-bottom: 0.3571428571rem;
}

.feedback__par {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  margin-bottom: 1.4285714286rem;
}

.feedback__par_margin40 {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  margin-bottom: 2.8571428571rem;
}

.thanks-content .feedback__container br + br {
  display: none;
}

.align__text--center {
  text-align: center;
}

.align__text--left {
  text-align: left;
}

.align__text--right {
  text-align: right;
}

.align__text--centet {
  /* deprecated: Use .align__text--center instead. */
  text-align: center;
}

.row__flex {
  display: flex;
  align-items: center;
  min-height: 1.7142857143rem;
}
.row__flex > *:last-child {
  margin-left: auto;
}
.row__flex .row__flex--right {
  text-align: right;
}
.row__flex.row__flex--top {
  align-items: flex-start;
}
.row__flex.row__flex--top .gmb-typ-label-upper {
  line-height: 24px;
}
.row__flex.row__flex--bottom {
  align-items: flex-end;
}

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

.button__container--fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bannerButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.2857142857rem;
  border: 0.1428571429rem solid #262626;
  padding: 1.4285714286rem 1.4285714286rem 1.4285714286rem 1.4285714286rem;
}
.bannerButton gmb-button, .bannerButton .button-fac-simile {
  margin-right: 1.4285714286rem;
}

.bannerButton__left {
  display: flex;
  align-items: flex-start;
  padding-right: 1.5rem;
}

.bannerButton__icon {
  margin-right: 1.2857142857rem;
  font-size: 1.5714285714rem;
}

.bannerButton__title {
  margin-bottom: 7px;
  margin-top: 0;
  font-family: "unicredit-bold";
  font-size: 1.4285714286rem;
  line-height: 1.5714285714rem;
  text-transform: uppercase;
}

.bannerButton__paragraph {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  margin: 0;
}

.bannerButton__buttonIcon {
  font-size: 0.7142857143rem;
}

.gmb-h34-border-bottom {
  line-height: 2.4285714286rem;
  border-bottom: 1px solid #e5e5e5;
}

.gmb-separator-line {
  border-bottom: 1px solid #cccccc;
}

.bannerButton.bannerButton__Highlihgt {
  border: none;
  background-color: #007a91;
  color: #fff;
}

.bannerButton__buttonHighlight {
  color: #fff;
  border: 2px solid #fff;
}
.bannerButton__buttonHighlight:hover {
  border-color: #cccccc;
  color: #cccccc;
}

.bulletPoint li {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  padding-left: 2rem;
  position: relative;
}
.bulletPoint li:before {
  content: "";
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  border-radius: 50%;
  background-color: #262626;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0.7142857143rem;
  top: 0.5em;
}
.gmb-color-white .bulletPoint li:before {
  background-color: #fff;
}

.first-letter-upper::first-letter {
  text-transform: uppercase;
}

gmb-input-text .gmbInputContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.8571428571rem;
  width: 100%;
  padding: 0.6428571429rem 0.7142857143rem 0.5rem 0.7142857143rem;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: white;
  box-sizing: border-box;
}
gmb-input-text .gmbInputContainer:hover {
  border-color: #262626;
}

.gmbInputText, gmb-input-text .gmbInputText {
  font-family: "unicredit-regular";
  line-height: 1.7142857143rem;
  font-size: 1.2857142857rem;
  border: none;
  width: 100%;
  padding: 0;
}
.gmbInputText:focus, .gmbInputText:hover {
  outline: none;
}

gmb-input-text .has-focus.gmbInputContainer {
  border-color: #262626;
}

gmb-input-text .error-message.gmbInputContainer {
  border-color: #D73928 !important;
  border-width: 2px;
}

gmb-input-text .info-message.gmbInputContainer {
  border-color: #2fa358;
}

.warning-message.gmbInputText {
  border-color: #fbb800;
}

gmb-input-text .gmbInputIcon {
  margin-left: 0.3571428571rem;
  display: flex;
}

/* GIMB INPUT TEXT  */
gmb-input-text {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
}
gmb-input-text .gmbInputTextDisabled {
  background: #f5f5f5;
  color: #cccccc;
  border: 2px solid #f5f5f5;
  cursor: default;
  pointer-events: none;
  border: 1px solid #cccccc;
}
gmb-input-text .gmbInputTextDisabled .gmbInputText {
  background-color: #f5f5f5;
  color: #cccccc;
  padding: 0 !important;
}
gmb-input-text .gmbInputTextDisabled .gmbInputText:focus, gmb-input-text .gmbInputTextDisabled .gmbInputText:hover {
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}
gmb-input-text .gmbInputText {
  text-align: left;
  padding: 0 !important;
  color: #262626;
}
gmb-input-text .gmbInputText::placeholder {
  text-align: left !important;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #666666;
  text-transform: none;
}
gmb-input-text .gmbInputIcon a {
  color: inherit;
}
gmb-input-text .gmbInputIcon a:hover {
  color: inherit;
}
gmb-input-text .gmbInputTxtMessageBoxContainer {
  width: 100%;
}
gmb-input-text .gmbInputTxtMessageBox {
  display: none;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  text-align: left;
  color: #FFF;
  z-index: 2;
  padding: 0.6428571429rem 0.7142857143rem;
}
gmb-input-text .gmbInputTxtMessageBox:after {
  border-color: transparent transparent transparent transparent;
  content: none;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-width: 11px;
  margin-top: -0.7142857143rem;
  left: 10px;
  top: -0.7142857143rem;
}
gmb-input-text .gmbInputTxtMessageBox[open=true] {
  display: block;
}
gmb-input-text .gmbInputTxtMessageBox.error-message {
  background-color: #D73928;
}
gmb-input-text .gmbInputTxtMessageBox.info-message {
  background-color: #4e964e;
}
gmb-input-text .gmbInputTxtMessageBox.warning-message {
  background-color: #fbb800;
}
gmb-input-text .gmbInputTxtMessageBox.warning-message::after {
  border-color: transparent transparent #fbb800 transparent;
}
gmb-input-text .gmbInputTxtMessageBox.error-message::after {
  border-color: transparent transparent #D73928 transparent;
}
gmb-input-text .gmbInputTxtMessageBox.info-message::after {
  border-color: transparent transparent #2fa358 transparent;
}

/* LABEL WITH INPUT TEXT */
gmb-label-input-text {
  display: inline-block;
  width: 100%;
}

.lit-header {
  width: 100%;
  margin-bottom: 0.2142857143rem;
}
.lit-header .lit-label {
  display: inline-block;
  font-family: "unicredit-regular";
  line-height: 1.7142857143rem;
  font-size: 1.2857142857rem;
  color: #262626;
  vertical-align: middle;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.lit-header .lit-label.lit-label--inline {
  white-space: nowrap;
}
.lit-header .lit-label-filled {
  color: #666666;
}
.lit-header .lit-label-disabled {
  color: #cccccc;
}
.lit-header.gmbInputTextLabelDisabled .lit-label {
  color: #cccccc;
}

.gmbInputText {
  clear: left;
}

gmb-infotip {
  display: inline-block;
  width: 1.2857142857rem;
  height: 1.2857142857rem;
  vertical-align: middle;
  margin-left: 0.5714285714rem;
}
gmb-infotip .gmb-infotip-span {
  color: #262626;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}
gmb-infotip .gmb-infotip-span[open=true] {
  color: #007a91;
}
gmb-infotip .gmb-infotip-span.bottom-direction.right-direction .gmb-infotip-text {
  top: 2.5714285714rem;
  bottom: initial;
}
gmb-infotip .gmb-infotip-span.bottom-direction.right-direction .gmb-infotip-text:before {
  border-width: 1.4285714286rem 0 0 1.4285714286rem;
  top: -0.9285714286rem;
  border-color: transparent transparent transparent #bfebf3;
  bottom: initial;
}
gmb-infotip .gmb-infotip-span.bottom-direction.left-direction .gmb-infotip-text {
  top: 2.5714285714rem;
  bottom: initial;
  right: 0.7142857143rem;
  left: initial;
}
gmb-infotip .gmb-infotip-span.bottom-direction.left-direction .gmb-infotip-text::before {
  right: -1px;
  top: -0.9285714286rem;
  border-color: transparent transparent #bfebf3 transparent;
  border-width: 0 0 1.4285714286rem 1.4285714286rem;
  bottom: initial;
  left: initial;
}
gmb-infotip .gmb-infotip-span.top-direction.left-direction .gmb-infotip-text {
  right: 0.7142857143rem;
  left: initial;
}
gmb-infotip .gmb-infotip-span.top-direction.left-direction .gmb-infotip-text::before {
  right: -1px;
  border-color: transparent #bfebf3 transparent transparent;
  border-width: 0 1.4285714286rem 1.4285714286rem 0;
}
gmb-infotip .gmb-infotip-span:before {
  font-size: 1.2857142857rem;
}
gmb-infotip .gmb-infotip-span.white:before {
  color: white;
}
gmb-infotip .gmb-infotip-span.accent:before {
  color: #007a91;
}
gmb-infotip .gmb-infotip-span:focus {
  outline: 1px solid red;
}
gmb-infotip .gmb-infotip-span .gmb-infotip-text[open=true] {
  display: block;
  z-index: 1001;
}
gmb-infotip .gmb-infotip-span .gmb-infotip-text {
  display: none;
  background-color: #bfebf3;
  border: 1px solid #bfebf3;
  border-radius: 0.2857142857rem;
  cursor: default;
  min-width: 17.5714285714rem;
  position: absolute;
  text-align: left;
  z-index: 1;
  bottom: 2.5714285714rem;
  padding: 0.5714285714rem 15px;
  left: 10px;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
  white-space: normal;
}
gmb-infotip .gmb-infotip-span .gmb-infotip-text::before {
  border-left-width: 0;
  border-style: solid;
  border-width: 1.4285714286rem 1.4285714286rem 0 0;
  content: "";
  position: absolute;
  left: -1px;
  bottom: -0.9285714286rem;
  border-color: #bfebf3 transparent transparent transparent;
}

gmb-step-counter {
  display: inline-block;
  width: auto;
}
gmb-step-counter .stepOuterPanelGraphic {
  height: auto;
  display: flex;
  min-width: 9.2857142857rem;
  position: relative;
  justify-content: flex-start;
  z-index: 5;
  margin-bottom: 0;
}
gmb-step-counter .stepOuterPanelGraphic .circle {
  z-index: 5;
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 10rem;
  /* ITEM ATTIVO */
  /* ITEM COMPLETATO */
}
gmb-step-counter .stepOuterPanelGraphic .circle:before {
  content: "";
  background: #f5f5f5;
  display: block;
  height: 2.5714285714rem;
  position: absolute;
  top: 0;
  width: 100%;
  left: 1.2857142857rem;
  z-index: -1;
}
gmb-step-counter .stepOuterPanelGraphic .circle:last-child {
  width: auto;
}
gmb-step-counter .stepOuterPanelGraphic .circle:last-child:before {
  content: none;
}
gmb-step-counter .stepOuterPanelGraphic .circle .label {
  display: inline-block;
  box-sizing: border-box;
  width: 2.5714285714rem;
  height: 2.5714285714rem;
  line-height: 2.5714285714rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  font-family: "unicredit-bold";
  font-size: 1.4285714286rem;
  padding: 0;
  color: white;
  cursor: default;
  background: #666666;
  z-index: 9;
}
gmb-step-counter .stepOuterPanelGraphic .circle .title {
  margin-top: 0.7142857143rem;
  color: #666666;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  max-width: 9rem;
}
gmb-step-counter .stepOuterPanelGraphic .circle.active .label {
  background-color: #007a91;
}
gmb-step-counter .stepOuterPanelGraphic .circle.active .title {
  color: #007a91;
}
gmb-step-counter .stepOuterPanelGraphic .circle.done .label {
  background-color: #262626;
}
gmb-step-counter .stepOuterPanelGraphic .circle.done .title {
  color: #262626;
}
gmb-step-counter .stepOuterPanelGraphic .bar {
  display: none;
  position: relative;
  min-width: 40px;
  border-left: none;
  border-right: none;
  border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  top: 7px;
  padding: 0;
  background: #f5f5f5;
  margin-right: -4px;
}
gmb-step-counter .stepOuterPanelGraphic .bar .first {
  background: #ccc;
}
gmb-step-counter .stepOuterPanelGraphic .bar.active {
  background: #00aed0;
}
gmb-step-counter .stepOuterPanelGraphic .bar .circle-background {
  display: inline-block;
  height: inherit;
  position: relative;
  width: 20px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
gmb-step-counter .stepOuterPanelGraphic .bar .circle-background.before {
  left: 20px;
}
gmb-step-counter .stepOuterPanelGraphic .bar .circle-background.after {
  right: 20px;
}
gmb-step-counter .stepOuterPanel {
  display: inline-block;
  height: auto;
}
gmb-step-counter .icon-step-counter {
  font-size: 1.5rem;
  line-height: 2.7857142857rem !important;
  width: 2.5714285714rem;
  height: 2.5714285714rem;
  display: block;
}

gmb-onoff-switch[disabled=true] {
  opacity: 0.3;
}

gmb-onoff-switch .gmbOnOffSwitchBlock {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
gmb-onoff-switch .gmbOnOffSwitch {
  position: absolute;
  opacity: 0;
}
gmb-onoff-switch .gmbOnOffSwitchOuter {
  height: 2.1428571429rem;
  width: 4.2857142857rem;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #262626;
  border-radius: 1.9285714286rem;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
gmb-onoff-switch .gmbOnOffSwitchOuter.gmbOnOffSwitchOuterHover {
  border-color: #666666;
}
gmb-onoff-switch .gmbOnOffSwitchButton {
  width: 1.5714285714rem;
  height: 1.5714285714rem;
  margin: 0.1428571429rem 0.2857142857rem;
  left: 0.0714285714rem;
  background: #666666;
  border-radius: 0.8571428571rem;
  position: absolute;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
gmb-onoff-switch .gmbOnOffSwitchButton:hover {
  border-color: #666666;
}
gmb-onoff-switch .gmbOnOffSwitch:checked + .gmbOnOffSwitchOuter .gmbOnOffSwitchButton {
  left: 2.0714285714rem;
}
gmb-onoff-switch .gmbOnOffSwitch:checked + .gmbOnOffSwitchOuter {
  border-color: #007a91;
}
gmb-onoff-switch .gmbOnOffSwitch:checked + .gmbOnOffSwitchOuter:hover {
  border-color: #006375;
}
gmb-onoff-switch .gmbOnOffSwitchLabel {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  margin-right: 0.7142857143rem;
  color: #262626;
  vertical-align: middle;
}
gmb-onoff-switch + gmb-onoff-switch {
  margin-top: 1.7857142857rem;
}

gmb-jsf-message {
  display: inline-block;
  width: 100%;
  position: relative;
}
gmb-jsf-message .gmbJsfMessageBody {
  position: relative;
  display: block;
  white-space: normal;
}
gmb-jsf-message .gmbJsfMessageBody .gmbJsfMessageBox {
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  font-size: 16px;
  text-align: left;
  color: #FFF;
  border-radius: 4px;
  z-index: 2;
  min-width: 120px;
  left: 0;
  top: 10px;
  min-height: 50px;
  padding: 8px;
}
gmb-jsf-message .gmbJsfMessageBody .gmbJsfMessageBox:after {
  border-color: transparent transparent transparent transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-width: 11px;
  margin-top: -10px;
  left: 10px;
  top: -10px;
}
gmb-jsf-message .gmbJsfMessageBody .gmbJsfMessageBox[open=true] {
  display: block;
}
gmb-jsf-message .gmbJsfMessageBody .gmbJsfMessageBox.error-message {
  background-color: #D73928;
}
gmb-jsf-message .gmbJsfMessageBody .gmbJsfMessageBox.info-message {
  background-color: #4e964e;
}
gmb-jsf-message .gmbJsfMessageBody .gmbJsfMessageBox.warning-message {
  background-color: #eaad24;
}
gmb-jsf-message .gmbJsfMessageBody .gmbJsfMessageBox.warning-message::after {
  border-color: transparent transparent #eaad24 transparent;
}
gmb-jsf-message .gmbJsfMessageBody .gmbJsfMessageBox.error-message::after {
  border-color: transparent transparent #D73928 transparent;
}
gmb-jsf-message .gmbJsfMessageBody .gmbJsfMessageBox.info-message::after {
  border-color: transparent transparent #4e964e transparent;
}

.highlight-gmb-message-info {
  border: 2px solid #00A197;
}

.highlight-gmb-message-warning {
  border: 2px solid yellow;
}

.highlight-gmb-message-error {
  border: 2px solid #E2001A;
}

.highlight-gmb-message-fatal {
  border: 2px solid #E2001A;
}

gmb-button .classic, gmb-button .primary, gmb-button .secondary, gmb-button .secondary-negative, gmb-button .gmb-btn-disabled, .button-fac-simile.classic, .button-fac-simile.primary, .button-fac-simile.secondary, .button-fac-simile.secondary-negative, .button-fac-simile.gmb-btn-disabled, .bannerButton__buttonHighlight {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.7857142857rem 1.4285714286rem;
  border-radius: 0.2857142857rem;
  outline: none;
  min-width: 120px;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  font-family: "unicredit-bold";
}

/* GIMB BUTTON  */
gmb-button {
  display: inline-block;
}
gmb-button > input:hover {
  cursor: pointer;
}
gmb-button .classic {
  border: 2px solid transparent;
  padding: 0.2857142857rem 0.8571428571rem !important;
}
gmb-button .classic:hover {
  background-color: #E8E8E8;
  border: 2px solid #E5E5E5;
}
gmb-button .classic:active {
  color: #026275;
  background-color: #ffffff;
  border: 2px solid #007a91;
}
gmb-button .primary {
  background: #007a91;
  color: #fff;
  border: 2px solid #007a91;
}
gmb-button .primary:hover {
  background-color: #006375;
  border-color: #006375;
}
gmb-button .secondary {
  background: #fff;
  color: #262626;
  border: 2px solid #262626;
}
gmb-button .secondary:hover {
  background-color: #f5f5f5;
  border-color: #666666;
  color: #666666;
}
gmb-button .secondary-negative {
  color: #fff;
  border: 2px solid #fff;
}
gmb-button .secondary-negative:hover {
  border-color: #cccccc;
  color: #cccccc;
}
gmb-button .gmb-font-size-small {
  font-size: 0.8571428571rem;
}
gmb-button .gmb-btn-disabled {
  background: #f5f5f5;
  color: #cccccc;
  border: 2px solid #f5f5f5;
  cursor: default;
  pointer-events: none;
}
gmb-button + gmb-button {
  margin-left: 2.8571428571rem;
}

.button-fac-simile {
  cursor: pointer;
}
.button-fac-simile.classic {
  border: 2px solid transparent;
  padding: 0.2857142857rem 0.8571428571rem !important;
}
.button-fac-simile.classic:hover {
  background-color: #E8E8E8;
  border: 2px solid #E5E5E5;
}
.button-fac-simile.classic:active {
  color: #026275;
  background-color: #ffffff;
  border: 2px solid #007a91;
}
.button-fac-simile.primary {
  background: #007a91;
  color: #fff;
  border: 2px solid #007a91;
}
.button-fac-simile.primary:hover {
  background-color: #006375;
  border-color: #006375;
}
.button-fac-simile.secondary {
  background: #fff;
  color: #262626;
  border: 2px solid #262626;
}
.button-fac-simile.secondary:hover {
  background-color: #f5f5f5;
  border-color: #666666;
  color: #666666;
}
.button-fac-simile.secondary-negative {
  color: #fff;
  border: 2px solid #fff;
}
.button-fac-simile.secondary-negative:hover {
  border-color: #cccccc;
  color: #cccccc;
}
.button-fac-simile.gmb-btn-disabled {
  background: #f5f5f5;
  color: #cccccc;
  border: 2px solid #f5f5f5;
  cursor: default;
  pointer-events: none;
}
.button-fac-simile.ui-button .ui-button-text {
  padding: 0 !important;
  line-height: 1.7142857143rem !important;
}

gmb-link-access .link-access {
  color: #007a91;
  display: inline-flex;
  align-items: center;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
}
gmb-link-access .link-access.link-white {
  color: #cccccc;
}
gmb-link-access .link-access.link-white:hover, gmb-link-access .link-access.link-white:focus {
  color: #fff;
}
.link-access-container-error gmb-link-access .link-access {
  color: #D73928;
}
.container-link-access-big gmb-link-access .link-access {
  font-family: "unicredit-bold";
  font-size: 1.4285714286rem;
  line-height: 1.5714285714rem;
  text-transform: none;
}
.label-iconTxt gmb-link-access .link-access {
  text-transform: none;
}
gmb-link-access .link-access:link, gmb-link-access .link-access:hover, gmb-link-access .link-access:active, gmb-link-access .link-access:visited {
  text-decoration: none;
}
gmb-link-access .link-access:hover, gmb-link-access .link-access:focus {
  color: #006375;
}
gmb-link-access .link-access.link-access-disabled {
  color: #cccccc;
  cursor: default;
  pointer-events: none;
}
gmb-link-access .link-access.small {
  font-size: 1rem;
}
gmb-link-access .link-access.small .icon-right, gmb-link-access .link-access.small .icon-left {
  font-size: 0.8571428571rem;
}
gmb-link-access .link-access.medium {
  font-size: 1.2857142857rem;
}
gmb-link-access .link-access.medium .icon-right, gmb-link-access .link-access.medium .icon-left {
  font-size: 1.0714285714rem;
}
gmb-link-access .link-access.large {
  font-size: 1.4285714286rem;
}
gmb-link-access .link-access.large .icon-right, gmb-link-access .link-access.large .icon-left {
  font-size: 1.4285714286rem;
}
gmb-link-access .link-access.back-link {
  color: #262626;
}
gmb-link-access .link-access.back-link:hover, gmb-link-access .link-access.back-link:focus {
  color: #666666;
}
gmb-link-access .link-access .link-access-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
gmb-link-access .link-access .icon-right, gmb-link-access .link-access .icon-left {
  vertical-align: middle;
}
gmb-link-access .link-access .icon-right {
  margin-left: 0.7142857143rem;
}
gmb-link-access .link-access .icon-left {
  margin-right: 0.7142857143rem;
}

.gmb-link-access-label-not-clickable {
  position: relative;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  top: 0.1428571429rem;
}

div.link-access-opened gmb-link-access a {
  color: #A33694 !important;
}

gmb-icon-button[disabled=true] .icon-button {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

gmb-icon-button {
  display: inline-block;
  background-color: inherit;
}
gmb-icon-button .icon-button {
  background-color: inherit;
  border: none;
  box-sizing: border-box;
  width: 100%;
  color: #262626;
  display: block;
}
gmb-icon-button .icon-button .icon-span {
  background-color: inherit;
  width: 100%;
  font-size: 1.5714285714rem;
  position: relative;
  display: block;
  margin-bottom: 0.3571428571rem;
  text-align: center;
  height: 1.7142857143rem;
  width: 1.7142857143rem;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
gmb-icon-button .icon-button .icon-span.icon-span--lg {
  font-size: 3.4285714286rem;
  line-height: 3.4285714286rem;
  height: 3.5714285714rem;
  width: 3.5714285714rem;
}
gmb-icon-button .icon-button .icon-span.icon-span--xl {
  font-size: 6.4285714286rem;
  line-height: 6.5714285714rem;
  height: 6.5714285714rem;
  width: 6.5714285714rem;
}
gmb-icon-button .icon-button .image-png {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 26px;
}
gmb-icon-button .icon-button .label-span {
  background-color: inherit;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
gmb-icon-button .icon-button:link, gmb-icon-button .icon-button:hover, gmb-icon-button .icon-button:active, gmb-icon-button .icon-button:visited {
  text-decoration: none;
}
gmb-icon-button .icon-button.accent {
  color: #007a91;
}
gmb-icon-button .icon-button.secondary {
  color: #666666;
}
gmb-icon-button .icon-button.positive {
  color: #2fa358;
}
gmb-icon-button .icon-button.warning {
  color: #fbb800;
}
gmb-icon-button .icon-button.negative {
  color: #D73928;
}
gmb-icon-button .icon-button.visited {
  color: #7757A4;
}
gmb-icon-button .change-color:hover {
  color: #666666;
}
gmb-icon-button .change-color.accent {
  color: #007a91;
}
gmb-icon-button .no-change-color {
  border-bottom: solid 0.3em transparent;
  transition: all 0.3s;
}
gmb-icon-button .no-change-color.active-underlined {
  border-bottom-color: inherit;
}
gmb-icon-button .no-change-color:hover, gmb-icon-button .no-change-color:active, gmb-icon-button .no-change-color:focus {
  border-bottom-color: inherit;
}
gmb-icon-button .change-color.icon-button-visited {
  color: #7757A4;
}
gmb-icon-button .white {
  color: #fff;
}
gmb-icon-button .white:hover {
  color: #fff;
}
gmb-icon-button .export-color {
  color: #007a91;
}

body.gmb-modal-open {
  overflow: hidden;
}

gmb-modal {
  display: none;
}

gmb-modal.modal-open {
  width: 100%;
  /* Full width */
  box-sizing: border-box;
  display: block;
  position: relative;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
}
gmb-modal.modal-open .gmb-modal-container {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  overflow: auto;
  /* Enable scroll if needed */
  position: fixed;
  /* Stay in place */
  top: 0;
  width: 100%;
  /* Full width */
  z-index: 1000;
  /* Sit on top */
  /* Modal Content */
}
gmb-modal.modal-open .gmb-modal-container .gmb-modal-wrapper {
  background-color: transparent;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  min-width: 500px;
  max-width: 1024px;
  padding-top: 40px;
  width: 100%;
  opacity: 0;
}
gmb-modal.modal-open .gmb-modal-container .gmb-modal-wrapper.no-animation {
  opacity: 1;
}
gmb-modal.modal-open .gmb-modal-container .gmb-modal-wrapper.open-animation {
  animation: openCenterModalComponent 0.3s ease-in forwards;
}
gmb-modal.modal-open .gmb-modal-container .gmb-modal-wrapper.close-animation {
  animation: closeCenterModalComponent 0.3s ease-in forwards;
}
gmb-modal.modal-open .gmb-modal-container .gmb-modal-wrapper .gmb-modal-content-container {
  display: inline-block;
  width: 100%;
  background-color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 4.2857142857rem;
  padding-top: 3.9285714286rem;
  padding-bottom: 2.8571428571rem;
  min-height: 100%;
  box-sizing: border-box;
  position: relative;
}
gmb-modal.modal-open .gmb-modal-container .gmb-modal-wrapper .gmb-modal-content-container .close-icon-container {
  text-align: right;
  position: absolute;
  top: 2.2857142857rem;
  right: 2.2857142857rem;
  z-index: 900;
}
gmb-modal.modal-open .gmb-modal-container .gmb-modal-wrapper .gmb-modal-content-container .close-icon-container > .close-icon {
  font-family: "unicredit-bold";
  font-size: 1.4285714286rem;
  line-height: 1.5714285714rem;
  text-transform: uppercase;
  color: #262626;
  text-decoration: none;
  cursor: pointer;
}
gmb-modal.modal-open .gmb-modal-container .gmb-modal-wrapper .gmb-modal-content-container .close-icon-container > .close-icon:hover, gmb-modal.modal-open .gmb-modal-container .gmb-modal-wrapper .gmb-modal-content-container .close-icon-container > .close-icon:focus, gmb-modal.modal-open .gmb-modal-container .gmb-modal-wrapper .gmb-modal-content-container .close-icon-container > .close-icon:visited {
  color: #262626;
}
gmb-modal.modal-open .gmb-modal-container .gmb-modal-wrapper .gmb-modal-content-container .gmb-modal-content {
  display: inline-block;
  width: 100%;
}

.gmb-modal-title {
  font-family: "unicredit-bold";
  font-size: 2.5rem;
  line-height: 3rem;
  color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.gmb-modal-subtitle {
  font-family: "unicredit-bold";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
}

.gmb-modal-paragraph {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
}

.modal-center-screen-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
}
.modal-center-screen-container .modal-center-screen {
  left: 50%;
  margin-top: 0 !important;
  transform: translate(-50%, -50%);
  width: 60.7142857143rem;
  position: relative;
  overflow: visible;
}
.modal-center-screen-container .modal-center-screen .modal-image-head {
  margin: -2.8571428571rem;
  padding: 2.8571428571rem;
  margin-bottom: 1.4285714286rem;
  min-height: 15.7142857143rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.modal-center-screen-container .modal-center-screen .modal-content {
  border-radius: 1.4285714286rem;
  background-color: #fff !important;
}

.modal-close-background-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: rgba(38, 38, 38, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close-background-container .modal-close-icon {
  font-size: 1.2857142857rem;
  color: #fff;
}

.sticky-buttons-container {
  background: #fff;
  padding-top: 0.7142857143rem;
}
.sticky-buttons-container.sticky-active {
  position: sticky;
  bottom: 0;
  padding-bottom: 2.8571428571rem;
  margin-bottom: -2.8571428571rem;
  margin-top: 2.1428571429rem;
}

@keyframes openCenterModalComponent {
  0% {
    opacity: 0;
    padding-top: 120px;
  }
  100% {
    opacity: 1;
    padding-top: 40px;
  }
}
@keyframes closeCenterModalComponent {
  0% {
    opacity: 1;
    padding-top: 40px;
  }
  100% {
    opacity: 0;
    padding-top: 120px;
  }
}
gmb-tab-button {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
}
gmb-tab-button[disabled=true] > .tab-button, gmb-tab-button[disabled=true] > .tab-button:hover {
  cursor: default;
  pointer-events: none;
  color: #cccccc;
}
gmb-tab-button .tab-button {
  text-decoration: none;
  border-bottom: 3px solid transparent;
  display: inline-block;
  max-width: 100%;
  color: #262626;
}
gmb-tab-button .tab-button .tab-title, gmb-tab-button .tab-button .tab-subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
gmb-tab-button .tab-button .tab-title {
  font-family: "unicredit-bold";
  font-size: 1.4285714286rem;
  line-height: 1.5714285714rem;
  text-transform: capitalize;
  margin-bottom: 0.3571428571rem;
}
gmb-tab-button .tab-button .tab-subtitle {
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  margin-bottom: 0.3571428571rem;
}
gmb-tab-button .tab-button:hover {
  color: #666666;
}
gmb-tab-button .tab-button:hover ~ #arrow_selection_div {
  color: #666666;
}
gmb-tab-button .tab-button.tab-button-clicked {
  color: #007a91;
}
gmb-tab-button .tab-button.tab-button-clicked.underline-on-active {
  border-bottom: 3px solid #007a91;
}

.tab-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-left: 1.4285714286rem;
  padding-right: 1.4285714286rem;
}

.tabs_button_wrapper {
  margin: 0.7142857143rem 4.2857142857rem 0.7142857143rem 0px;
  max-width: 9.2857142857rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.tabs_button_wrapper .tabs_button_icon {
  vertical-align: top;
  display: inline-block;
  margin-top: 0.3571428571rem;
  margin-left: 1.1428571429rem;
  color: #262626;
}
.tabs_button_wrapper .tabs_button_icon .UXUI-icon.Arrow-Up {
  display: none;
}
.tabs_button_wrapper .tabs_button_icon.selected .UXUI-icon.Arrow-Up {
  display: block;
  color: #262626;
}
.tabs_button_wrapper .tabs_button_icon.selected .UXUI-icon.Arrow-Down {
  display: none;
}

gmb-amount-label {
  background-color: inherit;
  display: inline-block;
  width: 100%;
  color: white;
}
gmb-amount-label .amount-label-header {
  display: inline-block;
  width: 100%;
}
gmb-amount-label .amount-label-header .amount-label-amount {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
  color: white;
}
gmb-amount-label .amount-label-header .amount-label-amount .integer-part {
  font-family: "unicredit-bold";
  font-size: 2.5rem;
  line-height: 3rem;
  margin-right: 0.3571428571rem;
}
.secondBalance gmb-amount-label .amount-label-header .amount-label-amount .integer-part {
  font-family: "unicredit-regular";
  font-size: 2.5rem;
  line-height: 3rem;
}
gmb-amount-label .amount-label-header .amount-label-amount .currency-symbol {
  display: inline-block;
  font-family: "unicredit-bold";
  font-size: 1.7857142857rem;
  line-height: 1.9285714286rem;
}
.secondBalance gmb-amount-label .amount-label-header .amount-label-amount .currency-symbol {
  font-family: "unicredit-regular";
  font-size: 1.7857142857rem;
  line-height: 1.9285714286rem;
}
gmb-amount-label .amount-label-header .amount-label-amount .amount-label-tooltip {
  display: inline-block;
}
gmb-amount-label .amount-label-header .amount-label-amount .amount-label-tooltip gmb-infotip {
  vertical-align: unset;
  font-size: 1.3571428571rem;
}
gmb-amount-label .amount-label-header .amount-label-amount .amount-label-child {
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1.7857142857rem;
}
gmb-amount-label .amount-label-label {
  font-family: "unicredit-regular";
  font-size: 1.1428571429rem;
  line-height: 1.2142857143rem;
}

gmb-radio-button {
  /* The container */
}
gmb-radio-button .gmb-radio-container {
  display: flex;
  align-items: start;
}
gmb-radio-button .gmb-radio-container .gmb-radio-wrapper {
  display: inline-block;
  position: relative;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.7857142857rem;
  /* On mouse-over, add a background color */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
}
gmb-radio-button .gmb-radio-container .gmb-radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.5714285714rem;
  width: 1.5714285714rem;
  margin-top: 0;
  /*display: none;*/
}
gmb-radio-button .gmb-radio-container .gmb-radio-wrapper .gmb-checkmark {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 1.5714285714rem;
  width: 1.5714285714rem;
  background-color: white;
  border: solid 1px #262626;
  border-radius: 50%;
  pointer-events: none;
}
gmb-radio-button .gmb-radio-container .gmb-radio-wrapper:hover input ~ .gmb-checkmark, gmb-radio-button .gmb-radio-container .gmb-radio-wrapper:focus input ~ .gmb-checkmark {
  border: solid 1px #666666;
  background-color: #f5f5f5;
}
gmb-radio-button .gmb-radio-container .gmb-radio-wrapper .gmb-checkmark:after {
  content: "";
  display: none;
  height: 0.7142857143rem;
  width: 0.7142857143rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background: white;
}
gmb-radio-button .gmb-radio-container .gmb-radio-wrapper input:checked ~ .gmb-checkmark:after {
  background-color: #007a91;
  display: inline-block;
}
gmb-radio-button .gmb-radio-container .gmb-radio-wrapper input[disabled] ~ .gmb-checkmark {
  cursor: default;
  pointer-events: none;
  border: solid 1px #cccccc;
  background-color: #f5f5f5;
}
gmb-radio-button .gmb-radio-container .gmb-radio-wrapper input:not(:checked) ~ .gmb-radio-error {
  border: solid 2px #D73928;
}
gmb-radio-button .gmb-radio-container .gmb-radio-label-wrapper {
  display: inline-block;
  vertical-align: top;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  line-height: 1.5714285714rem;
}
gmb-radio-button .gmb-radio-container .gmb-radio-label-wrapper.gmb-radio-label-disabled {
  color: #cccccc;
}
gmb-radio-button .gmb-radio-container .gmb-radio-label-wrapper label {
  z-index: 1;
  margin-bottom: 0;
}
gmb-radio-button .gmb-radio-container .gmb-radio-label-wrapper label span, gmb-radio-button .gmb-radio-container .gmb-radio-label-wrapper label label {
  padding: 0px;
  pointer-events: none;
  line-height: 1.5714285714rem;
}
gmb-radio-button .gmb-radio-error-container {
  background-color: #D73928;
  color: white;
  padding: 0.6428571429rem 0.7142857143rem;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  text-align: left;
  margin-top: 0.6428571429rem;
}
gmb-radio-button .gmb-radio-wrapper input[type=radio]:focus + .gmb-checkmark {
  box-shadow: 0 0 8px #007a91;
}

gmb-chip-button .gmb-chip-button {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.5rem 1.2857142857rem;
  border-radius: 0.2857142857rem;
  cursor: pointer;
  outline: none;
}

gmb-chip-button {
  display: inline-block;
}
gmb-chip-button .gmb-chip-button {
  display: inline-block;
  border-radius: 4px;
  border: solid 2px #f5f5f5;
  outline: none;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
}
gmb-chip-button .gmb-chip-button:hover, gmb-chip-button .gmb-chip-button:focus {
  color: #666666;
}
gmb-chip-button .gmb-chip-button.gmb-chip-button-active {
  background-color: transparent;
  border-color: #007a91;
  color: #007a91;
}
gmb-chip-button .gmb-chip-button[disabled=disabled] {
  cursor: default;
  pointer-events: none;
  color: #cccccc;
}
gmb-chip-button + gmb-chip-button {
  margin-left: 1.0714285714rem;
}

.fakeChipButton button {
  display: inline-block;
  border-radius: 4px;
  border: solid 2px #f5f5f5;
  outline: none;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  background-color: #f5f5f5;
}
.fakeChipButton button.selected {
  background-color: transparent;
  border-color: #007a91;
}
.fakeChipButton button span {
  padding: 0.7142857143rem 1.4285714286rem !important;
}

gmb-checkbox {
  display: inline-block;
  /* The container */
}
gmb-checkbox .gmb-checkbox-container {
  display: flex;
}
gmb-checkbox .gmb-checkbox-container.gmb-checkbox-container-clickable {
  cursor: pointer;
}
gmb-checkbox .gmb-checkbox-container .gmb-checkbox-wrapper {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  text-align: center;
  margin-right: 0.7857142857rem;
  /* On mouse-over, add a background color */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
}
gmb-checkbox .gmb-checkbox-container .gmb-checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}
gmb-checkbox .gmb-checkbox-container .gmb-checkbox-wrapper .gmb-checkmark {
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
  line-height: 1.5714285714rem;
  height: 1.5714285714rem;
  width: 1.5714285714rem;
  background-color: white;
  border: solid 1px #262626;
  border-radius: 4px;
  outline: none;
  font-size: 1rem;
}
gmb-checkbox .gmb-checkbox-container .gmb-checkbox-wrapper:hover input ~ .gmb-checkmark, gmb-checkbox .gmb-checkbox-container .gmb-checkbox-wrapper:focus input ~ .gmb-checkmark {
  border: solid 1px #666666;
  background-color: #f5f5f5;
}
gmb-checkbox .gmb-checkbox-container .gmb-checkbox-wrapper .gmb-checkmark:before {
  opacity: 0;
  color: #007a91;
}
gmb-checkbox .gmb-checkbox-container .gmb-checkbox-wrapper input:checked ~ .gmb-checkmark:before {
  opacity: 1;
}
gmb-checkbox .gmb-checkbox-container .gmb-checkbox-wrapper input[disabled] ~ .gmb-checkmark {
  cursor: default;
  pointer-events: none;
  border: solid 1px #cccccc;
  background-color: #f5f5f5;
}
gmb-checkbox .gmb-checkbox-container .gmb-checkbox-wrapper input:not(:checked) ~ .gmb-checkbox-error {
  border: solid 2px #D73928;
}
gmb-checkbox .gmb-checkbox-container .gmb-checkbox-label-wrapper {
  display: inline-block;
  vertical-align: top;
}
gmb-checkbox .gmb-checkbox-container .gmb-checkbox-label-wrapper.gmb-checkbox-label-disabled {
  cursor: default;
  color: #cccccc;
  pointer-events: none;
}
gmb-checkbox .gmb-checkbox-container .gmb-checkbox-label-wrapper .label-checkbox {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
}
gmb-checkbox .gmb-checkbox-error-container {
  background-color: #D73928;
  box-sizing: border-box;
  color: white;
  padding: 0.6428571429rem 0.7142857143rem;
  margin-top: 0.5rem;
  width: 100%;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  text-align: left;
}
gmb-checkbox + gmb-checkbox {
  margin-top: 1.7857142857rem;
}

gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-error-wrapper, gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper, gmb-dropdown .gmb-dropdown-container .gmb-dropdown-error-wrapper, gmb-dropdown .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper, gmb-dropdown .gmb-dropdown-container .show-dropdown-content.gmb-dropdown-content .gmb-dropdown-item {
  padding: 0.5714285714rem 0.7142857143rem;
  height: auto !important;
  display: flex;
  align-items: center;
  cursor: pointer;
}

gmb-dropdown .gmb-dropdown-container .show-dropdown-content.gmb-dropdown-content .gmb-dropdown-item {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
  background-color: white;
  border-radius: 0;
}
gmb-dropdown .gmb-dropdown-container .show-dropdown-content.gmb-dropdown-content .gmb-dropdown-item:active {
  color: #fff;
}
gmb-dropdown .gmb-dropdown-container .show-dropdown-content.gmb-dropdown-content .gmb-dropdown-item:hover, gmb-dropdown .gmb-dropdown-container .show-dropdown-content.gmb-dropdown-content .gmb-dropdown-item:focus {
  text-decoration: none;
}

gmb-dropdown .gmb-dropdown-container .gmb-dropdown-label {
  font-family: "unicredit-regular";
  line-height: 1.7142857143rem;
  font-size: 1.2857142857rem;
  color: #262626;
}

gmb-dropdown .gmb-dropdown-container .gmb-dropdown-content {
  display: none;
  background-color: white;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
}
gmb-dropdown .gmb-dropdown-container .show-dropdown-content.gmb-dropdown-content {
  display: inline-block;
  width: 100%;
}
gmb-dropdown .gmb-dropdown-container .gmb-dropdown-content .gmb-dropdown-options {
  display: none;
}

gmb-dropdown .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper {
  font-family: "unicredit-regular";
  line-height: 1.7142857143rem;
  font-size: 1.2857142857rem;
  color: #666666;
  border: 0;
  background-color: transparent;
}
gmb-dropdown .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper:hover {
  color: #262626;
  border-color: #262626;
}
gmb-dropdown .gmb-dropdown-container .gmb-dropdown-error.gmb-dropdown-placeholder-wrapper {
  border: 2px solid #D73928;
}
gmb-dropdown .gmb-dropdown-container .show-dropdown-content.gmb-dropdown-placeholder-wrapper {
  color: #262626;
  border: 1px solid #262626;
}
gmb-dropdown .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper .gmb-dropdown-placeholder {
  display: inline-block;
  vertical-align: middle;
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
gmb-dropdown .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos {
  float: right;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background-color: white;
  outline: none;
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
gmb-dropdown .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos .gmb-arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8571428571rem;
}
gmb-dropdown .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos .gmb-arrow:before {
  position: relative;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  line-height: 1rem;
  color: #262626;
}
gmb-dropdown .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos .gmb-dropdown-active-info {
  display: inline-block;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  margin-right: 0.5714285714rem;
  color: #262626;
}
gmb-dropdown .gmb-dropdown-container .show-dropdown-content.gmb-dropdown-placeholder-wrapper .gmb-arrow:before {
  transform: rotate(180deg);
}

gmb-dropdown {
  display: inline-block;
  width: 100%;
}
gmb-dropdown .gmb-dropdown-container {
  display: inline-block;
  width: 100%;
}
gmb-dropdown .gmb-dropdown-container .gmb-dropdown-error-wrapper {
  background-color: #D73928;
  box-sizing: border-box;
  color: white;
  position: absolute;
  z-index: 1;
}
gmb-dropdown .gmb-dropdown-container.gmb-dropdown-disabled {
  cursor: default;
  color: #cccccc;
  pointer-events: none;
}
gmb-dropdown .gmb-dropdown-container.gmb-dropdown-disabled .gmb-dropdown-placeholder-wrapper {
  border: 1px solid #cccccc;
  color: #cccccc;
  background-color: #f5f5f5;
}
gmb-dropdown .gmb-dropdown-container.gmb-dropdown-disabled .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos {
  background-color: #f5f5f5;
}
gmb-dropdown .gmb-dropdown-container.gmb-dropdown-disabled .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos .gmb-dropdown-active-info {
  color: #cccccc;
}
gmb-dropdown .gmb-dropdown-container.gmb-dropdown-disabled .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos .gmb-arrow:after {
  border-color: #cccccc;
}

gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-error-wrapper, gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper, gmb-dropdown .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper, gmb-dropdown .gmb-dropdown-container .show-dropdown-content.gmb-dropdown-content .gmb-dropdown-item, gmb-dropdown .gmb-dropdown-container .gmb-dropdown-error-wrapper {
  padding: 0.7142857143rem;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

gmb-dropdown-checkable {
  display: inline-block;
  width: 100%;
}
gmb-dropdown-checkable .gmb-dropdown-container {
  display: inline-block;
  width: 100%;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-label {
  font-family: "unicredit-regular";
  line-height: 1.7142857143rem;
  font-size: 1.2857142857rem;
  color: #262626;
  margin-bottom: 0.2857142857rem;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper {
  font-family: "unicredit-regular";
  line-height: 1.7142857143rem;
  font-size: 1.2857142857rem;
  color: #666666;
  border: 1px solid #cccccc;
  background-color: white;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper:hover {
  color: #262626;
  border-color: #262626;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper.gmb-dropdown-error {
  border: 2px solid #D73928;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper.show-dropdown-content {
  color: #262626;
  border: 1px solid #262626;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper .gmb-dropdown-placeholder {
  display: inline-block;
  vertical-align: middle;
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos {
  float: right;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background-color: white;
  outline: none;
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos .gmb-arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8571428571rem;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos .gmb-arrow:before {
  position: relative;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  line-height: 1rem;
  color: #262626;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos .gmb-dropdown-active-info {
  display: inline-block;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  margin-right: 0.5714285714rem;
  color: #262626;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-placeholder-wrapper.show-dropdown-content .gmb-arrow:before {
  transform: rotate(180deg);
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-content {
  display: none;
  border: 1px solid #262626;
  border-top: none;
  background-color: white;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-content gmb-checkbox {
  display: inline-block;
  width: 100%;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-content gmb-checkbox .gmb-checkbox-container {
  display: inline-block;
  width: 100%;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  padding: 0.7142857143rem;
  box-sizing: border-box;
  height: 40px;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-content gmb-checkbox .gmb-checkbox-container .gmb-checkbox-wrapper {
  float: right;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-content gmb-checkbox + gmb-checkbox {
  margin-top: 0;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-content.show-dropdown-content {
  display: inline-block;
  width: 100%;
}
gmb-dropdown-checkable .gmb-dropdown-container .gmb-dropdown-error-wrapper {
  background-color: #D73928;
  box-sizing: border-box;
  color: white;
  position: absolute;
  z-index: 1;
}
gmb-dropdown-checkable .gmb-dropdown-container.gmb-dropdown-disabled {
  cursor: default;
  color: #cccccc;
  pointer-events: none;
}
gmb-dropdown-checkable .gmb-dropdown-container.gmb-dropdown-disabled .gmb-dropdown-placeholder-wrapper {
  border: 1px solid #cccccc;
  color: #cccccc;
  background-color: #f5f5f5;
}
gmb-dropdown-checkable .gmb-dropdown-container.gmb-dropdown-disabled .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos {
  background-color: #f5f5f5;
}
gmb-dropdown-checkable .gmb-dropdown-container.gmb-dropdown-disabled .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos .gmb-dropdown-active-info {
  color: #cccccc;
}
gmb-dropdown-checkable .gmb-dropdown-container.gmb-dropdown-disabled .gmb-dropdown-placeholder-wrapper .gmb-dropdown-infos .gmb-arrow:after {
  border-color: #cccccc;
}

gmb-pay-button[disabled=true] .pay-button {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

gmb-pay-button {
  display: inline-block;
  background-color: inherit;
  text-align: center;
}
gmb-pay-button .pay-button {
  display: inline-block;
  width: 100%;
  color: #262626;
  width: 11.7857142857rem;
  height: 9.2857142857rem;
  overflow: hidden;
}
gmb-pay-button .pay-button .pay-btn-img-container {
  height: 4.2857142857rem;
  box-sizing: border-box;
  border-width: 0.0714285714rem;
  border-style: solid;
  border-bottom: none;
  border-top-left-radius: 0.2857142857rem;
  border-top-right-radius: 0.2857142857rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
gmb-pay-button .pay-button .pay-btn-img-container .icon-span {
  background-color: inherit;
  font-size: 2.1428571429rem;
  text-align: center;
  vertical-align: middle;
  line-height: 4.2142857143rem;
}
gmb-pay-button .pay-button .pay-btn-img-container .image-png {
  display: table-cell;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 26px;
  vertical-align: middle;
}
gmb-pay-button .pay-button .pay-btn-label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  box-sizing: border-box;
  border: 0.0714285714rem solid #e5e5e5;
  border-top: none;
  border-bottom-left-radius: 0.2857142857rem;
  border-bottom-right-radius: 0.2857142857rem;
  width: 100%;
}
gmb-pay-button .pay-button .pay-btn-label-container .pay-btn-label {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  line-height: 1.4285714286rem !important;
  padding: 1.0714285714rem 0.3571428571rem;
}
gmb-pay-button .pay-button:link, gmb-pay-button .pay-button:hover, gmb-pay-button .pay-button:active, gmb-pay-button .pay-button:visited {
  text-decoration: none;
}

.gmb-pay-button-full-background .pay-button {
  display: inline-block;
  width: 100%;
  color: #fff;
  width: 11.7857142857rem;
  height: 9.2857142857rem;
  overflow: hidden;
  background-image: url("https://it-assets-qa.internal.unicreditgroup.eu/etc/designs/gimb2-it/functions/WP/EP1-PSA-PAYMENTS-FREQUENTSLIST/img/quick-operation-background.png");
  background-repeat: no-repeat;
  border-radius: 0.2857142857rem;
  padding: 0 1.0714285714rem;
}
.gmb-pay-button-full-background .pay-button .pay-btn-img-container {
  height: 4.2857142857rem;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.gmb-pay-button-full-background .pay-button .pay-btn-img-container .icon-span {
  background-color: inherit;
  font-size: 2.1428571429rem;
  text-align: center;
  vertical-align: middle;
  line-height: 4.2142857143rem;
}
.gmb-pay-button-full-background .pay-button .pay-btn-label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  box-sizing: border-box;
  width: 100%;
}
.gmb-pay-button-full-background .pay-button .pay-btn-label-container .pay-btn-label {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  line-height: 1.4285714286rem !important;
}
.gmb-pay-button-full-background .pay-button:link, .gmb-pay-button-full-background .pay-button:hover, .gmb-pay-button-full-background .pay-button:active, .gmb-pay-button-full-background .pay-button:visited {
  text-decoration: none;
}

.sliderCounter {
  margin: 1.2142857143rem 0.8571428571rem 2.8571428571rem 0.8571428571rem;
  /*
  &.sliderCounter--limit{

  }*/
}
.sliderCounter .sliderCounter__buttons {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.sliderCounter .sliderCounter__icon {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  line-height: 1.4285714286rem;
  display: inline-block;
}
.sliderCounter .sliderCounter__icon a {
  line-height: 1.4285714286rem;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  font-size: 1.4285714286rem;
  color: #262626;
  cursor: pointer;
}
.sliderCounter .sliderCounter__icon a:hover {
  text-decoration: none;
}
.sliderCounter .sliderCounter__icon a:focus {
  outline: none;
}
.sliderCounter .sliderCounter__icon gmb-icon-button .icon-button .icon-span {
  margin: 0;
  line-height: 1.4285714286rem;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  font-size: 1.4285714286rem;
}
.sliderCounter .sliderCounter__icon gmb-icon-button .no-change-color, .sliderCounter .sliderCounter__icon gmb-icon-button .no-change-color:hover, .sliderCounter .sliderCounter__icon gmb-icon-button .no-change-color:active, .sliderCounter .sliderCounter__icon gmb-icon-button .no-change-color:focus {
  border-bottom: 0;
}
.sliderCounter .sliderCounter__input {
  font-family: "unicredit-bold";
  margin: 0 0.7142857143rem;
  height: 2.8571428571rem;
  width: 12.5rem;
  border: 1px solid #cccccc;
  line-height: 2.8571428571rem;
  text-align: center;
  font-size: 1.4285714286rem;
  color: #262626;
}
.sliderCounter .sliderCounter__input input {
  padding: 0;
  text-align: center;
  width: 100%;
}
.sliderCounter .sliderCounter__limitNumber {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.6428571429rem;
}
.sliderCounter .sliderCounter__slider {
  display: inline-block;
  vertical-align: middle;
  height: 0.7142857143rem;
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 0.3571428571rem;
  cursor: pointer;
}
.sliderCounter .sliderCounter__slider.sliderInstalment_class .sliderInstalmentColored_class.sliderLimitsColored_class {
  border: 0;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .selected {
  border-top-left-radius: 0.3571428571rem;
  border-bottom-left-radius: 0.3571428571rem;
  height: 100%;
  background-color: #007a91;
  float: left;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .notSelected {
  border-top-right-radius: 0.3571428571rem;
  border-bottom-right-radius: 0.3571428571rem;
  height: 100%;
  background-color: #e5e5e5;
  float: left;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .notSelected:last-child {
  border-left: 0px;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .selected .tick {
  border-left: 3px solid white;
  height: 74%;
  margin-top: 1px;
  margin-bottom: 1px;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .selected .tick span {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
  margin-top: 1.4285714286rem;
  display: inline-block;
  transform: translateX(-50%);
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .selected .tick:first-child {
  border-left: 0px;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .selected .tick:last-child {
  border-right: 0px;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .notSelected .notTick {
  border-right: 3px solid #909090;
  height: 74%;
  margin-top: 0.0714285714rem;
  margin-bottom: 0.0714285714rem;
  float: left;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .notSelected .notTick span {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
  margin-top: 1.4285714286rem;
  display: inline-block;
  transform: translateX(-50%);
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .selected .tick.tickHidden {
  border-left: 0px !important;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .notSelected .notTick.tickHidden {
  border-right: 0px !important;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .notSelected .notTick.lastElement,
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .selected .tick.lastElement {
  display: flex;
  justify-content: space-between;
  border-right: 0px;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .notSelected .notTick.lastElement span:last-child,
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .selected .tick.lastElement span:last-child {
  transform: translateX(0.2142857143rem);
  position: absolute;
  right: 0;
}
.sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .notSelected .notTick.firstElement span:nth-child(1), .sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .notSelected .tick.firstElement span:nth-child(1), .sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .selected .notTick.firstElement span:nth-child(1), .sliderCounter .sliderCounter__slider .sliderInstalmentColored_class .selected .tick.firstElement span:nth-child(1) {
  transform: translateX(-0.2142857143rem);
  position: absolute;
  left: 0;
}
.sliderCounter .sliderCounter__slider.ui-slider .ui-slider-handle {
  background: #007a91 !important;
  border-radius: 50%;
  height: 1.7142857143rem;
  width: 1.7142857143rem;
  top: -0.5714285714rem;
  margin-left: -0.7857142857rem;
}
.sliderCounter .sliderCounter__slider.ui-slider .ui-slider-handle .handle-tooltip {
  display: none;
}

.sliderCounter.disabled .sliderCounter__slider, .sliderCounter.disabled .sliderCounter__slider .selected {
  background-color: #cccccc !important;
}
.sliderCounter.disabled .sliderCounter__slider span {
  color: #cccccc !important;
}
.sliderCounter.disabled .sliderCounter__buttons .sliderCounter__icon a {
  color: #cccccc !important;
}
.sliderCounter.disabled .sliderCounter__input {
  border: 1px solid #cccccc !important;
  background: #f5f5f5;
}
.sliderCounter.disabled .sliderCounter__input span {
  color: #cccccc !important;
}
.sliderCounter.disabled .sliderInstalmentColored_class .notSelected .notTick {
  border-right: 3px solid #ffffff;
}
.sliderCounter.disabled .sliderCounter__slider .ui-slider-handle {
  background: #cccccc !important;
}

.image-editor.photo-resizer-slider .uc-slider .ui-slider-handle.ui-state-default, .image-editor.photo-resizer-slider .uc-slider .ui-slider-handle.ui-state-hover, .image-editor.photo-resizer-slider .uc-slider .ui-slider-handle.ui-state-active {
  background: #007a91 !important;
  border-radius: 50%;
  height: 24px !important;
  width: 24px !important;
  margin-top: 0px;
  top: -7px;
  margin-left: -0.7142857143rem;
}
.image-editor.photo-resizer-slider .uc-slider.ui-slider {
  position: relative;
  text-align: left;
  margin: 0 auto;
  height: 0.7142857143rem;
  width: 100%;
  background: #e5e5e5;
  border-radius: 0.3571428571rem;
  border: none;
  margin: 5.7142857143rem auto 3.5714285714rem auto;
}

.calendar-full-version {
  position: relative;
}
.calendar-full-version .calendar_container {
  right: 0;
  display: none;
  position: absolute;
  z-index: 100;
  width: 28.5714285714rem;
  top: 3.5714285714rem;
  padding: 0;
  background-color: white;
  border-radius: 0.2857142857rem;
  border: 0.0714285714rem solid #cccccc;
  box-shadow: 0 0.1428571429rem 0.2857142857rem 0 rgba(0, 0, 0, 0.5);
}
.calendar-full-version .calendar_container .ui-datepicker {
  display: block;
  width: 100%;
  border-width: 0.0714285714rem 0;
  padding: 0 0.5rem;
  border: 0;
}
.calendar-full-version .calendar_container .ui-datepicker .ui-datepicker-title {
  line-height: 5rem;
  margin: 0 auto;
}
.calendar-full-version .calendar_container .ui-datepicker .ui-datepicker-header {
  border: 0;
  background: #fff;
  margin-bottom: 0;
}
.calendar-full-version .calendar_container .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  top: 50%;
  left: 40px;
  transform: translatey(-50%);
}
.calendar-full-version .calendar_container .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  top: 50%;
  right: 40px;
  transform: translatey(-50%);
}
.calendar-full-version .calendar_container .ui-datepicker .ui-datepicker-header a.ui-datepicker-prevYear {
  top: 50%;
  left: 13px;
  transform: translatey(-50%);
  position: absolute !important;
}
.calendar-full-version .calendar_container .ui-datepicker .ui-datepicker-header a.ui-datepicker-nextYear {
  top: 50%;
  right: 13px;
  transform: translatey(-50%);
  position: absolute !important;
}
.calendar-full-version .calendar_container .ui-datepicker td {
  border-top: 0.2142857143rem solid white;
  padding: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}
.calendar-full-version .calendar_container .ui-datepicker td .ui-state-default {
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  color: #262626;
  width: 2.4285714286rem;
  height: 2.4285714286rem;
  line-height: 2.4285714286rem;
  vertical-align: middle;
  margin: 0 auto;
}
.calendar-full-version .calendar_container .ui-datepicker td.selected {
  background-color: #007a91;
}
.calendar-full-version .calendar_container .ui-datepicker td.selected.selected-first, .calendar-full-version .calendar_container .ui-datepicker td.selected.startDate {
  border-radius: 2.1428571429rem 0 0 2.1428571429rem;
}
.calendar-full-version .calendar_container .ui-datepicker td.selected.selected-last, .calendar-full-version .calendar_container .ui-datepicker td.selected.endDate {
  border-radius: 0 2.1428571429rem 2.1428571429rem 0;
}
.calendar-full-version .calendar_container .ui-datepicker td.selected.selected-single {
  background-color: transparent;
}
.calendar-full-version .calendar_container .ui-datepicker td.selected.selected-single > * {
  background-color: #007a91;
  color: #fff;
}
.calendar-full-version .calendar_container .ui-datepicker td.selected > a {
  color: #fff;
}
.calendar-full-version .calendar_container .ui-datepicker td.date-range-selected > a {
  color: #fff;
}
.calendar-full-version .calendar-button-container {
  height: 2.8571428571rem;
  min-width: 3.0714285714rem;
  display: block;
}
.calendar-full-version .calendar-button {
  height: 2.8571428571rem;
  min-width: 3.0714285714rem;
  background-color: white;
  border: 0.0714285714rem solid #cccccc;
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
  display: table;
  padding: 0;
}
.calendar-full-version .calendar-button.active {
  border: 0.0714285714rem solid #262626;
}
.calendar-full-version .calendar-button .icon-container {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
  cursor: pointer;
  border: 0;
}
.calendar-full-version .calendar-button .icon-container a, .calendar-full-version .calendar-button .icon-container a:hover, .calendar-full-version .calendar-button .icon-container a:focus {
  color: #262626;
}
.calendar-full-version .date-filter {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  min-width: 7.6428571429rem;
  white-space: nowrap;
  padding: 0 0.7142857143rem;
}
.calendar-full-version .date-filter label {
  margin: 0;
  margin-right: 2px;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
  vertical-align: middle;
}
.calendar-full-version .date-filter .button-close {
  border: 0;
  padding-right: 0.7142857143rem;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
  vertical-align: middle;
}
.calendar-full-version .date-filter span {
  color: #D73928;
  border: 0;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
  margin-right: 0.7142857143rem;
  vertical-align: middle;
}
.calendar-full-version .date-filter .calendarStyleLabel {
  color: #262626;
}
.calendar-full-version .date-filter .calendarStyleValue {
  color: #262626;
}
.calendar-full-version .icon-container {
  width: 2.9285714286rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.7142857143rem;
  height: 2.7142857143rem;
}
.calendar-full-version .icon-container.active .calendar-icon {
  color: #007a91;
}
.calendar-full-version .icon-container.active > a {
  color: #007a91 !important;
}
.calendar-full-version .icon-container.padded-top {
  padding: 0.2857142857rem 0.7142857143rem 0;
}
.calendar-full-version .filter-date-container {
  position: relative;
  border-bottom: 0;
  display: flex;
  text-align: left;
  padding: 1.4285714286rem 1.4285714286rem 0;
}
.calendar-full-version .filter-date-container:after {
  content: "";
  display: table;
  clear: both;
}
.calendar-full-version .filter-date {
  width: calc(50% - 10px);
  display: inline-block;
  background: white;
  border-bottom: 0;
  border-top: 0;
  position: relative;
  margin-left: 0.7142857143rem;
}
.calendar-full-version .filter-date:nth-of-type(1) {
  margin-left: 0;
  margin-right: 0.7142857143rem;
}
.calendar-full-version .filter-date br {
  display: none;
}
.calendar-full-version .input-date {
  background-color: #FFF;
  font-family: "unicredit-regular";
  line-height: 1.7142857143rem;
  font-size: 1.2857142857rem;
  width: 100%;
  color: #262626;
  padding: 0.5rem 0.7142857143rem;
  height: auto;
  border: 0.0714285714rem solid #cccccc;
}
.calendar-full-version .label-date {
  font-family: "unicredit-regular";
  line-height: 1.7142857143rem;
  font-size: 1.2857142857rem;
  display: block;
  text-transform: capitalize;
  margin-bottom: 0.2857142857rem;
  color: #666666;
}
.calendar-full-version .button-time-search {
  line-height: 2rem;
  height: 2.1428571429rem;
  text-transform: uppercase;
  font-family: "unicredit-medium";
  font-size: 1rem;
  border: 0.0714285714rem solid #ccc;
  background-color: #f5f5f5;
  color: #666666;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  float: left;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 3px;
  width: calc(33% + 1px);
}
.calendar-full-version .button-time-search.active {
  border: 0.0714285714rem solid #007a91;
  background-color: #007a91;
  color: #fff;
}
.calendar-full-version .button-time-search:nth-child(2) {
  width: 34%;
}
.calendar-full-version .button-time-search.button-time-search-last:after {
  display: none;
}
.calendar-full-version .time-container {
  position: relative;
  color: #666;
  font-family: "unicredit-medium";
  font-size: 1.6rem;
  height: 63px;
  text-align: center;
  padding: 18px 20px;
  text-transform: uppercase;
  display: block;
}
.calendar-full-version .time-container:after {
  content: "";
  display: table;
  clear: both;
}
.calendar-full-version .time-container > .button-time-search + .button-time-search {
  margin-left: -1px;
}
.calendar-full-version .time-container > .button-time-search:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.calendar-full-version .time-container > .button-time-search:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.calendar-full-version .submit-calendar {
  position: relative;
  border: 0;
  padding: 15px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar-full-version .submit-calendar .button-time-search {
  background: none;
  cursor: default;
  border: 0;
  text-align: left;
  width: auto;
  height: auto;
  color: #007a91;
  cursor: pointer;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
}
.calendar-full-version .submit-calendar .button-time-search::after {
  right: 0;
  width: 0;
}
.calendar-full-version .submit-calendar .button-time-search .ui-button-text {
  cursor: pointer;
  font-size: 14px;
  color: #007a91;
  font-family: "unicredit-bold";
  padding: 0;
}
.calendar-full-version .submit-calendar .btn-activated {
  border: 0.0714285714rem solid #007a91;
  background-color: #007a91;
  color: #fff;
  border-radius: 0.2142857143rem;
  display: inline-block;
  text-transform: none !important;
  font-size: 1.2857142857rem;
  line-height: 1.5714285714rem;
  padding: 1rem 1.4285714286rem;
  font-family: "unicredit-bold";
  height: 3.5714285714rem;
}
.calendar-full-version .submit-calendar > a, .calendar-full-version .submit-calendar > button {
  display: inline-block;
}
.calendar-full-version .ui-datepicker-calendar thead {
  display: table-header-group !important;
}
.calendar-full-version .ui-datepicker-calendar thead th span {
  color: #666666;
  text-transform: uppercase;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
}
.calendar-full-version .calendar-button .ui-button-text {
  padding: 0;
  display: none;
}
.calendar-full-version .filter-date-text {
  display: none;
}
.calendar-full-version .container-ico-minus-calendar {
  display: none;
}
.calendar-full-version .ui-datepicker-calendar td:not(.selected):not(.ui-datepicker-today) > a, .calendar-full-version .calendar-full-version .ui-datepicker td.ui-state-disabled > span {
  background-color: transparent;
}

.container-accesslog .calendar-full-version .calendar-button-container {
  float: right;
}

.at-container-accesslog .calendar-full-version .calendar-button-container {
  position: absolute;
  right: 20px;
  top: -77px;
}

.at-container-accesslog .calendar-full-version .calendar_container {
  top: -37px;
  right: 20px;
}

.ui-datepicker.ui-shadow {
  box-shadow: none;
  border-radius: 0;
}

.ui-datepicker {
  z-index: 2040 !important;
  padding: 1.4285714286rem;
  border-radius: 0;
  background-color: #fff;
  border: 0.0714285714rem solid #ccc;
  display: table-row-group;
  min-width: 20.7142857143rem;
}
.ui-datepicker .ui-datepicker-title {
  font-family: "unicredit-bold";
  color: #262626;
  font-family: "unicredit-bold";
  font-size: 1.4285714286rem;
  line-height: 1.5714285714rem;
  text-transform: uppercase;
  margin: 0 auto 20px;
}
.ui-datepicker .ui-datepicker-header {
  height: auto;
  padding: 0;
  border-radius: 0;
  width: 100%;
  position: relative;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  position: absolute;
  top: 0.1428571429rem;
  left: 2.1428571429rem;
  text-align: center;
  line-height: 1.4285714286rem;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev.ui-state-disabled {
  visibility: hidden;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:before {
  content: "";
  font-family: "UC-Official-icon-set" !important;
  font-size: 1rem;
  color: #262626;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prevYear {
  position: absolute;
  top: 0.1428571429rem;
  left: 0;
  text-align: center;
  line-height: 1.4285714286rem;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prevYear.ui-state-disabled {
  visibility: hidden;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prevYear:before {
  content: "";
  font-family: "UC-Official-icon-set" !important;
  font-size: 1rem;
  color: #262626;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  position: absolute;
  top: 0.1428571429rem;
  right: 2.1428571429rem;
  text-align: center;
  line-height: 1.4285714286rem;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next.ui-state-disabled {
  visibility: hidden;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next:before {
  content: "";
  font-family: "UC-Official-icon-set" !important;
  font-size: 1rem;
  color: #262626;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-nextYear {
  position: absolute;
  top: 0.1428571429rem;
  right: 0;
  text-align: center;
  line-height: 1.4285714286rem;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-nextYear.ui-state-disabled {
  visibility: hidden;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-nextYear:before {
  content: "";
  font-family: "UC-Official-icon-set" !important;
  font-size: 1rem;
  color: #262626;
}
.ui-datepicker table.ui-datepicker-calendar td.ui-state-disabled > span, .ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-unselectable.ui-state-disabled > span {
  color: #cccccc;
  width: 2.4285714286rem;
  height: 2.4285714286rem;
  line-height: 2.4285714286rem;
  font-family: "unicredit-bold";
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-today:not(.selected) > a {
  background-color: transparent;
  color: #262626;
  border-radius: 50%;
  border: 0.0714285714rem solid black;
}
.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day:not(.selected):not(.ui-datepicker-today) > a.ui-state-default {
  color: #262626;
  border-radius: 100%;
}
.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day > a.ui-state-default {
  border-radius: 100%;
}
.ui-datepicker table.ui-datepicker-calendar td:hover:not(.selected):not(.ui-datepicker-current-day) > a {
  border-radius: 50%;
}
.ui-datepicker table.ui-datepicker-calendar td > a,
.ui-datepicker table.ui-datepicker-calendar td > span {
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  color: #262626;
  font-family: "unicredit-regular";
  width: 2.4285714286rem;
  height: 2.4285714286rem;
  line-height: 2.4285714286rem;
  margin: 0 auto;
}
.ui-datepicker table.ui-datepicker-calendar th {
  padding: 0 0 0.7142857143rem;
  margin: 0;
}
.ui-datepicker table.ui-datepicker-calendar th span {
  font-size: 1rem;
  color: #666666;
  font-family: "unicredit-bold" !important;
  padding: 0;
  text-transform: uppercase;
}

.ui-datepicker-trigger {
  position: absolute;
  height: 1.4285714286rem;
  width: 1.4285714286rem;
  border: 0 none;
  line-height: 1.4285714286rem;
  margin: 0.7142857143rem 0 0 0;
  right: 0.7142857143rem;
  border-radius: 0 !important;
}
.ui-datepicker-trigger::before {
  content: "";
  font-family: "UC-Official-icon-set" !important;
  color: #262626;
  font-size: 1.2857142857rem;
}

.ui-datepicker-trigger .ui-button-text {
  display: none;
}

.calendar-navigator .ui-datepicker-prev,
.calendar-navigator .ui-datepicker-next,
.calendar-navigator .ui-datepicker-prevYear,
.calendar-navigator .ui-datepicker-nextYear {
  display: none;
}
.calendar-navigator select.ui-datepicker-month,
.calendar-navigator select.ui-datepicker-year {
  background: url("/etc/designs/gimb2-it/img/navigation-and-action-arrow-down.png") no-repeat;
  background-position: bottom 50% right 12px;
  background-size: 12px;
  padding-left: 0.7142857143rem;
}
.calendar-navigator select.ui-datepicker-month:first-child,
.calendar-navigator select.ui-datepicker-year:first-child {
  margin-right: 0.5357142857rem;
}
.calendar-navigator select.ui-datepicker-month,
.calendar-navigator select.ui-datepicker-year,
.calendar-navigator .chosen-container {
  direction: ltr;
  margin-top: 0.0714285714rem;
  margin-bottom: 0.0714285714rem;
  text-transform: capitalize;
  width: calc(50% - 7.5px) !important;
}
.calendar-navigator select.ui-datepicker-month:last-child,
.calendar-navigator select.ui-datepicker-year:last-child,
.calendar-navigator .chosen-container:last-child {
  margin-left: 0.5357142857rem;
}
.calendar-navigator .chosen-container span {
  margin-left: 0.7142857143rem;
  text-transform: capitalize;
}
.calendar-navigator .chosen-container div b {
  display: none;
}
.calendar-navigator .chosen-container:nth-child(2) {
  margin-right: 0.5357142857rem;
}
.calendar-navigator .chosen-single::after {
  background-image: url("/etc/designs/gimb2-it/img/navigation-and-action-arrow-down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  color: transparent;
  content: ".";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.calendar-navigator .chosen-with-drop .chosen-single::after {
  transform: rotate(180deg) translateY(50%);
}
.calendar-navigator .ui-datepicker-title .chosen-container .chosen-drop .chosen-results .active-result {
  padding-left: 0.7142857143rem;
  text-align: left;
  text-transform: capitalize;
}

.paymentAgain {
  width: 11.4285714286rem;
  border-radius: 0.2857142857rem;
  overflow: hidden;
  display: inline-block;
  margin-right: 1.4285714286rem;
  margin-bottom: 1.4285714286rem;
  cursor: pointer;
}

.paymentAgainContainer {
  display: flex;
  flex-wrap: wrap;
}

.paymentAgain__top {
  padding: 0.7142857143rem 0.9285714286rem 0.5714285714rem;
  min-height: 4.7142857143rem;
}
.paymentAgain__top.background-color-category-PostalBills {
  background-color: #D7CECC;
}
.paymentAgain__top.background-color-category-OtherServices {
  background-color: #C9BCDB;
}
.paymentAgain__top.background-color-category-OtherPayments {
  background-color: #C3DCF1;
}
.paymentAgain__top.background-color-category-INPS {
  background-color: #B6DFC5;
}
.paymentAgain__top.background-color-category-CBill, .paymentAgain__top.background-color-category-CBILL, .paymentAgain__top.background-color-category-CBILLPA, .paymentAgain__top.background-color-category-CBILL_DEFAULT, .paymentAgain__top.background-color-category-CBILLPA_DEFAULT, .paymentAgain__top.background-color-category-RAV_CBILL {
  background-color: #FFEE95;
}
.paymentAgain__top.background-color-category-F24 {
  background-color: #F8D1DF;
}
.paymentAgain__top.background-color-category-Recharge {
  background-color: #DBE0D1;
}
.paymentAgain__top.background-color-category-banktransfer {
  background-color: #D9E6E1;
}

.paymentAgain__title {
  font-family: "unicredit-bold";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  text-transform: capitalize;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.paymentAgain__middle {
  background: #f5f5f5;
  position: relative;
  padding: 0.7142857143rem;
}

.paymentAgain__bottom {
  background: #f5f5f5;
  position: relative;
  padding: 0.7142857143rem;
}

.paymentAgain__detail {
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paymentAgain__amount {
  font-family: "unicredit-bold";
  font-size: 1.7857142857rem;
  line-height: 1.9285714286rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 18px);
  display: inline-block;
  vertical-align: bottom;
}

.paymentAgain__aliasAccount {
  font-family: "unicredit-regular";
  font-size: 1.1428571429rem;
  line-height: 1.2142857143rem;
}

.paymentAgain__ibanAccount {
  font-family: "unicredit-regular";
  font-size: 1.1428571429rem;
  line-height: 1.2142857143rem;
}

.paymentAgain__currency {
  font-family: "unicredit-bold";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.3571428571rem;
}

.paymentAgain__date {
  font-family: "unicredit-regular";
  font-size: 1.1428571429rem;
  line-height: 1.2142857143rem;
  display: block;
}

.paymentAgain__info {
  margin-bottom: 0.3571428571rem;
}

.paymentAgain__name {
  font-family: "unicredit-regular";
  font-size: 1.1428571429rem;
  line-height: 1.2142857143rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.paymentAgain__iban {
  font-size: 0.7142857143rem;
  font-family: "unicredit-regular";
  line-height: 1.1428571429rem;
  text-transform: uppercase;
}

.modalTable {
  width: 100%;
}

.modalTable__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modalTable__title {
  display: block;
  font-family: "unicredit-bold";
  font-size: 2.5rem;
  line-height: 3rem;
  color: #262626;
}
.modalTable__title:first-child {
  max-width: 70%;
}

.modalTable__secondary {
  display: block;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  color: #666666;
}

.modalTable__labelStatus {
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  color: #666666;
  position: relative;
  padding-left: 1.2857142857rem;
}
.modalTable__labelStatus:before {
  content: "";
  display: block;
  height: 0.9285714286rem;
  position: absolute;
  width: 0.9285714286rem;
  left: 0;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.modalTable__labelStatus.pending:before, .modalTable__labelStatus.to_authorize:before, .modalTable__labelStatus.waiting_to_execute:before, .modalTable__labelStatus.not_cashin:before, .modalTable__labelStatus.suspended:before, .modalTable__labelStatus.workinprogress:before, .modalTable__labelStatus.recording:before, .modalTable__labelStatus.to_confirm:before, .modalTable__labelStatus.wait:before, .modalTable__labelStatus.to_send:before {
  background: #fbb800;
}
.modalTable__labelStatus.executed:before, .modalTable__labelStatus.received:before, .modalTable__labelStatus.sent:before, .modalTable__labelStatus.recordered:before, .modalTable__labelStatus.active:before, .modalTable__labelStatus.prenotabile:before, .modalTable__labelStatus.active_not_confirmed:before {
  background: #2fa358;
}
.modalTable__labelStatus.cancelled:before, .modalTable__labelStatus.revoked:before, .modalTable__labelStatus.canceled:before, .modalTable__labelStatus.deleted:before, .modalTable__labelStatus.revoked_from_agency:before {
  background: #666666;
}
.modalTable__labelStatus.rejected:before, .modalTable__labelStatus.serviceExpired:before, .modalTable__labelStatus.expired:before, .modalTable__labelStatus.incomplete:before, .modalTable__labelStatus.non_prenotabile:before, .modalTable__labelStatus.blocked:before, .modalTable__labelStatus.error:before {
  background: #D73928;
}
.modalTable__labelStatus.reserved:before, .modalTable__labelStatus.booked:before {
  background: #007a91;
}

.modalTable__img {
  margin: 1.4285714286rem 0 1.7857142857rem;
  display: block;
}

.modalTable__spacer {
  padding-top: 2.2857142857rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1.7857142857rem;
}

.modalTable__imagecontent {
  background-size: cover;
  height: 10.7142857143rem;
  border-radius: 3px;
  overflow: hidden;
}

.modalTable__list {
  margin-bottom: 1.0714285714rem;
}

.modalTable__item {
  display: block;
  margin-bottom: 1.7857142857rem;
}
.modalTable__item:last-child {
  margin-bottom: 0;
}

.modalTable__titleList {
  display: block;
  color: #666666;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  margin-bottom: 0.2142857143rem;
}

.modalTable__description {
  display: block;
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
}

.modalTable__type {
  display: flex;
  align-content: start;
  margin-bottom: 2.8571428571rem;
}

.modalTable__texts {
  margin-left: 1.4285714286rem;
}

.modalTable__icon {
  font-size: 1.4285714286rem;
  margin-top: 0.4285714286rem;
}

.modalTable__titleSection {
  margin: 0;
  font-family: "unicredit-bold";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  color: #262626;
}

.modalTable__labels {
  margin: 0 0 1.0714285714rem;
  font-family: "unicredit-bold";
  font-size: 1rem;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  color: #666666;
}

.modalTable__linkAccess .link-access {
  margin-right: 1.4285714286rem;
}

.modalTable__graphicContet {
  margin-top: 1.0714285714rem;
}

.modalTable__label-currency {
  font-family: "unicredit-bold";
  font-size: 1.4285714286rem;
  line-height: 1.5714285714rem;
  margin-left: 0.3571428571rem;
  line-height: 2.2857142857rem;
}

.modalTable__amount-group {
  display: flex;
  align-items: flex-end;
  width: 30%;
  justify-content: flex-end;
}

.gmb-message {
  font-family: "unicredit-regular";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  padding: 1.4285714286rem;
  border-radius: 0.2857142857rem;
}
.gmb-message .link-access {
  color: #fff;
}
.gmb-message .link-access:hover, .gmb-message .link-access:focus {
  color: #fff;
}
.gmb-message-error {
  background-color: #D73928;
}

.validation_style_pmessage .ui-messages-error-detail {
  font-family: "unicredit-bold";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
}

.validation_style_priority_message .ui-messages-error {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  background-color: #d73928;
  color: #fff;
  max-width: 380px;
  padding: 0;
  margin: 4px auto;
  margin-bottom: 20px;
  border: 0;
  overflow-x: hidden;
  word-break: normal;
  white-space: normal;
}
.validation_style_priority_message .ui-messages-error-summary {
  font-family: "unicredit-bold";
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
}
.validation_style_priority_message .ui-messages-error-detail {
  font-family: "unicredit-regular";
  font-size: 1.1428571429rem;
  line-height: 1.2142857143rem;
}
.validation_style_priority_message span.UXUI-icon {
  margin-right: 0.7142857143rem;
  margin-top: 0.2857142857rem;
  vertical-align: top;
  display: inline-block;
}
.validation_style_priority_message span.error-section {
  display: inline-block;
  white-space: initial;
  max-width: 21.5714285714rem;
}
.validation_style_priority_message .errors li {
  padding: 1.4285714286rem;
  text-align: left;
  min-width: 25.7142857143rem;
  max-width: 35.7142857143rem;
  margin: 0 auto;
  color: #fff;
  border-radius: 0.2857142857rem;
  white-space: nowrap;
}
.validation_style_priority_message .errors li.error {
  background-color: #D73928;
}
.validation_style_priority_message .errors li.info {
  background-color: #007a91;
}
.validation_style_priority_message .errors ul {
  margin: 0;
  padding: 0;
}

.gmb-transactions-list-counter {
  font-size: 1.2857142857rem;
  line-height: 3.5714285714rem;
}

/*# sourceMappingURL=/etc/designs/gimb2-it/g20/common/cssSrcMap/comps/gmbBaseComps.css.map */