@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
    
    body { 
        font-family: 'Poppins', sans-serif !important; 
        background-color: #F7F8FA !important; 
    }

    /* Header Styling */
   

    .masthead {
    height: 100px;
    
    background-color: #FFFFFF; 
            padding: 20px 30px; 
            border-bottom: 1px solid #EBECF0; 
    
    margin-bottom: 1em;
}

.masthead .updates-dropdown-container .show-updates-dropdown {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 40px 12px;
  border: #0073E6;
  background-color: #0073E6;
  margin-top: 15px;
}

.masthead .updates-dropdown-container .show-updates-dropdown:hover {
  border-color: #4E5054;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px; /* This is the final width used */
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 95%;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1024px;
  }
}

    .masthead .container { 
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
        max-width: 1250px; 
        margin: 0 auto; 
        padding: 0 15px;

    }
    .masthead img { 
        height: 46px; 
    }
    .container.titlehead { 
        max-width: 1250px; 
        margin: 40px auto 0 auto; 
        padding: 0 15px;
    }
    .titlehead h3 { 
        font-weight: 700; 
        color: #172B4D; 
        font-size: 28px; 
        margin: 0; 
    }
   

    /* Main Content Styling */
    .status-container {
        max-width: 1250px; 
        margin: 20px auto 0 auto; 
        padding: 0 15px;
    }
    #overall_status_header {
        padding: 20px; 
        border-radius: 8px; 
        display: none; /* Initially hidden */
        align-items: center; 
        border: 1px solid transparent;
    }
    .main-content-card {
        margin-top: 20px; 
        margin-bottom: 30px; 
        background-color: #FFFFFF; 
        padding: 30px 35px; 
        border-radius: 16px; 
        box-shadow: 0 10px 30px -15px rgba(23, 43, 77, 0.1); 
        border: none;
    }
    .status-catalogue {
        display: flex; 
        justify-content: flex-end; 
        align-items: center; 
        margin-bottom: 25px; 
        gap: 1.5rem; 
        flex-wrap: wrap;
    }
    .key-item-container {
        display: flex; 
        align-items: center; 
        color: #5E6C84; 
        font-weight: 500; 
        font-size: 13px;
    }
    .key-item-container i {
        margin-right: .6rem; 
        font-size: 20px;
    }
    .table-container {
        border-top: 2px solid #EBECF0; 
        padding-top: 25px;
    }
    .table.status-table {
        width: 100%; 
        border-collapse: collapse;
    }
    .table.status-table thead {
        font-size: 13px; 
        font-weight: 600; 
        color: #6B778C; 
        text-transform: uppercase; 
        letter-spacing: 0.8px;
    }
    .table.status-table th {
        border: none; 
        border-bottom: 2px solid #dfe1e6 !important; 
        padding: 20px 12px; 
        text-align: left;
    }
    .table.status-table th:last-child {
        text-align: center;
    }
    .table.status-table tbody td {
        font-weight: 500; 
        color: #172B4D; 
        font-size: 15px; 
        border-bottom: 1px solid #EBECF0 !important; 
        padding: 20px 12px;
    }
    .table.status-table tbody td:last-child {
        text-align: center;
    }
    .table.status-table tbody tr:last-child td {
        border-bottom: none !important;
    }































  /* This contains all the necessary styling for the entire page */
    body { 
        font-family: 'Poppins', sans-serif !important; 
        background-color: #F7F8FA !important; 
    }
    .container {
        width: 100%; max-width: 1250px; margin-left: auto; margin-right: auto;
        padding-left: 15px; padding-right: 15px; box-sizing: border-box;
    }
    .masthead {
        background-color: #FFFFFF; padding: 20px 0; border-bottom: 1px solid #EBECF0;
    }
    .masthead .container { 
        display: flex; justify-content: space-between; align-items: center; 
    }
    .masthead img { height: 46px; }
    #replace-with-subscribe {
        display: inline-block; background-color: #0052CC; color: white !important;
        padding: 10px 20px; border-radius: 5px; font-weight: 500; cursor: pointer;
    }
    .container.titlehead { margin-top: 40px; }
    .titlehead h3 { font-weight: 700; color: #172B4D; font-size: 28px; margin: 0; }
    .status-container { margin-top: 20px; }
    #overall_status_header {
        padding: 20px; border-radius: 8px; display: none; align-items: center; border: 1px solid transparent;
    }
    .main-content-card {
        margin-top: 20px; margin-bottom: 30px; background-color: #FFFFFF; 
        padding: 30px 35px; border-radius: 16px; 
        box-shadow: 0 10px 30px -15px rgba(23, 43, 77, 0.1); border: none;
    }
    #component-group-title {
        font-weight: 700; color: #172B4D; font-size: 24px; margin: 0 0 25px 0;
    }
    .status-catalogue {
        display: flex; justify-content: flex-end; align-items: center; 
        margin-bottom: 25px; gap: 1.5rem; flex-wrap: wrap;
    }
    .key-item-container {
        display: flex; align-items: center; color: #5E6C84; font-weight: 500; font-size: 13px;
    }
    .key-item-container i { margin-right: .6rem; font-size: 20px; }
    .table-container { border-top: 2px solid #EBECF0; padding-top: 25px; }
    .table.status-table { width: 100%; border-collapse: collapse; }
    .table.status-table thead {
        font-size: 13px; font-weight: 600; color: #6B778C; 
        text-transform: uppercase; letter-spacing: 0.8px;
    }
    .table.status-table th {
        border: none; border-bottom: 2px solid #dfe1e6 !important; 
        padding: 20px 12px; text-align: left;
    }
    .table.status-table th:last-child { text-align: center; }
    .table.status-table tbody td {
        font-weight: 500; color: #172B4D; font-size: 15px; 
        border-bottom: 1px solid #EBECF0 !important; padding: 20px 12px;
    }
    .table.status-table tbody td:last-child { text-align: center; }
    .table.status-table tr:last-child td { border-bottom: none !important; }