﻿body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    font-family: system-ui, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    background-color: #f3f4f6;
    overscroll-behavior-y: contain;
    overflow-x: hidden;
    overflow-y: hidden;
}

html {
    position: fixed;
    height: 100%
}

a {
    text-decoration: none;
}

[type=date], [type=email], [type=number], [type=password], [type=tel], [type=text], [type=time], [type=url], select, textarea {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
    border-color: #6b7280 !important;
    border-width: 1px !important;
    border-radius: 6px !important;
    padding: .25rem .5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

    [type=date]:focus, [type=email]:focus, [type=number]:focus, [type=password]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, select:focus, textarea:focus {
        outline: 2px solid transparent !important;
        outline-offset: 2px !important;
        box-shadow: #fff 0 0 0 0, #6366f1 0 0 0 1px, #000 0 1px 2px 0 !important;
        border-color: #2563eb !important;
    }

select {
    overflow-x: hidden;
}

.navbar {
    background-image: linear-gradient(to bottom, #fff, #f3f4f6);
    margin: 0 0 15px;
    padding: 0;
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
}

.navbar-toggler {
    padding: 12px;
}

.navbar-nav .nav-item {
    margin-right: 1em;
}

.nav-link, .sign-out-link {
    display: flex;
    align-items: center;
    padding: 6px 9px;
    font-weight: 600;
}

#site-nav .nav-link.active {
    color: #4f46e5 !important;
}

.greeting, .home-tile-row {
    box-shadow: rgb(0 0 0/0%) 0 0 0 0, rgb(0 0 0/0%) 0 0 0 0, rgb(0 0 0/10%) 0 1px 3px 0, rgb(0 0 0/6%) 0 1px 2px 0;
}

.greeting {
    border: 0;
    border-radius: 6px;
    background-color: #ecfdf5;
    color: #065f46;
}

.home-tile-row {
    display: flex;
    text-align: center;
    border-radius: 12px;
}

    .home-tile-row a {
        display: block;
        padding: 21px;
    }

    .home-tile-row h4 {
        color: #000;
        font-weight: 500;
        font-size: 16px;
        margin: 16px 0 0;
    }

.home-tile-left,
.home-tile-right {
    background-color: #fff;
    padding: 9px
}

    .home-tile-left:hover,
    .home-tile-right:hover {
        background-color: #e5e7eb
    }

.home-tile-top {
    border-bottom: 1px solid #ddd
}

.home-tile-left {
    border-radius: 12px 0 0 12px;
    border-right: 1px solid #ddd
}

.home-tile-right {
    border-radius: 0 12px 12px 0
}

.home-tile-top.home-tile-left {
    border-radius: 12px 0 0 0
}

.home-tile-top.home-tile-right {
    border-radius: 0 12px 0 0
}

.home-tile-bottom.home-tile-left {
    border-radius: 0 0 0 12px
}

.home-tile-bottom.home-tile-right {
    border-radius: 0 0 12px 0
}


.modal-backdrop.show {
    opacity: .9;
}

.modal-dialog {
    margin: 0;
    max-height: 100%;
    max-width: 100%
}

.modal-content, .modal-header {
    border: 0;
    border-radius: 0;
}

.modal-header {
    background-color: #6d28d9;
    color: #fff;
}

.modal-header, .modal-title {
    font-weight: 600;
}

label {
    font-weight: 500;
}

.form-group {
    margin-bottom: .75em;
}

#LoginModal .modal-dialog {
    margin: 1.6rem;
}

#LoginModal .modal-content {
    border-radius: 14px 14px 12px 12px;
}

#LoginModal .modal-header {
    background-color: #6d28d9;
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-weight: 600;
}

.label-wrapper {
    display: flex;
    justify-content: space-between;
}

.btn-primary {
    width: 100%;
    border: 0;
    border-radius: 6px;
    padding: .5em 1.5em;
    color: #fff;
    background-color: #6d28d9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

    .btn-primary:active, .btn-primary:hover {
        background-color: #4c1d95;
    }

.DashboardNav .nav-tabs {
    border-bottom: 1px solid #fff;
}

.DashboardNav .nav-link {
    margin: 0 8px;
    padding: 8px 12px 7px;
    border-radius: 12px 12px 0 0;
    background-color: #e5e7eb;
    color: #696b6c;
    font-weight: 700;
    border: 1px #fff;
    width: 84px;
    justify-content: center;
    text-align: center;
}

.tab-pane {
    background-color: #fff;
}

.tab-header {
    display: block;
    padding: 1rem;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.bg-indigo {
    background-color: #4f46e5;
}
.badge {
    font-size: .8em
}
.BookingsSection {
    padding: 0;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 146px);
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.Booking {
    padding: 1em;
    border-bottom: 1px solid #ddd;
    scroll-snap-align: start;
}

    .Booking:nth-child(odd) {
        background-color: #f9fafb;
    }

.BookingRows {
    padding: 0;
}

.BookingRow {
    margin-top: 2px;
    margin-bottom: 2px;
}

.BookingNo {
    display: flex;
    align-items: center;
    color: #4f46e5;
    font-size: 15px;
    line-height: 1.4;
}

    .BookingNo svg {
        margin-right: .5rem;
    }

.BookingNo, .BookingStatus, .DateTimecol {
    font-weight: 700;
}

.BookingStatus {
    padding:3px 8px;
    border-radius: 6px;
}

.Allocated {
    background-color: #dbeafe;
    color: #1e40af;
}
.PastBooking .Allocated {
    background-color: #fee2e2;
    color: #991b1b;
}

.Extracted {
    background-color: #ede9fe;
    color: #5b21b6;
}

.Checked {
    background-color: #d1fae5;
    color: #065f46;
}

.Unchecked {
    background-color: #fee2e2;
    color: #991b1b;
}

.Invited, .Unallocated {
    background-color: #fce7f3;
    color: #9d174d;
}

.dismiss-btn {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
}

    .dismiss-btn svg {
        margin-right: .375rem;
    }

.text-lighter {
    opacity: .5;
}

.BookingItemModal .modal-header {
    padding: .5rem;
}

.BookingItemModal .modal-body {
    padding: 0;
}
.ssticky {
    position: sticky !important;
    top: 0 !important;
}


.row-strip {
    display: flex;
    align-items: center;
    padding-top: .375rem;
    padding-bottom: .375rem;
}

    .row-strip:nth-child(odd) {
        background-color: #f9fafb;
    }
.row .row-strip {
    align-items: center
} 
.BookingItemModal {
    width: 100%;
    height: 100%
}

.BookingItemModalDetails {
    font-weight: 600;
    word-break:break-word;
}

.BookingItemSectionHeader {
    font-weight: 700;
    color: #6d28d9;
}

.leave-note-button {
    margin-top: .75rem;
}
.toast-container {
    width: 100%;
}

.toast {
    width: 100%;
    background: #d1fae5;
    color: #065f46;
    border-radius: 0;
    font-weight: 600;
    text-align: center;
}

.toast-body {
    padding: calc(((100vh - 279px)/2) - 15px) 0 calc(((100vh - 279px)/2) + 15px);
}

    .toast-body p {
        margin: 0;
        padding: 0;
        font-size: 3rem;
        line-height: 1;
    }

@media screen and (max-width:575px) {
    .navbar, .navbar .container-fluid {
        padding: 0;
    }

    #site-nav {
        padding-bottom: 6px;
    }

        #site-nav .nav-link, #site-nav .sign-out-link {
            padding: 6px 13px;
        }
}

@media screen and (min-width:576px) {
    .navbar {
        padding: 8px 0;
    }
}
/*# sourceMappingURL=styles-min.css.map */
