/* _content/MetarTaf/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7ubvnu3rcv] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-7ubvnu3rcv] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-row[b-7ubvnu3rcv] {
    width: 100%;
    background-color: darkgrey; /* Change this color to your desired background color */
    color: white;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-navbar[b-7ubvnu3rcv] {
    width: 100%;
    background-color: darkgrey; /* Ensure this matches the .top-row background color */
}

.navbar-toggler[b-7ubvnu3rcv] {
    background-color: darkgrey; /* Ensure the toggler button matches the background color */
}

.navbar-collapse[b-7ubvnu3rcv] {
    background-color: darkgrey; /* Ensure the collapsed menu matches the background color */
}

.navbar-nav .nav-item .nav-link[b-7ubvnu3rcv] {
    color: white;
}

    .navbar-nav .nav-item .nav-link:hover[b-7ubvnu3rcv] {
        color: #ddd;
    }

#blazor-error-ui[b-7ubvnu3rcv] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-7ubvnu3rcv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MetarTaf/Components/Layout/NavMenu.razor.rz.scp.css */
.page[b-gb2coxuviw] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-gb2coxuviw] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-row[b-gb2coxuviw] {
    background-color: blue;
    color: white;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar[b-gb2coxuviw] {
    width: 100%;
}

.navbar-nav .nav-item .nav-link[b-gb2coxuviw] {
    color: white;
}

    .navbar-nav .nav-item .nav-link:hover[b-gb2coxuviw] {
        color: #ddd;
    }

#blazor-error-ui[b-gb2coxuviw] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gb2coxuviw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MetarTaf/Components/Pages/OverviewPage.razor.rz.scp.css */
/* OverviewPage.razor.css */

#header1[b-6wbq82t0hf] {
    text-align: center;
}

.top-menu[b-6wbq82t0hf] {
    margin-bottom: 30px;
}

.table-parent[b-6wbq82t0hf] {
    font-size: 12px;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 10px;
}

@keyframes blink-red-b-6wbq82t0hf {
    0% {
        background-color: red;
    }

    50% {
        background-color: transparent;
    }

    100% {
        background-color: red;
    }
}

.blink-red[b-6wbq82t0hf] {
    animation: blink-red-b-6wbq82t0hf 1s infinite;
}

.station-cell[b-6wbq82t0hf] {
    border-bottom: 1px solid black;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #dddddd;
    width: 100px;
    font-weight: bold;
    font-size: 20px;
    background-color: #007bff; /* Button background color */
    color: white; /* Button text color */
    padding: 10px 20px; /* Button padding */
    cursor: pointer; /* Pointer cursor on hover */
    
    transition-duration: 0.4s; /* Smooth transition */
    border: solid black 1px; 
}

.station-city[b-6wbq82t0hf] {
    text-align: center;
    font-size: 50%;
}

.station-cell:hover[b-6wbq82t0hf] {
    background-color: #0056b3; /* Darker background on hover */
}

.actions-cell[b-6wbq82t0hf] {
    text-align: left;
    vertical-align: middle;
    width: 35px;
}

.icon-button[b-6wbq82t0hf] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 5px;
}

    .icon-button img[b-6wbq82t0hf] {
        width: 20px;
        height: 20px;
    }

.clearall-button[b-6wbq82t0hf] {
    float: right;
}

.taf-new-report[b-6wbq82t0hf] {
    background-color: red;
    border-top: 1px solid black;
    border-bottom: 1px solid #dddddd;
    color: white;
}

.metar-new-report[b-6wbq82t0hf] {
    background-color: red;
    border-bottom: 1px solid black;
    color: white;
}

.metar-old-report[b-6wbq82t0hf] {
    border-bottom: 1px solid black;
}

.taf-old-report[b-6wbq82t0hf] {
    border-top: 1px solid black;
    border-bottom: 1px solid #dddddd;
}

.reports-time-cell[b-6wbq82t0hf] {
    width: 125px;
    border-right: 1px solid #dddddd;
}

.report-type-cell[b-6wbq82t0hf] {
    width: 75px;
    border-right: 1px solid #dddddd;
}
