/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/AgencyCollectionTable.razor.rz.scp.css */
.tableButton[b-l0y400lfuj] {
    width: 100px;
}

button[b-l0y400lfuj] {

    text-decoration: none;
    line-height: 40px;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    margin: 0 10px 0 0;

    text-transform: uppercase;
    text-shadow: none;
    background: linear-gradient(to bottom, #075fa6 0, #004d8c 100%);
    vertical-align: middle;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    white-space: nowrap;
}

th[b-l0y400lfuj] {
    background-color: #eaecef;
    text-align: center;
}

td[b-l0y400lfuj]{
    vertical-align:middle;
    text-align: center;
}

table[b-l0y400lfuj] {
    margin-bottom: 40px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/AgencyConfigComponent.Razor.rz.scp.css */
.agencyConfigDisplay[b-7j9a0zqfd8] {

    padding: 1%;
    width: 100%
}

.dataLabel[b-7j9a0zqfd8] {
    font-weight: bold;

}

.dataRow[b-7j9a0zqfd8] {
    justify-content: space-between;
    display: flex;
}

.modal[b-7j9a0zqfd8] {
    display: flex;
    top: -5px;
}

.modal-dialog[b-7j9a0zqfd8] {
    min-width: 700px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/ConfigSavedMessageModal.Razor.rz.scp.css */


.modal[b-l3ptajtadv] {
    display: flex;
    top: 60px;
    margin-left: 15%;
    background: rgb(0 0 0 / 50%);
}

.modal-dialog[b-l3ptajtadv] {
    min-width: 200px;
    margin: 20rem 10rem 20rem 40rem;
}

.modal-body[b-l3ptajtadv] {
    display: flex;
    flex-direction: column;
    align-items: center;
 
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/DeploymentHeaderComponent.razor.rz.scp.css */
.deploymentHeader[b-goqdd1zrg2] {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    background-color: #212529;
    width: 87.5%;
    height: 60px;
    border-bottom: 1px solid black;
    z-index: 5;
}

.deploymentNav[b-goqdd1zrg2] {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    color: white;
}


.deploymentNav h1[b-goqdd1zrg2] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    
}

.root i[b-goqdd1zrg2] {
    
    /*padding-right: .4em;*/

}
.root[b-goqdd1zrg2] {
    display: inline-flex;
    justify-content: flex-start;
}
h1[b-goqdd1zrg2] {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}

.homeLink[b-goqdd1zrg2] {
    padding-left: .4em;
    padding-right: .8em;
    padding-bottom: 8px;
    margin-top: 3px;
    margin-bottom: 3px;

}

.deploymentIcon[b-goqdd1zrg2] {
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/EditAgencyDetailsComponent.razor.rz.scp.css */
.agencyForm[b-nxgx5s7skg] {
    display: flex;
}

.dataGroup[b-nxgx5s7skg] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}

.agencyDetails[b-nxgx5s7skg] {

    min-width: 335px;
}

/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/EditAgencyDetailsFormComponent.razor.rz.scp.css */
.agencyForm[b-d3pgnkbkpw] {
    display: flex;
    flex-direction: column;
}

.dataGroup[b-d3pgnkbkpw] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}

.agencyDetails[b-d3pgnkbkpw] {

    min-width: 400px;
}

/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/EditAgencyFormComponent.razor.rz.scp.css */
.agencyForm[b-xz5ypi1xez] {
    display: flex;
    flex-direction: column;
    
}

.agencyConfigOptionsGroup[b-xz5ypi1xez] {
    display: flex;
    flex-direction: row;
}

.dataGroup[b-xz5ypi1xez] {

    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    margin: 0px 10px 10px 0px;
    height: fit-content;
    background-color: white;
}

.formGroup[b-xz5ypi1xez] {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.formGroup-top[b-xz5ypi1xez] {
    display: flex;
    width: 40%;
    min-width: 400px;

}

.formGroup-bottom[b-xz5ypi1xez] {
    display: flex;
    width: 100%;
    min-width: 400px;
}


.form-label[b-xz5ypi1xez] {
    font-weight: bold;
    margin-bottom: 5px;
    width: 200px;
}

.taggingOptions[b-xz5ypi1xez] {
    width: 260px;
}
.searchOptions[b-xz5ypi1xez] {

    
}

.mappingOptions[b-xz5ypi1xez] {
    
}

.searchTimeSpan[b-xz5ypi1xez] {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.timeSpanElement[b-xz5ypi1xez] {
    width: 60px;
}
.btn-group[b-xz5ypi1xez] {
    margin: 20px 0px;

}

.btn[b-xz5ypi1xez] {
    margin-right: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/EditMappingOptionsComponent.razor.rz.scp.css */
.agencyForm[b-ad7nk43vf1] {
    display: flex;
}

.dataGroup[b-ad7nk43vf1] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}


.btn-group[b-ad7nk43vf1] {
    margin: 20px 0px;

}

.btn[b-ad7nk43vf1] {
    margin-right: 10px;
}

.mappingOptions[b-ad7nk43vf1] {
    width: 200px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/EditMappingOptionsFormComponent.razor.rz.scp.css */

.dataGroup[b-1sue7gt3qz] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}


.btn-group[b-1sue7gt3qz] {
    margin: 20px 0px;

}

.btn[b-1sue7gt3qz] {
    margin-right: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/EditSearchOptionsComponent.razor.rz.scp.css */
.agencyForm[b-ac8x4ssp5m] {
    display: flex;
}

.dataGroup[b-ac8x4ssp5m] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}

.agencyDetails[b-ac8x4ssp5m] {

    min-width: 400px;
}

.searchOptions[b-ac8x4ssp5m] {
    width: 250px;
}

.searchTimeSpan[b-ac8x4ssp5m] {
    display: flex;
    justify-content: space-evenly;
    margin: 00px 0px;

}

.timeSpanElement[b-ac8x4ssp5m] {
    width: 70px;
    text-align: center;
    margin: 5px
}

.section[b-ac8x4ssp5m] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.sub-section[b-ac8x4ssp5m] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left-section[b-ac8x4ssp5m] {
    width: 150px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/EditSearchOptionsFormComponent.razor.rz.scp.css */

.dataGroup[b-azdsi7a3xw] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
    width: fit-content;
}

.agencyDetails[b-azdsi7a3xw] {

    min-width: 400px;
}



.searchTimeSpan[b-azdsi7a3xw] {
    display: flex;
    justify-content: space-evenly;

}

.timeSpanElement[b-azdsi7a3xw] {
    width: 80px;
}

.form-control[b-azdsi7a3xw] {
    width: 30px;
}

/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/EditTaggingOptionsComponent.razor.rz.scp.css */
.agencyForm[b-trxowd5zzn] {
    display: flex;
}

.dataGroup[b-trxowd5zzn] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}


.taggingOptions[b-trxowd5zzn] {
    width: 220px;
}

.btn-group[b-trxowd5zzn] {
    margin: 20px 0px;

}

.btn[b-trxowd5zzn] {
    margin-right: 10px;
}

.section[b-trxowd5zzn] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.section-left[b-trxowd5zzn] {
    margin-right: 20px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/EditTaggingOptionsFormComponent.razor.rz.scp.css */

.dataGroup[b-2mqo6oeb4o] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}

}
.btn-group[b-2mqo6oeb4o] {
    margin: 20px 0px;

}

.btn[b-2mqo6oeb4o] {
    margin-right: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/FormSubmitCancelButtons.razor.rz.scp.css */
.btn-group[b-szlhmqqy09] {
    display: flex;
    position: fixed;
    bottom: 60px;
    right: 10px;
}
button[b-szlhmqqy09] {
    margin-right: 10px;
    width: 100px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/NewAgencyFormComponent.razor.rz.scp.css */
.agencyForm[b-6ggsel1yy7] {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    margin-bottom:60px;
}

.agencyDataGroups[b-6ggsel1yy7] {
    display: flex;
}

.dataGroup[b-6ggsel1yy7] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 10px 10px 0px;
    height: fit-content;
    background-color: white;
}
.agencyDetails[b-6ggsel1yy7] {
    min-width: 355px;
}


.searchOptions[b-6ggsel1yy7] {

    
}

.mappingOptions[b-6ggsel1yy7] {
    
}

.searchTimeSpan[b-6ggsel1yy7] {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.timeSpanElement[b-6ggsel1yy7] {
    width: 60px;
}
.btn-group[b-6ggsel1yy7] {
    margin: 20px 0px;

}

.btn[b-6ggsel1yy7] {
    margin-right: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/Components/ViewAgencyDetailsComponent.razor.rz.scp.css */
.agencyForm[b-jpblmvfc42] {
    display: flex;
}

.dataGroup[b-jpblmvfc42] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;

}

.agencyDetails[b-jpblmvfc42] {
    
    min-width: 410px;
}

h4[b-jpblmvfc42] {
    font-weight: bolder;
    display: flex;
    justify-content: center;
}

.form-label[b-jpblmvfc42] {
    font-weight: bold;
    margin-bottom: 5px;
    width: 100px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/DeploymentCreateAgency.razor.rz.scp.css */
.pageControls[b-hrnyih1r1z] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12px;
    margin-top: 35px;
}

.pagination[b-hrnyih1r1z] {
    margin-right: 20px;
}

.AgencyEditFormBody[b-hrnyih1r1z] {
    margin-top: 50px;
}


.modal[b-hrnyih1r1z] {
    display: flex;
    top: 50px;
}

.modal-dialog[b-hrnyih1r1z] {
    min-width: 700px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/DeploymentEditAgency.razor.rz.scp.css */
.pageControls[b-dfo2flacdu] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12px;
    margin-top: 35px;
}

.pagination[b-dfo2flacdu] {
    margin-right: 20px;
}

.AgencyEditFormBody[b-dfo2flacdu] {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 10px;
}


.modal[b-dfo2flacdu] {
    display: flex;
    top: 60px;
}

.modal-dialog[b-dfo2flacdu] {
    min-width: 700px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/DeploymentUI.razor.rz.scp.css */
.pageControls[b-i7198lz1lo] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 12px;
    background-color: #cdd2d8;

}

.pagination[b-i7198lz1lo] {
    margin-right: 20px;
    align-items: center;
}

button[b-i7198lz1lo] {
    display: flex;
    text-decoration: none;
    line-height: 40px;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    margin: 0 10px 0 0;
    align-items: center;
    text-transform: uppercase;
    text-shadow: none;
    background: linear-gradient(to bottom, #075fa6 0, #004d8c 100%);
    vertical-align: middle;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    white-space: nowrap;
}

[b-i7198lz1lo] select {
    display: block;
    align-content: center;
    align-self: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    color: #1b1f26;
    border-width: 1px;
    border-style: solid;
    border-color: #252b3326;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    height: 40px;
    border-radius: 0;
    padding: 0 20px 0 10px;
    transition: border-color .15s linear, background .15s linear;
}

#agencyFilter[b-i7198lz1lo] {
        margin-right: 20px;

}

.pageContent[b-i7198lz1lo] {
    margin-top: 80px;
    margin-left: 20px;
}

[b-i7198lz1lo] .pageControlsElement {
    height: 40px;
    align-self: center;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px black solid;
}


#filterInactive[b-i7198lz1lo] {
    height: 40px;
}

.loading[b-i7198lz1lo] {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 100%;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/DeploymentUI/EliSettingsGenerator.razor.rz.scp.css */
.fixedHeader[b-atljcyi83e] {
    width: 87.5%;
    height: 60px;
    position: fixed;
    background: #212529;
    padding: 5px 0;
    color: white;
    top: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid black;
}

.fixedHeader h3[b-atljcyi83e] {
    margin-left: 10px;

}

.fixedHeader button[b-atljcyi83e] {
    margin-right: 5em;
}

.fixedHeader i[b-atljcyi83e] {
    padding-top: 5px;
}
h2[b-atljcyi83e] {
    margin: 0px;
    margin-left: 10px;

}

h3[b-atljcyi83e] {
    margin: 0px;
}

.pagebody[b-atljcyi83e] {
    margin-top: 65px;
    margin-left: 20px;
    display: flex;
    height: 90vh;
}


.settingsTextArea[b-atljcyi83e] {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1%;
    width: 100%;
    height: 90%;
}

form div[b-atljcyi83e] {
    margin-top: 10px;
}

.buttonGroup button[b-atljcyi83e] {
    text-decoration: none;
    line-height: 40px;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    margin: 10px 10px 0 0;
    text-transform: uppercase;
    text-shadow: none;
    background: linear-gradient(to bottom, #075fa6 0, #004d8c 100%);
    vertical-align: middle;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    white-space: nowrap;
}

}


.settingsInput[b-atljcyi83e] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 300px;
    height: 30px;
}

.autocomplete[b-atljcyi83e] {
    position: relative;
}

.autocomplete[b-atljcyi83e], .options[b-atljcyi83e] {
    position: relative;
    top: 0;
    left: 5px;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid darkgray;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
}

.autocomplete .option[b-atljcyi83e] {
    display: block;
    padding: 0.25rem;
}

.autocomplete .option .option-text[b-atljcyi83e] {
    padding: 0.25rem 0.5rem;
}

.autocomplete .option:hover[b-atljcyi83e] {
    background: #1E90FF;
    color: #fff;
}

.autocomplete .option.disabled[b-atljcyi83e] {
    background-color: lightgrey;
    cursor: not-allowed;
}

.autocomplete .option.disabled:hover[b-atljcyi83e] {
    background: lightgrey;
    color: black;
}

.filter[b-atljcyi83e] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 300px;
    border: 1px black solid;
}

[b-atljcyi83e] select {
    border: 1px black solid;
    height: 30px;
    width: 300px;
}

[b-atljcyi83e] input {
    width: 300px;
    height: 30px;
    border: 1px black solid;
    border-radius: .25rem;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Agencies/CcAdminNameEncryptionModal.razor.rz.scp.css */
.modal[b-g8eksv2uo5] {
    display: flex;
    top: 60px;
    left: 306px;
    background: rgb(0 0 0 / 50%);
}

.modal-content[b-g8eksv2uo5] {
    width: 640px;
    top: 100px;
    left: -300px;
}

.modal-dialog[b-g8eksv2uo5] {
    min-width: 200px;
}

.modal-body[b-g8eksv2uo5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.modal-result-text[b-g8eksv2uo5] {
    word-break: break-word;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    max-width: 100%;
    margin-top: 10px;
}

[b-g8eksv2uo5] form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.form-top[b-g8eksv2uo5]{
    margin-bottom: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Agencies/EditCommandCentralOptionsComponent.razor.rz.scp.css */
.agencyForm[b-ejhodrqal6] {
    display: flex;
}

.dataGroup[b-ejhodrqal6] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}


.btn-group[b-ejhodrqal6] {
    margin: 20px 0px;

}

.btn[b-ejhodrqal6] {
    margin-right: 10px;
}

.invalid[b-ejhodrqal6] {
    color: red;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Agencies/EditGenericExportAgencyFormComponent.razor.rz.scp.css */
.agencyForm[b-pfgh566b85] {
    display: flex;
    flex-direction: column;
}

.genericExportOptionsGroup[b-pfgh566b85] {
    display: flex;
    flex-direction: row;
}

.dataGroup[b-pfgh566b85] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 20px 20px 00px;
    height: auto;
    background-color: white;
}

.pageContent[b-pfgh566b85] {
    margin-left: 20px;
    margin-top: 80px;
}

.formGroup[b-pfgh566b85] {
    display: flex;
    flex-direction: row;
}

.agencyDetails[b-pfgh566b85] {
    display: flex;
    width: 27%;
    min-width: 320px;
    flex-direction: column;

}

.agencyDetails.form-control[b-pfgh566b85] {
    width: 100%;
}

.form-label[b-pfgh566b85] {
    
    margin-bottom: 5px;
    width: 200px;
    font-weight: bold;
}

.group-label[b-pfgh566b85] {
    margin-bottom: 1rem;
}

.subscriptionKey[b-pfgh566b85] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

[b-pfgh566b85] .subKeyInput {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.agencyOptions[b-pfgh566b85] {
    display: flex;
    flex-direction: row;
}

.searchTimeSpan[b-pfgh566b85] {
    display: flex;
    justify-content: space-evenly
}

.timeSpanElement[b-pfgh566b85] {
    width: 60px;
}
.btn-group[b-pfgh566b85] {
    margin: 20px 0px;

}

.btn[b-pfgh566b85] {
    margin-right: 10px;
}

.invalid[b-pfgh566b85] {
    color: red;
    outline: none;
}

.flex-column[b-pfgh566b85] {
    display: flex;
    flex-direction: column;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Agencies/EditGenericExportOptionsComponent.razor.rz.scp.css */

.dataGroup[b-432afwb8j0] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}


.btn-group[b-432afwb8j0] {
    margin: 20px 0px;

}

.btn[b-432afwb8j0] {
    margin-right: 10px;
}

input[type="checkbox"][b-432afwb8j0]{
    margin-right: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Agencies/EditMessageBoxOptionsComponent.razor.rz.scp.css */
.agencyForm[b-1ml6i58urh] {
    display: flex;
}

.dataGroup[b-1ml6i58urh] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}

.btn-group[b-1ml6i58urh] {
    margin: 20px 0px;

}

.btn[b-1ml6i58urh] {
    margin-right: 10px;
}

.unsubscribeGroup[b-1ml6i58urh] {
    display: flex;
    flex-direction: column;
}

h5[b-1ml6i58urh] {
    justify-self: center;
}

.disabled[b-1ml6i58urh] {
    background-color: gray;
    border-color: darkgray;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Agencies/EditOptionsComponent -Template.razor.rz.scp.css */
.agencyForm[b-6yypq1yc18] {
    display: flex;
}

.dataGroup[b-6yypq1yc18] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}


.btn-group[b-6yypq1yc18] {
    margin: 20px 0px;

}

.btn[b-6yypq1yc18] {
    margin-right: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Agencies/EditOptionsFormComponent - Template.razor.rz.scp.css */

.dataGroup[b-7dpq10mz4g] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: fit-content;
}


.btn-group[b-7dpq10mz4g] {
    margin: 20px 0px;

}

.btn[b-7dpq10mz4g] {
    margin-right: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Agencies/GenericExportAgencyCollectionTable.razor.rz.scp.css */
.tableButton[b-51tft84wtq] {
    width: 100px;
}

.agencyTable[b-51tft84wtq] {
    margin-bottom: 100px;
}

button[b-51tft84wtq] {

    text-decoration: none;
    line-height: 40px;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    margin: 0 10px 0 0;

    text-transform: uppercase;
    text-shadow: none;
    background: linear-gradient(to bottom, #075fa6 0, #004d8c 100%);
    vertical-align: middle;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    white-space: nowrap;
}

th[b-51tft84wtq] {
    background-color: #eaecef;
    text-align: center;
}

td[b-51tft84wtq]{
    vertical-align:middle;
    text-align: center;
}


.enabledCol i[b-51tft84wtq] {
    display: flex;
    justify-content: center;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Agencies/GenericExportAgencyConfigComponent.Razor.rz.scp.css */
.agencyConfigDisplay[b-1u09ct6ibt] {

    padding: 1%;
    width: 100%
}

.dataLabel[b-1u09ct6ibt] {
    font-weight: bold;

}

.dataRow[b-1u09ct6ibt] {
    justify-content: space-between;
    display: flex;
}

.modal[b-1u09ct6ibt] {
    display: flex;
    top: -5px;
    align-items: center;
    flex-direction: row;
   
}

.dataGroup[b-1u09ct6ibt] {
    margin-bottom: 1em;
    border: 1px gray solid;
    border-radius: 5px;
    padding: 10px;
}

.modal-content[b-1u09ct6ibt] {
    width: 600px;
    border: 2px black solid;
    border-radius: 10px;
}

.subItem[b-1u09ct6ibt] {
    margin-left: 30px;
}

.no-mb[b-1u09ct6ibt] {
    margin-bottom: 0;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Agencies/NewGenericExportAgencyFormComponent.razor.rz.scp.css */
.agencyForm[b-qaz3b9ftuw] {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin-bottom:60px;
}

.agencyDataGroups[b-qaz3b9ftuw] {
    display: flex;
}

.dataGroup[b-qaz3b9ftuw] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    height: auto;
    background-color: white;
}

.agencyDetails[b-qaz3b9ftuw] {

    min-width: 400px;
}


.searchTimeSpan[b-qaz3b9ftuw] {
    display: flex;
    justify-content: space-evenly
}

.timeSpanElement[b-qaz3b9ftuw] {
    width: 60px;
}
.btn-group[b-qaz3b9ftuw] {
    margin: 20px 0px;

}

.btn[b-qaz3b9ftuw] {
    margin-right: 10px;
}
.invalid[b-qaz3b9ftuw] {
    color: red;
    outline: none;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/GenericExportHeaderComponent.razor.rz.scp.css */
.genericExportHeader[b-ui4w27ovj8] {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    background-color: #212529;
    width: 87.5%;
    height: 60px;
    border-bottom: 1px solid black;
    z-index: 5;
}

.genericExportNav[b-ui4w27ovj8] {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    color: white;
}

.genericExportNavLinks[b-ui4w27ovj8] {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    color: white;
}


.genericExportNav h1[b-ui4w27ovj8] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    
}

.root i[b-ui4w27ovj8] {
    
    /*padding-right: .4em;*/

}
.root[b-ui4w27ovj8] {
    display: inline-flex;
    justify-content: flex-start;
}
h1[b-ui4w27ovj8] {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}

.homeLink[b-ui4w27ovj8] {
    padding-left: .4em;
    padding-right: .8em;
    padding-bottom: 8px;
    margin-top: 3px;
    margin-bottom: 3px;

}

.genericExportIcon[b-ui4w27ovj8] {
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Monitor/ActiveExportComponent.razor.rz.scp.css */

.activeExport[b-rvqnguh2jp] {
    margin-bottom: 10px;
    border: 2px solid black;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .activeExport:hover[b-rvqnguh2jp] {
        /*background: #afb5bf*/
    }

.dataLabel[b-rvqnguh2jp] {
    margin-left: 20px;
}

.data[b-rvqnguh2jp] {
    display: flex;
    float: right;
    margin-right: 20px;
}

.exportIssue[b-rvqnguh2jp] {
    background: rgb(218 75 75);
}

.buttonSection[b-rvqnguh2jp] {
    display: flex;
    justify-content: space-between;
    margin: 5px 20px 5px 20px;
    align-items: center;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Monitor/GenericExportAgencyMonitorComponent.razor.rz.scp.css */

.monitor[b-zfo5rty469] {
    border: 2px solid black;
    background-color: #9096a1;
    width: 85%;
    min-height: 100px;
    min-width: 435px;
    border-radius: 5px;
    padding: 10px 10px;
    margin: 10px;
    display: inline-block;
    transition: all linear .15s;
}


    .monitor:hover[b-zfo5rty469] {
        background: #9ea3ab;
    }

.exportIssue[b-zfo5rty469] {
    background: rgb(218 75 75);
}

.monitorInfo[b-zfo5rty469] {
    border: solid 2px black;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.monitorInfoBoxes[b-zfo5rty469] {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    margin-bottom: 10px;
}

.dataLabel[b-zfo5rty469] {
    font-weight: bolder;
    
}


.data[b-zfo5rty469] {
    display: flex;
    float: right;
}

.ActiveAgency:hover[b-zfo5rty469] {
    background: rgba(100, 255, 100, 200);
}

.InactiveAgency[b-zfo5rty469] {
    background-color: #cdd2d8;
}

    .InactiveAgency:hover[b-zfo5rty469] {
        background: rgba(100, 255, 255, 200);
    }

.IdleAgency[b-zfo5rty469] {
    background: rgba(255, 171, 171, 200);
}

    .IdleAgency:hover[b-zfo5rty469] {
        background: rgba(255, 100, 100, 200);
    }

.Disabled[b-zfo5rty469] {
    background: rgba(175, 175, 175, 255);
}

    .Disabled:Hover[b-zfo5rty469] {
        background: rgba(150, 150, 150, 255);
    }

.agencyName[b-zfo5rty469] {
    text-align: center;
    padding: 5px;
    font-weight: 700;
    display: block;
}



.toggleDisableSection[b-zfo5rty469] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.hideMe[b-zfo5rty469] {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all linear .5s;
}

.showMe[b-zfo5rty469] {
    height: auto;
    opacity: 1;
    transition: all linear .5s;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/Components/Monitor/GenericExportItemComponent.razor.rz.scp.css */

.exportItem[b-cmxskbg5gp] {
    margin: 5px 10px 10px 10px;

    padding: 10px;
    border: 2px solid black;
    border-radius:5px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/GenericExportAgencies.razor.rz.scp.css */
.pageContent[b-9qjjlnoxft] {
    margin-top: 80px;
    margin-left: 20px;
}

.pageControls[b-9qjjlnoxft] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 12px;
    background-color: #cdd2d8;

}

[b-9qjjlnoxft] .pageControlsElement {
    height: 40px;
    align-self: center;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px black solid;
}

.pagination[b-9qjjlnoxft] {
    align-items: center;
}

li[b-9qjjlnoxft] {
   
}

#filterInactive[b-9qjjlnoxft] {
    height: 40px;
}

.loading[b-9qjjlnoxft] {
    position: fixed;
    top: 50%;
    left: 50%;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/GenericExportCreateAgencyPage.razor.rz.scp.css */
.pageControls[b-9nyps96w6h] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12px;
    margin-top: 35px;
}

.pagination[b-9nyps96w6h] {
    margin-right: 20px;
}

.AgencyEditFormBody[b-9nyps96w6h] {
    margin-top: 50px;
}


.modal[b-9nyps96w6h] {
    display: flex;
    top: 50px;
}

.modal-dialog[b-9nyps96w6h] {
    min-width: 700px;
}

.testBox[b-9nyps96w6h] {
    border: 1px dotted black;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/GenericExportEditAgencyPage.razor.rz.scp.css */
.pageControls[b-ktt0ee8mb6] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12px;
    margin-top: 35px;
}

.pagination[b-ktt0ee8mb6] {
    margin-right: 20px;
}

.AgencyEditFormBody[b-ktt0ee8mb6] {
    margin-top: 50px;
}


.modal[b-ktt0ee8mb6] {
    display: flex;
    top: 50px;
}

.modal-dialog[b-ktt0ee8mb6] {
    min-width: 700px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/GenericExportAgencies/GenericExportMonitor.razor.rz.scp.css */
.pageContent[b-78t489htwz] {
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 20px;
    display: flex;
    flex-direction:column;
    align-items: center;
}
.monitorPageHeader[b-78t489htwz]{
    display:flex;
}

.summary[b-78t489htwz] {

    display: flex;
    border-radius: 5px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
}

.toolbar[b-78t489htwz]{
    display:flex;
    width: 86%;
}

.tool[b-78t489htwz] {
    margin: 10px;
    width: 100%;
}

.tool select[b-78t489htwz] {
    border: 2px solid black;
}

.tool input[b-78t489htwz] {
    border: 2px solid black;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/HealthCheck/Components/HealthCheckCardComponent.razor.rz.scp.css */

.agencyCard[b-46vhrqgxop] {
    border: 1px solid gray;
    width: 30%;
    min-width: 435px;
    border-radius: 5px;
    padding: 1em 15px;
    margin: 1%;
    display: inline-block;
    transition: all linear .5s;
}

    .agencyCard:hover[b-46vhrqgxop] {
        transform: scale(1.05);
    }

.ActiveAgency[b-46vhrqgxop] {
    background: rgba(171, 255, 171, 200);
}

.ActiveAgency:hover[b-46vhrqgxop] {
    background: rgba(100, 255, 100, 200);
}

.InactiveAgency[b-46vhrqgxop] {
    background-color: #cdd2d8;
}

.InactiveAgency:hover[b-46vhrqgxop] {
    background: rgba(100, 255, 255, 200);
}

.IdleAgency[b-46vhrqgxop] {
    background: rgba(255, 171, 171, 200);
}

    .IdleAgency:hover[b-46vhrqgxop] {
        background: rgba(255, 100, 100, 200);
    }

.Disabled[b-46vhrqgxop] {
    background: rgba(175, 175, 175, 255);
}

    .Disabled:Hover[b-46vhrqgxop] {
        background: rgba(150, 150, 150, 255);
    }

.agencyName[b-46vhrqgxop] {
    text-align: center;
    padding: 5px;
    font-weight: 700;
    display: block;
    
}

.dataLabel[b-46vhrqgxop] {
    font-weight: 500;
}

.data[b-46vhrqgxop] {
    display: flex;
    float: right;
}

.toggleDisableSection[b-46vhrqgxop] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;

}

.hideMe[b-46vhrqgxop] {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all linear .5s;
}

.showMe[b-46vhrqgxop] {
    height: auto;
    opacity: 1;
    transition: all linear .5s;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/HealthCheck/Components/HealthCheckCardSetComponent.razor.rz.scp.css */
.cards[b-kfytby8sxg] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%
}

.set[b-kfytby8sxg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    width: 100%;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/HealthCheck/Components/HealthCheckHeaderComponent.razor.rz.scp.css */
.healthCheckHeader[b-q6lrjnnvx8] {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    background-color: #212529;
    width: 87.5%;
    height: 60px;
    border-bottom: 1px solid black;
    z-index: 5;
    color: white;
}

.healthCheckSubheader[b-q6lrjnnvx8] {
    display: flex;
    top: 60px;
    position: fixed;
    justify-content: space-between;
    background-color: #cdd2d8;
    width: 87.5%;
    height: 60px;
    border-bottom: 1px solid black;
    z-index: 5;
    color: black;
}

.healthCheckNav[b-q6lrjnnvx8] {
    display: flex;
    justify-content: space-around; /* flex-start;*/
    width: 100%;
    align-items: center;
}

.navHeaderLeft[b-q6lrjnnvx8] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

h1[b-q6lrjnnvx8] {
    display: flex;
    width: 70%;
    flex-wrap: nowrap;
    margin-bottom: 0px;

}


.homeLink[b-q6lrjnnvx8] {
    padding-left: .4em;
    padding-right: .8em;
    padding-bottom: 8px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.healthCheckIcon[b-q6lrjnnvx8] {
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/HealthCheck/Components/HealthCheckSummaryComponent.razor.rz.scp.css */
#Summary[b-iyhyt90i92] {
    background-color: mediumturquoise;
    border: 1px solid gray;
    width: 50%;
    min-width: 400px;
    border-radius: 5px;
    padding: 1em 15px;
    margin: auto;
    display: block;
    justify-content: center;
}

.summaryContainer[b-iyhyt90i92] {
    margin-top: 100px;
    margin-bottom: 20px;
}


.header[b-iyhyt90i92] {
    text-align: center;
    padding: 5px;
    font-weight: 700;
    font-size: 100%;
    display: block;
}

.dataLabel[b-iyhyt90i92] {
    font-weight: bold;
    margin-left: 20px;
}

.sub[b-iyhyt90i92] {
    margin-left: 40px;
    font-weight: 500;
}

.data[b-iyhyt90i92] {
    display: flex;
    float: right;
    margin-right: 20px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/HealthCheck/Components/RefreshButton.razor.rz.scp.css */
#refreshButton[b-jwxnnkbelq] {
    background: none;
    border: none;
    display: inline-block;
    height: 30px;
    margin-left: 15px;
}

.loading[b-jwxnnkbelq] {
    animation: spin-b-jwxnnkbelq 4s linear infinite;
}

@keyframes spin-b-jwxnnkbelq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/HealthCheck/HealthCheck.razor.rz.scp.css */

healthCheckTitle[b-ctz6a52dkg] {
    display: flex;
    justify-content: space-between;
}


.healthCheckBody[b-ctz6a52dkg] {
    margin-top: 60px;
    margin-left: 20px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.toolbar[b-ctz6a52dkg] {
    display: flex;
    width: 85%;
    justify-content: space-between;
}

.tool[b-ctz6a52dkg] {

    width: 32%;
}

    .tool select[b-ctz6a52dkg] {
        border: 2px solid black;
    }

    .tool input[b-ctz6a52dkg] {
        border: 2px solid black;
    }

.loading[b-ctz6a52dkg] {
    position: fixed;
    top: 50%;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/Index.razor.rz.scp.css */
body[b-8475d8n4ky] {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

button[b-8475d8n4ky] {
    display: flex;
    text-decoration: none;
    height: 100px;
    width: 200px;
    line-height: 40px;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    margin: 0 10px 0 0;
    align-items: center;
    text-transform: uppercase;
    text-shadow: none;
    background: linear-gradient(to bottom, #075fa6 0, #004d8c 100%);
    vertical-align: middle;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    white-space: nowrap;
}

#buttonSection[b-8475d8n4ky] {
    display: flex;
    align-content: center;
    justify-content:space-evenly;
    /*border: solid 1px black;
    border-radius: 5px;*/
    height: 300px;
    padding: 50px;
}

#pageTitle[b-8475d8n4ky] {
    margin-bottom: 0px;
    margin-left: 10px;
}


.header[b-8475d8n4ky] {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    background-color: #212529;
    color: white;
    width:100%;
}

i[b-8475d8n4ky] {
    font-size: 2rem;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-right: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Pages/Ready/Ready.razor.rz.scp.css */
.pageControls[b-si58w1jjo5] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12px;
    margin-top: 35px;
}

.pagination[b-si58w1jjo5] {
    margin-right: 20px;
}

/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Shared/Components/NotAuthenticated.razor.rz.scp.css */
h3[b-gv0xeisrvb] {
    border: 1px solid black;
    padding: 10px;
    margin: 20px;
    border-radius: 10px;
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Shared/MainLayout.razor.rz.scp.css */
.page[b-fv693tt6j6] {
    position: relative;
    display: flex;
    overflow-y: clip;
}

main[b-fv693tt6j6] {
    flex: 1;
    background-color: #afb5bf;
}

.sidebar[b-fv693tt6j6] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background: #252b33;

}

footer[b-fv693tt6j6] {
    background: #000;
    color: #fff;
    text-align: left;
    height: 40px;
    margin: 0;
    z-index: 50;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    
    align-content: stretch;
    align-items: center;
}

.footer-left[b-fv693tt6j6] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;


}
.footer-left img[b-fv693tt6j6]{
    margin: 0px 20px;
}
.footer-left p[b-fv693tt6j6] {
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    color: #777f8c;
}

footer img[b-fv693tt6j6]{
    width: 180px;
    height: 20px;

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

    .top-row[b-fv693tt6j6]  a, .top-row .btn-link[b-fv693tt6j6] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fv693tt6j6] {
        display: none;
    }

    .top-row.auth[b-fv693tt6j6] {
        justify-content: space-between;
    }

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

}

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

    .sidebar[b-fv693tt6j6] {
        width: 15%;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row[b-fv693tt6j6], article[b-fv693tt6j6] {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Shared/NavMenu.razor.rz.scp.css */
.page.sidebar[b-bjo1t2bxa7] {
    width: 300px;
    
}
.navbar-toggler[b-bjo1t2bxa7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bjo1t2bxa7] {
    height: 60px;
    background-color: #212529;
}

.navbar-brand[b-bjo1t2bxa7] {
    font-size: 14px;
    font-weight:500;
}

.oi[b-bjo1t2bxa7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

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

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

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

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

    .collapse[b-bjo1t2bxa7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-bjo1t2bxa7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/WatchGuard.EvidenceLibrary.Integration.IntegrationEngineeringPlatform/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-wvr47ritmz] {
    position: relative;
    display: inline-block;
    cursor: help;
}

span[b-wvr47ritmz] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    top: 100%; /* Adjusted property */
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

span[b-wvr47ritmz]::after {
    content: "";
    position: absolute;
    bottom: 100%; /* Adjusted property */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper:hover span[b-wvr47ritmz] {
    visibility: visible;
}
