.sport_profile{
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    border: 2px solid rgba(255,255,255,1.0);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.divider{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#finalize_zone{
    display: none;
}

.search_result{
    background: blue;
    width: 100%;
    max-height: 250px;
    position: absolute;
    z-index: 99;
    border: 1px solid #ff4444;
    background: white;
    margin-top: -1px;
    line-height: 40px;
    padding: 0px 20px;
    overflow-y: scroll;
    border-radius : 0px 2px 2px 2px;
    display: none;
}
.search_result .item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.search_result .item:last-child{
    border-bottom: none;
}

.hide_prono_zone, .first_competitor_zone, .against_zone, .second_competitor_zone, .set_prono_zone, .prono_type_item, .double_chance_competitor_zone{
    display: none;
}

input{
    color: #222;
}

#error_message, #ticket_errors{
    display: none;
    color: red !important;
    font-size: 13px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid red;
    border-radius: 2px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.border-red{
    border-color: red;
}


.first_comp_item p, .second_comp_item p, .double_chance_item p{
    margin-bottom: 0px;
    margin-top: 5px;
    color: #222222;
}

.new_row_item{
    display: block;
    font-size: 12px;
    color: #666666;
    height: 16px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.first_competitor_results, .second_competitor_results{
    padding: 10px;
}

.ticket_success{
    border-top: 3px solid #7bdb91;
    box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.05);
}

.ticket_danger{
    border-top: 3px solid #e04861;
    box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.05);
}

.ticket_basic{
    border-top: 3px solid #D6D6D6;
    box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.05);
}
.avatar_in_list{
    background-size: cover;
    background-position: center center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}