@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
    --cinza-claro: #9E9E9E;
    --cinza-medio: #6B6B6B;
    --cinza-escuro: #4B4B4B;
    --vermelho-agenda: #CC0041;
    --roxo-agenda: #B03BC2;
    --poppins-family: 'Poppins', 'Montserrat', sans-serif;
    --roboto-family: 'Roboto', 'Montserrat', sans-serif;
}

/* Classes que auxiliam nos testes */
.impersonate {
    background-color: transparent;
    border: none;
}

/******************************* Padroes de CSS Classes ***************************/
.pointer{
    cursor: pointer;
}

.text-transform-none {
    text-transform: none !important;
}

.text-strong {
    font-weight: 600 !important;
}


/******************************* Classes Utilizadas No Jquery ***************************/
.hover-behavior{
    /*<a href="" data-hover-class="hover-class" data-hover-target="hover-target">hi</a> */
}


.sc-tooltip {
    position: relative;
}

.sc-tooltip:hover .sc-tooltip-content {
    display: block;
}

.sc-tooltip-content {
    display: none;
    position: absolute;
    width: fit-content;
    min-width: 150px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 16px;
}

/******************************* buttons ***************************/
.btn{}

.btn-agenda {
    border-radius: 8px;
    background-color: #9E9E9E;
    font-size: 15px;
    color: #fff;
    padding: 8px 15px;
}

.btn-agenda+.btn-agenda {
    margin-left: 5px;
}

.btn-agenda.yellow {
    background-color: #FFBE00;
}

.btn-agenda.red {
    background-color: #CC0041;
}

.btn-agenda>.ico {
    display: block;
    float: left;
    margin-right: 5px;
}

.btn-agenda>span {
    display: block;
    float: right;
    line-height: 22px;
}

@media (max-width: 991.98px) {
    .btn-agenda {
        margin-top: 10px;
    }
}



/******************************* Redefinindo Datepicker *********************************/
.datepicker{
    position: absolute; z-index: -10; left: 12px; top: 13px;
    color: #757575;
}

.datepicker *{
    font-family: var(--poppins-family);
}

@media (max-width: 991.98px) {
    .datepicker{
        top: 10px;
        left: 5px;
    }
}

.datepicker .datepicker-switch {
    font-size: 14px;
}

.datepicker table tr td, .datepicker table tr th {
    padding: 5px 10px;
    font-size: 11px;
}

.datepicker table tr td.day {
    font-size: 14px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
}
.datepicker table tr td.day:hover, .datepicker table td.day.active {
    background-color: var(--vermelho-agenda) !important;
    color: #ffffff;

}

/**************************** Tag Pills ****************************************/
.tag{
    min-width: 50px;
    height: 30px;
    display: flex;
    font-size: 13px;
    border-radius: 15px 15px 15px 15px;
    padding: 0 10px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
}

.tag+.tag{ margin-left: 5px;}

.tag.tag-margin { margin-left: 5px; }
.tag.tag-bold { font-weight: 550; }
.tag.tag-bigger{ font-size: 16px; }

.tag.tag-gray{
    background-color: #9E9E9E;
    color: #ffffff;
}
.tag.tag-white{
    background-color: #ffffff;
    color: var(--vermelho-agenda);
}
.tag.tag-red{
    background-color: var(--vermelho-agenda);
    color: #FFFFFF;
}

.tag.tag-50{
    min-width: 50px !important;
}

.tag.tag-30{
    min-width: 30px !important;
}

.tag.tag-40{
    min-width: 30px !important;
}

.tag.tag-auto-height {
    height: auto !important;
}

/************************ Menu flutuante lateral direita *********************/
.menu-flutuante {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
}

.menu-flutuante .list-group-item {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    margin-bottom: 10px;
}

.menu-flutuante .list-group-item:last-child {
    margin-bottom: 0;
}

.menu-flutuante .list-group-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #4B4B4B 0% 0% no-repeat padding-box;
    border-radius: 3px 0px 0px 3px;
    opacity: 1;

    color: #ffffff !important;

}

.menu-flutuante .list-group-item a:hover {
    color: var(--vermelho-agenda) !important;
}


@media (max-width: 991.98px) {
    /* Estilos para tablets em modo paisagem e monitores menores */
    .menu-flutuante{
        top: 120px;
    }
}


/********************** Agenda Lutas Body Padrao ***********************/
.agenda-lutas-body {
    /* font-family: var(--poppins-family) !important; */
    /* não tenho certeza se vamos realmente utilizar essa font, mas está no jeito já */
}

/********************** Agenda de Lutas Container **********************/
.agenda-lutas-container{
    padding: 20px 20px;
}

/************************* Section Navegadores *************************/
section#navegadores-section{}

/************* Navegador Principal *************/
/* nav tag*/
.navbar-agenda-lutas{
    padding: 0;
}

/* ul tag */
.navbar-agenda-lutas .navbar-nav {
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 3px 6px #00000029;
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 550;
}


/****** Formato padrão de item ******/
/* navbar-nav nav-item & nav-link */
.navbar-agenda-lutas .navbar-nav .nav-item {
    padding: 9px 0 7px 0;
}
.navbar-agenda-lutas .navbar-nav .nav-item .nav-link{
    display: block;
    text-align: center;
    color: var(--vermelho-agenda);
}

/* navbar-nav nav-item active & nav-link & hover*/
.navbar-agenda-lutas .navbar-nav .nav-item:hover {
    background-color: #9E9E9E;
}

.navbar-agenda-lutas .navbar-nav .nav-item:hover .nav-link{
    color: #ffffff;
}

.navbar-agenda-lutas .navbar-nav .nav-item.active {
    background-color: #6B6B6B;
}

.navbar-agenda-lutas .navbar-nav .nav-item.active .nav-link{
    color: #FFFFFF;
}


/****** Formato padrão horizontal para Desktop ******/
/* li a tags */
.navbar-agenda-lutas .navbar-nav .nav-item:first-child {
    border-radius: 8px 0 0 8px;

}
.navbar-agenda-lutas .navbar-nav .nav-item {
    border-right: solid 1px #9E9E9E;
}

.navbar-agenda-lutas .navbar-nav .nav-item:last-child {
    border-radius: 0 8px 8px 0;
    border-right: none;
}

/****** Formato padrão vertical para Small Devices ******/
@media (max-width: 991.98px) {
    /* Estilos para tablets em modo paisagem e monitores menores */
    .navbar-agenda-lutas .navbar-nav .nav-item{
        border-radius: 8px 8px 0 0;
        border-bottom: solid 1px #9E9E9E;
        border-right: none;
        border-right: none;
    }
}

/************* Navegador Secundário *************/
.navbar-agenda-lutas-datas{
    padding: 0;
    display: flex;
    margin-top: 20px;
}

.navbar-agenda-lutas-datas .navbar-nav {
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 3px 6px #00000029;
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
    justify-content: flex-start;
}


.navbar-agenda-lutas-datas .navbar-nav .nav-item {
    padding: 9px 10px 7px 10px;
}

.navbar-agenda-lutas-datas .navbar-nav .nav-item.align-right{
    margin-left: auto;
}

.navbar-agenda-lutas-datas .navbar-nav .nav-link {
    display: flex;
    align-items: center;
}

select option {color:black !important;}



/* display menores #TODO SCLD - talvez não seja necessário dependendo da resolvução da maioria dos organizadores */
@media (min-width: 991.98px) {
    .navbar-agenda-lutas-datas .navbar-nav {
        font-size: 0.8em;
    }
    .navbar-agenda-lutas-datas .navbar-nav .nav-item {
        padding: 9px 5px 7px 5px;
    }
}


/***************************** Matches Section ******************************/
section#matches-section{
    margin-top: 20px;

}

.inter{
    font-family: 'Inter', 'Montserrat', sans-serif; !important;
}

/* rows */
section#matches-section .row{}

/* footer */
section#matches-section .footer{
    display: flex;
    font-size: 13px;
    color: #9E9E9E;
    margin-top: 1.5em;
}
.match-card {
    & {
        .icon {
            width: 24px;
            text-align: center;
            flex-shrink: 0;
        }

        .ref {
            font-size: 1.4rem;
            font-weight: 700!important;
            flex-shrink: 0;
            width: 97px;
            color: #FFF;
                display: inline-block;
        }
        .ref-pesquisa {
            width: 65px;
        }


        .hora {
            text-align: center;
            min-width: 88px;
        }

        .tag.tag-black {
            background-color: #000000;
            color: #FFF;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            font-weight: 700;
            line-height: 100%;
            height: 28px;
            padding: 0 8px;
            border-radius: 6.25rem;
        }

        .body.horizontal .tag {
            min-width: 88px;
        }

        .status {
            color: #FFF;
            font-size: 1.5rem;
            font-weight: 700;
        }

        .equipe {
            color: #FFF;
            font-family: 'Inter';
            font-size: 0.625rem;
            font-weight: 400;
        }

        .name {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            color: #FFF;
            font-family: Inter;
            font-size: 1.125rem;
            font-weight: 700;
            line-height: 1.2;
            min-width: 0;
        }

        .id-inscricao {
            display: block;
            color: #FFBE00;
            font-family: Inter;
            font-size: 0.75rem;
            font-weight: 400;
            line-height: 1;
            margin-bottom: 2px;
        }
        .cont-aviso{
            color: #FFF;
            text-align: center;
            font-family: 'Inter' !important;
            font-size: 1.25rem;
            font-weight: 700;
        }
        .bell{
            width: 27px;
        }

    }
}



/******** match container *******/
.matches-container{ margin-bottom: 20px; }

/* header design */
.matches-container-header{}

.matches-container-header>.title{
    display: flex;
    height: 50px;
    padding: 0 20px;
    border-radius: 8px 8px 0px 0px;
    background-color: var(--vermelho-agenda);
    font-size: 16px;
    font-weight: 550;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0;
}

.matches-container-header>.title>.first{
    flex: 1;
    display: flex;
    align-items: center;
}

.matches-container-header>.title>.last{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: right;
}

@media (max-width: 991.98px) {
    .matches-container-header>.title>.last *{
        font-size: 13px;
    }
}

.matches-container-header>.subtitle{
    display: flex;
    height: 30px;
    padding: 0 20px;
    background: #6B6B6B;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
}

.matches-container-header>.subtitle>.first{
    flex: 1;
    display: flex;
    align-items: center;
}

.matches-container-header>.subtitle>.last{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 12px;
}

.matches-container-header a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/* matches body design */
.matches-container-body{
    padding: 5px 0;
}


/* matches footer design */
.matches-container-footer{
    display: flex;
    height: 50px;
    padding: 0 20px;
    border-radius: 0px 0px 8px 8px;
    background-color: var(--vermelho-agenda);
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
}

.matches-container-footer>.first{
    flex: 2;
    display: flex;
    align-items: center;
}

.matches-container-footer>.last{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: right;
}

/********* Match Cards ***********/
.match-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #00000033;
    position: relative;
    padding: 10px 10px 10px 10px; /* Espaço para o detalhe */
    border-radius: 8px;
    min-height: 50px;
    color: #4B4B4B;
}


.match-card>.title{
    font-size: 14px;
    font-weight: 550;
    display: flex;
    z-index: 2;
    position: relative;
}

.match-card>.title>.first{
    flex: 2;
    cursor: pointer;
    word-break: break-all;
}

/***************** ajuste para tamanho da tela ****************/
@media (min-width: 991.98px) {
    .match-card>.title>.first{
        zoom: 0.7;
    }
}


.match-card>.title>.last{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.match-card>.subtitle{
    font-size: 13px;
    font-weight: 400;
    z-index: 2;
    position: relative;
}

/* espacamento */
.match-card+.match-card{
    margin-top: 5px;
}


/* bordas para match cards */
.match-card.match-card-border-left {
    border-left: solid 7px var(--roxo-agenda) !important;
}

.match-card.match-card-border-bottom{
    border-bottom: solid 3px var(--roxo-agenda) !important;
}


/* match cards body nas lutas em andamento */
/* match card categrias  */
.match-card-category {
    display: flex;
    height: 30px;
    padding: 0 10px;
    background: #6B6B6B;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 5px;
    align-items: center;
    position: relative;
}

/* match card categrias porcentagem completa  */
.match-card-category .first{
    display: flex;
    flex:1;
    z-index: 2;
    justify-content: flex-start;
}
@media (max-width: 480px) {
    .match-card-category .first{
        font-size: 10px;
    }
}
.match-card-category .last{
    display: flex;
    flex:none;
    z-index: 2;
    justify-content: flex-end;
}

.match-card-category .percent, .match-card .percent{
    display: block;
    position: absolute;
    background-color: #B03BC2;
    width: 0;
    height: 100%;
    top:0;
    left: 0;
    z-index: 0;
}

.match-card .percent{
    /*background-color: rgba(176, 59, 194, 0.32);*/
    background-color: #B03BC2;
}
.match-card+.match-card-category, .match-card-composicao .match-card-category {
    margin-top: 15px;
}


/* match card body  */
.match-card>.body{
    display: flex;
}

/* match-card body status */
.match-card>.body>.status{
    display: flex;
    flex: 0 0 35%;
    margin-right: 0.5em;
    color: #fff;
    font-size: 24px;
    font-weight: 550;
    align-items: center;
    justify-content: space-between;

}

.match-card>.body>.status>.ico {
    margin-right: 0.175em;
    flex: 0 0 auto;
}
.match-card>.body>.status>span{
    display: inline-block;
    margin-right: 2px;
    font-size: 1rem;
    margin-top: -7px;
}
.icone-text {
    display: flex;
    align-items: center;
    gap: 4px; /* espaço entre ícone e texto, ajuste como quiser */
}

.icone-text .ico {
    font-size: 16px; /* ou o tamanho do seu ícone, para ajustar melhor com o texto */
    line-height: 1;
}


/* match-card body match */
.match-card>.body>.match{
    flex: 1;
}

.match-card>.body>.match>.fighter{
    display: flex;
    font-size: 13px;
    align-items: center;
}
.match-card>.body>.match>.fighter>.ico{
    margin-right: 3px;
    flex: 0 0 auto; /* Define tamanho fixo para o item*/
}
.match-card>.body>.match>.fighter>.name{
    display: inline-block;
    font-weight: 550;
    font-family: 'Inter'!important;
    margin-left: 5px;
}

@media (max-width: 480px) {
    .match-card>.body>.match>.fighter>.name{font-size: 9px!important;}
}
.match-card>.body>.match>.fighter>.name>span{
    display: block;
    font-size: 10px;
    color: #9E9E9E;
    width: fit-content;
}

/* tamanho equipe para telas medias */
@media (min-width: 991.98px) {
    .match-card>.body>.match>.fighter>.name>span{
        zoom: 0.8;
    }
}


/* match-card body action */
.match-card>.body>.action{
    display: flex;
    flex: 0 0 auto;
    margin-left: 0.5em;
}


@media (max-width: 480px) {
    .match-card>.body.horizontal {
        flex-direction: column;
    }
    .match-card>.body.horizontal .action{
        margin-bottom: 10px;
    }
    .actions .btn-agenda{font-size: 9px;}
}

.match-card>.body.horizontal>.status{
    flex: 0 0 10%;
    margin-right: 1em;
}

.match-card>.body.horizontal>.match{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.match-card>.body.horizontal>.match>.fighter{
    display: inline-block;
    font-size: 13px;
    margin-right: 1.5em;
    flex-basis: 50%;
}

.match-card>.body.horizontal>.match>.fighter+.fighter {}
.match-card>.body.horizontal>.match>.fighter>.name{}
.match-card>.body.horizontal>.match>.fighter>.name>span{}

.match-card>.body.horizontal>.action{
    flex: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 1em;;
}

.match-card>.body.horizontal>.action>.ico{
    margin-right: 1em;
}

/* match card actions  */
.match-card>.actions{
    /* display: flex; */
    border-top: solid 1px #6B6B6B;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}

.match-card>.actions>div {
    display: flex;
    align-items: center;
}
.match-card>.actions>div>.first{
    flex: 1;
    text-align: left;
}

.match-card>.actions>div>.last{
    flex: 1;
    text-align: right;
}



/******************************* TV MODE *******************************************/
.tv-mode * {
    font-family: var(--poppins-family) !important;
}

.tv-mode .menu-flutuante {
    top: 172px;
}

.header-tv-mode{
    padding: 15px 45px 0 45px;
}

.header-tv-mode .logo-tv {
    display: flex;
    align-items: center;
}

.header-tv-mode .logo-tv img{
    width: 312px;
}

.header-tv-mode .info-tv {
    display: flex;
    align-items: center;

    font-size: 13px;
    color: #9E9E9E;
}

.header-tv-mode .time-tv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    color: #ffffff;
}

/* main styles para conteudo */
.main-tv-mode {
    padding: 15px 45px 0 45px;
}

.btn-toggle {
    border: none;
    background: none;
    font-size: 1.2rem;
    cursor: pointer;
    transition: transform 0.3s;
    font-size: 30px;

}

.btn-toggle .icon-arrow {
    transition: transform 0.3s ease;
}

.btn-toggle:not(.collapsed) .icon-arrow {
    transform: rotate(180deg);
}

.horario-score{
    width: 148px;
}

.desclassificacao{font-size: 25px; font-weight: bold; color: red;}

.remove-fale-conosco #contact-us{
    display: none;
}