body, html {
    min-height: 100vh;
  }
  
.carousel-indicators > li[data-bs-target]::marker {
font-size: 0;
}

calend-th-day {
    display: flex;
}

.calend-th {
    font-weight: 600;
    width: 38px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
    color: #574e4e;
}

@media (min-width: 576px) {
    .calend-th {
        width: 45px;
    }
}

.calend-td {
    width: 38px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
    border: 1px solid #ffffff;
}

@media (min-width: 576px) {
    .calend-td {
        width: 45px;
    }
}

.calend-td:hover {
    border: 1px solid #f16e65;
    border-radius: 5px;
}

.calend-td-selected {
    background-color: #ffdede;
    color: #cf1f13;
    border: 1px solid #cf1f13;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.calend-td-disabled {
    background-color: #f3f3f3;
    color: #939393;
    cursor: not-allowed;
}

.calend-td-disabled:hover {
    border: 1px solid #ffffff;
}

.calend-td-enabled {
    cursor: pointer;
}

.calend-td-inactive {
    color: #d1d1d1;
    cursor: not-allowed;
}

.calend-td-inactive:hover {
    border: 1px solid #ffffff;
}

.btn-fablab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #e3281c;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 23px;
    color: #cf1f13;
    cursor: pointer;
    font-weight: 600;
}

.btn-fablab:hover {
    background-color: #fcbfbf !important;
}

.btn-fablab-disabled {
    color: #c4c4c4 !important;
    border: 1px solid #c4c4c4;
    cursor: not-allowed;
    background-color: #f3f3f3;
}

.btn-fablab-disabled:hover {
    background-color: #ffffff !important;
}

.btn-fablab-selected {
    background-color: #ffdede !important;
    color: #d11e12;
}

.godziny {
    display: flex;
    font-weight: 600;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    flex-direction: column;
}

.tytul2 {
    color: #4b4b4b;
    font-weight: 600;
    font-size: 20px;
}

.podtytul2 {
    font-size: 15px;
    color: #787171;
    text-align: center;
}

.fablaby-col {
    width: 240px;
    padding-bottom: 23px;
}

.godziny-col {
    width: 210px;
}

.godziny-tytul {
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 15px;
    font-weight: normal;
}

.zajecia-btn {
    font-size: 18px;
    font-weight: 500;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    padding: 18px 20px;
    max-width: 391px;
}

.zajecia-pg-title {
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.form-control {
    border-radius: 4px;
}

.form-control:focus {
    box-shadow: none;
}

body {
    background: #edeeef;
}

button.bialy {
    background: white;
    border: 0;
    color: #cf1f13;
}

.zajecia-btn:hover .bialy {
    background-color: #fcbfbf;    
}
