.col-span-9 {
    grid-column: auto / span 9;
}

.svg-custom {
    position: relative;
    background: #EBEBE9;
    margin-right: 10px;
}

div#configuratore-custom {
    margin: 0 32px;
}

.tabs-select {
    display: flex;
    margin-bottom: 12px;
}

.tab-select {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border: 1px solid #2B2E34;
    cursor: pointer;
    margin-right: -1px;
}

.tab-select.active {
    background: #1e1e1e;
    color: white;
}

.selection-custom {
    color: #2B2E34;
}

.caras {
    border: 1px solid;
    display: flex;
    gap: 12px;
    padding: 0px 12px;
    align-items: center;
    height: 50px;
    cursor: pointer;
    border-top: 0;
}

.caras img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.containers-inc {
    height: 0;
    overflow: hidden;
}

.number {
    width: 25px;
    height: 25px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab,.svg-custom {
    display:none;
}
.tab.active,.svg-custom.active {
    display:block;
}
.bar-form .mb-5 {
    margin-bottom: 5px;
}

.mt-30 {
    margin-top: 30px;
}
.custom-select:last-of-type {
}
.label-c-s {
    position: relative;
}

.label-c-s:after {
    content: '';
    width: 20px;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
}
.label-c-s:before {
    content: '';
    height: 20px;
    width: 1px;
    background: black;
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translate(0,-50%);
}
.open .label-c-s:before {
    opacity: 0;
}
.vetro-i {
    position:absolute;
    top:0;
    left:0;
    transition:opacity 0.1s ease;
}
.open.vetri .label-c-s {
    filter: invert(1);
    background: white;
    border-color: white;
}
.opacity-0 {
opacity:0;
}
div#configuratore-custom {
    margin-bottom:80px;
}
.tab-select:first-of-type {
    border-radius: 10px 0 0 10px;
}

.tab-select:last-of-type {
    border-radius: 0 10px 10px 0;
}

.tabs-select.tab-radio {
    gap: 12px;
}

.tabs-select.tab-radio .tab-select {
    border-radius: 10px;
}

.label-c-s {
    border-radius: 10px;
}

.custom-select {
    margin-bottom: 20px;
}

.font15.label-conf {
    margin-bottom: 4px;
}

.open .label-c-s {
    border-radius: 10px 10px 0 0;
}

.label-c-s.caras {
    border: 1px solid;
}

.caras:last-of-type {
    border-radius: 0 0 10px 10px;
}

.col-start-10 {
    grid-column-start: 10;
}
.svg-custom-container {
    border-radius: 20px;
    overflow: hidden;
    background: #ebebe9;
    position: relative;
}

.code-prod {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border: 1px solid #2B2E34;
    cursor: pointer;
    margin-right: -1px;
    border-radius: 10px;
    background: #1e1e1e;
    color: white;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 0 12px;
}
.svg-custom-container {
    margin-left: -12px;
    margin-right: -12px;
}
.tab-select.sorgente-select.hidden {
    display: none;
}

.tab-select.sorgente-select {
    max-width: calc(50% - 6px);
}
.tab-select.sorgente-select.hidden {
    display: none;
}

.tab-select.sorgente-select {
    max-width: 50%;
}
#configuratore-custom .grid-cols-12.gap-12.grid {
    align-items: start;
}
@media all and (max-width:767px) {
    .open .label-c-s:before {
        opacity: 0;
    }
    .svg-custom-container {
    margin-left: 0px;
    margin-right: 0px;
}
    div#configuratore-custom .grid {
        display: block;
    }
    
    div#configuratore-custom {
        margin: 15px;
        margin-bottom: 40px;
    }
    
    .svg-custom-container {
        margin-bottom: 30px;
    }
}
