@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/LandRecords.Web/Components/Card.razor.rz.scp.css */
.Recording[b-b4ygg2809k] {
     height: 140px;
     background: #F9FAFC;
     border-radius: 8px;
     overflow: hidden;
     border: 1px rgba(98, 156, 89, 0.18) solid;
     justify-content: center;
     align-items: flex-start;
     gap: 5px;
     display: flex
}

.CardHeading[b-b4ygg2809k] {
     width: 260px;
     height: 135px;
     padding-top: 24px;
     padding-bottom: 24px;
     padding-left: 26px;
     padding-right: 24px;
     justify-content: flex-start;
     align-items: center;
     gap: 15px;
     display: flex
}

.CardImage[b-b4ygg2809k] {
     width: 50px;
     height: 50px;
}

.CardFrame[b-b4ygg2809k] {
     width: 150px;
     height: 80px;
     flex-direction: column;
     justify-content: center;
     align-items: flex-start;
     gap: 5px;
     display: inline-flex
}

.CardSubHeading[b-b4ygg2809k] {
     width: 130px;
     justify-content: flex-start;
     align-items: flex-start;
     gap: 4px;
     display: inline-flex
}

.CardTitle[b-b4ygg2809k] {
     width: 240px;
     color: #629C59;
     font-size: 20px;
     font-weight: 700;
     line-height: 26px;
     word-wrap: break-word
}

.CardTextHeader[b-b4ygg2809k] {
     align-self: stretch;
     justify-content: flex-start;
     align-items: flex-start;
     gap: 4px;
     display: inline-flex
}

.CardText[b-b4ygg2809k] {
     flex: 1 1 0;
     color: #647077;
     font-size: 14px;
     line-height: 20px;
     word-wrap: break-word
}
/* _content/LandRecords.Web/Components/Chart.razor.rz.scp.css */
.content-section[b-ef1t4pl6vy] {
     height: 350px;
     padding: 24px;
     background: rgba(98, 156, 89, 0.09);
     border-radius: 8px;
     overflow: hidden;
     justify-content: flex-start;
     align-items: flex-start;
     gap: 5px;
     display: flex;
}

.content-section-heading[b-ef1t4pl6vy] {
     width: 356px;
     height: 18px;
     justify-content: flex-start;
     align-items: center;
     gap: 20px;
     display: flex;
}

     .content-section-heading span[b-ef1t4pl6vy] {
          width: 240px;
          color: #629C59;
          font-size: 20px;
          font-weight: 700;
          line-height: 26px;
          word-wrap: break-word
     }
/* _content/LandRecords.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nmfq74znen] {
    width: 100%;
    height: 100%;
    background: #F9FAFC;
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nmfq74znen] {
    flex: 1;
}

@media (max-width: 640.98px) {
    .top-row[b-nmfq74znen] {
        justify-content: space-between;
    }

        .top-row[b-nmfq74znen]  a, .top-row[b-nmfq74znen]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-nmfq74znen] {
        flex-direction: row;
    }

    .sidebar[b-nmfq74znen] {
        position: sticky;
        top: 0;
    }

    .top-row[b-nmfq74znen] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-nmfq74znen]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-nmfq74znen], article[b-nmfq74znen] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-nmfq74znen] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-nmfq74znen] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.user-options[b-nmfq74znen] {
    margin-right: 5px;
    margin-top: -10px;
    position: absolute;
    z-index: 1;
}

.list-group-item[b-nmfq74znen] {
    display: flex;
}

.navbar-toggler-icon[b-nmfq74znen] {
    background-image: url("/img/icons/hamburger.svg");
}

.hamburger-menu[b-nmfq74znen] {
    display: none;
}

@media (max-width: 1025px) {
    .hamburger-menu[b-nmfq74znen] {
        display: block;
        cursor: pointer;
    }

    .hamburger-btn[b-nmfq74znen] {
        font-size: 1.2rem;
        transition: box-shadow .15s ease-in-out;
    }

    .global-header-wrapper[b-nmfq74znen] {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
/* _content/LandRecords.Web/Components/Layout/Sidebar.razor.rz.scp.css */
.localNavigation[b-ju5qq32itc] {
    width: 56px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

.navigation[b-ju5qq32itc] {
    width: 56px;
    padding: 10px;
    background: white;
    box-shadow: 0px 2px 16px rgba(63, 79, 97, 0.09);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.menu[b-ju5qq32itc] {
    align-self: stretch;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
}

.sidebar-main[b-ju5qq32itc] {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    display: inline-flex;
    left: 0px;
    top: 61px;
    position: absolute;
    z-index: 100;
}

.nav-a[b-ju5qq32itc] {
    text-decoration: none;
    color: inherit;
}
#sidebar[b-ju5qq32itc] {
    width: 260px;
    transition: width 0.3s;
}

    #sidebar.collapsed[b-ju5qq32itc] {
        width: 60px;
    }

        #sidebar.collapsed .hidden-collapsed[b-ju5qq32itc] {
            display: none !important;
        }

@media(max-width: 1025px) {

    #sidebar[b-ju5qq32itc] {
        width: 260px;
        transition: width 0.3s ease;
    }

        #sidebar.collapsed[b-ju5qq32itc] {
            width: 0px;
            padding: 0px !important;
            visibility: hidden;
            transition: width 0.3s ease, visibility 0.3s ease;
        }
}
/* _content/LandRecords.Web/Components/Modals/ApplicationProfile.razor.rz.scp.css */
.card-body[b-qtokl4b8vs] {
    background: #F2F4F9 !important;
}

.app-pro-nested-card[b-qtokl4b8vs] {
    background: #E5ECEB;
    padding: 1rem;
    border-radius: 5px;
}

.alert-success[b-qtokl4b8vs] {
    background: #E5ECEB;
    border: none;
    cursor: pointer;
}
/* _content/LandRecords.Web/Components/Modals/ApplicationProfileDetails.razor.rz.scp.css */
.user-icon[b-eba4lu5j1a] {
    margin-top: 6px;
    margin-left: -55px;
}

.input-container[b-eba4lu5j1a] {
    width: 100%;
    position: relative;
    display: inline-block;
}

.input-icon[b-eba4lu5j1a] {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.user-info-form .row[b-eba4lu5j1a] {
    margin-bottom: 24px !important;
}

.header-container[b-eba4lu5j1a] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

    .header-container span[b-eba4lu5j1a] {
        cursor: pointer;
        margin-right: 0 !important;
    }

@media (min-width: 768px) {
    .pass-btn-row[b-eba4lu5j1a] {
        margin-top: 48px;
    }
}

@media (max-width: 768px) {
    .pr-6[b-eba4lu5j1a] {
        margin-bottom: 24px !important;
    }

    .pass-btn-row[b-eba4lu5j1a] {
        margin-top: unset;
    }
}

@media (max-width: 991px) {
    .col-md-6[b-eba4lu5j1a] {
        width: 100%;
    }
}
/* _content/LandRecords.Web/Components/Modals/ApplicationsComponent.razor.rz.scp.css */
.app-alert[b-bsjusmo358] {
    font-weight: bold;
    font-size: 0.9rem;
    color: black;
    padding-left: 0.5rem;
}

.app-li[b-bsjusmo358] {
    font-size: 0.8rem;
    color: black;
}
/* _content/LandRecords.Web/Components/Modals/ChangePassword.razor.rz.scp.css */
.input-container[b-3g20yuyb81] {
    width: 100%;
    position: relative;
    display: inline-block;
}

.input-icon[b-3g20yuyb81] {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.change-password-form .row[b-3g20yuyb81] {
    margin-bottom: 24px !important;
}
/* _content/LandRecords.Web/Components/Modals/InstrumentSettingsIndexing.razor.rz.scp.css */
.indexing-instrument-form .row[b-rxlvekoe33] {
    margin-bottom: 24px !important;
}

.checkboxes .row[b-rxlvekoe33]{
    margin-bottom: 0 !important;
    padding-top: 12px;
    padding-bottom: 12px;
}
/* _content/LandRecords.Web/Components/Modals/UserSettings.razor.rz.scp.css */
.user-icon[b-n4xl1fawp8] {
    margin-top: 6px;
    margin-left: -55px;
}

.input-container[b-n4xl1fawp8] {
    width: 100%;
    position: relative;
    display: inline-block;
}

.input-icon[b-n4xl1fawp8] {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.user-info-form .row[b-n4xl1fawp8] {
    margin-bottom: 24px !important;
}

.header-container[b-n4xl1fawp8] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

    .header-container span[b-n4xl1fawp8] {
        cursor: pointer;
        margin-right: 0 !important;
    }

@media (min-width: 768px) {
    .pass-btn-row[b-n4xl1fawp8]{
        margin-top: 48px;
    }
}

@media (max-width: 768px) {
    .pr-6[b-n4xl1fawp8] {
        margin-bottom: 24px !important;
    }

    .pass-btn-row[b-n4xl1fawp8] {
        margin-top: unset;
    }
}
@media (max-width: 991px) {
    .col-md-6[b-n4xl1fawp8] {
        width: 100%;
    }
}
/* _content/LandRecords.Web/Components/Pages/Home.razor.rz.scp.css */
.chart-section[b-bxgce3qt4i] {
    width: 850px;
    height: 275px;
    left: 65px;
    top: 415px;
    position: relative;
    gap: 16px;
    display: inline-flex;
}

.QuickLinksNotifications[b-bxgce3qt4i] {
    width: 90%;
    height: 136px;
    left: 98px;
    top: 255px;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex
}

.Containers[b-bxgce3qt4i] {
    width: 824px;
    height: 136px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex
}

.A[b-bxgce3qt4i] {
    align-self: stretch;
    height: 136px;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex
}

.Notifications[b-bxgce3qt4i] {
    height: 498px;
    padding: 20px;
    background: #F9FAFC;
    border-radius: 6px;
    overflow: hidden;
    border: 1px rgba(98, 156, 89, 0.18) solid;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    display: flex
}

.Heading[b-bxgce3qt4i] {
    width: 100%;
    height: 468px;
    padding-bottom: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex
}

.Frame40[b-bxgce3qt4i] {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    display: inline-flex
}

.Frame42[b-bxgce3qt4i] {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    display: inline-flex
}

.Heading[b-bxgce3qt4i] {
    height: 26px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex
}

.Link[b-bxgce3qt4i] {
    width: 90px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex
}

.Root[b-bxgce3qt4i] {
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.Wrapper[b-bxgce3qt4i] {
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: flex
}

.Label[b-bxgce3qt4i] {
    justify-content: center;
    align-items: center;
    display: flex
}

.LabeldesktopDonTHideUnhide[b-bxgce3qt4i] {
    text-align: center;
    color: #52824A;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word
}

.TrailingIcon[b-bxgce3qt4i] {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.Icon[b-bxgce3qt4i] {
    width: 16px;
    height: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.Union[b-bxgce3qt4i] {
    width: 12px;
    height: 9.33px
}

.List[b-bxgce3qt4i] {
    align-self: stretch;
    height: 411px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    display: flex
}

.A[b-bxgce3qt4i] {
    align-self: stretch;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 15px;
    background: rgba(98, 156, 89, 0.09);
    border-radius: 6px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    display: inline-flex
}

.Bullet[b-bxgce3qt4i] {
    width: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex
}

.Bullet1[b-bxgce3qt4i] {
    width: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex
}

.MenuIcon[b-bxgce3qt4i] {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex
}

.Frame[b-bxgce3qt4i] {
    width: 24px;
    height: 24px;
    position: relative
}

.Vector[b-bxgce3qt4i] {
    width: 20px;
    height: 22px;
    left: 2px;
    top: 1px;
    position: absolute;
    background: #629C59
}

.Content1[b-bxgce3qt4i] {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    display: inline-flex
}

.TitleDate[b-bxgce3qt4i] {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    display: inline-flex
}

.Text[b-bxgce3qt4i] {
    width: 100%;
    height: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex
}

.Text1[b-bxgce3qt4i] {
    height: 18px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex
}

.Text2[b-bxgce3qt4i] {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex
}

.TextdesktopDonTHideUnhide[b-bxgce3qt4i] {
    color: #629C59;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    word-wrap: break-word
}

.TextdesktopDonTHideUnhide1[b-bxgce3qt4i] {
    color: #282D30;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word
}

.TextdesktopDonTHideUnhide2[b-bxgce3qt4i] {
    color: #282D30;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    word-wrap: break-word
}

.TextdesktopDonTHideUnhide3[b-bxgce3qt4i] {
    flex: 1 1 0;
    color: #647077;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word
}

.Sliders[b-bxgce3qt4i] {
    width: 16px;
    height: 16px;
    position: relative
}

.Path[b-bxgce3qt4i] {
    width: 16px;
    height: 13.33px;
    left: 0px;
    top: 1.33px;
    position: absolute;
    background: #629C59
}

.Path1[b-bxgce3qt4i] {
    width: 13.33px;
    height: 13.33px;
    left: 1.33px;
    top: 1.33px;
    position: absolute;
    background: #629C59
}

.Reports[b-bxgce3qt4i] {
    width: 16px;
    height: 16px;
    position: relative
}

.banner[b-bxgce3qt4i] {
    width: 100%;
    height: 250px;
    left: 0px;
    top: 60px;
    position: absolute;
    background: #629C59;
    background-image: url(/img/main/map-background.png);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat
}

.banner-search[b-bxgce3qt4i] {
    width: 100%;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    left: 100px;
    top: 0px;
    gap: 10px;
    background-image: url("../../img/icons/search.svg");
    background-repeat: no-repeat;
    background-position: 2px 10px;
    border: 1px solid black;
    border-radius: 5px;
    text-indent: 25px;
}

.banner-advanced-search[b-bxgce3qt4i] {
    top: 45px;
    left: 100px;
    color: white;
    text-decoration: none;
    font-weight: 500;
}

    .banner-advanced-search span[b-bxgce3qt4i] {
        margin-left: 5px;
    }

.banner-bg-map[b-bxgce3qt4i] {
    width: 100%;
    height: 100%;
    position: absolute !important;
    background-color: rgba(98, 156, 89, 0.95);
}

.banner-bg-map-darken[b-bxgce3qt4i] {
    width: 100%;
    height: 250px;
    left: 0px;
    top: 0px;
    position: absolute;
    opacity: 0.10;
    mix-blend-mode: multiply;
    background-image: url("../../img/main/bgImage.png");
}

.bg-map-right[b-bxgce3qt4i] {
    width: 600px;
    height: 237px;
    left: 1200px;
    top: 0px;
    position: absolute;
    opacity: 0.08;
    mix-blend-mode: multiply;
    background-image: url("../../img/main/bg_right.png");
}

@media (max-width: 1025px) {
    .search-row[b-bxgce3qt4i] {
        top: 1px !important;
    }

    .content-row[b-bxgce3qt4i] {
        top: 101px !important;
    }
}
/* _content/LandRecords.Web/Components/Pages/InstrumentMaintenance.razor.rz.scp.css */
.instrument-maintenance-tabs .nav-link[b-wdg6ptkhd8] {
    padding-bottom: 0 !important;
}

.user-maintenance-card[b-wdg6ptkhd8] {
    margin-right: -60px !important;
}

.existing-instrument-label[b-wdg6ptkhd8] {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.vertical-line[b-wdg6ptkhd8] {
    border-left: 1.5px dashed #5E7791;
    height: 50px;
}

.add-user-button[b-wdg6ptkhd8] {
    width: 100% !important;
}

.input-container[b-wdg6ptkhd8] {
    width: 100%;
    position: relative;
    display: inline-block;
}

.clear-filter[b-wdg6ptkhd8] {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.status-header[b-wdg6ptkhd8] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.bb-grid-filter[b-wdg6ptkhd8] {
    cursor: pointer;
}

.dropdown-menu[b-wdg6ptkhd8] {
    max-height: 178px !important;
    overflow-y: auto;
    scrollbar-width: thin;
}
/* _content/LandRecords.Web/Components/Pages/ManageApplicationProfile.razor.rz.scp.css */
.user-maintenance-card[b-4iktqcf87m] {
    margin-right: -60px !important;
}

.existing-user-label[b-4iktqcf87m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vertical-line[b-4iktqcf87m] {
    border-left: 1.5px dashed #5E7791;
    height: 50px;
    padding-right: 9px;
}

.add-user-button[b-4iktqcf87m] {
    width: 100% !important;
}

.existing-user-search[b-4iktqcf87m] {
    background-image: url("../../img/icons/search.svg");
    background-repeat: no-repeat;
    background-position: 2px 10px;
}

.test > input[b-4iktqcf87m] {
    background-image: url("../../img/icons/search.svg");
    background-repeat: no-repeat;
    background-position: 2px 10px;
}

.input-container[b-4iktqcf87m] {
    width: 100%;
    position: relative;
    display: inline-block;
}

.clear-filter[b-4iktqcf87m] {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.status-header[b-4iktqcf87m] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.bb-grid-filter[b-4iktqcf87m] {
    cursor: pointer;
}
/* _content/LandRecords.Web/Components/Pages/UserMaintenance.razor.rz.scp.css */
.user-maintenance-card[b-d3fguxhs5r] {
    margin-right: -60px !important;
}

.existing-user-label[b-d3fguxhs5r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vertical-line[b-d3fguxhs5r] {
    border-left: 1.5px dashed #5E7791;
    height: 50px;
}

.add-user-button[b-d3fguxhs5r] {
    width: 100% !important;
}

.existing-user-search[b-d3fguxhs5r] {
    background-image: url("../../img/icons/search.svg");
    background-repeat: no-repeat;
    background-position: 2px 10px;
}

.test > input[b-d3fguxhs5r] {
    background-image: url("../../img/icons/search.svg");
    background-repeat: no-repeat;
    background-position: 2px 10px;
}

.input-container[b-d3fguxhs5r] {
    width: 100%;
    position: relative;
    display: inline-block;
}

.clear-filter[b-d3fguxhs5r] {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.status-header[b-d3fguxhs5r] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.bb-grid-filter[b-d3fguxhs5r] {
    cursor: pointer;
}
