﻿.booking-history {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0rem 1rem 2rem;
    --rz-grid-cell-font-size: 11px;
    --rz-grid-header-font-size: 10px;
    --rz-grid-header-text-transform: none;
    --rz-grid-selected-background-color: purple;
    --rz-grid-selected-color: black;
}

.rz-grid-table td {
    padding-top: 3px !important;
    padding-bottom: 0px !important;
}

.rz-data-row {
    height: 25px !important;
}

.rz-grid-filter-buttons .btn-secondary,
.rz-grid-filter-buttons .rz-button.rz-secondary {
    color: #fff;
    background-color: #5bc0de !important;
    border-color: #5bc0de !important;
}

.rz-apply-filter {
    color: #fff;
    background-color: #5bc0de !important;
    border-color: #5bc0de !important;
}

.report-history {
    --rz-grid-header-text-transform: none;
}



.base-card {
    background-color: #d9edf7;
    color: #31708f;
    border-color: #bce8f1;
}


.booking-filter {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
    min-width: 350px;
}

.panel-body{
    background-color:white !important;
    padding:15px;
    width:100%;
}
.booking-filter-card {
    border: 1px solid #bce8f1;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    width:100%;
}

.booking-filter-header {
    background-color: #d9edf7;
    border-bottom: 1px solid #bce8f1;
    color: #31708f;
    align-items: center;
    padding: 15px 25px;
}


.booking-filter-body {
    padding: 20px;
}

.booking-filter-fav-body{
    padding:1px;
}

