/* /Pages/Commands/Converters/ConvertAcceptanceCriteriaToGherkinStyle.razor.rz.scp.css */
.page-container[b-2xuc6x8lbw] {
    padding: 20px;
    font-family: Arial, sans-serif;
}

.input-container[b-2xuc6x8lbw], .workitem-container[b-2xuc6x8lbw] {
    margin-bottom: 20px;
}

.text-area[b-2xuc6x8lbw], .response-text-area[b-2xuc6x8lbw], .workitem-text-area[b-2xuc6x8lbw] {
    width: 100%;
    height: 200px; 
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

.submit-btn[b-2xuc6x8lbw] {
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

    .submit-btn:hover[b-2xuc6x8lbw] {
        background-color: #0056b3;
    }

.popup-overlay[b-2xuc6x8lbw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-content[b-2xuc6x8lbw] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn[b-2xuc6x8lbw] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

    .close-btn:hover[b-2xuc6x8lbw] {
        background-color: #0056b3;
    }
/* /Pages/Commands/Converters/ConvertTestcaseToHtml.razor.rz.scp.css */
.status-message[b-9f99c2t8rc] {
    color: red;
    background-color: #ffe6e6;
    padding: 15px;
    border: 1px solid red;
    margin-bottom: 20px;
    border-radius: 5px;
}

.input-group label[b-9f99c2t8rc], .input-group input[b-9f99c2t8rc], .input-group button[b-9f99c2t8rc] {
    display: inline-block;
    margin: 5px 10px;
}

input[type="text"][b-9f99c2t8rc] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button[b-9f99c2t8rc] {
    padding: 10px 20px;
    background-color: #007bff;
    margin-bottom: 50px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

    button:hover[b-9f99c2t8rc] {
        background-color: #0056b3;
    }

    button.remove-btn[b-9f99c2t8rc] {
        padding: 6px 12px;
        background-color: #dc3545;
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 4px;
    }

        button.remove-btn:hover[b-9f99c2t8rc] {
            background-color: #c82333;
        }

ul[b-9f99c2t8rc] {
    list-style-type: none;
    padding: 0;
    margin: 50px 0;
}

li[b-9f99c2t8rc] {
    margin-top: 50px;
    padding: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 5px;
    border-radius: 4px;
}

    li:last-child[b-9f99c2t8rc] {
        border-bottom: none;
    }

select[b-9f99c2t8rc] {
    padding: 20px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 4px;
    margin-top: 50px;
}

.popup-overlay[b-9f99c2t8rc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-content[b-9f99c2t8rc] {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 340px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.close-btn[b-9f99c2t8rc] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 24px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 18px;
}

    .close-btn:hover[b-9f99c2t8rc] {
        background-color: #0056b3;
    }
/* /Pages/Commands/WikiContent/WikiContentGenerationPage.razor.rz.scp.css */
:host[b-bn0xds87g9] {
    display: block;
    max-width: 1200px;
    margin: 24px auto;
    padding: 0 16px;
    color: #1f2937;
    font-family: Arial, sans-serif;
    background-color: #f5f6f8;
    box-sizing: border-box;
}

.page-container[b-bn0xds87g9] {
    max-width: 1200px;
    margin: 24px auto;
    padding: 0 16px;
}

h3[b-bn0xds87g9] {
    color: #111827;
    margin: 8px 0 20px 0;
    font-size: 22px;
    font-weight: 600;
}

.section[b-bn0xds87g9] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.section-title[b-bn0xds87g9] {
    margin: 0 0 12px 0;
    font-weight: 600;
    color: #374151;
    font-size: 16px;
}

label[b-bn0xds87g9] {
    display: inline-block;
    margin: 6px 0 4px 0;
    color: #374151;
    font-size: 13px;
}

input[type="text"][b-bn0xds87g9], input[type="number"][b-bn0xds87g9], select[b-bn0xds87g9], textarea[b-bn0xds87g9] {
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    max-width: 720px;
    box-sizing: border-box;
    margin: 6px 0 12px 0;
    background: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    input[type="text"]:focus[b-bn0xds87g9],
    input[type="number"]:focus[b-bn0xds87g9],
    select:focus[b-bn0xds87g9],
    textarea:focus[b-bn0xds87g9] {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
    }

textarea[b-bn0xds87g9] {
    resize: vertical;
}

p[b-bn0xds87g9] {
    margin: 18px 0 10px 0;
    color: #374151;
    font-weight: 600;
}

button[b-bn0xds87g9] {
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    margin: 4px 0 8px 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    width: auto;
    transition: background-color 0.2s, transform 0.1s;
}

    button:hover[b-bn0xds87g9] {
        background-color: #1d4ed8;
    }

    button:active[b-bn0xds87g9] {
        transform: scale(0.97);
    }

    button:disabled[b-bn0xds87g9] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.stack[b-bn0xds87g9] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.row[b-bn0xds87g9] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.columns[b-bn0xds87g9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin-top: 10px;
}

.column[b-bn0xds87g9] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.preview-box[b-bn0xds87g9] {
    border: 1px solid #e5e7eb;
    padding: 14px;
    background-color: #ffffff;
    min-height: 200px;
    overflow: auto;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.editor-area[b-bn0xds87g9] {
    width: 100% !important;
    margin-top: 6px;
    box-sizing: border-box;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
}

div[style*="position:fixed"][b-bn0xds87g9] {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.overlay[b-bn0xds87g9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.overlay-box[b-bn0xds87g9] {
    position: relative;
    background: #fff;
    padding: 100px 80px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    max-width: 400px;
}

.overlay-close[b-bn0xds87g9] {
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #374151;
    transition: color 0.2s;
}

    .overlay-close:hover[b-bn0xds87g9] {
        color: #ef4444;
    }

.pager[b-bn0xds87g9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

.form-grid[b-bn0xds87g9] {
    display: grid;
    grid-template-columns: 180px 1fr; 
    gap: 12px 16px; 
    align-items: center;
    margin: 10px 0;
}

    .form-grid label[b-bn0xds87g9] {
        margin: 0;
        font-weight: 500;
        color: #374151;
        font-size: 14px;
        text-align: right; 
    }

    .form-grid select[b-bn0xds87g9],
    .form-grid input[b-bn0xds87g9] {
        max-width: 200px;
    }


@media (max-width: 960px) {
    :host[b-bn0xds87g9] {
        padding: 0 12px;
    }
}

input[type="number"][min="0"][max="2"][b-bn0xds87g9],
input[type="number"][min="-2"][max="2"][b-bn0xds87g9],
input[type="number"][min="1"][max="20"][b-bn0xds87g9] {
    max-width: 120px;
}

select[b-bn0xds87g9] {
    min-height: 40px;
}

.hint[b-bn0xds87g9] {
    margin: 4px 0 12px 0;
    font-size: 13px;
    color: #6b7280; 
    line-height: 1.4;
}

    .hint code[b-bn0xds87g9] {
        background: #f3f4f6;
        padding: 2px 6px;
        border-radius: 4px;
        font-family: monospace;
        font-size: 12px;
    }
/* /Pages/Commands/WorkItems/CopyTestcases.razor.rz.scp.css */
.main-page[b-07hl94zyup] {
    font-family: 'Arial', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h3[b-07hl94zyup] {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h2[b-07hl94zyup] {
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}

.layout-container[b-07hl94zyup] {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 20px;
}

.workitem-inputs[b-07hl94zyup],
.selected-tags[b-07hl94zyup],
.workitem-window[b-07hl94zyup],
.selected-workitems[b-07hl94zyup],
.copy-workitem-section[b-07hl94zyup] {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h4[b-07hl94zyup] {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.tags-container[b-07hl94zyup] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag[b-07hl94zyup] {
    background-color: #4caf50;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s;
}

    .tag:hover[b-07hl94zyup] {
        background-color: #45a049;
    }

.remove-tag[b-07hl94zyup] {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

    .remove-tag:hover[b-07hl94zyup] {
        color: #f44336;
    }

.workitem-window[b-07hl94zyup],
.selected-workitems[b-07hl94zyup] {
    background-color: #282c34;
    color: #fff;
}

.workitems-list[b-07hl94zyup] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.workitem[b-07hl94zyup] {
    background-color: #333;
    padding: 15px;
    border-radius: 8px;
    width: calc(50% - 10px);
    text-align: center;
    transition: background-color 0.3s;
}

    .workitem:hover[b-07hl94zyup] {
        background-color: #444;
    }

    .workitem h5[b-07hl94zyup] {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .workitem p[b-07hl94zyup] {
        font-size: 14px;
        margin-bottom: 10px;
    }

.select-button[b-07hl94zyup],
.copy-button[b-07hl94zyup] {
    background-color: #61dafb;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .select-button:hover[b-07hl94zyup],
    .copy-button:hover[b-07hl94zyup] {
        background-color: #50b6d8;
    }

.search-testcase[b-07hl94zyup] {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.search-container[b-07hl94zyup],
.copy-container[b-07hl94zyup] {
    display: flex;
    gap: 10px;
}

#testcaseNameInput[b-07hl94zyup],
input[type="text"][b-07hl94zyup] {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-button[b-07hl94zyup] {
    background-color: #61dafb;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .search-button:hover[b-07hl94zyup] {
        background-color: #50b6d8;
    }

.popup-overlay[b-07hl94zyup] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; 
}

.popup-content[b-07hl94zyup] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn[b-07hl94zyup] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

    .close-btn:hover[b-07hl94zyup] {
        background-color: #0056b3;
    }
/* /Pages/Commands/WorkItems/CopyTestScenarioTemplates.razor.rz.scp.css */
.main-page[b-bxfkrveqb2] {
    font-family: 'Arial', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h3[b-bxfkrveqb2] {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h2[b-bxfkrveqb2] {
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}

.selection-section[b-bxfkrveqb2],
.child-testcases-section[b-bxfkrveqb2],
.copy-action-section[b-bxfkrveqb2] {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

h4[b-bxfkrveqb2] {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.dropdown[b-bxfkrveqb2] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 16px;
}

.testcase-list[b-bxfkrveqb2] {
    list-style-type: none;
    padding-left: 0;
}

    .testcase-list li[b-bxfkrveqb2] {
        background-color: #f4f4f4;
        padding: 10px;
        margin-bottom: 5px;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.testcase-title[b-bxfkrveqb2] {
    flex-grow: 1;
    margin-right: 10px;
}

.delete-btn[b-bxfkrveqb2] {
    background-color: #f44336;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

    .delete-btn:hover[b-bxfkrveqb2] {
        background-color: #d32f2f;
    }

.input-field[b-bxfkrveqb2] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 16px;
}

.btn-primary[b-bxfkrveqb2] {
    background-color: #61dafb;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

    .btn-primary:hover[b-bxfkrveqb2] {
        background-color: #50b6d8;
    }

.popup-overlay[b-bxfkrveqb2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-content[b-bxfkrveqb2] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn[b-bxfkrveqb2] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

    .close-btn:hover[b-bxfkrveqb2] {
        background-color: #0056b3;
    }

@media (min-width: 768px) {
    .selection-section[b-bxfkrveqb2],
    .child-testcases-section[b-bxfkrveqb2],
    .copy-action-section[b-bxfkrveqb2] {
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }

    .selection-section[b-bxfkrveqb2] {
        margin-right: 4%;
    }
}

@media (max-width: 768px) {
    .selection-section[b-bxfkrveqb2],
    .child-testcases-section[b-bxfkrveqb2],
    .copy-action-section[b-bxfkrveqb2] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .testcase-list li[b-bxfkrveqb2] {
        flex-direction: column;
        align-items: flex-start;
    }

    .delete-btn[b-bxfkrveqb2] {
        margin-left: 0;
        margin-top: 10px;
    }
}

/* /Pages/Package Loader/PackageLoader.razor.rz.scp.css */
.TableModuleRow[b-62emvc2vas] {
    font-weight: bold;
    font-size: large;
    background-color:goldenrod
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-r6sffbe0d0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r6sffbe0d0] {
    flex: 1;
}

.sidebar[b-r6sffbe0d0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r6sffbe0d0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r6sffbe0d0]  a, .top-row[b-r6sffbe0d0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r6sffbe0d0]  a:hover, .top-row[b-r6sffbe0d0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r6sffbe0d0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-r6sffbe0d0] {
        display: none;
    }

    .top-row.auth[b-r6sffbe0d0] {
        justify-content: space-between;
    }

    .top-row[b-r6sffbe0d0]  a, .top-row[b-r6sffbe0d0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r6sffbe0d0] {
        flex-direction: row;
    }

    .sidebar[b-r6sffbe0d0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r6sffbe0d0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r6sffbe0d0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r6sffbe0d0], article[b-r6sffbe0d0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.version[b-r6sffbe0d0] {
    font-size: 0.7em;
    padding-left: 1.5em;
    line-height: 1.4em;
    font-weight: 600;
}

.pill[b-r6sffbe0d0] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.35rem 0.55rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0.25em;
}

.pillVersionUX[b-r6sffbe0d0] {
    background-color: #bbcbed;
    border: 1px solid #AAAAAA;
    box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);
    color: black;
    font-weight: 400;
    cursor: auto;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9yb0qlbftt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9yb0qlbftt] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9yb0qlbftt] {
    font-size: 1.1rem;
}

.oi[b-9yb0qlbftt] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9yb0qlbftt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9yb0qlbftt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9yb0qlbftt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9yb0qlbftt]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9yb0qlbftt]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9yb0qlbftt]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9yb0qlbftt] {
        display: none;
    }

    .collapse[b-9yb0qlbftt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
.scrollContainer[b-9yb0qlbftt] {
    height: 80%;
    overflow-x: hidden;
/*    padding-left: 1.5em;
    padding-right: 1em;*/
}
