@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/BlazorFusionCharts/BlazorFusionCharts.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/ActiveAlertsCard.razor.rz.scp.css */
div[b-wkei6jd5zz] {
  font-size: 26pt;
}
/* /Components/ActiveUsersCard.razor.rz.scp.css */
div[b-ph5kaq8ljt] {
  font-size: 26pt;
}
/* /Components/AlertMessageModal.razor.rz.scp.css */
.modal-root[b-l3ervhlti8] {
  width: 100dvw;
  min-height: 100dvh;
  max-height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-container[b-l3ervhlti8] {
  position: relative;
  display: block;
  width: 30%;
  height: 30%;
  background-color: #fcc;
  padding: 2rem;
  border: solid 2px #f55;
  border-radius: 25px;
  box-shadow: rgba(50,0,0,0.4) 0px 5px 5px 5px
}

  .modal-container h2[b-l3ervhlti8] {
    text-align: center;
    text-decoration: underline;
  }


  .modal-container .close-button[b-l3ervhlti8] {
    position: absolute;
    top: 5%;
    right: 5%;
    border: none;
    background: none;
    font-weight: bold;
  }
/* /Components/GoogleMap.razor.rz.scp.css */
.map-key[b-k4auiz45dm] {
  position: absolute;
  right: 3rem;
  top: 3rem;
  background-color: #eee;
  padding: 0.7rem 0rem;
  border-radius: 20px;

}

  .map-key strong[b-k4auiz45dm] {
    text-align: center;
    padding: 0rem 1.5rem;
    border: 0px;
    border-bottom: 1px solid #888;
  }

  

  .map-key span[b-k4auiz45dm]{
    border: 1px solid deepskyblue;
    color:deepskyblue;
    padding:0.2rem;
  }

    .map-key span:hover[b-k4auiz45dm]{
      color: black;
      background-color: deepskyblue;
    }


.user-list[b-k4auiz45dm] {
  display: flex;
  flex-direction: column-reverse;
  max-height: 11rem;
  overflow-y: scroll;
}
  .user-list div[b-k4auiz45dm] {
    align-content: center;
    margin: auto .5rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    height: 2.2rem;
    padding-bottom: 0.2rem;
    
  }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bx4ebsua91] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bx4ebsua91] {
    flex: 1;
}

.sidebar[b-bx4ebsua91] {
  /*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
  background-color: #336399 /*#202A44*/;
}

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

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

    .top-row[b-bx4ebsua91]  a:hover, .top-row[b-bx4ebsua91]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-bx4ebsua91] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-bx4ebsua91] {
        width: 250px;
        height: 100dvh;
        position: sticky;
        top: 0;
    }

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

    .top-row.auth[b-bx4ebsua91]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bx4ebsua91], article[b-bx4ebsua91] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bx4ebsua91] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-bx4ebsua91] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f6oi3vrlr7] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-f6oi3vrlr7] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-f6oi3vrlr7] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f6oi3vrlr7] {
    font-size: 1.1rem;
    max-height:15dvh;
    max-width:15dvw;
}

.material-symbols-outlined[b-f6oi3vrlr7]{
    padding-right:.5rem;
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 40;
}
a.active .material-symbols-outlined[b-f6oi3vrlr7]{
    font-variation-settings: 'FILL' 1;
}


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

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

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

    .nav-item[b-f6oi3vrlr7]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-f6oi3vrlr7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-f6oi3vrlr7] {
    display: block;
}

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

    .nav-scrollable[b-f6oi3vrlr7] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
/*        height: calc(100dvh - 3.5rem);
        overflow-y: auto;*/
    }
    .navbar-brand[b-f6oi3vrlr7]{
        max-width:100%;
        max-height:100%;
    }
}
/* /Components/Pages/Files.razor.rz.scp.css */
.table-category-header[b-unvd405gj0] {
    background-color: #1c5d7d !important;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-bottom: none;
    margin-bottom: 0;
}

.table-files[b-unvd405gj0] {
    margin-top: 0;
}

/*.fixed-grid {
    table-layout: fixed;
    width: 100%;
}

.col-file {
    width: 70%;
}

.col-date {
    width: 30%;
}
*/
.fixed-grid th[b-unvd405gj0],
.fixed-grid td[b-unvd405gj0] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixed-grid thead th[b-unvd405gj0] {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    text-align: left;
}

.fixed-grid tbody tr:hover[b-unvd405gj0] {
    background-color: #eef6ff;
}
/* /Components/Pages/Map.razor.rz.scp.css */
article[b-hdxg7dsoyl] {
    padding: 0 !important;
}
/* /Components/Pages/Messaging.razor.rz.scp.css */
.messages-container[b-eq3zqg074t] {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    padding: 30px 0 !important;
    background: #f4f6f9 !important;
    min-height: 80vh !important;
   

}
.send-message[b-eq3zqg074t]{
    padding: 15px;
   
}

.clouds-message.supervisor[b-eq3zqg074t] {
    justify-content: flex-end !important;
}

.clouds-message.user[b-eq3zqg074t] {
    justify-content: flex-start !important;
}

.message-box[b-eq3zqg074t] {
    width: 100% !important;
    max-width: 750px !important;
    padding: 25px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    margin: 0 auto !important;
}
.clouds-message[b-eq3zqg074t] {
    display: flex !important;
    align-items: flex-end !important;
    margin-bottom: 20px !important;
}
.icon i[b-eq3zqg074t] {
    font-size: 32px !important;
    margin: 0 12px !important;
}
.bubble[b-eq3zqg074t] {
    max-width: 65% !important;
    padding: 14px 18px !important;
    border-radius: 18px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    position: relative !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.clouds-message.user .bubble[b-eq3zqg074t] {
    background: #f1f3f5 !important;
    border-bottom-left-radius: 4px !important;
}

.clouds-message.supervisor .bubble[b-eq3zqg074t] {
    background-color: #1c5d7d !important;
    color: white !important;
    border-bottom-right-radius: 4px !important;
}

.name[b-eq3zqg074t] {
    font-weight: 400 !important;
    font-size: 13px !important;
    margin-bottom: 6px !important;
}
.message[b-eq3zqg074t] {
    font-size: 14px !important;
}
.time[b-eq3zqg074t] {
    font-size: 11px !important;
    opacity: 0.6 !important;
    margin-top: 8px !important;
    text-align: right !important;
}
/* /Components/Pages/Resources.razor.rz.scp.css */
.faq-heading[b-lenjx05fiw], .resources-heading[b-lenjx05fiw] {
    text-align: center !important;
    color: white !important;
    background-color: #1c5d7d !important;
}
.app[b-lenjx05fiw], .web[b-lenjx05fiw], .general[b-lenjx05fiw] {
    background-color: #6c757d !important;
    border: 2px solid #dee2e6 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    color: white !important;
    display: block;
    text-decoration: none !important;
}



/* /Components/Pages/SignedDocs.razor.rz.scp.css */
.section-title[b-v8imzqgar0] {
    background-color: #1c5d7d !important;
    color: white;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.container-fluid .section-title[b-v8imzqgar0] {
  text-align: start
}
.form-card[b-v8imzqgar0] {
    background: #f1f3f5;
    border-radius: 4px;
    overflow: hidden;
}

.form-card-header[b-v8imzqgar0] {
    background-color: #1c5d7d !important;
    color: white;
    padding: 8px 12px;
    font-weight: 600;
    /* text-align: center;*/
}

.form-card-item[b-v8imzqgar0] {
    padding: 10px 12px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.form-card-item:hover[b-v8imzqgar0] {
    background: #e6f2f8;
}

/* Category buckets */
.category-buckets[b-v8imzqgar0] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}
.category-bucket[b-v8imzqgar0] {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 10px;
    flex: 1 1 200px;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.approve-button[b-v8imzqgar0] {
    background: #1c5d7d !important;
    color: white;
    border: none;
}

.view-button[b-v8imzqgar0] {
    background: #1c5d7d !important;
    color: white;
    border: none;
}
.category-box[b-v8imzqgar0] {
    max-width: 420px;
    margin-bottom: 1rem;
}

.category-scroll[b-v8imzqgar0] {
    max-height: 220px;
    overflow-y: auto;
}

.form-card-item[b-v8imzqgar0] {
    cursor: pointer;
    padding: 6px 10px;
}


/* /Components/Pages/Upload.razor.rz.scp.css */
[b-v88vsjmqhr] .quickgrid-table {
    width: 100% !important;
    font-size: 14px !important;
}

/* Header */

[b-v88vsjmqhr] .quickgrid-table thead{
  position: sticky;
  top: 0;
  z-index:0;
}

[b-v88vsjmqhr] .quickgrid-table thead th {
     background-color: #1c5d7d;
    color: white;
    margin-bottom: 1rem;
}
/* Form */
.upload-form[b-v88vsjmqhr] {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.upload-form .form-control[b-v88vsjmqhr],
.upload-form .form-select[b-v88vsjmqhr] {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 0.5rem 1rem;
}
/*uploaddd button*/
.upload-form .btn[b-v88vsjmqhr] {
    border-radius: 8px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
     padding: 12px 14px;
     text-align: left;
    border: none;
}

/* for table body*/
[b-v88vsjmqhr] .quickgrid-table tbody td {
     padding: 12px 14px;
    border: none;
     color: #333;
     padding-top: 13px !important;
     padding-bottom: 18px !important;
}

[b-v88vsjmqhr] .quickgrid-wrapper {
    height: fit-content;
    max-height: 50dvh;
    overflow-y: auto ;
    overflow-x: hidden ;
}
