#tasjek-form {
    display: block;
}

.tasjek-body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f8f9fa;
    padding: 30px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tasjek-form-group {
    margin-bottom: 20px;
}

.tasjek-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.tasjek-form-control {
    display: block;
    width: 100%;
    height: calc(2em + 1rem);
    padding: 0.5rem 1rem;
    font-size: 1.05rem;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tasjek-form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

label.tasjek-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.tasjek-btn {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #0077aa;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 8px;
    transition: background-color 0.15s ease-in-out;
}

.tasjek-btn:hover {
    background-color: #005080;
}

.tasjek-btn:focus, .tasjek-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.tasjek-btn-block {
    display: block;
    width: 100%;
    margin-top: 20px;
}

textarea.tasjek-form-control {
    height: auto;
    min-height: 100px;
    resize: vertical;
}

.tasjek-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.tasjek-credit a {
    color: #545b62;
    text-decoration: underline;
}

.tasjek-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}



.tasjek-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 1rem;
}

.tasjek-table th, .tasjek-table td {
    padding: 12px;
    border: 1px solid #ced4da;
    text-align: center;
}

.tasjek-table thead th {
    background-color: #0077aa;
    color: white;
    font-weight: bold;
}

.tasjek-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}


#hours-header {
    text-align: center;
    vertical-align: middle;
    padding: 5px; /* Adjust padding as needed */
}

        #resultBox, #resultBoxC, #resultBoxL {
            font-size: 1.1rem;
            padding: 15px;
            margin-top: 20px;
            border: 1px solid #ced4da;
            border-radius: 8px;
            background-color: #e9ecef;
            color: #212529;
            text-align: center;
            min-height: 50px;
        }





