@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.bundle.scp.css';

/* /Controls/ArticleRow.razor.rz.scp.css */
.article-row[b-iku8rnny0p] {
    display: grid;
    grid-template-columns: [text] auto [label] 40px [remove] min-content;
    grid-template-rows: 40px;
    align-items: center
}
.article-row-no-edit[b-iku8rnny0p] {
    margin: 2px 4px;
    padding: 0px 8px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid var(--BorderColor);
}
[b-iku8rnny0p] .article-name {
    grid-column: text;
    grid-row: 1;
}
[b-iku8rnny0p] .article-name-span {
    grid-column: text / span 2;
    grid-row: 1;
}
[b-iku8rnny0p] .article-count {
    grid-column: label;
    grid-row: 1;
}
.article-count-span[b-iku8rnny0p] {
    text-align: center;
    border-left: 1px solid var(--BorderColor);
    grid-column: label / span 2;
    grid-row: 1;
}
[b-iku8rnny0p] .article-remove {
    grid-column: remove;
    grid-row: 1;
}
/* /Controls/CalendarPostRow.Razor.rz.scp.css */
.calendarPostRow[b-6xxiwpulhs] {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    display: grid;
    padding: 4px 8px;
    margin: 0px 4px;
    grid-template-columns: [date] 50px [title] 1fr [image] 50px;
    transition: background-color 0.8s ease;
}
.barrel[b-6xxiwpulhs]{
    background-color: var(--WarningColor);
}
/* /Controls/DayRow.razor.rz.scp.css */
.dayRow[b-q1hx9lrwhg] {
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 2px;
    background-color: var(--DefaultDayColor);
}

.dayLabel[b-q1hx9lrwhg] {
    text-align: center;
}

.right[b-q1hx9lrwhg] {
    float: right;
}
.today[b-q1hx9lrwhg] {
    background-color: var(--CurrentDayColor) !important;
}
/* /Controls/EntryDataControls/EntryDataTextBox.razor.rz.scp.css */

.multiline[b-4qjiqh7y8i] {
    grid-column: 1   / span 2;
    grid-row: 2;
}

.singleline[b-4qjiqh7y8i] {
    grid-column: 2;
    grid-row: 1;
}
/* /Controls/FileRow.razor.rz.scp.css */
.fileDiv[b-pq3hu3wql3] {
    width: 33%;
    display: flex;
    gap: 4px;
    align-items: center;
    flex-direction: column
}
.file[b-pq3hu3wql3] {
    width: 100%;
    height: 120px;
    object-fit: contain;
}
.fileText[b-pq3hu3wql3] {
    font-size: 10px;
    text-overflow: ellipsis;
}
/* /Controls/HomeRow.razor.rz.scp.css */
.homeRow[b-d9rkd60p9f] {
    padding: 12px 0px;
    width: 100%;
    text-align: center;
    display: grid;
}

.calendar[b-d9rkd60p9f] {
    background-color: var(--CalendarRed);
}

.settings[b-d9rkd60p9f] {
    background-color: var(--SettingsGray);
}

.search[b-d9rkd60p9f] {
    background-color: var(--IfBlue);
}

.scan[b-d9rkd60p9f] {
    background-color: var(--CurrentDayColor);
}

.db[b-d9rkd60p9f] {
    background-color: var(--HomeGreen);
}
.logout[b-d9rkd60p9f] {
    background-color: var(--PrimaryColor);
}
.file[b-d9rkd60p9f] {
    background-color: sandybrown;
}
/* /Controls/IconButton.razor.rz.scp.css */
.iconButton[b-8hji3a1g98] {
    align-items: center;
    gap: 8px;
    background-color: var(--PrimaryColor);
    padding: 0 8px;
    border-radius: 8px;
}
/* /Controls/NavigationView.razor.rz.scp.css */
.centeredFlex[b-vh4yclompk] {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.horizontalFlex[b-vh4yclompk] {
    gap: 20px;
    flex-direction: row;
}

.calendar-red[b-vh4yclompk] {
    background-color: var(--CalendarRed);
}

.backwards-text[b-vh4yclompk] {
    transform: scaleX(-1);
    display: inline-block;
}

.border[b-vh4yclompk] {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
/* /Controls/ProtocolView.razor.rz.scp.css */
.proto-flex-div[b-uj8bfnsg23] {
    display: flex;
    flex-wrap: wrap;
    padding:12px 0px;
    gap:10px;
    justify-content: space-between; /* Adjust as needed for spacing between columns */
}

.proto-item[b-uj8bfnsg23] {
    width: calc(50% - 5px); /* 50% width with 10px spacing between columns */
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: #f0f0f0; /* Adjust background color as needed */
    border: 1px solid #ccc; /* Border for each proto-item */
    border-radius: 5px;
    text-align:center;
}
/* /Controls/SwitchRow.razor.rz.scp.css */
.grid[b-jg11sycjpp] {
    display: grid;
    grid-template-columns: [lbl] auto [switch ]min-content;
    grid-column-gap: 10px; /* Adjust the gap between columns as needed */
    align-items: center; /* Center vertically */
}

.switchLbl[b-jg11sycjpp] {
    grid-column: lbl;
}

.switch[b-jg11sycjpp] {
    grid-column: switch;
}
/* /Controls/YmwIcon.razor.rz.scp.css */
.ion[b-x626mcn1mj] {
    font-family: 'Ionicons', sans-serif;
    line-height: 1;
}

.ion-small[b-x626mcn1mj] {
    font-size: 30px;
    height: 32px;
}

.ion-medium[b-x626mcn1mj] {
    font-size: 42px;
    height:44px;
}

.ion-large[b-x626mcn1mj] {
    font-size: 50px;
    height: 52px;
}
/* /Pages/CalendarPage.razor.rz.scp.css */
.rows[b-wrerfvbequ] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
/* /Pages/CategoryPage.razor.rz.scp.css */
/* /Pages/CreatePostPage.razor.rz.scp.css */
/* /Pages/DebugPage.razor.rz.scp.css */
.rows[b-d0iyg3pgdy] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
/* /Pages/HomePage.razor.rz.scp.css */
.parent-container[b-bt1llslvgs] {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    height: 100vh; /* Optionally set a height for the parent container */
}
.bottom-center[b-bt1llslvgs] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* /Pages/LoginPage.razor.rz.scp.css */
.loginGrid[b-jef4i7fryg] {
    display: grid;
    grid-template-rows: [domain] 50px [user] 50px [password] 50px [login] 50px;
    grid-template-columns: min-content 1fr min-content;
    grid-gap: 4px;
    width: 90%;
}
.domain[b-jef4i7fryg] {
    grid-column: 1;
    grid-row: domain;
    align-self:end;
    padding-left:4px;
    margin-right:auto;
    font-style:italic;
}
[b-jef4i7fryg] .domainbtn {
    grid-column: 1;
    grid-row: login;
}
[b-jef4i7fryg] .ymw-btn {
    background-color: var(--PrimaryColor); /* Green background color */
    transition: background-color 0.6s;
    border: none; /* Remove borders */
}

[b-jef4i7fryg] .username {
    grid-column: 1 / span 3;
    grid-row: user;
}

[b-jef4i7fryg] .password {
    grid-column: 1 / span 3;
    grid-row: password;
}

[b-jef4i7fryg] .login {
    grid-column: 3;
    grid-row: login;
}

.ymwImage[b-jef4i7fryg] {
    max-width: 80%;
    bottom: 0;
    left: 0;
    margin: 40px 24px;
    overflow: auto;
    right: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

/* /Pages/MaterialPage.razor.rz.scp.css */
.parent-container[b-0ziluryob8] {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    height: 100vh; /* Optionally set a height for the parent container */
}
.bottom-center[b-0ziluryob8] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* /Pages/ProtocolPage.razor.rz.scp.css */
.title[b-n44ybzz4io] {
    grid-column: 1;
    grid-row: title;
}
.location[b-n44ybzz4io] {
    grid-column: 1;
    grid-row: location;
}
.tbx[b-n44ybzz4io] {
    grid-column: 2;
    grid-row: title / span 2;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px;
}
.fileButtonDiv[b-n44ybzz4io] {
    display: flex;
    flex-direction: row-reverse;
    grid-column: 1 / span 2;
    grid-row: filebutton;
    gap: 4px;
}
.files[b-n44ybzz4io] {
    grid-column: 1 / span 2;
    grid-row: files;
 
}
.flex-container[b-n44ybzz4io] {
    display: flex;
    flex-wrap: wrap;
}

.flex-item[b-n44ybzz4io] {
    flex: 0 0 30%; /* Set the initial width to 30% */
    margin: 10px; /* Adjust margin as needed */
    position: relative;
    overflow: hidden;
}

.flex-item[b-n44ybzz4io]::before {
    content: "";
    display: block;
    padding-top: 100%; /* Maintain a 1:1 aspect ratio */
}
.wp-header[b-n44ybzz4io] {
    margin-bottom: 4px;
    display: grid;
    grid-template-rows: [title] min-content [location] min-content [filebutton] 50px [files] min-content;
    grid-template-columns: 1fr min-content;
    grid-gap: 4px;
    width: 100%;
}
[b-n44ybzz4io] .proto {
    width: 100%;
    height: 50px;
    margin-bottom: 24px;
}

/* /Pages/ScannerPage.razor.rz.scp.css */
#videoview[b-k6hgkqn4ku] {
    position: relative;
    width: 100%;
    height: 100vh;
}

#videoContainer[b-k6hgkqn4ku] {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

#overlay[b-k6hgkqn4ku] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: contain
}
.overlay-container[b-k6hgkqn4ku] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    overflow-y: auto;
    z-index: 20;
}

.expanding-container[b-k6hgkqn4ku] {
    display: flex;
    flex-direction: column-reverse;
    min-height: 100vh;
    overflow-y: auto;
    position: relative; /* Ensure z-index works inside this container */
}

.expanding-item[b-k6hgkqn4ku] {
    background-color: #3498db;
    color: #ffffff;
    padding: 8px;
    box-sizing: border-box;
    margin: 5px;
}
/* /Pages/SearchPage.razor.rz.scp.css */
.parent-container[b-q8xcyeg43r] {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    height: 100vh; /* Optionally set a height for the parent container */
}
.bottom-center[b-q8xcyeg43r] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* /Pages/SettingsPage.razor.rz.scp.css */
.settingsPage > div[b-19xw493utc] {
    margin: 4px 8px;
    padding: 8px 15px;
    background-color: #f9f9f9;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.flexTab[b-19xw493utc] {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.userRow[b-19xw493utc] {
    background-color: var(--PrimaryColor);
    padding: 4px 10px;
    border-radius: 6px;
    margin: 4px;
}
[b-19xw493utc] .adminBtn {
    height: 50px;
}
.tabTitle[b-19xw493utc] {
    font-style:italic;
    color: var(--PrimaryColor); 
    padding: 4px; 
}

.gridRow[b-19xw493utc] {
    display: grid;
    grid-template-columns: [title] auto [icon] min-content;
    align-items: center; /* Center vertically */
    gap: 10px; /* Add some margin between columns */
}

.title[b-19xw493utc] {
    grid-column: title;
    color: white;
}
[b-19xw493utc] .endIcon {
    /* Add any styles specific to the YmwIcon here */
    grid-column: icon;
}
.duo-flex-div[b-19xw493utc] {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0px;
    gap: 10px;
    justify-content: space-between; /* Adjust as needed for spacing between columns */
}

.duo-item[b-19xw493utc] {
    width: calc(50% - 5px); /* 50% width with 10px spacing between columns */
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: #f0f0f0; /* Adjust background color as needed */
    border: 1px solid #ccc; /* Border for each proto-item */
    border-radius: 5px;
    text-align: center;
}
/* /Pages/WorkPage.razor.rz.scp.css */
.title[b-eamab8zpnk] {
    grid-column: 1;
    grid-row: title;
}
.location[b-eamab8zpnk] {
    grid-column: 1;
    grid-row: location;
}
.tbx[b-eamab8zpnk] {
    grid-column: 2;
    grid-row: title / span 2;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px;
}
.fileButtonDiv[b-eamab8zpnk] {
    display: flex;
    flex-direction: row-reverse;
    grid-column: 1 / span 2;
    grid-row: filebutton;
    gap: 4px;
}
.files[b-eamab8zpnk] {
    grid-column: 1 / span 2;
    grid-row: files;
 
}
.flex-container[b-eamab8zpnk] {
    display: flex;
    flex-wrap: wrap;
}

.flex-item[b-eamab8zpnk] {
    flex: 0 0 30%; /* Set the initial width to 30% */
    margin: 10px; /* Adjust margin as needed */
    position: relative;
    overflow: hidden;
}

.flex-item[b-eamab8zpnk]::before {
    content: "";
    display: block;
    padding-top: 100%; /* Maintain a 1:1 aspect ratio */
}
.wp-header[b-eamab8zpnk] {
    margin-bottom: 4px;
    display: grid;
    grid-template-rows: [title] min-content [location] min-content [filebutton] 50px [files] min-content;
    grid-template-columns: 1fr min-content;
    grid-gap: 4px;
    width: 100%;
}
[b-eamab8zpnk] .proto {
    width: 100%;
    height: 50px;
    margin-bottom: 24px;
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-yx1fx0lo7r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.topnav[b-yx1fx0lo7r] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-toggler[b-yx1fx0lo7r] {
    background-color: #05163C;
}

.navbar-dark .navbar-toggler[b-yx1fx0lo7r] {
    color: transparent;
    border-color: transparent;
}

.navbar-brand[b-yx1fx0lo7r] {
    font-size: 1.1rem;
    margin-right: 24px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yx1fx0lo7r] {
        display: block;
    }

    .collapse[b-yx1fx0lo7r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.main[b-yx1fx0lo7r] {
    flex: 1;
}

.sidebar[b-yx1fx0lo7r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yx1fx0lo7r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: left;
}

    .top-row[b-yx1fx0lo7r]  a, .top-row .btn-link[b-yx1fx0lo7r] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-yx1fx0lo7r] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yx1fx0lo7r] {
        display: none;
    }

    .top-row.auth[b-yx1fx0lo7r] {
        justify-content: space-between;
    }

    .top-row a[b-yx1fx0lo7r], .top-row .btn-link[b-yx1fx0lo7r] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yx1fx0lo7r] {
        flex-direction: row;
    }

    .sidebar[b-yx1fx0lo7r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yx1fx0lo7r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-yx1fx0lo7r] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
}
