﻿body {
    color: var(--bcc-nero-digital);
    font-family: var(--bcc-font-family);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

h1,
.ms-h1,
h2,
.ms-h2,
h3,
.ms-h3,
h4,
.ms-h4,
h5,
.ms-h5,
h6,
.ms-h6,
p {
    font-family: var(--bcc-font-family) !important;
}

.form-cont-elm .geolocation-input {
	    width: 38.688rem;
}

.results-list {
	margin-top:-44px;
}


.bcc-tag {
    margin-top: 14px;
}

.textSize40-700 {
    font-size: 40px;
    font-weight: 700;
    color: var(--bcc-blu);
}

.textSize24-600 {
    font-size: 24px;
    font-weight: 600;
}

.line-separator {
    margin: 0 2rem;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}

.wrapper-width {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 !important;
    height: auto !important;
}

.no-padding {
    padding: 0;
}

.divRicerca.clearfix {
    display: flex;
    margin: 20px 0;
    border: none;
    justify-content: space-between;
    width: 100%;
}

#trovaFilialeModal .form-cont-elm {
    margin-bottom: 8px;
    margin-top: 12px;
}

#trovaFilialeModal #error-msg {
    color: #b3000d;
}

.col-md-2 {
    /* width: 20%; */
    float: left;
}
#street {
	max-width: 70%;
	margin: 0 auto;
	margin-bottom: 40px;
}
#map-results-area {
    height: auto !important;
}

.listaBanche li {
    list-style: none;
    box-shadow: 0px 3px 6px #00000029;
    background: var(--bcc-bianco);
    padding: 0.1rem 1rem 1rem;
    margin-bottom: 2rem;
}

.listaBanche .nomeBanca {
    font-weight: 700;
    margin-bottom: 0.4rem;
    margin-top: 10px;
}

.listaBanche .indirizzo {
    margin-top: 2rem;
}

.listaBanche .datiBanca {
    display: block;
    width: 100%;
}

.bancaResultActions .show-hide {
    justify-content: flex-end;
    letter-spacing: 1.5px;
    color: var(--bcc-verde-medio);
    text-transform: uppercase;
    padding-right: 1rem;
    font-weight: 700;
    text-decoration: none;
    font-size: 3rem;
    /* margin-right: ; */
}

.bancaResultActions {
    display: flex;
    align-items: center;
    align-content: space-between;
    width: 100%;
    margin-top: 2rem;
}

.bancaResultActions a {
    display: flex;
    flex: auto;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0 0 0 0;
}

.hidden-content {
    display: none;
}

.datiIcon {
    height: 14px;
    width: 14px;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

@media (min-width: 768px) {
    .geolocation-btn {
        background-position: left 0.563rem center;
        font-size: 0.875rem;
        /* padding-left: 2.5rem; */
        padding-left: 1.9rem;
        width: 8.438rem;
    }
    .wrapper-width.d-flex.flex-wrap .col-lg-7.col-sm-12 {
	    padding: 0 !important;
	}
}

.geolocation-btn {
    background: url(https://static.publisher.iccrea.bcc.it/archivio/648/184631.svg) no-repeat center center;
    background-color: var(--bcc-bianco);
    background-size: 1.25rem 1.25rem;
    border: 0.063rem solid var(--bcc-verde-medio);
    border-radius: 2px;
    bottom: 0;
    color: var(--bcc-verde-scuro);
    display: inline-block;
    font-size: 0;
    font-weight: 700;
    height: 2.5rem;
    padding: 0;
    position: absolute;
    right: 0.125rem;
    transition: background-color 0.3s;
    width: 2.5rem;
}

.form-cont-elm {
    display: block;
    margin: 0 0 3rem 0;
    position: relative;
}

@media (max-width:767px) {
	#street {
    	max-width: 100%;
	}
}
