@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/Semantic.Portal/Components/Company/AddressList.razor.rz.scp.css */
.table-header[b-7e7tq9sikr] {
    min-width: 80px;
    text-align: left;
}

table thead th[b-7e7tq9sikr] {
    border-bottom: 1px solid #000;
}

.btn-link[b-7e7tq9sikr] {
    color: #333333 !important;
}

.tables[b-7e7tq9sikr] {
    width: 100%;
    border-spacing: 0;
}

    .tables th[b-7e7tq9sikr],
    .tables td[b-7e7tq9sikr] {
        padding: 10px;
        text-align: left;
        border-bottom: 1.5px solid #ddd;
    }

    .tables th[b-7e7tq9sikr] {
        background-color: #f2f2f2;
    }

    .tables tr:not(.expanded-form):hover[b-7e7tq9sikr] {
        background-color: #E3F7F5;
    }
/* _content/Semantic.Portal/Components/Company/ConsumptionChart.razor.rz.scp.css */
.chart-container[b-v9db65vu3t] {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.8rem;
}

.loading-container[b-v9db65vu3t] {
    width: 25%;
    position: fixed;
    top: 50%;
    left: 60%;
    transform: translate(-50%, 50%);
}

.no-data-message[b-v9db65vu3t] {
    color: #ff4500;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    background-color: #fff3e0;
    border: 1px solid #ffccbc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.date-selection-area[b-v9db65vu3t] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
    .date-selection-area button[b-v9db65vu3t] {
        margin-top: 27px;
        max-height: 30px;
    }

    .date-selection-area select[b-v9db65vu3t] {
        max-height: 38px;
        font-size: 0.9rem;
    }

.date-selection[b-v9db65vu3t] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 600px;
    font-size: 12px;
}

    .date-selection div[b-v9db65vu3t] {
        display: flex;
        flex-direction: column;
    }

    .date-selection label[b-v9db65vu3t] {
        margin-bottom: 5px;
        font-weight: bold;
        color: #333;
    }

    .date-selection select[b-v9db65vu3t] {
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #fff;
    }

    .date-selection button[b-v9db65vu3t] {
        padding: 10px 15px;
        background-color: #05727a;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .date-selection button:hover[b-v9db65vu3t] {
            background-color: #011827;
        }

    .date-selection button[b-v9db65vu3t] {
        padding: 6px 10px;
        font-size: 0.9rem;
    }
/* _content/Semantic.Portal/Components/Company/ContactList.razor.rz.scp.css */
.table-header[b-1ua8xo9p8s] {
    min-width: 80px;
    text-align: left;
}

table thead th[b-1ua8xo9p8s] {
    border-bottom: 1px solid #000;
}

.btn-link[b-1ua8xo9p8s] {
    color: #333333 !important;
}

.tables[b-1ua8xo9p8s] {
    width: 100%;
    border-spacing: 0;
}

    .tables th[b-1ua8xo9p8s],
    .tables td[b-1ua8xo9p8s] {
        padding: 10px;
        text-align: left;
        border-bottom: 1.5px solid #ddd;
    }

    .tables th[b-1ua8xo9p8s] {
        background-color: #f2f2f2;
    }

    .tables tr:not(.expanded-form):hover[b-1ua8xo9p8s] {
        background-color: #E3F7F5;
    }
/* _content/Semantic.Portal/Components/Company/ManageAccess.razor.rz.scp.css */
.access-list[b-texk46at8y] {
    border-radius: 5px;
    padding: 10px;
    margin: 20px;
    margin-top: 20px;
}

.tables[b-texk46at8y] {
    width: 100%;
    border-spacing: 0;
}

    .tables th[b-texk46at8y],
    .tables td[b-texk46at8y] {
        padding: 10px;
        text-align: left;
        border-bottom: 1.5px solid #ddd;
    }

    .tables th[b-texk46at8y] {
        background-color: #f2f2f2;
    }

    .tables tr:not(.expanded-form):hover[b-texk46at8y] {
        background-color: #E3F7F5;
    }

.invitation-info[b-texk46at8y] {
    padding: 1.5rem 0;
    text-align: center;
}

.invitation-type[b-texk46at8y] {
    color: #05727a;
    font-size: 1.5rem;
    font-weight: bold;
}

.invitation-id[b-texk46at8y] {
    color: #05727a;
    padding: 1rem 0.5rem;
}

.fa[b-texk46at8y] {
    font-size: 15px;
    color: #f9f9f9;
}

@media (max-width: 768px) {
    .invitation[b-texk46at8y] {
        flex: 1 0 100%;
    }
}

select[b-texk46at8y] {
    padding: 0.5em;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
}
/* _content/Semantic.Portal/Components/Company/WebHook.razor.rz.scp.css */
body[b-odkrs0g0dp] {
}

.fa-circle-check[b-odkrs0g0dp] {
    color: green;
}

.fa-triangle-exclamation[b-odkrs0g0dp] {
    color: red;
}

input[b-odkrs0g0dp] {
    width: 28%;
}

.underlined-button[b-odkrs0g0dp] {
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
}
/* _content/Semantic.Portal/Components/Document/IncomingDocumentList.razor.rz.scp.css */
.dropbtn[b-6aviuxrvrw] {
    background-color: #efefef;
    color: black;
    padding: 10px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover[b-6aviuxrvrw], .dropbtn:focus[b-6aviuxrvrw] {
        background-color: #efefef;
    }

.dropdown[b-6aviuxrvrw] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-6aviuxrvrw] {
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a[b-6aviuxrvrw] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover[b-6aviuxrvrw] {
    background-color: #ddd;
}

.show[b-6aviuxrvrw] {
    display: block;
}

.dropdown-check-list[b-6aviuxrvrw] {
    display: inline-block;
}

    .dropdown-check-list .anchor[b-6aviuxrvrw] {
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 5px 50px 5px 10px;
        border: 1px solid #ccc;
    }

        .dropdown-check-list .anchor[b-6aviuxrvrw]:after {
            position: absolute;
            content: "";
            border-left: 2px solid black;
            border-top: 2px solid black;
            padding: 5px;
            right: 10px;
            top: 20%;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .dropdown-check-list .anchor:active[b-6aviuxrvrw]:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list ul.items[b-6aviuxrvrw] {
        padding: 2px;
        display: block;
        margin: 0;
        border: 1px solid #ccc;
        border-top: none;
    }

        .dropdown-check-list ul.items li[b-6aviuxrvrw] {
            list-style: inside;
        }

    .dropdown-check-list.visible .anchor[b-6aviuxrvrw] {
        color: #0094ff;
    }

    .dropdown-check-list.visible .items[b-6aviuxrvrw] {
        display: block;
    }

.table-header[b-6aviuxrvrw] {
    min-width: 60px;
    text-align: left;
}

tr:nth-child(odd)[b-6aviuxrvrw] {
    background-color: #f2f2f2;
}

tr:nth-child(uneven)[b-6aviuxrvrw] {
    background-color: #f2f2f2;
}

.container[b-6aviuxrvrw] {
    max-width: 100%;
    overflow: hidden;
}

.pagination[b-6aviuxrvrw] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    list-style: none;
}

.page-item[b-6aviuxrvrw] {
    margin: 0 5px;
    font-size: 15px;
    padding: 8px 12px;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
}

    .page-item:hover:not(.disabled)[b-6aviuxrvrw] {
        background-color: #e0e0e0;
    }

    .page-item.disabled[b-6aviuxrvrw] {
        pointer-events: none;
        opacity: 0.5;
    }

    .page-item.ellipsis[b-6aviuxrvrw] {
        cursor: default;
    }

    .page-item:hover[b-6aviuxrvrw],
    .page-item:focus[b-6aviuxrvrw] {
        background-color: #e0e0e0;
        transform: translateY(-2px);
    }

    .page-item.active[b-6aviuxrvrw] {
        background-color: #05727a;
        color: #ffffff;
        font-weight: bold;
    }

.description-text[b-6aviuxrvrw] {
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    cursor: default;
}

    .description-text:hover[b-6aviuxrvrw] {
        text-decoration: underline;
    }

.error-text[b-6aviuxrvrw] {
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    cursor: default;
}

    .error-text:hover[b-6aviuxrvrw] {
        text-decoration: underline;
    }

.truncated[b-6aviuxrvrw] {
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    cursor: default;
}

.show-error .error-text[b-6aviuxrvrw] {
    display: block;
}

.tables[b-6aviuxrvrw] {
    text-align: start;
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
}

    .tables th[b-6aviuxrvrw],
    .tables td[b-6aviuxrvrw] {
        max-height: 35px;
        padding: 3px;
        text-align: left;
        border-bottom: 1.5px solid #ddd;
    }

    .tables th[b-6aviuxrvrw] {
        background-color: #f2f2f2;
        text-align: left;
    }

    .tables tr:not(.expanded-form):hover[b-6aviuxrvrw] {
        background-color: #E3F7F5;
    }


.btn-sm[b-6aviuxrvrw] {
    padding: 0rem;
}

.custom-dropdown[b-6aviuxrvrw] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    color: #333;
}

    .custom-dropdown:hover[b-6aviuxrvrw] {
        background-color: #e9e9e9;
        border-color: #999;
    }

.form-group[b-6aviuxrvrw] {
    margin-bottom: 15px;
    margin-left: 5px;
}

    .form-group label[b-6aviuxrvrw] {
        font-size: 14px;
        color: #333;
    }

    .form-group select[b-6aviuxrvrw] {
        width: auto;
        min-width: 100px;
    }

/* _content/Semantic.Portal/Components/Document/ManifestModal.razor.rz.scp.css */
.icon[b-4dqao6eqke] {
    margin-right: 8px;
}

.card-body[b-4dqao6eqke] {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background: #f8f9fa;
    border-radius: 0 0 6px 6px;
}

.collapsible-header[b-4dqao6eqke] {
    cursor: pointer;
    background: #05727A;
    color: #F9F9F9;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    padding: 5px;
}

.form-group[b-4dqao6eqke] {
    margin-bottom: 15px;
}

.collapsible-header:hover[b-4dqao6eqke] {
    background: #61c9bc;
}

.btn[b-4dqao6eqke] {
    background-color: #04bfad;
    color: #05727A;
    /*  padding: 10px; */
}

    .btn:hover[b-4dqao6eqke] {
        background: #ADDBD6;
        color: #05727A;
    }

.bm-header[b-4dqao6eqke] {
    padding: 0;
}
/* _content/Semantic.Portal/Components/Document/OutgoingDocumentList.razor.rz.scp.css */
/* ==========================================================================
   1) GLOBAL TABLE STYLES
   ========================================================================== */
.tables[b-kixbhb86yc] {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

    .tables th[b-kixbhb86yc],
    .tables td[b-kixbhb86yc] {
        max-height: 35px;
        padding: 3px;
        text-align: left;
        border-bottom: 1.5px solid #ddd;
    }

    .tables th[b-kixbhb86yc] {
        background-color: #f2f2f2;
        text-align: left;
    }

    .tables tr:not(.expanded-form):hover[b-kixbhb86yc] {
        background-color: #E3F7F5;
    }

/* ==========================================================================
   2) SUB-TABLE CONTAINER
   ========================================================================== */
.sub-table-container[b-kixbhb86yc] {
    margin: 0.2rem;
    padding: 0.2rem;
    width: auto;
    background-color: #fafafa;
    border-radius: 5px;
}

/* ==========================================================================
   3) MINIMAL SUB-TABLE STYLE
      - For a simpler look (light borders, subtle row separators)
   ========================================================================== */
.sub-table-minimal[b-kixbhb86yc] {
    width: 50%;
    border-collapse: separate;
    border-spacing: 0 5px;
    font-size: 0.83em;
    background-color: transparent;
}

    .sub-table-minimal thead th[b-kixbhb86yc] {
        padding: 0.2rem 0.2rem;
        background-color: #f9f9f9;
        border-bottom: 1px solid #ccc;
        font-weight: 600;
        text-align: left;
    }

    .sub-table-minimal tbody tr[b-kixbhb86yc] {
        border-bottom: 1px solid #eee;
    }

    .sub-table-minimal tbody tr:last-child[b-kixbhb86yc] {
        border-bottom: none;
    }

    .sub-table-minimal tbody td[b-kixbhb86yc] {
        border-bottom: 1px solid #eee;
        padding: 0.2rem 0.2rem;
    }

/* ==========================================================================
   5) STATUS INDICATOR
   ========================================================================== */
.status-indicator[b-kixbhb86yc] {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 0.5rem;
    vertical-align: middle;
    border-radius: 50%;
}

/* ==========================================================================
   6) TRUNCATED TEXT COLUMNS
   ========================================================================== */
.truncated[b-kixbhb86yc],
.description-text[b-kixbhb86yc],
.error-text[b-kixbhb86yc] {
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

    .truncated:hover[b-kixbhb86yc],
    .description-text:hover[b-kixbhb86yc],
    .error-text:hover[b-kixbhb86yc] {
        text-decoration: underline;
    }

/* ==========================================================================
   7) PAGINATION
   ========================================================================== */
.pagination[b-kixbhb86yc] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    list-style: none;
}

.page-item[b-kixbhb86yc] {
    margin: 0 5px;
    font-size: 15px;
    padding: 8px 12px;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
}

    .page-item:hover:not(.disabled)[b-kixbhb86yc] {
        background-color: #e0e0e0;
    }

    .page-item.disabled[b-kixbhb86yc] {
        pointer-events: none;
        opacity: 0.5;
    }

    .page-item.ellipsis[b-kixbhb86yc] {
        cursor: default;
    }

    .page-item:hover[b-kixbhb86yc],
    .page-item:focus[b-kixbhb86yc] {
        background-color: #e0e0e0;
        transform: translateY(-2px);
    }

    .page-item.active[b-kixbhb86yc] {
        background-color: #05727a;
        color: #ffffff;
        font-weight: bold;
    }

/* ==========================================================================
   8) DROPDOWN BUTTON & CONTENT
   ========================================================================== */
.dropbtn[b-kixbhb86yc] {
    background-color: #efefef;
    color: black;
    padding: 10px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover[b-kixbhb86yc],
    .dropbtn:focus[b-kixbhb86yc] {
        background-color: #efefef;
    }

.dropdown[b-kixbhb86yc] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-kixbhb86yc] {
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a[b-kixbhb86yc] {
        color: black;
        padding: 12px 16px;
        display: block;
        text-decoration: none;
    }

.dropdown a:hover[b-kixbhb86yc] {
    background-color: #ddd;
}

.show[b-kixbhb86yc] {
    display: block;
}

/* ==========================================================================
   9) DROPDOWN CHECKLIST
   ========================================================================== */
.dropdown-check-list[b-kixbhb86yc] {
    display: inline-block;
}

    .dropdown-check-list .anchor[b-kixbhb86yc] {
        position: relative;
        display: inline-block;
        padding: 5px 50px 5px 10px;
        border: 1px solid #ccc;
        cursor: pointer;
    }

        .dropdown-check-list .anchor[b-kixbhb86yc]:after {
            content: "";
            position: absolute;
            top: 20%;
            right: 10px;
            padding: 5px;
            border-left: 2px solid black;
            border-top: 2px solid black;
            transform: rotate(-135deg);
        }

        .dropdown-check-list .anchor:active[b-kixbhb86yc]:after {
            top: 21%;
            right: 8px;
        }

    .dropdown-check-list ul.items[b-kixbhb86yc] {
        margin: 0;
        padding: 2px;
        display: block;
        border: 1px solid #ccc;
        border-top: none;
    }

        .dropdown-check-list ul.items li[b-kixbhb86yc] {
            list-style: inside;
        }

    .dropdown-check-list.visible .anchor[b-kixbhb86yc] {
        color: #0094ff;
    }

    .dropdown-check-list.visible .items[b-kixbhb86yc] {
        display: block;
    }

/* ==========================================================================
   10) FORM GROUP & CUSTOM DROPDOWN
   ========================================================================== */
.form-group[b-kixbhb86yc] {
    margin: 0 0 15px 5px;
}

    .form-group label[b-kixbhb86yc] {
        font-size: 14px;
        color: #333;
    }

    .form-group select[b-kixbhb86yc] {
        width: auto;
        min-width: 100px;
    }

.custom-dropdown[b-kixbhb86yc] {
    padding: 8px;
    font-size: 13px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .custom-dropdown:hover[b-kixbhb86yc] {
        border-color: #999;
        background-color: #e9e9e9;
    }

/* ==========================================================================
   11) BUTTON OVERRIDES
   ========================================================================== */
.btn-sm[b-kixbhb86yc] {
    padding: 0.1rem 0.3rem;
}

.btn-collapse-toggle[b-kixbhb86yc] {
    background-color: transparent !important;
    border: none !important;
    color: #333 !important;
    padding: 0.25rem 0.5rem;
}
/* _content/Semantic.Portal/Components/Document/ReceiveDocumentModal.razor.rz.scp.css */
.dropzone[b-qwy92fh3ai] {
    border: 3px dashed steelblue;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 1.5rem;
    position: relative;
}

    .dropzone:hover[b-qwy92fh3ai] {
        background-color: #f3f3f3;
        color: #333;
    }

    .dropzone input[type=file][b-qwy92fh3ai] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropzone-drag[b-qwy92fh3ai] {
    background-color: lightblue;
}

.expanded-form[b-qwy92fh3ai] {
    font-family: 'Cairo', sans-serif;
    margin: 1.5rem;
}

.fa[b-qwy92fh3ai] {
    font-size: 11px;
}
/* _content/Semantic.Portal/Components/Document/SendDocumentModal.razor.rz.scp.css */
.dropzone[b-gy2wrwmcot] {
    border: 3px dashed steelblue;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 1.5rem;
    position: relative;
}

    .dropzone:hover[b-gy2wrwmcot] {
        background-color: #f3f3f3;
        color: #333;
    }

    .dropzone input[type=file][b-gy2wrwmcot] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropzone-drag[b-gy2wrwmcot] {
    background-color: lightblue;
}

.expanded-form[b-gy2wrwmcot] {
    font-family: 'Cairo', sans-serif;
    margin: 1.5rem;
}

.fa[b-gy2wrwmcot] {
    font-size: 11px;
}
/* _content/Semantic.Portal/Components/Tenant/CertificateUploadForm.razor.rz.scp.css */
.certificate-info[b-v54vty91qe] {
    background-color: azure;
    border: 2px solid green;
    width: 70%;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: relative;
}

.delete-btn[b-v54vty91qe] {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 15px;
    cursor: pointer;
}

.certificate-info h3[b-v54vty91qe] {
    color: #2c3e50;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.certificate-info ul[b-v54vty91qe] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.certificate-info li[b-v54vty91qe] {
    margin-bottom: 10px;
    font-size: 14px;
}

    .certificate-info li span[b-v54vty91qe] {
        font-weight: bold;
        color: #34495e;
        margin-right: 5px;
    }
/* _content/Semantic.Portal/Components/Tenant/PublicProvidersList.razor.rz.scp.css */
.providers[b-26uknepyag] {
    display: flex;
    overflow-x: auto;
    max-height: 320px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    padding: 0.5rem;
    gap: 0.5rem;
}

.provider[b-26uknepyag] {
    flex: 1 0 calc(50% - 1rem);
    margin: 1rem;
    min-width: 200px;
    min-height: 120px;
    max-width: 200px;
    max-height: 120px;
    border: 1px solid #05727a;
    border-radius: 0.5rem;
    transition: transform 0.2s ease-in-out;
    background-color: #f9f9f9;
}

.provider:hover[b-26uknepyag] {
    transform: scale(1.15);
}

.provider-name[b-26uknepyag] {
    color: #05727a;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.provider-details[b-26uknepyag] {
    color: #05727a;
    padding: 1rem 0.5rem; /* More padding */
    text-align: center;
}

.provider-link[b-26uknepyag] {
    text-decoration: none; /* Remove text underline */
    color: inherit; /* Inherit the color from the parent */
}

.provider img[b-26uknepyag] {
    height: auto; /* Maintain the aspect ratio */
    display: block; /* Remove any extra spacing below the image */
    margin: 0 auto; /* Center the image horizontally within the container */
}

.search-container input[b-26uknepyag] {
    width: 85%; /* Set the width to fill the container */
    padding: 0.5rem; /* Add some padding inside the search box */
    margin-bottom: 1rem; /* Add some space below the search box */
    border: 1px solid #ccc; /* Add a border to the search box */
    border-radius: 0.25rem; /* Round the corners of the search box */
}

.no-providers p[b-26uknepyag] {
    text-align: center;
    color: #666;
    margin-top: 1rem;
}

/* Existing styles for .provider-link to remove text underline */
.provider-link[b-26uknepyag] {
    text-decoration: none; /* Ensure text is never underlined */
    color: inherit; /* Inherit the color from the parent */
}

/* Additional styles to prevent text underline on hover */
.provider-link:hover[b-26uknepyag], .provider-link:focus[b-26uknepyag], .provider-name:hover[b-26uknepyag], .provider-name:focus[b-26uknepyag] {
    text-decoration: none; /* Prevent text underline on hover/focus */
}

.provider:hover .provider-name[b-26uknepyag] {
    text-decoration: none; /* Ensure the provider name is not underlined on hover */
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .provider[b-26uknepyag] {
        flex: 1 0 100%;
    }
}
/* _content/Semantic.Portal/Components/Tenant/TenantKeys.razor.rz.scp.css */
.tenant-keys-container[b-9wuc17crsa] {
    margin: 20px;
}

.api-key-display[b-9wuc17crsa] {
    display: flex;
    align-items: start;
}

.copy-button[b-9wuc17crsa] {
    display: flex;
    align-items: end;
    cursor: pointer;
    transition: transform 0.35s;
}

    .copy-button:hover[b-9wuc17crsa] {
        color: #05727a;
        transform: scale(1.05); 
    }
/* _content/Semantic.Portal/Components/Wizard/Wizard.razor.rz.scp.css */
.step[b-ilarpuzy5j] {
    background-color: #f9f9f9;
}

.act[b-ilarpuzy5j] {
    background-color: #c3f7db;
}

.ina[b-ilarpuzy5j] {
    background-color: #ffb3b3;
}
/* _content/Semantic.Portal/Pages/Account/AccountSettings.razor.rz.scp.css */
.container.account-settings[b-68u232h00d] {
    max-width: 500px;
}

.card[b-68u232h00d] {
    border-radius: 0.75rem; 
    border: none; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}

.card-title[b-68u232h00d] {
    color: #007bff;
    font-weight: 600;
}

.form-label[b-68u232h00d] {
    font-weight: 600;
    color: #333;
}

.form-control[b-68u232h00d], .form-select[b-68u232h00d] {
    border-radius: 0.5rem; 
    border: 1px solid #ced4da; 
}

.input-group .form-select[b-68u232h00d], .input-group .form-control[b-68u232h00d] {
    border-radius: 0.5rem 0 0 0.5rem; 
}

.input-group .btn[b-68u232h00d] {
    border-radius: 0 0.5rem 0.5rem 0;
}
/* _content/Semantic.Portal/Pages/Account/BecomeProvider.razor.rz.scp.css */
.form-group[b-7ofoyyjzx5] {
    width: 450px;
    border: 1px solid #05727a;
    padding: 15px;
}
    .form-group p[b-7ofoyyjzx5] {
        font-size: 20px;
    }

.form-control[b-7ofoyyjzx5] {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.btn-primary[b-7ofoyyjzx5] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-sc-primary[b-7ofoyyjzx5] {
    color: #fff;
    background-color: #05727a;
    border-color: #05727a;
}

.cropper-container[b-7ofoyyjzx5] {
    width: 100%;
    overflow: hidden; 
    margin-top: 20px; 
}

.cropped-img-container[b-7ofoyyjzx5] {
    width: 240px;
    height: 80px;
}

.big-img[b-7ofoyyjzx5] {
    max-height: 400px;
    max-width: 100%;
}

.img-container[b-7ofoyyjzx5] {
    max-height: 400px;
    width: 100%;
}

.checkbox-container[b-7ofoyyjzx5] {
    display: flex;
    flex-direction: column; /* Stack children vertically */
    align-items: center; /* Center children horizontally */
    justify-content: center; /* Center children vertically if the container has a specific height */
}

.form-check-input[b-7ofoyyjzx5] {
    transform: scale(1.5); /* Adjust the size as needed */
    margin: 5px; /* Spacing around the checkbox */
    cursor: pointer; /* Indicate that the element is clickable */
}

/* _content/Semantic.Portal/Pages/Company/AddCompany.razor.rz.scp.css */
.myDiv[b-ilntbvhvv4] {
    min-width: 800px;
    border: 1.5px outset black;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.tables[b-ilntbvhvv4] {
    width: 100%;
    border-spacing: 0;
}

    .tables th[b-ilntbvhvv4],
    .tables td[b-ilntbvhvv4] {
        padding: 10px;
        text-align: left;
        border-bottom: 1.5px solid #ddd;
    }

    .tables th[b-ilntbvhvv4] {
        background-color: #f2f2f2;
    }

    .tables tr:not(.expanded-form):hover[b-ilntbvhvv4] {
        background-color: #E3F7F5;
    }
/* _content/Semantic.Portal/Pages/Company/Companies.razor.rz.scp.css */
.table-header[b-t6mnegczjn] {
    min-width: 80px;
    text-align: left;
}

.tables[b-t6mnegczjn] {
    width: 100%;
    margin-bottom: 30px;
}

    .tables tr:not(.expanded-form):hover[b-t6mnegczjn] {
        background-color: #E3F7F5;
    }

tr:nth-child(odd)[b-t6mnegczjn] {
    background-color: #f2f2f2;
}

.btn-link[b-t6mnegczjn] {
    color: #333333 !important;
}

.glyphicon[b-t6mnegczjn] {
    font-size: 13px;
}

.table-container[b-t6mnegczjn] {
    max-width: 100%;
    overflow-x: auto; 
    margin: auto; 
}
/* _content/Semantic.Portal/Pages/Company/Details.razor.rz.scp.css */
.myDiv[b-mu5vh6wkz1] {
    border: 1px outset black;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}
/* _content/Semantic.Portal/Pages/Company/Documents.razor.rz.scp.css */
.table-header[b-jrpxkq4bt3] {
    min-width: 80px;
    text-align: left;
}

.tables[b-jrpxkq4bt3] {
    width: 100%;
    margin-bottom: 30px;
}

    .tables tr:not(.expanded-form):hover[b-jrpxkq4bt3] {
        background-color: #E3F7F5;
    }

tr:nth-child(odd)[b-jrpxkq4bt3] {
    background-color: #f2f2f2;
}

.btn-link[b-jrpxkq4bt3] {
    color: #333333 !important;
}

.glyphicon[b-jrpxkq4bt3] {
    font-size: 13px;
}
/* _content/Semantic.Portal/Pages/Company/Endpoints.razor.rz.scp.css */
.endpoint-list[b-kpumk94q0o] {
    border-radius: 5px;
    max-width: inherit; 
    overflow-x: auto;
}

.centered-content[b-kpumk94q0o] {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tables[b-kpumk94q0o] {
    width: 100%;
    border-spacing: 0;
}

    .tables th[b-kpumk94q0o],
    .tables td[b-kpumk94q0o] {
        padding: 10px;
        text-align: left;
        border-bottom: 1.5px solid #ddd;
    }

    .tables th[b-kpumk94q0o] {
        background-color: #f2f2f2;
    }

    .tables tr:not(.expanded-form):hover[b-kpumk94q0o] {
        background-color: #E3F7F5;
    }

.endpoint-info[b-kpumk94q0o] {
    padding: 1.5rem 0;
    text-align: center;
}

.endpoint-type[b-kpumk94q0o] {
    color: #05727a;
    font-size: 1.5rem;
    font-weight: bold;
}

.endpoint-id[b-kpumk94q0o] {
    color: #05727a;
    padding: 1rem 0.5rem;
}

.oi-trash[b-kpumk94q0o] {
    font-size: 15px;
    color: #05727a;
}

@media (max-width: 768px) {
    .endpoint[b-kpumk94q0o] {
        flex: 1 0 100%;
    }
}

select[b-kpumk94q0o] {
    padding: 0.5em;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
}

option:hover[b-kpumk94q0o] {
    background-color: #E3F7F5;
}

/* Tooltip Styling */
.tooltip-enabled[b-kpumk94q0o] {
    position: relative;
    cursor: not-allowed;
    display: inline-block; /* Ensures the wrapper fits the content */
}
    .tooltip-enabled[disabled][b-kpumk94q0o]::after {
        content: attr(title);
        position: absolute;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 10;
    }

    .tooltip-enabled[disabled]:hover[b-kpumk94q0o]::after {
        opacity: 1;
    }
/* _content/Semantic.Portal/Pages/Company/Invitations.razor.rz.scp.css */
.invitation-list[b-gw76m0xd3c] {
    border-radius: 5px;
    padding: 10px;
    margin: 20px;
    margin-top: 20px;
}

.tables[b-gw76m0xd3c] {
    width: 100%;
    border-spacing: 0;
}

    .tables th[b-gw76m0xd3c],
    .tables td[b-gw76m0xd3c] {
        padding: 10px;
        text-align: left;
        border-bottom: 1.5px solid #ddd;
    }

    .tables th[b-gw76m0xd3c] {
        background-color: #f2f2f2;
    }

    .tables tr:not(.expanded-form):hover[b-gw76m0xd3c] {
        background-color: #E3F7F5;
    }

.invitation-info[b-gw76m0xd3c] {
    padding: 1.5rem 0;
    text-align: center;
}

.invitation-type[b-gw76m0xd3c] {
    color: #05727a;
    font-size: 1.5rem;
    font-weight: bold;
}

.invitation-id[b-gw76m0xd3c] {
    color: #05727a;
    padding: 1rem 0.5rem;
}

.fa[b-gw76m0xd3c] {
    font-size: 15px;
    color: #f9f9f9;
}

@media (max-width: 768px) {
    .invitation[b-gw76m0xd3c] {
        flex: 1 0 100%;
    }
}

select[b-gw76m0xd3c] {
    padding: 0.5em;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
}

    select:hover[b-gw76m0xd3c] {
        background-color: #e9e9e9;
    }
/* _content/Semantic.Portal/Pages/Company/Logs.razor.rz.scp.css */
.log-list[b-i3nklfx1r3] {
    margin-top: 5px;
    border-radius: 3px;
    font-size: 0.90rem;
}

.tables[b-i3nklfx1r3] {
    width: 100%;
    border-spacing: 0;
}

    .tables th[b-i3nklfx1r3],
    .tables td[b-i3nklfx1r3] {
        padding: 5px;
        text-align: left;
        border-bottom: 1.5px solid #ddd;
    }

    .tables th[b-i3nklfx1r3] {
        background-color: #f2f2f2;
    }

    .tables tr:not(.expanded-form):hover[b-i3nklfx1r3] {
        background-color: #E3F7F5;
    }


.btn-link[b-i3nklfx1r3] {
    color: #333333 !important;
}

.log-error[b-i3nklfx1r3] {
    color: red;
    cursor: pointer;
}

.log-normal[b-i3nklfx1r3] {
    color: #333;
}
/* _content/Semantic.Portal/Pages/Home.razor.rz.scp.css */
.table-header[b-9z0e96fl74] {
    min-width: 80px;
    text-align: left;
}

.tables[b-9z0e96fl74] {
    width: 100%;
    margin-bottom: 30px;
    font-size: 25;
}

    .tables tr:not(.expanded-form):hover[b-9z0e96fl74] {
        background-color: #E3F7F5;
    }

tr:nth-child(odd)[b-9z0e96fl74] {
    background-color: #f2f2f2;
}

.btn-link[b-9z0e96fl74] {
    color: #333333 !important;
}

.flex-parent[b-9z0e96fl74] {
    display: flex;
}

.jc-center[b-9z0e96fl74] {
    justify-content: center;
}

.glyphicon[b-9z0e96fl74] {
    font-size: 13px;
}

.dashboard-container[b-9z0e96fl74] {
    display: flex;
    max-width: 1500px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.dashboard-consumption[b-9z0e96fl74] {
    font-size: 14px;
    flex: 2;
    min-width: 30px;
    width: auto;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.dashboard-logs[b-9z0e96fl74] {
    flex: 2;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    max-height: 400px;
    overflow: scroll;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.dashboard-feature[b-9z0e96fl74] {
    padding: 20px;
    background-color: #f0f2f5;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.feature-title[b-9z0e96fl74] {
    font-size: 2rem;
    text-align: center;
}

.sandbox-dashboard-container[b-9z0e96fl74] {
    display: flex;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px;
    align-items: flex-start;
}

.card[b-9z0e96fl74] {
    position: relative;
}

.card-img-top[b-9z0e96fl74] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 30%;
    height: auto;
}

.fa[b-9z0e96fl74]{
    font-size: 4.5rem;
    color: #05727a;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .dashboard-container[b-9z0e96fl74] {
        flex-direction: column;
    }

    .dashboard-logs[b-9z0e96fl74], .dashboard-consumption[b-9z0e96fl74] {
        min-width: 100%;
    }
}
/* _content/Semantic.Portal/Pages/Integration/Integration.razor.rz.scp.css */
.tab-content[b-q13rf3kctg] {
    max-height: 300px;
    overflow-y: auto; 
    padding: 10px;
}
/* _content/Semantic.Portal/Pages/Registrations/Registrations.razor.rz.scp.css */
.registrations-container[b-b4gm21a4mw] {
    display: flex;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px;
    align-items: flex-start;
}

.card[b-b4gm21a4mw] {
    position: relative;
}

    .card.completed[b-b4gm21a4mw] {
        border: 2px solid green;
        background-color: azure;
        opacity: 0.8;
    }
    .card.inDevelopment[b-b4gm21a4mw] {
        background-color: azure;
        opacity: 0.6;
    }

    .badge[b-b4gm21a4mw] {
        position: absolute;
        top: 10px;
        right: 10px;
    }

.card:hover[b-b4gm21a4mw] {
    background-color: azure;
}

.card-img-top[b-b4gm21a4mw] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 50%;
    height: auto;
}
/* _content/Semantic.Portal/Pages/Start.razor.rz.scp.css */
.container[b-7yo756m9m2] {
    padding-top: 80px;
}

.btn[b-7yo756m9m2] {
    padding: 6px 50px;
    margin: 0 auto;
    display: block;
}

.or-text[b-7yo756m9m2] {
    margin-top: 238px;
    font-size: 36px;
    text-align: center;
}

.align-content-lg-center[b-7yo756m9m2] {
    text-align: center;
    margin: 0 auto;
}

.public-providers-list-container[b-7yo756m9m2] {
    display: flex;
    overflow-x: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .or-text[b-7yo756m9m2] {
        margin-top: 50px;
    }
}
/* _content/Semantic.Portal/Shared/ConfirmDialog.razor.rz.scp.css */
.modal-content[b-zp6zbec87m] {
    width: 100%;
    height: 100%; 
    display: contents; 
    flex-direction: column; 
    justify-content: space-between; 
}

.modal-header[b-zp6zbec87m] {
    padding: 20px; 
    text-align: center; 
}

.modal-title[b-zp6zbec87m] {
    font-weight: bold; 
}

.modal-body[b-zp6zbec87m] {
    align-items: center;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
}

.modal-image[b-zp6zbec87m] {
    max-height: 70px; 
    margin-top: 20px;
}

.modal-footer[b-zp6zbec87m] {
    text-align: center; 
    align-items: center; 
    display: flex;
    justify-content: center; 
}
/* _content/Semantic.Portal/Shared/LoadingAnimation.razor.rz.scp.css */
.loading-container[b-r9ro80etey] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-container[b-r9ro80etey] {
    position: fixed;
    top: 60px;
    left: 250px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/Semantic.Portal/Shared/MainLayout.razor.rz.scp.css */
.semantic-logo[b-5zwp3130jk] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-selection[b-5zwp3130jk] {
    position: relative;
    display: inline-block;
    width: 200px;
    margin: 10px;
}

.dropdown[b-5zwp3130jk] {
    position: relative;
    display: inline-block;
}

.dropdown-menu[b-5zwp3130jk] {
    max-height: 600px;
    overflow-y: auto;
}

.dropdown-content[b-5zwp3130jk] {
    display: block;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 4px;
    overflow: hidden;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: left;
    margin-top: 5px;
}

    .dropdown-content a[b-5zwp3130jk] {
        color: #011827;
        padding: 12px 16px;
        display: block;
        text-decoration: none;
        font-size: 14px;
        white-space: nowrap;
    }

        .dropdown-content a:hover[b-5zwp3130jk] {
            background-color: lightgray;
            color: #011827;
        }

.dropdown-toggle[b-5zwp3130jk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    font-size: 13px;
}

    .dropdown-toggle[b-5zwp3130jk]::after {
        content: none !important;
    }

    .dropdown-toggle span[b-5zwp3130jk] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .dropdown-toggle:focus[b-5zwp3130jk] {
        outline: none;
    }

.footerLogo[b-5zwp3130jk] {
    position: absolute;
    bottom: 0;
    margin: auto auto 20px auto;
}

.oi[b-5zwp3130jk] {
    font-size: 15px;
}

select[b-5zwp3130jk] {
    padding: 0.5em;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
}
..right-items[b-5zwp3130jk] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px; /* Ensures consistent spacing */
    font-size: 14px;
}

.right-items .dropdown[b-5zwp3130jk] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px; /* Set a minimum width for uniformity */
}

    .right-items .dropdown .dropdown-toggle[b-5zwp3130jk] {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px; /* Uniform width for dropdowns */
        text-align: center;
    }

    .right-items .dropdown .dropdown-content[b-5zwp3130jk] {
        width: 180px; /* Ensure dropdown menus have equal width */
        left: 50%;
        transform: translateX(-50%);
    }

.right-items hr[b-5zwp3130jk] {
    height: 24px;
    margin: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5); /* Vertical separator */
}

.right-items .form-check[b-5zwp3130jk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.admin-mode-text[b-5zwp3130jk] {
    color: #f9f9f9;
    font-size: 13px;
    text-align: center;
}

.form-check-input.custom-switch[b-5zwp3130jk] {
    width: 45px;
    height: 22px;
}

.right-items .fa-circle-user[b-5zwp3130jk],
.right-items .fa-circle-info[b-5zwp3130jk] {
    font-size: 1.8rem; /* Ensure icons are of equal size */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}

.right-items .dropdown-toggle span[b-5zwp3130jk] {
    margin-bottom: 0;
}


.form-check-input.custom-switch[b-5zwp3130jk] {
    width: 49px;
    height: 22px;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    outline: none;
    box-shadow: none;
}

    .form-check-input.custom-switch:checked[b-5zwp3130jk] {
        background-color: rgba(4, 191, 173, 0.4);
        border-color: rgba(4, 191, 173, 0.4);
        outline: none;
        box-shadow: none;
    }
/* _content/Semantic.Portal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k90jpq2f9w] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-k90jpq2f9w] {
    font-size: 1.1rem;
}

.logo-container[b-k90jpq2f9w] {
    position: inherit;
}
    .logo-container-tenant img[b-k90jpq2f9w] {
        transition: filter 0.2s ease-in-out;
    }

    .logo-container-tenant:hover img[b-k90jpq2f9w] {
        filter: brightness(50%);
    }

.logoTopLeft[b-k90jpq2f9w],
.logoBottomLeft[b-k90jpq2f9w],
.logoCenter[b-k90jpq2f9w] {
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
}

.logoTopLeft[b-k90jpq2f9w] {
    top: 0;
    left: 0;
    max-width: 250px;
    max-height: 100px;
    height: auto;
    width: auto;
    display: block;
    position: absolute;
}

.navbar-toggler[b-k90jpq2f9w] {
    display: none;
}

.logoBottomLeft[b-k90jpq2f9w] {
    bottom: 0;
    left: 0;
}

.logoCenter[b-k90jpq2f9w] {
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.fa[b-k90jpq2f9w] {
    width: 2rem;
    font-size: 1.25rem;
    vertical-align: text-top;
}

.company-list-container[b-k90jpq2f9w] {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-container[b-k90jpq2f9w] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.nav-item[b-k90jpq2f9w] {
    font-size: 1.1rem;
    padding-bottom: 1rem;
}

    .nav-item[b-k90jpq2f9w]  a {
        color: #f9f9f9;
        border-radius: 4px;
        height: 3.5rem;
        display: flex;
        align-items: center;
        line-height: 3.5rem;
    }

        .nav-item[b-k90jpq2f9w]  a.active {
            background-color: rgba(1, 24, 39, 0.25);
            color: #0af1da;
        }
        .nav-item[b-k90jpq2f9w]  a.active:hover {
            background-color: rgba(1, 24, 39, 0.25);
            cursor: default;
            color: #0af1da;
        }

        .nav-item[b-k90jpq2f9w]  a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: #f9f9f9;
        }

.nav-sub-item[b-k90jpq2f9w] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

    .nav-sub-item:first-of-type[b-k90jpq2f9w] {
        padding-top: 0.5rem;
    }

    .nav-sub-item:last-of-type[b-k90jpq2f9w] {
        padding-bottom: 1rem;
    }

    .nav-sub-item[b-k90jpq2f9w]  a {
        color: #f9f9f9;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-sub-item[b-k90jpq2f9w]  a.active {
            background-color: rgba(1, 24, 39, 0.25);
            color: #0af1da;
        }

        .nav-sub-item[b-k90jpq2f9w]  a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: #0af1da;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-k90jpq2f9w] {
        display: none;
    }

    .collapse[b-k90jpq2f9w] {
        display: block;
    }

    .collapse-companies[b-k90jpq2f9w] {
        display: none;
    }
}

/* Style for the offcanvas */
.offcanvas[b-k90jpq2f9w] {
    background-color: #011827;
    color: #f9f9f9;
    padding: 1rem;
    display: flex;
    max-width: 17.93rem;
    transition: transform 0.3s ease-in-out;
}

.offcanvas-header[b-k90jpq2f9w] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-title[b-k90jpq2f9w] {
    color: #0af1da;
}

.offcanvas-body[b-k90jpq2f9w] {
    padding-top: 1rem;
}

/* Dropdown styles */
.dropdown-menu[b-k90jpq2f9w] {
    background-color: #1a1a1a;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.dropdown-item[b-k90jpq2f9w] {
    color: #f9f9f9;
    transition: background-color 0.3s, color 0.3s;
}

    .dropdown-item:hover[b-k90jpq2f9w] {
        background-color: rgba(255, 255, 255, 0.1);
        color: #0af1da;
    }

/* Media query for larger screens */
@media (min-width: 641px) {
    .offcanvas[b-k90jpq2f9w] {
        width: 400px;
    }
}

/* Media query for smaller screens */
@media (max-width: 640px) {
    .offcanvas[b-k90jpq2f9w] {
        max-width: 100%;
        width: 100%;
    }
}
