@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/UNPSA/Components/CollapsibleEmailList.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-dl3y2lfjrb] {
    height: 18rem;
    overflow-y: auto;
}

    .grid[b-dl3y2lfjrb]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-dl3y2lfjrb] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-dl3y2lfjrb] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-dl3y2lfjrb] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

.search-container[b-dl3y2lfjrb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* gap: 10px;*/
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%; 
    /*max-width: 1200px;*/ 
    box-sizing: border-box;
    /*margin: 20px auto;*/ 
}


.search-box[b-dl3y2lfjrb] {
    flex-grow: 1; 
}

.form-control[b-dl3y2lfjrb] {
    width: 100%; 
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.results-info[b-dl3y2lfjrb] {
    flex-shrink: 0; 
    white-space: nowrap; 
    margin-left: 10px;
    /*color: #333;*/
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .search-container[b-dl3y2lfjrb] {
        flex-direction: column; /* Stack elements vertically on smaller screens */
        align-items: stretch;
    }

    .results-info[b-dl3y2lfjrb] {
        margin-top: 10px;
        text-align: left;
    }
}
/* _content/UNPSA/Components/Login_bak.razor.rz.scp.css */
.bg-light[b-8307coa3vu] {
    /*font-size: 1.5rem !important;
    font-weight: 500 !important;*/
    padding: 2rem !important;
    border-radius: 10px !important;
}

.login-fs[b-8307coa3vu] {
    font-size: 2rem !important;
    color: #333 !important;
}
.btn-primary[b-8307coa3vu] {
    font-size: 1.5rem !important;
    color: white !important;
    padding: 1.5rem !important;
    border-radius: 5px !important;
    background-color: #007bff !important;

}
/* _content/UNPSA/Components/SecondFooter.razor.rz.scp.css */
.footer-div[b-70fm589a29] {
    border-top: #009edb solid 0.4rem;
    background: #333333;
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
}
    /*.second-footer.container {
        width: 100%;
    }*/
/*.second-footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
}*/

.footer-size[b-70fm589a29] {
    width: 17rem;
    height: 5.1987767584rem;
}

/*.region-footer {
    max-width: 100%;
    margin: auto;
    margin-top: 0;
    padding-top: 31.7967997456px;
    padding-bottom: 3.3rem;
    border-top: none;
    padding-right: 15px;
    padding-left: 15px;
}
#block-logofooter {
    width: 100%;
    border-bottom: #5b5b5b solid 1px;
    margin: 0 0 1.9rem 0;
    padding: 0 0 1.8rem 0;
}
#block-footer {
    float: right;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

h2, .h2 {
    font-size: 3rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

ul.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ol, ul {
    padding-left: 1.5em;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

#block-footer ul li {
    float: left;
}

#block-footer ul li {
    padding: 0 1.3rem 0 1rem;
    border-right: gray solid 0.3rem;
}

.nav > li {
    position: relative;
    display: block;
}

#block-footer ul li a, #block-footer ul li span {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    color: white;
    letter-spacing: 0.77px !important;
    line-height: 1.1667;
    text-transform: uppercase;
    background: transparent;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a {
    color: #333333;
}

a {
    color: #337ab7;
    text-decoration: none;
}*/
/* _content/UNPSA/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-g1mh26wtrv] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-g1mh26wtrv] {
  color: #0077cc;
}

.btn-primary[b-g1mh26wtrv] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-g1mh26wtrv], .nav-pills .show > .nav-link[b-g1mh26wtrv] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-g1mh26wtrv] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-g1mh26wtrv] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-g1mh26wtrv] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-g1mh26wtrv] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-g1mh26wtrv] {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 35px;
    /*line-height: 60px;*/
}

.footer-responsive[b-g1mh26wtrv] {
    /*padding: 0 20px 0 20px;*/
    text-align: center;
}
