/*****************************/
/** Wartości custom dla widoku: Odliczanie  **/
/*****************************/

.CountdownView {
    color: #ee8731;
    #timer {
        text-align: center;
    }

    .countdown-amount {
        font-size: 36px;
    }

    .countdown-period {
        font-size: 18px;
    }

     .timer-title {
        font-size: 16px;
        color: #212529;
        margin-bottom: 16px !important;
    }
    
    background-color: transparent;

}

/*****************************/
/** Wartości custom dla widoku: Agenda z linią czasu  **/
/*****************************/

.agendaNavBar {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li>.agendaNavLink {
    color: #000000;
    margin: 25px;
    padding: 10px 30px;
    border: 0;
    background-color: #dedede;
    border-radius: 0px;
}

.nav>li>.agendaNavLink:hover,
.nav>li>.agendaNavLink.active {
    opacity: .75;
}


.godzina {
    text-align: right;
    font-size: 14px;
    color: #000000;
}

.nazwa {
    text-align: left;
    font-size: 14px;
    color: #000000;
}

.opis {
    text-align: left;
    font-size: 12px;
    color: #000000;
}

.prelegent {
    text-align: left;
    font-size: 12px;
    color: #000000;
}

.AgendaDescription {
    background: #ffffff00;
    box-shadow: 0px 0px 15px #ffffff00BF;
    border-radius: 20px;
    padding: 10px;
}

#VerticalLine {
    background-color: #000000;
}

.kolko {
    border: 1px solid #000000;
    background-color: #000000;
}


#AgendaTabbed { 
    
}

/*****************************/
/** Wartości custom dla widoku: Prelegenci carousel  **/
/*****************************/

.hideMobile {
    color: #FFFFFF;
    font-size: 32px;
}

.speakerName {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
}

.speakerInfo {
    .speakerPosition {
        color: #FFFFFF;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .speakerCompany {
        color: #000000;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .speakerBio {
        color: #FFFFFF;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
}

.speakerImg {
    width: 360px;
    height: 90%;
    border-radius: 8px;
}

#Prelegenci {
    background-color: transparent;

}

/*****************************/
/** Wartości custom dla widoku: FAQ z plusikiem  **/
/*****************************/

#FAQWithPlus {
    .pytanie {
        font-size: 14px;
        color: #000000;
    }

    .odpowiedz {
        font-size: 14px;
        color: #000000;
    }

    .iconSpanPlus {
        color: #000000;
    }

    .iconSpanMinus {
        color: #000000;
    }

    .borderLine {
        border-bottom-color: #000000;
    }

    background-color: transparent;

}

