/*****************************/
/** 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: Formularz zadawania pytań  **/
/*****************************/

section:has(#AskedQuestionsView) {
    background-color: transparent;
;
}

.AskedQuestionsButton {
    color: #ffffff !important;
    background-color: #63D77B !important;
    border-color: #63D77B !important;

    &:hover {
        background-color: #63D77Bcc !important;
        border-color: #63D77Bcc !important;
    }
}

#AskedQuestionsView {

    #AskedQuestionsSubmitButton,
    #AskedQuestionsSpinButton {
        width: 100%;
        color: #ffffff;
        background-color: #63D77B;
        border-color: #63D77B;
        font-size: 16px;
        border-radius: 15px;

        &:focus {
            box-shadow: 0 0 0 .2rem #63D77B40;
        }

        &:hover {
            background-color: #63D77Bcc;
            border-color: #63D77Bcc;
        }
    }

    .form-control {
        font-size: 16px;
        color: #000000;
        border-radius: 15px;

        &:focus {
            border-color: #000000;
            box-shadow: 0 0 0 .2rem #00000040;
        }
    }

    div.row:has(button) {
        justify-content: center;
    }


    p#header-text {
        font-size: 14px;
        color: #6a6a6a;
    }
}

/*****************************/
/** 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;

}

