/*****************************/
/** Wartości custom dla widoku: Odliczanie w kafelkach  **/
/*****************************/

#CountdownTiles {

    .countdown .figure>span,
    .figure>span,
    .count-title,
    .countdown .figure .top,
    .countdown .figure .top-back,
    .countdown .count-title,
    .countdown .figure .bottom-back {
        color: #26326c;
    }

    .countdown {
        .figure {

            &.days .top,
            &.days .bottom-back,
            &.hours .top,
            &.hours .bottom-back,
            &.minutes .top,
            &.minutes .bottom-back,
            &.seconds .top,
            &.seconds .bottom-back {
                background-color: #ffffff;
            }

            &.days,
            &.days .bottom,
            &.days .top-back,
            &.hours,
            &.hours .bottom,
            &.hours .top-back,
            &.minutes,
            &.minutes .bottom,
            &.minutes .top-back,
            &.seconds,
            &.seconds .bottom,
            &.seconds .top-back {
                background-color: #ffffff;
            }

        }

        .count-title {
            color: #ffffff;
            font-size: 20px;
        }
    }

    .timer-title {
        font-size: 32px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 4px !important;
    }

    background-color: #25326c;
;
}

/*****************************/
/** Wartości custom dla widoku: Kontakt  **/
/*****************************/

#ContactView {
    #contact {
        background-color: transparent;
;
    }

    #contact_btnSubmit,
    #contact_spin-button {
        color: #ffffff;
        background-color: #c2131a;
        border-color: #c2131a;
        font-size: 16px;
        border-radius: 4px;
    }

    label:not(.errors) {
        font-size: 16px;
        color: #0c004b;
    }

    .form-control {
        font-size: 16px;
        color: #0c004b;
        border-radius: 4px;

        &:focus {
            border-color: #0c004b;
            box-shadow: 0 0 0 .2rem #0c004b40;
        }
    }

    .select2-container--bootstrap4 .select2-selection {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .input-group-text {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .select2-container--bootstrap4.select2-container--focus .select2-selection {
        border-color: #0c004b;
        box-shadow: 0 0 0 .2rem #0c004b40;
    }

    div.row:has(button) {
        justify-content: left;
    }

    .form-group {
        margin-bottom: 16px;
    }

    h3 {
        text-align: left;
        color: #053378;
    }

    p.header-text {
        font-size: KONTAKT_NAGLOWEK_ROZMIAR_TEKST_INFORMACYJNY;
        text-align: center;
        color: #424242;
    }

    
    p.footer-text {
        font-size: 12px;
        text-align: center;
        color: #424242;
    }
}

