/* /Pages/Home.razor.rz.scp.css */
.mercury[b-5ug30n9y5o] {
    font-family: "Poppins", sans-serif;
    padding:0;
    margin: 0;
    box-sizing: border-box;
}

.overlap[b-5ug30n9y5o] {
top: 20vh;
width: 100%;
font-style:italic;
text-align: center;
color: #495159;
position:absolute;
transform: translate(- 50%,- 50%);
font-weight: 800;
}
    .overlap span[b-5ug30n9y5o] {
        font-size: 18vw;
        text-shadow: -0.08em 0.03em 0.12em rgba(0, 0 , 0 , 0.7);
    }
        .overlap span:not(:first-child)[b-5ug30n9y5o] {
            margin-left: -0.18em;
        }
body[b-5ug30n9y5o], html[b-5ug30n9y5o] {
    height: 100%;
    margin: 0;
}

.container[b-5ug30n9y5o] {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}

.content[b-5ug30n9y5o] {
    flex-grow: 1;
}

.login[b-5ug30n9y5o] {
    display: flex;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
}

.btn[b-5ug30n9y5o] {
    padding: 10px 20px;
    border: 2px solid #495159; 
    background-color: #ffffff; 
    margin: 0px 3% 0px 3%;
    color: #495159; 
    font-family: "Poppins", sans-serif; 
    font-weight: 600; 
    font-size: 16px;
    border-radius: 5px; 
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase; 
}
    .btn:hover[b-5ug30n9y5o] {
        background-color: #495159; 
        color: #ffffff; 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .btn:active[b-5ug30n9y5o] {
        background-color: #333a42; 
        border-color: #333a42;
        transform: translateY(2px);
    }
/* /SmartComponents/BlazorModeSwitch.razor.rz.scp.css */
/* /SmartComponents/Calendar.razor.rz.scp.css */

table[b-bdi3jr740h] {
    width: 100vw;
    border-collapse: collapse;
}

table[b-bdi3jr740h], th[b-bdi3jr740h] {
    border: 1px solid lightgrey;
    width: 100%;
    text-align: center;
}

td[b-bdi3jr740h] {
    width: calc(10%);
    border: 1px solid lightgrey;
}

.calendar-date[b-bdi3jr740h] {
    font-family: "hoss-sharp",sans-serif;
    font-size: 27pt;
    font-weight: 700;
    line-height: 0.98;
}

.date-detail[b-bdi3jr740h] {
    margin-left: 16px;
    text-align: left;
    font-family: "poppins", sans-serif;
}


section[b-bdi3jr740h] {
    display: flex;
    padding: 16px;
}

.customer[b-bdi3jr740h] {
    margin-left: 20px;
    text-align: left;
    font-family: "poppins", sans-serif;
}

.date-total[b-bdi3jr740h] {
    font-size: 10pt;
    z-index: 999;
}

.week-total[b-bdi3jr740h] {
    margin-right: 20px;
}

.date-picker[b-bdi3jr740h] {
    border: 1px solid black;
    color: grey;
    border-radius: 4px;
    padding: 8px 50px;
    font-size: 16px;
    cursor: pointer;
}

.calendar[b-bdi3jr740h] {
    align-items: center;
    margin-top: 20px;
}

.week-container[b-bdi3jr740h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    position: relative;
}

.week-total[b-bdi3jr740h] {
    display: flex;
    text-align: right;
}

.calendar-container[b-bdi3jr740h] {
    margin: 0px 3% 0 3%;
}

input[type="date"][b-bdi3jr740h]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
/* /SmartComponents/CalendarInMonth.razor.rz.scp.css */
.calendar-container[b-dh34cgcr0d] {
    font-family: Arial, sans-serif;
    margin: 20px;
    font-family: Arial, sans-serif;
    margin: 0px 3% 0 3%;
}

.header-container[b-dh34cgcr0d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.flex-hour[b-dh34cgcr0d] {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}


.month-container[b-dh34cgcr0d] {
    margin-bottom: 20px;
}

.header-container[b-dh34cgcr0d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.flex-hour[b-dh34cgcr0d] {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}
.month-container[b-dh34cgcr0d] {
    margin-bottom: 20px;
}

.month-picker[b-dh34cgcr0d] {
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    color: grey;
}

.calendar[b-dh34cgcr0d] {
    width: 100%;
    border-collapse: collapse;
}

table[b-dh34cgcr0d] {
    width: 100%;
    border-collapse: collapse;
}

thead th[b-dh34cgcr0d] {
    background-color: #f4f4f4;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

tbody td[b-dh34cgcr0d] {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top;
    width: calc(100%/8);
    text-align: center;
}

tr[b-dh34cgcr0d] {
    height: 80px;
}

.calendar-date[b-dh34cgcr0d] {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.date-detail[b-dh34cgcr0d] {
    font-size: 12px;
    color: #555;
}

.customer[b-dh34cgcr0d] {
    display: flex;
    align-items: center;
}

.customer h1[b-dh34cgcr0d] {
    margin: 0;
}

.week-header[b-dh34cgcr0d] {
    background-color: #f0f0f0;
    font-weight: bold;
}

.week-cell[b-dh34cgcr0d] {
    text-align: center;
}

.week-total[b-dh34cgcr0d] {
    padding-top: 10px;
    font-family: "Poppins";
    font-size: 15px;
    color: #797979;
}

.empty-cell[b-dh34cgcr0d] {
    background-color: #f9f9f9;
}


.blur-layout[b-dh34cgcr0d] {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}

.modal-content[b-dh34cgcr0d] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}

.edit-table[b-dh34cgcr0d] {
    margin-left: 20px;
    flex: 1;
}

.table-container[b-dh34cgcr0d] {
    flex: 2;
}


.calendar[b-dh34cgcr0d] {
    width: 100%;
    border-collapse: collapse;
}

table[b-dh34cgcr0d] {
    width: 100%;
    border-collapse: collapse;
}

thead th[b-dh34cgcr0d] {
    background-color: #a7cabd;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

tbody td[b-dh34cgcr0d] {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top;
    width: calc(100%/8);
    text-align: center;
}

tr[b-dh34cgcr0d] {
    height: 80px;
}

.calendar-date[b-dh34cgcr0d] {
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: left;
}

.date-detail[b-dh34cgcr0d] {
    font-size: 12px;
    color: #555;
}

.customer[b-dh34cgcr0d] {
    display: flex;
    align-items: center;
}

    .customer h1[b-dh34cgcr0d] {
        margin: 0;
    }

.week-header[b-dh34cgcr0d] {
    background-color: #f0f0f0;
    font-weight: bold;
}

.week-cell[b-dh34cgcr0d] {
    text-align: center;
}

.week-total[b-dh34cgcr0d] {
    padding-top: 10px;
    font-family: "Poppins";
    font-size: 15px;
    color: #797979;
}

.empty-cell[b-dh34cgcr0d] {
    background-color: #f9f9f9;
}


.blur-layout[b-dh34cgcr0d] {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}

.modal-content[b-dh34cgcr0d] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}

.edit-table[b-dh34cgcr0d] {
    margin-left: 20px;
    flex: 1;
}

.table-container[b-dh34cgcr0d] {
    flex: 2;
}
/* /SmartComponents/CreateEffort.razor.rz.scp.css */
form[b-ez1cxwai26] {
    background-color: white;
    padding: 30px 20px;
    font-size: 1rem;
    border-width: 1px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.time-button[b-ez1cxwai26] {
    border: 1px solid black;
    background-color: white;
    border-radius: 8px;
    padding: 9px 15px;
    font-size: 1rem;
    line-height: 1.2;
    cursor: pointer;
}

.time[b-ez1cxwai26] {
    border: 1px solid black;
    color: black;
    border-radius: 5px;
    padding: 9px 15px;
    font-size: 1rem;
    line-height: 1.2;
    cursor: pointer;
    flex: 1;
}

.date[b-ez1cxwai26] {
    border: 1px solid black;
    color: black;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 1rem;
    min-width: 120px;
    flex: 1;
    max-width: 200px;
    cursor: pointer;
}
    .date:hover[b-ez1cxwai26] {
    background-color: #D3D3D3;
    }

.add[b-ez1cxwai26] {
    background-color: #b3cd89;
    border: 1px #b3cd89;
    color: black;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    margin-left: auto;
    flex-shrink: 0;
}
    .add:hover[b-ez1cxwai26] {
        background-color: #00ab41;
    }

.adjust[b-ez1cxwai26] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.description[b-ez1cxwai26] {
    font-family: "hoss sharp", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    border-style: none;
    flex: 3;
    min-width: 300px;
    max-width: none;
    margin-right: 10px;
}
    .description:hover[b-ez1cxwai26] {
    }

.highlight[b-ez1cxwai26] {
    border: 2px solid red;
}

.time-controls[b-ez1cxwai26] {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
}

    .time-controls .time-button[b-ez1cxwai26] {
        flex: 0 0 auto;
    }

.time-button:hover[b-ez1cxwai26] {
    background-color: #D3D3D3;
}


@media (max-width: 768px) {
    .description[b-ez1cxwai26] {
        font-size: 1.2rem;
        min-width: 200px;
    }

    .time[b-ez1cxwai26], .date[b-ez1cxwai26], .add[b-ez1cxwai26] {
        font-size: 0.9rem;
    }

    form[b-ez1cxwai26] {
        padding: 20px;
    }

    .adjust[b-ez1cxwai26] {
        justify-content: space-between;
    }

   
}
/* /SmartComponents/CustomerCalendar.razor.rz.scp.css */
.customer-name[b-7z668f2a8m] {
    font-family:"hoss sharp", sans-serif;
    font-size: 10pt;
    font-weight: 600;
}



/* /SmartComponents/CustomersTimeCalculate.razor.rz.scp.css */
.hour[b-js5y9uhebt] {
    margin-top:5px;
    font-size: 10pt;
    color: lightgrey;
    filter: brightness(60%);
}
/* /SmartComponents/CustomerWithTasks.razor.rz.scp.css */
button[b-zmoeh9p1tu] {
    background-color: white;
    border: none;
    color: black;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: left;
    cursor: pointer;
}

    button:hover[b-zmoeh9p1tu] {
        background-color: #f0f0f0; 
        border-radius: 8px;
        
    }
/* /SmartComponents/DateTimeTotal.razor.rz.scp.css */
.hour[b-p0ei60hm8a] {
    color: lightgrey;
    filter: brightness(60%);
}
/* /SmartComponents/EditDeleteModal.razor.rz.scp.css */
.blur-layout[b-n2cvhv158m] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 1;
}

.modal-dialog[b-n2cvhv158m] {
    position: relative;
    padding: 20px;
    z-index: 2;
    width: auto;

}

input[type="text"][b-n2cvhv158m],
input[type="number"][b-n2cvhv158m],
input[type="date"][b-n2cvhv158m] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 150px;
    box-sizing: border-box;
    border: 1px solid black;
    background-color: white;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 15px;
    text-align: center;
}

.time[b-n2cvhv158m] {
    display: flex;
    margin-bottom: 20px;
    gap: 5px;
}

.time-button[b-n2cvhv158m] {
    border: 1px solid black;
    background-color: white;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 15px;
    cursor: pointer;
}

h1[b-n2cvhv158m] {
    font-family: "hoss sharp", sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 10px;
}

form[b-n2cvhv158m] {
    margin: 40px 60px;
}

.button-container[b-n2cvhv158m] {
    margin-top: 35px;
    display: flex;
    gap: 20px;
}

.delete[b-n2cvhv158m] {
    width: 80%;
    border: 1px solid black;
    background-color: white;
    border-radius: 30px;
    padding: 20px 50px;
    font-family: "poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.save[b-n2cvhv158m] {
    width: 80%;
    border: 1px #b3cd89;
    background-color: #b3cd89;
    border-radius: 30px;
    padding: 20px 50px;
    font-family: "poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
/* /SmartComponents/EffortEdit.razor.rz.scp.css */
.blur-layout[b-zuhcul95vo] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 1;
}

.modal-dialog[b-zuhcul95vo] {
    position: relative;
    z-index: 2;
    width: auto;
}

input[type="text"][b-zuhcul95vo],
input[type="number"][b-zuhcul95vo],
input[type="date"][b-zuhcul95vo] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 40px;
    box-sizing: border-box;
    border: 1px solid black;
    background-color: white;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    overflow: auto;
}

.time[b-zuhcul95vo] {
    display: flex;
    margin-bottom: 20px;
    gap: 5px;
}

.time-button[b-zuhcul95vo] {
    border: 1px solid black;
    background-color: white;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 15px;
    cursor: pointer;
}

h1[b-zuhcul95vo] {
    font-family: "hoss sharp", sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 10px;
}

form[b-zuhcul95vo] {
    margin: 40px 60px;
}

.button-container[b-zuhcul95vo] {
    margin-top: 35px;
    display: flex;
    gap: 20px;
}

.delete[b-zuhcul95vo] {
    width: 80%;
    border: 1px solid black;
    background-color: white;
    border-radius: 30px;
    padding: 20px 50px;
    font-family: "poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

    .delete:hover[b-zuhcul95vo] {
        background-color: #ff0000;
        cursor: pointer;
    }

.save[b-zuhcul95vo] {
    width: 80%;
    border: 1px #b3cd89;
    background-color: #b3cd89;
    border-radius: 30px;
    padding: 20px 50px;
    font-family: "poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

    .save:hover[b-zuhcul95vo] {
    background-color: #008631;
    }

.effort-edit-container[b-zuhcul95vo] {
    top: -0.5%;
    right:0;
    position: fixed;
    z-index: 1000;
}
/* /SmartComponents/EffortList.razor.rz.scp.css */


.card[b-4blizpipvt] {
    padding: 12px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}


    .card ol[b-4blizpipvt] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .card li[b-4blizpipvt] {
        padding: 5px;
        text-align: left;
    }

.effort-header[b-4blizpipvt] {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
}

.effort-body[b-4blizpipvt] {
    font-family: "Poppins";
    font-size: 14px;
    color: #8e858e;
}
/* /SmartComponents/FlexHours.razor.rz.scp.css */
.spacing[b-ofbuo95bnn] {
    margin-left: 2px;
}

.flex-hour[b-ofbuo95bnn] {
    font-family: "Poppins";
    font-size: 17px;
}
/* /SmartComponents/MonthEditModal.razor.rz.scp.css */
.blur-layout[b-noab5p2a2d] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: none;
    z-index: 1000;
}

.modal-container[b-noab5p2a2d] {
    position: fixed;
    top: 43.8%;
    left: 37.5%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    border:solid black;
}


.effort-container:hover[b-noab5p2a2d] {
    background-color: #f0f0f0;
    cursor: pointer;
}

.modal-dialog[b-noab5p2a2d] {
    width: 100%;
    height: 618px;
    margin: auto;
    padding: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-content[b-noab5p2a2d] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

.table-container[b-noab5p2a2d] {
    flex: 2;
    overflow-x: auto;
}

.effort-edit-container[b-noab5p2a2d] {
    flex: 1;
    max-width: 300px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.table[b-noab5p2a2d] {
    width: 100%;
    border-collapse: collapse;
}

.table th[b-noab5p2a2d], .table td[b-noab5p2a2d] {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

    .table th[b-noab5p2a2d] {
        background-color: white;
        font-weight: 600;
        font-family: "Poppins";
    }
/* /SmartComponents/MonthEffort.razor.rz.scp.css */
.card[b-germ2l0d3r] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    font-weight: 600;
}

    .card ol[b-germ2l0d3r] {
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .card li[b-germ2l0d3r] {
        padding: 5px;
        text-align: left;
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis;
        transition: all 0.3s ease;
        max-width: 100px; 
    }

.effort-body[b-germ2l0d3r] {
    font-family: "Poppins";
    font-size: 14px;
    color: #101111;
}

.effort-item[b-germ2l0d3r] {
    display: flex;
    align-items: center;
    margin: 10px;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

    .effort-item:hover .card li[b-germ2l0d3r] {
        white-space: normal;
        overflow: visible;
        text-overflow: clip; 
    }

    .effort-item:hover[b-germ2l0d3r] {
        background-color: #f0f0f0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.time[b-germ2l0d3r] {
    margin-right: 10px;
    cursor: pointer;
    font-family: "Poppins";
    color: #8e858e;
}
/* /SmartComponents/SearchButton.razor.rz.scp.css */
.project[b-1jcw6zo83l] {
    background-color: white;
    border: 1px solid black;
    color: black;
    border-radius: 4px;
    padding: 9px 20px;
    font-size: 15px;
    width: 100%;
    line-height: 1.2;
    font-family: "Poppins";
    font-size: 15px;
    cursor: pointer;
}

    .project:hover[b-1jcw6zo83l] {
        background-color: #D3D3D3;
    }

.column[b-1jcw6zo83l] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items:center;
    z-index:2;

}
.blur-layout[b-1jcw6zo83l] {
    left:0;
    top:0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
}
.highlight[b-1jcw6zo83l] {
    border: 2px solid red;
}
/* /SmartComponents/TaskSearch.razor.rz.scp.css */
.container-box[b-qq28kzq4ji] {
    margin-top: 50px;
    border: 1px solid black;
    border-radius: 4px;
    padding: 10px;
    width: 300px;
    position: absolute;
    background-color: white;
}

.search-input[b-qq28kzq4ji] {
    border: 1px solid black;
    background-color: white;
    border-radius: 8px;
    padding: 8px 30px;
    font-size: 15px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    margin-bottom: 10px;
}

.scroll-container[b-qq28kzq4ji] {
    font-family: "Poppins";
    max-height: 400px;
    overflow: auto;
    font-size: 10px;
    background-color: white;
    z-index: 1;
}

.customer-name[b-qq28kzq4ji] {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;

}

/* /SmartComponents/WeekPicker.razor.rz.scp.css */
body[b-rthys3bos7] {
    div

{
    margin-bottom: 10px;
    position: relative;
}

input[type="number"][b-rthys3bos7] {
    width: 100px;
}

input + span[b-rthys3bos7] {
    padding-right: 30px;
}

input:invalid + span[b-rthys3bos7]::after {
    position: absolute;
    content: "✖";
    padding-left: 5px;
}

input:valid + span[b-rthys3bos7]::after {
    position: absolute;
    content: "✓";
    padding-left: 5px;
}
/* /SmartComponents/WeekTimeTotal.razor.rz.scp.css */
.week-total[b-acnt6gqfku] {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 800;
}

.total[b-acnt6gqfku] {
    display: flex;
    gap: 5px;
}
