/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/
dialog {
    border: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 10px;
    width: 650px;
    padding: 15px;
    margin: auto;
    max-height: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    scale: 0.7;
    transition: all 0.3s ease;
    &[open]

{
    display: flex;
    scale: 1.05;

    @starting-style {
        scale: 0.8;
    }
}

}

.err-dialog {
    position: absolute;
    margin-top: 15px;
    max-width:90%;
    top: -50px;
    opacity: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
    border: none;
    background-color: #f8d7da;
    color: #6e151e;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: all .3s ease-in-out;
    &[open]

{
    top: 0;
    opacity: 1;

    @starting-style {
        top: -50px;
        opacity: 1;
    }
}

}

.dialog-header {
    display: block;
    border-bottom: 1px solid #ccc;
    height: auto;
    width: 100%;
    padding: 5px;
    h3

{
    margin: 3px;
}

.workplace {
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.85em;
    color: #555;
}

}

.dialog-content {
    padding: 10px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    .report

{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 5px;
    font-size: 0.9em;
    color: #1d0000;
    border-radius: 5px;
    span

{
    display: flex !important;
    align-items: center !important;
    gap: 5px;
}

}
}

.in {
    background-color: #a5d2a5;
}

.out {
    background-color: lightcoral;
}

.btn {
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.dialog-footer {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding-top: 10px;
    align-items: end;
}

.worktime-container table {
    width: 100%;
    border-collapse: collapse;
}

.worktime-container th,
.worktime-container td {
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    text-align: center;
}

.worktime-container th {
    background-color: #f8f9fa;
}

@media (max-width:750px) {
    #selectC {
        margin: 0 auto;
    }
}

