.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}
.booking-layout {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
}
.booking-logo{
    margin-left: 1rem;
    height: 2rem;
    margin-top: auto;
    margin-bottom: auto;
}
.booking-navbar-icon{
    margin-bottom: 0.5rem;
}
.booking-divider{
    width: 2px;
    color: white;
    opacity: 100%;
    height: 2.5rem;
}

.rz-navigation-item-icon-children{
    display: none !important;
}
.booking-header {
    background-color: #2060b5;
    color: white;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-dropdown-btn {
    background-color: transparent;
    border: transparent;
}
.booking-img-container
{
    height: 12rem;
    width: 100%;
}
.booking-img-container img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.booking-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Odstęp między zdjęciami */
}

.booking-gallery-item {
    position: relative;
    flex: 1; /* Kontenery zajmują równe miejsce w rzędzie */
    display: flex;
    flex-direction: column;
}

.booking-gallery-item img {
    width: 300px;
    height: auto;
    object-fit: cover;
}

.booking-gallery-btn-delete {
    object-fit: cover;
    max-height: 7rem;
    top: 20px;
    left: 85%;
}




.booking-gallery .booking-gallery-btn-delete:hover{
    background-color: red;
}


.booking-blue{
    background-color: #2060b5 !important ;
}

.booking-sidebar {
    background-color: #2060b5 !important;
}
.circle-avatar {
    width: 2rem; /* Dostosuj szerokość i wysokość według własnych potrzeb */
    height: 2rem;
    background-color: #efefef; /* Kolor tła */
    color: #2060b5; /* Kolor tekstu (biały w tym przypadku) */
    font-size: 1rem; /* Rozmiar tekstu */
    text-align: center;
    line-height: 2rem; /* Ustala środek tekstu wewnątrz okręgu */
    border-radius: 50%; /* Tworzy kształt okręgu */
}

.booking-body {
    padding: 16px;
}
.valid.modified:not([type="checkbox"]){
    outline: none;
}

.booking-calendar-date-tile{
    text-align: center;
    width: 10%;
}
.booking-calendar-date-tile-weekend {
    background-color: rgba(246, 163, 148, 0.16) !important;
    border-color: #afaeae !important;
    border-bottom: none;
    text-align: center;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    height: 100%;
}
.booking-calendar-date-tile-weekday {
    border-color: #afaeae !important;
    border-right: solid 1px;
    border-left: solid 1px;
    border-bottom: none;
    text-align: center;
    font-weight: 300 !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.booking-calendar-date-tile-weekday:first-of-type {
    border-left: none !important;
}
.booking-calendar-date-tile-weekday:last-of-type {
    border-right: none !important;
}
.booking-calendar-spacer {
    width: 5rem;
    border: none;
    vertical-align: center;
}
.booking-calendar-occupied {
    background-color: #e5816c;
    text-align: center;
    color: whitesmoke;
}
.booking-calendar-free {
    background-color: #84c0a1;
    text-align: center;
    color: whitesmoke;
}
.booking-calendar-price-tile {
    text-align: center;
    min-width: 6rem;
}
.booking-calendar-price-tile:hover {
    background-color: rgba(32, 96, 181, 0.52) !important;
    transition: all 300ms ease;
}
.booking-tooltip-icon{
    color: #2e2e33;
    display: block;
}
.booking-tooltip-icon:hover{
    box-shadow: 0 0 8px 5px #D7D7D7FF;
    background-color: #d7d7d7;
    transition: all 300ms ease;
}
.table-hover > tbody > tr:hover
{
    background-color: rgba(32,96,181,0.33) !important;
    transition: all 300ms ease;
}
.buttonsGroup {
    position: sticky;
    display: inline-block;
    /*float: right;*/
    right: 0;
    height: 0;
    top: 0;
    z-index: 1;

    left: 0;
    width: 100%;
    text-align: right;
}

.booking-card-img-container {
    padding: 1rem;
    height: 12rem;
    width: 100%;
    margin-bottom: 1rem;
}
.booking-centered-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.booking-rounded-button-left {
    border-radius: 25px 0px 0px 25px !important;
    margin-right: 3px !important;
}
.booking-rounded-button-right {
    border-radius: 0px 25px 25px 0px !important;
    margin-right: 0.25rem !important;
}

.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}

.booking-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    border-radius: 8px !important;
    width: 100%;
}

.booking-card-info {
    background-color: #e9f1ff !important; 
    color: #484890 !important;
}

.search-width-1 {
    width: 12rem;
}

.search-booking-blue {
    color: #2060b5;
}