@import url("https://my.plan4u.pl/PLAN4UCommon/fonts/Montserrat.css"); 
@import url("../../../PLAN4UCommon/fonts/Montserrat.css");

:root {
    --kolor-1: #1293B3;  /*menu*/ 
    --kolor-2:  #B2D15B;/*wybrany element*/
    --kolor-3: white;  
    --kolor-selected: #E27522;
    --font-1: 'Montserrat';
    --font-2:'Montserrat-Black' ;
    --border-radius-1: 8px;
}


body {
   font-size: 21px; 
}

.card-header{
   font-family: 'Montserrat-Black' ;
}

 .groupdate {
    visibility: hidden;
    height: 1px;
    line-height: 1px;
 }
 .zapisyZajecia-warningMessage{
    color: red;
 }

 .choiceTitle{
   color: var(--kolor-2);
   text-transform: uppercase;
   font-family: 'Canaro-Bold';
   padding-top: 30px;
   padding-bottom:  30px;
   text-align: center;
 }

 .chooser{
   background-color: var(--kolor-1);
}

.parkCard{
   border-radius: 20px;
}

.chooser{
   color: var(--kolor-2);
 
   font-size: 24px;
   text-transform: uppercase;
   font-family: 'Canaro-Bold';
   border-radius: 16px;
   height: 80px;
}


.chooser:hover{

   border-color: var(--kolor-2)!important;
   color: white;
   background-color: var(--kolor-2)!important;
   border-width: 3px;
}
.chooser:active{

   border-color: var(--kolor-2)!important;
   color: var(--kolor-1)!important;
   background-color: white;
   border-width: 3px;
}
.chooser:focus{

   border-color: var(--kolor-2)!important;
   color: var(--kolor-1)!important;
   background-color: white;
   border-width: 3px;
}

.login-page-header{
height :0px!important;
visibility:hidden!important;
}

.submit-btn{
   font-size:32px;
   background-color: var(--kolor-2);
}

.bDayName{
   font-size:42px!important;
}


/* =========================
ai
========================= */
/* =========================
   KARTY WARSZTATÓW
========================= */

.venueCard {
    background: #fff;
    border-radius: 18px;
    border: none;
    overflow: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.venueCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.14);
}

/* =========================
   HEADER
========================= */

.venueCard .box-header {
    padding: 20px 20px 10px;
}

.venueCard .box-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #222;
    margin: 0;
}

/* podtytuł */
.venueCard p {
    margin: 0 20px 15px !important;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}

.venueCard p b {
    font-weight: 600;
}

/* =========================
   BODY
========================= */

.venueCard .box-body {
    padding: 0 20px 10px;
    flex: 1;
}

.venueDescription {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
    min-height: 120px;
}

/* =========================
   INFO ROWS
========================= */

.direct-chat-msg {
    margin-bottom: 12px;
}

.direct-chat-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.direct-chat-name,
.direct-chat-timestamp {
    font-size: 15px;
    line-height: 1.4;
}

.direct-chat-name {
    color: #666;
    font-weight: 500;
}

.termin,
.koszt {
    font-weight: 700;
    color: #222;
}

.koszt {
    color: #0f9d58;
    font-size: 22px;
}

/* =========================
   FOOTER
========================= */

.venueCard .box-footer {
    padding: 18px 20px 20px;
    border-top: 1px solid #f1f1f1;
    margin-top: auto;
}

/* układ footer */
.getVenues-step1-footer {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ilość */
.lblIlosc {
    font-size: 14px;
    color: #777;
    margin-right: 5px;
    margin-bottom: 0;
}

/* przyciski +/- */
.btnUpDown {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    transition: all 0.2s ease;
    padding: 0;
}

.btnUpDown:hover {
    background: #f5f5f5;
    border-color: #bbb;
}

.btnUpDown svg {
    width: 14px;
    height: 14px;
}

/* input qty */
.qtyInput {
    width: 55px !important;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fafafa;
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

/* button rezerwuj */
.btnKupuje {
    background: linear-gradient(135deg, #7ac943, #5cab2d);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 22px;
    margin-left: 15px;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btnKupuje:hover {
    background: linear-gradient(135deg, #6ab938, #4f9f24);
    transform: translateY(-1px);
    color: #fff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

    .venueCard .box-title {
        font-size: 20px;
    }

    .venueDescription {
        min-height: auto;
    }

    .direct-chat-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .box-footer .input-group {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .btnKupuje {
        width: 100%;
        margin-left: 0;
    }

    .getVenues-step1-footer {
        justify-content: center;
    }
}
.venueGoBack{
margin-top:16px;
}