#centers_step table {
    table-layout: fixed;
    border-collapse: collapse;
    height: 90px;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #4e4e4e 33.33%, #5e5e5e, #4e4e4e 66.66%);
    background-size: 300%;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 30px;
}

#centers_step table.selected {
    background: #EA581A;
}

#centers_step select {
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #4e4e4e 33.33%, #5e5e5e, #4e4e4e 66.66%);
    background-size: 300%;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 30px;
    border: none;
    padding: 30px;
    padding-left: 60px;
}

#centers_step h4 {
    width: 60%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 25px;
    font-family: Montreal-Heavy;
}

#centers_step table:hover {
    box-shadow: inset 0px 0px 0px 5px #FFFFFF;
}

#centers_step table.not_selectable {
    cursor: default;
    box-shadow: none !important;
}

#centers_step .suggestion-flag {
    height: 20px;
}

#centers_step .flag {
    height: 50px;
    margin: 10px;
    border-radius: 10px;
    float: right;
    margin-right: 20px;
}

#centers_step .country {
    width: 25%;
}

#centers_step .distance {
    width: 10%;
    white-space: nowrap;
}

#centers_step .name {
    width: 65%;
    text-align: left;
    padding-left: 40px;
}

@media only screen and (max-width: 768px) {
    #centers_step .distance {
        width: 20%;
    }

    #centers_step .name {
        width: 55%;
    }
}

#centers_step .centers_hint td {
    text-align: left;
    font-size: 25px;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-right: 20px;
    color: rgb(248, 193, 21);
}

#centers_step .summercup_participation {
    width: 60%;
    margin: 20px auto 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
}

#centers_step .summercup_participation a {
    color: #EA581A;
}

#centers_step .summercup_trophy {
    margin-left: 4px;
    margin-right: 4px;
    color: #EF9B04;
}

@media only screen and (max-width: 768px) {
    #centers_step .summercup_participation {
        width: 100%;
        font-size: 14px;
    }
}

#centers_step .centers_container {
    max-height: 310px;
    overflow: hidden;
}
#centers_step .centers_container.fourElements {
    max-height: 420px;
    overflow: hidden;
}
#centers_step .centers_container.fiveElements {
    max-height: 530px;
    overflow: hidden;
}


@media only screen and (max-width: 768px) {
    #centers_step .centers_container {
        max-height: 200px;
        overflow: hidden;
    }
    #centers_step .centers_container.fourElements {
        max-height: 270px;
        overflow: hidden;
    }
    #centers_step .centers_container.fiveElements {
        max-height: 340px;
        overflow: hidden;
    }
}

#centers_step li {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 7px;
}

#centers_step .liner-text {
    margin: 40px auto;
}

#centers_step .nobg_button {
    color: #EA581A;
    margin: 0 auto;
    padding: 5px;
    background-color: transparent;
    background-image: none;
    outline: none !important;
    transition: transform 0.1s ;
}

@media only screen and (max-width: 768px) {
    #centers_step .nobg_button {
        padding: 20px;
    }
}

#centers_step .nobg_button:hover {
    box-shadow: none !important;
    transform: scale(1.4);
    transition: transform 0.5s cubic-bezier(.12,1.15,.44,3.98);
}

#centers_step .centers_countries_list {
    position: relative;
    min-height: 400px;
}

#centers_step .autocomplete_container, #centers_step .center_selection_container {
    width: 60%;
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 768px) {
    #centers_step .autocomplete_container, #centers_step .center_selection_container {
        width: 100%;
    }
}

#centers_step .autocomplete_localisation_button, #centers_step .center_selection_confirm, #centers_step .center_selection_change {
    width: 100%;
    margin: 0;
    padding: 10px 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border: none;
    white-space: nowrap;
    justify-content: center;
}

#centers_step .center_selection_confirm {
    background: #008000;
}

#centers_step .autocomplete_input {
    width: 100%;
    border: none;
    flex-grow: 1;
    text-overflow: ellipsis;
    font-family: 'Grobold';
}

#centers_step .autocomplete_input:focus-visible {
    font-family: 'Grobold';
    border-radius: 10px;
    border: none !important;
    outline: none !important;
}

#centers_step .address-suggestion {
    margin-top: 20px;
}

#centers_step .autocomplete_suggestions {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    margin: -75px auto 0 auto;
    border: none;
    border-top: 1px solid grey;
    border-radius: 0 0 15px 15px;
    box-shadow: 4px 4px 0 0 #EA581A, -4px 4px 0 0 #EA581A, 0 4px 0 0 #EA581A;
}


@media only screen and (max-width: 768px) {
    #centers_step .autocomplete_suggestions {
        width: 100%;
    }
}

#centers_step .autocomplete_suggestions .suggestion {
    margin-bottom: 0;
    width: calc(100% - 20px);
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "SourceSansPro";
}

#centers_step ul {
    list-style-type: none;
}

#centers_step .autocomplete_suggestions li {
    text-align:left;
    cursor:pointer;
}

@media only screen and (max-width: 768px) {
    #centers_step .autocomplete_suggestions li {
        height: 40px;
        font-size: 16px;
    }
}

#centers_step .autocomplete_suggestions li:hover {
    background-color: #EEEEEE;
}

#centers_step .autocomplete_suggestions_active {
    background-color: #EEEEEE;
}
