
.fixture_card {
/*    min-width: 478px;*/
    max-width: 478px;
    margin-bottom: 12px;
}

.fixture_date {
    font-size: 20px;
    text-align: center;
    color: var(--green800);
    margin: 10px 0 4px 0;
    background-color: var(--grey200);
    max-width: 140px;
    margin: auto;
    height: 40px;
/*    margin-left: 0px;*/
/*    margin-right: 0px;*/
    line-height: 28px;
    margin-bottom: -12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: var(--grey800);
    box-shadow: 0px -5px 15px 0 var(--shadow);
}

.fixture_time {
    font-size: 16px;
    text-align: center;
/*    text-align: right;*/
    color: var(--grey500);
    margin: 4px 0px 2px 0px;
}

.fixture {
    display: flex;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px auto 14px auto;
    width: 100%;
}

/* TEAMS */
.team {
    line-height: 32px;
    min-width: 111px;
}

.home_team {
    text-align: right;
    margin-right: 6px;
    margin-left: auto;
}

.away_team {
    text-align: left;
    margin-left: 6px;
    margin-right: auto;
}

.teamColor {
    height: 4px;
    position: relative;
    bottom: 2px;
    margin-bottom: -2px;
    width: 100%;
}
.mob_team {
    display: none;
    min-width: 46px;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
}

.score-container {
    display: flex;
    max-width: 210px;
    min-width: 210px;
    height: 35px;
    margin: auto;
}
.score-container-started {
    text-align: center;
}

.control {
    display: flex;
    margin: 0px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;  
    user-select: none;
}

.control_btn {
    cursor: pointer;
    width: 38px;
    height: 26px;
    font-size: 22px;
    background-color: var(--grey400);
    border-radius: 5px;
    color: var(--grey700);
    margin: auto 0;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 24px;
    font-family: "Roboto, sans-serif";
    font-weight: 600;
    touch-action: manipulation;
}

.control_btn:hover {
    background-color: var(--green300);
    transform: scale(1.04);
/*    transition: transform 0.1s;*/
}
.control_btn:active {
    position: relative;
    top: 1px;
}

.control .control_btn:nth-child(1) {
    padding-right: 10px;
}
.control .control_btn:nth-last-child(1) {
    padding-left: 10px;
}

.prediction_circle {
    color: var(--grey900);
    text-align: center;
    line-height: 32px;
    font-size: 27px;
    font-family: 'Montserrat', sans-serif;
    background-color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    
    z-index: 2;
    margin: auto -9px;
    box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.5);
}

.predict_btn_container {
    margin: 4px 0 4px 0;
}

.predict_btn_container .btn {
    border-radius: 24px;
    line-height: 48px;
    height: 48px;
    box-shadow: 0 4px 6px 0 var(--shadow);
}

.mid_space_started {
    width: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.match_status {
    color: var(--grey400);
    font-size: 17px;
    font-style: italic;
    position: relative;
    top: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;  
    user-select: none;
}
.match_score {
    color: var(--grey300);
    font-size: 18px;
    font-weight: 700;
    position: relative;
    bottom: 1px;
}

.score-container-started .control:nth-child(1) .prediction_circle {
    margin: 0 0 0 29px;
}
.score-container-started .control:nth-last-child(1) .prediction_circle {
    margin: 0 29px 0 0;
}

/* Buttons */

#joker_btn {
    background-color: var(--yellow400);
    min-width: 80px;
    width: 24%;
}

#save_btn {
    background-color: var(--green300);
    min-width: 220px;
    margin-left: auto;
    width: 60%;
}
#save_btn.disabled {
    opacity: 0.4;
    user-select: none;
}

.fixture_selectable {
    background-color: rgba(100,100,0,0.5);
    border: 2px solid rgba(100,100,0,0.5);
    border-radius: 12px;
}

.fixture_selectable:hover {
    border: 2px dashed var(--yellow700);
    cursor: pointer;
}

.x2 {
    background-color: var(--yellow800);
    border: 1px solid var(--yellow500);
    border-radius: 12px;
}

.predict-header {
    display: flex;
    position: relative;
    margin-bottom: -10px;
}
.predict-header h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 32px;
}
.underlined-h2 {
    display: flex;
    flex-direction: column;
}
.underline {
    width: 100%;
    height: 4px;
    background-color: var(--green900);
    position: relative;
    bottom: 27px;
}
.week_box {
    background-color: var(--green200);
    max-width: 68px;
    min-width: 68px;
    max-height: 68px;
    min-height: 68px;
    margin: auto 0 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: var(--green900);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    padding: 12 0px;
    border-radius: 12px;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.26);
}

#week_num {
    font-size: 32px;
    margin: 0;
    font-weight: 400;
}


@media screen and (max-width: 502px) {
    .main-container {
        padding-right: 4px;
        padding-left: 4px;
    }
    .team {
        display: none;
    }
    .mob_team {
        display: flex;   
    }
}

@media screen and (max-width: 360px) {
    .team {
        margin: 0;   
    }
    .fixture_card {
        padding-right: 4px;
        padding-left: 4px;
    }
    .mob_team {
        margin: auto;
    }
}