@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: "Frutiger LT Pro 55 Roman";
    src: url('ML-fonts/LinotypeFrutigerLTProRoman.otf');
    src: url('ML-fonts/LinotypeFrutigerLTProRoman.otf') format('embedded-opentype');
}

@font-face {
    font-family: "Frutiger LT Pro 56 Bold";
    src: url('ML-fonts/LinotypeFrutigerLTProBold.otf');
    src: url('ML-fonts/LinotypeFrutigerLTProBold.otf') format('embedded-opentype');
}

@font-face {
    font-family: "Hind";
    src: url('ML-fonts/Hind-Regular.ttf');
    src: url('ML-fonts/Hind-Regular.ttf') format('embedded-opentype');
}

@font-face {
    font-family: "Hind-SemiBold";
    src: url('ML-fonts/Hind-SemiBold.ttf');
    src: url('ML-fonts/Hind-SemiBold.ttf') format('embedded-opentype');
}

.mobileView {
    display: none;
    text-align: center;
    margin-top: 20%;
}

* {
    box-sizing: border-box;
    /* outline: 1px dashed #f00; */
}

h3 {
    font-weight: 600;
    color: #212529;
    font-family: Hind, Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 28px;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.21;
    text-align: center;
}


img {
    display: block;
    margin: auto;
}

#openWebsiteButton {
    background-color: #063e85;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 240px;
}

    #openWebsiteButton:hover {
        background-color: #0e449c;
    }

html, body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

canvas {
    width: 100%;
    height: 100%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

pre,
div.error {
    background-color: #e5e5e5;
    padding: 1rem;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 1rem 0;
    max-height: 250px;
}

    pre.fixed,
    div.error.fixed {
        height: 200px;
    }

.narrow {
    max-width: 900px;
    margin: 0 auto;
}

.page-padding {
    padding: 2rem;
}


.welcome.page > .narrow > img {
    margin: 0 auto;
    display: block;
    width: 200px;
}

/* POPUP todoList */
.dataGridHeader {
    display: grid;
    grid-template-columns: auto auto auto;
    font-weight: bold;
    padding: 5px;
}

.fluent-dialog-main fluent-tabs fluent-tab-panel fluent-data-grid fluent-data-grid-row fluent-data-grid-cell .fluent-typography {
    font-size: 20px !important;
    padding-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a4080 !important;
}

.fluent-dialog-main fluent-tabs fluent-tab {
    font-size: 20px !important;
    background: #189cd8 !important;
    margin-right: 10px;
    color: #fff;
    border-radius: 10px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .fluent-dialog-main fluent-tabs fluent-tab[aria-selected="true"] {
        font-size: 20px !important;
        background: #1a4080 !important;
        margin-right: 10px;
        color: #fff;
    }

.fluent-datepicker::part(root) {
    width: 150px;
    margin: 15px 0px 10px -4px !important;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 3px 3px 7px #333;
    color: #1a4080;
    padding: 5px 10px 5px 10px;
    height: 40px;
}

.fluent-datepicker svg {
    fill: #1a4080 !important;
}

.fluent-datepicker-popup .day:not([selected])[today] {
    background: #1a4080 !important;
    color: #fff !important;
}

.fluent-datepicker-popup .day[selected] {
    border: 1px solid #1a4080 !important;
    color: #1a4080 !important;
}



/* END POPUP todoList */
/* dashboard */
.dashboardPage {
    width: 100vw;
    height: 100vh;
    background-image: url('../img/sidebarbackground.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.dashboardTitle {
    color: white;
    font-family: 'Frutiger LT Pro 56 Bold';
    font-size: 4vw;
    text-align: left;
    padding-left: 7vw;
    padding-top: 4vw;
    padding-bottom: 2vw;
    text-shadow: 1px 1px 5px black, 0 0 2px blue, 0 0 1px blue;
}

.dashboardGroup {
    display: flex;
    color: white;
    font-family: 'Frutiger LT Pro 56 Bold';
    font-size: 2vw;
    text-align: left;
    padding-left: 7vw;
    padding-top: 0vw;
    padding-bottom: 3vw;
    text-shadow: 1px 1px 5px black, 0 0 2px blue, 0 0 1px blue;
}

    .dashboardGroup fluent-progress-ring {
        margin-left: 30px;
    }

        .dashboardGroup fluent-progress-ring::part(progress) {
            --accent-fill-rest: white !important;
        }

@keyframes scrollToRight {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

.dashboardUsersContainer {
    max-width: 90vw;
    margin: auto;
    overflow: hidden;
    mask-image: linear-gradient(to right, #0000 0%, #000f 2%, #000f 98%, #0000 100%);
}

.dashboardUsers {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: 30px;
    width: fit-content;
    position: relative;
}

.dashboardUserPhoto {
    width: 120px;
    height: 150px;
    margin-left: -30px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    .dashboardUserPhoto div {
        width: 100px;
        height: 100px;
    }

    .dashboardUserPhoto img {
        aspect-ratio: 1/1;
        height: 100px;
        max-width: 100px;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 3px 3px 7px #333;
        /* background-color: red;*/
    }

    .dashboardUserPhoto label {
        color: white;
        font-family: 'Frutiger LT Pro 55 Roman';
        font-size: small;
        text-shadow: 1px 1px 5px black, 0 0 2px blue, 0 0 1px blue;
        padding-bottom: 15px;
    }

    .dashboardUserPhoto span {
        position: absolute;
        color: white;
        font-family: 'Frutiger LT Pro 56 Bold';
        font-size: 50px;
        top: calc(50% - 45px);
        text-shadow: 1px 1px 5px black, 0 0 2px blue, 0 0 1px blue;
    }

/*
.welcome.page > .narrow > .menu {
    width: 80%;
    justify-content: space-between;
    margin: 2rem auto;
    border-bottom: none;
}

    .welcome.page > .narrow > .menu > .menu-item {
        background-color: inherit;
        margin: auto;
        font-size: 14px;
        min-height: 32px;
        border-bottom-color: rgb(98, 100, 167);
    }
*/
.webTabMenuIcon {
    display: none;
}

    .webTabMenuIcon svg {
        fill: #063e85 !important;
    }

.webTabMenuLogo {
    display: inline-block;
    width: 250px !important;
    margin: initial;
}

.logOutButton {
    position: absolute;
    right: 20px;
    /*display:none;*/
}

.webTabMenu {
    margin: 20px;
    padding-right: 10px;
    width: 70%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
}

    .webTabMenu a {
        width: fit-content;
        margin: auto;
        text-align: center;
        color: black;
        font-size: 1.4rem;
        /*font-family: 'Frutiger LT Pro 56 Bold';*/
        text-decoration: none;
    }

        .webTabMenu a[selected] {
            /*font-weight: bold;*/
            color: #066EB2;
            text-decoration: underline;
        }

.center {
    text-align: center;
}

.sections > * {
    margin: 2rem auto;
}

.error {
    color: red;
}

code {
    background-color: #e5e5e5;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}


.languageFlag {
    width: 20px !important;
    height: 20px !important;
}
/*.calendarWithWeeks {
    padding-left: 100px !important;
    width: 330px !important;
}

.calendarWeek {
    display: block;
    float: left;
    position: relative;
    left: -100px;
    top: -30px;
    color: blueviolet;
    width: max-content;
}

.calendarDay {
    border: 1px solid green;
}*/

/*fluent-tab[aria-selected="true"] {
    background: #063e85 !important;
    border-radius: 8px !important;
    margin: 10px !important;
    color: white !important;
}

fluent-tab[aria-selected="false"] {
    background: #676766 !important;
    border-radius: 8px !important;
    margin: 10px !important;
    color: white !important;
}*/

.customCalendar {
    width: fit-content;
    margin: auto;
}

    .customCalendar[data-isediting="true"] .customCalendarDay[data-selected="true"] {
        opacity: 0.3;
    }

.customCalendarMonth {
    display: flex;
    width: auto;
}

    .customCalendarMonth span {
        margin-left: auto;
    }

    .customCalendarMonth p {
        align-self: center !important;
    }

#calendarArrows svg {
    cursor: pointer;
}

.customCalendarWeekDays {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}

    .customCalendarWeekDays p {
        display: flex;
        height: 30px !important;
        /*background: red !important;*/
        align-items: center;
        justify-content: center;
        color: white !important;
    }

.customCalendarDayColumn {
    width: 90px;
    text-align: right !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

    .customCalendarDayColumn p {
        /*width: 3ch !important;
        display: inline-block;
        font-family: monospace;
        overflow: hidden;*/
    }

        .customCalendarDayColumn p[data-bg="dark"] {
            background: #063e85 !important;
        }

        .customCalendarDayColumn p[data-bg="light"] {
            background: #1E9DD8 !important;
        }

.customCalendarDayInfo {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
}

.customCalendarWeek {
    width: 50%;
    text-align: left;
    font-size: 10px;
    font-style: italic;
}

.customCalendarDayBooked {
    border: solid 2px green;
    width: 10px !important;
    height: 10px !important;
    background: green;
    border-radius: 5px;
}

/*.customCalendarWeek[selectedWeek="true"] {
        text-decoration: underline;
    }*/

.customCalendarDay {
    height: 50px !important;
    background: #CCCCCB;
    margin: 4px 2px 0 2px;
    padding: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: end;
    flex-wrap: wrap-reverse;
    border-radius: 3px;
}

    .customCalendarDay[data-selected="true"] {
        border: solid 3px #063e85;
        color: white;
        font-weight: bold;
    }

    .customCalendarDay[data-today="true"] {
        background: #063e85 !important;
        color: white;
    }

        .customCalendarDay[data-today="true"][data-allWeek="true"] {
            background: #063e85 !important;
        }

    .customCalendarDay[data-allWeek="true"] {
        background: #999 !important;
        color: white !important;
    }

    .customCalendarDay[data-disabled="true"] {
        background: transparent;
        color: #CCCCCB;
    }

    .customCalendarDay:hover {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    }


.customCalendarToday {
    cursor: pointer;
    margin-right: 20px;
    text-decoration: underline;
}

.UserProfile {
}

.noBookings p {
    font-size: 1vw !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #b22a87 !important;
    text-transform: uppercase;
    padding-left: 10px;
}

.noBookings svg {
    fill: #b22a87 !important;
}

.bookingsPage {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    /*  
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 95%;
*/
}

.leftPanel {
    /*
    width: max-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;

*/
    width: 55%;
    padding: 20px;
    /*border-right: solid 20px #f1f1f1;*/
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 92vh;
}

.rightPanel {
    width: 45%;
    padding: 20px 20px 20px 20px;
    overflow-y: auto;
    max-height: 92vh;
}

.leftPanelHome {
    /*width: max-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;*/
    width: 50%;
    padding: 20px;
    border-right: solid 20px #fff;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 92vh;
}

.rightPanelHome {
    width: 49%;
    margin-top: calc(2% + 2vh - 5.5px);
    padding: 20px 30px 20px 30px;
    /*overflow-y: auto;*/
    max-height: 92vh;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 3px 3px 7px #333;
}

.makeBookingPage .rightPanelHome {
    border: 0px solid #fff !important;
    box-shadow: none;
}

.calendar {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*max-width: 600px;*/
    margin-bottom: 10px;
}

.calendar-title {
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
    color: #006eb2;
    margin-top: 15px;
}

.calendar-days {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow-x: auto;
    /*max-width: 600px;*/
}

    .calendar-days.isediting .calendar-day:not(.selected) {
        opacity: 0.3;
        cursor: not-allowed;
    }

.calendar-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 108px;
    padding: 10px 20px 10px 20px;
    border-radius: 15px;
    /*background-color: #f0f0f0;*/
    margin: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 7px #333;
}

    .calendar-day > div:first-of-type {
        color: #adadad;
        font-size: 1vw;
    }

    .calendar-day > div:last-of-type {
        color: #adadad;
        font-size: 3vw;
        font-weight: 600;
    }

    .calendar-day.today > div:first-of-type {
        color: #006eb2;
    }

    .calendar-day.today > div:last-of-type {
        color: #006eb2;
    }

    .calendar-day.selected > div:first-of-type {
        color: #006eb2;
    }

    .calendar-day.selected > div:last-of-type {
        color: #006eb2;
    }

    .calendar-day.booked > div:last-of-type {
        color: #b22a87;
    }

.calendar-buttons {
    width: 220px;
    float: right;
    margin-top: 13px;
    padding-right: 15px;
}

.current-month-label {
    width: auto;
    display: inline-block;
}

.calendar-previous {
    background: transparent;
    border: 0;
    color: #006eb2;
    font-size: 17px;
    float: left;
    cursor: pointer;
}

    .calendar-previous:hover {
        color: #1a4080;
        font-weight: 500;
    }

    .calendar-previous svg {
        width: 30px !important;
        position: relative;
        margin-top: -6px;
    }

    .calendar-previous:disabled {
        cursor: not-allowed;
        opacity: 0.3;
    }

.calendar-next {
    background: transparent;
    border: 0;
    color: #006eb2;
    font-size: 17px;
    float: right;
    cursor: pointer;
}

    .calendar-next:hover {
        color: #1a4080;
        font-weight: 500;
    }

    .calendar-next svg {
        width: 30px !important;
        margin-top: -6px;
        position: absolute;
    }

    .calendar-next:disabled {
        cursor: not-allowed;
        opacity: 0.3;
    }


/*
    .calendar-day > .today {
        background-color: #007bff;
        color: #006eb2;
        font-weight: bold;
    }
*/

.calendar-day.selected {
    border: solid 2px #006eb2;
    font-weight: bold;
    color: #006eb2;
}

.calendarMyBookings {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*font-family: Arial, sans-serif;
    max-width: 80%;*/
    margin: auto;
    background-image: url("/img/background-calendar.png");
    background-size: 100% 555px;
    background-repeat: no-repeat;
    padding-top: 90px;
    height: 550px;
}

.calendarMyBookings-header {
    /*display: flex;*/
    justify-content: space-between;
    width: 90%;
    padding: 10px;
    /*background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 5px;*/
    margin-bottom: 10px;
    color: #1a4080;
    font-weight: 500;
    font-size: 1.5vw;
}

    .calendarMyBookings-header button {
        border: 0;
        background: transparent;
        color: #1a4080;
        font-size: 1.5vw;
        cursor: pointer;
    }

.calendarMyBookings-body {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.calendarMyBookings-row {
    display: flex;
    color: #1a4080;
}

.calendarMyBookings-cell {
    flex: 1;
    padding: 5px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
}

    .calendarMyBookings-cell.current-month {
        font-weight: bold;
        color: #1a4080;
        /* cursor: pointer;*/
    }

        .calendarMyBookings-cell.current-month.booked {
            color: #b22a87;
        }

    .calendarMyBookings-cell.other-month {
        color: #ccc;
    }

    .calendarMyBookings-cell.empty {
        background-color: #f9f9f9;
    }

/*.calendarMyBookings-cell:hover {
        background-color: #e0e0e0;
    }*/

.calendarMyBookings-cellDay {
    flex: 1;
    padding: 10px;
    /*border: 1px solid #ddd;*/
    text-align: center;
}

.makeBookingPicture {
    max-width: 98%;
    padding-top: 30px;
    height: fit-content !important;
    width: fit-content !important;
    max-height: 45vh !important;
    margin: initial;
}


.inventoryItemsMakeBooking {
    display: flex;
    gap: 20px;
    width: -webkit-fill-available;
    margin-left: 4px;
    margin-bottom: 10px;
}

    .inventoryItemsMakeBooking fluent-select::part(listbox) {
        max-height: 200px;
    }

.filtersContainer {
    /*
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
*/
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

/*.filtersContainer p {
        padding-left: 20px;
        padding-right: 10px;
    }*/

.timeFilters {
    display: flex;
    align-items: center;
    /*margin: 0 4px 0 4px;*/
}

    .timeFilters input[type="time"] {
        margin: 5px 10px 10px 10px !important;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 3px 3px 7px #333;
        color: #006eb2;
        padding: 10px 0px 10px 10px;
        font-size: large;
        width: 100%;
    }


.daysFilters {
    display: flex !important;
    align-self: flex-start !important;
    width: 100% !important;
    /* margin-right: 40px;
    max-width: 40%;
    margin-top: 5px !important;
    margin-left: 10px;*/
}

    .daysFilters div {
        display: contents;
    }

    .daysFilters span {
        margin-left: auto !important;
    }

    .daysFilters fluent-switch {
        float: right;
    }

.guestFilter {
    width: 100% !important;
    margin-left: calc(100% - 195px);
}

    .guestFilter input {
        margin: 5px 10px 10px 10px !important;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 3px 3px 7px #333;
        color: #006eb2;
        padding: 10px 0px 10px 10px;
        font-size: large;
        width: 100%;
    }

        .guestFilter input::placeholder {
            color: #006eb2;
        }

    .guestFilter fluent-text-field {
        width: 100% !important;
    }

.inventoryFilters {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .inventoryFilters fluent-select::part(listbox) {
        max-height: 200px;
    }

.inventoryItems {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
}

.saveBooking,
.saveBookingLastWeek {
    margin: 5px;
    display: flex;
    align-items: center;
    /*margin-right: 36px;*/
    /*justify-content: space-between;*/
}

.alreadyBooked {
    color: red !important;
    padding-left: 20px;
}

/*.homePage .bookingInfo,
.makeBookingPage .bookingInfo,
.myBookingsPage .bookingInfo {
    display: inherit;
}
*/
.bookingInfo {
    width: 100%;
    /* padding-bottom: 10px;
     float: right;
     border: solid 1px #676766;
    padding-bottom: 10px;*/
    border-bottom: 1px solid #fff;
    align-items: center;
}

    .bookingInfo[data-isediting="true"] {
        background: white !important;
        z-index: 98 !important;
    }

    .bookingInfo[data-isediting="false"] {
        opacity: 0.2 !important;
    }

.bookingUserLogo {
    /*width: 80px;*/
    height: 100px;
    min-width: 100px;
    /*background: #CCCCCB;*/
    margin-right: 20px;
}

    .bookingUserLogo div {
        /*width: 80px;*/
        height: 80px;
    }

    .bookingUserLogo img {
        aspect-ratio: 1/1;
        height: 100px;
        max-width: 100px;
        object-fit: cover;
        border: 1px solid #ccc;
        border-radius: 15px;
        box-shadow: 3px 3px 7px #333;
    }

.loadingUserProfile {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 75%;*/
    height: 80px;
    width: 80px;
}

.bookingDetails {
    display: flex;
    justify-content: space-between;
    width: 95%;
    /*background: #f2f1f1;
    margin-left: 10px;
    border-radius: 3px;*/
    padding: 10px;
}

.bookingUserDetails {
    width: 25% !important;
    align-self: center;
    color: #1a4080 !important;
}

.bookingItemDetails1 {
    text-align: left;
    align-self: center;
    width: 25% !important;
    color: #1a4080 !important;
}

.bookingItemDetails2 {
    text-align: left;
    align-self: center;
    width: 25% !important;
    color: #1a4080 !important;
}

.bookingUserName {
    font-weight: bold !important;
    font-size: medium !important;
    color: #1a4080 !important;
}

.bookingUserNameGuest {
    font-weight: normal !important;
}


.bookingUserFunction {
    font-size: medium !important;
    color: #1a4080 !important;
}

.bookingItem {
    color: #006eb2 !important;
    font-size: 2vw;
    font-weight: 500;
    padding-top: 10px;
}

.bookingTime {
    color: #1a4080 !important;
    font-size: 1vw;
}

.bookingLocation {
    color: #006eb2 !important;
    font-size: 1vw;
}

.bookingTenant {
    color: #1a4080 !important;
    font-size: 0.7vw;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 500;
    float: left;
}

.bookingItemGroup {
    color: #1a4080 !important;
}


.bookBtn::part(control) {
    background: #063e85 !important;
    color: #fff;
}

.daysFilters .checked::part(control) {
    background: #063e85 !important;
    color: #fff;
}

.bookingListLoading {
    display: flex;
    justify-content: center;
    min-height: 50vh;
    align-items: center;
}

.itemIcon {
    margin-right: 5px;
    float: left;
}

.editButton.smallIcon {
    fill: #306599 !important;
}

    .editButton.smallIcon[Disabled="true"] {
        fill: #ccc !important;
        cursor: not-allowed !important;
    }

.deleteButton.smallIcon {
    fill: #c675ae !important;
}

    .deleteButton.smallIcon[Disabled="true"] {
        fill: #ccc !important;
        cursor: not-allowed !important;
    }

.bookingEditControls {
    /*position: absolute;
    right: 2vw;*/
    float: right;
    position: relative !important;
}

    .bookingEditControls svg, #calendarArrows svg {
        fill: #063e85 !important;
        width: 24px !important;
        margin-top: 5px;
    }

    .bookingEditControls svg {
        fill: #fff !important;
        width: 18px !important;
        vertical-align: sub;
        margin-left: 10px;
    }


    /*.bookingEditControls fluent-button {
    text-align: center;
    position: absolute !important;
    bottom: 10px !important;
    right:10px;
}*/

    .bookingEditControls .editButton::part(control) {
        background: #306599 !important;
        color: #fff;
        padding: 0px 15px 0px 15px;
        border: 1px solid #1a4080;
    }

        .bookingEditControls .editButton::part(control):hover {
            background: #1a4080 !important;
        }

    .bookingEditControls .deleteButton::part(control) {
        background: #c675ae !important;
        color: #fff;
        padding: 0px 15px 0px 15px;
        border: 1px solid #b22787;
    }

        .bookingEditControls .deleteButton::part(control):hover {
            background: #b22787 !important;
        }

    .bookingEditControls .cancelButton::part(control) {
        background: #c675ae !important;
        color: #fff;
        padding: 0px 15px 0px 15px;
        border: 1px solid #b22787;
    }

        .bookingEditControls .cancelButton::part(control):hover {
            background: #b22787 !important;
        }

.customCalendarMonth svg {
    fill: #063e85 !important;
}

.daysFilters .checked .control {
    background: #063e85 !important;
}

.settingsHeader {
    display: flex;
    width: auto;
    justify-content: flex-end;
    margin-bottom: 6px;
    height: 50px;
}

    .settingsHeader svg {
        margin-top: 5px;
        margin-right: 5px;
    }

    .settingsHeader p {
        float: right;
        padding-top: 10px;
    }

    .settingsHeader fluent-button {
        height: 40px;
    }

.bookingList {
}

.bookingDateGroup {
    display: flex;
    flex-direction: column;
    padding: 0 10px 0px 0;
    margin-bottom: 30px;
}

.bookingDateGroupLabel {
    /*background: #cccccb;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    border-radius: 5px 0px 0px 0px;
    color: #000;
	
    background: #cccccb; */
    width: fit-content;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    color: #006eb2;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 7px #333;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

.bookingDateGroupDetails {
    padding: 20px 20px 0px 25px;
    /* background-image: linear-gradient(to right,#f1f1f1, #fff); */
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 3px 3px 7px #333;
}



/* START Make a booking PAGE*/

.logoContainer {
    display: grid;
    justify-content: center;
    align-items: center;
}

.makeBookingPage .filtersContainer {
    margin-top: -5px;
}

.makeBookingPage .makeBookingsList {
    margin-top: 0px;
}

.makeBookingPage .bookingItem,
.makeBookingPage .bookingLocation {
    color: #1a4080 !important;
    padding-top: 0px;
}

.makeBookingPage .bookingDateGroup {
    margin-bottom: 0px;
}

.makeBookingPage .bookingTenant {
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
}

.makeBookingPage .bookingInfo {
    display: flex;
}

.makeBookingPage .bookingDateGroupDetails {
    border: 0px solid #ccc;
    border-radius: 0px;
    box-shadow: unset;
}

.makeBookingPage .bookingDateGroupDetails {
    padding: 20px 20px 0px 25px;
}

.makeBookingPage .bookingItemDetails1 {
    flex: auto;
}

.makeBookingPage .accent::part(control),
.makeBookingPage .bookingEditControls .cancelButton::part(control) {
    /*background: #ccc !important;*/
    color: #ffffff !important;
    fill: white !important;
    margin: -9px 0px 0px 10px !important;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 3px 3px 7px #333;
    color: #006eb2;
    padding: 23px 25px 23px 25px;
    font-size: large;
}

.makeBookingPage .accent::part(control) {
    background: #006eb2 !important;
}

.makeBookingPage .bookingEditControls .cancelButton::part(control) {
    background: #c675ae !important;
}

.makeBookingPage .accent::part(control):hover {
    background: #063e85 !important;
}

.makeBookingPage .bookingEditControls .cancelButton::part(control):hover {
    background: #b22787 !important;
}


/* END Make a booking PAGE*/


/* START login page */

.loginContainer {
    width: 30%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}

.languageSelector {
    margin-bottom: 10%;
    display: flex;
    justify-content: space-between;
}

.errorMessage {
    margin-top: 50px;
    color: red;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.userMailField,
.userPasswordField {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 6px;
}

    .userMailField fluent-text-field,
    .userPasswordField fluent-text-field {
        margin-left: auto;
        width: 300px;
    }

.buttonsField {
    margin: 20px -6px 0px 0px;
    display: flex;
    align-items: end;
    flex-direction: column;
}

    .buttonsField fluent-button {
        margin-top: 6px;
    }

/* END login page */



.profileConsent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

    .profileConsent p {
        display: flex;
        align-items: center;
    }

    .profileConsent fluent-button {
        margin: 10px;
    }

/* bogdan */
.tenantFilter fluent-select,
.locationFilter fluent-select,
.locationFilter select,
.groupFilter fluent-select,
.groupFilter select,
.itemFilter fluent-select,
.itemFilter select,
.locationFilterMakeBooking fluent-select,
.locationFilterMakeBooking select,
.groupFilterMakeBooking fluent-select,
.groupFilterMakeBooking select {
    /*border: 1px solid #ccc !important;*/
    margin: 10px 0px 10px !important;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 3px 3px 7px #333;
    color: #006eb2;
    padding: 10px 0px 10px 10px;
    font-size: large;
}


    .guestFilter input:focus-visible,
    .locationFilter select:focus-visible,
    .groupFilter select:focus-visible,
    .itemFilter select:focus-visible,
    .locationFilterMakeBooking select:focus-visible,
    .groupFilterMakeBooking select:focus-visible {
        outline: 1px solid #666;
    }

.timeFilters input[type="time"] {
    outline: 0px;
}

.itemFilter fluent-option[disabled] {
    /*tooltip already booked*/
}


.inputCheckBox {
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: white;
    /* Not removed via appearance */
    width: 3.15em;
    height: 3.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin: 5px 10px 10px 3px !important;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 3px 3px 7px #333;
    color: #006eb2;
    padding: 5px 10px 5px 10px;
}



    .inputCheckBox + label {
        white-space: nowrap;
    }

    .inputCheckBox::before {
        content: "";
        width: 2em;
        height: 2em;
        clip-path: polygon(15% 0%, 5% 0%, 0% 5%, 0% 15%, 35% 50%, 0% 85%, 0% 95%, 5% 100%,15% 100%, 50% 65%, 85% 100%, 95% 100%, 100% 95%, 100% 85%, 65% 50%, 100% 15%, 100% 5%, 95% 0%, 85% 0%, 50% 35%);
        transform: scale(0);
        transform-origin: bottom left;
        transition: 20ms transform ease-in-out;
        background-color: #063e85;
    }

    .inputCheckBox:checked::before {
        transform: scale(1);
    }

    .inputCheckBox:disabled {
        border: 0.15em solid #ccc;
        cursor: not-allowed;
    }

.tenantFilter,
.locationFilter,
.groupFilter,
.itemFilter {
    width: 100%;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

    .tenantFilter fluent-button,
    .locationFilter fluent-button,
    .groupFilter fluent-button,
    .itemFilter fluent-button {
        float: right;
        margin-left: 6px;
    }

    .tenantFilter svg,
    .locationFilter svg,
    .groupFilter svg,
    .itemFilter svg {
        fill: #063e85 !important;
    }


.fluent-timepicker[b-5jolmx23ud] {
    margin: 0px 5px !important;
}

fluent-button[disabled] {
    opacity: 0.3;
}


/* ADMIN */
.fluent-dialog-main {
    width: fit-content !important;
}

.adminPage .fluent-dialog-main fluent-select {
    /*background-color: #189cd8 !important;
    color: #fff !important;*/
    margin-bottom: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
}

.adminPage .fluent-dialog-main div fluent-text-area {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}

    .adminPage .fluent-dialog-main div fluent-text-area label::part(control) {
        width: 100%;
        height: 100px;
        background-color: #189cd8 !important;
        color: #fff !important;
    }

.adminPage fluent-data-grid-cell {
    padding: 5px 0px 5px 0px !important;
}

.adminPage .add-task {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .adminPage .add-task .neutral::part(control) {
        margin-left: 11px;
    }


/*.adminPage .fluent-dialog-main fluent-data-grid fluent-data-grid-row fluent-data-grid-cell fluent-text-field .root .control {*/
.adminPage .fluent-dialog-main .outline::part(root) {
    border: 1px solid #ccc;
    width: 400px;
}

.adminPage .outline::part(root) .control {
    border: 1px solid #ccc !important;
    width: 100% !important;
    color: #ff0000 !important;
}

.adminPage .fluent-dialog-main fluent-data-grid {
    margin-top: 20px;
}

    .adminPage .fluent-dialog-main fluent-data-grid fluent-data-grid-row fluent-data-grid-cell .col-title {
        padding-left: 0px;
    }

.adminPage .outline::part(control) textarea {
    background: #063e85 !important;
    color: #fff;
}

.extraSettingsLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}

.adminPage {
    overflow-y: auto;
    margin-left: 2rem;
    /*max-height: 98vh;*/
    height: 100vh !important;
    width: 100% !important;
    padding: 50px;
    margin: auto;
    background: #fff;
}

    .adminPage input[type='checkbox'] {
        margin: auto;
        width: 25px;
        height: 25px;
        accent-color: #063e85 !important;
    }

.settingsPage {
    overflow-y: auto;
    /*margin-left: 2rem;*/
    max-height: 92vh;
    width: 70% !important;
    margin: auto;
    background: #fff;
    padding: 3rem;
    display: table;
    /*justify-content: space-between;*/
}

    .settingsPage div .neutral::part(control) {
        background: #063e85 !important;
        color: #ffffff !important;
    }

    .settingsPage .neutral p {
        color: #fff;
    }

.UserTableRow {
    margin-top: 10px;
}

.UserTableCell {
    display: flex;
    width: 100%;
}

    .UserTableCell input {
        margin-left: 20px !important;
    }

.settingsUserProfile {
    display: table-cell !important;
    align-content: flex-start;
    justify-items: flex-start;
}

    .settingsUserProfile fluent-button {
        margin-top: 20px;
    }

.divTable div .neutral::part(control) {
    background: #063e85;
    color: #ffffff;
}

.divTable .neutral p {
    color: #fff;
}

.adminPage .divTable fluent-select {
    vertical-align: baseline !important;
    border: 1px solid #ccc !important;
    margin-bottom: 10px;
}

.divTable fluent-select::part(listbox) {
    max-height: 200px;
}

.settingsHeader {
    display: flex;
    justify-content: space-between;
}

    .settingsHeader svg {
        fill: #fff !important;
    }

.preferences {
    /*border: solid;*/
}

.preferencesRow .checked::part(control) {
    background: #063e85 !important;
    color: #fff;
}

.usersGridContainer {
    width: 100%;
    height: 100% !important;
    overflow: auto
}

.usersGrid {
    height: 100%;
    width: 100%;
}

.usersSaveHeader {
    display: flex;
    align-items: unset;
}

    .usersSaveHeader p {
        padding: 10px;
    }

    .usersSaveHeader fluent-button {
        /*margin-left:auto;*/
        padding-left: 10px;
    }

.divTable {
    display: table;
    width: 100% !important;
    background: #fff;
    padding: 3rem;
}

    .divTable .checked::part(control) {
        background: #063e85 !important;
        color: #fff;
    }

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #fff;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    /* border: 1px solid #999999; */
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
    margin-top: 20px;
    width: 45%;
}

    .divTableBody fluent-select {
        width: calc(100% - 40px);
    }


/*.tenantTableCell .checked::part(control),
.inventoryTableCell .checked::part(control),
.LocationTableCell .checked::part(control) {
    background: #ccc !important;
    color: #ffffff !important;
}*/


.tenantTable {
    display: table;
    width: 100%;
}

.tenantTableRow {
    display: table-row;
}

.tenantTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.tenantTableCell, .tenantTableHead {
    /* border: 1px solid #999999; */
    display: table-cell;
    padding: 3px 10px;
    vertical-align: middle !important;
}

.tenantTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.tenantTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.tenantTableBody {
    display: table-row-group;
}

.inventoryTable {
    display: table;
    width: 100%;
}

.inventoryTableRow {
    display: table-row;
}

.inventoryTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.inventoryTableCell, .divTableHead {
    /* border: 1px solid #999999; */
    display: table-cell;
    padding: 3px 10px;
}

.inventoryTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.inventoryTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.inventoryTableBody {
    display: table-row-group;
}

.LocationTable {
    display: table;
    width: 100%;
}

.LocationTableRow {
    display: table-row;
}


.LocationTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.LocationTableCell, .divTableHead {
    /* border: 1px solid #999999; */
    display: table-cell;
    padding: 3px 10px;
    vertical-align: middle;
}

.locationLink::part(control) {
    cursor: copy !important;
}

.LocationTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.LocationTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.LocationTableBody {
    display: table-row-group;
}

.inventoryTable {
    display: table;
    width: 100%;
}

.inventoryTableRow {
    display: table-row;
}

.inventoryTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.inventoryTableCell, .divTableHead {
    /* border: 1px solid #999999; */
    display: table-cell;
    padding: 3px 10px;
    vertical-align: middle;
}

.inventoryTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.inventoryTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.inventoryTableBody {
    display: table-row-group;
}

.confirmDeleteEdit {
    display: flex;
    position: relative;
    top: 5px;
    width: 0;
    height: 0;
    flex-direction: row-reverse;
}

.deleteOk svg {
    fill: green !important;
}

.deleteCancel svg {
    fill: #f00 !important;
}

.editCancel svg {
    fill: #f00 !important;
}

.editCancel {
    z-index: 99 !important;
}

.tenantTableCell fluent-button::part(control),
.inventoryTableCell fluent-button::part(control),
.LocationTableCell fluent-button::part(control) {
    background: #063e85 !important;
}

.tenantTableCell .cancelButton::part(control),
.inventoryTableCell .cancelButton::part(control),
.LocationTableCell .cancelButton::part(control) {
    background: #c675ae !important
}

/*.bigImage {
    background: white;
    background-color: white;
    position: absolute;
    top: 5%;
    left: 25%;
    max-width: 50%;
    max-height: 50%;
    overflow: auto;
    z-index: 99;
    border: solid;
}

    .bigImage img {
    }

    .bigImage fluent-button {
        position: fixed;
    }*/
.bigImageBackground {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0);
    z-index: 99;
}


.bigImage {
    background: white;
    background-color: white;
    position: absolute;
    top: 2%;
    left: 15%;
    max-width: 80%;
    max-height: fit-content;
    z-index: 99;
    padding: 30px;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2), 0 10px 40px 0 rgba(0, 0, 0, 0.19);
}

.bigPictureLoading {
    margin: 100px !important;
}

.bigImage img {
    width: auto;
    max-width: 800px;
    height: 100%;
    max-height: 70vh;
}

.bigImage .neutral {
    float: right !important;
}

    .bigImage .neutral::part(control) {
        background: #063e85 !important;
        color: #fff;
    }

        .bigImage .neutral::part(control):hover {
            background: #ccc !important;
            color: #063e85;
        }

.filterButtons {
    /*position: sticky;
    top: -15px;
    padding: 10px; */
    border-radius: 5px;
    margin-bottom: 10px;
    /*background-image: linear-gradient(to right,#ccc, #fff);*/
    z-index: 98;
    display: flex;
    margin-top: -10px;
}


    .filterButtons .checked::part(control) {
        margin-left: 20px;
        background: #063e85 !important;
        color: #fff;
    }

.daysFilters .checked::part(switch) {
    background: #063e85 !important;
    color: #fff;
}

.helpButton {
    position: relative;
    background: #063e85;
    padding: 5px 10px 5px 5px;
    border-radius: 5px;
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .helpButton a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .helpButton svg {
        fill: #fff !important;
        width: 32px !important;
        vertical-align: middle !important;
    }


/* The flexiCheckContainer */
.flexiCheckContainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .flexiCheckContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid;
}

/* On mouse-over, add a grey background color */
.flexiCheckContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.flexiCheckContainer input:checked ~ .checkmark {
    background-color: #063e85;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.flexiCheckContainer:has(input:disabled) {
    cursor: not-allowed !important;
    opacity: .5;
}

/* Show the checkmark when checked */
.flexiCheckContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.flexiCheckContainer .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* HOME PAGE */
.imgHomeButtonBackground {
    width: 100%;
}

.imgHomeButtonContainer {
    position: relative;
}

.imgHomeButtonLabel {
    position: absolute;
    top: 35%;
    left: 4%;
    font-size: 2.5vw;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}

.imgHomeButtonContainer:hover .imgHomeButtonLabel {
    color: #f1f1f1;
}

.imgHomeButtonContainer:hover {
    cursor: pointer;
}

.upcomingBookings {
    position: relative;
    height: 100%;
}

.upcomingTitle {
    font-size: 2vw;
    color: #006eb2;
    font-weight: 500;
    /*text-transform: capitalize;*/
    padding-bottom: 60px;
}

.upcomingBookingsList {
    margin-top: 22px;
}

.makeBookingsList {
    margin-top: 52px;
}

.makeBookingPage .upcomingTitle,
.myBookingsPage .upcomingTitle {
    padding-bottom: 0px;
}

.titleIcon {
    position: absolute;
    margin-top: -13%;
    right: 6%;
    width: 9%;
    /* max-width: 70px; */
    height: auto;
}

.seeMoreButton {
    position: absolute;
    bottom: 0;
    left: calc(50% - 4vw);
    color: #006eb2;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    cursor: pointer;
    font-size: 1vw;
}

fluent-progress-ring::part(progress) {
    --accent-fill-rest: #063e85 !important;
}

.todoList {
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #006eb2;
    margin-left: auto;
    margin-right: auto;
    width: fit-content !important;
    cursor: pointer;
    font-size: 1vw;
}

    .todoList fluent-data-grid {
        margin-bottom: 20px;
    }

.todoIconDashboard {
    fill: white !important;
    width: 60px !important;
    margin: 10px;
}

.todoIconHome {
    fill: #063e85 !important;
}

.todoList .editButton::part(control) {
    background: #306599 !important;
    color: #fff;
    padding: 0px 15px 0px 15px;
    border: 1px solid #1a4080;
}

    .todoList .editButton::part(control):hover {
        background: #1a4080 !important;
    }

.todoList .cancelButton::part(control) {
    background: #c675ae !important;
    color: #fff;
    padding: 0px 15px 0px 15px;
    border: 1px solid #b22787;
}

    .todoList .cancelButton::part(control):hover {
        background: #b22787 !important;
    }

.todoList .fluent-dialog-main {
    --dialog-width: 600px !important;
}

.todoRow {
    display: flex;
}

    .todoRow .inputCheckBox {
        width: 1.5em;
        height: 1.5em;
        border-radius: 5px;
    }

        .todoRow .inputCheckBox::before {
            width: 1em;
            height: 1em;
        }

    .todoRow:nth-child(2) {
        padding-left: 35px;
    }

        .todoRow:nth-child(2) .todoName,
        .todoRow:nth-child(2) .todoDate {
            font-size: small;
            color: #333;
        }

.todoConfirmation {
    font-family: 'Frutiger LT Pro 56 Bold';
    font-size: 1vw;
}

:host(:not([disabled]):not([open]):active) .control {
    background: transparent !important;
}

.collapsible::part(control) {
    background: transparent !important;
}

.reportsPage .keycapture .col-sort-button::part(control),
.adminPage .usersGridContainer .keycapture .col-sort-button::part(control),
.adminPage .usersGridContainer .col-title-text {
    background: #fff !important;
    color: #063e85;
}

.adminPage .usersGridContainer .col-title-text {
    font-size: 14px;
}

.adminPage .flexiCheckContainer {
    margin-bottom: 20px;
}

.adminPage .usersGridContainer {
    overflow-x: auto;
    overflow-y: hidden;
}

.adminPage .usersGrid {
    max-width: 1350px;
}

.reportsPage .gridContainer {
    color: #006eb2;
}

.reportsPage .filterItem .fluent-typography {
    display: none;
}

.reportsPage .searchButton {
    margin-top: -5px !important;
}













/* ---FLEXI2---*/
@media only screen and (min-width: 320px) and (max-width: 479px) {

    html, body {
        width: 100%;
        overflow-y: auto !important;
    }

    .leftPanelHome {
        height: fit-content !important;
        width: 100% !important;
        padding: 20px;
        border-right: 0;
    }

    .rightPanelHome {
        width: 90% !important;
        margin: auto;
    }

    .leftPanel, .rightPanel {
        width: 100% !important;
        overflow-y: auto;
        max-height: fit-content;
    }

    .webTabMenu {
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: sticky;
        top: 0px;
        background-color: #fff;
        padding: 15px 15px 15px 21px;
        z-index: 11;
        margin: 0px;
    }

        .webTabMenu a[selected] {
            color: #066EB2;
            font-weight: 600;
            text-decoration: auto;
        }

    .webTabMenuItem {
        display: none;
        margin-left: 0 !important;
    }

        .webTabMenuItem.expanded,
        .logOutButton.expanded {
            display: block !important;
            text-align: left;
            margin-bottom: 10px;
            width: 97%;
            border: 1px solid #ccc;
            border-radius: 10px;
            box-shadow: 3px 3px 7px #333;
            color: #006eb2;
            padding: 10px 0px 10px 10px;
            font-size: large;
            background: #bbe2f9;
        }

    .logOutButton {
        display: none;
        position: initial;
        margin-left: 0 !important;
    }

        .logOutButton.expanded {
            display: block !important;
        }

    .webTabMenuIcon {
        display: inline;
        position: absolute;
        right: 32px;
        top: 24px;
    }

    .webTabMenu img {
        width: 200px !important;
        margin-bottom: 10px;
    }

    .imgHomeButtonLabel {
        top: 35%;
        font-size: 1.5rem;
    }

    .bookingsPage {
        overflow-y: auto;
        overflow-x: hidden;
        /*height: fit-content;*/
    }

    .settingsPage {
        display: inline-block;
        width: 100% !important;
    }

    .settingsUserProfile {
        padding-top: 50px;
    }

    .upcomingTitle {
        font-size: 1.5rem;
        color: #006eb2;
        font-weight: 500;
        text-transform: capitalize;
        padding-bottom: 15px;
    }

    .bookingTime {
        font-size: 0.8rem;
    }

    .bookingItem {
        font-size: 1rem;
        padding-top: 5px;
    }

    .bookingLocation {
        font-size: 0.7rem;
    }

    .bookingTenant {
        font-size: 0.7rem;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .bookingEditControls {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .seeMoreButton {
        position: initial;
        margin-bottom: 0;
        width: 100%;
        font-size: 1rem;
        text-align: center;
    }

    .calendarMyBookings {
        background-size: 100% 410px;
        padding-top: 70px;
        height: 410px;
    }

    .calendarMyBookings-header button,
    .calendarMyBookings-header {
        font-size: 4.5vw;
    }

    .inventoryItemsMakeBooking {
        display: contents;
    }

    .calendar-day > div:first-of-type {
        font-size: 4vw;
    }

    .calendar-day > div:last-of-type {
        font-size: 10vw;
    }

    .calendar-days {
        overflow-x: auto;
    }

    .calendar-title {
        font-size: 3vw;
        text-align: left;
        width: 34%
    }

    .calendar-buttons {
        width: 66%;
        padding-right: 0;
    }

    .itemIcon {
        margin-right: 0px;
    }

    .calendar-previous {
        padding: 0;
    }

    .calendar-next {
        display: flex;
        padding: 0;
    }

        .calendar-next svg {
            width: 30px !important;
            margin-top: -6px;
            margin-left: 5px;
            position: relative;
        }

    .bookingListLoading {
        min-height: max-content;
    }

    .noBookings p {
        font-size: 4vw !important;
    }

    .makeBookingPage .bookingDateGroupDetails {
        padding: 10px 0px 0px 0px;
    }

    .bookingUserLogo img {
        height: 80px;
        max-width: 80px;
    }

    .bookingUserLogo {
        height: 80px;
        min-width: 80px;
    }

    .makeBookingPage .bookingInfo {
        flex-wrap: wrap;
        justify-content: left;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 15px;
        box-shadow: 3px 3px 7px #333;
        padding: 5px;
    }

    .bookingUserDetails {
        width: 60% !important;
    }

    .bookingItemDetails1 {
        width: 40% !important;
        margin-top: 10px;
    }

    .bookingItemDetails2 {
        width: 30% !important;
        margin-left: 10px;
        margin-top: 5px;
    }

        .bookingItemDetails1 svg,
        .bookingItemDetails2 svg {
            display: none;
        }

    .guestFilter input {
        margin: 5px 0px 10px 0px !important;
    }

    .daysFilters {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    html, body {
        width: 100%;
        overflow: scroll;
    }

    .leftPanelHome,
    .rightPanelHome {
        width: 100% !important;
        overflow-y: hidden;
        overflow-x: hidden;
        height: 100vh;
    }

    .imgHomeButtonLabel {
        top: 35%;
        font-size: 5vw;
    }

    .upcomingTitle {
        font-size: 1.5rem;
        color: #006eb2;
        font-weight: 500;
        text-transform: capitalize;
        padding-bottom: 10px;
    }

    .settingsPage {
        width: 100% !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1823px) {
}

@media screen and (max-width: 768px) {
    /* .mobileView:not([locationcode="MERO"]) {
        display: block;
    }

    .desktopView:not([locationcode="MERO"]) {
        display: none;
    }*/

    .webTabMenuLogo {
        opacity: 1 !important;
    }
}

/* ---FLEXI2 end---*/
/* REPORTS PAGE */
.reportsPage {
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    min-height: 92vh;
    overflow-y: auto;
}

    .reportsPage .pageHeader {
        margin-bottom: 30px;
        text-align: center;
    }

        .reportsPage .pageHeader h3,
        .reportsPage .pageHeader fluent-label[typo="h3"] {
            font-size: 2vw;
            color: #006eb2;
            font-weight: 500;
            font-family: 'Frutiger LT Pro 56 Bold';
        }

    .reportsPage .filtersContainer {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        margin-bottom: 30px;
    }

    .reportsPage .filterRow {
        display: flex;
        gap: 20px;
        align-items: flex-end;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .reportsPage .filterItem {
        display: flex;
        flex-direction: column;
        gap: 5px;
        flex: 1;
        min-width: 200px;
    }

    /* Ensure consistent heights for all inputs */
    .reportsPage .locationFilter,
    .reportsPage .groupFilter {
        display: flex;
        flex-direction: column;
    }

        .reportsPage .locationFilter fluent-label,
        .reportsPage .groupFilter fluent-label,
        .reportsPage .filterItem fluent-label {
            color: #006eb2;
            font-weight: 500;
            margin-bottom: 8px;
            display: block;
            font-size: 14px;
            height: 20px; /* Fixed label height */
        }

        /* Make all filter inputs the same height */
        .reportsPage .locationFilter select,
        .reportsPage .groupFilter select,
        .reportsPage fluent-date-picker::part(control) {
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 10px;
            box-shadow: 3px 3px 7px #333;
            color: #006eb2;
            padding: 10px;
            font-size: large;
            background: white;
            height: 44px; /* Fixed height for all inputs */
            box-sizing: border-box;
        }

    .reportsPage fluent-date-picker {
        width: 100%;
        display: block;
    }

        .reportsPage fluent-date-picker::part(root) {
            width: 100%;
        }

    /* Search button alignment */
    .reportsPage .filterItem:last-child {
        min-width: 120px;
        flex: 0 0 auto;
        align-self: center;
    }

    .reportsPage fluent-button.accent svg {
        fill: #fff !important;
        width: 20px;
        height: 20px;
        vertical-align: sub;
    }

    .reportsPage fluent-button.accent {
        width: 100%;
        margin-top: auto;
    }

        .reportsPage fluent-button.accent::part(control) {
            background: #063e85 !important;
            color: #fff;
            border-radius: 10px;
            box-shadow: 3px 3px 7px #333;
            padding: 10px 20px;
            font-size: large;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            box-sizing: border-box;
        }

            .reportsPage fluent-button.accent::part(control):hover {
                background: #0e449c !important;
            }


    .reportsPage .gridContainer {
        background: white;
        border: 1px solid #ccc;
        border-radius: 15px;
        box-shadow: 3px 3px 7px #333;
        padding: 20px;
        margin-bottom: 20px;
        overflow-x: auto;
    }

    .reportsPage fluent-data-grid {
        border: none;
        --grid-border: none;
    }

    .reportsPage fluent-data-grid-row {
        --row-height: 50px;
        border-bottom: 1px solid #f0f0f0;
    }

        .reportsPage fluent-data-grid-row[row-type="header"] {
            background: #f5f5f5;
            font-weight: bold;
            color: #006eb2;
        }

    .reportsPage fluent-data-grid-cell {
        padding: 10px;
        color: #1a4080;
    }

    .reportsPage .loadingContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 200px;
    }

        .reportsPage .loadingContainer fluent-progress-ring::part(progress) {
            --accent-fill-rest: #063e85 !important;
        }

    .reportsPage .noDataContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 200px;
        color: #b22a87;
        font-weight: 500;
        font-size: 1.2rem;
    }

    .reportsPage fluent-paginator {
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }



@media only screen and (max-width: 768px) {
    .reportsPage {
        width: 100%;
        padding: 10px;
    }

        .reportsPage .filterRow {
            flex-direction: column;
        }

        .reportsPage .filterItem {
            width: 100%;
            margin-bottom: 10px;
        }

        .reportsPage .exportContainer {
            flex-direction: column;
        }

            .reportsPage .exportContainer fluent-button {
                width: 100%;
            }

        .reportsPage .gridContainer {
            padding: 10px;
            overflow-x: auto;
        }

        .reportsPage fluent-data-grid {
            min-width: 600px;
        }
}

.saveBooking.bookingEditControls {
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.bookingEditControls .guestFilter {
    flex: 1;
    min-width: 200px;
    max-width: 400px;
    margin: 0 !important;
    margin-left: 0 !important;
}

    .bookingEditControls .guestFilter input {
        margin: 0 !important;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 3px 3px 7px #333;
        color: #006eb2;
        padding: 10px;
        font-size: large;
        width: 100%;
        height: 44px;
    }

.bookingEditControls > fluent-button {
    flex: 0 0 auto;
    margin-top: 8px;
}


@media only screen and (max-width: 768px) {
    .bookingEditControls .guestFilter {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .bookingEditControls > fluent-button {
        flex: 1;
    }
}

.reportsPage .filterRow {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.reportsPage .locationFilter,
.reportsPage .groupFilter {
    flex: 1;
    min-width: 200px;
}

.reportsPage .searchButtonItem {
    flex: 0 0 auto;
    align-self: flex-end;
    margin-left: 10px;
}

.reportsPage .dateRangeContainer {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .reportsPage .dateRangeContainer fluent-date-picker {
        flex: 1;
    }

.reportsPage .dateSeparator {
    color: #006eb2;
    font-weight: bold;
    font-size: 18px;
    padding: 0 5px;
    flex-shrink: 0;
}

.reportsPage .searchButtonItem {
    margin-left: auto;
    flex: 0 0 auto;
}

.reportsPage .dateRangeFilter {
    flex: 1.5;
    min-width: 250px;
}

.reportsPage .exportContainer {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 20px;
}

    .reportsPage .exportContainer fluent-button {
        background: #063e85 !important;
        color: #fff;
        border-radius: 10px;
        box-shadow: 3px 3px 7px #333;
        font-size: small;
        height: 32px;
        display: flex;
        align-items: center;
        gap: 6px;
        width: auto;
    }

.reportsPage fluent-icon {
    width: 16px !important;
    height: 16px !important;
}

.reportsPage .searchButtonItem {
    flex: 0 0 auto;
    align-self: flex-end;
    margin-left: 10px;
}

@media screen and (max-width: 800px) {
}


/* ----- End Media Queries ----- */


@media (max-width: 480px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 480px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}
