@import '_content/CommonUI/CommonUI.nh7uifu7eu.bundle.scp.css';
@import '_content/LicenseClient/LicenseClient.7k87zhr0my.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* /Components/Pages/Home.razor.rz.scp.css */
.classroom-placeholder[b-4fuv75szr8] {
    text-align: center;
}

.license-prompt[b-4fuv75szr8] {
    text-align: center;
    max-width: 420px;
}

.settings-form[b-4fuv75szr8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.setting-row[b-4fuv75szr8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.setting-group[b-4fuv75szr8] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.color-picker[b-4fuv75szr8] {
    width: 100%;
    height: 2.25rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
}
/* /Components/Widgets/CalendarDate.razor.rz.scp.css */
.calendar svg[b-hq7e4l5zae] {
    max-height: 95vh;
    width: 95vw;
}

.calendar text[b-hq7e4l5zae] {
    fill: #000;
}

.calendar__weekday[b-hq7e4l5zae] {
    font-size: 10px;
    text-transform: uppercase;
}

.calendar__month-day[b-hq7e4l5zae] {
    font-size: 14px;
    font-weight: 700;
}

.calendar__year[b-hq7e4l5zae] {
    font-size: 10px;
}
/* /Components/Widgets/Clock.razor.rz.scp.css */
.clock svg[b-1ekyc4f17h] {
    max-height: 100vh;
    width: 100vw;
}
/* /Components/Widgets/Countdown.razor.rz.scp.css */
.countdown svg[b-sla0jzrwua] {
    max-height: 100vh;
    width: 100vw;
}

.countdown .clickable[b-sla0jzrwua] {
    cursor: pointer;
}
/* /Components/Widgets/Dice.razor.rz.scp.css */
.dice[b-2y9vmuughm] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 1rem;
}

.dice img[b-2y9vmuughm] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    cursor: pointer;
}

.dice__throw-button[b-2y9vmuughm] {
    background-image: linear-gradient(to bottom right, #e075de, #0eb5d6);
    background-color: #2BBF60;
    text-align: center;
    font-size: 2em;
    padding: 0.5em 1em;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.dice__throw-button:disabled[b-2y9vmuughm] {
    opacity: 0.6;
    cursor: default;
}
/* /Components/Widgets/RandomName.razor.rz.scp.css */
.random-name[b-7efz7kubw1] {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.random-name textarea[b-7efz7kubw1] {
    background-image: linear-gradient(to bottom right, #8befe6, #0eb5d6);
    flex: 1 1 auto;
    min-height: 0;
    margin-bottom: 16px;
    color: black;
    border: none;
    padding: 0.8em;
    font-size: 1.8em;
    resize: none;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.random-name h1[b-7efz7kubw1] {
    background-image: linear-gradient(to bottom right, rgb(0, 238, 96), #0eb5d6);
    text-align: center;
    background-color: #2BBF60;
    font-size: 2.2em;
    font-weight: bold;
    color: white;
    padding: 0.5em 1em;
    border-radius: 4px;
    margin: 0 0 16px;
    width: 100%;
    box-sizing: border-box;
}

.random-name__clear[b-7efz7kubw1] {
    align-self: flex-end;
    background: transparent;
    border: none;
    color: blue;
    font-size: 2.5em;
    text-align: right;
    line-height: 1;
    padding: 0;
    margin: 0 0 8px;
    cursor: pointer;
}

.random-name__pick-button[b-7efz7kubw1] {
    background-image: linear-gradient(to bottom right, #e075de, #0eb5d6);
    text-align: center;
    background-color: #2BBF60;
    font-size: 2em;
    padding: 0.5em 1em;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

.random-name__pick-button:disabled[b-7efz7kubw1] {
    opacity: 0.6;
    cursor: default;
}
/* /Components/Widgets/Stopwatch.razor.rz.scp.css */
.stopwatch svg[b-ci2vpq3val] {
    max-height: 100vh;
    width: 100vw;
}

.stopwatch .clickable[b-ci2vpq3val] {
    cursor: pointer;
}
/* /Components/Widgets/TextNotes.razor.rz.scp.css */
.text-widget[b-6bovtf40k7] {
    background-image: url("assets/text/note.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 80vh;
    width: 59vh;
    padding: 6em 3em;
    position: relative;
    display: flex;
}

.text-widget textarea[b-6bovtf40k7] {
    position: absolute;
    height: 80%;
    width: 80%;
    max-height: 70vh;
    max-width: 55vh;
    font: normal 1.7em verdana;
    background-color: rgb(238, 251, 248);
    padding: 20px;
    border: none;
    resize: none;
}

.text-widget textarea:focus[b-6bovtf40k7] {
    outline: none;
}
/* /Components/Widgets/TrafficLight.razor.rz.scp.css */
.trafficlight[b-cf6i4tlckb] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trafficlight svg[b-cf6i4tlckb] {
    height: 100%;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.trafficlight .clickable[b-cf6i4tlckb] {
    cursor: pointer;
}
/* /Components/Widgets/WorkSymbols.razor.rz.scp.css */
.work-symbols[b-trm1zaftfh] {
    text-align: center;
}

.symbol-preview img[b-trm1zaftfh] {
    height: 80vmin;
    width: 80vmin;
}

.symbol-buttons[b-trm1zaftfh] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.symbol-buttons img[b-trm1zaftfh] {
    border: 1px solid rgba(59, 59, 59, 1);
    box-shadow: 3px 3px 2px 1px rgba(59, 59, 59, 0.2);
    border-radius: 50%;
    padding: 1vmin;
    margin: 1vmin;
    height: 8vmin;
    width: 8vmin;
    min-height: 25px;
    min-width: 25px;
    cursor: pointer;
}
