/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-435slvkbqh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-435slvkbqh] {
    flex: 1;
}

.sidebar0[b-435slvkbqh] {
    background-image: linear-gradient(180deg, rgb(230,230,230) 0%, #808080, 70%);
}

.top-row[b-435slvkbqh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-435slvkbqh]  a, .top-row[b-435slvkbqh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-435slvkbqh]  a:hover, .top-row[b-435slvkbqh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-435slvkbqh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-435slvkbqh] {
        justify-content: flex-start;
    }

    .top-row[b-435slvkbqh]  a, .top-row[b-435slvkbqh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-435slvkbqh] {
        flex-direction: row;
    }

    .sidebar[b-435slvkbqh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-435slvkbqh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-435slvkbqh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-435slvkbqh], article[b-435slvkbqh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-435slvkbqh] {
    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-435slvkbqh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e5voy2vlyi] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: black;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(0,0,0, 0.7);
}

.navbar-toggler:checked[b-e5voy2vlyi] {
    background-color: rgba(0,0,0, 0.3);
}

.top-row[b-e5voy2vlyi] {
    height: 11em;
    background-color: rgba(255,255,255,1);
}

.navbar-brand[b-e5voy2vlyi] {
    font-size: 1.1rem;
    color:black;
}
a:hover.navbar-brand[b-e5voy2vlyi] {
    font-size: 1.1rem;
    color: black;
}

.bi[b-e5voy2vlyi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-e5voy2vlyi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-e5voy2vlyi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-e5voy2vlyi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-e5voy2vlyi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-e5voy2vlyi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-e5voy2vlyi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-e5voy2vlyi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-e5voy2vlyi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-e5voy2vlyi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e5voy2vlyi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e5voy2vlyi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e5voy2vlyi]  .nav-link {
        color: rgba(255, 106, 0, 1);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-e5voy2vlyi]  a.active {
    background-color: rgba(255,106,0,0.1);
    color: black;
}

.nav-item[b-e5voy2vlyi]  .nav-link:hover {
    background-color: rgba(255,106,0,0.5);
    color: black;
}

.nav-scrollable[b-e5voy2vlyi] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-e5voy2vlyi] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e5voy2vlyi] {
        display: none;
    }

    .nav-scrollable[b-e5voy2vlyi] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/AdminJobs.razor.rz.scp.css */
.posts-container[b-rwe4h2oxc6] {
    display: table;
    width: 100%;
    border-collapse: collapse; /* Ensures no spacing between table cells */
    margin: 0; /* Remove any external margin */
    padding: 0; /* Remove internal padding */
    border: 1px solid #ddd;
}

.posts-header[b-rwe4h2oxc6], .posts-row[b-rwe4h2oxc6] {
    display: table-row;
    margin: 0; /* Remove margin */
    padding: 0; /* Remove padding */
    border: 1px solid #ddd;
}

.post-column[b-rwe4h2oxc6] {
    display: table-cell;
    margin: 0; /* Remove margin */
    padding: 10px;
    text-align: left;
}

    .post-column:first-child[b-rwe4h2oxc6] {
        padding: 0; /* Remove padding completely for first column */
        margin: 0; /* Ensure no margin exists */
    }

.icon-link[b-rwe4h2oxc6] {
    display: inline-block; /* Ensures it doesn't create flex gaps */
    margin: 0; /* Remove margin */
    padding: 0; /* Remove padding */
    text-decoration: none;
    color: #007bff;
    height: 100%;
}

.icon[b-rwe4h2oxc6] {
    font-size: 1.2rem;
    margin: 0; /* Remove any default margin */
    padding: 0;
}

.icon-link:hover[b-rwe4h2oxc6] {
    color: #0056b3;
}

.header-column[b-rwe4h2oxc6] {
    font-weight: bold;
    padding: 10px;
    text-align: left;
    margin: 0;
}

.no-jobs-message[b-rwe4h2oxc6] {
    margin-top: 20px;
    font-size: 16px;
    color: #555;
}
/* /Components/Pages/AdminPost.razor.rz.scp.css */
.content-container[b-fuq5kjcii3] {
    padding: 5px; /* Reduced padding for all screen sizes */
    border-radius: 10px; /* Slightly smaller border-radius */
    background-color: #f7f9fc; /* Light greyish-blue background for the container */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Slightly lighter shadow for more subtlety */
    margin: 5px; /* Reduced margin for spacing from the edges of the viewport */
    max-width: 800px; /* Maximum width of the container */
    width: 100%; /* Make sure the container takes up the full width available */
    overflow-wrap: break-word; /* Ensure long words break to fit within the container */
    word-wrap: break-word; /* Compatibility for older browsers */
    word-break: break-word; /* Break words to prevent overflow */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

    /* Align content to the left */
    .content-container h2[b-fuq5kjcii3], .content-container h4[b-fuq5kjcii3], .content-container h5[b-fuq5kjcii3] {
        text-align: left;
    }

    /* Styling for the h2 element */
    .content-container h2[b-fuq5kjcii3] {
        color: #000000; /* Black color for the title */
        margin-bottom: 10px;
        border-bottom: 2px solid #5dade2; /* Soft medium blue underline */
        padding-bottom: 5px;
        font-size: 1.4rem; /* Reduced font size for all screen sizes */
    }

    /* Styling for the h4 element */
    .content-container h4[b-fuq5kjcii3] {
        color: #000000; /* Black color for the description */
        margin-top: 15px;
        margin-bottom: 10px;
        padding-left: 5px;
        border-left: 3px solid #7d9a5d; /* Subtle green border on the left */
        font-size: 1rem; /* Reduced font size for all screen sizes */
    }

    /* Styling for the h5 element */
    .content-container h5[b-fuq5kjcii3] {
        color: #5d6d7e; /* Soft grey-blue for the message */
        margin-top: 10px;
        padding: 5px;
        background-color: #eaf2f8; /* Light blue-grey background */
        border-radius: 7px;
        border: 1px solid #d4e6f1; /* Light blue-grey border */
        overflow-wrap: break-word; /* Handle long text by breaking words */
        font-size: 0.9rem; /* Reduced font size for all screen sizes */
    }

    /* Add some spacing between the different sections */
    .content-container h2 + h4[b-fuq5kjcii3] {
        margin-top: 20px;
    }

    .content-container h4 + h5[b-fuq5kjcii3] {
        margin-top: 10px;
    }

/* Responsive adjustments */
@media (max-width: 1200px) {
    .content-container[b-fuq5kjcii3] {
        width: 95%;
        padding: 5px; /* Reduced padding for larger screens */
    }

        .content-container h2[b-fuq5kjcii3] {
            font-size: 1.2rem; /* Adjusted title size */
        }

        .content-container h4[b-fuq5kjcii3] {
            font-size: 1rem; /* Adjusted description size */
        }

        .content-container h5[b-fuq5kjcii3] {
            font-size: 0.8rem; /* Adjusted message size */
        }
}

@media (max-width: 992px) {
    .content-container[b-fuq5kjcii3] {
        width: 95%;
        padding: 5px; /* Further reduced padding */
    }

        .content-container h2[b-fuq5kjcii3] {
            font-size: 1rem; /* Further adjusted title size */
        }

        .content-container h4[b-fuq5kjcii3] {
            font-size: 0.9rem; /* Further adjusted description size */
        }

        .content-container h5[b-fuq5kjcii3] {
            font-size: 0.8rem; /* Further adjusted message size */
        }
}

@media (max-width: 768px) {
    .content-container[b-fuq5kjcii3] {
        width: 100%;
        padding: 5px; /* Keep padding small for smaller screens */
    }

        .content-container h2[b-fuq5kjcii3] {
            font-size: 0.9rem; /* Adjust title size for small screens */
        }

        .content-container h4[b-fuq5kjcii3] {
            font-size: 0.8rem; /* Adjust description size for small screens */
        }

        .content-container h5[b-fuq5kjcii3] {
            font-size: 0.8rem; /* Adjust message size for small screens */
        }
}

@media (max-width: 576px) {
    .content-container[b-fuq5kjcii3] {
        width: 100%;
        padding: 5px; /* Keep padding small for very small screens */
    }

        .content-container h2[b-fuq5kjcii3] {
            font-size: 0.9rem; /* Adjust title size for very small screens */
        }

        .content-container h4[b-fuq5kjcii3] {
            font-size: 0.8rem; /* Adjust description size for very small screens */
        }

        .content-container h5[b-fuq5kjcii3] {
            font-size: 0.8rem; /* Adjust message size for very small screens */
        }
}
/* /Components/Pages/MediaPlanning.razor.rz.scp.css */
/* =========================================================
   Page
   ========================================================= */

.media-planning-page[b-k3qe3wxlxy] {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 32px 24px 60px;
    color: #243447;
}

.page-header[b-k3qe3wxlxy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 28px 30px;
    border-radius: 18px;
    background: linear-gradient( 135deg, #0b4f75 0%, #083c59 55%, #062f47 100% );
    box-shadow: 0 12px 32px rgba(8, 60, 89, 0.22);
}

.page-label[b-k3qe3wxlxy] {
    display: inline-block;
    margin-bottom: 9px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #dceef8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.page-header h1[b-k3qe3wxlxy] {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.page-header p[b-k3qe3wxlxy] {
    max-width: 650px;
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
}


/* =========================================================
   Cards
   ========================================================= */

.media-card[b-k3qe3wxlxy] {
    margin-bottom: 24px;
    padding: 26px;
    border: 1px solid #dfe7ed;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 7px 24px rgba(20, 52, 75, 0.08);
    transition: box-shadow 0.2s ease;
}

    .media-card:hover[b-k3qe3wxlxy] {
        box-shadow: 0 10px 30px rgba(20, 52, 75, 0.11);
    }

.hub-selection-card[b-k3qe3wxlxy] {
    border-left: 5px solid #0b4f75;
}

.card-header[b-k3qe3wxlxy] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5ebf0;
}

.card-number[b-k3qe3wxlxy] {
    display: flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0b4f75, #083c59);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(11, 79, 117, 0.22);
}

.card-header h2[b-k3qe3wxlxy] {
    margin: 1px 0 0;
    color: #17324d;
    font-size: 21px;
    font-weight: 800;
}

.card-header p[b-k3qe3wxlxy] {
    margin: 6px 0 0;
    color: #718292;
    font-size: 14px;
    line-height: 1.5;
}


/* =========================================================
   HUB selection
   ========================================================= */

.hub-selection-row[b-k3qe3wxlxy] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    width: 100%;
}

.hub-title-group[b-k3qe3wxlxy] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 14px;
}

    .hub-title-group h2[b-k3qe3wxlxy] {
        margin: 0;
        color: #17324d;
        font-size: 21px;
        font-weight: 800;
        white-space: nowrap;
    }

.hub-select-field[b-k3qe3wxlxy] {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 600px;
    margin: 0;
}

    .hub-select-field label[b-k3qe3wxlxy] {
        flex-shrink: 0;
        margin: 0;
        color: #31475a;
        font-size: 13px;
        font-weight: 750;
    }

    .hub-select-field .form-select[b-k3qe3wxlxy] {
        flex: 1;
        width: 100%;
        min-width: 280px;
        margin: 0;
    }


/* =========================================================
   Fields
   ========================================================= */

.form-field[b-k3qe3wxlxy] {
    width: 100%;
    margin-bottom: 20px;
}

    .form-field label[b-k3qe3wxlxy] {
        display: block;
        margin-bottom: 8px;
        color: #31475a;
        font-size: 14px;
        font-weight: 750;
    }

.form-control[b-k3qe3wxlxy],
.form-select[b-k3qe3wxlxy] {
    width: 100%;
    border: 1px solid #cbd7e0;
    border-radius: 10px;
    background: #ffffff;
    color: #25394b;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-select[b-k3qe3wxlxy] {
    min-height: 46px;
    padding: 10px 14px;
}

.description-area[b-k3qe3wxlxy] {
    min-height: 115px;
    padding: 13px 15px;
    line-height: 1.55;
    resize: vertical;
}

.form-control:focus[b-k3qe3wxlxy],
.form-select:focus[b-k3qe3wxlxy] {
    border-color: #1673a1;
    outline: none;
    box-shadow: 0 0 0 4px rgba(22, 115, 161, 0.12);
}


/* =========================================================
   Buttons
   ========================================================= */

.card-actions[b-k3qe3wxlxy] {
    display: flex;
    justify-content: flex-end;
    padding-top: 4px;
}

.primary-action-button[b-k3qe3wxlxy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 21px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #0b4f75, #083c59);
    color: #ffffff;
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(11, 79, 117, 0.24);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .primary-action-button:hover[b-k3qe3wxlxy] {
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(11, 79, 117, 0.3);
    }

    .primary-action-button:active[b-k3qe3wxlxy] {
        transform: translateY(0);
    }

    .primary-action-button:disabled[b-k3qe3wxlxy] {
        cursor: not-allowed;
        opacity: 0.55;
        transform: none;
        box-shadow: none;
    }

.button-icon[b-k3qe3wxlxy] {
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
}


/* =========================================================
   Table heading
   ========================================================= */

.table-heading[b-k3qe3wxlxy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 28px 0 14px;
}

    .table-heading h3[b-k3qe3wxlxy] {
        margin: 0;
        color: #20384d;
        font-size: 18px;
        font-weight: 800;
    }

    .table-heading p[b-k3qe3wxlxy] {
        margin: 5px 0 0;
        color: #788997;
        font-size: 13px;
    }

.record-count[b-k3qe3wxlxy] {
    flex-shrink: 0;
    padding: 7px 12px;
    border-radius: 20px;
    background: #eaf3f8;
    color: #0b4f75;
    font-size: 12px;
    font-weight: 800;
}


/* =========================================================
   Table
   ========================================================= */

.table-container[b-k3qe3wxlxy] {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #dce5eb;
    border-radius: 12px;
    background: #ffffff;
}

.media-table[b-k3qe3wxlxy] {
    width: 100%;
    min-width: 850px;
    margin: 0;
    border-collapse: collapse;
}

    .media-table thead th[b-k3qe3wxlxy] {
        padding: 14px 15px;
        border-bottom: 1px solid #d5e0e7;
        background: #edf3f7;
        color: #30475b;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.3px;
        text-align: left;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .media-table tbody td[b-k3qe3wxlxy] {
        padding: 13px 15px;
        border-bottom: 1px solid #e6edf2;
        color: #354b5e;
        font-size: 14px;
        vertical-align: middle;
    }

    .media-table tbody tr[b-k3qe3wxlxy] {
        transition: background-color 0.18s ease;
    }

        .media-table tbody tr:hover[b-k3qe3wxlxy] {
            background: #f7fafc;
        }

        .media-table tbody tr.selected-row[b-k3qe3wxlxy] {
            background: #edf8fd;
        }

            .media-table tbody tr.selected-row:hover[b-k3qe3wxlxy] {
                background: #e5f4fb;
            }

        .media-table tbody tr:last-child td[b-k3qe3wxlxy] {
            border-bottom: none;
        }

.select-column[b-k3qe3wxlxy] {
    width: 90px;
    text-align: center !important;
}

.post-column[b-k3qe3wxlxy] {
    width: 160px;
}

.manual-column[b-k3qe3wxlxy] {
    width: 180px;
}

.select-cell[b-k3qe3wxlxy] {
    text-align: center;
}

.group-id-cell[b-k3qe3wxlxy] {
    min-width: 350px;
    max-width: 560px;
}

.group-id-value[b-k3qe3wxlxy] {
    color: #334c60;
    font-size: 13px;
    font-weight: 550;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.empty-table[b-k3qe3wxlxy] {
    padding: 34px !important;
    color: #8494a1 !important;
    text-align: center;
}

.hub-name-badge[b-k3qe3wxlxy] {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 20px;
    background: #eaf3f8;
    color: #0b4f75;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}


.group-id-link[b-k3qe3wxlxy] {
    color: #0b6d9b;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
    text-decoration: underline;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
    transition: color 0.18s ease;
}

    .group-id-link:hover[b-k3qe3wxlxy] {
        color: #083c59;
        text-decoration-thickness: 2px;
    }

/* =========================================================
   Post Group Actions
   ========================================================= */

.post-group-actions-column[b-k3qe3wxlxy] {
    width: 100px;
    text-align: center !important;
}

.post-group-actions-cell[b-k3qe3wxlxy] {
    text-align: center;
}

.post-group-view-button[b-k3qe3wxlxy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #bdd0dc;
    border-radius: 9px;
    background: #edf5f9;
    color: #0b4f75;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

    .post-group-view-button:hover[b-k3qe3wxlxy] {
        border-color: #0b4f75;
        background: #0b4f75;
        transform: translateY(-1px);
        box-shadow: 0 5px 13px rgba(11, 79, 117, 0.22);
    }


/* =========================================================
   Custom checkbox
   ========================================================= */

.checkbox-wrapper[b-k3qe3wxlxy] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0;
    cursor: pointer;
}

.row-checkbox[b-k3qe3wxlxy] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.custom-checkbox[b-k3qe3wxlxy] {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #9eb0bd;
    border-radius: 5px;
    background: #ffffff;
    transition: border-color 0.16s ease, background-color 0.16s ease;
}

.row-checkbox:checked + .custom-checkbox[b-k3qe3wxlxy] {
    border-color: #0b6d9b;
    background: #0b6d9b;
}

    .row-checkbox:checked + .custom-checkbox[b-k3qe3wxlxy]::after {
        position: absolute;
        top: 4px;
        left: 8px;
        width: 5px;
        height: 10px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        content: "";
        transform: rotate(45deg);
    }


/* =========================================================
   Post IDs
   ========================================================= */

.post-id-badge[b-k3qe3wxlxy],
.null-badge[b-k3qe3wxlxy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
}

.post-id-badge[b-k3qe3wxlxy] {
    background: #e5f4eb;
    color: #247247;
}

.null-badge[b-k3qe3wxlxy] {
    background: #f3f5f6;
    color: #8b98a2;
}

.manual-post-input[b-k3qe3wxlxy] {
    width: 100%;
    min-height: 38px;
    padding: 7px 10px;
    border: 1px solid #cbd7e0;
    border-radius: 8px;
    background: #ffffff;
    color: #293f51;
    font-size: 13px;
}

    .manual-post-input:focus[b-k3qe3wxlxy] {
        border-color: #1673a1;
        outline: none;
        box-shadow: 0 0 0 3px rgba(22, 115, 161, 0.11);
    }

.table-actions[b-k3qe3wxlxy] {
    margin-top: 20px;
}


/* =========================================================
   Success popup
   ========================================================= */

.popup-overlay[b-k3qe3wxlxy] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 31, 45, 0.58);
    backdrop-filter: blur(3px);
}

.success-popup[b-k3qe3wxlxy] {
    width: 100%;
    max-width: 430px;
    padding: 34px 30px 28px;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 22px 60px rgba(10, 38, 58, 0.3);
    animation: popup-show-b-k3qe3wxlxy 0.22s ease-out;
}

.success-popup-icon[b-k3qe3wxlxy] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #e5f6ec;
    color: #218653;
    font-size: 34px;
    font-weight: 800;
}

.success-popup h3[b-k3qe3wxlxy] {
    margin: 0;
    color: #17324d;
    font-size: 23px;
    font-weight: 800;
}

.success-popup p[b-k3qe3wxlxy] {
    margin: 12px 0 24px;
    color: #647789;
    font-size: 15px;
    line-height: 1.5;
}

.popup-close-button[b-k3qe3wxlxy] {
    min-width: 120px;
    padding: 10px 24px;
    border: none;
    border-radius: 9px;
    background: linear-gradient(135deg, #0b4f75, #083c59);
    color: #ffffff;
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(11, 79, 117, 0.25);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .popup-close-button:hover[b-k3qe3wxlxy] {
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(11, 79, 117, 0.3);
    }

@keyframes popup-show-b-k3qe3wxlxy {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* =========================================================
   Target Group header
   ========================================================= */

.target-group-header[b-k3qe3wxlxy] {
    align-items: center;
    justify-content: space-between;
}

.target-group-title[b-k3qe3wxlxy] {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .target-group-title h2[b-k3qe3wxlxy] {
        margin: 0;
    }

.view-target-groups-button[b-k3qe3wxlxy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 17px;
    border: 1px solid #0b4f75;
    border-radius: 9px;
    background: #ffffff;
    color: #0b4f75;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

    .view-target-groups-button:hover[b-k3qe3wxlxy] {
        background: #0b4f75;
        color: #ffffff;
        box-shadow: 0 5px 14px rgba(11, 79, 117, 0.22);
    }


/* =========================================================
   Target Groups popup
   ========================================================= */

.target-groups-popup[b-k3qe3wxlxy] {
    width: 100%;
    max-width: 760px;
    max-height: 80vh;
    padding: 26px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(10, 38, 58, 0.3);
    animation: popup-show-b-k3qe3wxlxy 0.22s ease-out;
}

.target-groups-popup-header[b-k3qe3wxlxy] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e4ebf0;
}

    .target-groups-popup-header h3[b-k3qe3wxlxy] {
        margin: 0;
        color: #17324d;
        font-size: 22px;
        font-weight: 800;
    }

    .target-groups-popup-header p[b-k3qe3wxlxy] {
        margin: 6px 0 0;
        color: #758694;
        font-size: 13px;
    }

.target-groups-close-x[b-k3qe3wxlxy] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #edf2f5;
    color: #40586c;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

    .target-groups-close-x:hover[b-k3qe3wxlxy] {
        background: #dfe8ee;
        color: #17324d;
    }

.target-groups-count[b-k3qe3wxlxy] {
    display: inline-flex;
    margin: 18px 0 12px;
    padding: 6px 11px;
    border-radius: 20px;
    background: #eaf3f8;
    color: #0b4f75;
    font-size: 12px;
    font-weight: 800;
}

.target-groups-table-container[b-k3qe3wxlxy] {
    max-height: 430px;
    overflow-y: auto;
    border: 1px solid #dce5eb;
    border-radius: 11px;
}

.target-groups-table[b-k3qe3wxlxy] {
    width: 100%;
    border-collapse: collapse;
}

    .target-groups-table thead[b-k3qe3wxlxy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .target-groups-table th[b-k3qe3wxlxy] {
        padding: 13px 15px;
        border-bottom: 1px solid #d5e0e7;
        background: #edf3f7;
        color: #30475b;
        font-size: 12px;
        font-weight: 800;
        text-align: left;
        text-transform: uppercase;
    }

    .target-groups-table td[b-k3qe3wxlxy] {
        padding: 13px 15px;
        border-bottom: 1px solid #e6edf2;
        color: #354b5e;
        font-size: 14px;
    }

    .target-groups-table tbody tr:last-child td[b-k3qe3wxlxy] {
        border-bottom: none;
    }

    .target-groups-table tbody tr:hover[b-k3qe3wxlxy] {
        background: #f7fafc;
    }

.target-group-id[b-k3qe3wxlxy] {
    width: 90px;
    color: #0b4f75 !important;
    font-weight: 800;
}

.target-groups-empty[b-k3qe3wxlxy] {
    padding: 30px !important;
    color: #83939f !important;
    text-align: center;
}

.target-groups-popup-actions[b-k3qe3wxlxy] {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 768px) {
    .media-planning-page[b-k3qe3wxlxy] {
        padding: 20px 13px 40px;
    }

    .page-header[b-k3qe3wxlxy] {
        padding: 23px 20px;
        border-radius: 14px;
    }

        .page-header h1[b-k3qe3wxlxy] {
            font-size: 27px;
        }

    .media-card[b-k3qe3wxlxy] {
        padding: 19px;
        border-radius: 13px;
    }

    .card-header[b-k3qe3wxlxy] {
        gap: 11px;
    }

    .hub-selection-row[b-k3qe3wxlxy] {
        align-items: stretch;
        flex-direction: column;
        gap: 20px;
    }

    .hub-select-field[b-k3qe3wxlxy] {
        display: block;
        max-width: none;
    }

        .hub-select-field label[b-k3qe3wxlxy] {
            display: block;
            margin-bottom: 8px;
        }

        .hub-select-field .form-select[b-k3qe3wxlxy] {
            width: 100%;
            min-width: 0;
        }

    .table-heading[b-k3qe3wxlxy] {
        align-items: flex-start;
        flex-direction: column;
    }

    .card-actions[b-k3qe3wxlxy] {
        justify-content: stretch;
    }

    .primary-action-button[b-k3qe3wxlxy] {
        width: 100%;
    }
}
