/* /UI/Controls/EmptyDashboard.razor.rz.scp.css */
.empty-data-container[b-5wm62dz0qm] {
    height: -webkit-calc(100% - 268px);
    height: -webkit-calc(100vh - 268px);
    height: calc(100vh - 268px);
    text-align: center;
}

.icon1[b-5wm62dz0qm] {
    width: 160px;
    height: 140px;
    display: inline-block;
    margin: 50px auto 0;
    flex-grow: 1;
    display: flex;
}

@keyframes fadeInLeft-b-5wm62dz0qm {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

[b-5wm62dz0qm] .fadeInLeft {
    animation-name: fadeInLeft-b-5wm62dz0qm;
}

[b-5wm62dz0qm] .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

[b-5wm62dz0qm] .section1 {
    animation: setblue-b-5wm62dz0qm ease 6s 5s infinite;
}

[b-5wm62dz0qm] .section2 {
    fill: #ccc;
    animation: setblue-b-5wm62dz0qm ease 6s 1s infinite;
}

[b-5wm62dz0qm] .section3 {
    animation: setblue-b-5wm62dz0qm ease 6s 3.2s infinite;
}

@keyframes setblue-b-5wm62dz0qm {
    0% {
        fill: #ccc;
    }

    15% {
        fill: #007AFF;
    }

    30% {
        fill: #ccc;
    }
}

[b-5wm62dz0qm] .stick {
    animation: fadeInLeft-b-5wm62dz0qm both 1s 0.8s, stick-b-5wm62dz0qm ease 6s 2s infinite;
    transition: all 1s cubic-bezier(.1, .8, .2, 1);
}

@keyframes stick-b-5wm62dz0qm {
    0% {
        transform: translate(0, 0);
    }

    15% {
        transform: translate(0, 0);
    }

    30% {
        transform: translate(40px, 0);
    }

    45% {
        transform: translate(40px, 0);
    }

    60% {
        transform: translate(0, -20px);
    }

    75% {
        transform: translate(0, -20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.icon-blob[b-5wm62dz0qm] {
    fill: lavenderblush;
}

.--root-dark .icon-blob[b-5wm62dz0qm] {
    fill: var(--mud-palette-grey-lighten);
}

.msg-box[b-5wm62dz0qm] {
    width: 86%;
}

.down-arrow[b-5wm62dz0qm] {
    font-size: 56px;
    animation: downArrowAnimation-b-5wm62dz0qm 1s infinite ease-in-out;
    display: block;
    color: #007AFF;
}

@keyframes downArrowAnimation-b-5wm62dz0qm {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px); /* Move down */
    }

    100% {
        transform: translateY(0); /* Return to original position */
    }
}

/* /UI/Controls/Questionnaires.razor.rz.scp.css */
@keyframes blink-b-qehx37xms4 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

[b-qehx37xms4] .blinking-icon {
    animation: blink-b-qehx37xms4 1s infinite;
}

[b-qehx37xms4] .questionnaires-wrapper {
    padding:16px;
}

[b-qehx37xms4] .questionnaires-wrapper .mud-grid-item {
    padding: 0 0 16px;
}

[b-qehx37xms4] .mud-ripple-checkbox {
    padding-left:0;
}

[b-qehx37xms4] .horizontal-tabs-date-picker {
    flex: 0 !important;
    max-width: 160px;
}
/* /UI/Controls/SignaturePadComponent.razor.rz.scp.css */
/*canvas {
    width: 100%;
    height: 100%;
}

.rotate-button {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 20px;
}

fab-button-transfer-orientation {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #6200ee;
    color: #fff;
    border: none;
    border-radius: 5px;
    transform: rotate(0deg);
    transition: transform 0.5s ease;*/ /* Smooth rotation transition */
/*}

@media (orientation: landscape) {
    .fab-button-transfer-orientation {
        transform: rotate(90deg);
    }
}*/
/* /UI/Controls/TimeClockHoursDetailsComponent.razor.rz.scp.css */
[b-j91xf11fpm] .time-hrs-summary-card {
    padding:0;
    background-color: transparent !important;
}

[b-j91xf11fpm] .time-hrs-summary-card-item {
    flex: 1;
    border-radius: 4px;
}

[b-j91xf11fpm] .time-hrs-summary-card-item.worked-hrs-total {
    background: #85B0DD;   
}

[b-j91xf11fpm] .time-hrs-summary-card-item.paid-hrs-total {
    background: #79CF94;
}

[b-j91xf11fpm] .time-hrs-summary-card-item.un-paid-hrs-total {
    background: #F38E8E;
}

[b-j91xf11fpm] .time-hrs-summary-card-item span {
    padding: 4px 0 6px;
}

[b-j91xf11fpm] .time-hrs-summary-card-item h6 {
    width: 100%;    
    text-align: center;
    border-radius: 4px 4px 0 0;
    margin: 0px 0 4px;
    padding: 4px;
}

[b-j91xf11fpm] .time-hrs-summary-card-item.worked-hrs-total h6 {
    background: #45607d;   
}

[b-j91xf11fpm] .time-hrs-summary-card-item.paid-hrs-total h6 {
    background: #447954;
}

[b-j91xf11fpm] .time-hrs-summary-card-item.un-paid-hrs-total h6 {
    background: #8d5050
}



/* /UI/Dialogs/AddEquipment.razor.rz.scp.css */

/* /UI/Dialogs/AddExpense.razor.rz.scp.css */

/* /UI/Dialogs/CommonDialogs/AboutDialog.razor.rz.scp.css */
[b-sdd27s0twe] .img-fluid-width {
    max-width: 270px;
    height: auto;
}

[b-sdd27s0twe] .logo-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mud-palette-primary-lighten);
    height:60px
}

[b-sdd27s0twe] .logo-card {
    background-color: white;
    width: 275px;
    position: relative;
    bottom: -30px;
    border-radius:10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

[b-sdd27s0twe] .application-details {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

[b-sdd27s0twe] .welcome-text {
    margin-top: 40px; 
    text-align: center;
    width: 100%;
}
[b-sdd27s0twe] .about-header {
    padding:8px 16px;

}
[b-sdd27s0twe] .close-btn{
    color:white
}
/* /UI/Dialogs/DialogComponents/CustomTabTimePickerDialog.razor.rz.scp.css */
[b-2r519kp2dc] .mud-custom-time-picker {
    width: 600px !important;    
}
/* /UI/Dialogs/EditHours.razor.rz.scp.css */
[b-7xejan02tl] .total-hrs-container {
    background-color: var(--mud-palette-primary-lighten);
    border: solid 1px var(--mud-palette-primary);
    /*max-width: 240px;*/
    margin: 16px auto;
}

[b-7xejan02tl] .add-break-btn svg svg path {
    fill: #fff;
}

[b-7xejan02tl] .add-break-btn.mud-button-filled:disabled svg svg path {
    fill: var(--mud-palette-action-disabled) !important;
}

[b-7xejan02tl] .mud-input-slot mud-input-root mud-input-root-text mud-input-root-adorned-end mud-select-input {
    font-size: 28px;
}

[b-7xejan02tl] .custom-selector .mud-select {
    max-width: 48px;
}

[b-7xejan02tl] .custom-selector .mud-select .mud-input {
    color: var(--mud-palette-primary);
    font-size: 32px;
}

[b-7xejan02tl] .custom-selector .mud-select .mud-input-adornment {
    display: none;
}

[b-7xejan02tl] .custom-selector .mud-select .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0;
}

[b-7xejan02tl] .custom-selector .mud-select .mud-input.mud-input-underline:after {
    border-bottom: none;
}

[b-7xejan02tl] .custom-selector .mud-input.mud-input-underline:before {
    border-bottom: none;
}

[b-7xejan02tl] .mud-border-clock {
    border-radius: 8px;
    border: solid 1px var(--mud-palette-primary);
}
/* /UI/Dialogs/Equipment.razor.rz.scp.css */
/* /UI/Dialogs/Expenses.razor.rz.scp.css */
/* /UI/Dialogs/LookupDialog.razor.rz.scp.css */
[b-bbhsg89py6] .col-checkbox {
    width: 40px;
}

[b-bbhsg89py6] .col-project {
    width: 80px;
}
/* /UI/Dialogs/Production.razor.rz.scp.css */
/* /UI/Dialogs/ProjectDialog.razor.rz.scp.css */
[b-rhdsmww5zp] .col-checkbox {
    width: 40px;
}

[b-rhdsmww5zp] .mud-chip {
    padding: 0 10px;
    margin: 0px;
}
/* /UI/Dialogs/SignatureDialog.razor.rz.scp.css */
[b-8pu9yixt5p] .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined[b-8pu9yixt5p] {
    padding: 14.5px 14px;
}

[b-8pu9yixt5p] canvas.signature-pad {
    background: #fff;
    border: solid 1px var(--mud-palette-lines-inputs);
    margin: 0;
}

[b-8pu9yixt5p] .signature-wh-relative{
    position:relative;
}

[b-8pu9yixt5p] .signature-wh-icon {
    position: absolute;
    top: 15px;
    right: 24px;
}
/* /UI/Dialogs/TimeEntryInquiry/TimeEntryInquiryDialog.razor.rz.scp.css */
[b-zctsjpw4sk] .timesheet-inquiry-panel .mud-expand-panel-header {
    padding: 12px;
}

[b-zctsjpw4sk] .timesheet-inquiry-panel .mud-expand-panel-content {
    padding: 0px;
}

[b-zctsjpw4sk] .text-outlined {    
    text-transform: uppercase;
    padding: 4px 6px;
    border-radius: 4px;
}

[b-zctsjpw4sk] .text-outlined.approved {
    border: solid 1px var(--mud-palette-info);
    color: var(--mud-palette-info);
}

[b-zctsjpw4sk] .text-outlined.submitted {
    border: solid 1px var(--mud-palette-success);
    color: var(--mud-palette-success);
}

[b-zctsjpw4sk] .text-outlined.rejected {
    border: solid 1px var(--mud-palette-error);
    color: var(--mud-palette-error);
}

[b-zctsjpw4sk] .text-outlined.draft {
    border: solid 1px var(--mud-palette-grey-dark);
    color: var(--mud-palette-grey-dark);
}
/* /UI/Layouts/MainLayout.razor.rz.scp.css */
.page[b-xi2wuewny7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

[b-xi2wuewny7] .mud-page-layout {
    position: relative;
    min-height: -webkit-calc(100% - 72px);
    min-height: -webkit-calc(100vh - 72px);
    min-height: calc(100vh - 72px);
}

main[b-xi2wuewny7] {
    flex: 1;
}

[b-xi2wuewny7] .mud-menubar {
    position: absolute;
    bottom: 0px;
}

[b-xi2wuewny7] .mud-add-icon {
    position: absolute;
    bottom: 20px;
    left: 42.5vw;
}

.sidebar[b-xi2wuewny7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xi2wuewny7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-xi2wuewny7]  a, .top-row[b-xi2wuewny7]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-xi2wuewny7]  a:hover, .top-row[b-xi2wuewny7]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-xi2wuewny7]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

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

    .top-row.auth[b-xi2wuewny7] {
        justify-content: space-between;
    }

    .top-row[b-xi2wuewny7]  a, .top-row[b-xi2wuewny7]  .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar[b-xi2wuewny7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xi2wuewny7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-xi2wuewny7], article[b-xi2wuewny7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /UI/Pages/AllTimeEntries.razor.rz.scp.css */
[b-r4hsmqhsll] .position-relative {
    position: relative;
}

[b-r4hsmqhsll] .mud-fab-btn {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
}
/* /UI/Pages/Dashboard.razor.rz.scp.css */
[b-ywiv8osrv6] .mud-datepicker {
    max-width: 124px;
}

[b-ywiv8osrv6] .mud-datepicker .mud-input, 
[b-ywiv8osrv6] .mud-datepicker .mud-input-control {
    margin-top: 0 !important;
}

[b-ywiv8osrv6] .mud-datepicker .mud-input .mud-icon-button-edge-end {
    margin-right: 0;
    margin-inline-end: 0;
}

[b-ywiv8osrv6] .mud-text-center {
    text-align: center;
    font-weight: normal;
}

[b-ywiv8osrv6] .border-right {
    border-right: solid 1px var(--mud-palette-table-lines);
}

[b-ywiv8osrv6] .border-box {
    border: 1px solid #808080;
}

[b-ywiv8osrv6] .hrs-expansion-panel {
    background-color: #7860E1;
    color: #ffffff;
}

[b-ywiv8osrv6] .hrs-expansion-panel .mud-expand-panel-header {
    padding: 8px 12px 8px;
    align-items: end;
}

[b-ywiv8osrv6] .hrs-addtional-details .mud-grid-item {
    background-color: var(--mud-palette-background-grey);
    color: var(--mud-palette-text-primary);
    text-align: center;
    font-weight: normal;
    padding: 10px 8px 4px 8px;
}

[b-ywiv8osrv6] .hrs-addtional-details .mud-grid-item:first-child {    
    border-radius: 8px 0px 0px 8px;
}

[b-ywiv8osrv6] .hrs-addtional-details .mud-grid-item:last-child {    
    border-radius: 0px 8px 8px 0px;
    border-right: none;
}

[b-ywiv8osrv6] .hrs-addtional-details.worked-hrs .mud-grid-item:first-child {
    border-radius: 8px 8px 8px 8px!important;
}



[b-ywiv8osrv6] .hrs-addtional-details .mud-grid-item p.mud-typography {
    color: #424242;
}

[b-ywiv8osrv6] .hrs-addtional-details .mud-grid-item p.mud-typography span {
    display:block;
    font-weight:bold;
    color: var(--mud-palette-primary);
}

[b-ywiv8osrv6] .hrs-expansion-panel .mud-expand-panel-content {
    padding: 8px;
}

[b-ywiv8osrv6] .mud-item-surface {
    background: var(--mud-palette-background-grey);
}

[b-ywiv8osrv6] .img-fluid-width {
    width:100%;
    height: auto;
}

[b-ywiv8osrv6] .mud-item-white {
    background: var(--mud-palette-white);
}

[b-ywiv8osrv6] .sign-status-section {
    width:100%;
}

[b-ywiv8osrv6] .section-title {
    text-transform: uppercase;
    font-weight: 500;
}

[b-ywiv8osrv6] .icon-btn-xxl {
    padding: 14px;
}

[b-ywiv8osrv6] .profile-drawer, [b-ywiv8osrv6] .settings-drawer {
    padding: 8px 16px;
}

[b-ywiv8osrv6] .profile-drawer-wrapper:not(.mud-drawer-fixed) {
    position: fixed;
}

[b-ywiv8osrv6] .profiledrawer-avatar {
    height: 100px;
    width: 100px;
    margin: 16px;
}

[b-ywiv8osrv6] .profiledrawer-border {
    border-top: solid 1px var(--mud-palette-lines-default);
    border-bottom: solid 1px var(--mud-palette-lines-default);
}

[b-ywiv8osrv6] .position-relative {
    position: relative;
}

[b-ywiv8osrv6] .mud-fab-btn {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
}

[b-ywiv8osrv6] .user-role-title {
    background-color: #DCCBF9 !important;
    color: #424242 !important;
    border-radius: 4px 4px 0 0 !important;
}

[b-ywiv8osrv6] .date-toggle-button {
    position: absolute;
    right:0;
    top:0;
}

[b-ywiv8osrv6] .time-group .mud-button {
    padding: 3px 5px;
    font-size: .7125rem;
}

.bubble-button[b-ywiv8osrv6] {
    margin-bottom: 2px;
}

.bubble-button li[b-ywiv8osrv6] {
    position: relative;
    display: inline-block;
    position: relative;
    margin-right: 1px;
}

.bubble-button li a[b-ywiv8osrv6] {
    padding: 0 3px;
    text-decoration: none;
}

.bubble-button li.active a[b-ywiv8osrv6], 
.bubble-button li:hover a[b-ywiv8osrv6] {
    border-radius: 1px;
    background: var(--mud-palette-tertiary);
    border: 1px solid var(--mud-palette-tertiary);
    font-weight: bold;
    color: var(--mud-palette-white);
}

.bubble-button li a[b-ywiv8osrv6] {
    display: block;
    background: var(--mud-palette-background-grey);
    border: 1px solid #808080;
    padding: 0 6px;    
    color: var(--mud-palette-text-primary);
    font: 12px/24px 'robotoregular', sans-serif;
}

[b-ywiv8osrv6] .mud-list-subheader {
    padding-top: 0px !important;
    padding-bottom: 2px !important;
}

[b-ywiv8osrv6] .mud-list-item-icon {
    min-width: 24px !important;
}

[b-ywiv8osrv6] .mud-list-item-gutters {
    padding: 0px !important;
}

[b-ywiv8osrv6] .mud-list-subheader-gutters {
    padding-left: 0px !important;
}

[b-ywiv8osrv6] .mud-font-wc {
    font-size: 18px;
}

[b-ywiv8osrv6] .mud-about-header{
    margin-top: 160px !important;
}

[b-ywiv8osrv6] .mud-list-item-text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

[b-ywiv8osrv6] .nav-drawer-top {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

[b-ywiv8osrv6] .app-details-card .mud-card-content {
    padding: 0 16px;
}

[b-ywiv8osrv6] .settings-card .mud-card-header {
    padding: 16px 16px 0 16px;
    margin-top:40px
}

[b-ywiv8osrv6] .settings-card .mud-card-content {
    padding: 0px 16px 16px 16px;
}

.mud-progress-bar[b-ywiv8osrv6] {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px !important;
}
/* /UI/Pages/HelpGuide.razor.rz.scp.css */

/* /UI/Pages/HelpGuideDetail.razor.rz.scp.css */
[b-ug1ks5hmim] .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-text {
    color: var(--mud-palette-primary);
}

[b-ug1ks5hmim] .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-text {
    color: var(--mud-palette-primary);
}
/* /UI/Pages/HelpGuides/AcknowledgeTimeEntry.razor.rz.scp.css */
[b-h6iczmyuqj] .icon-container {
    display: inline-flex;
    align-items: center;
    margin: 0 4px;
}

[b-h6iczmyuqj] .icon-img {
    height: 24px; 
    width: 24px;
}

[b-h6iczmyuqj] .linespace{
    line-height:30px;
}
/* /UI/Pages/HelpGuides/DashboardOverview.razor.rz.scp.css */
[b-04sc2qsee1] .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-text {
    color: var(--mud-palette-primary);
}

[b-04sc2qsee1] .mud-grid-item {
    gap: 5px;
    color: var(--mud-palette-primary);
}

[b-04sc2qsee1] .linespace {
    line-height: 30px;
}

[b-04sc2qsee1] .icon-img {
    height: 24px;
    width: 24px;
}


/* /UI/Pages/HelpGuides/GettingStarted.razor.rz.scp.css */
[b-p2gg76ck9s] .linespace{
    line-height:30px;
}

[b-p2gg76ck9s] .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-text {
    color: var(--mud-palette-primary);
}

[b-p2gg76ck9s] .passwordreset__prerequisites, .passwordreset__forlogin[b-p2gg76ck9s] {
    color: var(--mud-palette-primary);
}

[b-p2gg76ck9s] .passwordreset__forlogin {
    color: var(--mud-palette-primary);
}
/* /UI/Pages/HelpGuides/ManageAttachments.razor.rz.scp.css */
[b-o6r67jj1h6] .icon-container {
    display: inline-flex;
    align-items: center;
    margin: 0 4px;
}

[b-o6r67jj1h6] .icon-img {
    height: 24px; 
    width: 24px;
}

[b-o6r67jj1h6] .linespace{
    line-height:30px;
}
/* /UI/Pages/HelpGuides/ManageEquipment.razor.rz.scp.css */
[b-93ru4eyy8m] .icon-container {
    display: inline-flex;
    align-items: center;
    margin: 0 4px;
}

[b-93ru4eyy8m] .icon-img {
    height: 24px; 
    width: 24px;
}

[b-93ru4eyy8m] .linespace{
    line-height:30px;
}

/* /UI/Pages/HelpGuides/ManageExpenses.razor.rz.scp.css */
[b-erpxmrswm1] .icon-container {
    display: inline-flex;
    align-items: center;
    margin: 0 4px;
}

[b-erpxmrswm1] .icon-img {
    height: 24px; 
    width: 24px;
}

[b-erpxmrswm1] .linespace{
    line-height:30px;
}
/* /UI/Pages/HelpGuides/ManageProfile.razor.rz.scp.css */
[b-5g1zepcwkz] .linespace{
    line-height:30px;
}
/* /UI/Pages/HelpGuides/ManageSettings.razor.rz.scp.css */
[b-ro72d88mck] .linespace{
    line-height:30px;
}
/* /UI/Pages/HelpGuides/NoteAndComments.razor.rz.scp.css */
[b-h2pyjewtxj] .icon-container {
    display: inline-flex;
    align-items: center;
    margin: 0 4px;
}

[b-h2pyjewtxj] .icon-img {
    height: 24px; 
    width: 24px;
 }

[b-h2pyjewtxj] .linespace{
    line-height:30px;
}
/* /UI/Pages/Index.razor.rz.scp.css */
[b-1jxuzvnvl4] .page-container {
    padding: 0;
    width: 100vw;
    height: 100vh;
    background: var(--mud-palette-background-grey);
}

[b-1jxuzvnvl4] .mud-height-full {
    height: 100vh;
}

[b-1jxuzvnvl4] .carousel-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

[b-1jxuzvnvl4] .login-img {
    position: absolute;
    right: 0;
    bottom: -15px;
    border-radius: 0 0 0 16px;
}

[b-1jxuzvnvl4] .splash-intro {
    width: 100%;
    height: 180px;
    text-align: center;
    background: #488AEA;
    padding-top: 30px;
    position: relative;
}

[b-1jxuzvnvl4] .splash-intro.last-slide {
    height: 276px;
    padding-top: 130px;
}

[b-1jxuzvnvl4] .last-slide-img-wrapper {
    width: 350px;
    height: 350px;
    position: absolute;
    bottom: 160px;
    right: -24px;
    z-index: 2;
}

[b-1jxuzvnvl4] .last-slide-img-wrapper img {
    width: auto;
    height: 100%;
    border-radius: 20px;
}

[b-1jxuzvnvl4] .login-btn-wrapper {
    width: 90%;
    margin: 16px auto;
}

[b-1jxuzvnvl4] .splash-bullets {
    padding: 8px;
    width: 12px;
    height: 12px;
    margin: 16px 5px;
}

[b-1jxuzvnvl4] .prev-btn, deep .next-btn[b-1jxuzvnvl4] {

}

[b-1jxuzvnvl4] div:has(> .splash-bullets) {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);

}

@media screen and (min-width: 556px) {
    :: deep .last-slide-img-wrapper[b-1jxuzvnvl4] {
        right: unset;
    }

    [b-1jxuzvnvl4] .login-btn-wrapper {
        width: 90%;
        margin: 16px auto;
    }
}
/* /UI/Pages/Login.razor.rz.scp.css */
[b-mpt03yuhh5] .page-container {
    padding: 0;
    width: 100vw;
    height: 100vh;
    background: var(--mud-palette-background-grey);
}

[b-mpt03yuhh5] .mud-height-full {
    height: 100vh;
    overflow: hidden;
}

[b-mpt03yuhh5] .login-page-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

[b-mpt03yuhh5] .login-img {
    position: absolute;
    right: 0;
    bottom: -15px;
    border-radius: 0 0 0 16px;
}

[b-mpt03yuhh5] .splash-intro {
    width: 100%;
    height: 200px;
    text-align: center;
    background: #488AEA;
    padding-top: 40px;
    position: relative;
}

[b-mpt03yuhh5] .splash-intro.last-slide {
    height: 276px;
    padding-top: 130px;
}

[b-mpt03yuhh5] .last-slide-img-wrapper {
    width: 350px;
    height: 350px;
    position: absolute;
    bottom: 160px;
    right: -24px;
    z-index: 2;
}

[b-mpt03yuhh5] .last-slide-img-wrapper img {
    width: auto;
    height: 100%;
    border-radius: 20px;
}

[b-mpt03yuhh5] .login-btn-wrapper {
    width: 90%;
    margin: 16px auto;
}

[b-mpt03yuhh5] .splash-bullets {
    padding: 8px;
    width: 12px;
    height: 12px;
    margin: 16px 5px;
}

@media screen and (min-width: 556px) {
    [b-mpt03yuhh5] .last-slide-img-wrapper {
        right: unset;
    }

    [b-mpt03yuhh5] .login-btn-wrapper {
        width: 90%;
        margin: 16px auto;
    }
}
/* /UI/Pages/Notification.razor.rz.scp.css */
[b-zw6zuddnea] .mud-border-left-info {
    border-left: solid 4px var(--mud-palette-info);
}

[b-zw6zuddnea] .mud-border-left-success {
    border-left: solid 4px var(--mud-palette-success);
}

[b-zw6zuddnea] .mud-border-left-warning {
    border-left: solid 4px var(--mud-palette-warning);
}

[b-zw6zuddnea] .mud-border-left-error {
    border-left: solid 4px var(--mud-palette-error);
}

[b-zw6zuddnea] .filter-auto-complete label {
    background-color: var(--mud-palette-background-grey);
}
/* /UI/Pages/TimeCLock.razor.rz.scp.css */
[b-sfx7qrhc1u] .timeclock-container {
    display:none;
}

[b-sfx7qrhc1u] .display-none {
    display: none !important;
}

[b-sfx7qrhc1u] .display-block {
    display: block !important;
}

[b-sfx7qrhc1u] .mud-icon-button {
    padding: 0px !important;
}

[b-sfx7qrhc1u] .mud-clock {
    height: 200px;
    position: relative;
    background: transparent !important;
}

[b-sfx7qrhc1u] .manual-entry {
    height: 200px;
    position: relative;
    background: transparent !important;
}

[b-sfx7qrhc1u] .mud-clock .mud-clock-out {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    Position: absolute;
}

[b-sfx7qrhc1u] .mud-clock .mud-clock-in {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    Position: absolute;    
}

[b-sfx7qrhc1u] .clock-time-entry {
    background: #319907 !important;
}

[b-sfx7qrhc1u] .manual-time-entry {
    background: #074799 !important;
}

[b-sfx7qrhc1u] .manual-entry .mud-manual-entry-out {
    width: 230px;
    height: 146px;
    /* border-radius: 50%; */
    Position: absolute;
}

[b-sfx7qrhc1u] .manual-entry .mud-manual-entry {
    width: auto;
    height: 112px;
    border-radius: 8px;    
}

[b-sfx7qrhc1u] .manual-entry .mud-manual-entry .mud-button-label {
    font-size: 1rem !important;
    font-weight: 400;
}

[b-sfx7qrhc1u] .mud-font-st {
    font-size: 10px;
}

[b-sfx7qrhc1u] .mud-resume-cr {
    color: #ffffff;
    background-color: #66889B;
}

[b-sfx7qrhc1u] .mud-success-bc {
    background-color: #D7F5E7;
}

[b-sfx7qrhc1u] .mud-error-bc {
    background: #FFDDD6;
}

[b-sfx7qrhc1u] .mud-info-bc {
    background-color: #D7E5FF;
}

[b-sfx7qrhc1u] .mud-warning-bc {
    background-color: #FFEECC;
}

[b-sfx7qrhc1u] .mud-resume-bc {
    background-color: #DDE5E9;
}

[b-sfx7qrhc1u] .mud-gap {
    gap: 0px!important;
}

[b-sfx7qrhc1u] background-color {
    background-color: #F6F5F0;
}

[b-sfx7qrhc1u] mud-border {
    border: solid 1px var(--mud-palette-lines-default);
}

[b-sfx7qrhc1u] .hide {
    visibility: hidden;
}

[b-sfx7qrhc1u] .info-button {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: var(--mud-palette-info);
    margin-top: 24px;
    border: solid 6px #d9edfd;
    border-style: double;
}

[b-sfx7qrhc1u] .resume-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--mud-palette-tertiary);
    margin-top: 0px;
    border: solid 6px #d9edfd;
    border-style: double;
}

[b-sfx7qrhc1u] .info-button svg svg path, [b-sfx7qrhc1u] .info-button .mud-icon-root.mud-svg-icon {
    fill: #fff;
}

[b-sfx7qrhc1u] .resume-button svg svg path, [b-sfx7qrhc1u] .resume-button .mud-icon-root.mud-svg-icon {
    fill: #fff;
}
/* /UI/Pages/TimeEntryOverview.razor.rz.scp.css */
[b-0p90a5aagk] .overview-final-btn {
    position: absolute;
    width: 100vw;
    bottom: 8px;
    left:0;
}
