@media (min-width: 543px) and (max-width: 991px) {
    .data-client .invalid-data {
        bottom: -15px;
    }
}

.invalid-data {
    display: inline-block;
    margin-top: 10px;
    color: #c30000;
    font-size: 12px;
    text-transform: none;
}

#tickets #soc-doc-id .input-soc {
    width: 41%;
    display: inline-block;
    position: relative;
}


.preferences #my-tickets:not(.open) #my-tickets-inner {
    max-width: 240px;
}

@media (min-width:992px) {
    #ticket-number {
        display: block !important;
    }
}

#tickets #ticket-unit .inner-item .data-client #soc-doc-id .input-wrapper {
    position: relative;
    height: 40px;
    display: inline-block;
    width: calc((100% - 50px) / 2);
}

/* GAME DESCRIPTION */
.homeTickets .game-description {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 10px;
    text-transform: uppercase;
}

    .homeTickets .game-description .calendar-item-team img {
        height: 45px;
        max-width: 45px;
        margin-bottom: 12px;
    }

.buy-modal .popup {
    max-width: 95%;
}

.homeTickets .game-description .calendar-competition {
    padding: 0;
    color: #c30000;
    font-size: 15px;
    margin-bottom: -15px;
}

.homeTickets .game-description .calendar-match-info .home,
.homeTickets .game-description .calendar-match-info .away {
    font-size: 15px;
    line-height: 34px;
    white-space: nowrap;
}

.homeTickets .game-description .calendar-match-details {
    font-size: 12px;
    line-height: 1em;
    margin-top: 0px;
}

.homeTickets .game-description .calendar-match-info .calendar-match-teams {
    display: flex;
    align-items: center;
}

.homeTickets .game-description .calendar-match-info #center.calendar-info-center {
    margin-top: 8px;
}

.homeTickets .game-description .calendar-match-info #versus-mobile {
    font-size: 13px;
    margin-left: -4px;
}

.homeTickets .game-description .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.homeTickets .game-description .game-stats {
    text-align: center;
}

    .homeTickets .game-description .game-stats > div {
        text-align: left;
        display: inline-block;
    }

    .homeTickets .game-description .game-stats p {
        font-size: 14px;
    }

    .homeTickets .game-description .game-stats h2 {
        margin-top: 0px;
    }

.homeTickets .game-description {
    z-index: 5;
    text-align: center;
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 2%;
    border-bottom: solid 1px rgb(221,221,221);
    /* issue 1039 */
    background-color: #f9f9f9;
}


.standing-price {
    margin-bottom: 0px;
    padding-right: 4px;
}

.main-content {
   /* display: flex; /* SLB fix */
    align-items: stretch;
}

    .main-content .main-container {
        border-left: 1px solid rgb(221,221,221);
        display: flex;
        flex-direction: column;
        border-right: 1px solid rgb(221,221,221);
    }
/* FIX FOR ONLY 1 TICKET */
.main-container {
    min-height: 267px;
}

@media (min-width: 576px) {
    .homeTickets .game-description {
        padding-left: 6%;
        padding-right: 6%;
    }

        .homeTickets .game-description .calendar-match-info .home,
        .homeTickets .game-description .calendar-match-info .away {
            font-size: 26px;
        }

        .homeTickets .game-description .calendar-competition {
            font-size: 20px;
            margin-bottom: 0;
        }

        .homeTickets .game-description .calendar-match-details {
            font-size: 20px;
            line-height: 20px;
            margin-top: 10px;
        }

        .homeTickets .game-description .calendar-match-info #versus-mobile {
            font-size: 25px;
        }

    .standing-price {
        margin-bottom: 25px;
    }
}

/* SLICKER*/
.homeTickets .game-description .bundle {
    padding-bottom: 24px;
}

    .homeTickets .game-description .bundle .slick-dots li button:before {
        color: black !important;
    }

/* YOU CHOOSE */
.you-choose {
    border-bottom: solid 1px rgb(221,221,221);
    transition: height 400ms ease-in-out;
    flex-shrink: 0;
}

    .you-choose.close {
        height: 0px;
        border-bottom: 0px;
        opacity: 0;
    }

    .you-choose a:last-child {
        border-left: solid 1px rgb(221,221,221);
    }

    .you-choose .item,
    .preferences .item {
        white-space: normal;
        vertical-align: top;
        height: 70px;
        line-height: 70px;
        text-align: center;
        display: inline-block;
        position: relative;
    }

.preferences > div:first-child > div {
    height: 70px;
}

.preferences {
    border-bottom: solid 1px rgb(221,221,221);
    z-index: 4;
}

    .preferences > div:first-child {
    }

    .preferences .input-tickets > div:nth-child(2) {
        padding-left: 13px;
        font-size: 15px; /* SLB fix #10903 */
        line-height: 13px;
        margin-top: 18px;
    }

    .preferences .input-tickets .units {
        margin-top: 17px;
    }

    .preferences #sequence p#option {
        display: inline-block;
        min-width: 33%;
        margin-right: 0px;
        line-height: 23px;
        margin-top: 15px;
        margin-bottom: 15px;
        width: auto;
        margin: 21px 5% 15px 0;
        position: relative;
        float: left;
    }

        .preferences #sequence p#option [type="checkbox"]:not(:checked),
        .preferences #sequence p#option [type="checkbox"]:checked {
            display: none;
        }

            .preferences #sequence p#option [type="checkbox"]:not(:checked) + label,
            .preferences #sequence p#option [type="checkbox"]:checked + label {
                position: relative;
                padding-left: 25px;
                cursor: pointer;
                color: rgb(36,36,36);
                font-size: 15px;
                font-weight: 500;
            }

            .preferences #sequence p#option [type="checkbox"]:not(:checked) + label {
                color: rgb(136,136,136);
            }

                .preferences #sequence p#option [type="checkbox"]:not(:checked) + label:before,
                .preferences #sequence p#option [type="checkbox"]:checked + label:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0px;
                    width: 23px;
                    height: 23px;
                    border: 1px solid #bbb;
                    background: #fff;
                    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
                }

        .preferences #sequence p#option label {
            white-space: nowrap;
        }

        .preferences #sequence p#option [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        .preferences #sequence p#option [type="checkbox"]:not(:checked) + label:after,
        .preferences #sequence p#option [type="checkbox"]:checked + label:after {
            content: url(/Images/iconCheck.svg);
            position: absolute;
            top: 0px;
            left: 0px;
            width: 23px;
            height: 23px;
            text-align: center;
            transition: all .2s;
        }

        .preferences #sequence p#option [type="checkbox"]:not(:checked) + label:before,
        .preferences #sequence p#option [type="checkbox"]:checked + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0px;
            width: 23px;
            height: 23px;
            border: 1px solid #bbb;
            background: #fff;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
        }

        .preferences #sequence p#option [type="checkbox"]:not(:checked) + label:after,
        .preferences #sequence p#option [type="checkbox"]:checked + label:after {
            content: url(/Images/iconCheck.svg);
            position: absolute;
            top: 0px;
            left: 0px;
            padding: 5px;
            font-size: 14px;
            width: 23px;
            height: 23px;
            line-height: 0.8;
            color: #c30000;
            transition: all .2s;
        }

    .preferences #clean-filters.item {
        border-right: solid 1px rgb(221,221,221);
        text-align: left;
        font-size: 16px;
        text-transform: none;
    }

        .preferences #clean-filters.item p {
            padding-left: 40px;
        }

        .preferences #clean-filters.item.close {
            display: none;
        }

            .preferences #clean-filters.item.close p {
            }

        .preferences #clean-filters.item:hover {
            cursor: default;
            color: black;
        }

        .preferences #clean-filters.item p:hover {
            cursor: pointer;
            color: #c30000;
        }
        /* issue 759 */
        .preferences #clean-filters.item p {
            /*text-transform:capitalize;*/
            font-size: 16px;
        }

    .preferences #range #min-price p {
        min-width: 24px;
    }

    .preferences #range #max-price p {
        max-width: 20px;
    }

#fastTickets.active .preferences #my-tickets {
    border-bottom: 1px solid #C30000;
}

.preferences #my-tickets #my-tickets-inner {
    height: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px;
    flex-grow: 1;
}

.preferences #my-tickets.item {
    background: #f4f4f4;
    color: #cccccc;
    cursor: default;
}

.ticket-number {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #c30000;
    color: white;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 15px;
    margin-left: 3px;
    font-size: 11px;
    position: absolute;
    top: 25%;
    right: 50%;
    z-index: -1;
    opacity: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: opacity 250ms ease-in-out;
}

    .ticket-number.transition-active {
        transition: all 500ms ease-in-out;
        z-index: 5;
        opacity: 1;
    }

.preferences #my-tickets.item #expiration-time-desc,
.preferences #my-tickets.item .time {
    display: none;
}

.preferences #my-tickets:not(.open) {
    display: none;
}

.preferences #my-tickets {
    align-items: center;
    justify-content: center;
}

    .preferences #my-tickets.item.active.open {
        cursor: default;
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: #c30000;
    }

.homeTickets #customTickets #my-tickets.item.active {
    color: #c30000;
}

.preferences #my-tickets.item.active.open #expiration-time-desc {
    display: none;
    font-size: 12px;
    width: 100px;
    text-align: right;
    text-transform: none;
}

.preferences #my-tickets.item.active.open .time {
    display: inline-block;
    text-align: left;
    margin-left: 20px;
}

    .preferences #my-tickets.item.active.open .time .num {
        background: #c30000;
        color: white;
        width: 26px;
        height: 26px;
        padding-top: 5px;
        font-size: 13px;
        text-align: center;
    }

.preferences #my-tickets.item .cancel-button {
    width: 0px;
    margin: 0;
    position: relative;
    cursor: pointer;
    cursor: pointer;
    stroke: #242424;
    height: 33px;
    transition: stroke 250ms ease-in-out, transform 500ms ease-in-out;
    opacity: 0;
}

.preferences #my-tickets.item.active.open .cancel-button {
    opacity: 1;
    transform: rotate(45deg);
    width: 33px;
    float: right;
    margin: 0;
    flex-shrink: 0;
    margin: 0px 10px;
}

    .preferences #my-tickets.item.active.open .cancel-button:hover {
        stroke: #c30000;
    }

.preferences #my-tickets.item.active {
    color: black;
    /* cursor:pointer; */
}

    .preferences #my-tickets.item.active.open svg:first-child {
        stroke: #c30000;
    }

.preferences #my-tickets.item svg {
    stroke-width: 1px;
    stroke: #cccccc;
    width: 30px;
    height: 19px;
}

.preferences #my-tickets.item.active svg {
    stroke: #c30000;
}
/* issue 765 */
.stadium-description {
    margin-top: 0px;
    padding: 0px 8px;
    background: #f9f9f9;
    padding-top: 7px;
    padding-bottom: 7px;
}
    /* issue 762 */
    .stadium-description > div {
        width: 13%;
        display: flex;
        float: left;
    }

        .stadium-description > div > p {
            margin-left: 6px;
            margin-top: 5px;
            font-size: 11px; /* SLB fix #13505 - smaller font */
            text-transform: uppercase;
        }

    .stadium-description .legend-icon::before {
        content: " ";
        display: block;
        width: 25px;
        height: 27px;
        border: 1px solid black;
    }

    .stadium-description .legend-icon.occupied::before {
        background-color: #c30000;
    }

    .stadium-description .legend-icon.reserved::before {
        background-color: #A020F0;
    }

    .stadium-description .legend-icon.chosen::before {
        background-color: #333;
    }

    .stadium-description .legend-icon.free::before {
        background-color: #FFFFFF;
    }

.you-choose .item p,
.preferences .item p {
    font-size: 16px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-transform: uppercase;
}

.preferences #clean-filters.item p {
    text-transform: none !important;
}


.main-content .stand-list #ticket-unit .choose-client .client-type {
    padding: 5px;
    font-size: 12px;
    background-color: #f4f4f4;
    margin-right: 1px;
}

.main-content .stand-list #ticket-unit .data-client {
    margin-top: 10px;
}

.main-content .stand-list #ticket-unit .data-client #id-num-fan { line-height:20px; }

.preferences #my-tickets.item #os-meus {
    width: 100px;
    text-align: left;
}

#my-tickets > p:not(#os-meus) {
    height: 15px;
}


@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-20px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-20px);
    }
}


.bounce {
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}



.you-choose .item .arrow,
.preferences .item .arrow {
    max-width: 16px;
    height: 10px;
    display: inline-block !important;
    margin-left: 5px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.75s;
}

.you-choose .item svg,
.preferences .item svg {
    fill: none;
    stroke: #333;
    stroke-width: 4px;
}

.you-choose .item:hover svg,
.preferences .item:hover svg {
    stroke: #c30000;
}

.you-choose .item:hover,
.preferences .item:hover {
    cursor: pointer
}

.you-choose.choose-type .item.active,
.you-choose.choose-type .item:hover {
    background: white;
    color: #c30000
}

.you-choose.choose-type .item {
    background: #f4f4f4;
    color: black;
}

.preferences #range {
    padding-top: 25px;
}

    .preferences #range #min-price {
        float: left;
        margin-right: 8px;
    }

    .preferences #range #max-price {
        float: left;
        margin-left: 15px;
    }

    .preferences #range #slider-range-filters {
        float: left;
        margin-top: 3px;
    }

    .preferences #range .ui-widget-content {
        width: 45%;
    }

.preferences #campaigns {
    color: #c30000;
    text-align: center;
}

    .preferences #campaigns.open {
    }

.preferences #filtros {
    text-align: center;
    border-right: solid 1px rgb(224,224,224);
}

.preferences #campaigns .item {
    display: block;
    margin-right: 0px;
}

    .preferences #campaigns .item #hy {
        width: 15px;
        height: 15px;
        display: inline-block;
        background: #c30000;
        color: white;
        border-radius: 50%;
        vertical-align: middle;
        line-height: 15px;
        margin-left: 3px;
        font-size: 11px;
        /* issue 771 */
        margin-top: -18px;
    }

.preferences #campaigns .hype {
    position: absolute;
    top: 22px;
    right: 192px;
    width: 15px;
    height: 15px;
    background: #c30000;
    border-radius: 50%;
    color: white;
    font-size: 11px;
    line-height: 15px;
}

#filters-mobile .accordion-body #geral p#max {
    font-size: 12px;
    text-transform: uppercase;
}

#filters-mobile .accordion-body #general p:first-child {
    font-size: 14px;
}

#filters-mobile .input-tickets .units {
    margin-top: 5px;
}

.filtros-range {
    overflow: hidden;
    margin-top: 0;
    padding: 0;
    line-height: inherit;
}

.filtros-range {
    padding: 0px 30px !important;
    margin-top: 0px !important;
}

    .filtros-range .price p {
        font-size: 16px;
        text-transform: uppercase;
        padding-top: 5px;
    }

    .filtros-range #range #min-price {
        float: left;
        margin-right: 0px;
        font-size: 14px;
    }

    .filtros-range #range #max-price {
        float: right;
        margin-left: 20px;
        margin-top: -10px;
        font-size: 14px;
    }

#filters-mobile .accordion-body #geral {
    padding: 0px 30px;
    margin-bottom: 15px;
}

#filtros-mobile #range {
    padding-top: 5px;
    padding-left: 10px;
    margin-right: -20px;
    float: right;
}

#filters-mobile #range {
    padding-top: 7px;
    padding-bottom: 5px;
}

#filters-mobile .my-dropdown .accordion {
    margin-bottom: 20px;
}

.filtros-range #range .ui-widget-content {
    width: 70%;
    float: right;
    margin-right: 43px;
}

.filtros-range .price p {
    margin-bottom: 10px;
}

/* FILTROS RANGE MOBILE */
#filters-mobile #range {
    display: flex;
    float: right;
    font-size: 16px;
}

    #filters-mobile #range #min-price {
        margin-right: 10px;
        float: left;
    }

    #filters-mobile #range .ui-widget-content {
        display: inline-block;
        margin-right: 0px;
    }

    #filters-mobile #range #max-price {
        display: inline-block;
        margin-left: 20px;
        margin-top: 0px;
    }

@media screen (min-width:453px) {
    .filtros-range #range .ui-widget-content {
        margin-right: 115px;
    }
}

.preferences #campaigns svg {
    stroke: #c30000;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.75s;
}

.preferences #filtros .item.active {
    color: #c30000;
}

    .preferences #filtros .item.active svg {
        stroke: #c30000;
    }

.preferences #campaigns svg.campaigns-arrow,
.preferences #filtros svg.campaigns-arrow {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-content .main-container .total {
    bottom: 0;
    z-index: 3;
    background: white;
    padding: 16px 0px 10px 0px;
    border-top: solid 1px rgb(221,221,221);
}

    .main-content .main-container .total #buttons {
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
    }

    .main-content .main-container .total #prices {
        padding-left: 3%;
        padding-right: 6%;
    }

    .main-content .main-container .total #prices {
        text-transform: uppercase;
        margin-bottom: 15px;
    }

        .main-content .main-container .total #prices div:last-child p {
            text-align: right;
        }

        .main-content .main-container .total #prices div p:first-child {
            font-size: 16px;
        }

        .main-content .main-container .total #prices #total-discount,
        .main-content .main-container .total #prices #total {
            font-size: 16px;
            font-weight: bold;
        }

        .main-content .main-container .total #prices #descontos {
            margin-bottom: 10px;
        }

        .main-content .main-container .total #prices #final {
            font-size: 28px;
            font-weight: bold;
        }

    .main-content .main-container .total .button {
        background: black;
        color: white;
        width: 49%;
        text-align: center;
        /* margin: auto; */
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .main-content .main-container .total .button svg {
            height: 25px;
            max-width: 40px;
            stroke: white;
            fill: none;
        }

        .main-content .main-container .total .button:last-child svg {
            stroke: none;
            fill: white;
            height: 25px;
            margin: 0px 10px;
        }
/* CONTENT PAGE */
.main-content .stadium-view {
    /*
    max-height: 664px;
    height: 664px;
    */
}

    .main-content .stadium-view img {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.main-content .ticketsEnabled.enabled-Tickets {
    display: none;
}

.main-content .ticketsEnabled.disabled-Tickets {
    display: block;
}

.main-content .stand-list.enabled-Tickets {
    display: block;
    overflow: auto;
}

.main-content .stand-list.disabled-Tickets {
    display: none;
}

.main-content .stand-list {
    border-bottom: solid 1px rgb(221,221,221);
    /*border-right: solid 1px rgb(221,221,221); */
}

    .main-content .stand-list .standing-unit {
        border-top: solid 1px rgb(221,221,221);
    }

        .main-content .stand-list .standing-unit:first-child {
            border-top: solid 1px transparent;
        }


    .main-content .stand-list .standing-unit {
        text-transform: uppercase;
        cursor: pointer;
        transition: background 200ms ease-in-out, border 100ms ease-in-out;
    }


        .main-content .stand-list .standing-unit > .inner-item {
            padding: 20px 10px;
            /* issue 771 */
            padding-top: 8px;
            padding-bottom: 8px;
            /* issue 799 */
            padding-top: 13px;
        }

        .main-content .stand-list .standing-unit.active {
            background: #f4f4f4;
            border-top: solid 1px #c30000;
        }

            .main-content .stand-list .standing-unit.active::after {
                content: "";
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 100%;
                height: 1px;
                border-top: solid 1px #c30000;
                z-index: 1;
            }

            .main-content .stand-list .standing-unit.active:last-child::after {
                bottom: 0px;
            }

        .main-content .stand-list .standing-unit:hover {
            background: #f4f4f4;
        }

    .main-content .stand-list #ticket-unit .delete-ticket {
        stroke: black;
        width: 18px;
        height: 23px;
        margin-top: 3px;
        margin-left: 12px;
        cursor: pointer;
    }

        .main-content .stand-list #ticket-unit .delete-ticket:hover {
            stroke: #c30000;
        }

    .main-content .stand-list #ticket-unit.standing-unit:hover {
        background: none;
    }

    .main-content .stand-list .standing-unit .standing-description .stand-id {
        display: flex;
        align-items: center;
        font-size: 26px;
        margin-bottom: 10px;
        /* issue 771 */
        margin-bottom: 7px;
        margin-top: 2px;
    }

        .main-content .stand-list .standing-unit .standing-description .stand-id p {
            float: left;
        }

        .main-content .stand-list .standing-unit .standing-description .stand-id img {
            margin: 0;
            float: left;
            margin-top: 5px;
            margin-left: 17px;
            width: 85px;
        }

    .main-content .stand-list .standing-unit .standing-description .floor {
        font-size: 14px;
        /* issue 771 */
        font-size: 12px;
    }

    .main-content .stand-list .standing-unit .standing-price .pvp-general {
        font-size: 20px;
        text-align: right;
    }

    .main-content .stand-list .standing-unit .standing-price .pvp-socio {
        font-size: 20px;
        text-align: right;
        color: #c30000;
    }

    .main-content .stand-list .standing-unit .standing-price .pvp-general strong {
        font-size: 26px;
        margin-left: 5px;
    }

    .main-content .stand-list .standing-unit .standing-price .pvp-socio strong {
        font-size: 26px;
        margin-left: 5px;
    }

    .main-content .stand-list .carregador {
        margin-top: 20px;
        margin-bottom: 20px;
    }





/* MORE TICKETS */
.more-games {
    margin-top: 40px;
    margin-bottom: 50px;
}

    .more-games h2 {
        font-size: 32px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'Roboto';
    }

    .more-games .more-games-content {
        text-transform: uppercase;
        margin-top: 30px;
        border-top: solid 1px rgb(221,221,221);
    }

        .more-games .more-games-content .game-row {
            overflow: hidden;
            padding: 15px 0px;
            padding-bottom: 10px;
            border-bottom: solid 1px rgb(221,221,221);
            /* issue 776 */
            padding: 10px 0px;
            padding-bottom: 5px;
        }

            .more-games .more-games-content .game-row .game-date,
            .more-games .more-games-content .game-row .game-date .promo {
                position: static;
            }

                .more-games .more-games-content .game-row .game-date .deal-tag {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 200px;
                    text-align: center;
                    background-color: #c30000;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 12px;
                    line-height: 27px;
                    -ms-transform: translate(-50%, -50%) rotate(-45deg) translateY(30px);
                    -webkit-transform: translate(-50%, -50%) rotate(-45deg) translateY(30px);
                    transform: translate(-50%, -50%) rotate(-45deg) translateY(30px);
                }
                /* fix position */
                /*
.more-games .more-games-content .game-row .game-date .deal-tag{
    position: absolute;
    top: -5px;
    left: -83px;
    width: 200px;
    text-align: center;
    background-color: #c30000;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 27px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*/
                .more-games .more-games-content .game-row .game-date .date {
                    font-size: 18px;
                    font-weight: 300;
                    margin-top: 8px;
                    /* issue 776 */
                    font-size: 14px;
                    font-weight: 500;
                }

            .more-games .more-games-content .game-row .desc-game {
            }

                .more-games .more-games-content .game-row .desc-game .home-team,
                .more-games .more-games-content .game-row .desc-game .away-team {
                    font-size: 14px;
                    margin-top: 8px;
                    text-align: center;
                    font-weight: 100;
                }

                .more-games .more-games-content .game-row .desc-game .home-img img,
                .more-games .more-games-content .game-row .desc-game .away-img img {
                    height: 40px;
                    margin-top: -3px;
                    /* issue 776 */
                    margin-top: 0px;
                    max-height: 33px;
                    max-width: 33px;
                }

                .more-games .more-games-content .game-row .desc-game .league {
                    text-align: center;
                    color: #c30000;
                    font-size: 14px;
                    margin-top: 8px;
                    font-weight: 500;
                }

            .more-games .more-games-content .game-row .price-game {
                font-size: 13px;
            }

                .more-games .more-games-content .game-row .price-game .price {
                    margin-right: -5px;
                }

                    .more-games .more-games-content .game-row .price-game .price p {
                        text-align: right;
                        margin-right: 10px;
                        color: #c30000;
                    }

            .more-games .more-games-content .game-row .button {
                text-align: center;
                background: black;
                color: white;
                /* issue 776 */
                margin-top: -4px;
                font-size: 14px;
                float: right;
            }

            .more-games .more-games-content .game-row .price-game .price p strong {
                font-size: 13px;
            }

            .more-games .more-games-content .game-row .price-game #starting-at {
                margin-top: 10px;
            }

            .more-games .more-games-content .game-row .price-game .from-price {
                margin-top: 10px;
            }

    /* EMAIL DIALOG */

    .more-games .email-notify-input {
        top: 85%;
    }

    .more-games .carrot {
        position: absolute;
        top: -14px;
        right: 11px;
        bottom: auto;
        border-bottom: none;
        border-top: 13px solid transparent;
        border-right: 13px solid rgb(221,221,221);
        border-left: 13px solid transparent;
    }

        .more-games .carrot:after {
            position: absolute;
            top: -10px;
            bottom: auto;
            left: -12px;
            border-bottom: none;
            border-top: 12px solid transparent;
            border-right: 12px solid #fff;
            border-left: 12px solid transparent;
        }

    .more-games .email-notify-input {
        position: absolute;
        display: block;
        border: 1px solid #ddd;
        background-color: #fff;
        z-index: 9;
        line-height: 1;
        font-size: 14px;
        text-transform: uppercase;
        padding: 32px;
        width: 90%;
        margin: 0 5%;
        opacity: 1;
        transition: opacity 250ms ease-in-out;
    }

        .more-games .email-notify-input.loading {
            opacity: 0;
        }

        .more-games .email-notify-input .dialog-content p {
            margin-bottom: 8px;
        }

            .more-games .email-notify-input .dialog-content p.error {
                color: #c30000;
                margin-top: 8px;
                margin-bottom: 8px;
                text-align: left;
            }

        .more-games .email-notify-input input {
            padding: 10px 15px;
            line-height: 1;
            font-size: 14px;
            border: 1px solid #242424;
            height: 36px;
        }

            .more-games .email-notify-input input::placeholder {
                text-transform: uppercase;
                line-height: 1;
                font-size: 14px;
            }

        .more-games .email-notify-input .button {
            background-color: #242424;
            color: #fff;
            text-align: center;
            padding: 10px 0px;
            margin: 0 auto;
            float: left;
        }

        .more-games .email-notify-input .notify-form {
            text-align: center;
            width: 100%;
        }


        .more-games .email-notify-input .carrot {
            width: 0;
            height: 0;
            border-bottom: 13px solid transparent;
            border-left: 13px solid rgb(221,221,221);
            border-right: 13px solid transparent;
            position: absolute;
            bottom: -14px;
            right: auto;
            left: 50%;
            transform: translateX(-50%);
        }



            .more-games .email-notify-input .carrot::after {
                content: '';
                width: 0;
                height: 0;
                border-bottom: 12px solid transparent;
                border-left: 12px solid #fff;
                border-right: 12px solid transparent;
                position: absolute;
                bottom: -11px;
                left: -12px;
            }

    .more-games .email-notify-input {
        left: 50%;
        width: 500px;
        transform: translateX(-50%);
        margin: auto;
    }

        .more-games .email-notify-input .notify-form {
            text-align: left;
        }

    .more-games .email-notify-input {
        left: auto;
        right: 24px;
        margin: auto;
        transform: translateX(0);
    }

        .more-games .email-notify-input .carrot {
            right: 78px;
            left: auto;
            transform: translateX(0);
            /* issue 777 */
            transform: rotate(228deg);
            top: 154px;
        }

        .more-games .email-notify-input .button {
            float: none;
        }

    .more-games .price-game .button.notify.active {
        background-color: #c30000;
    }

    .more-games .price-game .button.notify svg {
        display: inline-block;
        transition: fill 250ms ease-in-out,stroke 250ms ease-in-out;
        stroke: #fff;
        fill: #fff;
        height: 18px;
        width: 24px;
        vertical-align: middle;
    }


/* BUY TICKETS MODAL */

.buy-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    opacity: 0;
    background: rgba(0,0,0,0.85);
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0 3.75% 104px 3.75%;
    transition: all 0.5s ease-in-out;
}

    .buy-modal.active {
        display: block;
    }

    .buy-modal .popup {
        margin-top: 10%;
        max-width: 85%;
    }

        .buy-modal .popup .popup-content .game-description .close-modal {
            font-size: 12px;
            position: absolute;
            right: 2%;
            top: 8%;
            cursor: pointer;
        }

        .buy-modal .popup .popup-content .discounts .membership-discount a > h4 {
            font-weight: 400;
        }

            .buy-modal .popup .popup-content .discounts .membership-discount a > h4 small {
                font-size: 14px;
                font-weight: normal;
                padding-left: 10px;
                color: black;
                text-decoration: underline;
            }

        .buy-modal .popup .popup-content .discounts .membership-discount a:hover > h4 small {
            color: #c30000;
        }

        .buy-modal .popup .close-popup {
            display: block;
            float: right;
            margin-bottom: 16px;
            cursor: pointer;
            cursor: pointer;
        }

            .buy-modal .popup .close-popup svg {
                stroke-width: 2px;
                height: 32px;
                stroke: #fff;
                width: 32px;
                transition: all 500ms ease-in-out;
            }

            .buy-modal .popup .close-popup:hover svg {
                stroke: #c30000;
            }

    .buy-modal .popup-content {
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding-bottom: 20px;
        text-transform: uppercase;
    }

        .buy-modal .popup-content .game-description {
            text-align: center;
            background-color: #f4f4f4;
            padding-top: 20px;
            padding-left: 10%;
            padding-right: 10%;
            border-bottom: solid 1px rgb(221,221,221);
        }

            .buy-modal .popup-content .game-description .calendar-competition {
                color: #c30000;
                font-size: 14px;
                text-transform: uppercase;
                padding: 5px 0px;
            }

            .buy-modal .popup-content .game-description .calendar-item-team img {
                height: 75px;
                max-width: 75px;
            }

            .buy-modal .popup-content .game-description .calendar-match-info .calendar-info-center .calendar-match-hour {
                font-size: 30px;
                margin-top: 20px;
            }

            .buy-modal .popup-content .game-description .calendar-match-info .calendar-info-center .calendar-match-place {
                font-size: 14px;
                margin-top: 20px;
                margin-bottom: 15px;
            }

.homeTickets .game-description .calendar-match-info .team-name {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
}

    .homeTickets .game-description .calendar-match-info .team-name.team-home {
        text-align: right;
    }

    .homeTickets .game-description .calendar-match-info .team-name.team-away {
        text-align: left;
    }

.homeTickets .game-description .calendar-match-info .calendar-info-center {
    padding: 0px 30px;
    text-transform: none;
}

.homeTickets .game-description .calendar-match-info .home-team {
    padding-left: 15px;
}

.homeTickets .game-description .calendar-match-info .away-team {
    padding-right: 15px;
}

.buy-modal .popup-content .game-description .calendar-match-info .team-name p {
    margin-top: 25%;
    font-size: 20px;
    font-weight: 100;
}

.buy-modal .popup-content .input-tickets {
    padding: 3% 3%;
}

/* TICKETS CHOOSING*/
.main-content .stand-list #ticket-unit {
    cursor: default;
}

    .main-content .stand-list #ticket-unit > .inner-item {
        padding-right: 10px;
    }

    .main-content .stand-list #ticket-unit .choose-client {
        margin-top: 4px;
        text-align: center;
        float: right;
        width: initial;
    }

#awayTickets .main-content .stand-list #ticket-unit .choose-client {
    float: left !important;
}

.main-content .stand-list #ticket-unit .choose-client .client-type {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
}

    .main-content .stand-list #ticket-unit .choose-client .client-type span {
        white-space: nowrap;
    }

    .main-content .stand-list #ticket-unit .choose-client .client-type.active,
    .main-content .stand-list #ticket-unit .choose-client .client-type.active:hover {
        background-color: white;
        color: #c30000;
        border: 1px solid #f4f4f4;
        padding: 4px 5px;
    }

    .main-content .stand-list #ticket-unit .choose-client .client-type:hover {
        background-color: #dcdcdc;
    }

.main-content .stand-list .standing-unit .standing-price div:first-child {
    height: 44px;
    display: inline-flex;
    padding-right: 8px;
}

.main-content .stand-list .standing-unit .standing-price .pvp-general,
.main-content .stand-list .standing-unit .standing-price .pvp-socio {
    font-size: 14px;
    /* issue 771 */
    font-size: 12px;
    /* issue 799 */
    font-size: 11px;
}

    .main-content .stand-list .standing-unit .standing-price .pvp-socio strong,
    .main-content .stand-list .standing-unit .standing-price .pvp-general strong {
        font-size: 18px;
        /* issue 771 */
        font-size: 16px;
    }

.main-content .stand-list #ticket-unit .standing-price .delete-div {
    margin-top: -5px;
    height: 0;
    text-align: right
}

.main-content .stand-list #ticket-unit .data-client #socio-icon {
    position: relative;
    cursor: pointer;
    height: 40px;
    border: solid 1px;
    text-align: center;
    float: left;
    width: 40px;
    height: 40px;
    min-width: 40px;
}

/*Bug Fix 12739 Begin*/
.main-content .stand-list #ticket-unit .data-client #soc-num {
    line-height: 18px;
}

.main-content .stand-list #ticket-unit .data-client #id-num {
    line-height: 18px;
}
/*Bug Fix 12739 End*/


.main-content .stand-list #ticket-unit .data-client #socio-icon svg {
    width: 26px;
    height: 25px;
    image-rendering: optimizequality;
    -webkit-transition: stroke 250ms ease-in-out;
    -moz-transition: stroke 250ms ease-in-out;
    transition: stroke 250ms ease-in-out;
    margin-top: 6px;
    fill: white;
    stroke: black;
}


.main-content .stand-list #ticket-unit .button-small-text {
    float: right;
    margin-right: 5px;
}


.main-content .stand-list #ticket-unit .data-client #socio-icon:hover .me-icon {
    stroke: #c30000;
}

.main-content .stand-list #ticket-unit .data-client #socio-icon.active .me-icon {
    fill: #c30000;
    stroke: #c30000;
}

.main-content .stand-list .standing-unit .standing-description .stand-id p {
    font-size: 16px;
    /* issue 771 */
    font-size: 14px;
    padding-top: 2px;
}

.main-content .stand-list .standing-unit .standing-description .stand-id img {
    margin-left: 0px;
}

.main-content .stand-list .standing-unit .standing-description .stand-id img {
    width: 60px;
    margin-left: 10px;
    margin-top: 0px;
    /* issue 771 */
    width: 49px;
}

.preferences .my-tickets-collapse#my-tickets.item .cancel-button {
    /*reset*/
    opacity: 1;
    position: absolute;
    transform: translateX(0);
    float: right;
    margin: 0;
    flex-shrink: 0;
    width: 27px;
    height: 100%;
    cursor: default;
}

.preferences .my-tickets-collapse#my-tickets.item.active.open .cancel-button {
    margin: 0;
    margin: 0;
    width: 27px;
    transform: none;
}

.collapse-button-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 100%;
    width: 100%;
    transition: width 500ms 450ms ease-in-out;
}

.my-tickets-collapse.active.open .collapse-button-holder {
    width: 27px;
    transition: width 500ms ease-in-out;
}

.collapse-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 100%;
    background-color: rgb(221,221,221);
    transition: background-color 200ms ease-in-out;
    cursor: default;
}

.my-tickets-collapse.active .collapse-button {
    background-color: #c30000;
}

    .preferences .my-tickets-collapse#my-tickets.item.active .cancel-button:hover,
    .my-tickets-collapse.active .collapse-button:hover {
        /*background-color: rgb(190,190,190);*/
        background-color: rgb(222,0,0);
        cursor: pointer;
    }

.collapse-button .inner-item {
    height: 100%;
    padding: 22px 7px;
    display: flex;
    justify-content: space-between;
}

    .collapse-button .inner-item > div {
        width: 1px;
        height: 100%;
        background-color: white;
    }

.preferences .my-tickets-collapse#my-tickets.item.active.open #my-tickets-inner,
.my-tickets-collapse #my-tickets-inner,
.preferences .my-tickets-collapse#my-tickets #my-tickets-inner,
.preferences .my-tickets-collapse#my-tickets.item.active.open,
.my-tickets-collapse {
    justify-content: space-around;
    flex-grow: 1;
    padding: 0 5px 0 18px;
}

@media (min-width: 576px) {
    .main-content .stand-list .standing-unit .standing-description .stand-id p {
        font-size: 20px;
    }

    .main-content .stand-list .standing-unit .standing-price .pvp-general,
    .main-content .stand-list .standing-unit .standing-price .pvp-socio {
        font-size: 17px;
    }

        .main-content .stand-list .standing-unit .standing-price .pvp-socio strong,
        .main-content .stand-list .standing-unit .standing-price .pvp-general strong {
            font-size: 22px;
        }

    .main-content .stand-list .standing-unit .standing-description .stand-id img {
        margin: 0;
        float: left;
        margin-top: 5px;
        margin-left: 17px;
        width: 85px;
    }

    .main-content .main-container .total .button svg {
        max-width: 40px;
    }

    .main-content .stand-list .standing-unit .standing-description .floor {
        font-size: 16px;
    }
}

.main-content .stand-list #ticket-unit .data-client input {
    float: left;
    border-color: rgb(36,36,36);
    border-width: 1px;
    font-size: 16px;
    height: 40px;
    border-left: none;
    padding: 10px;
    max-height: 40px;
    width: calc((100% - 40px) / 2);
}

.main-content .stand-list #ticket-unit .data-client .error input {
    border: solid 1px #c30000;
}

.main-content .stand-list #ticket-unit .data-client .input-fan input {
    border-left: solid 1px black;
    width: 50%;
}

    .main-content .stand-list #ticket-unit .data-client .input-fan input:nth-child(2) {
        border-left: none !important;
    }

.main-content .stand-list #ticket-unit .data-client .input-fan.error input {
    border-left: solid 1px #c30000;
}

/* DROPDOWN */
/*   Dropdowns   */
.nav-bar {
    z-index: 4;
    background: white;
    /*border-left:1px solid rgb(221,221,221);*/
}

.my-dropdown {
    background-color: white;
    position: absolute;
    min-height: 70px;
    width: 100%;
    border-left: 1px solid rgb(221,221,221);
    border-right: 1px solid rgb(221,221,221);
    border-bottom: 1px solid rgb(221,221,221);
    z-index: 2;
    transform: translate(0,-100%);
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

    .my-dropdown.open {
        transform: translate(0,71px);
        padding-bottom: 0px;
        -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgb(221,221,221);
    }


    .my-dropdown#modalities-dropdown .modality {
        margin-top: 15px;
    }

        .my-dropdown#modalities-dropdown .modality .img-wrapper img {
            height: 100%;
            position: relative;
            z-index: 2;
            display: block;
            /* border: 1px solid #fff; */
        }

        .my-dropdown#modalities-dropdown .modality .img-wrapper {
            position: relative;
            height: 75px;
            margin: 0px auto;
            display: inline-block;
            overflow: hidden;
            background-color: rgb(167,167,167);
            vertical-align: middle;
            z-index: 2;
        }

            .my-dropdown#modalities-dropdown .modality .img-wrapper .hover {
                position: absolute;
                bottom: 0px;
                width: 100%;
                height: 0%;
                background-color: #c30000;
                z-index: 1;
                -moz-transition: -moz-transform 0.75s ease-in-out;
                -o-transition: all 0.75s ease-in-out;
                -webkit-transition: all 0.75s ease-in-out;
                transition: all 0.75s ease-in-out;
            }


        .my-dropdown#modalities-dropdown .modality:not(.active):hover .img-wrapper .hover, #calendar-section .navigation .my-dropdown#modalities-dropdown .modality.active .img-wrapper .hover {
            height: 100%;
        }

        .my-dropdown#modalities-dropdown .modality:not(.active):hover {
            cursor: pointer;
        }

        .my-dropdown#modalities-dropdown .modality p {
            vertical-align: middle;
            margin: 0;
            font-size: 18px;
            font-weight: 200;
            color: rgb(145,145,145);
            height: 50px;
        }

    /*
    Acordion
*/


    .my-dropdown .accordion .section-title {
        color: #242424;
    }

    .my-dropdown .accordion .accordion-body form {
        padding: 20px 13%;
    }

        .my-dropdown .accordion .accordion-body form p {
            line-height: 23px;
            margin-top: 15px;
            margin-bottom: 15px;
        }
    .my-dropdown .accordion .button.filter {
        margin: 20px auto 0 auto !important;
        display: block !important;
        width: 94px;
    }

    /* Base for label styling */
    .my-dropdown [type="checkbox"]:not(:checked),
    .my-dropdown [type="checkbox"]:checked {
        display: none;
    }

        .my-dropdown [type="checkbox"]:not(:checked) + label,
        .my-dropdown [type="checkbox"]:checked + label {
            position: relative;
            padding-left: 40px;
            cursor: pointer;
            color: rgb(36,36,36);
            font-size: 18px;
            font-weight: 500;
        }

        .my-dropdown [type="checkbox"]:not(:checked) + label {
            color: rgb(136,136,136);
        }

            /* checkbox aspect */
            .my-dropdown [type="checkbox"]:not(:checked) + label:before,
            .my-dropdown [type="checkbox"]:checked + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0px;
                width: 23px;
                height: 23px;
                border: 1px solid #bbb;
                background: #fff;
                box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
            }
            /* checked mark aspect */
            .my-dropdown [type="checkbox"]:not(:checked) + label:after,
            .my-dropdown [type="checkbox"]:checked + label:after {
                content: url("/Images/iconCheck.svg");
                position: absolute;
                top: 0px;
                left: 0px;
                width: 23px;
                height: 23px;
                text-align: center;
                transition: all .2s;
            }
            /* checked mark aspect changes */
            .my-dropdown [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                transform: scale(0);
            }


    /* hover style just for information */
    .my-dropdown label:hover:before {
        /*border: 1px solid #c30000!important;*/
    }

    .my-dropdown input[type="radio"] {
        display: none;
    }

        .my-dropdown input[type="radio"] + label {
            color: rgb(36,36,36);
            cursor: pointer;
            font-size: 18px;
            font-weight: 500;
            margin-top: 10px;
            margin-bottom: 10px;
            /* issue 770 */
            text-transform: uppercase;
            font-size: 15px;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .my-dropdown input[type="radio"]:not(:checked) + label {
            color: black;
        }

        .my-dropdown input[type="radio"] + label span {
            display: inline-block;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            .my-dropdown input[type="radio"] + label span.outer {
                width: 20px;
                height: 20px;
                margin: 0px 10px 0px 0px;
                cursor: pointer;
                border: solid 1px rgb(137,137,137);
                background-color: white;
            }

            .my-dropdown input[type="radio"] + label span.inner {
                width: 10px;
                height: 10px;
                margin: 4px 0px 0px 4px;
                background-color: white;
                vertical-align: top;
                text-align: center;
            }

        .my-dropdown input[type="radio"]:checked + label span.inner {
            background-color: #CC3300;
        }

    .my-dropdown .accordion {
        padding: 10px 10px 30px 10px;
        padding-top: 20px;
    }

    .my-dropdown input[type="radio"] + label span,
    .my-dropdowninput[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
    }

    .my-dropdown .discount-campaign {
        background: rgb(244,244,244);
        text-align: center;
        text-transform: uppercase;
    }

        .my-dropdown .discount-campaign small {
            color: black;
            margin-left: 10px;
        }

        .my-dropdown .discount-campaign a:hover {
            color: inherit;
        }
        /* issue 770 */
        .my-dropdown .discount-campaign h4 {
            font-size: 16px;
            margin-top: 15px;
            margin-bottom: 15px;
        }


.main-content .ticketsEnabled h3 {
    text-align: center;
    font-size: 32px;
    margin-top: 25%;
    font-weight: 400;
    padding: 0px 83px;
    margin-bottom: 6%;
}

.main-content .ticketsEnabled h4 {
    font-size: 28px;
    padding: 0px 101px;
}

.main-content .stand-list #ticket-unit .data-client #socio-icon.active {
    background: #fae8e8;
    border: solid 1px #c30000;
}

.main-content .stand-list #ticket-unit .data-client #socio-icon:hover .my-tooltip {
    z-index: 20;
    opacity: 1;
    transition: opacity 0.5s;
}

.main-content .stand-list #ticket-unit .data-client #socio-icon .my-tooltip {
    position: absolute;
    width: 120px;
    font-size: 14px;
    left: 0%;
    top: calc(100% + 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: solid 1px rgb(221,221,221);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: -1;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.5s, z-index 1s;
    color: #242424;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .main-content .stand-list #ticket-unit .data-client #socio-icon .my-tooltip:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        width: 0px;
        height: 0px;
        border-top: 12px solid transparent;
        border-left: 12px solid white;
    }




.ticket-modality {
    display: none;
    position: fixed;
    margin: 0 auto;
    top: 76vh;
    z-index: 5;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1600px;
    pointer-events: none;
}


#customTickets.active .ticket-modality {
    display: block;
}


.button-wrapper {
    display: inline-block;
    pointer-events: all;
    right: 0;
    position: absolute;
}

.ticket-modality .button-wrapper div {
    right: 0;
    cursor: pointer;
    padding: 1.6vw;
    display: block;
    padding-top: 5vw;
    padding-bottom: 5vw;
    background: #f4f4f4;
    width: auto;
    text-align: center;
    border: 1px solid #ddd;
    transition: all 250ms ease-in-out;
}

    .ticket-modality .button-wrapper div p {
        text-transform: uppercase;
        font-size: 10px;
        margin: 0.8vw;
    }

.ticket-modality .button-wrapper div {
    width: 26vw;
}

@media (max-width: 575px) {
    .main-content .stand-list #ticket-unit .delete-ticket {
        margin-left: 2px;
    }

    .main-content .stand-list #ticket-unit .choose-client {
        width: initial !important;
    }

        .main-content .stand-list #ticket-unit .choose-client .client-type {
            width: 73px !important;
            display: inline-table;
        }
}

@media (min-width: 575px) {
    .standing-price {
        margin-bottom: 0px;
    }

    .main-content .stand-list #ticket-unit .choose-client .client-type {
        font-size: 16px;
        width: 70px;
    }
}

@media (min-width: 768px) {

    .preferences #my-tickets.item #os-meus {
        width: 150px;
    }

    .preferences #my-tickets #my-tickets-inner {
        max-width: none;
        padding: 0px 25px;
    }

    .preferences #my-tickets.item.active.open .time {
        margin-left: 20px;
        margin-right: 20px;
        flex-grow: 1;
        flex-shrink: 0;
    }

    .ticket-modality .button-wrapper div {
        padding: 20px;
        width: 16vh;
    }

        .ticket-modality .button-wrapper div p {
            font-size: 12px;
        }

    .main-content .stand-list #ticket-unit .data-client #socio-icon .my-tooltip:after {
        left: 16%;
    }

    .main-content .stand-list #ticket-unit .data-client #socio-icon .my-tooltip {
        left: 0%;
    }

    .main-content .stand-list .standing-unit {
        /* border-bottom: solid 1px rgb(221,221,221); */
        text-transform: uppercase;
        cursor: pointer;
        transition: background 200ms ease-in-out, border 100ms ease-in-out;
    }

        .main-content .stand-list .standing-unit > .inner-item {
            padding: 20px 25px;
        }

    .main-content .stand-list #ticket-unit .data-client #socio-icon {
        width: 30px;
        height: 40px;
    }

        .main-content .stand-list #ticket-unit .data-client #socio-icon svg {
            width: 26px;
            height: 25px;
            stroke: #242424;
            image-rendering: optimizequality;
            -webkit-transition: stroke 250ms ease-in-out;
            -moz-transition: stroke 250ms ease-in-out;
            transition: stroke 250ms ease-in-out;
            margin-top: 6px;
        }

    .homeTickets .game-description .calendar-competition {
        color: #c30000;
        font-size: 14px;
        text-transform: uppercase;
        padding: 5px 0px;
    }

    .homeTickets .game-description .calendar-item-team img {
        height: 75px;
        max-width: 75px;
    }

    .homeTickets .game-description .calendar-match-info .calendar-info-center .calendar-match-hour {
        font-size: 30px;
        margin-top: 20px;
    }

    .homeTickets .game-description .calendar-match-info .calendar-info-center .calendar-match-place {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .homeTickets .game-description .calendar-match-info .team-name p {
        font-size: 20px;
        font-weight: 100;
    }

    .main-content #tickets {
        /*
        max-height: 519px !important;
        height: 519px !important;
        */
    }

    .main-content .stand-list {
        /*
        max-height: 593px !important;
        height: 593px !important;
        */
    }

    .main-content .ticketsEnabled {
        /*
        max-height: 593px !important;
        height: 593px !important;
        */
    }

    .main-content .main-container {
        /*
        max-height: 664px !important;
        height: 664px !important;
        */
        overflow-y: hidden;
    }

    .main-content .ticketsEnabled {
        text-align: center;
        text-transform: uppercase;
        padding: 0 5%;
    }

    .my-dropdown .navigation .accordion .accordion-body form {
        display: block;
        width: 100%;
    }

        .my-dropdown .navigation .accordion .accordion-body form:not(:last-child) {
            border-bottom: 1px solid rgb(238,238,238);
        }
}

@media (min-width: 992px) {

    .main-content {
        border-bottom: solid 1px rgb(221,221,221);
    }

        .main-content .stand-list {
            overflow-y: auto;
        }

    #tickets.stand-list {
        /*height: calc(100% - 143px);*/
        height: 456px;
    }

    .main-content .main-container .total {
        position: absolute;
    }

    .main-content {
        height: 600px;
    }

    .preferences #my-tickets:not(.open) {
        display: flex;
    }

    .preferences #my-tickets.item {
        display: flex;
    }

    .my-dropdown.open {
        border-top: 0;
    }

    .data-client {
        float: right;
        margin-left: -1px;
    }

    .preferences #my-tickets.item.active.open {
        border-left: solid 1px rgb(221,221,221);
    }

    .main-content .stand-list #ticket-unit .choose-client {
        width: 33.4% !important;
        text-align: center;
        float: left;
    }

    .nav-bar.has-collapse-tickets {
        border-left: none;
    }

        .nav-bar.has-collapse-tickets #my-tickets {
            border-left: solid 1px rgb(221,221,221);
        }


    .my-tickets-collapse {
        display: flex;
        float: right;
        justify-content: space-between !important;
        transition: width 500ms 200ms ease-in-out;
    }

    .my-tickets-collapse-shrink {
        overflow: hidden;
        transition: width 500ms 200ms ease-in-out, border 250ms 200ms ease-in-out;
    }

    .my-tickets-collapse.active.open {
        width: 100%;
        transition: width 500ms 350ms ease-in-out;
    }

    .my-tickets-collapse-shrink.hidden {
        display: block !important;
        width: 0;
        border: none !important;
        transition: width 500ms 350ms ease-in-out, border 250ms 350ms ease-in-out;
    }

    .preferences .my-tickets-collapse#my-tickets #my-tickets-inner {
        padding: 0 12%;
        transition: padding 1000ms ease-in-out;
    }

    .preferences .my-tickets-collapse#my-tickets.open #my-tickets-inner {
        padding: 0 !important;
    }

    /*.preferences .my-tickets-collapse#my-tickets.open #my-tickets-inner #os-meus {
        width: 170px !important;
    }*/

    .my-tickets-collapse-shrink.item p {
        white-space: nowrap;
    }

    .preferences .my-tickets-collapse#my-tickets.item #os-meus {
        width: 180px;
    }

    .preferences .my-tickets-collapse#my-tickets.item #my-tickets-inner {
        /* margin: 0 auto; */
    }


    .preferences .my-tickets-collapse#my-tickets.item #expiration-time-desc,
    .preferences .my-tickets-collapse#my-tickets.item .time {
        display: block;
        max-width: 0;
        margin: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-width 300ms 200ms, opacity 0;
    }

    .preferences .my-tickets-collapse#my-tickets.active.open #expiration-time-desc,
    .preferences .my-tickets-collapse#my-tickets.active.open .time {
        max-width: 500px;
        opacity: 1;
        transition: max-width 300ms 600ms, opacity 200ms 900ms;
    }

    .preferences #campaigns .item {
        display: block;
        margin-right: -20px;
    }

    .preferences #campaigns .hype {
        position: absolute;
        top: 22px;
        right: 16px;
        width: 15px;
        height: 15px;
        background: #c30000;
        border-radius: 50%;
        color: white;
        font-size: 11px;
        line-height: 15px;
    }

    .main-content .ticketsEnabled h3 {
        font-size: 16px;
        color: #c30000;
        font-weight: 500;
        /* margin-top: 50%; /* SLB fix - 50% margin is too big */
    }

    .main-content .ticketsEnabled h4 {
        font-size: 14px;
        color: black;
        font-weight: 500;
    }

    .main-content .stand-list #ticket-unit .data-client input {
        float: left;
        border-color: rgb(36,36,36);
        border-width: 1px;
        font-size: 16px;
        height: 40px;
        border-left: none;
        padding: 10px;
        max-height: 40px;
        width: calc((60% - 40px) / 2); /* bug 1264 */
    }

    .main-content .stand-list #ticket-unit .data-client .error input {
        border-color: #c30000;
    }

    .main-content .stand-list #ticket-unit .data-client #doc-id input {
        border-left: solid 1px black;
        width: 230px;
    }

    .main-content .stand-list #ticket-unit .data-client #doc-id.error input {
        border-left: solid 1px #c30000;
    }

    .main-content .stand-list .standing-unit .standing-description .stand-id p {
        font-size: 16px;
    }

    .main-content .stand-list .standing-unit .standing-description .floor {
        font-size: 20px;
    }

    .main-content .stand-list .standing-unit .standing-price div:first-child {
        display: block;
        padding-right: 0;
    }

    .preferences #my-tickets.item.active.open #expiration-time-desc {
        display: inline-block;
        margin-left: 0px;
        flex-shrink: 0;
    }

    .preferences #my-tickets.item #os-meus {
        width: auto;
        text-align: inherit;
        margin-right: 12px;
    }

    .preferences > div:first-child {
        padding-left: 30px;
    }

    .main-content .stand-list .standing-unit .standing-description .stand-id,
    .main-content .stand-list .standing-unit .standing-price .pvp-general strong {
        font-size: 16px;
    }

    .main-content .stand-list .standing-unit .standing-description .stand-id {
        margin-bottom: 4px
    }

    .main-content .stand-list .standing-unit .standing-description .floor,
    .main-content .stand-list .standing-unit .standing-price .pvp-general {
        font-size: 13px;
    }

    .main-content .stand-list .standing-unit .standing-description .stand-id img {
        margin-top: 0px;
        width: 55px;
    }

    .main-content .stand-list .standing-unit .standing-price .pvp-socio strong {
        font-size: 16px;
    }

    .main-content .stand-list .standing-unit .standing-price .pvp-socio {
        font-size: 13px;
    }

    .main-content .stand-list #ticket-unit .choose-client {
        margin-top: 10px;
        width: 66.6%;
    }

        .main-content .stand-list #ticket-unit .choose-client .client-type {
            padding: 5px;
            font-size: 12px;
            background-color: #f4f4f4;
            margin-right: 1px;
            min-width: 70px;
        }

    .main-content .stand-list #ticket-unit .data-client #socio-icon {
        cursor: pointer;
        width: 40px;
        height: 40px;
        border: solid 1px;
        text-align: center;
        float: left;
        width: 40px;
        height: 40px;
    }

        .main-content .stand-list #ticket-unit .data-client #socio-icon svg {
            width: 22px;
            height: 25px;
            stroke: #242424;
            image-rendering: optimizequality;
            -webkit-transition: stroke 250ms ease-in-out;
            -moz-transition: stroke 250ms ease-in-out;
            transition: stroke 250ms ease-in-out;
            margin-top: 6px;
        }

        .main-content .stand-list #ticket-unit .data-client #socio-icon:hover .me-icon {
            stroke: #c30000;
        }


    .main-content .stand-list #ticket-unit .data-client .input-fan input {
        border-left: solid 1px black;
        width: 50% !important;
    }

    .buy-modal .popup-content .input-tickets .submit .button:first-child {
        margin-bottom: 8px;
    }
}

.main-content .stand-list {
    border-bottom: none;
    max-height: none;
    height: auto;
}

/* DROPDOWN */
@media screen and (max-width: 876px) {


    .my-dropdown#modalities-dropdown .modality p {
        text-align: center;
    }
}

@media screen and (max-width: 799px) {
    .my-dropdown#modalities-dropdown .modality p {
        max-width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .my-dropdown#modalities-dropdown {
        padding: 35px 0px 0px 10%;
    }

        .my-dropdown#modalities-dropdown .modality p {
            max-width: 75px;
        }

    .my-dropdown .navigation .accordion .accordion-body {
        -webkit-transition: max-height 0.75s ease-in-out;
        -moz-transition: max-height 0.75s ease-in-out;
        -ms-transition: max-height 0.75s ease-in-out;
        -o-transition: max-height 0.75s ease-in-out;
        transition: max-height 0.75s ease-in-out;
        overflow: hidden;
        max-height: 0;
    }

        .my-dropdown .navigation .accordion .accordion-body.open {
            max-height: 500px;
        }

    .my-dropdown .navigation .accordion .tab:not(:last-child) {
        border-bottom: 1px solid rgb(221,221,221);
    }

    .my-dropdown .navigation .accordion .tab {
        padding: 10px 0px;
    }

    .my-dropdown .navigation .accordion .section-title {
        font-size: 22px;
        font-weight: 200;
        font-family: 'Roboto Condensed';
        pointer-events: all;
    }

    .my-dropdown .navigation .accordion .section-title {
        color: #242424;
    }

    .my-dropdown .navigation .accordion .tab.active .section-title,
    .my-dropdown .navigation .accordion .tab:hover .section-title {
        color: #c30000;
    }


    .my-dropdown .navigation .accordion .section-title:hover {
        cursor: pointer;
    }

    .my-dropdown .navigation .my-dropdown#modalities-dropdown .modality p {
        max-width: 75px;
    }

    .my-dropdown .navigation .accordion .accordion-body form {
        padding-bottom: 0px;
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .my-dropdown#modalities-dropdown .modality {
        margin-top: 10px;
    }

        .my-dropdown#modalities-dropdown .modality .img-wrapper img {
            max-width: 100px;
            height: 100px;
        }

        .my-dropdown#modalities-dropdown .modality .img-wrapper {
            height: 100px;
        }

    .my-dropdown#modalities-dropdown .section-title {
        padding-left: 10px;
    }

    .my-dropdown {
        min-height: 80px;
    }
}

@media screen and (min-width: 800px) {

    .my-dropdown#modalities-dropdown .modality p {
        display: inline-block;
        height: auto;
    }
}

@media screen and (max-width: 425px) {
    .my-dropdown .navigation .accordion .accordion-body form label {
        font-size: 15px;
    }

    .my-dropdown .navigation .accordion .accordion-body form {
        padding-left: 0;
        padding-bottom: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 1200px) {

    .my-dropdown .navigation .accordion .accordion-body form {
        padding-left: 0px;
        padding-right: 10px;
    }

        .my-dropdown .navigation .accordion .accordion-body form > div {
            display: inline-block;
            min-width: 45%;
        }

        .my-dropdown .navigation .accordion .accordion-body form > p {
            display: inline-block;
            min-width: 45%;
        }

        .my-dropdown .navigation .accordion .accordion-body form label {
            white-space: nowrap;
        }


        .my-dropdown .navigation .accordion .accordion-body form:not(:first-child) {
            padding-top: 10px;
        }

    .preferences #sequence p#option [type="checkbox"]:not(:checked) + label,
    .preferences #sequence p#option [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 32px;
        cursor: pointer;
        color: rgb(36,36,36);
        font-size: 18px;
        font-weight: 500;
    }

    .preferences #range .ui-widget-content {
        width: 60%;
    }

    .preferences #range {
        padding-top: 25px;
        padding-left: 55px;
        margin-right: 0px;
        width: 38%;
    }

    .preferences #campaigns p {
        margin-right: 8px;
    }

    .preferences #campaigns .item {
        margin-right: 0;
    }

    .main-content .stand-list #ticket-unit .choose-client .client-type {
        max-width: 84px;
    }
}

#realStands::-webkit-scrollbar-track, .main-content .stand-list::-webkit-scrollbar-track {
    border-radius: 10px;
    width: 10px;
    background-color: #F5F5F5;
}

#realStands::-webkit-scrollbar, .main-content .stand-list::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#realStands::-webkit-scrollbar-thumb, .main-content .stand-list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: content-box;
}

/* issue 759 */
@media screen and (min-width:992px) {
    .preferences #campaigns p:first-child::after {
        content: "!";
        width: 15px;
        height: 15px;
        background: #c30000;
        border-radius: 50%;
        color: white;
        font-size: 12px;
        padding: 0px 5px;
        position: absolute;
        transform: translate(280%,-160%);
        transform-origin: 100% 100%;
        margin-left: 2px; /* bug 770 */
        -moz-transform: unset;
    }

    #tickets #ticket-unit .inner-item .data-client #soc-doc-id .input-wrapper {
        position: relative;
        height: 40px;
        display: inline-block;
        width: calc((100% - 50px) / 2);
        white-space: nowrap;
    }
}
/* issue 770 */

@media screen and (min-width:992px) and (max-width:1199px) {
    .preferences > div:first-child {
        padding-left: 10px;
    }

    .preferences #sequence p#option [type="checkbox"]:not(:checked) + label, .preferences #sequence p#option [type="checkbox"]:checked + label {
        font-size: 15px;
        padding-left: 25px;
    }

    .preferences #range {
        padding-top: 24px;
        margin-right: -20px;
        margin-left: 35px;
    }

    .preferences #campaigns {
        float: right;
        width: 19%;
        padding-right: 13px;
    }

    .preferences .input-tickets > div:nth-child(2) {
        padding-left: 5px;
    }
}

.preferences #campaigns {
    border-color: white;
    transition: border-color 0.5s ease-in-out;
}

@media screen and (min-width:992px) {
    .preferences #campaigns.open {
        border-left: solid 1px rgb(221,221,221);
        border-right: solid 1px rgb(221,221,221);
    }

    div#campaigns.open::after {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        height: 1px;
        background: white;
    }
}

@media screen and (min-width:1200px) {
    .preferences #campaigns {
        width: 20%;
    }
}


/* slider */

.ui-widget-content {
    background-color: rgb(221,221,221) !important;
}

.ui-widget-header {
    background-color: rgb(36,36,36) !important;
}

.ui-widget-content .ui-slider-handle {
    width: 25px !important;
    height: 1.5em !important;
    top: -0.45em !important;
    border-color: rgb(221,221,221);
}

    .ui-widget-content .ui-slider-handle > div {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ui-widget-content .ui-slider-handle p {
        position: relative;
        font-size: 14px;
        font-weight: bold;
    }

.ui-widget-content .right-handle p {
    padding-right: 5px;
}

.ui-widget-content .left-handle p {
    padding-left: 5px;
}

.ui-slider-handle .arrow {
    position: absolute;
    top: 28px;
    width: 97px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 6px;
    border: solid 1px rgb(221,221,221);
}

.ui-slider-handle .cover {
    position: absolute;
    top: 0;
    left: -19px;
    height: 100%;
    width: 19px;
    overflow: hidden;
}


.ui-slider-handle:hover .arrow {
    background: #ededed;
}

.ui-state-active .arrow {
    background-color: #c30000 !important;
}

.ui-state-focus .arrow {
    background-color: #ededed;
}

.ui-state-active {
    background-color: #c30000 !important;
    border-color: rgb(221,221,221) !important;
}


.ui-widget-content .left-handle .cover {
    left: auto;
    right: -19px;
}

.price-range {
    padding: 0 5%;
    margin: 30px 0;
}

.ui-widget-content .left-handle .arrow {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0px;
}
