.select_puntate_cnt {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto 20px;
}

.ss-main {
    background-color: white;
    border-color: white;
    border-radius: 0;
    /* border-left: 4px solid #00C743; */
    position: relative;
    overflow-x: hidden;
}


.ss-main:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 7px;
    width: 600px;
    height: 1px;
    background-color: #ffffff4d;
    display: block;
}


.ss-main .ss-values .ss-placeholder {
    /* font-family: "moby", "SoleSans", Arial, Helvetica, sans-serif; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */
    background-color: white;
    color: black;
}


.ss-single {
    color: #FFF;
    /* font-family: "moby", "SoleSans", Arial, Helvetica, sans-serif; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: uppercase; */
    background-color: white;
    color: black;
    padding-bottom: 5px;
    padding-top: 5px;
}


.ss-content .ss-list {
    flex: 1 1 auto;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    /* padding-bottom: 20px; */
    background: white;
}

.ss-content .ss-list .ss-option {
    /* font-family: "moby", "SoleSans", Arial, Helvetica, sans-serif; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */
    padding-left: 10px;
    background-color: white;
    /* border-left: 3px solid rgba(0, 255, 0, 0.20); */
    display: inline-block;
    position: relative;
    color: black;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    color: #FFF;
    background-color: #1967d2;
}



.ss-content .ss-list .ss-option:hover {
    text-decoration: none;
    text-decoration-color: #FFF;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    background-color: #1967d2;
    color: white;
}


.ss-content.ss-open-below {
    border-color: white
}

.ss-main .ss-arrow path {
    stroke: black;
    fill: black;
}


.ss-main:focus {
    box-shadow: none;
}



@media only screen and (min-width: 821px) and (max-width: 1540px) {
    .select_puntate_cnt {
        margin: initial;
    }
}

@media only screen and (max-width: 480px) {
    .select_puntate_cnt {
        max-width: 100%;
    }
    .ss-single {
        font-size: 16px;
        padding-bottom: 1px;
        padding-top: 1px
    }
    .ss-content .ss-list .ss-option {
        font-size: 16px;
    }
}