/* /Pages/Audit/Audit.razor.rz.scp.css */
/* /Pages/Configuration/NameType.razor.rz.scp.css */
/* /Pages/DashboardComponents/NavHistory.razor.rz.scp.css */
.nav-history-item[b-gcmig46oxm] {
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: underline;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.nav-history-close-button .mud-icon-root.mud-svg-icon[b-gcmig46oxm] {
    color: #303233;
}

.nav-history-divider[b-gcmig46oxm] {
    border-color: #939994;
}
/* /Pages/DashboardComponents/Notifications.razor.rz.scp.css */
.notificationItem[b-7b1vuk8j57]
{
    margin-top:10px;
  
}
/* /Pages/Index.razor.rz.scp.css */

#panelSection[b-q3kff9px7b] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    color: var(--primary-theme-color);
} 
#searchSection[b-q3kff9px7b] {
     
    display:flex;
    justify-content:center;
    align-items:center;
}

#footer[b-q3kff9px7b] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-left:10px;
    font-size:smaller;
    font-weight:bolder;
    text-align: left;
}
/* /Pages/ParcelDetails/AssessmentAffiliations.razor.rz.scp.css */
.parent-owner[b-w81p36jrte] {
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.affiliation-assessment-number[b-w81p36jrte] {
}

.open-in-new-button[b-w81p36jrte] {
    visibility: hidden;
}

.affiliation-assessment-number:hover .open-in-new-button[b-w81p36jrte] {
    visibility: visible;
}
/* /Pages/ParcelDetails/AssessmentCopy.razor.rz.scp.css */

#resultsSection[b-wtn86cga84] {
    color: black;
    width: 930px;
    position: absolute;
    background: white;
    z-index: 10;
    font-size: small;
}

.selected[b-wtn86cga84] {
    background-color: grey;
}

#clearSearch[b-wtn86cga84] {
    align-self: flex-end;
    cursor: pointer;
}
/* /Pages/ParcelDetails/AssessmentNotes.razor.rz.scp.css */
.notesSection[b-u3nlm942no] {
    padding: 30px 20px 20px 20px;
    background-color: #FFF;
}
.note[b-u3nlm942no] {
    border-radius: 8px;
    background: #F6F6F6;
    padding: 16px;
    margin-bottom:20px;
}

.input-dropdown-container[b-u3nlm942no] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: White;
    padding: 10px;
}

.dropdown-container[b-u3nlm942no] {
    flex: 0 0 33.333333%;
}


.input-container[b-u3nlm942no] {
    flex: 1;
    margin-right: 10px; /* Adjust as needed */
}

.mud-input-control .mud-input-control-margin-dense .mud-input-input-control .full-width-input[b-u3nlm942no] {
    background-color: white !important;
}
/* Apply full width to the input */

.no-border .mud-input-slot[b-u3nlm942no] {
    border: none;
    background-color: red !important;
}

/* Override the MudBlazor select icon */
.custom-mud-select .mud-input-adornment-start .mud-icon-button[b-u3nlm942no] {
    /* Add your custom icon or font class here */
    background-size: 100% 100%;
    width: 24px; /* Adjust icon size as needed */
    height: 24px;
}

.mudTextbox[b-u3nlm942no]{
    background-color:white !important;
}

#noteContainer[b-u3nlm942no] {
    margin-top: 15px;
    margin-bottom: 15px;
}

#noteLeftContainer[b-u3nlm942no] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
}

[b-u3nlm942no] .mud-input-control .mud-input-control-margin-dense .mud-input-input-control {
    background-color: white !important;
}

.importantNote[b-u3nlm942no] {
    color: var(--warning-700, #B45309);
    /* Subtitle 2 */
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
    padding-top:2px;
}

.editButton[b-u3nlm942no] {
    color: var(--00-on-surface-high-emphasis, rgba(0, 0, 0, 0.87));
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
}

btn-public-note[b-u3nlm942no] {
    padding: 8px 6px !important;
}

.btn-private-note[b-u3nlm942no] {
    padding: 8px 6px !important;
}

.btn-publish[b-u3nlm942no] {
    border-radius: 4px;
    padding: 11px 0px;
    width: 100%;
}

.important-note-rgiht[b-u3nlm942no] {
    position: absolute;
    right: 0;
}
/* /Pages/ParcelDetails/AssessmentTaxHistory.razor.rz.scp.css */

.tax-header[b-282bekr3na] {
    color: #303233;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tax-add-info[b-282bekr3na] {
    display: flex;
    width: auto;
    padding: 12px 22px 12px 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.tax-add-info-header[b-282bekr3na] {
    color: var(--neutral-800, #303233);
    /* Paragraph/Medium/Bold */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    line-height: 24px; /* 150% */
    font-weight: bold;
}

.tax-add-info-label[b-282bekr3na] {
    color: var(--neutral-900, #171717);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.tax-add-info-label-text[b-282bekr3na] {
    color: var(--neutral-500, #737373);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}


/* /Pages/ParcelDetails/ChangeOfOwnership.razor.rz.scp.css */

#resultsSection[b-pitovn6b6a] {
    color: black;
    width: 930px;
    position: absolute;
    background: white;
    z-index: 10;
    font-size: small;
}

.selected[b-pitovn6b6a] {
    background-color: grey;
}

#clearSearch[b-pitovn6b6a] {
    align-self: flex-end;
    cursor: pointer;
}
/* /Pages/ParcelDetails/GeneralInfo.razor.rz.scp.css */
.label[b-24s2b5liid] {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    flex: 1 1 100%;
    max-width: 140px;
}

.value[b-24s2b5liid] {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.divider[b-24s2b5liid] {
    border-color: #9CAEB6;
}

.legal-description-label[b-24s2b5liid] {
    flex: none;
    max-width: none;
}

.legal-description[b-24s2b5liid] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subtitle[b-24s2b5liid] {
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.ward[b-24s2b5liid] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subdivision[b-24s2b5liid] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/ParcelDetails/Help.razor.rz.scp.css */
.main-container[b-1ele1nvjxt] {
    max-width: 1392px;
    margin: 0 auto; /* Center the main container */
    position:relative;
}

.mud-container[b-1ele1nvjxt] {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.left-div[b-1ele1nvjxt] {
    width: 900px;
    float: left;
}

.right-div[b-1ele1nvjxt] {
    width: 600px;
    float: left;
    position: relative;
}

/* Clear the floats to prevent layout issues */
.main-container[b-1ele1nvjxt]:after {
    content: "";
    display: table;
    clear: both;
}

body[b-1ele1nvjxt] {
    padding-top: 56px; /* Adjust this value based on your first div height */
}

.fixed-top-div[b-1ele1nvjxt] {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 1000;
    Adjust the z-index based on your needs
}

.scrolling-content[b-1ele1nvjxt] {
    padding-top: 200px; /*Adjust this value based on your first div height*/
}

/* /Pages/ParcelDetails/Items.razor.rz.scp.css */
.total[b-hxerkiz1rw]{
    font-weight:bold;
}
.propertyclass[b-hxerkiz1rw] {
    color: var(--primary-theme-color);
    font-weight: bolder;
    text-decoration: underline;
}
.propertyclass:hover[b-hxerkiz1rw]{
    cursor:pointer;
}

.property-class[b-hxerkiz1rw] {

}

.open-in-new-button[b-hxerkiz1rw] {
    visibility: hidden;
}

.property-class:hover .open-in-new-button[b-hxerkiz1rw] {
    visibility: visible;
}
/* /Pages/ParcelDetails/Ownerships.razor.rz.scp.css */

/* /Pages/ParcelDetails/Shell.razor.rz.scp.css */
.sectionHeader[b-2jj13angsi]{    
    font-size:xx-large;
}

.mud-dialog-width-sm[b-2jj13angsi]{
    max-height:600px;
    max-width:900px;
    padding:15px;
}

.mud-dialog.mud-dialog-width-sm[b-2jj13angsi] {
    max-height: 600px;
    max-width: 900px;
    padding: 15px;
}
/* /Pages/ParcelDetails/Splits/Split.razor.rz.scp.css */

/* /Pages/ParcelItemDetails/Credits/CreditCalculation.razor.rz.scp.css */
.mudtabs[b-b8c6xfcbnx] {
    width: 100%;
    padding: 15px;
}

.tabsPanel[b-b8c6xfcbnx] {
    width: 100%;
}
/* /Pages/ParcelItemDetails/PipelineItems/EditPipelineitemRowDialog.razor.rz.scp.css */
.add-icon[b-x96j325moj] {
    background-color: #cee0ca;
    border-radius: 20px;
    height: 40px;
    width: 40px;
}

.mud-button-group-root.mud-button-group-override-styles .mud-button-root.mud-disabled[b-x96j325moj] {
    background-color: #cee0ca;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFFFFF;
}

.mud-button-group-root.mud-button-group-override-styles .mud-button-root:not(.mud-disabled)[b-x96j325moj] {
    border: 1px solid #E5E5E5;
    background-color: #629C59;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFFFFF;
}
/* /Pages/ParcelItemDetails/Residential/Building/ResidentialGeneralInfo.razor.rz.scp.css */
.label[b-7pmx8vx7e2] {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    flex: 1 1 100%;
    max-width: 140px;
}

.value[b-7pmx8vx7e2] {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.divider[b-7pmx8vx7e2] {
    border-color: #9CAEB6;
}

.legal-description-label[b-7pmx8vx7e2] {
    flex: none;
    max-width: none;
}

.legal-description[b-7pmx8vx7e2] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subtitle[b-7pmx8vx7e2] {
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.ward[b-7pmx8vx7e2] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subdivision[b-7pmx8vx7e2] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/ParcelItemDetails/Residential/ResidentialItems.razor.rz.scp.css */
.total[b-gu3sw3mcr2]{
    font-weight:bold;
}
.propertyclass[b-gu3sw3mcr2] {
    color: var(--primary-theme-color);
    font-weight: bolder;
    text-decoration: underline;
}
.propertyclass:hover[b-gu3sw3mcr2]{
    cursor:pointer;
}

.property-class[b-gu3sw3mcr2] {

}

.open-in-new-button[b-gu3sw3mcr2] {
    visibility: hidden;
}

.property-class:hover .open-in-new-button[b-gu3sw3mcr2] {
    visibility: visible;
}
/* /Pages/ParcelItemDetails/WaterCraftItems/Watercraft.razor.rz.scp.css */
.mud-button[b-i7o7xg58le] {
    text-transform: none !important;
}

.mud-button-root:disabled[b-i7o7xg58le] {
    color: #FFFFFF !important;
    background-color: #8DBC87 !important;
}

    .mud-button-root:disabled .mud-icon-root.mud-svg-icon[b-i7o7xg58le] {
        /* color: dimgray; */
        opacity: 1 !important;
        color: white !important;
    }

.mud-button-root.table-icon .mud-icon-root.mud-svg-icon[b-i7o7xg58le] {
    color: #629C59;
    stroke: #FFFFFF;
}

.oilandgas-add-info[b-i7o7xg58le] {
    display: flex;
    width: auto;
    padding: 12px 22px 12px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.oilandgas-add-info-header[b-i7o7xg58le] {
    color: var(--neutral-800, #303233);
    /* Paragraph/Medium/Bold */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.oilandgas-add-info-label[b-i7o7xg58le] {
    color: var(--neutral-900, #171717);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.oilandgas-add-info-label-text[b-i7o7xg58le] {
    color: var(--neutral-500, #737373);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.textboxWidth[b-i7o7xg58le] {
    width: 70px;
}

.mudTd[b-i7o7xg58le] {
    background: var(--neutral-50, #FAFAFA);
}
/* /Pages/SupportTables/OilGasPercentGood.razor.rz.scp.css */
.loaderDiv[b-nzh8ee0mll] {
    margin-top: 30px;
    margin-left: 30px;
}
/* /Shared/MainLayout.razor.rz.scp.css */

.link[b-0rvvsiastd] {
    text-decoration: underline;
}

    .link:hover[b-0rvvsiastd] {
        cursor: pointer;
    }

.errorMessage[b-0rvvsiastd] {
    color: var(--primary-theme-color);
    font-weight: bolder;
}

#tabSection[b-0rvvsiastd] {
    margin-top: 0px;
    
}

.version-text[b-0rvvsiastd] {
    font-size: 16px;
    color: white;
    margin-left: 10px;
}
 

 
/* /Shared/Menu/ARCMenu.razor.rz.scp.css */
/* /Shared/Menu/ARCMenuItemUI.razor.rz.scp.css */
.arcMenuItem[b-mdt1jxh9qd]{
    display:flex;
    align-items:center;
}
.arcMenuItem:hover[b-mdt1jxh9qd] {
    background-color: lightgray;
}
/* /Shared/QuickSearch.razor.rz.scp.css */
