@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /App.razor.rz.scp.css */
body[b-4ksj71lza9] {
}

.main-page[b-4ksj71lza9] {
    position: relative;
    height: 84vh;
}

.main-page div[b-4ksj71lza9] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 50%;
    text-align: center;
}
/* /Pages/About.razor.rz.scp.css */
body[b-bavygl006q] {
}

.main-page[b-bavygl006q] {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.main-page div[b-bavygl006q] {
    text-align: center;
}

.info a[b-bavygl006q] {
    text-decoration: none;
    color: var(--accent-color);
    transition: color 100ms linear;
}
.info a:hover[b-bavygl006q] {
    color: var(--primary-color);
    transition: color 200ms linear;
}
.bi-dot[b-bavygl006q] {
    color: var(--accent-color);
}
/* /Pages/App/AllEvents.razor.rz.scp.css */
body[b-lhakytjca3] {
}

.colors[b-lhakytjca3] {
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.color[b-lhakytjca3] {
    color: var(--card-button-text);
    margin: 3px;
}

.auction-color[b-lhakytjca3] {
    color: var(--auction-card-text)
}

.load-btn[b-lhakytjca3] {
    width: 170px;
    height: 30px;
    display: inline-block;
}

.my-spinner[b-lhakytjca3] {
    display: inline-block;
}

@media (max-width: 387px) {
    .color[b-lhakytjca3] {
        margin: auto;
        margin-top: 5px;
    }
}

@media(max-width: 370px) {
    .normal-btn[b-lhakytjca3] {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }

    .buttons[b-lhakytjca3] {
        display: block;
    }
}
/* /Pages/App/AllInvites.razor.rz.scp.css */
body[b-891x5hmalf] {
}
/* /Pages/App/AppIndex.razor.rz.scp.css */
body[b-lfacannpz5] {
}
.stats[b-lfacannpz5] {
    font-size: 20px;
}
.stat-holder[b-lfacannpz5] {
    text-align: left;
    width: inherit;
}
.stat[b-lfacannpz5]{
    display: inline-block;
}
.stat-title[b-lfacannpz5] {
    padding-left: 1.5rem;
    padding-right: 4rem;
}
.stat-value[b-lfacannpz5] {
    position: absolute;
    right: 3rem;
}
.line[b-lfacannpz5] {
    color: var(--line-color);
}
.next-event[b-lfacannpz5] {
    padding-left: 1.5rem;
}

.next-event-value[b-lfacannpz5] {
    font-size: 17px;
    display: inline-block;
}

@media(max-width: 440px) {
    .stats[b-lfacannpz5] {
        font-size: 17px;
    }
}
/* /Pages/App/Availability.razor.rz.scp.css */
body[b-qqhdn8v0xs] {
}
/* /Pages/App/Calendar.razor.rz.scp.css */
body[b-n3zajiajzq] {
}

[b-n3zajiajzq] .scheduler {
    border-color: var(--calendar-border);
}

[b-n3zajiajzq] .scheduler > .month > div:not(:last-of-type), 
[b-n3zajiajzq] .scheduler > .month > .week.header > div:not(:last-of-type), 
[b-n3zajiajzq] .scheduler > .month > .week > .days > div:not(:last-of-type)
{
    border-color: var(--calendar-inner-border);
}

[b-n3zajiajzq] .scheduler > .header > .actions {
    background-color: var(--main-background-color);
}

[b-n3zajiajzq] .scheduler > .header > .actions .btn {
    color: var(--text-color);
}

[b-n3zajiajzq] .scheduler > .header > .actions .btn.today {
    background-color: var(--calendar-today-btn-background);
}

[b-n3zajiajzq] .scheduler > .header > .actions .btn:hover {
    background-color: var(--calendar-button-hover);
}

[b-n3zajiajzq] .scheduler > .month > .week.header > .day-of-month {
    background-color: var(--main-background-color);
}

[b-n3zajiajzq] .scheduler > .month > .week > .days > .day {
    background-color: var(--main-background-color);
    color: var(--calendar-day);
}

[b-n3zajiajzq] .scheduler > .month > .week > .days > .day.diff-month {
    background-color: var(--calendar-diff-month);
}

[b-n3zajiajzq] .scheduler > .month > .week > .appointments > .appointment {
    color: var(--calendar-appointment-text);
}

a[b-n3zajiajzq] {
    text-decoration: none;
    color: var(--accent-color) !important;
    transition: color 100ms linear;
    cursor: pointer;
}

a:hover[b-n3zajiajzq] {
    color: var(--primary-color) !important;
    transition: color 200ms linear;
}
/* /Pages/App/Company.razor.rz.scp.css */
body[b-wbjrsljbez] {
}

.main-page[b-wbjrsljbez] {
    text-align: center;
}

.company-name[b-wbjrsljbez] {
    text-align: center;
}

.company-info[b-wbjrsljbez] {
    position: relative;
    text-align: left;
    margin-top: 50px;
    display: inline-block;
    font-size: 20px;
}

.normal-btn[b-wbjrsljbez] {
    display: inline-block;
    width: 100px;
    height: 30px;
}

.copy-btn[b-wbjrsljbez] {
    margin: 0 5px;
}

.load-btn[b-wbjrsljbez] {
    width: 150px;
}

.my-spinner[b-wbjrsljbez] {
    margin-left: 10px;
}

.access-code[b-wbjrsljbez] {
    display: flex;
    flex-direction: row;
    width: inherit;
}

.lists[b-wbjrsljbez] {
    margin-top: 50px;
}

.danger-btns[b-wbjrsljbez] {
    margin-top: 50px;
}

.danger-btn[b-wbjrsljbez] {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    width: 150px;
    height: 60px;
}

@media(max-width: 370px) {
    .danger-btn[b-wbjrsljbez] {
        display: block;
        margin: auto;
        margin-top: 17px;
    }
}

@media(max-width: 352px) {
    .company-info[b-wbjrsljbez] {
        font-size: 17px;
    }
    .normal-btn[b-wbjrsljbez] {
        font-size: 17px;
        width: 100px;
        height: 30px;
    }
    .load-btn[b-wbjrsljbez] {
        width: 150px;
    }
    .danger-btn[b-wbjrsljbez] {
        font-size: 17px;
    }
    .delete-btn[b-wbjrsljbez] {
        margin-top: 20px;
    }
}
/* /Pages/App/CreateEquipmentGroup.razor.rz.scp.css */
body[b-qutwzasg5n] {
}

.main-page[b-qutwzasg5n] {
    position: relative;
    text-align: center;
}

.form-field[b-qutwzasg5n] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: inherit;
}

.group-name[b-qutwzasg5n] {
    text-align: center;
}

.group-assignments[b-qutwzasg5n] {
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
}

.group-info[b-qutwzasg5n] {
    position: relative;
    margin-top: 50px;
    display: inline-block;
    font-size: 20px;
}

.normal-btn[b-qutwzasg5n] {
    display: block;
    margin: auto;
    margin-top: 50px;
}

.load-btn[b-qutwzasg5n] {
    width: 150px;
    height: 30px;
    margin-top: 30px;
}

@media(max-width: 300px) {
    .group-info[b-qutwzasg5n] {
        font-size: 17px;
    }

    .group-assignments[b-qutwzasg5n] {
        font-size: 17px;
    }
}
/* /Pages/App/CreateEvent.razor.rz.scp.css */
body[b-j666tck9ub] {
}

/* Tree view from https://www.w3schools.com/howto/howto_js_treeview.asp */

/* Remove default bullets */
ul[b-j666tck9ub], #myUL[b-j666tck9ub] {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL[b-j666tck9ub] {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
.caret[b-j666tck9ub] {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret[b-j666tck9ub]::before {
    content: "\25B6";
    color: var(--text-color);
    display: inline-block;
    margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down[b-j666tck9ub]::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested[b-j666tck9ub] {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active[b-j666tck9ub] {
    display: block;
}
/* Tree view from https://www.w3schools.com/howto/howto_js_treeview.asp */

.main-page[b-j666tck9ub] {
    position: relative;
    text-align: center;
}

.form-field[b-j666tck9ub] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: inherit;
}

[b-j666tck9ub] .input-field.input-text-area {
    max-height: 210px;
    width: 400px;
}

.event-name[b-j666tck9ub] {
    text-align: center;
}

.event-info[b-j666tck9ub] {
    position: relative;
    margin-top: 50px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

.event-assignments[b-j666tck9ub] {
    vertical-align: top;
    position: relative;
    text-align: center;
    margin-top: 50px;
    display: inline-block;
    font-size: 20px;
    margin-left: 50px;
    max-width: 400px;
}

.div-separator[b-j666tck9ub] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.event-eqp[b-j666tck9ub] {
    vertical-align: top;
    position: relative;
    text-align: center;
    margin-top: 50px;
    display: inline-block;
    font-size: 20px;
    margin-left: 50px;
    max-width: 400px;
}

.second-row-event[b-j666tck9ub] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.create-event-wrapper[b-j666tck9ub] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

.assign-checkbox[b-j666tck9ub] {
    text-align: left;
}

.normal-btn[b-j666tck9ub] {
    display: block;
    margin: auto;
    margin-top: 20px;
}

.submit-note[b-j666tck9ub] {
    margin-top: 40px;
}

.load-btn[b-j666tck9ub] {
    width: 150px;
    height: 30px;
    margin-top: 30px;
}

.assignments[b-j666tck9ub] {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: auto;
}

.equipment[b-j666tck9ub] {
    text-align: left;
    max-height: 600px;
    overflow-y: auto;
}

.normal-e[b-j666tck9ub] {
    color: var(--text-color);
}

.inactive-e[b-j666tck9ub] {
    color: var(--inactive-employee);
}

.warning-e[b-j666tck9ub] {
    color: red;
}
.auction-e[b-j666tck9ub] {
    color: var(--event-card-border-yellow);
}

[b-j666tck9ub] .invisible-e {
    display: none;
}

.emails[b-j666tck9ub] {
    margin-top: 40px;
    text-align: center;
}

.email-checkbox[b-j666tck9ub] {
    display: inline-block;
    background-color: orangered;
    padding: 5px;
    border-radius: 5px;
    color: black;
}

[b-j666tck9ub] .my-map {
    display: none;
}

@media(max-width: 1015px) {
    .event-info[b-j666tck9ub] {
        align-items: center;
    }
    .div-separator[b-j666tck9ub], .second-row-event[b-j666tck9ub] {
        justify-content: center;
    }
}

@media(max-width: 959px) {
    .event-eqp[b-j666tck9ub] {
        margin-top: 0;
    }
}

@media(max-width: 350px) {
    .event-info[b-j666tck9ub] {
        font-size: 17px;
    }
    .event-assignments[b-j666tck9ub] {
        font-size: 17px;
    }
    .event-eqp[b-j666tck9ub] {
        font-size: 17px;
    }
}

@media(max-width: 692px) and (min-width: 641px) {
    .main-page[b-j666tck9ub] {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}
/* /Pages/App/CreateTeam.razor.rz.scp.css */
body[b-68lxd28vh9] {
}
.main-page[b-68lxd28vh9] {
    text-align: center;
}

.form-field[b-68lxd28vh9] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: inherit;
}

.team-name[b-68lxd28vh9] {
    text-align: center;
}

.team-info[b-68lxd28vh9] {
    position: relative;
    margin-top: 50px;
    display: inline-block;
    font-size: 20px;
}

.team-assignments[b-68lxd28vh9] {
    vertical-align: top;
    position: relative;
    text-align: center;
    margin-top: 50px;
    display: inline-block;
    font-size: 20px;
    margin-left: 50px;
}

.assign-checkbox[b-68lxd28vh9] {
    text-align: left;
}

.normal-btn[b-68lxd28vh9] {
    display: block;
    margin: auto;
    margin-top: 50px;
}

.load-btn[b-68lxd28vh9] {
    width: 150px;
    height: 30px;
    margin-top: 10px;
}

@media(max-width: 940px) {
    .team-assignments[b-68lxd28vh9] {
        margin-left: 0;
    }

    .assignments[b-68lxd28vh9] {
        margin: auto;
    }
}
/* /Pages/App/Employees.razor.rz.scp.css */
body[b-iu0eskiq3k] {
}

.lists[b-iu0eskiq3k] {
    text-align: center;
    margin-top: 50px;
}

.list-holder[b-iu0eskiq3k] {
    margin-bottom: 20px;
}

.normal-btn[b-iu0eskiq3k] {
    height: 30px;
}

.my-spinner[b-iu0eskiq3k] {
    margin-left: 10px;
}
/* /Pages/App/Equipment.razor.rz.scp.css */
body[b-qxaaqf5ed4] {
}
/* /Pages/App/EventAuction.razor.rz.scp.css */
body[b-wv72gc85j7] {
}

.colors[b-wv72gc85j7] {
    margin-top: 5px;
}

.color[b-wv72gc85j7] {
    color: var(--card-button-text);
}

.load-btn[b-wv72gc85j7] {
    width: 170px;
    height: 30px;
    display: inline-block;
}

.my-spinner[b-wv72gc85j7] {
    display: inline-block;
}

@media(max-width: 370px) {
    .normal-btn[b-wv72gc85j7] {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }

    .buttons[b-wv72gc85j7] {
        display: block;
    }
}
/* /Pages/App/EventHistory.razor.rz.scp.css */
body[b-wpb2n279bg] {
}

.colors[b-wpb2n279bg] {
    margin-top: 5px;
}

.load-btn[b-wpb2n279bg] {
    width: 170px;
    height: 30px;
    display: inline-block;
}

.my-spinner[b-wpb2n279bg] {
    display: inline-block;
}

@media(max-width: 370px) {
    .normal-btn[b-wpb2n279bg] {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }

    .buttons[b-wpb2n279bg] {
        display: block;
    }
}
/* /Pages/App/EventOverview.razor.rz.scp.css */
body[b-26cz55eybk] {
}

.nav-link[b-26cz55eybk] {
    cursor: pointer;
    color: var(--primary-color);
}

.nav-item[b-26cz55eybk] {
    margin: 5px;
}

.nav-link.active[b-26cz55eybk] {
    background-color: var(--primary-color);
    color: var(--stat-tab-text);
}

.main-page[b-26cz55eybk] {
    position: relative;
    text-align: center;
}

.page-name[b-26cz55eybk] {
    text-align: center;
}

.tabs[b-26cz55eybk] {
    font-size: 18px;
    margin-top: 20px;
}

.statistic[b-26cz55eybk] {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

ul[b-26cz55eybk] {
    list-style-type: none;
    justify-items: center;
    margin: 0;
    padding: 0;
}

.li-user[b-26cz55eybk] {
    background-color: var(--primary-color);
    color: var(--reverse-text-color);
    padding: 2px 5px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

th[b-26cz55eybk], td[b-26cz55eybk] {
    text-align: center;
    padding: 10px 5px;
}

tr:nth-child(even)[b-26cz55eybk] {
    background-color: var(--stat-second-tr);
}

.year-stat[b-26cz55eybk] {
    margin-bottom: 1rem;
}

.stat-table[b-26cz55eybk] {
    margin: auto;
    table-layout: fixed;
    max-width: 75vw;
    width: 80vw;
    width: 100%;
}

.event-name[b-26cz55eybk] {
    text-align: left !important;
    word-wrap: anywhere;
}

.o-user[b-26cz55eybk] {
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}

.user-list[b-26cz55eybk] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}

.normal-btn[b-26cz55eybk] {
    width: 250px;
    height: 40px;
}

@media(max-width: 640px){
    .stat-table[b-26cz55eybk] {
        max-width: 90vw;
        width: 90vw;
    }
}

@media(max-width: 340px) {
    .tabs[b-26cz55eybk] {
        font-size: 17px;
    }
}
/* /Pages/App/Help.razor.rz.scp.css */
body[b-9qjf6pcgns] {
}

.main-page[b-9qjf6pcgns] {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.help-name[b-9qjf6pcgns] {
    text-align: center;
}

.help-info[b-9qjf6pcgns] {
    position: relative;
    text-align: left;
    margin-top: 50px;
    display: inline-block;
    font-size: 20px;
    max-width: 60vw;
}

.help-info-wrapper[b-9qjf6pcgns] {
    margin: auto;
    max-width: fit-content;
    text-align: left;
}

.help-nav[b-9qjf6pcgns] {
    display: inline-block;
    cursor: pointer;
    margin: 10px;
    color: var(--accent-color);
    transition: color 100ms linear;
}

.help-nav:hover[b-9qjf6pcgns] {
    color: var(--primary-color);
    transition: color 200ms linear;
}

.navigation[b-9qjf6pcgns] {
    margin-top: 50px;
    font-size: 17px;
}

@keyframes topBtn-pop-b-9qjf6pcgns {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

#topBtn[b-9qjf6pcgns] {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 100;
    border: 1px solid var(--accent-color);
    outline: none;
    background-color: transparent;
    color: var(--accent-color);
    cursor: pointer;
    padding: 7px 12px;
    border-radius: 200px;
    font-size: 20px;
    animation-duration: 0.5s;
    animation-name: topBtn-pop-b-9qjf6pcgns;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    transition: color 100ms linear;
    transition: border-color 100ms linear;
}

    #topBtn:hover[b-9qjf6pcgns] {
        color: var(--primary-color);
        border-color: var(--primary-color);
        transition: color 200ms linear;
        transition: border-color 200ms linear;
    }

.pc-img[b-9qjf6pcgns] {
    max-width: 60vw;
    margin-right: 10px;
}

.mob-img[b-9qjf6pcgns] {
    max-width: 60vw;
    margin-right: 10px;
    display: block;
}

@media(min-width: 1000px) {
    .mob-img[b-9qjf6pcgns] {
        max-width: 30vw;
    }
}

/* Farby myCalendar*/
.colors[b-9qjf6pcgns] {
    padding: 10px;
}

.color[b-9qjf6pcgns] {
    color: black;
    margin-top: 5px;
    width: 140px;
}

.color-border[b-9qjf6pcgns] {
    color: var(--text-color);
    width: 150px;
    height: 40px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 0;
}

.color-holder-border[b-9qjf6pcgns] {
    display: inline-block;
}

.declined[b-9qjf6pcgns] {
    width: 200px;
}
.auction-color[b-9qjf6pcgns] {
    color: var(--auction-card-text)
}

/*Farby pozicii*/
@media(max-width: 1200px) {
    .color-holder[b-9qjf6pcgns] {
        margin-top: 10px;
        display: block;
    }

    .color-label[b-9qjf6pcgns] {
        margin-left: 0;
    }
}

@media(max-width: 730px) {
    .main-page[b-9qjf6pcgns] {
        margin-right: -1.5rem !important;
        margin-left: -1rem !important;
    }
}

@media(max-width: 753px) and (min-width: 641px) {
    .color[b-9qjf6pcgns] {
        display: block;
        margin-top: 5px;
    }
    .help-nav[b-9qjf6pcgns] {
        display: block;
    }
}

@media(max-width: 640px) {
    .help-info[b-9qjf6pcgns] {
        max-width: 80vw;
    }
}

@media(max-width: 538px) {
    .color[b-9qjf6pcgns] {
        display: block;
        margin-top: 5px;
    }
    .help-nav[b-9qjf6pcgns] {
        display: block;
    }
}

@media(max-width: 710px) {
    .help-info[b-9qjf6pcgns] {
        font-size: 17px;
    }
    .color[b-9qjf6pcgns] {
        width: 120px;
        height: 25px;
    }
    .color-border[b-9qjf6pcgns] {
        width: 150px;
        height: 30px;
    }
}
/* /Pages/App/MyCalendar.razor.rz.scp.css */
body[b-rw7lqvhg3t] {
}

.colors[b-rw7lqvhg3t] {
    padding: 10px;
}

.color[b-rw7lqvhg3t] {
    color: black;
    height: 25px;
}

@media(max-width: 905px) {
    .color-label[b-rw7lqvhg3t] {
        margin-left: 0;
    }
}

[b-rw7lqvhg3t] .scheduler {
    border-color: var(--calendar-border);
}

[b-rw7lqvhg3t] .scheduler > .month > div:not(:last-of-type),
[b-rw7lqvhg3t] .scheduler > .month > .week.header > div:not(:last-of-type),
[b-rw7lqvhg3t] .scheduler > .month > .week > .days > div:not(:last-of-type) {
    border-color: var(--calendar-inner-border);
}

[b-rw7lqvhg3t] .scheduler > .header > .actions {
    background-color: var(--main-background-color);
}

[b-rw7lqvhg3t] .scheduler > .header > .actions .btn {
    color: var(--text-color);
}

[b-rw7lqvhg3t] .scheduler > .header > .actions .btn.today {
    background-color: var(--calendar-today-btn-background);
}

[b-rw7lqvhg3t] .scheduler > .header > .actions .btn:hover {
    background-color: var(--calendar-button-hover);
}

[b-rw7lqvhg3t] .scheduler > .month > .week.header > .day-of-month {
    background-color: var(--main-background-color);
}

[b-rw7lqvhg3t] .scheduler > .month > .week > .days > .day {
    background-color: var(--main-background-color);
    color: var(--calendar-day);
}

[b-rw7lqvhg3t] .scheduler > .month > .week > .days > .day.diff-month {
    background-color: var(--calendar-diff-month);
}

[b-rw7lqvhg3t] .scheduler > .month > .week > .appointments > .appointment {
    color: var(--calendar-appointment-text);
}
/* /Pages/App/OwnerAvailability.razor.rz.scp.css */
body[b-1kz1a14s20] {
}
.tabs[b-1kz1a14s20] {
    font-size: 18px;
    margin-top: 20px;
}
.nav-link[b-1kz1a14s20] {
    cursor: pointer;
    color: var(--primary-color);
}

.nav-item[b-1kz1a14s20] {
    margin: 5px;
}

.nav-link.active[b-1kz1a14s20] {
    background-color: var(--primary-color);
    color: var(--stat-tab-text);
}

[b-1kz1a14s20] .scheduler {
    border-color: var(--calendar-border);
}

[b-1kz1a14s20] .scheduler > .month > div:not(:last-of-type),
[b-1kz1a14s20] .scheduler > .month > .week.header > div:not(:last-of-type),
[b-1kz1a14s20] .scheduler > .month > .week > .days > div:not(:last-of-type) {
    border-color: var(--calendar-inner-border);
}

[b-1kz1a14s20] .scheduler > .header > .actions {
    background-color: var(--main-background-color);
}

[b-1kz1a14s20] .scheduler > .header > .actions .btn {
    color: var(--text-color);
}

[b-1kz1a14s20] .scheduler > .header > .actions .btn.today {
    background-color: var(--calendar-today-btn-background);
}

[b-1kz1a14s20] .scheduler > .header > .actions .btn:hover {
    background-color: var(--calendar-button-hover);
}

[b-1kz1a14s20] .scheduler > .month > .week.header > .day-of-month {
    background-color: var(--main-background-color);
}

[b-1kz1a14s20] .scheduler > .month > .week > .days > .day {
    background-color: var(--main-background-color);
    color: var(--calendar-day);
}

[b-1kz1a14s20] .scheduler > .month > .week > .days > .day.diff-month {
    background-color: var(--calendar-diff-month);
}

[b-1kz1a14s20] .scheduler > .month > .week > .appointments > .appointment {
    color: var(--calendar-appointment-text);
}

@media(max-width: 340px) {
    .tabs[b-1kz1a14s20] {
        font-size: 17px;
    }
}
/* /Pages/App/OwnerCalendar.razor.rz.scp.css */
body[b-y554clyhac] {
}

.colors[b-y554clyhac] {
    padding: 10px;
}

.color[b-y554clyhac] {
    color: black;
    height: 25px;
    margin-top: 5px;
}

@media(max-width: 905px) {
    .color-label[b-y554clyhac] {
        margin-left: 0;
    }
}

[b-y554clyhac] .scheduler {
    border-color: var(--calendar-border);
}

[b-y554clyhac] .scheduler > .month > div:not(:last-of-type),
[b-y554clyhac] .scheduler > .month > .week.header > div:not(:last-of-type),
[b-y554clyhac] .scheduler > .month > .week > .days > div:not(:last-of-type) {
    border-color: var(--calendar-inner-border);
}

[b-y554clyhac] .scheduler > .header > .actions {
    background-color: var(--main-background-color);
}

[b-y554clyhac] .scheduler > .header > .actions .btn {
    color: var(--text-color);
}

[b-y554clyhac] .scheduler > .header > .actions .btn.today {
    background-color: var(--calendar-today-btn-background);
}

[b-y554clyhac] .scheduler > .header > .actions .btn:hover {
    background-color: var(--calendar-button-hover);
}

[b-y554clyhac] .scheduler > .month > .week.header > .day-of-month {
    background-color: var(--main-background-color);
}

[b-y554clyhac] .scheduler > .month > .week > .days > .day {
    background-color: var(--main-background-color);
    color: var(--calendar-day);
}

[b-y554clyhac] .scheduler > .month > .week > .days > .day.diff-month {
    background-color: var(--calendar-diff-month);
}

[b-y554clyhac] .scheduler > .month > .week > .appointments > .appointment {
    color: var(--calendar-appointment-text);
}
/* /Pages/App/OwnerEvents.razor.rz.scp.css */
body[b-gmi1fx1hb5] {
}

.colors[b-gmi1fx1hb5] {
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.color[b-gmi1fx1hb5] {
    color: var(--card-button-text);
    margin: 3px;
}

.auction-color[b-gmi1fx1hb5] {
    color: var(--auction-card-text)
}

.load-btn[b-gmi1fx1hb5] {
    width: 170px;
    height: 30px;
    display: inline-block;
}

.my-spinner[b-gmi1fx1hb5] {
    display: inline-block;
}

@media (min-width: 641px) and (max-width: 780px) {
    .normal-btn[b-gmi1fx1hb5] {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }

    .buttons[b-gmi1fx1hb5] {
        display: block;
    }
}

@media (max-width: 387px) {
    .color[b-gmi1fx1hb5] {
        margin: auto;
        margin-top: 5px;
    }
}

@media(max-width: 530px) {
    .normal-btn[b-gmi1fx1hb5] {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }

    .buttons[b-gmi1fx1hb5] {
        display: block;
    }
}
/* /Pages/App/SearchEvents.razor.rz.scp.css */
body[b-3zw8wcy1ol] {
}

.search-bar[b-3zw8wcy1ol] {
    margin-bottom: 2rem;
    width: inherit;
    text-align: center;
}

.input-field[b-3zw8wcy1ol] {
    display: inline-block;
    font-size: 20px;
    width: 450px;
    max-width: 70vw;
    max-height: 35px;
}

[b-3zw8wcy1ol] .input-select {
    display: inline-block;
    font-size: 20px;
    width: auto;
    padding: 1px 2px;
    margin-left: 10px;
}

.not-found[b-3zw8wcy1ol] {
    text-align: center;
    font-size: 17px;
}

.filter-wrapper[b-3zw8wcy1ol] {
    display: inline-block;
    margin-left: 10px;
}

.filter-label[b-3zw8wcy1ol] {
    font-size: 20px;
}

.normal-btn[b-3zw8wcy1ol]{
    height: 35px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

@media(max-width: 805px) {
    .input-field[b-3zw8wcy1ol], .input-select[b-3zw8wcy1ol] {
        font-size: 17px;
    }
    [b-3zw8wcy1ol] .input-select {
        font-size: 17px;
    }
    .filter-label[b-3zw8wcy1ol] {
        font-size: 17px;
    }
}

@media(max-width: 370px) {
    .search-bar[b-3zw8wcy1ol] {
        display: block;
    }
}

@media(max-width: 805px) and (min-width: 492px) {
    .input-field[b-3zw8wcy1ol] {
        max-width: 55vw;
    }
}
/* /Pages/App/SingleEmployee.razor.rz.scp.css */
body[b-4lpwrx2ptd] {
}

.main-page[b-4lpwrx2ptd] {
    position: relative;
    text-align: center;
}

.user-name[b-4lpwrx2ptd] {
    text-align: center;
}

.user-info[b-4lpwrx2ptd] {
    position: relative;
    text-align: left;
    margin-top: 30px;
    display: inline-block;
    font-size: 20px;
}

.form-field[b-4lpwrx2ptd] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: inherit;
}

.normal-field[b-4lpwrx2ptd] {
    flex-direction: row;
    gap: 10px;
}

.danger-btn[b-4lpwrx2ptd] {
    display: inline-block;
    vertical-align: middle;
}

.pfp[b-4lpwrx2ptd] {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    max-height: 200px;
    max-width: 50vw;
}

@media(max-width: 841px) {
    .danger-btn[b-4lpwrx2ptd] {
        margin-top: 1rem;
    }
}
/* /Pages/App/Statistic.razor.rz.scp.css */
body[b-bzsg3ltioj] {
}

.nav-link[b-bzsg3ltioj] {
    cursor: pointer;
    color: var(--primary-color);
}

.nav-item[b-bzsg3ltioj] {
    margin: 5px;
}

.nav-link.active[b-bzsg3ltioj] {
    background-color: var(--primary-color);
    color: var(--stat-tab-text);
}

.main-page[b-bzsg3ltioj] {
    position: relative;
    text-align: center;
}

.page-name[b-bzsg3ltioj] {
    text-align: center;
}

.tabs[b-bzsg3ltioj] {
    font-size: 18px;
    margin-top: 20px;
}

.statistic[b-bzsg3ltioj] {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

th[b-bzsg3ltioj], td[b-bzsg3ltioj] {
    text-align: center;
    padding: 2px 5px;
}

.second-tr[b-bzsg3ltioj] {
    background-color: var(--stat-second-tr);
}

.year-stat[b-bzsg3ltioj] {
    margin-bottom: 1rem;
}

.stat-table[b-bzsg3ltioj] {
    margin: auto;
}

.e-month[b-bzsg3ltioj] {
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}

@media(max-width: 340px) {
    .tabs[b-bzsg3ltioj] {
        font-size: 17px;
    }
}
/* /Pages/App/Teams.razor.rz.scp.css */
body[b-qny9498bf6] {
}
/* /Pages/App/User.razor.rz.scp.css */
body[b-7sb108e306] {
}

.main-page[b-7sb108e306] {
    position: relative;
    top: 5%;
    left: 50%;
    transform: translate(-51%, -5%);
}

.main-page div[b-7sb108e306] {
    text-align: center;
}

.icon[b-7sb108e306] {
    position: absolute;
    right: 1px;
    width: 40px;
    cursor: pointer;
}

.password-field[b-7sb108e306] {
    width: inherit;
    display: flex;
    justify-content: center;
}

.form-field[b-7sb108e306] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: inherit;
}

.danger-btn[b-7sb108e306] {
    margin-top: 50px;
}

.settings-child[b-7sb108e306] {
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
    margin-bottom: 50px;
}

.data-settings[b-7sb108e306] {
    margin-bottom: 30px;
}

.picture-settings[b-7sb108e306] {
    margin-right: 0;
}

.settings[b-7sb108e306] {
    display: block;
    margin-top: 50px;
}

.danger-zone[b-7sb108e306] {
    border: 1px solid red;
    border-radius: 5px;
    padding: 20px;
    height: inherit;
    margin-right: 0;
}

.pfp[b-7sb108e306] {
    margin-top: 20px;
    max-height: 200px;
    max-width: 50vw;
}

.picture-btn[b-7sb108e306] {
    display: block;
    margin: auto;
}
[b-7sb108e306] .input-image {
    margin: 20px 0;
}

.style-zone[b-7sb108e306] {
    height: inherit;
}

.mode-holder[b-7sb108e306] {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.style-label[b-7sb108e306] {
   display: flex;
   align-items: center;
}

.dif-normal-field[b-7sb108e306] {
    justify-content: center;
}

.toggle-holder[b-7sb108e306] {
    display: inline-block;
    text-align: left !important;
    padding: 0;
    min-width: 24px;
    min-height: 36px;
    margin-left: 15px;
}

.bi[b-7sb108e306] {
    opacity: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    font-size: 1.5rem;
}

.bi.bi-eye[b-7sb108e306], .bi.bi-eye-slash[b-7sb108e306] {
    margin-top: 5px;
    opacity: 1;
    font-size: 20px;
}

.toggle-visible[b-7sb108e306] {
    opacity: 1;
    transition: opacity 200ms linear;
}

.toggle-invisible[b-7sb108e306] {
    opacity: 0;
    transition: opacity 200ms linear;
}

.toggle-holder:hover > .toggle-visible[b-7sb108e306] {
    opacity: 0;
    transition: opacity 200ms linear;
}

.toggle-holder:hover > .toggle-invisible[b-7sb108e306] {
    opacity: 1;
    transition: opacity 200ms linear 50ms;
}

.pin-btn[b-7sb108e306] {
    display: block;
}

.pin-form[b-7sb108e306] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px;
}

@media(max-width: 1531px) {
    .login-settings[b-7sb108e306] {
        margin-right: 0;
    }
    .picture-settings[b-7sb108e306] {
        display: block;
    }
}

@media(max-width: 1100px) {
    .settings-child[b-7sb108e306] {
        display: inherit;
        margin-right: 0;
    }
}

@media(max-width: 639px) {
    .main-page[b-7sb108e306] {
        transform: translate(-51%, 0);
    }
}
/* /Pages/App/ViewSingleEquipmentGroup.razor.rz.scp.css */
body[b-jwrdy9paq2] {
}

.main-page[b-jwrdy9paq2] {
    position: relative;
    text-align: center;
}

.group-name[b-jwrdy9paq2] {
    text-align: center;
}

.group-info[b-jwrdy9paq2] {
    position: relative;
    text-align: left;
    margin-top: 50px;
    display: inline-block;
    font-size: 20px;
    max-width: 60vw;
}

.group-info-wrapper[b-jwrdy9paq2] {
    margin: auto;
    max-width: fit-content;
    text-align: left;
}

@media(max-width: 640px) {
    .group-info[b-jwrdy9paq2] {
        max-width: 80vw;
    }

    .group-info-wrapper[b-jwrdy9paq2] {
        margin-left: 5vw;
    }
}
/* /Pages/App/ViewSingleEvent.razor.rz.scp.css */
body[b-9nj5t4fdqj] {
}

.main-page[b-9nj5t4fdqj] {
    position: relative;
    text-align: center;
}

.sub-page[b-9nj5t4fdqj] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.event-name[b-9nj5t4fdqj] {
    text-align: center;
}

.event-info[b-9nj5t4fdqj] {
    position: relative;
    text-align: left;
    margin-top: 50px;
    display: inline-block;
    font-size: 20px;
    max-width: 40vw;
}

.event-info-wrapper[b-9nj5t4fdqj] {
    max-width: fit-content;
    text-align: left;
    display: inline-block;
    margin-right: 30px;
}

.note[b-9nj5t4fdqj] {
    word-break: break-all;
}

.equipment[b-9nj5t4fdqj] {
    margin-top: 20px;
    font-size: 20px;
}

.normal-btn[b-9nj5t4fdqj] {
    display: block;
    height: 30px;
    margin: auto;
    margin-top: 20px;
}

.options-label[b-9nj5t4fdqj] {
    margin: 0;
}

.option-buttons[b-9nj5t4fdqj] {
    max-width: 450px;
    margin-bottom: 16px;
}

.option-btn[b-9nj5t4fdqj] {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    margin-top: 5px;
    width: 100px;
}

.cal-btn[b-9nj5t4fdqj] {
    width: auto;
}

.link-btn[b-9nj5t4fdqj] {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 2px 6px;
    width: 130px;
}

.assignments[b-9nj5t4fdqj] {
    display: block;
    margin: auto;
    margin-top: 20px;
    font-size: 17px;
    text-align: center;
}

.in-assignments[b-9nj5t4fdqj] {
    display: inline-block;
    text-align: left;
}

.list-name[b-9nj5t4fdqj] {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

.normal-e[b-9nj5t4fdqj] {
    color: var(--text-color);
}

.inactive-e[b-9nj5t4fdqj] {
    color: var(--inactive-employee);
}

.event-map[b-9nj5t4fdqj] {
    height: 500px;
    width: 500px;
    max-width: 80vw;
    margin-top: 50px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

@media(max-width: 1111px) {
    .sub-page[b-9nj5t4fdqj] {
        flex-direction: column;
    }
}

@media(max-width: 820px) and (min-width: 640px) {
    .event-map[b-9nj5t4fdqj] {
        max-width: 50vw;
    }
}

@media(max-width: 640px) {
    .event-info[b-9nj5t4fdqj] {
        max-width: 80vw;
    }
    .event-info-wrapper[b-9nj5t4fdqj] {
        margin-left: 5vw;
    }
}

@media(max-width: 400px) {
    .event-info[b-9nj5t4fdqj] {
        font-size: 17px;
    }
    .equipment[b-9nj5t4fdqj] {
        font-size: 17px;
    }
    .assignment-info[b-9nj5t4fdqj] {
        font-size: 17px;
    }
    .assign-user[b-9nj5t4fdqj] {
        font-size: 17px;
    }
    .pos-name[b-9nj5t4fdqj] {
        font-size: 17px;
    }
    .list-name[b-9nj5t4fdqj] {
        font-size: 17px;
    }
}
/* /Pages/App/ViewSingleTeam.razor.rz.scp.css */
body[b-697644i6vv] {
}

.team-name[b-697644i6vv], .options[b-697644i6vv] {
    text-align: center;
}

.option-buttons[b-697644i6vv] {
    margin-bottom: 16px;
    display: inline-block;
}

.option-btn[b-697644i6vv] {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    margin-top: 5px;
    width: 100px;
}

.normal-btn[b-697644i6vv] {
    height: 30px;
    margin: auto;
    margin-top: 20px;
}

.lists[b-697644i6vv] {
    text-align: center;
    margin-top: 50px;
}

.list-holder[b-697644i6vv] {
    margin-bottom: 20px;
}
/* /Pages/App/WebEvents.razor.rz.scp.css */
body[b-hcqcwzxj2e] {
}

.my-spinner[b-hcqcwzxj2e] {
    display: inline-block;
}

@media(max-width: 370px) {
    .normal-btn[b-hcqcwzxj2e] {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }

    .buttons[b-hcqcwzxj2e] {
        display: block;
    }
}
/* /Pages/Contact.razor.rz.scp.css */
body[b-nmct7ypa8e] {
}

.main-page[b-nmct7ypa8e] {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}
.main-page div[b-nmct7ypa8e] {
    text-align: center;
}

.form-field[b-nmct7ypa8e] {
    margin-top: 20px;
}

[b-nmct7ypa8e] .input-text-area {
    text-align: start;
    width: 500px;
    min-height: 200px;
    resize: initial;
}

/* /Pages/EmailChange.razor.rz.scp.css */
body[b-a7dpsityma] {
}

.main-page[b-a7dpsityma] {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.main-page div[b-a7dpsityma] {
    text-align: center;
}
/* /Pages/ForgotPassword.razor.rz.scp.css */
body[b-4no7333won] {
}

.main-page[b-4no7333won] {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.main-page div[b-4no7333won] {
    text-align: center;
}

.form-field[b-4no7333won] {
    margin-top: 20px;
}

.normal-btn[b-4no7333won] {
    margin-bottom: 20px;
}
/* /Pages/Index.razor.rz.scp.css */
body[b-21fxo168eq] {
}

.main-page[b-21fxo168eq] {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}
    .main-page div[b-21fxo168eq] {
        text-align: center;
    }
/* /Pages/InfoPages/Licences.razor.rz.scp.css */
body[b-2qxlhd8o04] {
}

.main-page[b-2qxlhd8o04] {
    width: 100%;
    height: 100%;
}

.holder[b-2qxlhd8o04] {
    width: 100%;
    height: 100%;
}

.licences[b-2qxlhd8o04] {
    font-family: "Lucida Console", "Courier New", monospace;
    resize: none;
    text-align: left;
    border: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: var(--main-background-color);
    color: var(--text-color);
}

.licences:focus[b-2qxlhd8o04] {
    outline: none;
}
/* /Pages/InfoPages/LinkExpired.razor.rz.scp.css */
body[b-h4r1rj1xpc] {
}

.main-page[b-h4r1rj1xpc] {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.main-page div[b-h4r1rj1xpc] {
    text-align: center;
}
/* /Pages/InfoPages/Links.razor.rz.scp.css */
body[b-tz30lwl6rp] {
}

.main-page[b-tz30lwl6rp] {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}
.main-page div[b-tz30lwl6rp] {
    text-align: center;
}

.links[b-tz30lwl6rp] {
    max-width: 400px;
    display: inline-block;
}

.link[b-tz30lwl6rp] {
    text-align: left;
}

a[b-tz30lwl6rp] {
    text-decoration: none;
    color: var(--accent-color);
    transition: color 100ms linear;
    font-size: 20px;
}

a:hover[b-tz30lwl6rp] {
    color: var(--primary-color);
    transition: color 200ms linear;
}
/* /Pages/InfoPages/VerifySuccess.razor.rz.scp.css */
body[b-hu7ler56ow] {
}

.main-page[b-hu7ler56ow] {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.main-page div[b-hu7ler56ow] {
    text-align: center;
}
/* /Pages/MoreApps.razor.rz.scp.css */
body[b-71ftf7mjqj] {
}

.link-btn[b-71ftf7mjqj] {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 2px 6px;
    width: 100%;
    height: fit-content;
    margin-right: 5px;
}

.card[b-71ftf7mjqj] {
    color: var(--text-color);
    background-color: var(--more-card-background);
    height: 100%;
}

.spinner[b-71ftf7mjqj] {
    margin: auto;
}

.card-body[b-71ftf7mjqj] {
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
}

.card-text[b-71ftf7mjqj] {
    flex-grow: 1;
}
/* /Pages/Registration.razor.rz.scp.css */
body[b-g3gt9y1qxt] {
}

.main-page[b-g3gt9y1qxt] {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.main-page div[b-g3gt9y1qxt] {
    text-align: center;
}

.register-error[b-g3gt9y1qxt] {
    color: red;
}

.icon[b-g3gt9y1qxt] {
    position: absolute;
    right: 1px;
    width: 40px;
    cursor: pointer;
}

.password-field[b-g3gt9y1qxt] {
    width: inherit;
    display: flex;
    justify-content: center;
}

.form-field[b-g3gt9y1qxt] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: inherit;
}

.bi.bi-eye[b-g3gt9y1qxt], .bi.bi-eye-slash[b-g3gt9y1qxt] {
    margin-top: 5px;
    opacity: 1;
    font-size: 20px;
}
/* /Pages/ResetPassword.razor.rz.scp.css */
body[b-fefltae98i] {
}

.main-page[b-fefltae98i] {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.main-page div[b-fefltae98i] {
    text-align: center;
}

.form-field[b-fefltae98i] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: inherit;
}

.pass-box[b-fefltae98i] {
    position: relative;
    width: 300px;
}

[b-fefltae98i] .input-field {
    padding-right: 25px;
}

.normal-btn[b-fefltae98i] {
    margin-bottom: 20px;
}

.password-field .icon[b-fefltae98i] {
    position: absolute;
    right: 0;
    width: 40px;
    cursor: pointer;
}
.password-field[b-fefltae98i] {
    width: inherit;
    display: flex;
    justify-content: center;
}

.main-page .form .spat[b-fefltae98i] {
    text-decoration: none;
    color: var(--accent-color);
}

.main-page .form .spat:hover[b-fefltae98i] {
        color: var(--primary-color);
        cursor: pointer;
    }

.bi.bi-eye[b-fefltae98i], .bi.bi-eye-slash[b-fefltae98i] {
    margin-top: 5px;
    opacity: 1;
    font-size: 20px;
}
/* /Pages/Support.razor.rz.scp.css */
body[b-ukx5fzv10t] {
}

.main-page[b-ukx5fzv10t] {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.main-page div[b-ukx5fzv10t] {
    text-align: center;
}
    .main-page div a[b-ukx5fzv10t] {
        text-decoration: none;
        color: var(--accent-color);
        transition: color 100ms linear;
    }

        .main-page div a:hover[b-ukx5fzv10t] {
            color: var(--primary-color);
            transition: color 200ms linear;
        }

.accordion-holder[b-ukx5fzv10t] {
    font-size: 17px;
    margin: 30px auto;
    max-width: 700px;
}

.accordion-button:focus[b-ukx5fzv10t] {
    border-color: transparent;
    box-shadow: none;
}

.accordion-item[b-ukx5fzv10t] {
    color: var(--text-color);
    background-color: var(--main-background-color);
}

.accordion-button.collapsed[b-ukx5fzv10t] {
    color: var(--text-color);
    background-color: var(--main-background-color);
}

.accordion-button:not(.collapsed)[b-ukx5fzv10t] {
    color: var(--accordion-not-collapsed-text);
    background-color: var(--accordion-not-collapsed-background);
}

    .accordion-button:not(.collapsed)[b-ukx5fzv10t]::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237A7A7A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
.accordion-button.collapsed[b-ukx5fzv10t]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237A7A7A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* /Pages/Updates.razor.rz.scp.css */
body[b-37384o3mu9] {
}

.main-page[b-37384o3mu9] {
    position: relative;
    margin: 0;
}

.main-page div[b-37384o3mu9] {
    text-align: center;
}

.update[b-37384o3mu9] {
    margin: auto;
    max-width: fit-content;
    margin-bottom: 50px;
}

.info[b-37384o3mu9] {
    color: var(--accent-color);
}

p[b-37384o3mu9] {
    font-size: 17px;
}

.badge[b-37384o3mu9] {
    font-size: 17px;
    margin-bottom: 15px;
}
/* /Shared/AppLayout.razor.rz.scp.css */
body[b-sfj69z2wbr] {
}

main[b-sfj69z2wbr] {
    flex: 1;
    display: flex;
    flex-flow: column;
}

.page[b-sfj69z2wbr] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sidebar[b-sfj69z2wbr] {
    background-color: var(--navbar-background);
}

.top-row[b-sfj69z2wbr] {
    border-bottom: 1px solid var(--top-row-border);
    justify-content: center;
    height: 3.5rem;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    padding: 5px 0;
    color: var(--text-color);
}
.my-header[b-sfj69z2wbr] {
    font-size: 1.4rem;
    padding-right: 40px;
}

.tut-toggle[b-sfj69z2wbr] {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

@media (max-width: 850px) {
    .my-header[b-sfj69z2wbr], .top-row[b-sfj69z2wbr] {
        font-size: 1.1rem;
    }
}

@media (max-width: 640.98px) {
    .top-row[b-sfj69z2wbr] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-sfj69z2wbr] {
        flex-direction: row;
    }

    .sidebar[b-sfj69z2wbr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        min-width: 236px;
    }
}
/* /Shared/Cards/AuctionEventCard.razor.rz.scp.css */
body[b-p36dlkmnek] {
}

.main[b-p36dlkmnek] {
    border-radius: 10px;
    position: relative;
}

.card-body[b-p36dlkmnek] {
    padding-right: 7rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.accept-btn[b-p36dlkmnek] {
    margin: 0 5px 0 0;
}

.dropdown-menu[b-p36dlkmnek] {
    top: initial;
    padding-right: 3rem;
}

[b-p36dlkmnek] .dropdown-menu-item {
    margin: 0.2rem;
}

.close-menu[b-p36dlkmnek] {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 780px) {
    .card-body[b-p36dlkmnek] {
        padding-right: 2rem;
    }
}
/* /Shared/Cards/AvailabilityCard.razor.rz.scp.css */
body[b-svvipr8q2d] {
}

@media(max-width: 760px) {
    .reason[b-svvipr8q2d] {
        display: none;
    }
}

@media(max-width: 330px) {
    .card-edit-buttons[b-svvipr8q2d] {
        display: block;
    }

    .card-body[b-svvipr8q2d] {
        padding-right: 2rem;
    }
}
/* /Shared/Cards/EmployeeCard.razor.rz.scp.css */
body[b-vpnlzwau51] {
}

.main[b-vpnlzwau51] {
    display: inline-block;
    border-radius: 15px;
}

.card-title[b-vpnlzwau51] {
    text-align: left;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: 0;
    padding-right: 40px;
}

.card-body[b-vpnlzwau51] {
    padding: 1rem;
    padding-top: 0.5rem;
}

.card-info[b-vpnlzwau51] {
    margin: 0;
}

.delete-btn[b-vpnlzwau51] {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}

.card-button[b-vpnlzwau51] {
    padding: 5px 10px;
}

@media(max-width: 760px) {
    .main[b-vpnlzwau51] {
        display: inherit;
    }
}
/* /Shared/Cards/EquipmentGroupCard.razor.rz.scp.css */
body[b-jdq7qv1xji] {
}

@media(max-width: 360px) {
    .card-edit-buttons[b-jdq7qv1xji] {
        display: block;
    }

    .card-body[b-jdq7qv1xji] {
        padding-right: 2rem;
    }
}
/* /Shared/Cards/EventCard.razor.rz.scp.css */
body[b-bmcfwn42jt] {
}

.main[b-bmcfwn42jt] {
    border-radius: 10px;
    position: relative;
}

.card-body[b-bmcfwn42jt] {
    padding-right: 11rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-body.show[b-bmcfwn42jt] {
    padding-right: 1.5rem;
}

.dot-btn[b-bmcfwn42jt] {
    display: none;
}

.accept-btn[b-bmcfwn42jt] {
    margin: 0 5px 0 0;
}

.red[b-bmcfwn42jt] {
    background-color: var(--event-card-background-red);
    border-color: var(--event-card-border-red);
}
.green[b-bmcfwn42jt] {
    background-color: var(--event-card-background-green);
    border-color: var(--event-card-border-green);
}
.yellow[b-bmcfwn42jt] {
    background-color: var(--event-card-background-yellow);
    border-color: var(--event-card-border-yellow);
}
.btn-black[b-bmcfwn42jt] {
    color: var(--auction-card-text);
}

.bi-exclamation-triangle-fill[b-bmcfwn42jt] {
    color: yellow;
    margin-right: 2rem;
}

.bi-eye-slash-fill[b-bmcfwn42jt] {
    color: orange;
    margin-right: 2rem;
}

.bi-cash[b-bmcfwn42jt] {
    color: lightgreen;
    margin-right: 2rem;
}

.bi-bell-fill[b-bmcfwn42jt] {
    color: lightskyblue;
    margin-right: 2rem;
}

.empty-body[b-bmcfwn42jt] {
    padding-top: 0.8rem;
}

.show-position[b-bmcfwn42jt] {
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    align-self: initial;
}

.pc[b-bmcfwn42jt] {
    background-color: greenyellow;
}

.time[b-bmcfwn42jt] {
    background-color: orange;
}

.asist[b-bmcfwn42jt] {
    background-color: purple;
}

.dropdown-menu[b-bmcfwn42jt] {
    top: initial;
    padding-right: 3rem;
}
[b-bmcfwn42jt] .dropdown-menu-item {
    margin: 0.2rem;
}

.close-menu[b-bmcfwn42jt] {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 781px) {
    .dropdown-menu[b-bmcfwn42jt] {
        display: none;
    }
}

@media(max-width: 780px) {
    .reason[b-bmcfwn42jt] {
        display: none;
    }
    .paid[b-bmcfwn42jt], .hidden-label[b-bmcfwn42jt] {
        display: none;
    }
    .edit-btn[b-bmcfwn42jt], .delete-btn[b-bmcfwn42jt], .hidden-button[b-bmcfwn42jt] {
        display: none;
    }
    .dot-btn[b-bmcfwn42jt] {
        display: initial;
    }
    .card-body[b-bmcfwn42jt] {
        padding-right: 2rem;
    }
    .card-body.empty-body[b-bmcfwn42jt] {
        padding-right: 3rem;
    }
}
/* /Shared/Cards/IndexEventCard.razor.rz.scp.css */
body[b-3aknlxlehs] {
}
.main[b-3aknlxlehs] {
    display: inline-block;
    margin: 10px;
    border-radius: 15px;
}

.card-body[b-3aknlxlehs] {
    padding: 0.5rem;
}

.card-info[b-3aknlxlehs] {
    margin: 0;
}
/* /Shared/Cards/InviteCard.razor.rz.scp.css */
body[b-oup2ekuej9] {
}

.main[b-oup2ekuej9] {
    border-radius: 16px;
}

@media(max-width: 370px) {
    .card-button[b-oup2ekuej9] {
        padding: 5px;
    }
}
/* /Shared/Cards/TeamCard.razor.rz.scp.css */
body[b-tbvj4gphxo] {
}

@media(max-width: 330px) {
    .card-edit-buttons[b-tbvj4gphxo] {
        display: block;
    }

    .card-body[b-tbvj4gphxo] {
        padding-right: 2rem;
    }
}
/* /Shared/Cards/WebEventCard.razor.rz.scp.css */
body[b-ia49lykgga] {
}

.main[b-ia49lykgga] {
    border-radius: 10px;
    position: relative;
}

.card-body[b-ia49lykgga] {
    padding-right: 7rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dot-btn[b-ia49lykgga] {
    display: none;
}

.dropdown-menu[b-ia49lykgga] {
    top: initial;
    padding-right: 3rem;
}

[b-ia49lykgga] .dropdown-menu-item {
    margin: 0.2rem;
}

.close-menu[b-ia49lykgga] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.red[b-ia49lykgga] {
    color: black;
    background-color: red;
    border-radius: 5px;
    padding: 5px;
}

@media(min-width: 781px) {
    .dropdown-menu[b-ia49lykgga] {
        display: none;
    }
}

@media(max-width: 780px) {
    .edit-btn[b-ia49lykgga], .delete-btn[b-ia49lykgga] {
        display: none;
    }

    .dot-btn[b-ia49lykgga] {
        display: initial;
    }

    .card-body[b-ia49lykgga] {
        padding-right: 2rem;
    }

    .card-body.empty-body[b-ia49lykgga] {
        padding-right: 3rem;
    }
}
/* /Shared/Components/AddEquipmentComp.razor.rz.scp.css */
body[b-aae41fsm8f] {
}

.equipment-holder[b-aae41fsm8f] {
    margin: 10px;
}

.main[b-aae41fsm8f] {
    width: fit-content;
    height: fit-content;
    margin: auto;
}

.content[b-aae41fsm8f] {
    border: 1px solid var(--equipment-border);
    padding: 10px;
    border-radius: 5px;
    width: fit-content;
    display: inline-block;
    max-width: 100%;
}

.section[b-aae41fsm8f] {
    display: inline-block;
    max-width: 100%;
}

.second[b-aae41fsm8f] {
    margin-left: 15px;
}

.card-button[b-aae41fsm8f] {
    color: var(--text-color);
    padding: 7px 14px;
}

.input[b-aae41fsm8f] {
    display: inline-block;
}

[b-aae41fsm8f] .input-field {
    max-width: inherit;
}

[b-aae41fsm8f] .number {
    width: 70px;
    max-width: 70px;
    text-align: center;
}

@media(max-width: 945px) {
    .card-button[b-aae41fsm8f] {
        margin-top: 5px;
    }
}

 @media(max-width: 400px) {
     .second[b-aae41fsm8f] {
         margin: 0;
     }
 }
/* /Shared/Components/EventEmployee.razor.rz.scp.css */
body[b-7vuyhrydkd] {
}

.assign-user[b-7vuyhrydkd] {
    font-size: 20px;
    text-decoration: none;
    color: var(--accent-color);
    cursor: pointer;
    transition: color 100ms linear;
}

.user-underline[b-7vuyhrydkd] {
    border-bottom: 2px solid var(--primary-color);
}

.assign-user:hover[b-7vuyhrydkd] {
    color: var(--primary-color);
    transition: color 200ms linear;
}

.bi-exclamation-triangle-fill[b-7vuyhrydkd] {
    color: red;
}

.bi-check-circle[b-7vuyhrydkd] {
    color: green;
}

.bi-question-lg[b-7vuyhrydkd] {
    color: gray;
}

.bi[b-7vuyhrydkd] {
    margin-left: 10px;
}

.pay-date[b-7vuyhrydkd] {
    display: inline-block;
    margin: 0;
}

.pos-name[b-7vuyhrydkd] {
    font-size: 20px;
    margin-right: 5px;
}

.assignment-info[b-7vuyhrydkd] {
    font-size: 20px;
    display: inline-block;
}

@media(max-width: 400px) {
    .assignment-info[b-7vuyhrydkd] {
        font-size: 17px;
    }
    .assign-user[b-7vuyhrydkd] {
        font-size: 17px;
    }
    .pos-name[b-7vuyhrydkd] {
        font-size: 17px;
    }
}
/* /Shared/Components/Tooltip.razor.rz.scp.css */
.tooltip-popup[b-sbiwz2icsh] {
    position: absolute;
    background: var(--dropdown-menu-background);
    color: var(--text-color);
    padding: 5px 8px;
    border-radius: 4px;
    border: 1px solid var(--dropdown-menu-border);
    z-index: 9999;
    min-width: 120px;
}
/* /Shared/Dialogs/AccessCodeDialog.razor.rz.scp.css */
body[b-moxz0z51ct] {
}

.dialog[b-moxz0z51ct] {
    height: 300px;
}

.form[b-moxz0z51ct] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.normal-btn[b-moxz0z51ct] {
    width: 100px;
    height: 40px;
}
/* /Shared/Dialogs/AvailabilityInfoDialog.razor.rz.scp.css */
body[b-wczb97596t] {
}

td[b-wczb97596t] {
    padding: 10px 15px;
}

tr[b-wczb97596t] {
    border-bottom: 1px solid var(--primary-color);
}

.availability-info[b-wczb97596t] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    text-align: center;
    display: block;
}

.reason-span[b-wczb97596t] {
    max-height: 90px;
    overflow: auto;
    display: inline-block;
    word-break: break-all;
}

.info-table[b-wczb97596t] {
    display: inline-block;
    font-size: 17px;
}

.dialog[b-wczb97596t] {
    height: 350px;
}

@media(max-width: 319px) {
    td[b-wczb97596t] {
        padding: 5px 10px;
    }
}
/* /Shared/Dialogs/ChangeOwnerDialog.razor.rz.scp.css */
body[b-ncvxnobuxs] {
}

.dialog[b-ncvxnobuxs] {
    height: 350px;
}

.form[b-ncvxnobuxs] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.normal-btn[b-ncvxnobuxs] {
    width: 100px;
    height: 40px;
}
/* /Shared/Dialogs/CompanySetupDialog.razor.rz.scp.css */
body[b-4bayj5li1i] {
}

.dialog[b-4bayj5li1i] {
    height: 720px;
}

.form[b-4bayj5li1i] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.normal-btn[b-4bayj5li1i] {
    width: 100px;
    height: 40px;
}

[b-4bayj5li1i] .my-map {
    display: none;
}
/* /Shared/Dialogs/CreateAvailabilityDialog.razor.rz.scp.css */
body[b-2fbyocujyy] {
}

.dialog[b-2fbyocujyy] {
    height: 500px;
}

.form[b-2fbyocujyy] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

[b-2fbyocujyy] .input-field.input-text-area {
    max-height: 110px;
    height: 100px;
    min-height: 35px;
}

    .normal-btn[b-2fbyocujyy] {
        width: 100px;
        height: 40px;
    }
/* /Shared/Dialogs/CreateInviteDialog.razor.rz.scp.css */
body[b-kogfsvic1b] {
}

.dialog[b-kogfsvic1b] {
    height: 300px;
}

.form[b-kogfsvic1b] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.normal-btn[b-kogfsvic1b] {
    width: 100px;
    height: 40px;
}
/* /Shared/Dialogs/EmpMoveDialog.razor.rz.scp.css */
body[b-lv4ttonum9] {
}

.dialog[b-lv4ttonum9] {
    height: 470px;
}

.form[b-lv4ttonum9] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

[b-lv4ttonum9] .input-field.input-text-area {
    max-height: 110px;
    height: 100px;
    min-height: 35px;
}

.normal-btn[b-lv4ttonum9] {
    width: 100px;
    height: 40px;
}
/* /Shared/Dialogs/EventLinksDialog.razor.rz.scp.css */
body[b-ogt8gqhxfj] {
}

.dialog[b-ogt8gqhxfj] {
    height: 670px;
}

.form[b-ogt8gqhxfj] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.link-border[b-ogt8gqhxfj] {
    margin-top: 5px;
    border: 1px solid var(--secondary-color);
    padding: 5px;
    border-radius: 5px;
}

.normal-btn[b-ogt8gqhxfj] {
    width: 100px;
    height: 40px;
}
/* /Shared/Dialogs/FirstLoginDialog.razor.rz.scp.css */
body[b-jafs6evbvz] {
}

.dialog[b-jafs6evbvz] {
    height: 550px;
}

.form[b-jafs6evbvz] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.normal-btn[b-jafs6evbvz] {
    width: 100px;
    height: 40px;
}

[b-jafs6evbvz] .bottom-link {
    justify-self: center;
    margin: 0 !important;
    padding: 0 !important;
}
/* /Shared/Dialogs/GDPRDialog.razor.rz.scp.css */
body[b-9u0ez3evjv] {
}

.dialog[b-9u0ez3evjv] {
    height: 300px;
}

.form[b-9u0ez3evjv] {
    display: block;
    padding: 0 10px;
}

.text[b-9u0ez3evjv] {
    overflow-y: auto;
    max-height: 100px;
}

.normal-btn[b-9u0ez3evjv] {
    width: 100px;
    height: 40px;
}
/* /Shared/Dialogs/InCompanyMessageDialog.razor.rz.scp.css */
body[b-vdmim19e0g] {
}

.dialog[b-vdmim19e0g] {
    height: 450px;
}

.form[b-vdmim19e0g] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

[b-vdmim19e0g] .input-field.input-text-area {
    max-height: 210px;
    width: 400px;
}

.normal-btn[b-vdmim19e0g] {
    width: 100px;
    height: 40px;
}
/* /Shared/Dialogs/LoadingBlockLayoutDialog.razor.rz.scp.css */
body[b-bqa5a70g93] {
}

.dialog[b-bqa5a70g93] {
    height: 120px;
    width: 300px;
    max-width: 80vw;
}
/* /Shared/Dialogs/LoginDialog.razor.rz.scp.css */
body[b-vas5vrh7q5] {
}

.form[b-vas5vrh7q5] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

[b-vas5vrh7q5] .input-field {
    padding-right: 25px;
}

.normal-btn[b-vas5vrh7q5] {
    width: 100px;
    height: 40px;
}

.icon[b-vas5vrh7q5] {
    position: absolute;
    right: 1px;
    width: 40px;
    cursor: pointer;
}
.password-field[b-vas5vrh7q5] {
    position: relative;
}

.bi.bi-eye[b-vas5vrh7q5], .bi.bi-eye-slash[b-vas5vrh7q5] {
    margin-top: 5px;
    opacity: 1;
    font-size: 20px;
}
/* /Shared/Dialogs/PinDialog.razor.rz.scp.css */
body[b-1pdt0sg5o1] {
}

.dialog[b-1pdt0sg5o1] {
    height: 350px;
}

.form[b-1pdt0sg5o1] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.pin-holder[b-1pdt0sg5o1] {
    display: flex;
    margin: 20px;
    align-items: center;
}

[b-1pdt0sg5o1] .pin-field {
    background-color: transparent;
    width: 50px;
    text-align: center;
    outline: 0;
    padding: 0.5rem 0;
    margin: 0 0.5rem;
    font-size: 1.5rem;
    border-radius: .5rem;
    border-top: 1px solid var(--accent-color);
    border-left: 1px solid var(--accent-color);
    border-right: 1px solid var(--accent-color);
    color: var(--text-color);
}

[b-1pdt0sg5o1] .pin-field:focus {
    border-top: 2px solid var(--accent-color);
    border-left: 2px solid var(--accent-color);
    border-right: 2px solid var(--accent-color);
}

.normal-btn[b-1pdt0sg5o1] {
    width: 100px;
    height: 40px;
}

[b-1pdt0sg5o1] .input-field {
    height: 54px;
    width: 50px;
}

.bi-x-circle[b-1pdt0sg5o1] {
    color: var(--text-color);
}
/* /Shared/Dialogs/QuickTutorialDialog.razor.rz.scp.css */
body[b-q7qrh7acsv] {
}

.dialog[b-q7qrh7acsv] {
    height: 350px;
}

.form[b-q7qrh7acsv] {
    padding: 0 10px;
    text-align: center;
}
.text-holder[b-q7qrh7acsv] {
    text-align: left;
    display: inline-block;
    overflow-y: auto;
    max-height: 240px;
}

.dialog[b-q7qrh7acsv] {
    position: fixed;
    top: 4%;
    right: 2%;
}
/* /Shared/Dialogs/RestrictedInfoEventDialog.razor.rz.scp.css */
body[b-mu4b3pfhmm] {
}

td[b-mu4b3pfhmm] {
    padding: 10px 15px;
}

.dialog[b-mu4b3pfhmm] {
    height: 300px;
}

.dialog.long[b-mu4b3pfhmm] {
    height: 400px;
}

.restricted-info[b-mu4b3pfhmm] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 80%;
    text-align: center;
    display: block;
    overflow-y: auto;
    max-height: 240px;
}

.info-table[b-mu4b3pfhmm] {
    display: inline-block;
    font-size: 17px;
}

.normal-btn[b-mu4b3pfhmm] {
    display: block;
    height: 30px;
    margin: auto;
    margin-top: 20px;
}
.link-btn[b-mu4b3pfhmm] {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 2px 6px;
    width: 130px;
}
.option-btn[b-mu4b3pfhmm] {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    margin-top: 5px;
    width: 100px;
}

@media(max-width: 319px) {
    td[b-mu4b3pfhmm] {
        padding: 5px 10px;
    }
}
/* /Shared/Dialogs/SetTeamLeaderDialog.razor.rz.scp.css */
body[b-shmgkoxj8a] {
}

.dialog[b-shmgkoxj8a] {
    height: 350px;
}

.form[b-shmgkoxj8a] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.normal-btn[b-shmgkoxj8a] {
    width: 100px;
    height: 40px;
}
/* /Shared/Dialogs/SingleEmployeeDialog.razor.rz.scp.css */
body[b-aa30czvf0v] {
}
.dialog[b-aa30czvf0v] {
    height: 300px;
}

.long[b-aa30czvf0v] {
    height: 600px;
}

.dialog-rr[b-aa30czvf0v] {
    height: 350px;
}

.long-rr[b-aa30czvf0v] {
    height: 650px;
}

.dialog-body[b-aa30czvf0v]{
    align-content:center;
    margin-bottom: 44px;
}

.form[b-aa30czvf0v] {
    display: block;
    text-align: center;
}

.pfp[b-aa30czvf0v] {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    max-height: 240px;
    max-width: 50vw;
}

.user-info[b-aa30czvf0v] {
    margin-top: 20px;
    text-align: left;
    font-size: 18px;
    display: inline-block;
    width: inherit;
    overflow-y: auto;
    padding: 0 1rem;
    max-height: 220px;
}

.long-info[b-aa30czvf0v] {
    max-height: 500px;
}

.close-btn[b-aa30czvf0v]{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media(max-width: 500px) {
    .user-info[b-aa30czvf0v] {
        margin-top: 0;
    }
}
/* /Shared/Dialogs/SingleEquipmentGroupDialog.razor.rz.scp.css */
body[b-9jzcdxhy3g] {
}

.dialog[b-9jzcdxhy3g] {
    height: 400px;
    width: 600px;
}

.form[b-9jzcdxhy3g] {
    position: absolute;
    top: 50%;
    margin: auto;
    transform: translate(0%, -50%);
}

.group-info[b-9jzcdxhy3g] {
    max-height: 270px;
    text-align: left;
    font-size: 18px;
    overflow-y: auto;
}

@media(max-width: 500px) {
    .form[b-9jzcdxhy3g] {
        width: 85%;
    }
}
/* /Shared/Dialogs/WebEventCreateDialog.razor.rz.scp.css */
body[b-lin8zvq4dm] {
}

.dialog[b-lin8zvq4dm] {
    height: 800px;
    width: 700px;
    max-height: 100vh;
}

.form[b-lin8zvq4dm] {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
}

form[b-lin8zvq4dm] {
    width: inherit;
}

.event-info[b-lin8zvq4dm] {
    margin-top: 20px;
    text-align: left;
    font-size: 18px;
    width: inherit;
    overflow-y: auto;
    padding: 0 1rem;
    max-height: 600px;
}

[b-lin8zvq4dm] .event-form {
    display: flex;
    flex-direction: row;
    width: inherit;
    justify-content: center;
    gap: 50px;
    flex-wrap: nowrap;
}

[b-lin8zvq4dm] .my-map {
    display: none;
}

.normal-btn[b-lin8zvq4dm] {
    margin: 0;
    height: 2.5rem
}

.cols[b-lin8zvq4dm] {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    gap: 10px;
}

@media(max-width: 900px) {
    [b-lin8zvq4dm] .event-form {
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }
}

@media(max-width: 500px) {
    .event-info[b-lin8zvq4dm] {
        margin-top: 0;
    }
}

@media(max-width: 420px) or (max-height: 500px) {
    .cols[b-lin8zvq4dm] {
        max-width: 80vw;
    }

    .event-info[b-lin8zvq4dm] {
        margin: 0;
        text-align: center;
        max-height: 65vh;
    }
}
/* /Shared/Dialogs/WebEventInfoDialog.razor.rz.scp.css */
body[b-k9kx2d7vva] {
}

.dialog[b-k9kx2d7vva] {
    height: 800px;
    width: 700px;
    max-height: 100vh;
}

.form[b-k9kx2d7vva] {
    display: flex;
    text-align: center;
    width: inherit;
    justify-content: center;
}

.event-info[b-k9kx2d7vva] {
    margin-top: 20px;
    text-align: left;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    width: inherit;
    overflow-y: auto;
    padding: 0 1rem;
    max-height: 600px;
    justify-content: space-around;
    flex-wrap: nowrap;
    gap: 10px;
}


.red[b-k9kx2d7vva] {
    color: black;
    background-color: red;
    border-radius: 5px;
    padding: 5px;
}

.cols[b-k9kx2d7vva] {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

@media(max-width: 650px) {
    .event-info[b-k9kx2d7vva] {
        flex-direction: column;
    }
}

@media(max-width: 500px) {
    .event-info[b-k9kx2d7vva] {
        margin-top: 0;
    }
}
/* /Shared/Dialogs/WebFilesDialog.razor.rz.scp.css */
body[b-egjjr6mtmr] {
}

.dialog[b-egjjr6mtmr] {
    height: 300px;
    width: 600px;
    max-height: 100vh;
}

.form[b-egjjr6mtmr] {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
}

form[b-egjjr6mtmr] {
    width: inherit;
}

.event-info[b-egjjr6mtmr] {
    margin-top: 20px;
    text-align: left;
    font-size: 18px;
    width: inherit;
    overflow-y: auto;
    padding: 0 1rem;
    max-height: 610px;
}

.dialog-bottom[b-egjjr6mtmr] {
    gap: 10px;
}

[b-egjjr6mtmr] .event-form {
    display: flex;
    flex-direction: row;
    width: inherit;
    justify-content: center;
    gap: 50px;
    flex-wrap: nowrap;
}

.normal-btn[b-egjjr6mtmr] {
    margin: 0;
    height: 2.5rem
}

.cols[b-egjjr6mtmr] {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    gap: 10px;
}

@media(max-width: 900px) {
    [b-egjjr6mtmr] .event-form {
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }

    .dialog-bottom[b-egjjr6mtmr] {
        gap: 10px;
        flex-direction: column;
        align-items: center;
        height: 5rem;
    }

    .dialog[b-egjjr6mtmr] {
        height: 400px;
    }
}

@media(max-width: 500px) {
    .event-info[b-egjjr6mtmr] {
        margin-top: 0;
    }
}

@media(max-width: 420px) or (max-height: 500px) {
    .cols[b-egjjr6mtmr] {
        max-width: 80vw;
    }

    .event-info[b-egjjr6mtmr] {
        margin: 0;
        text-align: center;
        max-height: 65vh;
    }
}
/* /Shared/Dialogs/WebResultsDialog.razor.rz.scp.css */
body[b-tuwcu7oohh] {
}

.dialog[b-tuwcu7oohh] {
    height: 300px;
    width: 900px;
    max-height: 100vh;
}

.form[b-tuwcu7oohh] {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
}

form[b-tuwcu7oohh] {
    width: inherit;
}

.event-info[b-tuwcu7oohh] {
    margin-top: 20px;
    text-align: left;
    font-size: 18px;
    width: inherit;
    overflow-y: auto;
    padding: 0 1rem;
    max-height: 610px;
}

.dialog-bottom[b-tuwcu7oohh]{
    gap: 10px;
}

[b-tuwcu7oohh] .event-form {
    display: flex;
    flex-direction: row;
    width: inherit;
    justify-content: center;
    gap: 50px;
    flex-wrap: nowrap;
}

.normal-btn[b-tuwcu7oohh] {
    margin: 0;
    height: 2.5rem
}

.cols[b-tuwcu7oohh] {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    gap: 10px;
}

@media(max-width: 900px) {
    [b-tuwcu7oohh] .event-form {
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }
    .dialog-bottom[b-tuwcu7oohh] {
        gap: 10px;
        flex-direction: column;
        align-items: center;
        height: 5rem;
    }
    .dialog[b-tuwcu7oohh]{
        height: 400px;
    }
}

@media(max-width: 500px) {
    .event-info[b-tuwcu7oohh] {
        margin-top: 0;
    }
}

@media(max-width: 420px) or (max-height: 500px) {
    .cols[b-tuwcu7oohh] {
        max-width: 80vw;
    }

    .event-info[b-tuwcu7oohh] {
        margin: 0;
        text-align: center;
        max-height: 65vh;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7phhzgqbqy] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

main[b-7phhzgqbqy] {
    flex: 1;
    display: flex;
    flex-flow: column;
}

.header[b-7phhzgqbqy] {
    flex: 0 1 auto;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.updates-div[b-7phhzgqbqy] {
    display: inline-block;
    position: relative;
    padding: 5px 0;
}

.updates-dot[b-7phhzgqbqy] {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: 2px solid var(--main-background-color);
    background-color: red;
    right: -10px;
    top: 0;
}

.dropdown-item-dot[b-7phhzgqbqy] {
    right: 25px;
}

.header .menu-toggler[b-7phhzgqbqy] {
    position: absolute;
    right: 30px;
    width: 40px;
    height: inherit;
    cursor: pointer;
    margin: auto;
    justify-items: center;
}

.header .menu-toggler i[b-7phhzgqbqy] {
    margin: auto;
    position: absolute;
    left: 5px;
    height: 4px;
    border-radius: 4px;
    width: 30px;
    background-color: var(--accent-color);
}

.header .menu-toggler:hover i[b-7phhzgqbqy] {
    background-color: var(--primary-color);
    transition: background-color 100ms linear;
}

.header .menu-toggler:hover > .toggle-2[b-7phhzgqbqy] {
    width: 20px;
    transition: width 100ms linear;
}

.header .menu-toggler:hover > .toggle-3[b-7phhzgqbqy] {
    width: 10px;
    transition: width 200ms linear;
}

.header .menu-toggler .toggle-2.open-toggler[b-7phhzgqbqy] {
    width: 20px;
}

.header .menu-toggler .toggle-3.open-toggler[b-7phhzgqbqy] {
    width: 10px;
}

.toggle-1[b-7phhzgqbqy] {
    top: 20px;
    transition: all 100ms linear;
}

.toggle-2[b-7phhzgqbqy] {
    top: 27px;
    transition: background-color 100ms linear;
    transition: width 100ms linear;
}

.toggle-3[b-7phhzgqbqy] {
    top: 34px;
    transition: background-color 100ms linear;
    transition: width 150ms linear;
}

.logo[b-7phhzgqbqy] {
    height: inherit;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-left: 1.5rem;
}

.content[b-7phhzgqbqy] {
    flex: 1 1 auto;
}

.footer[b-7phhzgqbqy] {
    flex: 0 1 auto;
    background-color: var(--main-background-color);
    text-align: center;
    margin: auto;
    padding: 2px 10% 0 10%;
    border-top: 1px solid var(--footer-border);
}

.footer-text[b-7phhzgqbqy] {
    color: var(--text-color);
}

.footer a[b-7phhzgqbqy] {
    text-decoration: none;
    color: var(--accent-color);
    transition: color 100ms linear;
}

.footer a:hover[b-7phhzgqbqy] {
    color: var(--primary-color);
    transition: color 200ms linear;
}

.bi-dot[b-7phhzgqbqy] {
    color: var(--accent-color);
}

@media (max-width: 1075px) {

    .header[b-7phhzgqbqy] {
        justify-content: left;
    }
    .header .top-navigation[b-7phhzgqbqy] {
        display: none;
    }
}

@media (min-width: 1076px) {
    .header .menu-toggler[b-7phhzgqbqy] {
        display: none;
    }
    .dropdown-menu[b-7phhzgqbqy] {
        display: none;
    }
}

@media(max-width: 600px) {
    .dropdown-menu[b-7phhzgqbqy] {
        top: 4rem;
    }
}

@media(max-width: 460px) {
    .logo[b-7phhzgqbqy] {
        margin-left: 0.5rem;
        max-width: 40vw;
        height: auto;
        max-height: inherit;
        margin-top: 1rem;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
[b-vnqa26hj19]::-webkit-scrollbar-track {
    background: transparent;
}

.navbar-toggler[b-vnqa26hj19] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vnqa26hj19] {
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0px;
}

.navbar[b-vnqa26hj19] {
    background-color: var(--navbar-background);
    flex: 0 1 auto;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-scrollable[b-vnqa26hj19] {
    background-color: var(--navbar-background);
}

.navbar-brand[b-vnqa26hj19] {
    font-size: 2rem;
    font-weight: bold;
}

.bi[b-vnqa26hj19] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vnqa26hj19] {
    font-size: 0.9rem;
    padding-bottom: 0.4rem;
    position: relative;
}

    .nav-item:first-of-type[b-vnqa26hj19] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vnqa26hj19] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vnqa26hj19]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vnqa26hj19]  a.logout {
    color: red;
    cursor: pointer;
}
.nav-item[b-vnqa26hj19]  a.logout:hover {
    background-color: rgba(255,0,0,0.5);
    color: white;
}

.nav-item[b-vnqa26hj19]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vnqa26hj19]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.line[b-vnqa26hj19] {
    color: white;
    max-width: 80%;
    margin: auto;
    margin-bottom: 0.4rem;
}

.blocker[b-vnqa26hj19] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.not-paid[b-vnqa26hj19] {
    background-color: orangered;
    padding: 15px;
    border-radius: 5px;
    color: black;
    margin: 5px;
    display: flex;
    justify-content: center;
    font-size: 1.1rem;
    
}

@media (min-width: 641px) {
    .navbar-toggler[b-vnqa26hj19] {
        display: none;
    }

    .collapse[b-vnqa26hj19] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-vnqa26hj19] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
