@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-2071f1o465] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2071f1o465] {
    flex: 1;
}

.sidebar[b-2071f1o465] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2071f1o465] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2071f1o465]  a, .top-row[b-2071f1o465]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2071f1o465]  a:hover, .top-row[b-2071f1o465]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2071f1o465]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2071f1o465] {
        justify-content: space-between;
    }

    .top-row[b-2071f1o465]  a, .top-row[b-2071f1o465]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2071f1o465] {
        flex-direction: row;
    }

    .sidebar[b-2071f1o465] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2071f1o465] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2071f1o465]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2071f1o465], article[b-2071f1o465] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k0dlkcrqar] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-k0dlkcrqar] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k0dlkcrqar] {
    font-size: 1.1rem;
}

.bi[b-k0dlkcrqar] {
    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-k0dlkcrqar] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-k0dlkcrqar] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-k0dlkcrqar] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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");
}

.nav-item[b-k0dlkcrqar] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k0dlkcrqar] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k0dlkcrqar] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k0dlkcrqar]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-k0dlkcrqar]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-k0dlkcrqar]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-k0dlkcrqar] {
        display: none;
    }

    .collapse[b-k0dlkcrqar] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-k0dlkcrqar] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/PublicLayout.razor.rz.scp.css */





/* /Pages/BlockDiagrum/BlockDiagrumComponent.razor.rz.scp.css */
#diagram[b-rl38y24enb] {
    height: 900px;
}
/* /Pages/Checklist/ChecklistComponent.razor.rz.scp.css */
.grid[b-xezexlbxs5] {
    margin-top: 1rem;
    margin-bottom: 3rem; 
    overflow-y: auto;
}

.grid[b-xezexlbxs5]  table {
    min-width: 100%;
}

/* Auto size columns based on values */
[b-xezexlbxs5] td {
    white-space: nowrap;
}

/* Sticky header while scrolling */

[b-xezexlbxs5] thead {
    position: sticky;
    top: 0;    
    z-index: 2;
    height: 50px;
}

[b-xezexlbxs5] tbody td {  
    min-height: 25px;    
}

.grid[b-xezexlbxs5]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>'); /* Magnifying glass */
}

.grid[b-xezexlbxs5]  .filtered .col-options-button {
    background-color: rgba(62, 44, 221, 0.2); /*blue with opacity*/
}

/* Button styles*/
button[b-xezexlbxs5] {
    background-color: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

button.delete-button[b-xezexlbxs5] {
    background-color: red;
}

button:hover[b-xezexlbxs5] {
    background-color: #6884f9;
}

button.delete-button:hover[b-xezexlbxs5] {
    background: palevioletred;
}

button:active[b-xezexlbxs5] {
    background-color: #192e86;
}

button:disabled[b-xezexlbxs5] {
    background-color: lightgrey;
    cursor: default;
}
/* /Pages/Checklist/ChecklistEditDialogComponent.razor.rz.scp.css */

.question-container[b-mxc0xncpn0] {
    margin: 20px;
}
/* /Pages/Checklist/ChecklistReadOnlyComponent.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-uheuxyd17q] {
    margin-top: 1rem;
    height: 75vh;
    overflow-y: auto;
}

.grid[b-uheuxyd17q]  table {
    min-width: 100%;
    font-size: 12px;
}

/* Sticky header while scrolling */
[b-uheuxyd17q] thead {
    position: sticky;
    top: 0;
    /* background-color: #eee;*/
    background-color: white;
    z-index: 2;
}

/* Column styling */
.grid[b-uheuxyd17q]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>'); /*Magnifying glass */
}

.grid[b-uheuxyd17q]  .filtered .col-options-button {
    background-color: darkgrey;
}

.grid[b-uheuxyd17q]  .large-width .col-title {
    width: 500px;
}

.grid[b-uheuxyd17q]  .small-width .col-title {
    width: 100px;
}

.grid[b-uheuxyd17q]  .small-width .col-title-text {
    white-space: normal;
}

.grid[b-uheuxyd17q]  .small-width .col-header-content {
    padding: 0px;
}

.grid[b-uheuxyd17q]  .filtered .col-options-button {
    background-color: lightgrey;
}
/* /Pages/CMDB/CMDBComponent.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-iidxyhdajt] {
    margin-top: 1rem;
    height: 80vh;
    overflow-y: auto;
}

.grid[b-iidxyhdajt]  table {
    min-width: 100%;
}

/* Sticky header while scrolling */
[b-iidxyhdajt] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

/* Table styling */
[b-iidxyhdajt] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

/* Column styling */
.grid[b-iidxyhdajt]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');  /*Magnifying glass */
}

.grid[b-iidxyhdajt]  .filtered .col-options-button {
    background-color: darkgrey;
}

.grid[b-iidxyhdajt]  .wide-quickgrid-column .col-title {
    width: 500px;
}

.grid[b-iidxyhdajt]  .wide-quickgrid-column {
    word-break: break-word;
}

/* Button styles*/
button[b-iidxyhdajt] {
    background-color: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}
/* /Pages/CMDB/CMDBHistoryComponent.razor.rz.scp.css */
.grid[b-q2sfg6saed] {
    margin-top: 1rem;
    margin-bottom: 3rem; /* Adjusted margin */
    padding-bottom: 1rem; /* Optional: add padding for inner spacing */
    overflow-x: scroll;
}

    .grid[b-q2sfg6saed]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-q2sfg6saed] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

[b-q2sfg6saed] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

[b-q2sfg6saed] tbody td {
    max-width: 50px;
}

.grid[b-q2sfg6saed]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>'); /* Magnifying glass */
}

.grid[b-q2sfg6saed]  .filtered .col-options-button {
    background-color: darkgrey;
}
/* /Pages/CMDB/CMDBProgressComponent.razor.rz.scp.css */
/* Fix height and enable scrolling */



.grid[b-xx7ceeaght] {
    margin-top: 1rem;
    margin-bottom: 1rem; /* Adjusted margin */
    padding-bottom: 1rem; /* Optional: add padding for inner spacing */
    overflow-x: scroll;
}
.gridverticalScroll[b-xx7ceeaght]{
    height:80vh;
    overflow-y: scroll;
}

.grid[b-xx7ceeaght]  table {
    min-width: 100%;
}

/* Sticky header while scrolling */
[b-xx7ceeaght] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

[b-xx7ceeaght] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

[b-xx7ceeaght] tbody td {
    max-width:50px;
}

.grid[b-xx7ceeaght]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>'); /* Magnifying glass */
}

.grid[b-xx7ceeaght]  .filtered .col-options-button {
    background-color: darkgrey;
}
/* /Pages/CostReduction/CostReductionChildCreateDialogComponent.razor.rz.scp.css */
/* /Pages/CostReduction/CostReductionChildEditDialogComponent.razor.rz.scp.css */
/* /Pages/CostReduction/CostReductionComponent.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-vhgja98eyg] {
    margin-top: 1rem;
    max-height: 70vh;
    overflow-y: auto;
}

.grid[b-vhgja98eyg]  table {
    min-width: 100%;
    /*border-collapse: collapse;*/
}

/* Auto size columns based on values */
[b-vhgja98eyg] td {
    white-space: nowrap;
}

/* Sticky header while scrolling */
[b-vhgja98eyg] thead {
    position: sticky;
    top: 0;
    z-index: 2;
    height: 50px;
    background-color: white;
}

/* Column styling */
.grid[b-vhgja98eyg]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>'); /*Magnifying glass */
}

.grid[b-vhgja98eyg]  .filtered .col-options-button {
    background-color: rgba(62, 44, 221, 0.2); /*blue with opacity*/
}

.grid[b-vhgja98eyg]  .wide-quickgrid-column .col-title {
    width: 500px;
}

.grid[b-vhgja98eyg]  .wide-quickgrid-column {
    word-break: break-word;
    white-space: normal;
}

/*.grid ::deep tr {
    border-bottom: solid 1px lightgrey; // only works in combination with border-collapse: collapse; on table element
}*/

/* Button styles*/
button[b-vhgja98eyg] {
    background-color: #594AE2; /* MudBlazor Primary Color */
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

button.delete-button[b-vhgja98eyg] {
    background-color: red;
}

button.delete-button:hover[b-vhgja98eyg] {
    background: palevioletred;
}

button:disabled[b-vhgja98eyg] {
    background-color: lightgrey;
    cursor: default;
}

button:disabled:hover[b-vhgja98eyg] {
    background-color: lightgrey;
}
/* /Pages/CostReduction/CostReductionParentCreateDialogComponent.razor.rz.scp.css */
/* /Pages/CostReduction/CostReductionParentEditDialogComponent.razor.rz.scp.css */
/* /Pages/EAMap/EAMap.razor.rz.scp.css */
.grid[b-kfgt6q0s8y] {
    height: 40rem;
    overflow-y: auto;
}

    .grid[b-kfgt6q0s8y]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-kfgt6q0s8y] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

[b-kfgt6q0s8y] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

[b-kfgt6q0s8y] tbody td {
}

[b-kfgt6q0s8y] tbody tr:has(.selected) {
    background: #BBDDBB !important;
}



/* Button styles*/
button[b-kfgt6q0s8y] {
    background: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

    button:hover[b-kfgt6q0s8y] {
        background-color: #6884f9;
    }

    button:active[b-kfgt6q0s8y] {
        background-color: #192e86;
    }

/* /Pages/EAMap/EAMapEditComponent.razor.rz.scp.css */

/* /Pages/FitGap/FitGapComponent.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-8anu7c9cm4] {
    margin-top: 1rem;
    height: 80vh;
    overflow-y: auto;
}

.grid[b-8anu7c9cm4]  table {
    min-width: 100%;
}

/* Auto size columns based on values */
[b-8anu7c9cm4] td {
    white-space: nowrap;
}

/* Sticky header while scrolling */
[b-8anu7c9cm4] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

[b-8anu7c9cm4] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

/* Column styling */
.grid[b-8anu7c9cm4]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>'); /*Magnifying glass */
}

.grid[b-8anu7c9cm4]  .filtered .col-options-button {
    background-color: darkgrey;
}

/* Button styles*/
button[b-8anu7c9cm4] {
    background-color: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

/*button.delete-button {
    background-color: red;
}*/

button:active[b-8anu7c9cm4] {
    background-color: #192e86;
}

button:hover[b-8anu7c9cm4] {
    background-color: #6884f9;
}

/*button.delete-button:hover {
    background: palevioletred;
}*/

button:disabled[b-8anu7c9cm4] {
    background-color: lightgrey;
    cursor: default;
}

button:disabled:hover[b-8anu7c9cm4] {
    background-color: lightgrey;
    cursor: default;
}
/* /Pages/FitGap/FitGapDialogComponent.razor.rz.scp.css */
/* /Pages/KPI/KPIDashboardComponent.razor.rz.scp.css */

/* /Pages/Messages/MessagesComponent.razor.rz.scp.css */
/* Style for the email chip */
.email-chip[b-1w3etuteax] {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    /*background-color: #e0f7fa;*/
    border-radius: 15px;
    font-size: 14px;
    color: #3e2cdd; 
    border: 1px solid #3e2cdd;
}

/* Style for the close icon inside the email chip */
.email-chip .close-icon[b-1w3etuteax] {
    margin-left: 8px;
    cursor: pointer;
    color: #00796b;
}

.attached-file[b-1w3etuteax] {
    color: #3e2cdd;
}

.attached-file .delete-icon[b-1w3etuteax] {
    color: #00796b;
}
/* /Pages/OPB/OPBScannerComponent.razor.rz.scp.css */
/* In your site.css or styles.css file */
.small-textbox[b-9ophvvmx3n] {
    width: 150px; /* Adjust the width as needed */
}

.test[b-9ophvvmx3n] {
    width: 150px !important;
    background-color: red;
}

.mud-input[b-9ophvvmx3n] {
    width: 150px !important;
}

.strategic-fit[b-9ophvvmx3n] {
    /* CSS properties */
    display: flex;
    width: 100%; /* Sets the width of the div */
    height: 50px; /* Sets the height of the div */
    /*background-color: #ED7D31;*/ /* Sets the background color */
    border: 1px solid #ccc; /* Adds a border around the div */
    padding: 20px; /* Adds space inside the div */
    font-size: 20px; /* Sets the font size of the text */
    align-items: center; /* Align items vertically */
    justify-content: center; /* Align items horizontally */
    color: white;
}

/* Fix height and enable scrolling */
.grid[b-9ophvvmx3n] {
    height: 25rem;
    overflow-x: auto;
}

    .grid[b-9ophvvmx3n]  table {
        width: 100%;
    }

/* Sticky header while scrolling */
[b-9ophvvmx3n] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

[b-9ophvvmx3n] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

[b-9ophvvmx3n] tbody td {
}

[b-9ophvvmx3n] tbody tr:has(.selected) {
    background: #BBDDBB !important;
}

[b-9ophvvmx3n] .hideColumn {
    display: none !important;
}
/* /Pages/Overview/OverviewComponent.razor.rz.scp.css */
.top-section[b-grt54uukv2], .timeline-section[b-grt54uukv2], .bottom-section[b-grt54uukv2], .app-lists-section[b-grt54uukv2] {
    margin: 20px;
}

.app-lists-section[b-grt54uukv2] {
    margin-top: 40px;
    margin-bottom: 40px;    
}

.timeline[b-grt54uukv2] {
    background-color: white;
    border: solid 1px;
    border-color: lightgrey;
}

.pages-cards-container[b-grt54uukv2], .app-cards-container[b-grt54uukv2] {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    margin-top: 20px;
}

.linkable-card[b-grt54uukv2] {
    text-decoration: none;
    color: inherit;
    width: calc(20% - 25px); /* 5 cards on one row = 20% each, minus gap */
}

.metric[b-grt54uukv2] {
    padding: 20px;
    text-align: center;
}

.metric:not(:last-child)[b-grt54uukv2] {
    border-right: 1px solid #ddd;
}

.metric h3[b-grt54uukv2] {
    font-size: 1.2em;
    color: #333;
}

.metric p[b-grt54uukv2] {
    font-size: 2em;
    font-weight: bold;
    color: #007bff;
}

.app-list[b-grt54uukv2] {
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.fit-score[b-grt54uukv2] {
    border-radius: 50%;
    background-color: red;
}

/* XL screens */
@media (min-width: 2000px) {
    .pages-cards-container[b-grt54uukv2], .app-cards-container[b-grt54uukv2] {
        gap: 50px;
        margin-top: 40px;
    }

    .app-list[b-grt54uukv2] {
        height: 240px;       
    }

    .linkable-card[b-grt54uukv2] {
        height: 300px;
        width: calc(20% - 50px); /* 5 cards on one row = 20% each, minus gap */
    }
}
/* /Pages/ProjectMap/ProjectMapComponent.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-5zv6bxgvr4] {
    margin-top: 1rem;
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-5zv6bxgvr4]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-5zv6bxgvr4] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

[b-5zv6bxgvr4] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

[b-5zv6bxgvr4] tbody td {
}
/* /Pages/RACI/RaciComponent.razor.rz.scp.css */
.grid[b-o1qp9bvsoa] {
    margin-top: 1rem;
    margin-bottom: 3rem;    
}

.grid[b-o1qp9bvsoa]  table {
    min-width: 100%;
}

/* Sticky header while scrolling */

[b-o1qp9bvsoa] thead {
    position: sticky;
    top: 0;    
    z-index: 2;
    height: 50px;
}

[b-o1qp9bvsoa] tbody td {  
    min-height: 25px;    
}

[b-o1qp9bvsoa] th {
    min-width: 200px;
}

.grid[b-o1qp9bvsoa]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>'); /* Magnifying glass */
}

.grid[b-o1qp9bvsoa]  .filtered .col-options-button {
    background-color: darkgrey;
}

.grid[b-o1qp9bvsoa]  .vertical-grid-header {
    font-weight: 500;    
    width: 200px;
}

.grid[b-o1qp9bvsoa]  .quickgrid-cell.matching-value {    
    border: 1px solid #3e2cdd;    
    color: white;
    background: rgba(62, 44, 221, 0.8); /*blue with opacity*/
}

.grid[b-o1qp9bvsoa]  .quickgrid-cell {
    border: 1px solid #ccc;
    border-radius: 50px;
}

.grid[b-o1qp9bvsoa]  .filtered .col-options-button {
    background-color: rgba(62, 44, 221, 0.2); /*blue with opacity*/
}

[b-o1qp9bvsoa] .nested-grid thead {
    display: none;
}

[b-o1qp9bvsoa] .nested-grid-container {
    display: flex;
    flex-wrap: wrap;
}

[b-o1qp9bvsoa] .nested-grid-item {
    flex: 1 0 50%; /* show 2 items next to each other */  
    min-width: 50%;
}
/* /Pages/Sigma/AppColorEditComponent.razor.rz.scp.css */
body[b-5rdkr2diu4] {
}
/* /Pages/Sigma/AppNameComponent.razor.rz.scp.css */
body[b-dbyfgmxzv2] {
}
/* /Pages/Sigma/IncomingDependencyComponent.razor.rz.scp.css */
.grid[b-4yc43gym6t] {
    height:auto;
    overflow-y: auto;
}

    .grid[b-4yc43gym6t]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-4yc43gym6t] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

[b-4yc43gym6t] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

[b-4yc43gym6t] tbody td:last-child {
    max-width: 140px;
    overflow: hidden;  
    text-overflow: ellipsis; 
    white-space: nowrap;  
    text-align: right;
}




/* Button styles*/
/*button {
    background: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

    button:hover {
        background-color: #6884f9;
    }

    button:active {
        background-color: #192e86;
    }*/

/* /Pages/Sigma/NonCMDBDialogComponent.razor.rz.scp.css */
/* /Pages/Sigma/OutgoingDependencyComponent.razor.rz.scp.css */
.grid[b-4efr19qu0t] {
    height: auto;
    overflow-y: auto;
}

    .grid[b-4efr19qu0t]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-4efr19qu0t] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

[b-4efr19qu0t] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

[b-4efr19qu0t] tbody td:last-child {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}




/* Button styles*/
/*button {
    background: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

    button:hover {
        background-color: #6884f9;
    }

    button:active {
        background-color: #192e86;
    }*/

/* /Pages/Sigma/SigmaAppListComponent.razor.rz.scp.css */
.grid[b-v6mhkd28mk] {
    height: 80vh;
    overflow-y: auto;
    margin-top: 20px;
}

.grid[b-v6mhkd28mk]  table {
    min-width: 100%;
}

.grid[b-v6mhkd28mk]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>'); /* Magnifying glass */
}

.grid[b-v6mhkd28mk]  .filtered .col-options-button {
    background-color: darkgrey;
}

/* Sticky header while scrolling */
[b-v6mhkd28mk] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

[b-v6mhkd28mk] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

[b-v6mhkd28mk] tbody td:last-child {
    width: 80px; /* Set this to the fixed width you need */
    text-align: left;
}


.search-input[b-v6mhkd28mk] {
    width: 100%;
    max-width: 300px;
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 4px; /* Less rounded */
    outline: none;
    transition: all 0.3s ease-in-out;
}

    .search-input:focus[b-v6mhkd28mk] {
        border-color: #007bff;
        box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
    }

.search-container[b-v6mhkd28mk] {
    position: relative;
    display: inline-block;
}

.search-icon[b-v6mhkd28mk] {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    font-size: 18px;
}



/* Button styles*/
/*button {
    background: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

    button:hover {
        background-color: #6884f9;
    }

    button:active {
        background-color: #192e86;
    }*/
/* /Pages/Sigma/SigmaEdgeTypeComponent.razor.rz.scp.css */
.grid[b-2lwu9pgik6] {
    height: 40rem;
    overflow-y: auto;
}

    .grid[b-2lwu9pgik6]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-2lwu9pgik6] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

[b-2lwu9pgik6] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

[b-2lwu9pgik6] tbody td:last-child {
    width: 200px; /* Set this to the fixed width you need */
    max-width: 200px;
    overflow: hidden; /* Optionally hide overflow if content is too large */
    text-overflow: ellipsis; /* Add ellipsis for truncated text */
    white-space: nowrap; /* Prevent text from wrapping */
    text-align:right;
}


[b-2lwu9pgik6] tbody tr:has(.selected) {
    background: #BBDDBB !important;
}



/* Button styles*/
/*button {
    background: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

    button:hover {
        background-color: #6884f9;
    }

    button:active {
        background-color: #192e86;
    }*/
/* /Pages/TimeMap/TimeMapComponent.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-fohdhkn4pe] {
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-fohdhkn4pe]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-fohdhkn4pe] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 2;
}

[b-fohdhkn4pe] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

[b-fohdhkn4pe] tbody td {
  
}
/* Button styles*/
button[b-fohdhkn4pe] {
    background: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

    button:hover[b-fohdhkn4pe] {
        background-color: #6884f9;
    }

    button:active[b-fohdhkn4pe] {
        background-color: #192e86;
    }
/* /Pages/TimeMap/TimeMapEditComponent.razor.rz.scp.css */
body[b-1v9zg1l7hk] {
}
/* /Pages/UsageData/UsageDataViewDialogComponent.razor.rz.scp.css */
/* /Pages/_public/HomeComponent.razor.rz.scp.css */
.background-bg[b-hcw0ag588u] {
    background-image: linear-gradient(0deg, rgb(33 33 37 / 77%) 1%, rgb(68 68 69 / 66%) 100%), url("images/EAM_banner.png");
    min-height: calc(100vh - 56px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content[b-hcw0ag588u] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-content h1[b-hcw0ag588u], p[b-hcw0ag588u] {
    color: white;
}

.banner-content h1[b-hcw0ag588u] {
    font-family: "Inter", sans-serif;
}
.banner-content h1 span.eam-text[b-hcw0ag588u] {
    display: block;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.banner-content h1 span.large-text[b-hcw0ag588u] {
    text-shadow: 0px 3px 3px rgb(74 57 57);
    font-size: 46px;
    font-weight: 500;
}
.tool-text[b-hcw0ag588u] {
    letter-spacing: -6px;
}
.banner-content h1 span.orange-text[b-hcw0ag588u] {
    color: rgb(255, 125, 51);
}

.banner-content p[b-hcw0ag588u] {
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}

.banner-content a[b-hcw0ag588u] {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
}

/************************ LEARN SECTION *************************/
.learn[b-hcw0ag588u] {
    display: flex;
    flex-direction: column;
}

.learn__image[b-hcw0ag588u] {
    width: 90%;
}
.learn__image img[b-hcw0ag588u] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.learn__content[b-hcw0ag588u] {
    width: 100%;
}
.learn__content .h1[b-hcw0ag588u] {
    font-size: 32px;
    font-weight: 600;
    color: #081f35;
}
.learn__content .paragraph[b-hcw0ag588u] {
    color: #000;
    line-height: 28px;
}

/************************ FEATURES SECTION *************************/
.features[b-hcw0ag588u] {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    column-gap: 0px;
}
.features__card[b-hcw0ag588u] {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    height: 280px;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    width: 100%;
}
.features__card h2[b-hcw0ag588u] {
    font-family: "Inter", sans-serif;
    font-size: 28px;
}

.features__card p[b-hcw0ag588u] {
    font-size: 16px;
}

.features__card[b-hcw0ag588u]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
}
.features__card[b-hcw0ag588u]:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
}
.features__card__content[b-hcw0ag588u] {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}
.features__card__content > * + *[b-hcw0ag588u] {
  margin-top: 0.5rem;
}

.features__card:nth-child(1)[b-hcw0ag588u]:before {
    background-image: url("images/Insightsv2.jpg");
}

.features__card:nth-child(2)[b-hcw0ag588u]:before {
    background-image: url("images/Activities.jpg");
}

.features__card:nth-child(3)[b-hcw0ag588u]:before {
    background-image: url("images/FutureStatev2.jpg");
}

.features__card:nth-child(4)[b-hcw0ag588u]:before {
    background-image: url("images/AIv2.jpg");
}

.features__card:nth-child(5)[b-hcw0ag588u]:before {
    background-image: url("images/RACI.jpg");
}
@media (hover: hover) and (min-width: 600px) {
  .features__card__content > * + *[b-hcw0ag588u] {
    margin-top: 1rem;
  }
  .features__card[b-hcw0ag588u]::after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .features__card__content[b-hcw0ag588u] {
    -webkit-transform: translateY(calc(100% - 5.2rem));
    transform: translateY(calc(100% - 5.2rem));
  }
  .features__card__content h2[b-hcw0ag588u] {
    font-weight: 600;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  }
  .features__card__content > *:not(.heading)[b-hcw0ag588u] {
    opacity: 1;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .features__card:is(:hover, :focus-within)[b-hcw0ag588u] {
    -webkit-box-align: center;
    align-items: center;
  }
  .features__card:is(:hover, :focus-within)[b-hcw0ag588u]::before {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }
  .features__card:is(:hover, :focus-within)[b-hcw0ag588u]::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .features__card:is(:hover, :focus-within) .features__card__content[b-hcw0ag588u] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .features__card:is(:hover, :focus-within) .features__card__content > *:not(.heading)[b-hcw0ag588u] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: calc(700ms / 8);
    transition-delay: calc(700ms / 8);
   }
  .features__card:focus-within:is(::before, ::after, .features__card__content, .features__card__content *:not(.heading))[b-hcw0ag588u] {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

/************************ ACCORDION SECTION *************************/

.accordion[b-hcw0ag588u] {
    margin: 0px auto;
    width: 100%;
}

.accordion-item[b-hcw0ag588u] {
    border-radius: 5px;
}

.accordion-header[b-hcw0ag588u] {
    padding: 16px 16px;
    cursor: pointer;
    border-bottom: 1px solid #6B9BA9;
}
.accordion-header h5[b-hcw0ag588u] {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
.accordion-header svg[b-hcw0ag588u] {
    width: 24px;
    height: 24px;
    transition: all 0.5s ease-in;
}

.accordion-header svg.rotated[b-hcw0ag588u] {
    transform: rotate(180deg);
}

.accordion-body[b-hcw0ag588u] {
    padding-inline: 16px;
    background-color: #ebf4fc47;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in;
}
.accordion-body p[b-hcw0ag588u] {
    font-family: "Inter", sans-serif;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 16px;
    color: #000;
    line-height: 27px;
}

.accordion-body.show[b-hcw0ag588u] {
    max-height: 500px; 
}

/*================ Small devices (landscape phones, 576px and up) ================*/
@media only screen and (min-width: 576px) {
    .banner-content h1 span.eam-text[b-hcw0ag588u] {
        font-size: 38px;
        line-height: 56px;
        letter-spacing: 0.2px;
    }
    .banner-content h1 span.large-text[b-hcw0ag588u] {
        font-size: 62px;
    }
    .banner-content p[b-hcw0ag588u] {
        font-size: 32px;
    }

    /************************ LEARN SECTION *************************/
    .learn__image[b-hcw0ag588u] {
        width: 80%;
    }
    /************************ FEATURES SECTION *************************/
    .features[b-hcw0ag588u] {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        column-gap: 20px;
    }

    /************************ ACCORDION SECTION *************************/
    .accordion[b-hcw0ag588u] {
        width: 500px;
    }
}
/*================ Medium devices (tablets, 768px and up) ================*/
@media only screen and (min-width: 768px) {
    .background-bg[b-hcw0ag588u] {
        min-height: calc(100vh - 64px);
    }
    .banner-content h1 span.eam-text[b-hcw0ag588u] {
        font-size: 40px;
        line-height: 58px;
        letter-spacing: 0.2px;
    }
    .banner-content h1 span.large-text[b-hcw0ag588u] {
        font-size: 58px;
    }

    /************************ LEARN SECTION *************************/
    .learn__image[b-hcw0ag588u] {
        width: 100%;
    }
    /************************ ACCORDION SECTION *************************/
    .accordion[b-hcw0ag588u] {
        width: 600px;
    }

}
/*================ Large devices (desktops, 992px and up) ================*/
@media only screen and (min-width: 992px) {
    /************************ LEARN SECTION *************************/
    .learn__image[b-hcw0ag588u] {
        width: 70%;
    }
    .learn__content .h1[b-hcw0ag588u] {
        font-size: 40px;
        line-height: 50px;
    }
    /************************ FEATURES SECTION *************************/
    .features[b-hcw0ag588u] {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 24px;
        column-gap: 26px;
    }
    /************************ ACCORDION SECTION *************************/
    .accordion[b-hcw0ag588u] {
        width: 700px;
    }
}
/*================ X-Large devices (large desktops, 1200px and up) ================*/
@media only screen and (min-width: 1200px) {
    .banner-content h1 span.eam-text[b-hcw0ag588u] {
        font-size: 42px;
    }
    .banner-content h1 span.large-text[b-hcw0ag588u] {
        font-size: 62px;
    }

    /************************ LEARN SECTION *************************/
    /*.learn__content .h1 {
        font-size: 40px;
    }*/

    .learn__image[b-hcw0ag588u] {
        width: 34%;
    }
    .learn__content[b-hcw0ag588u] {
        width: 58%;
    }

    /************************ FEATURES SECTION *************************/
    .features[b-hcw0ag588u] {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 24px;
        column-gap: 24px;
    }
}

/*================ XX-Large devices (larger desktops, 1400px and up) ================*/
@media only screen and (min-width: 1400px) {

    .banner-content h1 span.eam-text[b-hcw0ag588u] {
        font-size: 60px;
        line-height: 70px;
    }

    .banner-content h1 span.large-text[b-hcw0ag588u] {
        font-size: 76px;
        font-weight: 500;
    }
    .banner-content p[b-hcw0ag588u] {
        font-family: "Inter", sans-serif;
        font-size: 52px;
    }
    /*.banner-content a {
        font-size: 18px;
    }*/

    /************************ LEARN SECTION *************************/
    .learn__image[b-hcw0ag588u] {
        width: 32%;
    }

    .learn__content[b-hcw0ag588u] {
        width: 52%;
    }
    /************************ FEATURES SECTION *************************/
    .features[b-hcw0ag588u] {
        grid-template-columns: repeat(5, 1fr);
        column-gap: 20px;
    }
}
