﻿.cancha {
    font-size: 12px;
    position: relative;
}

.singleMatch {
    background-color: #fff;
    border: 1px solid #17253f;
    /*position: relative;*/
    width: 100%;
    /*z-index: 4;*/
    /*    margin: 1rem 0;
    padding: 1em;*/
    /*border: 1px solid transparent;*/
    border-radius: 0.1em;
    box-shadow: 0 2px 0 0 #e5e5e5;
    outline: none;
    cursor: pointer;
    transition: padding 0.2s ease-in-out, border 0.2s linear;
    /*display:contents;*/
}

    .singleMatch .singleMatch__team {
        display: flex;
        justify-content: space-between;
        position: relative;
        transition: all .35s cubic-bezier(.215,.61,.355,1);
        z-index: 0;
    }

    .singleMatch:focus {
        border-color: #2196f3;
    }

    .singleMatch::before,
    .singleMatch::after {
        transition: all 0.2s linear;
    }

@media (max-width: 24em) {
    .singleMatch {
        padding: 0.75em 0.5em;
    }
}

@media (min-width: 38em) {
    .singleMatch::before,
    .singleMatch::after {
        position: absolute;
        left: 0;
        z-index: 1;
        content: "";
        display: block;
        width: 1em;
        height: 10%;
        border-left: 2px solid #9e9e9e;
    }

    .singleMatch::before {
        bottom: 50%;
        border-bottom: 2px solid #9e9e9e;
        transform: translate(0, 1px);
    }

    .tournament-bracket--rounded .singleMatch::before {
        border-bottom-left-radius: 0.6em;
    }

    .singleMatch::after {
        top: 50%;
        border-top: 2px solid #9e9e9e;
        transform: translate(0, -1px);
    }

    .tournament-bracket--rounded .singleMatch::after {
        border-top-left-radius: 0.6em;
    }
}

@media (min-width: 72em) {
    .singleMatch::before,
    .singleMatch::after {
        width: 1.5em;
    }

    .singleMatch::before {
        transform: translate(0, 1px);
    }

    .singleMatch::after {
        transform: translate(0, -1px);
    }
}


/*.tournament-bracket__round:last-child .singleMatch::before,*/
/*.tournament-bracket__round:last-child .singleMatch::after {
    border-left: 0;
}*/

/*.tournament-bracket__round:last-child .singleMatch::before {
    border-bottom-left-radius: 0;
}*/

/*.tournament-bracket__round:last-child .singleMatch::after {
    display: none;
}*/

.tournament-bracket__round:first-child .singleMatch::before,
.tournament-bracket__round:first-child .singleMatch::after {
    display: none;
}


/***************************************************************************/
/***************************************************************************/
/***************************************************************************/


@media (min-width: 768px) .singleMatch .singleMatch__team .singleMatch__team--wrap {
    padding: 0.25rem 1rem;
}

.singleMatch .singleMatch__team .singleMatch__team--wrap {
    display: flex;
    flex: .8;
    flex-direction: column;
    height: 80px;
    justify-content: center;
    padding: 0rem 0rem 0rem 0.4rem;
}

    .singleMatch .singleMatch__team .singleMatch__team--wrap .singleMatch__team--item:nth-child(1) {
        margin-bottom: 0.5rem;
    }

@media (min-width: 768px) .singleMatch .singleMatch__team .singleMatch__team--wrap .singleMatch__team--item {
    max-width: 280px;
}

.singleMatch .singleMatch__team .singleMatch__team--wrap .singleMatch__team--item {
    align-items: center;
    display: flex;
    max-width: 150px;
    width: max-content;
}

    .singleMatch .singleMatch__team .singleMatch__team--wrap .singleMatch__team--item .singleMatch__team--itemFlag {
        box-shadow: 2px 2px 5px #dedede;
        margin-right: 0.5rem;
    }

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

@media (min-width: 768px) .singleMatch .singleMatch__team .singleMatch__team--wrap .singleMatch__team--item .singleMatch__team--itemName {
    font-size: .85rem;
}

.singleMatch .singleMatch__team .singleMatch__team--wrap .singleMatch__team--item .singleMatch__team--itemName {
    cursor: pointer;
    font-size: .75rem;
    margin: 0;
    text-transform: uppercase;
}

@media (min-width: 768px) .singleMatch .singleMatch__team .additionalInfo {
    flex-direction: row;
    font-size: 1.1rem;
    width: 2.35rem;
}

.singleMatch .singleMatch__team .additionalInfo {
    align-items: center;
    display: flex;
    font-size: .85rem;
    justify-content: center;
    width: 1.5rem;
    flex: .2;
    flex-direction: column;
}

.singleMatch .singleMatch__team .singleMatch__tableSets {
    display: flex;
}

@media (min-width: 768px) .singleMatch .singleMatch__team .singleMatch__tableSets .singleMatch__tableSet {
    padding: 0 0.25rem;
    width: 2.2rem;
}

.singleMatch .singleMatch__team .singleMatch__tableSets .singleMatch__tableSet {
    align-items: center;
    background-color: #fafafa;
    display: flex;
    font-size: 1.15rem;
    font-weight: 600;
    height: auto;
    justify-content: center;
    padding: 0 0.15rem;
    transition: all .35s cubic-bezier(.215,.61,.355,1);
    width: 1.7rem;
}

    .singleMatch .singleMatch__team .singleMatch__tableSets .singleMatch__tableSet.lostSet {
        color: #838282;
    }

    .singleMatch .singleMatch__team .singleMatch__tableSets .singleMatch__tableSet:nth-child(even) {
        background-color: #fff;
    }

@media (min-width: 768px) .singleMatch .singleMatch__team .singleMatch__tableSets .singleMatch__tableSet {
    padding: 0 0.25rem;
    width: 2.2rem;
}

.singleMatch .singleMatch__team .singleMatch__tableSets .singleMatch__tableSet {
    align-items: center;
    background-color: #fafafa;
    display: flex;
    font-size: 1.15rem;
    font-weight: 600;
    height: auto;
    justify-content: center;
    padding: 0 0.15rem;
    transition: all .35s cubic-bezier(.215,.61,.355,1);
    width: 1.7rem;
}

@media (min-width: 768px) .singleMatch .singleMatch__team .singleMatch__tableSets .singleMatch__tableSet {
    padding: 0 0.25rem;
    width: 2.2rem;
}

.singleMatch .singleMatch__team .singleMatch__tableSets .singleMatch__tableSet {
    align-items: center;
    background-color: #fafafa;
    display: flex;
    font-size: 1.15rem;
    font-weight: 600;
    height: auto;
    justify-content: center;
    padding: 0 0.15rem;
    transition: all .35s cubic-bezier(.215,.61,.355,1);
    width: 1.7rem;
}
