.day-table-select {
    background-color: transparent;
    border: none;
    width: 100px; /* vagy kisebb, mint a cella szélessége */
    max-width: 100%; /* Ne nőjön nagyobbra a cellánál */
    white-space: nowrap; /* Ne törje a szöveget */
    overflow: hidden;
}

.day-table-time-input {
    width: 100%;
    height: 100%;
    margin:0px;
    border: none; /* Alapértelmezett keret eltávolítása */
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    outline: none; /* A böngésző alapértelmezett fókusz keretének eltávolítása */
}

.day-table-time-input:focus {
    border: none; /* Keret megjelenítése fókuszban */
    outline: none; /* A böngésző alapértelmezett fókusz keretének eltávolítása */
}

.day-table-hour-input {
    width: 100%;
    height: 100%;
    margin:0px;
    border: none; /* Alapértelmezett keret eltávolítása */
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    outline: none; /* A böngésző alapértelmezett fókusz keretének eltávolítása */
}

.day-table-hour-input:focus {
    border: none; /* Keret megjelenítése fókuszban */
    outline: none; /* A böngésző alapértelmezett fókusz keretének eltávolítása */
}

/* fixed header tábla javítás */
.table.table-bordered.table-head-fixed thead tr th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    outline: 2px solid #dee2e6;
}

.company-logo {
    height:38px;
    padding-top:2px;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
    opacity: 1 !important; /* Teljesen átlátszatlan, élénk színek */
}

.fc-day {
    background-color: white !important;
}

#countdownBoxWrapper {
    position: fixed;
    top: 95px;
    right: 10px;
    z-index: 9999; /* hogy minden fölött legyen */
    padding: 10px 15px;
}

.navbar-testing {
    background-color: #c9302c !important;
}

.content-testing {
    background-color: #c9302c !important;
}
.content-testing .breadcrumb-item a, .content-testing .breadcrumb-item.active, .content-testing h1 {
    color: rgba(255, 255, 255, .7) !important;
}
