
.grid_ferensys
{
  display: flex;
    gap: 1vw;  
}

.timeSlot {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.2vw;
    margin: 0;
    cursor: pointer;
    font-size: 1vw;
}

  .selected {
    background-color: lightblue;
  }

  #datepicker {
    margin-bottom: 10px;
  }

  .reserved {
    background-color: red;
    pointer-events: none; /* Отключает возможность нажатия на ячейку */
  }

#timepicker
{
  display: grid;
    grid-template-columns: 3.3vw 3.3vw 3.3vw 3.3vw;
    align-items: center;
    align-content: center;
    justify-items: start;
    justify-content: center;  
}

.grid_ferensys {
    display: flex;
    gap: 1vw;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
}

.timeSlot {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.2vw;
    margin: 0;
    cursor: pointer;
    font-size: 1vw;
    height: 2.5vw;
    text-align: center;
    width: 3.4vw;
    margin: 0px;
    margin-bottom: -0.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#timepicker {
    display: grid;
    grid-template-columns: 3.8vw 3.8vw 3.8vw 3.8vw;
    align-items: center;
    align-content: center;
    justify-items: start;
    justify-content: center;
    grid-gap: 1vw;
}



.timeSlot {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.2vw;
    margin: 0;
    cursor: pointer;
    font-size: 1vw;
    height: 2.5vw;
    text-align: center;
    width: 3.4vw;
    margin: 0px;
    margin-bottom: -0.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 0.2vw;
    background-color: white;
    color: black;
}

.timeSlot.reserved
{
  background-color: red;
  color:white;
}




.timeSlot.selected
{
background-color: #f0b611;
color: white;
}

.red_block
{
  width: 1vw;
    height: 1vw;
    display: inline-flex;
    background-color: red;
    border-radius: 0.2vw;
    align-items: center;
    justify-content: center;
  
}

.white_block
{
  width: 1vw;
    height: 1vw;
    display: inline-flex;
    background-color: white;
    border-radius: 0.2vw;
    align-items: center;
    justify-content: center;
}

.reserwis
{
 margin-top: 2vw; 
}



.inputstyle
{
   width: 55.3%;
    height: 2vw;
    padding-left: 1vw;
    display: flex;
    background-color: #ffffff;
    font-size: 1vw;
    border: 0px;
    color: black; 
}

.inputstyle {
    width: 54.2%;
    height: 2vw;
    padding-left: 1vw;
    display: flex;
    background-color: #00000094;
    font-size: 1vw;
    border: 0px;
    color: black;
    margin-bottom: 0.5vw;
    border: 1px solid white;
    border-radius: 0.2vw;
}

.inputstyle {
    width: 54.2%;
    height: 2vw;
    padding-left: 1vw;
    display: flex;
    background-color: #00000094;
    font-size: 1vw;
    border: 0px;
    color: white;
    margin-bottom: 0.5vw;
    border: 1px solid white;
    border-radius: 0.2vw;
}

.red-rezerw
{
    font-size: 1.5vw;
    color: #f0b611;
}

.timeSlot
{
    position: relative !important;
}

.cena_price {
    position: absolute;
    bottom: 0px;
    font-size: 0.5vw;
    background-color: #e5ad10;
    right: 0px;
    padding-left: 0;
    width: 100%;
    color: white;
}

.timeSlot.reserved .cena_price {
background-color: red;
color:red;
}

#totalPriceDisplay
{
  background-color: #00a900;
    width: 54.5%;
    text-align: center;
    padding: 0.5vw;
    border-radius: 0.3vw;
    font-size: 1.4vw;  
}


.inputstyle {
    width: 54.2%;
    height: 2vw;
    padding-left: 1vw;
    display: flex;
    background-color: #ffffff;
    font-size: 1vw;
    border: 0px;
    color: white;
    margin-bottom: 0.5vw;
    border: 1px solid white;
    border-radius: 0.2vw;
}
.zgadz
{
font-size: 1vw;
    background-color: red;
    width: 55%;
    padding: 0.3vw;
    margin-bottom: 1vw;
    border-radius: 0.2vw;
}

.rezerwacjas
{
 width: 15vw;
    margin: auto;
    height: 3vw;
    font-size: 1vw;
    background-color: #f0b611;
    border: 0px;
    color: white;
    font-size: 1.2vw;
    border-radius: 0.2vw;   
}

#totalPriceDisplay {
    background-color: #00a900;
    width: 54.5%;
    text-align: center;
    padding: 0.5vw;
    border-radius: 0.3vw;
    font-size: 1vw;
    margin-bottom: 2vw;
    margin-top: 1vw;
}


.inputstyle {
    color: black !important;
}

@media (max-width:991px)
{
    .kalendar_title {
    padding: 0vw;
    padding-left: 0.5vw;
    font-size: 1.3vw;
    border: 1px solid #ffffff42;
    margin-bottom: 1vw;
    width: 97.5%;
    background-color: white;
    color: black;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0.4vw;
}

.posi2 {
    position: relative;
    left: auto;
    top: auto;
    margin: auto;
    margin-top: 118px;
    color: white;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.grid_ferensys {
    display: flex;
    gap: 1vw;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0px;
    margin: 0px;
}

#datepickerForm
{
    width:100%;
}

.refensys {
    display: flex;
    gap: 3vw;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #ffffff3b;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    background-color: #000000a1;
    flex-direction: column;
    width: 100%;
}

#datepicker {
    margin-bottom: 10px;
    width: 100%;
}

.ui-datepicker {
    width: 99%;
    display: none;
}

.grid_ferensys {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 97%;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0px;
    margin: 0px;
    margin: auto;
    margin-top: 10px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    font-size: 17px;
}

.kalendar_title {
    padding: 0vw;
    padding-left: 0.5vw;
    font-size: 1.3vw;
    border: 1px solid #ffffff42;
    margin-bottom: 1vw;
    width: 96.5%;
    background-color: white;
    color: black;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0.4vw;
    margin: auto;
}

#timepicker {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    align-content: center;
    justify-items: start;
    justify-content: center;
    grid-gap: 10px;
}

.timeSlot {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    height: 29px;
    text-align: center;
    width: 67%;
    margin: 0px;
    margin-bottom: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 0.2vw;
}

.reserwis {
    margin-top: 16px;
    text-align: center;
    margin-bottom: 13px;
}

.red_block {
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-color: red;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

.white_block {
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-color: white;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

.reserwis {
    margin-top: 16px;
    text-align: left;
    margin-bottom: 13px;
    margin-left: 1px;
}

#totalPriceDisplay {
    background-color: #00a900;
    width: 95%;
    text-align: center;
    padding: 10px;
    border-radius: 0.3vw;
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 9px;
}

.inputstyle {
    width: 94%;
    height: 44px;
    padding-left: 0;
    display: flex;
    background-color: #ffffff;
    font-size: 17px;
    border: 0px;
    color: white;
    margin-bottom: 0.5vw;
    border: 1px solid white;
    border-radius: 3px;
    margin: auto;
    margin-top: 10px;
    padding-left: 10px;
}

.zgadz {
    font-size: 17px;
    background-color: red;
    width: 92%;
    padding: 10px;
    margin-bottom: 1vw;
    border-radius: 3px;
    margin: auto;
    margin-top: 10px;
}

.rezerwacjas {
    width: 90%;
    margin: auto;
    height: 47px;
    font-size: 1vw;
    background-color: #f0b611;
    border: 0px;
    color: white;
    font-size: 20px;
    border-radius: 3px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 26px;
}

.reters
{
    margin-bottom:20px;
}



}


@media (min-width:991px)
{
.right_bar
{
  border-left: 0px solid !important;
    width: 70%;
    margin: auto;
    margin-top: 2vw;  
}

.tytul
{
    font-family: "Quicksand", Sans-serif !important;
    text-align: center;
    font-size: 1.5vw;
    margin-top: 3vw;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all
{
    display: block;
    width: 27vw;
    height: 26vw;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    height: 3vw;
    font-family: "Quicksand", Sans-serif !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    height: 3vw;
    font-family: "Quicksand", Sans-serif !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #bf1e2d;
    background: #b01c2a;
    font-weight: normal;
    color: #ffffff;
}

.timeSlot.reserved {
    background-color: #e3e3e3;
    color: white;
}

.tytul {
    font-family: "Quicksand", Sans-serif !important;
    text-align: center;
    font-size: 1.5vw;
    margin-top: 3vw;
    margin-bottom: 1.3vw;
}

#timepicker {
    display: grid;
    grid-template-columns: 3.8vw 3.8vw 3.8vw 3.8vw;
    align-items: center;
    align-content: center;
    justify-items: start;
    justify-content: center;
    grid-gap: 1vw;
}

.timeSlot {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.2vw;
    margin: 0;
    cursor: pointer;
    font-size: 1vw;
    height: 4.5vw;
    text-align: center;
    width: 4.4vw;
    margin: 0px;
    margin-bottom: -0.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 0.2vw;
    background-color: white;
    color: black;
}

.timeSlot {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.2vw;
    margin: 0;
    cursor: pointer;
    font-size: 0.9vw;
    height: 3.5vw;
    text-align: center;
    width: 4.4vw;
    margin: 0px;
    margin-bottom: -0.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 0.2vw;
    background-color: white;
    color: black;
    font-family: "Quicksand", Sans-serif !important;
}

.tytul {
    font-family: "Quicksand", Sans-serif !important;
    text-align: center;
    font-size: 1.3vw;
    margin-top: 3vw;
    margin-bottom: 1.3vw;
    background-color: #bf1e2d;
    color: white;
}

.kalendar_title
{
    font-family: "Quicksand", Sans-serif !important;
    text-align: center;
    font-size: 1.3vw;
    margin-top: 1vw;
    margin-bottom: 1.3vw;
    background-color: #bf1e2d;
    color: white;  
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    display: block;
    width: 27vw;
    height: 26vw;
    font-family: "Quicksand", Sans-serif !important;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    display: block;
    width: 27vw;
    height: 20.2vw;
    font-family: "Quicksand", Sans-serif !important;
}



.inputstyle {
    width: 100%;
    border: 0px solid #666 !important;
    border-radius: 0 !important;
    padding: 0vw !important;
    transition: all .3s;
    border-bottom: 1px solid #0000002b !important;
    padding-bottom: 1.4vw !important;
    color: black !important;
    padding-top: 0.7vw !important;
    font-family: "Quicksand", Sans-serif !important;
}

.inputstyle::placeholder 
{
    color:black !important;
    font-family: "Quicksand", Sans-serif !important;
}

.inputstyled {
    border: 0px solid #666 !important;
    border-radius: 0 !important;
    padding: 0vw !important;
    transition: all .3s;
    border-bottom: 1px solid #0000002b !important;
    padding-bottom: 0.7vw !important;
    color: black !important;
    padding-top: 0.7vw !important;
    font-family: "Quicksand", Sans-serif !important;
}

.zgadz {
    font-size: 1vw;
    background-color: white;
    width: 55%;
    padding: 0.3vw;
    margin-bottom: 1vw;
    border-radius: 0.2vw;
    margin-top: 1vw;
    font-family: "Quicksand", Sans-serif !important;
}

.rezerwacjas {
    width: 15vw;
    margin: auto;
    height: 2.4vw;
    font-size: 1vw;
    background-color: #bf1e2d;
    border: 0px;
    color: white;
    font-size: 1.2vw;
    border-radius: 1vw;
    margin-bottom: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-bottom: 0.5vw;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    display: block;
    width: 27vw;
    height: auto !important;
    font-family: "Quicksand", Sans-serif !important;
}

.zgadz [type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    width: 1.5vw !important;
    height: 1.5vw !important;
}


.zgadz {
    font-size: 1vw;
    background-color: white;
    width: 55%;
    padding: 0.3vw;
    margin-bottom: 1vw;
    border-radius: 0.2vw;
    margin-top: 1vw;
    font-family: "Quicksand", Sans-serif !important;
    display: flex;
    gap: 1vw;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

input:focus {
            outline: none;
            border: none;
        }
}

@media (max-width:991px)
{
    .posi2 {
        position: relative;
        left: auto;
        top: auto;
        margin: auto;
        margin-top: 10px;
        color: white;
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .tytul
    {
      color: black;
      font-family: "Quicksand", Sans-serif !important;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;  
    }

.right_bar
{
    border:0px !important;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all
{
    font-family: "Quicksand", Sans-serif !important;
}

.timeSlot {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 10px;
        margin: 0;
        cursor: pointer;
        font-size: 16px;
        height: 42px;
        text-align: center;
        width: 100%;
        margin: 0px;
        margin-bottom: -2px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        border-radius: 0.2vw;
    }

    .kalendar_title {
        padding: 0vw;
        padding-left: 0.5vw;
        font-size: 1.3vw;
        border: 1px solid #ffffff42;
        margin-bottom: 1vw;
        width: 100%;
        background-color: #bf1e2d;
        color: black;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 16px;
        margin-top: 0.4vw;
        margin: auto;
        margin-top: 29px;
        text-align: center;
        font-family: "Quicksand", Sans-serif !important;
        color: white;
        padding: 7px;
    }

    .refensys {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        align-items: flex-start;
        border: 1px solid #ffffff3b;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        background-color: #00000000;
        flex-direction: column;
        width: 100%;
    }

.inputstyled, .inputstyle {
    width: 100%;
    border: 0px solid #666 !important;
    border-radius: 0px !important;
    padding: 10px !important;
    border-bottom:1px solid black;
    transition: all .3s;
    font-family: "Quicksand", Sans-serif !important;
    }



    .inputstyled, .inputstyle {
        width: 100%;
        border: 0px solid #666 !important;
        border-radius: 0px !important;
        padding: 10px !important;
        border-bottom: 1px solid #00000021 !important;
        transition: all .3s;
        padding-bottom: 14px !important;
    }


.inputstyled::placeholder, .inputstyle::placeholder {
    font-family: "Quicksand", Sans-serif !important;
color:black;
}

.timeSlot
{
    font-family: "Quicksand", Sans-serif !important;
}

#timepicker {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        align-items: center;
        align-content: center;
        justify-items: start;
        justify-content: center;
        grid-gap: 10px;
        margin: auto;
    }

.zgadz {
        font-size: 17px;
        background-color: #ff000000;
        width: 92%;
        padding: 10px;
        margin-bottom: 1vw;
        border-radius: 3px;
        margin: auto;
        margin-top: 10px;
        color: black;
        font-family: "Quicksand", Sans-serif !important;
    }

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 34px;
    height: 34px;
}

.zgadz {
        font-size: 17px;
        background-color: #ff000000;
        width: 92%;
        padding: 10px;
        margin-bottom: 1vw;
        border-radius: 3px;
        margin: auto;
        margin-top: 10px;
        color: black;
        font-family: "Quicksand", Sans-serif !important;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        gap: 15px;
    }

.rezerwacjas {
        width: 90%;
        margin: auto;
        height: 47px;
        font-size: 1vw;
        background-color: #be1e2d;
        border: 0px;
        color: white;
        font-size: 20px;
        border-radius: 3px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        margin-top: 26px;
        font-family: "Quicksand", Sans-serif !important;
        text-transform: uppercase;
    }

.red-rezerw {
    font-size: 21px;
    color: #bf1e2d;
    font-family: "Quicksand", Sans-serif !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}



}

@media (min-width:991px)
{
    .rezerwacjas {
        font-family: "Quicksand", Sans-serif !important;
    text-transform: uppercase;
    padding-top: 0.8vw;
}
}

@media (max-width:991px)
{
.timeSlot.reserved {
    background-color: #dfdfdf;
    color: white;
    font-family: "Quicksand", Sans-serif !important;
}
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: 1px solid #005f59;
        background: #005f59;
        font-weight: normal;
        color: #ffffff;
        font-family: "Quicksand", Sans-serif !important;
    }

    .ui-datepicker .ui-state-highlight {
    background-color: #005f59 !important;
    color: white !important;
    font-family: "Quicksand", Sans-serif !important;
}

.ui-datepicker .ui-state-highlight {
    background-color: #005f59 !important;
    color: white !important;
    font-family: "Quicksand", Sans-serif !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #005f59;
    background: #005f59;
    font-weight: normal;
    color: #ffffff !important;
    font-family: "Quicksand", Sans-serif !important;
}

.red_block {
    background-color: #e3e3e3;
    font-family: "Quicksand", Sans-serif !important;
}

#totalPriceDisplay {
    background-color: #005f59;
    color: white;
    font-family: "Quicksand", Sans-serif !important;
}

.timeSlot.selected {
    background-color: #005f59;
    color: white;
    font-family: "Quicksand", Sans-serif !important;
}

.kalendar_title {
        background-color: #005f59;
        color: white;
        font-family: "Quicksand", Sans-serif !important;
    }

    .tytul {
        font-family: "Quicksand", Sans-serif !important;
        background-color: #005f59;
        color: white;
    }

    .rezerwacjas {
        background-color: #005f59;
        color: white;
    }

    @media (max-width:991px)
    {
            .reserwis {
        margin-top: 16px;
        text-align: left;
        margin-bottom: 13px;
        margin-left: 1px;
        color: black;
    }
    #totalPriceDisplay {
        background-color: #00a900;
        width: 95%;
        text-align: center;
        padding: 10px;
        border-radius: 0.3vw;
        font-size: 19px;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 9px;
    }


    }


    .tytul {
        background-color: #eb8113;
        color: white;
        font-family: "Quicksand", Sans-serif !important;
    }

    .kalendar_title {
        background-color: #eb8113;
        color: white;
        font-family: "Quicksand", Sans-serif !important;
    }

    #totalPriceDisplay {
        background-color: #eb8113;
        color: white;
        font-family: "Quicksand", Sans-serif !important;
    }

    body 
    {
        font-family: "Quicksand", Sans-serif !important;
    }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: 1px solid #eb8113;
        background: #eb8113;
        font-family: "Quicksand", Sans-serif !important;
    }

    .rezerwacjas {
        background-color: #eb8113;
        color: white;
        padding-bottom: 13px;
    }

    .ui-datepicker .ui-state-highlight {
        background-color: #eb8113 !important;
        color: white !important;
        font-family: "Quicksand", Sans-serif !important;
    }

    [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
        color: #fff;
        background-color: #000000;
        text-decoration: none;
    }

    a {
        background-color: transparent;
        text-decoration: none;
        color: #e77f13;
    }

    .timeSlot.selected {
        background-color: #eb8113 !important;
        color: white;
        font-family: "Quicksand", Sans-serif !important;
    }