/* /Components/EventRoom.razor.rz.scp.css */
.item-card[b-zo1a8v0bcm] {
    transition: 0.5s;
    cursor: pointer;
}

.item-card-title[b-zo1a8v0bcm] {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
}

    .item-card-title i[b-zo1a8v0bcm] {
        font-size: 15px;
        transition: 1s;
        cursor: pointer;
        color: #ffa710
    }

.eventroom-card[b-zo1a8v0bcm] {
    min-width: 275px;
    min-height: 254px;
}

.card[b-zo1a8v0bcm] {
    margin-right: 1em;
    margin-top: 2em;
}
.card-body div[b-zo1a8v0bcm] {
    color: black;
}
.card-title i:hover[b-zo1a8v0bcm] {
    transform: scale(1.25) rotate(100deg);
}

.card:hover[b-zo1a8v0bcm] {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(1.5) scale(2, 2);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}

.card-text[b-zo1a8v0bcm] {
    height: 80px;
}

.card[b-zo1a8v0bcm]::before, .card[b-zo1a8v0bcm]::after {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}

.card[b-zo1a8v0bcm]::before {
    transform-origin: left top;
}

.card[b-zo1a8v0bcm]::after {
    transform-origin: right bottom;
}

.room-title[b-zo1a8v0bcm] {
    background: #379968;
    position: absolute;
    z-index: 200;
    width: 80%;
    margin-left: 1em;
    margin-top: -1.5em;
    font-size: 1em;
    font-weight: 600;
    padding: 0.6em;
    color: white;
    border-radius: 5px;
    box-shadow: 2px 5px 5px rgb(159, 154, 154);
}

.img-circle[b-zo1a8v0bcm]{
    border-radius:100px;
}

.images[b-zo1a8v0bcm]{
    margin-left:0!important;
}

.remove-button[b-zo1a8v0bcm] {
    margin-top:-2em;
    border-radius:100px;
    opacity:0.3;
}
    .remove-button:hover[b-zo1a8v0bcm] {
    opacity:1;
    }

    @media(max-width:770px) {
        .col-sm-6[b-zo1a8v0bcm] {
        margin-bottom: 2em;
    }

        .card-body[b-zo1a8v0bcm] {
            padding-top: 2em;

        }
 
}
.all-not-reserved[b-zo1a8v0bcm] {
    color: #2fa4e7;
}

.all-reserved[b-zo1a8v0bcm] {
    color: #00bc8c;
}


@media(max-width:600px) {
    .card-body[b-zo1a8v0bcm]{
        height: fit-content;
        margin-top:1.8em;
        margin-left:20px;
    }
    .eventroom-card[b-zo1a8v0bcm] {
        margin:auto;
        margin-top:2em;
        width:80%;
    }
}

@media(min-width:600px) and (max-width:1200px){
    .card-body[b-zo1a8v0bcm] {
        padding-top: 5em;
        padding-left: 2em;
    }
    .eventroom-card[b-zo1a8v0bcm] {
        min-width: 25vw;
        min-height: 254px;
    }
}

@media(min-width:1201px) {
    .card-body[b-zo1a8v0bcm] {
        padding-top: 4em;
        padding-left:2em;
        font-size: 1.1rem;
    }

    .card[b-zo1a8v0bcm] {
        margin-top: 2em;
        width: 15vw;
    }
}
/* /Pages/Admin.razor.rz.scp.css */
.admin-tabs[b-lcl5oqwcui] {
    width: 80vw;
    margin: auto;
    height: 90vh;
}
/* /Pages/DailyCheckIn.razor.rz.scp.css */
.front-desk[b-d5ne5pq8lx] {
    width: 600px;
    height: 400px;
    background-color: rgba(240, 240, 240, 0.96);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
    border-radius: 10px;
    margin: auto;
    padding: 1em 2em;
    text-align: center;
    margin-top: 20vh;
}

.sign[b-d5ne5pq8lx] {
    padding-top: 40px;
    color: #00bc8c;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 23px;
}

.submit[b-d5ne5pq8lx] {
    width: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #00bc8c;
    border-radius: 50px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

    .submit:hover[b-d5ne5pq8lx] {
        border: 2px solid #7bd5be;
        box-shadow: 0px 11px 35px 2px #7bd5be;
        background-color: #00bc8c;
        color: antiquewhite !important;
    }

}

.forgot[b-d5ne5pq8lx] {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #E1BEE7;
    padding-top: 15px;
}

.event-info[b-d5ne5pq8lx] {
}

.user-info[b-d5ne5pq8lx] {
    padding-right: 5em;
    padding-left: 5em;
    text-align: center;
    border-right: 1px solid grey;
}

.res-info[b-d5ne5pq8lx] {
    padding-right: 5em;
    padding-left: 5em;
    padding-top: 2em;
    text-align: center;
}

.checkin-button[b-d5ne5pq8lx] {
    padding: 2em;
    text-align: center;
}

a[b-d5ne5pq8lx] {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #E1BEE7;
    text-decoration: none
}

.disabled-button[b-d5ne5pq8lx] {
    opacity: 0.3;
    background: #00bc8c;
    width: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #00bc8c;
    border-radius: 50px;
}

@media (max-width: 500px) {
    .main[b-d5ne5pq8lx] {
        height: 100vh;
        margin: 0;
    }

    .sign[b-d5ne5pq8lx] {
        padding-top: 20vh;
    }

    .res-info[b-d5ne5pq8lx] {
        padding-left: 2em;
        padding-right: 2em;
    }
}
@media screen and (max-width: 800px), screen and (max-height: 630px) {
    .front-desk[b-d5ne5pq8lx] {
        width: calc(100vw - 20px);
        height: calc(100vh - 20px);
        margin: 10px 10px !important;
        border-radius: 0;
        overflow: auto;
    }

    .front-desk-header[b-d5ne5pq8lx] {
        flex-direction: column-reverse;
        width: 90vw;
        width: 100%;
        height: 130px;
    }

    .front-desk-content[b-d5ne5pq8lx] {
        flex-direction: column;
        margin: 0px !important;
        font-size: 1.3em;
    }

    .avatar[b-d5ne5pq8lx] {
        width: 70px;
        height: 70px;
    }

    .logout-button[b-d5ne5pq8lx] {
        font-size: 1.0em;
    }

    .user-info[b-d5ne5pq8lx] {
        border-right: none;
        border-bottom: 1px solid grey;
        padding:0!important;
    }

    .res-info[b-d5ne5pq8lx] {
        padding-top: 1em;
    }

    .event-dates[b-d5ne5pq8lx] {
        font-size: .75em;
    }

}
@media(max-width:800px) {
   
}
/* /Pages/Dashboard.razor.rz.scp.css */
.fa-circle-xmark[b-9i8wgp2ujp] {
    color:red;
    cursor:pointer;
    position:absolute;
}
.fa-circle-xmark:hover[b-9i8wgp2ujp] {
   font-size:1.1em;
   transition-timing-function:ease-in-out;
   transition:0.1s;
}
.top-content[b-9i8wgp2ujp] {
    display: flex;
    justify-content: space-between;
}
.body-content[b-9i8wgp2ujp] {
    width:85vw;
    margin:auto;
}

.remove-button[b-9i8wgp2ujp] {
    margin-top: 0;
}
.search-input[b-9i8wgp2ujp] {
    width: 300px;
    height: 40px;
}

.event-selector[b-9i8wgp2ujp] {
    font-size: 1.5rem;
    color:#379968;
}
.eventroom-cards[b-9i8wgp2ujp] {
    display: flex;
    max-width: 90vw;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto !important;
    margin-top: 2em !important;
}

#dashboard-stats[b-9i8wgp2ujp] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}

    #dashboard-stats .stat[b-9i8wgp2ujp] {
        height: 100px;
        width: 300px;
        padding: 20px;
    }

        #dashboard-stats .stat .stat-content[b-9i8wgp2ujp] {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #dashboard-stats .stat .stat-icon[b-9i8wgp2ujp] {
            font-size: 3em;
            color: grey;
        }

@media(max-width:900px) {
    .top-content[b-9i8wgp2ujp] {
        flex-direction: column;
        align-items: center;
    }
    .eventroom-cards[b-9i8wgp2ujp] {
        margin-top: 1em !important;
    }
}

@media(min-width:600px) and (max-width:900px) {
    .eventroom-cards[b-9i8wgp2ujp] {
        display: flex;
        max-width: 90vw;
        flex-wrap: wrap;
        margin-left: auto !important;
        justify-content: center;
    }
    .event-selector[b-9i8wgp2ujp] {
        font-size: 1.5rem!important;
    }
}

@media(max-width:600px) {
    .body-content[b-9i8wgp2ujp] {
        width: 100%;
        padding-top: 0em !important;
    }

    .event-selector[b-9i8wgp2ujp] {
        font-size: 1.3rem !important;
        width: 100%;
        text-align: center;
    }

    .eventroom-cards[b-9i8wgp2ujp] {
        display: block;
    }

    #dashboard-stats .stat[b-9i8wgp2ujp] {
        margin-bottom: 10px;
    }
}
/* /Pages/FrontDesk.razor.rz.scp.css */
.front-desk[b-7hcqf8vz63]{
    background-color: rgba(240, 240, 240, 0.96);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
    border-radius: 10px;
    margin: auto;
    padding: 1em 1.5em 2em;
    text-align: center;
    margin-top: 10vw;
    max-width: 800px;
}

.front-desk-header[b-7hcqf8vz63] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.front-desk-brand[b-7hcqf8vz63] {
    padding-right: 20px;
}

.reservation-info[b-7hcqf8vz63] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
}

.user-event-separator[b-7hcqf8vz63] {
    height: 200px;
    width: 1px; /* edit this if you want */
    background-color: grey;
}

.user-info[b-7hcqf8vz63] {
    text-align: center;
    width: 45%;
}

.user-info-text *[b-7hcqf8vz63] {
    text-decoration: none;
}

.user-info-text .links[b-7hcqf8vz63] {
    padding-top: 10px;
}
.user-info-text .logout-button[b-7hcqf8vz63] {
    padding: 0;
}

.event-info[b-7hcqf8vz63] {
    width: 55%;
}

.res-info[b-7hcqf8vz63] {
    text-align: center;
}

.guidelines-content[b-7hcqf8vz63] {
    text-align: left;
}

.guidelines-content-header[b-7hcqf8vz63] {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.guidelines-content-header *[b-7hcqf8vz63]{
    margin-bottom: 0;
}

.guidelines-content-header .back-button[b-7hcqf8vz63] {
    font-size: 1.25em;
    cursor: pointer;
    padding-right: 10px;
}

    .guidelines-content-header .submit-button[b-7hcqf8vz63] {
        margin: 15px;
        color: white;
    }

    .guidelines-content .acknowledge[b-7hcqf8vz63] {
        font-weight: bold !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .guidelines-content .acknowledge-text > span[b-7hcqf8vz63] {
            font-style: italic;
        }

    .guidelines-content .cell-inputs[b-7hcqf8vz63] {
        display: flex;
    }

.submit[b-7hcqf8vz63] {
    width: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #379968;
    border-radius: 50px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

    .submit:hover[b-7hcqf8vz63] {
        box-shadow: 0px 11px 35px 2px #379968;
        background-color: #379968;
        color: antiquewhite !important;
    }

.forgot[b-7hcqf8vz63] {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #E1BEE7;
    padding-top: 15px;
}

.checkin-button[b-7hcqf8vz63] {
    padding: 1em;
    text-align: center;
}

a[b-7hcqf8vz63] {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #E1BEE7;
    text-decoration: none
}

.disabled-button[b-7hcqf8vz63] {
    opacity: 0.3;
    background: #00bc8c;
    width: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #00bc8c;
    border-radius: 50px;
}
select[b-7hcqf8vz63] {
    height: 10px !important;
    line-height:10px !important;
}

@media (max-width: 768px) {
    .front-desk[b-7hcqf8vz63] {
        max-width: 100%;
        max-height: 100%;
        width: calc(100vw - 20px);
        height: calc(100vh - 20px);
        align-self: center;
        margin: 10px 10px !important;
        padding: .75em 1.5em 1.0em;
        overflow: auto;
    }

    .front-desk-header[b-7hcqf8vz63] {
        padding: 10px;
    }

    #front-desk-logo[b-7hcqf8vz63] {
        content: url("img/leaf.png");
    }

    .front-desk-content[b-7hcqf8vz63] {
        flex-direction: column;
        margin: 0px !important;
    }

    .reservation-info[b-7hcqf8vz63] {
        flex-direction: column;
        margin: 0px !important;
        height: 80vh;
        padding: 0;
    }

    .user-event-separator[b-7hcqf8vz63] {
        height: 1px;
        width: 75%;
    }

    .user-info[b-7hcqf8vz63] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 40px 0;
    }

    .event-info[b-7hcqf8vz63] {
        flex-grow: 1;
        padding-top: 40px;
        width: 100%;
    }

    .avatar[b-7hcqf8vz63] {
        width: 100px;
        height: 100px;
    }

    .user-info-text[b-7hcqf8vz63]{
        padding-left: 15px;
        text-align: left;
    }

    .guidelines-content[b-7hcqf8vz63] {
        padding-bottom: 1em;
    }

    .guidelines-content .cell-inputs[b-7hcqf8vz63] {
        flex-direction: column;
        gap: 5px;
    }
}
/* /Pages/LoginPage.razor.rz.scp.css */
#loginForm[b-bmw5eg0wxr] {
    width: 380px;
    height: 320px;
    background-color: rgba(240, 240, 240, 0.96);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1em 2em;
    text-align: center;
    margin-top: 20vh;
}
    #loginForm form[b-bmw5eg0wxr] {
        margin-top: 10px;
    }

    #loginForm .login-title[b-bmw5eg0wxr] {
        font-size: 1.6em;
        margin-bottom: 3px;
    }

    #loginForm input:not(:first-of-type)[b-bmw5eg0wxr] {
        margin-top: 10px;
    }
.login-title[b-bmw5eg0wxr] {
    font-size: 2.0em;
    margin-bottom: 3px;
    color: #666;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    align-self: center;
}


@media(max-width:800px) {
    #loginForm[b-bmw5eg0wxr] {
        width: 100%;
        height: 100%;
        margin:0;
        padding-top:20vh;
        border-radius:0px;
    }
}
/* /Pages/Notifications.razor.rz.scp.css */
.send-notif-content[b-xnbp6ifd9h] {
    padding:3em 3em;
    width:60%;
    margin:auto;
}
.notif-page[b-xnbp6ifd9h] {
    height:200px!important;
}

    .notif-page .form .notif[b-xnbp6ifd9h] {
        margin-top: -31px;
        margin-bottom: 26px;
    }

.form[b-xnbp6ifd9h] {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 45px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.notif-input[b-xnbp6ifd9h] {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

@media(max-width:600px) {
    .notif-page[b-xnbp6ifd9h] {
        width:95%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */

.container-fluid[b-ewmcqqwpun] {
    width:85vw;
}

.navbar[b-ewmcqqwpun] {
    background: linear-gradient(120deg, #003e21 0%, #003e21 94%, #379968 94.1%, #379968 96%, #8fd8a8 96.1%, #8fd8a8 98%, #e7f1e5 98.1%, #e7f1e5 100%);
}

main[b-ewmcqqwpun] {
    height:85vh;
    overflow: auto;
    padding-top: 2em;
}

@media(max-width:480px) {
    .dashboard-user-image[b-ewmcqqwpun]{
        display:none!important;
    }
}
@media(min-width:481px) and (max-width:1000px) {
}
@media(min-width:1000px) {
    .nav-container[b-ewmcqqwpun] {
        padding-left: 7vw;
        padding-right: 7vw;
    }
    main[b-ewmcqqwpun] {
       min-width: calc(800px - 94px);
    }
}
