body,
html {
    height: 100%;
    font-weight: 300
}

hr {
    margin-top: 0;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid rgba(0, 0, 0, .1)
}

#root {
    height: 100%;
    display: flex;
    flex-direction: column
}

.main-wrapper {
    flex: 1 0 auto
}

body.modal-open {
    padding-right: 0!important
}

.invalid-feedback {
    padding-left: 20px;
    color: #f33
}

.form-control.is-invalid {
    border-color: #f33
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f33!important;
    background-position: 97%
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 30px #fff!important
}

.react-code-input {
    display: block!important
}

input::-ms-reveal {
    display: none
}

body {
    font-family: Roboto;
    font-size: 1.125rem;
    color: #222
}

h1 {
    font-size: 2.1875rem
}

h1,
h2 {
    color: #264d7a;
    margin-top: 1.25rem;
    margin-bottom: .625rem
}

h2 {
    font-size: 1.875rem
}

h3,
h4 {
    font-size: 1.25rem
}

h3,
h4,
h5 {
    color: #264d7a;
    font-family: Roboto Slab;
    margin-top: 1.25rem;
    margin-bottom: .625rem
}

h5 {
    font-size: 1rem
}

a {
    color: #222;
    transition: color .3s
}

a:hover {
    color: #b2ce27;
    text-decoration: none
}

b,
strong {
    font-weight: 500
}

.list-group-item table tbody tr:last-child td {
    border-bottom: none
}

table thead th {
    color: #b2ce27;
    font-size: .875rem;
    font-weight: 500!important;
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important;
    text-transform: uppercase;
    border-bottom: 1px solid #b2ce27!important;
    border-top: 1px solid transparent!important;
    vertical-align: top!important
}

table thead tr:hover {
    background-color: transparent!important
}

table td {
    border-color: transparent;
    border-bottom: 1px solid #b2ce27;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #fff;
    font-size: .875rem;
    font-weight: 300;
    padding-top: .625rem;
    padding-bottom: .625rem
}

table tr.ellipsis td,
table tr.f24 td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis
}

table svg {
    fill: #222
}

table svg:focus {
    outline: 0!important
}

.minusToggle svg {
    fill: #b2ce27
}

.digital-list {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.375rem;
    list-style: none;
    list-style-position: outside;
    margin: 1.25rem 0;
    padding-left: 1.5625rem;
    position: relative
}

.digital-list-item {
    position: relative;
    margin: .625rem 0
}

.digital-list-item:after {
    content: "\25A0";
    color: #b2ce27;
    display: inline-block;
    width: .375rem;
    margin-right: 1.5625rem;
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal-content ul,
.testo ul {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.375rem;
    list-style: none;
    list-style-position: outside;
    margin: 1.25rem 0;
    padding-left: 1.5625rem;
    position: relative
}

.modal-content li,
.testo li {
    position: relative;
    margin: .625rem 0
}

.modal-content li:after,
.testo li:after {
    content: "\25A0";
    color: #b2ce27;
    display: inline-block;
    width: .375rem;
    margin-right: 1.5625rem;
    position: absolute;
    left: -25px;
    top: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

ol {
    list-style: none;
    counter-reset: li
}

ol li {
    counter-increment: li
}

ol li:before {
    content: counter(li);
    color: #b2ce27;
    display: inline-block;
    width: .4rem;
    position: absolute;
    left: -30px
}

ol li:after {
    display: none!important
}

ol li ul {
    counter-reset: li;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.375rem;
    list-style: none;
    list-style-position: outside;
    margin: 1.25rem 0;
    padding-left: 1.5625rem;
    position: relative
}

ol li ul li {
    position: relative;
    margin: .625rem 0
}

ol li ul li:before {
    content: "\25A0"!important;
    color: #b2ce27;
    display: inline-block;
    width: .375rem;
    margin-right: 1.5625rem;
    position: absolute;
    left: -25px;
    top: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.react-datepicker__time-list {
    padding: 0
}

.cta-container {
    align-items: stretch;
    display: flex
}

.ctaBack,
button.ctaBack {
    position: relative;
    display: inline-block;
    font-family: Roboto, sans-serif;
    text-decoration: none!important;
    font-weight: 700;
    font-size: 1rem;
    color: #a3bf19;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    text-transform: lowercase;
    border: none;
    border-bottom: 1px solid #a3bf19;
    transition: border .3s ease-in-out, color .3s ease-in-out;
    cursor: pointer
}

.ctaBack:active,
button.ctaBack:active {
    background-color: #fff!important;
    background-color: transparent!important;
    border-color: #fff!important
}

.ctaBack:focus,
button.ctaBack:focus {
    border-color: #fff!important;
    outline: none
}

.ctaBack:hover,
button.ctaBack:hover {
    background-color: transparent;
    color: #264d7a;
    border: none;
    border-bottom: 1px solid #264d7a
}

.ctaBack:disabled,
button.ctaBack:disabled {
    opacity: 1;
    background-color: transparent
}

.ctaBack:disabled,
.ctaBack:disabled:hover,
button.ctaBack:disabled,
button.ctaBack:disabled:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS9JREFUeNq0lYENgjAQRQtxAJ1AZQLcoEygbiATOAJhBCeADXQD2UAnQNyAEfw1V73UoykJNvkhHr+v5Xo9I+UZSZKkeGhozsI91LRtex+aFw3ADngU0MqzZgeVgNdeKGBmRxW0U+HjAuWA9z9QAl6hVI0fJhWZBcfsRSUAG2gPLTDBbGBBvxvHl9L8704ph5VjzKV8kd94D8Kr9xy702IC4IcTUdnc+CcDmAUCa6oQzWKb2AmYcQoFYvFc8OvYKWwlHIIPKPnnBrrkEV5vAcAfvy2pp3ABgoCun0PdlXQokPt5b5gJOTkCuA0Evv3umdjif3iaxyBQuDQdvGtb/OUEwA+HN5Sz0J0aqkNzIXo6FE2f7ObyAs/+/12KAhn1RzWyn2ZiP/1b55/qP+olwABxZJvb3eIuMQAAAABJRU5ErkJggg==), auto;
    pointer-events: auto;
    color: #dce89f!important;
    border-color: #dce89f!important
}

.ctaBack:disabled:hover,
button.ctaBack:disabled:hover {
    background-color: transparent!important
}

.green-hover {
    cursor: pointer;
    transition: color .3s
}

.green-hover:hover {
    color: #b2ce27
}

.btn-action td {
    transition: color .3s
}

.btn-action:hover {
    cursor: pointer;
    opacity: .8
}

.btn-action:hover td {
    color: #a3bf19
}

.btn-action.disabled:hover,
.disabled .btn-action:hover {
    cursor: default;
    opacity: .3
}

td.btn-action,
td.btn-action:hover,
tr.btn-action,
tr.btn-action:hover {
    opacity: 1
}

td.btn-action:hover {
    opacity: 1;
    color: #a3bf19
}

.cta {
    background-color: #b2ce27;
    text-transform: uppercase;
    display: inline-block;
    flex-grow: 1;
    font-weight: 900;
    font-size: .875rem;
    border: 0;
    transition: background .3s ease-in-out;
    padding: .9375rem 1.875rem;
    margin: 0;
    border-radius: 0
}

.cta,
.cta:hover {
    color: #fff;
    text-decoration: none
}

.cta:hover {
    background-color: #264d7a;
    cursor: pointer
}

.cta:disabled {
    opacity: 1
}

.cta:disabled,
.cta:disabled:hover {
    background-color: #dce89f;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS9JREFUeNq0lYENgjAQRQtxAJ1AZQLcoEygbiATOAJhBCeADXQD2UAnQNyAEfw1V73UoykJNvkhHr+v5Xo9I+UZSZKkeGhozsI91LRtex+aFw3ADngU0MqzZgeVgNdeKGBmRxW0U+HjAuWA9z9QAl6hVI0fJhWZBcfsRSUAG2gPLTDBbGBBvxvHl9L8704ph5VjzKV8kd94D8Kr9xy702IC4IcTUdnc+CcDmAUCa6oQzWKb2AmYcQoFYvFc8OvYKWwlHIIPKPnnBrrkEV5vAcAfvy2pp3ABgoCun0PdlXQokPt5b5gJOTkCuA0Evv3umdjif3iaxyBQuDQdvGtb/OUEwA+HN5Sz0J0aqkNzIXo6FE2f7ObyAs/+/12KAhn1RzWyn2ZiP/1b55/qP+olwABxZJvb3eIuMQAAAABJRU5ErkJggg==), auto;
    pointer-events: auto
}

.cta:active,
.cta:focus {
    box-shadow: none!important
}

.ctaSecondary {
    position: relative;
    display: inline-block;
    margin: 0;
    font-family: Roboto, sans-serif;
    flex-grow: 1;
    font-weight: 900;
    font-size: .875rem;
    text-decoration: none!important;
    color: #b2ce27!important;
    background: #fff!important;
    border: 2px solid #b2ce27!important;
    border-radius: 0;
    padding: 13px 30px!important;
    transition: background-color .3s, border-color .3s;
    text-transform: uppercase
}

.ctaSecondary:hover {
    background-color: #264d7a!important;
    text-decoration: none;
    color: #fff!important;
    border-color: #264d7a!important;
    cursor: pointer
}

.ctaSecondary:disabled {
    opacity: 1;
    border-color: #dce89f!important
}

.ctaSecondary:disabled,
.ctaSecondary:disabled:hover {
    background-color: #fff!important;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS9JREFUeNq0lYENgjAQRQtxAJ1AZQLcoEygbiATOAJhBCeADXQD2UAnQNyAEfw1V73UoykJNvkhHr+v5Xo9I+UZSZKkeGhozsI91LRtex+aFw3ADngU0MqzZgeVgNdeKGBmRxW0U+HjAuWA9z9QAl6hVI0fJhWZBcfsRSUAG2gPLTDBbGBBvxvHl9L8704ph5VjzKV8kd94D8Kr9xy702IC4IcTUdnc+CcDmAUCa6oQzWKb2AmYcQoFYvFc8OvYKWwlHIIPKPnnBrrkEV5vAcAfvy2pp3ABgoCun0PdlXQokPt5b5gJOTkCuA0Evv3umdjif3iaxyBQuDQdvGtb/OUEwA+HN5Sz0J0aqkNzIXo6FE2f7ObyAs/+/12KAhn1RzWyn2ZiP/1b55/qP+olwABxZJvb3eIuMQAAAABJRU5ErkJggg==), auto;
    pointer-events: auto;
    color: #dce89f!important
}

.ctaSecondary:disabled:hover {
    border: 2px solid #dce89f!important
}

.ctaSecondary:active,
.ctaSecondary:focus,
button:active,
button:focus {
    box-shadow: none!important
}

button:active {
    background-color: #264d7a!important;
    border-color: #264d7a!important;
    border-radius: 0
}

.cta--ghost {
    opacity: .5
}

.cta--list-error,
.cta--list-error:hover {
    color: #f33!important;
    cursor: pointer
}

.cta--remove {
    border-bottom-color: #f33
}

.small-icon {
    width: 100%;
    max-width: 30px;
    height: auto
}

.main-content {
    padding-bottom: 2.5rem
}

.pagination {
    justify-content: center
}

.pagination .page-item .page-link {
    font-family: Roboto;
    font-weight: 700;
    font-size: .875rem;
    min-width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    margin: 0 12.5px 12.5px;
    padding: 0 5px;
    border-color: #b2ce27;
    color: #a0a5a9;
    border-radius: 0;
    transition: background .3s, color .3s, border .3s
}

.pagination .page-item .page-link:hover {
    background-color: #b2ce27;
    color: #fff
}

.pagination .page-item .page-link:focus {
    box-shadow: none!important
}

.pagination .page-item .page-link:first-child,
.pagination .page-item .page-link:last-child {
    border-radius: 0
}

.pagination .page-item:after {
    display: none
}

.pagination .active .page-link {
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid #a0a5a9
}

.pagination>span {
    display: none
}

.list-group-item {
    border: 0;
    border-bottom: 1px solid #b2ce27;
    margin-bottom: 0
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0
}

.list-group-item:after {
    display: none!important
}

.table {
    color: #222
}

.table .list-group {
    margin-bottom: 0;
    margin-top: 0
}

.table .list-group-item {
    margin: 0
}

.table .list-group-item:first-child {
    padding-top: 0
}

.table .list-group-item:last-child {
    padding-bottom: 0
}

.textLink {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #a3bf19;
    font-size: 1rem;
    transition: border .3s ease-in-out, color .3s ease-in-out;
    cursor: pointer
}

.textLink:hover {
    color: #264d7a
}

.relaxNote {
    border-left: 1px solid #b2ce27;
    font-family: Roboto slab, serif;
    padding-left: 20px;
    font-weight: 300;
    font-size: 14px
}

.popover {
    border-radius: 0;
    max-width: none;
    width: 450px;
    box-shadow: 10px 1px 10px rgba(0, 0, 0, .1);
    border: 0
}

.popover .popover-body {
    font-size: .875rem;
    color: #222
}

.popover .arrow {
    display: none
}

.relaxTips {
    font-size: 14px;
    line-height: 1.2rem
}

.innerDropRelax {
    background-color: #f2f2f2
}

.innerDropRelax table thead th {
    color: #4d4d4f;
    border-bottom: 1px solid #f2f2f2!important;
    text-align: left
}

.innerDropRelax table thead th div {
    display: block
}

.innerDropRelax table td {
    border-bottom: 1px solid #f2f2f2;
    text-align: left
}

table .relaxLink {
    display: inline;
    transition: color .3s;
    border: 0;
    outline-color: #000;
    color: #222!important;
    font-weight: 700
}

table .relaxLink:hover {
    color: #b2ce27!important;
    outline-color: #b2ce27;
    cursor: pointer
}

@media (max-width:544px) {
    .cta-container {
        background-color: #b2ce27
    }
    .cta {
        border-bottom: 0;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.ctaCircle,
.ctaCircleMicro {
    background-color: #b2ce27;
    border-radius: 25px;
    width: 25px;
    height: 25px!important;
    cursor: pointer;
    fill: #fff;
    padding: 6px
}

.ctaCircle:hover,
.ctaCircleMicro:hover {
    background-color: #264d7a
}

.ctaCircle {
    width: 35px;
    height: 35px!important;
    padding: 7px
}

.ctaCircleMicro {
    width: 25px;
    height: 25px!important;
    padding: 6px
}

.disabled {
    color: #ccc;
    pointer-events: none
}

.disabled svg,
svg.disabled {
    opacity: .3
}

.modal-footer {
    margin-bottom: 10px;
    border-top: 0;
    display: block;
    text-align: right
}

.modal-dialog {
    max-width: 75%;
    top: 30px
}

@media (min-width:1667px) {
    .modal-dialog {
        max-width: 1250px
    }
}

.modal-content {
    border-radius: 0;
    border-style: hidden;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
    background-image: url(data:image/png;base64,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);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.modal-header {
    text-align: center;
    position: relative;
    border-bottom: transparent
}

.modal-header:after {
    content: "";
    top: 50%;
    right: 0;
    height: .2em;
    position: absolute;
    width: 100%;
    background-color: #b2ce27;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.modal-header .modal-title {
    font-size: 1.875rem;
    color: #5f686f;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 40px;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 300
}

.modal-header .close {
    margin-top: -24px;
    background: url(react/relaxbanking/static/media/close_bianco.e73e2175.svg) no-repeat;
    position: absolute;
    right: -45px;
    width: 33px;
    height: 33px;
    top: 35px;
    cursor: pointer;
    font-size: 0;
    opacity: inherit;
    background-size: contain
}

.modal-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column
}

.modalSmall {
    max-width: 500px
}

.modalSmall .modal-content {
    padding-bottom: 0
}

.modalSmall .modal-small {
    margin-bottom: 0
}

input[type=checkbox] {
    height: 16px;
    width: 16px;
    max-width: 16px;
    background-color: #fff;
    border: 1px solid #d4d7d9;
    transition: background-color .3s;
    border-radius: 0;
    position: relative;
    margin-left: 0;
    top: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox]:hover {
    cursor: pointer
}

input[type=checkbox]:checked {
    background-color: #1a4c7f
}

input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 40%;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-65%)
}

input[type=checkbox]:focus {
    outline: 0
}

.form-group {
    position: relative
}

input[type=radio]+label {
    margin-left: 1.25rem
}

input[type=radio] {
    position: absolute;
    height: 16px;
    width: 16px;
    max-width: 16px;
    max-height: 16px;
    background-color: #fff;
    border: 1px solid #d4d7d9;
    transition: all .3s;
    border-radius: 50%;
    font-weight: 300;
    text-align: start;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=radio]:hover {
    border: 1px solid #1a4c7f;
    outline: none;
    cursor: pointer
}

input[type=radio]:hover:after {
    content: "";
    background-color: #1a4c7f;
    align-self: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

input[type=radio]:checked {
    border: 1px solid #1a4c7f;
    outline: none
}

input[type=radio]:checked:after {
    content: "";
    background-color: #1a4c7f;
    align-self: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

input[type=radio]:disabled:after {
    background-color: transparent
}

input[type=radio]:focus {
    outline: 0
}

.react-tooltip-lite {
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    color: #222;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    border-bottom: 1.6px solid #b2ce27;
    border-top: 1.6px solid #b2ce27;
    border-radius: 0;
    position: absolute;
    width: -webkit-max-content!important;
    width: -moz-max-content!important;
    width: max-content!important;
    opacity: 1;
    max-width: 300px!important;
    z-index: 2000!important
}

.react-tooltip-lite-arrow {
    color: #b2ce27;
    z-index: 2000!important
}

.tooltip[data-placement=bottom] .tooltip-inner {
    border-top: 1.6px solid #b2ce27;
    border-bottom-width: 0
}

.tooltip .tooltip-inner {
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    color: #222;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1.6px solid #b2ce27;
    border-radius: 0;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 1
}

.tooltip .arrow {
    color: #ff0
}

.tooltip .arrow:before {
    color: #b2ce27;
    border-bottom-color: #b2ce27;
    border-top-color: #b2ce27
}

@media (max-width:768px) {
    .modal-header .close {
        pointer-events: none;
        left: 0;
        background: transparent;
        background-color: #b2ce27;
        font-size: 1.8rem;
        display: block;
        padding: 0;
        top: 0;
        margin-left: 0;
        height: auto;
        width: 100%;
        color: #222;
        text-shadow: 0 0 0 #fff;
        text-transform: uppercase;
        text-align: right;
        opacity: inherit;
        position: absolute
    }
    .modal-header .close span {
        font-size: 0
    }
    .modal-header .close span:after {
        content: "chiudi";
        font-size: 1.125rem;
        padding: 10px
    }
    .modal-dialog {
        max-width: 100%;
        top: 5px;
        -webkit-transform: translate(0)!important;
        transform: translate(0)!important
    }
}

.btn {
    background-color: #b2ce27;
    text-transform: uppercase;
    display: inline-block;
    flex-grow: 1;
    font-weight: 900;
    font-size: .875rem;
    border: 0;
    transition: background .3s ease-in-out;
    padding: .9375rem 1.875rem;
    margin: 0;
    border-radius: 0
}

.btn,
.btn:hover {
    color: #fff;
    text-decoration: none
}

.btn:hover {
    background-color: #264d7a;
    cursor: pointer
}

.btn:disabled {
    opacity: 1
}

.btn:disabled,
.btn:disabled:hover {
    background-color: #dce89f;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS9JREFUeNq0lYENgjAQRQtxAJ1AZQLcoEygbiATOAJhBCeADXQD2UAnQNyAEfw1V73UoykJNvkhHr+v5Xo9I+UZSZKkeGhozsI91LRtex+aFw3ADngU0MqzZgeVgNdeKGBmRxW0U+HjAuWA9z9QAl6hVI0fJhWZBcfsRSUAG2gPLTDBbGBBvxvHl9L8704ph5VjzKV8kd94D8Kr9xy702IC4IcTUdnc+CcDmAUCa6oQzWKb2AmYcQoFYvFc8OvYKWwlHIIPKPnnBrrkEV5vAcAfvy2pp3ABgoCun0PdlXQokPt5b5gJOTkCuA0Evv3umdjif3iaxyBQuDQdvGtb/OUEwA+HN5Sz0J0aqkNzIXo6FE2f7ObyAs/+/12KAhn1RzWyn2ZiP/1b55/qP+olwABxZJvb3eIuMQAAAABJRU5ErkJggg==), auto;
    pointer-events: auto
}

.btn:active,
.btn:focus {
    box-shadow: none!important
}

.relaxLink,
.ventis-link {
    display: inline;
    transition: color .3s;
    border-bottom-style: solid;
    border-bottom-width: .8px;
    outline-color: #000;
    color: #000!important
}

.relaxLink:hover,
.ventis-link:hover {
    color: #b2ce27!important;
    outline-color: #b2ce27;
    cursor: pointer
}

.saldoImg {
    max-width: 25px;
    margin-right: 10px;
    transition: opacity .3s
}

.saldoImg:hover {
    opacity: .8;
    cursor: pointer
}

.tabTitle {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #b2ce27
}

.tabTitle:after {
    content: "";
    bottom: 0;
    left: 0;
    height: 4px;
    position: absolute;
    width: 90%;
    background-color: #b2ce27;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.greenLink {
    text-decoration: none!important;
    color: #a3bf19;
    font-weight: 700;
    border-bottom: 1px solid #a3bf19;
    transition: border .3s ease-in-out, color .3s ease-in-out;
    cursor: pointer
}

.greenLink,
.greenLink:hover {
    background-color: transparent
}

.greenLink:hover {
    color: #264d7a;
    border: none;
    border-bottom: 1px solid #264d7a
}

@media (min-width:992px) {
    .popover {
        top: 33px!important
    }
}

@font-face {
    font-family: Ionicons;
    font-style: normal;
    font-weight: 400;
    src: url(react/relaxbanking/static/media/Ionicons.74c65267.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(react/relaxbanking/static/media/roboto-v16-latin-100.1009f067.eot);
    src: local("Roboto Thin"), local("Roboto-Thin"), url(react/relaxbanking/static/media/roboto-v16-latin-100.1009f067.eot?#iefix) format("embedded-opentype"), url(react/relaxbanking/static/media/roboto-v16-latin-100.01dbb814.woff2) format("woff2"), url(react/relaxbanking/static/media/roboto-v16-latin-100.02fbb4cf.woff) format("woff"), url(react/relaxbanking/static/media/roboto-v16-latin-100.00b174af.ttf) format("truetype"), url(react/relaxbanking/static/media/roboto-v16-latin-100.15829974.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(react/relaxbanking/static/media/roboto-v16-latin-300.f83aa6d1.eot);
    src: local("Roboto Light"), local("Roboto-Light"), url(react/relaxbanking/static/media/roboto-v16-latin-300.f83aa6d1.eot?#iefix) format("embedded-opentype"), url(react/relaxbanking/static/media/roboto-v16-latin-300.68b24b48.woff2) format("woff2"), url(react/relaxbanking/static/media/roboto-v16-latin-300.dc2e2189.woff) format("woff"), url(react/relaxbanking/static/media/roboto-v16-latin-300.c254cb32.ttf) format("truetype"), url(react/relaxbanking/static/media/roboto-v16-latin-300.3ae203c6.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(react/relaxbanking/static/media/roboto-v16-latin-regular.c3453f44.eot);
    src: local("Roboto"), local("Roboto-Regular"), url(react/relaxbanking/static/media/roboto-v16-latin-regular.c3453f44.eot?#iefix) format("embedded-opentype"), url(react/relaxbanking/static/media/roboto-v16-latin-regular.a2647ffe.woff2) format("woff2"), url(react/relaxbanking/static/media/roboto-v16-latin-regular.a9fc51fd.woff) format("woff"), url(react/relaxbanking/static/media/roboto-v16-latin-regular.f84c8050.ttf) format("truetype"), url(react/relaxbanking/static/media/roboto-v16-latin-regular.3ce3e2e3.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(react/relaxbanking/static/media/roboto-v16-latin-500.713a6623.eot);
    src: local("Roboto Medium"), local("Roboto-Medium"), url(react/relaxbanking/static/media/roboto-v16-latin-500.713a6623.eot?#iefix) format("embedded-opentype"), url(react/relaxbanking/static/media/roboto-v16-latin-500.4b218fc7.woff2) format("woff2"), url(react/relaxbanking/static/media/roboto-v16-latin-500.ac8381d5.woff) format("woff"), url(react/relaxbanking/static/media/roboto-v16-latin-500.7a050a48.ttf) format("truetype"), url(react/relaxbanking/static/media/roboto-v16-latin-500.6b235824.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(react/relaxbanking/static/media/roboto-v16-latin-700.2b246a55.eot);
    src: local("Roboto Bold"), local("Roboto-Bold"), url(react/relaxbanking/static/media/roboto-v16-latin-700.2b246a55.eot?#iefix) format("embedded-opentype"), url(react/relaxbanking/static/media/roboto-v16-latin-700.aa3e8711.woff2) format("woff2"), url(react/relaxbanking/static/media/roboto-v16-latin-700.89b46943.woff) format("woff"), url(react/relaxbanking/static/media/roboto-v16-latin-700.ac4b1fbb.ttf) format("truetype"), url(react/relaxbanking/static/media/roboto-v16-latin-700.90b12e16.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 300;
    src: url(react/relaxbanking/static/media/roboto-slab-v6-latin-300.94e20234.eot);
    src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-300.94e20234.eot?#iefix) format("embedded-opentype"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-300.3da34f79.woff2) format("woff2"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-300.235f8246.woff) format("woff"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-300.c1495d6d.ttf) format("truetype"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-300.8d67ae81.svg#RobotoSlab) format("svg")
}

@font-face {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 400;
    src: url(react/relaxbanking/static/media/roboto-slab-v6-latin-regular.cb3625ef.eot);
    src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-regular.cb3625ef.eot?#iefix) format("embedded-opentype"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-regular.162678e8.woff2) format("woff2"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-regular.fc6efd02.woff) format("woff"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-regular.6df82e44.ttf) format("truetype"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-regular.8817cc38.svg#RobotoSlab) format("svg")
}

@font-face {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 700;
    src: url(react/relaxbanking/static/media/roboto-slab-v6-latin-700.8b060b48.eot);
    src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-700.8b060b48.eot?#iefix) format("embedded-opentype"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-700.f16a4a54.woff2) format("woff2"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-700.4367d2a3.woff) format("woff"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-700.ede50e36.ttf) format("truetype"), url(react/relaxbanking/static/media/roboto-slab-v6-latin-700.b2346883.svg#RobotoSlab) format("svg")
}

@font-face {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 300;
    src: url(react/relaxbanking/static/media/roboto-condensed-v14-latin-300.b1e79773.eot);
    src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-300.b1e79773.eot?#iefix) format("embedded-opentype"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-300.c4ec3f8c.woff2) format("woff2"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-300.1cf4873b.woff) format("woff"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-300.924d19e2.ttf) format("truetype"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-300.853517f2.svg#RobotoCondensed) format("svg")
}

@font-face {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 400;
    src: url(react/relaxbanking/static/media/roboto-condensed-v14-latin-regular.63ed763e.eot);
    src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-regular.63ed763e.eot?#iefix) format("embedded-opentype"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-regular.4016bf45.woff2) format("woff2"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-regular.86d4d75b.woff) format("woff"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-regular.bf420c09.ttf) format("truetype"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-regular.1e69c1bf.svg#RobotoCondensed) format("svg")
}

@font-face {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 700;
    src: url(react/relaxbanking/static/media/roboto-condensed-v14-latin-700.091302ed.eot);
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-700.091302ed.eot?#iefix) format("embedded-opentype"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-700.553b0880.woff2) format("woff2"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-700.044a7772.woff) format("woff"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-700.4eb8c7a1.ttf) format("truetype"), url(react/relaxbanking/static/media/roboto-condensed-v14-latin-700.ad0c6f6d.svg#RobotoCondensed) format("svg")
}

.alerts_icon__A1n-z {
    fill: #fff;
    height: 50px;
    width: 50px
}

.alerts_danger__2TmyE {
    background-color: #f33;
    height: auto;
    width: 50px;
    min-height: 50px;
    color: #f33;
    margin-left: 0;
    display: flex;
    align-items: center
}

.alerts_info_icon__mREvH {
    width: 50px;
    height: 50px;
    fill: #fff;
    background-color: #b7cee8
}

.alerts_error__2EtQD {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px
}

svg.alerts_path__2__RD.alerts_iconStop__z8lr8 {
    max-height: 25px;
    max-width: 25px;
    height: 25px;
    width: 25px;
    fill: #f33;
    margin-right: 15px
}

.alerts_info__10ThP {
    background-color: #b7cee8;
    width: 50px;
    color: #222;
    margin-left: 0
}

.alerts_danger_message__1LwTA,
.alerts_info_message__2YSng {
    color: #222;
    font-weight: 500;
    font-family: Roboto Slab;
    font-size: 1.125rem
}

.alerts_messageContainer__1aQCW {
    display: flex;
    align-items: center;
    padding: .625rem;
    width: 100%
}

.alerts_errMessage__1Dlav {
    font-size: .875rem;
    width: 100%;
    color: #222;
    font-weight: 500
}

.alerts_alert__N7CRM {
    border-color: transparent!important;
    background-color: transparent!important;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
    padding: 0!important
}

.alerts_stop__3KzJR {
    display: none;
    height: auto;
    width: 50px;
    min-height: 50px;
    margin-left: 0
}

.alerts_globalAlert__1LHjl {
    padding: 0!important;
    background-color: #fff!important;
    border: 0!important;
    border-bottom: 3px solid #f33!important;
    border-radius: 10px!important
}

.feedback_feedbackTitle__2afgH {
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: .625rem;
    margin-top: 1.875rem
}

.feedbackBox_feedbackBox__2egVd {
    text-align: left;
    font-size: .875rem
}

.feedbackBox_feedbackBox__2egVd .feedbackBox_title__UJphH {
    font-weight: 500;
    text-transform: uppercase
}

.feedbackBox_feedbackBox__2egVd .feedbackBox_box__3-xJI {
    display: inline-flex;
    padding: 12px!important;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    background-color: #fff!important;
    border-color: #fff!important;
    border-radius: 10px!important;
    box-shadow: 0 2px 7px #949494
}

.feedbackBox_feedbackBox__2egVd .feedbackBox_warning__M5PXx {
    border-bottom: 4px solid #f2a359!important
}

.feedbackBox_feedbackBox__2egVd .feedbackBox_danger__2fLt8 {
    border-bottom: 4px solid #f33!important
}

.feedbackBox_feedbackBox__2egVd .feedbackBox_iconCol__3wHe2 {
    width: 30px;
    flex: 0 0 30px
}

.statusBox_statusBox__2i5Bs {
    text-align: left;
    font-size: 18px;
    width: 100%!important
}

.statusBox_statusBox__2i5Bs .statusBox_icon__3cfk2 {
    width: 24px;
    height: 24px
}

.statusBox_statusBox__2i5Bs .statusBox_title__2Jzwb {
    font-weight: 500
}

.statusBox_statusBox__2i5Bs .statusBox_box__e8NLO {
    padding: 30px 25px!important;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    background-color: #f0f0f0!important;
    border-color: #fff!important;
    border-radius: 10px!important;
    box-shadow: 0 2px 7px #949494
}

.statusBox_statusBox__2i5Bs .statusBox_noPaddingLeft__18WWu {
    padding-left: 0!important
}

.statusBox_statusBox__2i5Bs .statusBox_grayIcon__3L6hD {
    width: 24px;
    height: 24px;
    fill: #808285
}

.statusBox_statusBox__2i5Bs .statusBox_grayIcon__3L6hD path {
    fill: #808285
}

.icon-light-gray {
    fill: #ccc
}

.icon-dark-gray {
    fill: #222
}

.sortDown0 {
    fill: grey
}

.sortDown1,
.sortUp0 {
    fill: #ccc
}

.sortUp1 {
    fill: grey
}

.icons_IconFA__3E0B_ {
    height: 1.875rem;
    max-width: 2.1875rem;
    padding-left: 2px;
    padding-right: 2px
}

.icons_IconFA__3E0B_[data-disabled|=true] {
    opacity: .5!important
}

.icons_IconFA__3E0B_:focus {
    outline: none
}

.icons_LegendIconFA__11JtM {
    height: 1.25rem;
    max-width: 1.875rem
}

.icons_LegendIconFA__11JtM[data-disabled|=true] {
    opacity: .5!important
}

.icons_LegendIconFA__11JtM:focus {
    outline: none
}

.icons_squareIcon__2x8pD {
    max-width: 1.875rem
}

.icons_user__3FXxr {
    max-width: 120px
}

.icons_questionFA__2pZq1 {
    height: 20px;
    padding-left: 2px;
    padding-right: 2px;
    fill: #b2ce27
}

.icons_questionFA__2pZq1[data-disabled|=true] {
    fill: grey!important
}

.icons_questionFA__2pZq1:focus {
    outline: none
}

.icons_FlagFA__2qpye {
    float: left;
    height: 24px;
    margin-right: 10px;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, .2)
}

.icons_FlagFA__2qpye[data-disabled|=true] {
    opacity: .5!important;
    fill: grey!important
}

.icons_FlagFA__2qpye:focus {
    outline: none
}

.icons_paginatedArrow__2q62e {
    fill: #b2ce27!important;
    max-height: 17px!important;
    max-width: 17px!important;
    line-height: 34px!important
}

.icons_circleExpander__6ys-o {
    height: 1.125rem;
    padding-left: 2px;
    padding-right: 2px;
    fill: #b2ce27
}

.icons_circleExpander__6ys-o[data-disabled|=true] {
    fill: grey!important
}

.icons_info__2GToz {
    max-width: 25px
}

.icons_ESEGUITA__18h3_ path,
.icons_OFFLINE_ESTRATTA__1Z5ez path,
.icons_PERVENUTA_BANCA__NaPEB path,
.icons_PV__32S0A path {
    fill: #b2ce27
}

.icons_OFFLINE_NON_ACCETTATA__1zucc path,
.icons_OFFLINE_SCARTATA__2hNjj path,
.icons_RIFIUTATA__1Q-eZ path,
.icons_SCARTATA__3yGbL path {
    fill: #f33
}

.icons_IN_ELAB_FLUXTX_ONLINE__21-bP path,
.icons_IN_ELABORAZ__12dfl path,
.icons_IN_ELABORAZIONE__3Sq0f path,
.icons_IN_ELABORAZIONE_FLUXTX__2zb1m path,
.icons_INOLTRATA__30G2E path,
.icons_INSERITA__cdOzV path,
.icons_ONLINE_INIZIALE__3naC7 path {
    fill: #fadb60
}

.icons_AUT__1xfS5 path,
.icons_AUTORIZZATA__2Ie-o path,
.icons_FIRMATA__3OIew path {
    fill: #b2ce27
}

.icons_REVOCATA__3Opoj path {
    fill: #9fa0a1
}

.icons_UNSELECTED__2VwuP,
.icons_UNSELECTED__2VwuP path {
    fill: #ccc
}

.icons_SVGSortDown__3MNJ6,
.icons_SVGSortUp__2EWNS {
    height: 1rem
}

.icons_SVGSort__34ebt {
    fill: #ccc;
    height: 1rem
}

.icons_loader__1uqXA {
    width: 90px;
    max-width: 90px;
    max-height: 90px;
    margin: 0 5px
}

.icons_colorStrokeFix__oYpA4 {
    stroke: #222
}

.relax-modal_headerModal__2e-bm {
    height: 0;
    font-size: 0;
    padding-top: 0!important
}

.relax-modal_headerModal__2e-bm>h5 {
    height: 0
}

.relax-modal_headerModal__2e-bm>button {
    background: 0!important
}

.relax-modal_errorLine__3iwsg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f33;
    text-align: center;
    z-index: 1070;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
}

.relax-modal_errorMessage__1j5tJ {
    color: #222!important;
    font-weight: 500!important
}

.relax-modal_errorModal__1PSRz>div {
    background-color: transparent;
    box-shadow: none;
    background: none
}

.relax-modal_modal-content__2alND {
    background-color: transparent;
    box-shadow: none
}

.relax-modal_errorBody__12fJP {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.relax-modal_errorBody__12fJP>div {
    margin-top: 0
}

.relax-modal_titleError__3r-u5 {
    font-weight: 700
}

@media (max-width:768px) {
    .relax-modal_errorBody__12fJP {
        padding-top: 30px!important
    }
}

.integerDecimal {
    display: table-row
}

.integerDecimal span {
    margin-left: 4px;
    font-size: 20px
}

.integerDecimal td .form-group {
    margin-bottom: 0
}

.integerDecimal td .form-group input {
    text-align: right!important
}

.integerDecimal td:last-child input {
    max-width: 30px;
    min-width: 30px!important
}

#f24 select[name^=listaF24Semplificato] {
    width: 100px
}

.semplificato .firstInputCheck,
.semplificato .firstInputCheck~td {
    text-align: center
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
    border: 1px solid #5f686f
}

.form-check-input {
    position: relative;
    margin-right: 10px
}

.input_input__2qx3X {
    color: #222;
    font-size: 1.25rem;
    background-color: #fff;
    border: 1px solid #9fa0a1;
    border-radius: 8px;
    padding: 20px .625rem 15px 20px;
    height: 52px;
    line-height: 1
}

.input_input__2qx3X:disabled {
    border: 1px solid #c4c4c4!important;
    color: #c4c4c4
}

.input_input__2qx3X:focus {
    outline: 0;
    box-shadow: none!important;
    border-color: #b2ce27;
    box-shadow: none
}

.input_input__2qx3X:hover {
    border-color: #b2ce27
}

.input_input__2qx3X :-webkit-autofill {
    -webkit-box-shadow: 0 0 0 3rem #f0f0f0 inset;
    -webkit-text-fill-color: #666
}

.input_input__2qx3X[type=checkbox],
.input_input__2qx3X[type=radio] {
    height: 16px
}

.input_addOn__p7l9J {
    height: 52px;
    z-index: 200;
    outline: none
}

.input_addOn__p7l9J button:active {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.input_label__2KRBS {
    position: absolute;
    z-index: 4;
    top: 26px;
    left: 0;
    padding: 0 5px;
    pointer-events: none;
    transition: color .3s, font-size .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s, font-size .3s;
    transition: color .3s, transform .3s, font-size .3s, -webkit-transform .3s;
    background-color: #fff;
    -webkit-transform: translate(15px, -15px) scale(1);
    transform: translate(15px, -15px) scale(1);
    color: #9fa0a1;
    font-size: 1.25rem
}

.input_label__2KRBS[data-disabled=true] {
    color: #c4c4c4
}

.input_label__2KRBS[data-checkbox=true] {
    -webkit-transform: none;
    transform: none;
    transition: none
}

.input_label__2KRBS[data-error=true] {
    top: 26px
}

.input_label__2KRBS svg {
    fill: #9fa0a1;
    max-width: 22px;
    max-height: 22px
}

.input_activeLabel__3GcFK {
    -webkit-transform: translate(15px, -38px) scale(1);
    transform: translate(15px, -38px) scale(1);
    font-size: 1rem
}

.input_inputWithRightButton__3sMU_ {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input_btnAddOn__1dcLL {
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.input_btnAddOn__1dcLL:active,
.input_btnAddOn__1dcLL:focus {
    box-shadow: none!important
}

.input_btnAddOn__1dcLL:active {
    background-color: #264d7a
}

.input_btnAddOn__1dcLL svg {
    fill: #fff;
    max-height: 23px;
    max-width: 23px
}

.input_checkLabel__3QIRD {
    display: inline
}

.input_checkLabelDisabled__2K6b1 {
    color: #d3d3d3
}

.select_digitalSelect__30pPs {
    position: relative;
    font-family: Roboto;
    font-size: 1.25rem;
    font-weight: 400;
    color: #222;
    padding: .625rem 2.1875rem .625rem 1.25rem;
    border: 1px solid #9fa0a1;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 55%;
    background-origin: border-box;
    background-size: 20px;
    -webkit-appearance: none;
    transition: border .3s;
    height: auto
}

.select_digitalSelect__30pPs:hover {
    border: 1px solid #b2ce27;
    cursor: pointer
}

.select_digitalSelect__30pPs:active,
.select_digitalSelect__30pPs:focus {
    outline: 0;
    border: 1px solid #b2ce27;
    box-shadow: none!important
}

.select_digitalSelect__30pPs:disabled {
    border: 1px solid #c4c4c4!important;
    color: #c4c4c4
}

.select_reactSelect__1pVIu {
    position: relative;
    font-family: Roboto;
    font-size: 1.25rem;
    font-weight: 400;
    color: #222;
    background: none;
    border: 1px solid #9fa0a1;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border .3s;
    height: 52px
}

.select_reactSelect__1pVIu:hover {
    border: 1px solid #b2ce27;
    cursor: pointer
}

.select_reactSelect__1pVIu:active,
.select_reactSelect__1pVIu:focus {
    outline: 0;
    border: 1px solid #b2ce27;
    box-shadow: none!important
}

.select_reactSelect__1pVIu:disabled {
    border: 1px solid #c4c4c4!important;
    color: #c4c4c4
}

.react-select__indicators {
    width: 35px;
    background-image: url(react/relaxbanking/static/media/select-btn.678f2128.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-origin: border-box;
    background-position: calc(100% - 8px) 55%
}

.react-select__indicators span,
.react-select__indicators svg {
    display: none
}

.react-select__control {
    height: 48px;
    margin: 1px;
    box-shadow: none!important;
    border: 0!important;
    background: #fff;
    cursor: pointer
}

.react-datepicker-wrapper {
    width: 100%
}

.react-datepicker-popper {
    z-index: 999!important
}

.react-datepicker {
    border: 1px solid #264d7a
}

.react-datepicker__input-container,
.react-datepicker__input-container>div {
    width: 100%
}

.react-datepicker__input-container>div>div>input {
    background-image: url(react/relaxbanking/static/media/calendar.2e1c3add.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 55%;
    background-origin: border-box;
    background-size: 25px
}

.react-datepicker__navigation {
    margin-top: 15px
}

.react-datepicker__navigation--next {
    border-left-color: #000
}

.react-datepicker__navigation--previous {
    border-right-color: #000
}

.react-datepicker__triangle {
    left: 50%;
    border-bottom-color: #fff
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
    border-bottom-color: #fff
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
    border-bottom-color: #264d7a
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
    border-top-color: #264d7a
}

.react-datepicker__day-names {
    padding-top: 10px
}

.react-datepicker__header {
    background-color: #fff;
    border-bottom: 0
}

.react-datepicker__current-month {
    font-size: 0
}

.react-datepicker-popper {
    z-index: 999
}

.react-datepicker__month-container {
    padding-top: 15px
}

.react-datepicker__day-name {
    color: #fff;
    padding-left: 7px;
    font-weight: 700
}

.react-datepicker__day-name:first-letter {
    color: #264d7a;
    text-transform: uppercase
}

.react-datepicker__day {
    color: #222
}

.react-datepicker__day:hover {
    background-color: #d9e793
}

.react-datepicker__day--outside-month {
    color: #999
}

.react-datepicker__day--today {
    font-weight: 400
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__day--selected {
    background-color: #b2ce27
}

.react-datepicker__day--disabled {
    color: #d3d3d3
}

.react-datepicker__day--disabled:hover {
    background-color: #fff
}

.section-title_title__2e2_h {
    border-bottom: 1px solid #9fa0a1;
    margin: 1.125rem 0;
    padding-bottom: .625rem
}

.info-modal_lastUpdate__3dGwN {
    font-size: .875rem
}

.lista-banche_userContainer__2sJSN {
    width: 100%;
    background-color: #f0f0f0;
    padding: 20px;
    text-align: left
}

.lista-banche_container__2i5_6 {
    border-top: 4px solid #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.lista-banche_rapportContainer__2H_Xh {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row
}

.lista-banche_rapportoLabel__21lRg {
    flex-grow: 1;
    margin-right: 10px
}

.lista-banche_rapportoSelect__8kNJ5 {
    width: 100%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.lista-banche_labelText__1Rjti {
    font-size: 1rem
}

.lista-banche_cliccable__LiW05 {
    cursor: pointer
}

.lista-banche_labelValue__3c_YT {
    font-weight: 600
}

.lista-banche_table__1VGaK {
    font-size: 14px
}

.lista-banche_tableCliccable__5fEA4 {
    cursor: pointer
}

.lista-banche_titleIcon__11HHw {
    height: 30px;
    margin-right: 15px
}

.lista-banche_titleBold__3YOnV {
    font-weight: 700
}

.lista-banche_rowBottomBorder__2WJ8f {
    border-bottom: 1px solid #f0f0f0
}

.lista-banche_sectionBackground__5FSvG {
    border-top: 4px solid #f0f0f0;
    border-bottom: 4px solid #f0f0f0
}

.lista-banche_desUtente__3jgva {
    font-weight: 600;
    margin: 0
}

.lista-banche_desUtenteIcon__1cgy3 {
    display: inline
}

.lista-banche_header__fJldK {
    padding-bottom: 20px
}

.lista-banche_header__fJldK>div {
    display: flex;
    align-items: center
}

.lista-banche_header__fJldK img {
    max-width: 120px;
    float: left;
    margin-right: .625rem
}

@media only screen and (max-width:768px) {
    .lista-banche_printButton__3FE7P {
        padding-top: 25px;
        padding-bottom: 15px
    }
    .lista-banche_rapportContainer__2H_Xh {
        margin-bottom: 0;
        margin-top: 15px
    }
    .lista-banche_buttonStyle__1VR4k {
        margin-bottom: 1rem
    }
}

.table_iconTd__2GZhk {
    padding-left: 2px!important;
    padding-right: 2px!important;
    cursor: pointer
}

.table_disabled__2wrBV {
    cursor: default
}

.table_fixed__3GWdB {
    table-layout: fixed;
    text-wrap: none
}

.table_fixed__3GWdB,
.table_fixed__3GWdB th {
    width: 100%!important
}

.table_fixed__3GWdB td {
    white-space: nowrap;
    overflow: hidden
}

@media (max-width:768px) {
    .table_fixed__3GWdB {
        table-layout: fixed;
        text-wrap: none;
        width: auto
    }
    .table_fixed__3GWdB th,
    .table_fixed__3GWdB tr {
        width: auto
    }
    .table_fixed__3GWdB td {
        width: auto;
        overflow: hidden
    }
}

.table_ItemsInfo__2lFpP {
    color: #aaa;
    padding: .5rem .75rem
}

.table_tableOrder__19EHV {
    text-align: center
}

.table_tableOrder__19EHV table tr:last-child td {
    border-bottom: 0
}

.table_tableTitle__3uQcu {
    align-items: center;
    color: #a3bf19
}

.table_tableTitle__3uQcu:hover .table_iconStyle__f6V7E {
    visibility: inherit
}

.table_iconStyle__f6V7E {
    display: block;
    visibility: hidden;
    height: 16px
}

@media (max-width:768px) {
    .table_next__pRMBD,
    .table_previous__2TbRW {
        visibility: hidden;
        width: 0!important
    }
}

.table_arrow__1Wrx5 {
    border: none
}

.table_arrow__1Wrx5:hover {
    background-color: #e7eaec!important
}

.table_number__3wGA6 {
    color: #808285!important;
    transition: all .3s, color .3s!important
}

.table_number__3wGA6:hover {
    color: #fff!important;
    border-bottom-color: #b2ce27!important
}

@media (max-width:768px) {
    .page-link {
        margin-left: 0!important
    }
}

.page-title_pageTitle__74sNm {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 40px 0
}

.page-title_quotes__1vNAn {
    width: 83px;
    margin-right: 10px;
    height: auto
}

.page-title_titleContainer__10VW_ {
    display: inline-block
}

.page-title_title__2p4vF {
    margin: 0;
    color: #222;
    font-weight: 100;
    font-size: 2.8125rem;
    padding: 0;
    line-height: .95
}

.page-title_description__37Gne {
    margin: 0;
    color: #222;
    font-family: Roboto Slab;
    font-size: 1.25rem;
    font-weight: 300
}

.page-content_pageContent__gN2PO {
    color: #222;
    font-size: 1.125rem;
    font-weight: 300
}

.page-content_pageContent__gN2PO a:not([class*=contentBack]) {
    color: #222;
    margin-bottom: 15px;
    transition: color .3s
}

.page-content_pageContent__gN2PO a:not([class*=contentBack]) p {
    border-bottom: 1px solid #222;
    transition: border-bottom .3s;
    display: inline
}

.page-content_pageContent__gN2PO a:not([class*=contentBack]):hover {
    color: #b2ce27
}

.page-content_pageContent__gN2PO a:not([class*=contentBack]):hover p {
    border-bottom: 1px solid #b2ce27
}

.header-gbi_login_link__2rbiX {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0
}

.header-gbi_noteHead__3JHX1 {
    background-color: #264d7a;
    max-height: 50px;
    padding: 8px 0
}

.header-gbi_iccreaLogo__MGytT {
    width: 100%;
    max-width: 157px;
    height: auto
}

.header-gbi_bccLogo__1ntPS {
    width: 100%;
    max-width: 98px;
    height: auto
}

.header-gbi_logoRelaxContainer__1mcDm {
    background-color: #f0f0f0;
    padding: 1.25rem 0;
    border-bottom: 2px solid #fff
}

.header-gbi_logoRelaxLink__10QQd {
    display: block
}

.header-gbi_logoRelax__2sa28 {
    width: 355px;
    max-width: 355px;
    max-height: 70px;
    height: auto;
    display: block;
    float: left
}

.header-gbi_login__1kbdC {
    background-color: #f0f0f0;
    background-color: #264d7a;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 30
}

.header-gbi_login_visible__1NL90 {
    pointer-events: auto
}

.header-gbi_login_hidden__3lu7K {
    pointer-events: none
}

.header-gbi_login_link__2rbiX {
    color: #f0f0f0;
    font-size: .875rem;
    transition: color .3s;
    font-weight: 600;
    padding: 0 1.125rem
}

.header-gbi_login_link__2rbiX:active,
.header-gbi_login_link__2rbiX:hover {
    text-decoration: none;
    color: #b3b3b3;
    background-color: transparent!important
}

.header-gbi_login_link__2rbiX:focus {
    outline: 0;
    box-shadow: none!important
}

.header-gbi_privateArea__2zkjx {
    text-align: -webkit-right
}

@media (max-width:544px) {
    .header-gbi_bccLogo__1ntPS,
    .header-gbi_iccreaLogo__MGytT {
        width: auto;
        height: 15px;
        display: block
    }
    .header-gbi_bccLogo__1ntPS {
        float: right
    }
}

.header-gbi_login_link__3eltw {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0
}

.header-gbi_noteHead__24ld_ {
    background-color: #264d7a;
    max-height: 50px;
    padding: 8px 0
}

.header-gbi_iccreaLogo__1y6nX {
    width: 100%;
    max-width: 87px;
    height: auto
}

.header-gbi_bccLogo__3KrUa {
    width: 100%;
    max-width: 98px;
    height: auto
}

.header-gbi_logoRelaxContainer__2ZoJm {
    background-color: #f0f0f0;
    padding: 1.25rem 0;
    border-bottom: 2px solid #fff
}

.header-gbi_logoRelax__3gUMB {
    max-width: 355px
}

.header-gbi_login__laLic {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    z-index: 30;
    top: 0;
    right: 15px;
    bottom: 0
}

.header-gbi_login_wrapper__2zcgg {
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: stretch;
    align-self: stretch
}

.header-gbi_login_visible__1TznD {
    pointer-events: auto
}

.header-gbi_login_hidden__WsCZ5 {
    pointer-events: none;
    display: none
}

.header-gbi_login_ico__16SjT {
    margin-right: .625rem
}

.header-gbi_login_link__3eltw {
    color: #f0f0f0;
    font-size: 1.125rem;
    transition: color .3s;
    font-weight: 600;
    padding: 0 1.125rem;
    text-transform: uppercase;
    background: linear-gradient(270deg, #cbe161, #b2ce27);
    border-radius: 0
}

.header-gbi_login_link__3eltw:active,
.header-gbi_login_link__3eltw:hover {
    text-decoration: none;
    color: #f0f0f0;
    background: #b2ce27
}

.header-gbi_login_link__3eltw:focus {
    outline: 0;
    box-shadow: none!important
}

@media only screen and (max-width:544px) {
    .header-gbi_login_wrapper__2zcgg button {
        padding: .3125rem .625rem .375rem
    }
    .header-gbi_login__laLic {
        bottom: auto
    }
}

.login-form_submit__2ptPe {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0
}

.login-form_submit__2ptPe:focus {
    outline: 0;
    box-shadow: none!important
}

.login-form_form__BhmnU {
    position: absolute;
    left: auto;
    box-shadow: -3px 20px 29px 8px rgba(0, 0, 0, .09);
    right: 0;
    top: 100%;
    z-index: 100
}

.login-form_form__BhmnU,
.login-form_form_centered__1evSG {
    background-color: #fff;
    padding: 1.125rem;
    width: 300px
}

.login-form_form_container__3xEmW {
    max-width: 30rem
}

.login-form_form_container__3xEmW:hover .login-form_input__LD5wH {
    outline: 0;
    border-color: #b2ce27;
    box-shadow: none
}

.login-form_form_container__3xEmW:hover .login-form_placeholderError__2R1_t,
.login-form_form_container__3xEmW:hover .login-form_placeholderStyle__3g0pW {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px)
}

.login-form_forgotLabel__1k9Kg {
    cursor: pointer;
    font-size: .875rem;
    color: #264d7a;
    transition: color .3s
}

.login-form_forgotLabel__1k9Kg:hover {
    color: #b2ce27
}

.login-form_bottomLink__1X2UM {
    text-align: center!important;
    padding-top: 15px
}

.login-form_submit__2ptPe {
    width: 100%;
    max-width: 30rem;
    display: block;
    background-color: #264d7a;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: .875rem;
    padding-bottom: .875rem;
    border-radius: 0
}

.login-form_warning__1TfBr {
    background-image: url(react/relaxbanking/static/media/attenzione-icon.400ec4c1.svg);
    background-color: #b05f65;
    background-repeat: no-repeat;
    background-position: 50%;
    height: auto;
    min-height: 50px;
    color: #f33;
    margin-left: 0
}

.login-form_formFooter__360VY {
    cursor: pointer;
    background-color: #f5f5f5;
    margin: 10px -18px -18px;
    padding: 10px
}

.login-form_errMessage__3JixF {
    color: #f33;
    font-size: .875rem
}

.login-form_alert__12atK {
    border-color: #fafafa;
    background-color: #fafafa;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0
}

.login-form_loginError__3-fv1 {
    font-weight: 400;
    color: #66696c;
    line-height: 1.4rem;
    font-size: .875rem
}

.login-form_loginError__3-fv1>div {
    margin: 15px 0 7px
}

.login-form_loginError__3-fv1>div>div>div div:first-child {
    -webkit-align-items: unset;
    align-items: unset;
    margin-top: 6px;
    margin-left: 0;
    max-height: 18px;
    max-width: 20px
}

.login-form_utenteBloccatoLabel__2GBKJ {
    color: #d0021b;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.login-form_utenteBloccatoLink__145KU {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700
}

.sca_timeIcon__-u0yv {
    height: 80px;
    width: 80px;
    max-width: 80px;
    margin-top: -40px
}

.sca_panel__2HM3t {
    cursor: pointer;
    max-width: 190px;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 #c2c2c2;
    transition: box-shadow .3s ease-in-out
}

.sca_panel__2HM3t:hover {
    box-shadow: 0 0 30px 0 #c2c2c2
}

.sca_panel__2HM3t>svg {
    height: 75px;
    max-width: 75px
}

.sca_title__2h0pG {
    text-align: center;
    width: 100%;
    margin-bottom: 30px
}

.sca_walkthrough__3wZGJ {
    list-style: unset;
    text-align: center
}

.sca_walkthrough__3wZGJ>span {
    font-size: 18px
}

.sca_qrcode__1LzQN * {
    stroke: #676a6d
}

.sca_ctaBackSca__2i95R {
    font-size: 1.1rem!important
}

.sca_ctaBackSca__2i95R,
.sca_ctaBackScaSms__1I_-_ {
    text-transform: none!important
}

.sca_smallText__37Sxq,
.sca_smallText__37Sxq ul {
    font-size: 15px!important
}

.sca_numStep__1DeRr {
    font-family: Roboto Slab;
    font-size: 29px;
    text-decoration: underline;
    text-align: right;
    align-items: right;
    letter-spacing: 0;
    color: #264d7a;
    opacity: 1
}

.sca_lineText__2KHLn {
    height: 3px;
    max-width: 100px;
    padding-top: 0;
    margin-top: -4px!important;
    border-radius: 0;
    border: none;
    border-top: 2px solid #264d7a
}

.sca_descStep__e6Cco {
    margin-top: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: Roboto Slab;
    font-size: 20px;
    letter-spacing: 0;
    color: #264d7a;
    opacity: 1
}

.sca_descStep__e6Cco b,
.sca_descStep__e6Cco strong {
    font-weight: 600
}

.sca_challengeSca__3MiK9 {
    font-size: 32px;
    letter-spacing: 6px;
    margin-left: 10px
}

.sca_challengeScaDiv__21s-z {
    display: flex;
    align-items: center;
    justify-content: center
}

.sca_titleStep__1dkBk {
    border-bottom: 3px solid;
    border-color: #264d7a;
    width: 300px;
    margin-top: 0;
    align-items: center
}

.sca_ctaClose__2WOqI {
    text-transform: none!important;
    color: #000!important;
    border-bottom: 1px solid #000!important
}

.sca_ctaClose__2WOqI:hover {
    background-color: transparent;
    color: #264d7a!important;
    border: none;
    border-bottom: 1px solid #264d7a!important
}

.sca_instructionBox__2xNsI {
    width: 880px;
    padding: 20px 48px 15px;
    top: 564px;
    left: 375px;
    background: #f7f7fa 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 19px;
    opacity: 1;
    margin-top: 37px;
    text-align: center
}

.sca_imgQR__2mnu9 {
    margin-left: -18px!important;
    margin-top: 3px
}

.autorizza_container__29hU8 {
    margin-top: 0;
    padding: 0 1.25rem 1.25rem;
    margin-bottom: 1.25rem
}

.navbar-toggler:focus {
    outline: 0!important
}

.main-nav_mainNav__3twIg {
    background-color: #a0a5a9;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.main-nav_homeIcon__31VTy {
    max-width: 20px
}

.main-nav_link__2fIDu,
.main-nav_linkHome__2s6vS {
    color: #fff;
    font-size: .875rem;
    padding: 1rem;
    border-right: 1px solid #858c91;
    width: 100px;
    height: 100%;
    text-align: center;
    transition: background-color .3s;
    position: relative
}

.main-nav_link__2fIDu:hover,
.main-nav_linkHome__2s6vS:hover {
    color: #fff;
    background-color: #6c7277
}

.main-nav_link__2fIDu:hover:before,
.main-nav_linkHome__2s6vS:hover:before {
    content: "";
    width: 100%
}

.main-nav_link__2fIDu:last-child,
.main-nav_linkHome__2s6vS:last-child {
    margin-right: 0
}

.main-nav_link__2fIDu:first-child,
.main-nav_linkHome__2s6vS:first-child {
    padding-left: 15px
}

.main-nav_link__2fIDu:before,
.main-nav_linkHome__2s6vS:before {
    content: "";
    width: 0;
    height: 6px;
    background: #21416b;
    position: absolute;
    left: 50%;
    right: -1px;
    bottom: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    transition: width .3s
}

.main-nav_linkHome__2s6vS {
    background-color: #f0f0f0
}

.main-nav_linkHome__2s6vS:hover {
    background-color: #d7d7d7
}

.main-nav_linkActive__1V52M {
    position: relative
}

.main-nav_linkActive__1V52M:after {
    content: "";
    position: absolute;
    background-color: #264d7a;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 6px
}

.main-nav_labelStyle__3wpMm {
    padding-left: 15px
}

.main-nav_togglerStyle__nwNhU {
    flood-color: #fff;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.main-nav_burgerIcon__3-cSz {
    width: 30px;
    height: 30px
}

@media only screen and (max-width:768px) {
    .main-nav_link__2fIDu,
    .main-nav_linkHome__2s6vS {
        color: #fff;
        font-size: .875rem;
        padding: 1rem;
        border-right: 1px solid #858c91;
        width: auto;
        height: 100%;
        text-align: left;
        transition: background-color .3s
    }
    .main-nav_mainNav__3twIg {
        padding-left: 0;
        padding-right: 0
    }
}

.box-link-items_listContainer__27Upb {
    padding: 0;
    margin: 0;
    list-style: none
}

.box-link-items_listItem__1YbFt {
    margin: 0
}

.box-link-items_icon__v12Bu img {
    height: auto;
    width: auto
}

.box-link-items_link__3BtX7 {
    color: #a3bf19;
    transition: color .3s;
    position: relative;
    font-weight: 700;
    line-height: 1.6rem
}

.box-link-items_link__3BtX7:hover {
    color: #264d7a;
    text-decoration: none
}

.box-link-items_boxItem__Y1FUe {
    height: 40px;
    max-width: 285px;
    margin-top: 15px;
    margin-bottom: 42px;
    margin-left: 11.5px;
    padding-left: 12px;
    padding-right: 14.5px;
    border-left: 2px solid #a3bf19
}

@-webkit-keyframes box-link-items_o-btn-arrow__2CA8K {
    0% {
        -webkit-transform: translateX(0) rotate(45deg);
        transform: translateX(0) rotate(45deg)
    }
    50% {
        -webkit-transform: translateX(-5px) rotate(45deg);
        transform: translateX(-5px) rotate(45deg)
    }
    to {
        -webkit-transform: translateX(0) rotate(45deg);
        transform: translateX(0) rotate(45deg)
    }
}

@keyframes box-link-items_o-btn-arrow__2CA8K {
    0% {
        -webkit-transform: translateX(0) rotate(45deg);
        transform: translateX(0) rotate(45deg)
    }
    50% {
        -webkit-transform: translateX(-5px) rotate(45deg);
        transform: translateX(-5px) rotate(45deg)
    }
    to {
        -webkit-transform: translateX(0) rotate(45deg);
        transform: translateX(0) rotate(45deg)
    }
}

.carousel-indicators .active {
    background-color: #5f686f
}

.carousel_carousel__yCnWf {
    padding-bottom: 40px
}

.carousel_img__2Ab-2 {
    width: 100%;
    height: auto
}

.carousel_carouselIndicators__3IBrx {
    bottom: 0
}

.carousel_carouselIndicators__3IBrx li {
    border: 1px solid #a0a5a9;
    height: 10px;
    width: 10px;
    border-radius: 0;
    transition: background-color .3s;
    background-clip: unset
}

.carousel_carouselIndicators__3IBrx li:hover {
    background-color: #6c7277
}

.carousel_carouselIndicators__3IBrx li:before {
    display: none
}

@media (min-width:992px) {
    .carousel_carousel__yCnWf {
        min-height: 470px
    }
}

.ventisBoxHome,
.ventisBoxHome .ventisCTA {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.ventisBoxHome .ventisCTA {
    height: auto;
    right: 0
}

.ventisBoxHome .ventisCTA--ishover {
    z-index: 10;
    opacity: 0;
    transition: opacity .3s
}

.ventisBoxHome:hover {
    cursor: pointer
}

.ventisBoxHome:hover .ventisCTA--ishover {
    opacity: 1
}

.psd2BoxHome,
.psd2BoxHome .footerImg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.psd2BoxHome .footerImg {
    height: auto;
    right: 0
}

.relax-box_moduloHome__NxuCp {
    background-color: #f2f2f2;
    min-height: 280px;
    position: relative
}

.relax-box_negative__1Ggtw {
    background-color: #f0f0f0;
    border-bottom: 2px solid #a0a5a9;
    padding: .3125rem .625rem
}

.relax-box_negative__1Ggtw h1 span {
    color: #a0a5a9
}

.relax-box_titleContainer__HrbTF {
    border-bottom: 1px solid #f2f3f3;
    background-color: #a0a5a9;
    padding: .3125rem .625rem
}

.relax-box_title__3haft {
    font-size: 1.25rem;
    font-family: Roboto Slab;
    font-weight: 600;
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center
}

.relax-box_titleIcon__ePlD0 {
    width: 40px;
    height: 40px
}

.relax-box_titleText__1IvWW {
    margin-left: .625rem;
    display: inline-block
}

.relax-box_text__22Qja {
    padding: 1.25rem 1.125rem;
    font-size: .875rem
}

.colored-currency_fontGreen__JTTjq {
    text-align: right;
    color: green
}

.colored-currency_fontRed__1Zes_ {
    text-align: right;
    color: #f33
}

.form-field-help_fillIcon__bgs-c {
    fill: currentColor
}

.form-field-help_fontBlueRelax__3EZ9j {
    color: #264d7a
}

.form-field-help_greenIcon__2WqDi {
    color: #b2ce27
}

.form-field-help_toolt__2LP5c,
.form-field-help_tooltNoMaxWidth__RwRx0 {
    display: inline
}

.form-field-help_tooltNoMaxWidth__RwRx0 span {
    max-width: unset!important
}

.page404_container__1_WTs {
    text-align: center;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.page404_message__3YmKN {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0
}

.page404_image__1_I96 {
    max-width: 250px;
    position: relative;
    left: -60px
}

.page404_withBorder__gPSl9 h1,
.page404_withMargin__1iGeh {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.bank-item_bankItem__6NnJ9 {
    padding: .875rem 0;
    border-bottom: 1px solid #b2ce27;
    list-style: none;
    display: -webkit-flex;
    display: flex
}

.bank-item_bankItemLink__1w7su {
    margin: 0 .625rem;
    color: #b2ce27!important;
    font-size: .875rem;
    transition: color .3s
}

.bank-item_bankItemLink__1w7su:hover {
    cursor: pointer;
    color: #264d7a!important
}

.bank-item_bankItemDescription__1Xzfa {
    margin: 0 .625rem;
    font-size: .875rem;
    font-weight: 300
}

.bank-item_iconDetail__1HcbJ svg {
    cursor: pointer;
    height: 30px;
    width: 30px;
    transition: stroke .3s
}

.bank-item_iconDetail__1HcbJ svg:hover {
    stroke: #b2ce27
}

.bank-modal_bankModalTable__3MU8a {
    overflow: auto;
    min-height: 580px
}

.bank-modal_bankModalHeader__za_sE {
    color: #b2ce27;
    text-transform: uppercase;
    font-size: .875rem
}

.bank-modal_bankModalRow__VTCJT {
    border: 0;
    border-bottom: 1px solid #b2ce27
}

.bank-modal_bankModalTh__2QK87 {
    font-weight: 500;
    border: 0!important
}

.bank-modal_bankModalCell__3Vybv {
    border: 0!important;
    color: #222;
    font-size: .875rem;
    font-weight: 300
}

.new-app_contNewApp__3CS0t h1 {
    color: #222;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 30px
}

.new-app_contNewApp__3CS0t h2 {
    color: #222;
    font-weight: 700;
    font-size: 34px
}

.new-app_bgSection__1e9J6 {
    position: relative
}

.new-app_bgSection__1e9J6:before {
    content: "";
    position: absolute;
    height: 350px;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    background-color: #fafbfe
}

.new-app_errorImage__1VpNG img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 320px
}

.new-app_storeIcon__3gVNR {
    width: 100%;
    max-width: 140px;
    transition: opacity .3s
}

.new-app_storeIcon__3gVNR:hover {
    opacity: .6
}

.new-app_listIcon__1jcH3 {
    max-width: 50px;
    width: 100%
}

.new-app_darkBg__zAArB {
    background-color: #fafbfe
}

.new-app_ctaVideo__2mKfr {
    background-color: transparent;
    color: #b2ce27;
    line-height: 1.2;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #b2ce27;
    margin: .625rem 0;
    display: inline-block;
    transition: border .3s ease-in-out, color .3s ease-in-out
}

.new-app_ctaVideo__2mKfr:active,
.new-app_ctaVideo__2mKfr:hover {
    color: #264d7a;
    border-bottom-color: #264d7a;
    background-color: transparent!important;
    outline: 0
}

.new-app_ctaVideo__2mKfr:focus {
    outline: 0
}

@media (max-width:768px) {
    .new-app_contNewApp__3CS0t h1 {
        font-size: 30px;
        margin-bottom: 30px
    }
    .new-app_contNewApp__3CS0t h2 {
        font-size: 24px
    }
    .new-app_bgSection__1e9J6:before {
        height: auto;
        top: 25px;
        bottom: 25px
    }
    .new-app_errorImage__1VpNG img {
        position: relative;
        padding: 15px 10px 21px
    }
}

@media (max-width:544px) {
    .new-app_bgSection__1e9J6:before {
        top: 0
    }
    .new-app_swapImage__1BNSu {
        -webkit-order: 1;
        order: 1
    }
    .new-app_imgResizer__zo3ds {
        max-width: 65%;
        display: block;
        margin: 0 auto
    }
}

.content-back-button_contentBack__M6rVS {
    background-color: #b2ce27;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-weight: 900;
    font-size: .875rem;
    border: 0;
    transition: background .3s ease-in-out;
    padding: .9375rem 1.875rem;
    margin: 0;
    border-radius: 0;
    text-decoration: none
}

.content-back-button_contentBack__M6rVS:hover {
    background-color: #264d7a;
    text-decoration: none;
    color: #fff
}

.sicurezza_titoloSez__3Ou-D h3 {
    text-align: left;
    font: 700 20px/22px Roboto Slab;
    letter-spacing: 0;
    color: #222!important;
    opacity: 1
}

.sicurezza_titoloSez__3Ou-D h3:hover {
    color: #b2ce27!important;
    cursor: pointer
}

.sicurezza_toggler__vp4DK {
    margin-top: 1.25rem;
    margin-bottom: .625rem
}

.sicurezza_boxSez__3h94O {
    border-bottom: 2px solid #ccc;
    padding: 10px
}

.box-contattaci_contattaci__125nj {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: visible;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 15px
}

.box-contattaci_cuffia__2VMWZ {
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    height: 50px;
    padding-left: 65px;
    margin-top: 20px
}

.box-contattaci_title_assistenza__PuITK {
    font-weight: 200;
    font-size: 16px;
    font-style: italic;
    color: #fff
}

.box-contattaci_title_assistenza__PuITK,
.box-contattaci_title_banca__3jorr {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif
}

.box-contattaci_title_banca__3jorr {
    font-weight: 700;
    font-size: 30px;
    color: #f7ae00;
    text-shadow: 1px 1px 5px #262a2c;
    line-height: 25px
}

.box-contattaci_lente__UR9VJ {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    width: 60px;
    height: 58px;
    padding: 14px 15px;
    background-color: #264d7a;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    display: inline;
    float: right
}

.box-contattaci_inputAbi__2geui {
    border: none;
    width: 232px;
    height: 34px;
    line-height: 35px;
    font-size: 14px;
    padding: 10px;
    margin-left: 5px;
    color: #262a2c;
    z-index: 1
}

.box-contattaci_inputAbi__2geui,
.box-contattaci_testo__19g2n {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 200
}

.box-contattaci_testo__19g2n {
    color: #fff;
    font-size: 13px
}

.box-contattaci_evidenziato__1bfBs {
    color: #262a2c;
    font-weight: 500
}

.box-contattaci_globe_container__3m2Cg {
    margin-bottom: 5px
}

.box-contattaci_globe_title__14vXe {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    color: #262a2c
}

.box-contattaci_container_testo_otp__2-5zA {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px
}

.box-contattaci_container_testo_otp__2-5zA .box-contattaci_testo__19g2n {
    color: #fff!important
}

.box-contattaci_moduloHome_contattaci__edvYS {
    position: relative;
    float: left;
    width: 300px;
    height: auto;
    margin: -12px 10px 0;
    padding-bottom: 10px;
    min-height: 200px
}

.box-contattaci_assistenza_modal__2b-6H {
    background-color: transparent;
    padding: 0;
    min-height: auto;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    align-self: center
}

.box-contattaci_cuffia__2VMWZ {
    margin-top: 0
}

.box-contattaci_inputAbi__2geui {
    border: 1px solid grey
}

.box-contattaci_trattamentoDati__2dH0U {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 11px;
    height: 104px;
    overflow-y: scroll
}

.box-contattaci_modalButtonSpaceRight__1mNXU {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    width: auto
}

.box-contattaci_inputField__2GVEM {
    color: #222;
    font-size: 1.25rem;
    background-color: #fff;
    border: 1px solid #264d7a;
    border-radius: 5px;
    padding: 20px .625rem 15px 20px;
    height: 57px;
    width: auto;
    line-height: 1;
    display: inline-block;
    overflow: hidden
}

.box-contattaci_inputField__2GVEM:focus .box-contattaci_placeholder__3bXeU {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.box-contattaci_inputField__2GVEM :-webkit-autofill {
    -webkit-box-shadow: 0 0 0 3rem #f0f0f0 inset;
    -webkit-text-fill-color: #666
}

.box-contattaci_formStyle__2oLmq {
    padding-top: 35px;
    padding-bottom: 35px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap
}

.box-contattaci_formStyle__2oLmq:hover .box-contattaci_inputField__2GVEM {
    outline: 0;
    border-color: #b2ce27;
    box-shadow: none
}

.box-contattaci_formStyle__2oLmq:hover .box-contattaci_lente__UR9VJ {
    background-color: #b2ce27
}

.box-contattaci_infoText__wY5IV {
    width: auto;
    -webkit-align-self: center;
    align-self: center
}

.box-contattaci_errMessage__5KzcQ {
    color: #f33;
    text-align: left;
    font-size: .875rem
}

.box-contattaci_corpoContattaci__3lmtN {
    padding-top: 15px
}

.box-contattaci_titleContact__3-dCs {
    font-weight: 900;
    color: #b2ce27;
    transition: font-weight .3s
}

.box-contattaci_tabIcon__N6HqQ {
    padding: 40px 30px 20px;
    height: 130px
}

.box-contattaci_carTabIcon__2keB1 {
    height: 130px;
    max-width: 4rem
}

.box-contattaci_sezioneAssistenza__1Ikky {
    font-size: 1.875rem
}

.box-contattaci_sezioneAssistenzaSub__3lLQw {
    margin-left: 20%;
    margin-right: 20%;
    text-align: left
}

.box-contattaci_sezioneAssistenzaNumber__36r4l {
    font-weight: 400;
    font-style: italic;
    font-size: 1.875rem
}

.box-contattaci_bottomCta__2R0dt {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.box-contattaci_lineContact__3EtSd {
    border-top: 3px solid #d9e793;
    transition: border-top .3s
}

.box-contattaci_assistenzaBox__uREMZ:hover .box-contattaci_lineContact__3EtSd {
    border-top: 5px solid #b2ce27
}

.box-contattaci_sezioneContact__1OEQM {
    height: 320px;
    position: relative;
    text-align: center
}

.box-contattaci_smallIcon__26Rdr {
    max-width: 50px
}

.box-contattaci_titleBanca__1mdgb {
    font-size: 1.625rem;
    color: #000;
    padding-left: 20px;
    font-family: Roboto Slab
}

.box-contattaci_titleRow__2LCX2 {
    padding-bottom: 35px
}

.box-contattaci_boxContattaci__1niRu {
    -webkit-align-self: center;
    align-self: center
}

.box-contattaci_email__36uJi,
.box-contattaci_phoneIcon__2vKCr {
    height: 25px
}

.box-contattaci_time__3qhcQ {
    float: right;
    padding-right: 20px
}

.box-contattaci_phoneNumber__1rcpP {
    font-weight: 600
}

.box-contattaci_contentRow__1Kwkz {
    padding-top: 15px
}

.box-contattaci_alignCheck__ec-bm {
    margin-left: 25px;
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px);
    margin-bottom: 0
}

.box-contattaci_abiLabelText__2ls8g {
    padding-left: 25px;
    color: #000;
    font-size: 1.125rem;
    margin-bottom: 0
}

.box-contattaci_assistenzaTitle__1pvHO {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: table;
    font-size: 1.875rem;
    color: #5f686f;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 40px;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 300
}

.box-contattaci_assistenzaWrapTitle__J8R5Q {
    text-align: center;
    position: relative;
    border-bottom: transparent;
    padding: 1.4rem
}

.box-contattaci_assistenzaWrapTitle__J8R5Q:after {
    content: "";
    top: 50%;
    right: 0;
    height: .2em;
    position: absolute;
    width: 100%;
    background-color: #b2ce27;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.box-contattaci_footerBG__3W8NW {
    display: none;
    border-top: 3px solid #b2ce27;
    text-transform: uppercase;
    font-size: .875rem;
    background-color: #e8f0be
}

.box-contattaci_footerBG__3W8NW:after {
    content: "";
    display: block;
    position: absolute;
    left: 60%;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: 3px solid #b2ce27;
    background-color: #f2f2f2;
    z-index: 1
}

.box-contattaci_colStyle__oX5dT {
    background-color: #f2f2f2;
    z-index: 3
}

.box-contattaci_left__2llG2 {
    background-color: #e8f0be
}

.box-contattaci_right__1upoy {
    background-color: #f2f2f2
}

.box-contattaci_cardContainer__1Ik24 {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    padding: 0;
    height: 400px;
    max-width: 350px;
    overflow-x: hidden;
    transition: background-color .8s;
    position: relative
}

.box-contattaci_cardContainer__1Ik24:before {
    content: "";
    display: table
}

.box-contattaci_cardContainer__1Ik24:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s
}

.box-contattaci_cardContainer__1Ik24:hover:after {
    opacity: 1
}

.box-contattaci_cardContainer__1Ik24:hover .box-contattaci_titleBase__21G3i {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.box-contattaci_cardContainerOpen__1ELuW:after {
    opacity: 1
}

.box-contattaci_cardIcon__SSyN8 {
    height: 50px
}

.box-contattaci_colTitle__1r7e0 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.box-contattaci_open__VnrJJ {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.box-contattaci_close__2TUtY {
    -webkit-transform: translateY(230px);
    transform: translateY(230px);
    opacity: .9
}

.box-contattaci_close__2TUtY:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.box-contattaci_bodyOpen__Mj30m {
    opacity: 1
}

.box-contattaci_bodyClose__Fzpyx {
    opacity: 0
}

.box-contattaci_bodyClose__Fzpyx:hover {
    opacity: 1
}

.box-contattaci_titleBase__21G3i {
    margin-top: 10px;
    background-color: #d9e793;
    transition: opacity .8s, -webkit-transform .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s;
    z-index: 500;
    position: absolute;
    right: 0;
    left: 0
}

.box-contattaci_bodyBase__1HzBk {
    position: absolute;
    left: 0;
    right: 0;
    transition: opacity 1s;
    margin: 0;
    padding: 15px;
    text-align: center;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5
}

.box-contattaci_inCardLabel__gdLzE {
    color: #fff;
    padding-left: 25px;
    font-size: 1.125rem;
    margin-bottom: 0
}

@media (max-width:992px) {
    .box-contattaci_bigCardMiddle__3mTi2 {
        background-size: auto auto;
        background-position: top;
        max-width: none
    }
    .box-contattaci_cardContainer__1Ik24 {
        margin-top: 15px
    }
}

@media (max-width:768px) {
    .box-contattaci_footerBG__3W8NW {
        text-align: center
    }
    .box-contattaci_footerBG__3W8NW:after {
        content: "";
        opacity: 0
    }
    .box-contattaci_colStyle__oX5dT {
        background-color: #e8f0be
    }
}

@media (max-width:668px) {
    .box-contattaci_footerBG__3W8NW {
        text-align: center
    }
    .box-contattaci_footerBG__3W8NW:after {
        content: "";
        opacity: 0
    }
    .box-contattaci_colStyle__oX5dT {
        background-color: #f2f2f2
    }
    .box-contattaci_bigCardMiddle__3mTi2 {
        background-size: 100% auto;
        background-position: 50%;
        max-width: 350px
    }
    .box-contattaci_modalButtonSpaceRight__1mNXU {
        margin-top: 15px;
        width: 100%
    }
}

.footer-gbi_footer__3YoQz {
    background-color: #4d4d4f;
    color: #fff;
    padding: 1.875rem 0 1.25rem;
    flex-shrink: 0
}

.footer-gbi_links__1VMxx {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-gbi_info__2AZdw a:active,
.footer-gbi_info__2AZdw a:link,
.footer-gbi_info__2AZdw a:visited,
.footer-gbi_links__1VMxx a:active,
.footer-gbi_links__1VMxx a:link,
.footer-gbi_links__1VMxx a:visited {
    position: relative;
    display: inline-block;
    color: #a6a6a7;
    font-size: 12px;
    text-decoration: none;
    line-height: 1.7;
    transition: color .3s, -webkit-transform .3s;
    transition: transform .3s, color .3s;
    transition: transform .3s, color .3s, -webkit-transform .3s
}

.footer-gbi_info__2AZdw a:hover,
.footer-gbi_links__1VMxx a:hover {
    color: #b2ce27;
    background-color: transparent
}

.footer-gbi_links__1VMxx a:hover {
    -webkit-transform: translate(5px);
    transform: translate(5px)
}

.footer-gbi_menu__3yKhu {
    float: right;
    width: 75%
}

.footer-gbi_menu__3yKhu h6,
.footer-gbi_menu__3yKhu h6 a:link,
.footer-gbi_menu__3yKhu h6 a:visited {
    color: #b2ce27;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none
}

.footer-gbi_menu__3yKhu div:nth-child(3n+4) {
    clear: left
}

.footer-gbi_list__1_Wud {
    text-transform: uppercase;
    width: 33.3%;
    float: left;
    padding: 0 15px;
    margin: 0 0 30px
}

.footer-gbi_info__2AZdw {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #a6a6a7;
    font-size: 12px;
    line-height: 1.7
}

.footer-gbi_social__Optcl+.footer-gbi_info__2AZdw {
    margin: 0 0 30px
}

.footer-gbi_social__Optcl {
    list-style: none;
    padding: 0;
    color: #a6a6a7;
    font-size: 12px;
    line-height: 1.58;
    font-weight: 300;
    margin: 0 0 17px;
    display: inline-block
}

.footer-gbi_social__Optcl a {
    transition: opacity .3s
}

.footer-gbi_social__Optcl a:hover {
    opacity: .3
}

.footer-gbi_social__Optcl li {
    display: inline-block;
    margin: 0 5px
}

.footer-gbi_social__Optcl li img {
    height: 18px;
    width: auto
}

.footer-gbi_legal_ttl__2DLrj {
    display: none
}

.footer-gbi_logo__pKS_y {
    margin-bottom: 15px;
    width: 100%;
    max-width: 152px
}

.footer-gbi_cookiesConsentBanner__2m3RV {
    width: 100%;
    z-index: 10000;
    position: fixed;
    bottom: 0;
    color: #fff;
    padding: 1.25rem;
    font-size: 12px;
    line-height: 1.7;
    background-color: rgba(0, 0, 0, .6)
}

.footer-gbi_cookiesConsentBanner__2m3RV a {
    color: #b2ce27
}

.footer-gbi_cookiesConsentBanner__2m3RV a:hover {
    text-decoration: underline
}

.footer-gbi_cookiesConsentBanner__2m3RV .footer-gbi_close__2vR91 {
    background: url(react/relaxbanking/static/media/close_bianco.e73e2175.svg) no-repeat;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    cursor: pointer;
    font-size: 0;
    opacity: inherit;
    width: 28px;
    height: 28px;
    background-size: contain
}

.locales-bar_localesBar__261Fo {
    background-color: #fff
}

.locales-bar_langSelContainer__1Iqqt {
    padding: 0;
    margin: 0
}

.locales-bar_langSelItem__3U7IC {
    display: inline-block;
    list-style: none;
    text-align: center;
    font-size: .875rem;
    padding: .625rem;
    transition: background-color .3s;
    cursor: pointer
}

.locales-bar_langSelItem__3U7IC:hover,
.locales-bar_langSelItemSelected__994aF {
    background-color: #f0f0f0
}

.modalGreen .modal-content {
    background-image: none!important;
    padding-bottom: 0!important
}

.assistenzaModal_contactModalHeader__36fJ2:after {
    content: "";
    display: none
}

.assistenzaModal_lockCard__1Xuzd {
    font-size: larger
}

.assistenzaModal_lockCard__1Xuzd strong {
    font-weight: 700
}

.assistenzaModal_callUs__2R4y7 {
    font-size: xx-large;
    font-weight: 700;
    line-height: 1.2
}

.assistenzaModal_callUsIconCard__2OvRF {
    max-height: 109px
}

.assistenzaModal_pStyle__2JExy {
    margin-top: 1rem
}

.assistenzaModal_robotoStyle__13hqu {
    font-family: Roboto
}

.assistenzaModal_phoneNumber__2D2dc {
    font-size: x-large;
    font-family: Roboto Slab
}

.assistenzaModal_lockBody__ss7L7 {
    padding: 0;
    background-color: #e8f0be;
    font-family: Roboto Slab
}

.assistenzaModal_numberTitle__3gvoC {
    font-size: larger
}

.assistenzaModal_withLeftBorder__c6zkA {
    position: absolute;
    border-left: .27rem solid #b2ce27;
    min-height: 69px;
    padding-left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 80px;
    line-height: 1;
    padding-top: 15px
}

.assistenzaModal_subTitle__3hzG4 {
    font-size: larger
}

.assistenzaModal_numbersCol__1dAz_ {
    font-family: Roboto;
    line-height: 1.2
}

.assistenzaModal_callUsIcon__1bgPJ {
    position: absolute;
    max-height: 65px;
    top: 0;
    bottom: 0;
    margin: auto
}

.assistenzaModal_biggOne__2aXlc {
    font-size: 7rem;
    line-height: .5;
    color: #b2ce27;
    font-weight: 400
}

.assistenzaModal_h24p__1gzyP {
    font-size: larger
}

.assistenzaModal_callIco__356Nv {
    margin-top: 10px;
    max-height: 102px
}

.assistenzaModal_numberCol__69nBK {
    font-size: x-large;
    margin-top: .3rem
}

.assistenzaModal_furtoIco__3_msX {
    max-height: 40px;
    margin-top: 15px;
    margin-left: 22px;
    max-width: 43px
}

.assistenzaModal_littleGreyIcon__28-uY {
    height: 50px;
    display: block;
    margin: 10px 0 20px;
    max-width: 50px
}

.assistenzaModal_littleGreyIcon__28-uY g,
.assistenzaModal_littleGreyIcon__28-uY path,
.assistenzaModal_littleGreyIcon__28-uY rect {
    fill: #a0a5a9!important
}

.assistenzaModal_divider__3MkbT {
    width: 80%;
    border-top: .27rem solid #b2ce27;
    margin-bottom: .8rem
}

.assistenzaModal_numeriContainer__2_GT8 {
    padding-left: 30px
}

.assistenzaModal_numeriContainer__2_GT8 p {
    color: #a0a5a9
}

.assistenzaModal_colNumber__3MBTy {
    text-align: left!important
}

.assistenzaModal_littleGreyNumber__3PMEr {
    margin-left: 8px;
    font-size: 4rem;
    line-height: 1;
    color: #a0a5a9;
    font-weight: 400
}

@media (max-width:992px) {
    .assistenzaModal_withLeftBorder__c6zkA {
        position: relative
    }
}

@media (max-width:544px) {
    .assistenzaModal_furtoIco__3_msX {
        margin-left: 0;
        max-width: unset
    }
    .assistenzaModal_withLeftBorder__c6zkA {
        position: relative;
        padding-top: 20px;
        border-left: 0;
        border-top: .27rem solid #b2ce27
    }
    .assistenzaModal_centerMobile__2U6f9,
    .assistenzaModal_mobileContainer__2Bd4t {
        text-align: center!important;
        display: block
    }
    .assistenzaModal_mobileContainer__2Bd4t {
        padding-top: 30px
    }
    .assistenzaModal_divider__3MkbT {
        width: 80%;
        border-top: .27rem solid #b2ce27;
        margin-bottom: 1.8rem;
        margin-left: auto;
        margin-right: auto
    }
}

.forgot-password-modal_modalResetLink__PAj4v {
    cursor: pointer;
    display: inline;
    color: #264d7a;
    text-decoration: underline;
    font-weight: 700;
    transition: color .3s
}

.forgot-password-modal_modalResetLink__PAj4v:hover {
    color: #b2ce27
}

.forgot-password-modal_listItem__31il0 {
    font-size: 20px
}

.forgot-password-modal_apriAppButton__2E2uu {
    height: 40px;
    width: 130px;
    background-color: #b2ce27;
    color: #264d7a;
    border-radius: 20px;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 10px;
    cursor: default
}

.forgot-password-modal_apriAppButton__2E2uu img {
    display: inline;
    margin-left: 10px
}

.forgot-password-modal_mancataNotificaContainer__3LLIX {
    margin: 0 auto;
    max-width: 60%
}

@media (max-width:768px) {
    .forgot-password-modal_mancataNotificaContainer__3LLIX {
        max-width: 100%
    }
}

.forgot-password-modal_requireText__1Bfo- {
    font-size: 14px;
    margin-bottom: .2em
}

.forgot-password-modal_requireIcon__cOgDZ {
    width: 14px;
    height: 14px;
    margin-right: .3em
}

.forgot-password-modal_validIcon__3zkXv {
    fill: #000
}

.forgot-password-modal_requireTextValid__32pfA {
    color: #000
}

.forgot-password-modal_requireTextInvalid__1MdtY {
    color: rgba(0, 0, 0, .25)
}

.forgot-password-modal_lastRequireText__1dmc_ {
    margin-bottom: 2.5em
}

.forgot-password-modal_iconBig__19Xem {
    height: 46px;
    max-width: 46px
}

.cookies-consent-banner_cookiesConsentBanner__3OpSd {
    width: 100%;
    z-index: 10000;
    position: fixed;
    bottom: 0;
    color: #fff;
    padding: 1.25rem;
    font-size: 12px;
    line-height: 1.7;
    background-color: rgba(0, 0, 0, .6)
}

.cookies-consent-banner_cookiesConsentBanner__3OpSd a {
    color: #b2ce27
}

.cookies-consent-banner_cookiesConsentBanner__3OpSd a:hover {
    text-decoration: underline
}

.cookies-consent-banner_cookiesConsentBanner__3OpSd .cookies-consent-banner_close__2THtu {
    background: url(react/relaxbanking/static/media/close_bianco.e73e2175.svg) no-repeat;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    cursor: pointer;
    font-size: 0;
    opacity: inherit;
    width: 28px;
    height: 28px;
    background-size: contain
}

.diritti-europa_headerImgDesktop__YC03z {
    display: inline
}

.diritti-europa_headerImgMobile__2h04o {
    display: none
}

@media (max-width:544px) {
    .diritti-europa_headerImgMobile__2h04o {
        display: inline
    }
    .diritti-europa_headerImgDesktop__YC03z {
        display: none
    }
}

.diritti-europa_imgTitle__2qbqq {
    display: inline-block;
    max-height: 55px
}

.diritti-europa_title__38oTw {
    display: inline-block;
    margin-left: -15px;
    margin-top: 0;
    margin-bottom: 0
}

.documenti-tree_treeItem__3BU-s div {
    transition: -webkit-transform .3s ease-out!important;
    transition: transform .3s ease-out!important;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out!important
}

.documenti-tree_treeItem__3BU-s:hover div {
    color: #b2ce27!important;
    background-color: transparent!important;
    text-decoration: none!important;
    -webkit-transform: translate(5px);
    transform: translate(5px)
}

.react-contexify__item--disabled:hover div {
    color: #000!important;
    background-color: transparent!important;
    text-decoration: none!important;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.documenti-tree_documentiTreeElement__26VVg {
    margin-top: 5px;
    border-right: 1px solid ga
}

.documenti-tree_documentiTreeIcon__2DFIx {
    cursor: pointer;
    height: 23px
}

.documenti-tree_documentiTreeSelected__tCWDD path {
    fill: #b2ce27
}

.documenti-tree_documentiTreeMain__ep2Lp {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    fill: #b2ce27;
    border: 1px solid #b2ce27
}

.documenti-tree_documentiTreeMain__ep2Lp:first-child {
    padding-top: 15px
}

.documenti-tree_marginBottom__1DtuE {
    margin-bottom: 10px
}

.documenti-tree_w100__2UV8c {
    width: 100%
}

.documenti-tree_w100__2UV8c>div {
    width: 100%;
    white-space: nowrap;
    display: -webkit-flex;
    display: flex
}

.documenti-tree_w100__2UV8c>div>svg {
    -webkit-flex: none;
    flex: none
}

.documenti-tree_treeText__3Ij7t {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    padding-left: 8px;
    cursor: pointer;
    display: inline-block;
    margin: 0!important;
    line-height: 1em
}

.documenti-tree_icon__1-3OQ {
    margin-bottom: 30px;
    width: 100%;
    max-width: 120px;
    height: auto;
    fill: #66696c;
    opacity: .5
}

.documenti-tree_lista__tTSp7 {
    border-bottom: 2px solid #b2ce27
}