@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/RRR/Components/Layout/HomeLayout.razor.rz.scp.css */
.page[b-03d9sl1wr9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-03d9sl1wr9] {
    flex: 1;
}

.sidebar[b-03d9sl1wr9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);         
}

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

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

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

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

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

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

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

    .sidebar[b-03d9sl1wr9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-03d9sl1wr9] {
    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-03d9sl1wr9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
             
/* _content/RRR/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6an0421whx] {
    position: relative;
    display: flex;
    flex-direction: column;
}


main[b-6an0421whx] {
    flex: 1;
    width: 100%; /* Ensure the content wrapper takes full width */
}

.sidebar[b-6an0421whx] {
    background-color: #570530;
    width: 100%;
}

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

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

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

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

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

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

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

    .sidebar[b-6an0421whx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-6an0421whx] {
    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-6an0421whx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/RRR/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s89pvuyldq] {
    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-s89pvuyldq] {
        background-color: rgba(255, 255, 255, 0.5);
    }

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

.navbar-brand[b-s89pvuyldq] {
    font-size: 1.1rem;
}

.nav-link[b-s89pvuyldq] {
    display: flex;
    align-items: center; /* Vertically center icon and text */
    padding-left: 1rem; /* Ensure some left padding */
    padding-right: 1rem; /* Ensure right padding for spacing */
    line-height: 3rem; /* Ensures line height is consistent */
    width: 100%; /* Ensure the full width is used */
}

/* Make sure the nav items are aligned from the left */
.nav-item[b-s89pvuyldq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center; /* Vertically center content in nav item */
    justify-content: flex-start; /* Align to the left side */
}

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

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

    /* Center the icon and text on hover while keeping the item aligned to the left */
    .nav-item[b-s89pvuyldq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Align both icon and text to the left */
        line-height: 3rem;
        width: 100%;
        padding-left: 5px;
        text-decoration: none; /* Remove underline on hover */
    }

    /* Active state (text and icons remain aligned left) */
    .nav-item[b-s89pvuyldq]  a.active {
        background-color: rgba(255, 255, 255, 0.37);
        color: white;
    }

    /* Hover effect (keep text and icons aligned left) */
    .nav-item[b-s89pvuyldq]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
        padding-left: 5px; /* Slight left shift on hover */
    }

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

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

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

    .nav-scrollable[b-s89pvuyldq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.bi[b-s89pvuyldq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* Ensure icons are vertically aligned and text is centered */
.nav-item .bi[b-s89pvuyldq], .nav-item .nav-link[b-s89pvuyldq] {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Home Icon */
.bi-house-door-fill-nav-menu[b-s89pvuyldq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

/* Submissions Icon */
.bi-clipboard-check-nav-menu[b-s89pvuyldq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clipboard-check' viewBox='0 0 16 16'%3E%3Cpath d='M11 0a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h6zm-1 1H6v12h4V1z'%3E%3C/path%3E%3C/svg%3E");
}

/* Unitcosts Icon */
.bi-file-earmark-spreadsheet-nav-menu[b-s89pvuyldq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-spreadsheet' viewBox='0 0 16 16'%3E%3Cpath d='M10 0H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zM7 14V2h2v12H7z'%3E%3C/path%3E%3C/svg%3E");
}

/* Categories Icon */
.bi-folder-nav-menu[b-s89pvuyldq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-folder' viewBox='0 0 16 16'%3E%3Cpath d='M3 1a1 1 0 0 1 1 1v3h8V2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V9H4v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h1z'%3E%3C/path%3E%3C/svg%3E");
}

/* Detailed Report Icon */
.bi-file-earmark-text-nav-menu[b-s89pvuyldq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-text' viewBox='0 0 16 16'%3E%3Cpath d='M11 0a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h6zm-1 1H6v12h4V1z'%3E%3C/path%3E%3C/svg%3E");
}

/* Estimated Budget Summary Icon */
.bi-file-earmark-bar-graph-nav-menu[b-s89pvuyldq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-bar-graph' viewBox='0 0 16 16'%3E%3Cpath d='M11 0a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h6zm-1 1H6v12h4V1z'%3E%3C/path%3E%3C/svg%3E");
}

/* Administrator Icon */
.bi-person-circle-nav-menu[b-s89pvuyldq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a7 7 0 1 1 0 14A7 7 0 0 1 8 0zM8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10z'%3E%3C/path%3E%3C/svg%3E");
}

/* Manage Account Icon */
.bi-person-fill-nav-menu[b-s89pvuyldq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-s89pvuyldq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


/* _content/RRR/Components/Pages/Public/EventDetails.razor.rz.scp.css */
.coverpage[b-bhk5td773q] {
    text-align: center;
    display: flex;
    padding: 50px 20px; /* Reduced padding for smaller screens */
    flex-direction: column;
    background-color: #f1f5f8;
    color: black;
    font-size: large;
    margin-top: 4em;
}

@media (min-width: 768px) {
    .coverpage[b-bhk5td773q] {
        padding: 50px 200px; /* Larger padding for desktop view */
    }
}

.date[b-bhk5td773q] {
    font-size: 1rem;
    font-family: Arial, sans-serif;
    color: black;
}

.card-text i[b-bhk5td773q] {
    margin-right: 0.5em;
}

.text[b-bhk5td773q] {
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
}

.description-text[b-bhk5td773q] {
    padding: 10px;
    font-size: 1.2rem;
    font-family: Arial, sans-serif;
    margin-bottom: 1em;
    text-align: left;
}

.event-image[b-bhk5td773q] {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    object-fit: cover;
}

.card-text[b-bhk5td773q] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.date-info[b-bhk5td773q] {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: black;
    margin-left: 0.5em;
}

@media (max-width: 767px) {
    .date[b-bhk5td773q] {
        font-size: 0.9rem; /* Slightly smaller font size for mobile */
    }

    .card-subtitle[b-bhk5td773q] {
        font-size: 1rem; /* Adjust subtitle font size for mobile */
    }
}
/* _content/RRR/Components/Pages/Public/EventsList.razor.rz.scp.css */
.coverpage[b-e2kiqxwb4u] {
  text-align: center;
  display: flex;
  padding: 65px 50px;
  flex-direction: column;
  background-color: #f1f5f8;
  color: black;
  font-size: large;
  margin-top: 4em;
}

.underline[b-e2kiqxwb4u] {
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 1.5px; /* Increase thickness of the underline */
}

.card[b-e2kiqxwb4u] {
    width: 350px; /* Fixed width */
    height: auto; /* Allow height to adjust based on content */
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden; /* Prevent overflow of content */
    text-align: left; /* Align text to the left */
}

.card-body[b-e2kiqxwb4u] {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure card body takes full height */
    align-items: flex-start; /* Align all items to the left */
    padding: 10px; /* Add padding for better spacing */
}

.card-title[b-e2kiqxwb4u] {
    margin: 0.5em 0; /* Adjusted margin for consistency */
    font-size: 1rem; /* Decreased font size for the card title */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add ellipsis for overflow text */
    white-space: normal; /* Allow text to wrap */
}


.event-image[b-e2kiqxwb4u] {
    width: 100%; /* Ensure the image takes full width */
    height: 150px; /* Fixed height for images */
    object-fit: cover; /* Cover the area, maintaining aspect ratio */
    align-self: flex-start; /* Align this text to the left */
}

.card-text[b-e2kiqxwb4u] {
    margin-top: 1em; /* Add spacing above description */
    color: #6c757d; /* Lighter color for description */
    align-self: flex-start; /* Align this text to the left */
}

.date-badge[b-e2kiqxwb4u] {
    display: block; /* Ensure it takes full width */
    text-align: left; /* Align text to the left */
    align-self: flex-start; /* Align this text to the left */
}

.text-success[b-e2kiqxwb4u] {
    display: block; /* Ensure it takes full width */
    font-weight: 550;
    font-size: 1rem; /* Keep the font size */
    align-self: flex-start; /* Align this text to the left */
}


.row[b-e2kiqxwb4u] {
  margin-left: 0; /* Remove default Bootstrap margin */
  margin-right: 0; /* Remove default Bootstrap margin */
}

/* Dropdown styles remain the same */
.dropdown[b-e2kiqxwb4u] {
  position: relative;
  margin-bottom: 20px; /* Add space below the dropdown */
}

.dropdown-toggle[b-e2kiqxwb4u] {
  justify-content: flex-start;
  text-align: start;
  background-color: #fff; /* Dark background for the button */
  color: #343a40; /* Dark text color */
  border: 1px solid #ced4da; /* Light border */
  padding: 10px 20px; /* Increase padding for a larger button */
  transition: background-color 0.3s ease; /* Smooth transition */
}

.dropdown-toggle:hover[b-e2kiqxwb4u] {
  background-color: #495057; /* Darker background on hover */
}

.dropdown-menu[b-e2kiqxwb4u] {
  max-height: 300px; /* Limit the height of the dropdown */
  overflow-y: auto; /* Scroll if there are many options */
  padding: 10px; /* Padding inside the dropdown */
  border-radius: 0.5rem; /* Rounded corners */
  background-color: #ffffff; /* White background for dropdown */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow effect */
}

.form-check[b-e2kiqxwb4u] {
  margin: 5px 0; /* Space between checkboxes */
}

.form-check-input[b-e2kiqxwb4u] {
  margin-right: 10px; /* Space between checkbox and label */
}

.form-check-label[b-e2kiqxwb4u] {
  font-size: 0.9rem; /* Slightly smaller font for labels */
  color: #212529; /* Dark text color */
  transition: color 0.2s ease; /* Smooth color transition */
}

.form-check-label:hover[b-e2kiqxwb4u] {
  color: #007bff; /* Change color on hover */
}

.dropdown-menu.show[b-e2kiqxwb4u] {
  animation: fadeIn-b-e2kiqxwb4u 0.3s; /* Fade in animation */
}

@keyframes fadeIn-b-e2kiqxwb4u {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Custom spacing for dropdown and search input */
.input-group[b-e2kiqxwb4u] {
  gap: 5px; /* 5px gap between dropdown and search input */
}
/* _content/RRR/Components/Pages/Public/GalleryDetails.razor.rz.scp.css */
.coverpage[b-f2639vbza6] {
    text-align: center;
    display: flex;
    padding: 50px 20px; /* Adjusted for mobile */
    flex-direction: column;
    background-color: #F1F5F8;
    color: black;
    font-size: large;
    margin-top: 4em;
}

@media (min-width: 768px) {
    .coverpage[b-f2639vbza6] {
        padding: 50px 200px; /* Padding for desktop view */
    }
}

.date[b-f2639vbza6] {
    font-size: 1rem;
    font-family: Arial, sans-serif;
}

.date-info[b-f2639vbza6] {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: black;
    margin-left: 0.5em;
}

.card-text[b-f2639vbza6] {
    margin: 20px 0; /* Add spacing between date and location */
}

.centered-image[b-f2639vbza6] {
    width: 100%; /* Make the image responsive */
    max-width: 800px; /* Adjust max width for better sizing */
    height: auto; /* Maintain aspect ratio */
    margin: auto; /* Center image horizontally */
}

.underline[b-f2639vbza6] {
    text-decoration: underline;
    text-decoration-color: #000000;
    text-decoration-thickness: 2px; /* Increase thickness of the underline */
}

.card-body[b-f2639vbza6] {
    margin-bottom: 20px; /* Add space between cards */
}

@media (max-width: 767px) {
    .date[b-f2639vbza6] {
        font-size: 0.9rem; /* Slightly smaller font size for mobile */
    }

    .card-body[b-f2639vbza6] {
        margin-bottom: 15px; /* Adjust margin for smaller screens */
    }
}
/* _content/RRR/Components/Pages/Public/GalleryList.razor.rz.scp.css */
.coverpage[b-ru9lwb8l7w] {
    text-align: center;
    display: flex;
    padding: 65px 50px;
    flex-direction: column;
    background-color: #f1f5f8;
    color: black;
    font-size: large;
    margin-top: 4em;
}

.underline[b-ru9lwb8l7w] {
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 1.5px; /* Increase thickness of the underline */
}

.card[b-ru9lwb8l7w] {
    width: 350px; /* Fixed width */
    height: auto; /* Allow height to adjust based on content */
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    transition: box-shadow 0.3s ease; /* Remove transform for hover */
    overflow: hidden; /* Prevent overflow of content */
}



.card-body[b-ru9lwb8l7w] {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure card body takes full height */
    align-items: flex-start; /* Align all items to the left */
    padding: 10px; /* Add padding for better spacing */
}

.card-title[b-ru9lwb8l7w], .text-success[b-ru9lwb8l7w], .date-badge[b-ru9lwb8l7w] {
    align-self: flex-start; /* Align this text to the left */
}

.gallery-image[b-ru9lwb8l7w] {
    width: 100%; /* Ensure the image takes full width */
    height: auto; /* Adjust height based on aspect ratio */
    object-fit: cover; /* Ensure the image covers the card without distortion */
}

.card-title[b-ru9lwb8l7w] {
  margin: 0.5em 0; /* Consistent spacing for card title */
  overflow: hidden; /* Hide any overflow */
  text-overflow: ellipsis; /* Add ellipsis for overflow text */
  white-space: normal; /* Allow text to wrap */
  font-size: 0.9rem; /* Decrease font size (adjust as needed) */
}

.text-success[b-ru9lwb8l7w] {
  color: green; /* Keep text color consistent */
  margin-bottom: 0.5em; /* Spacing below the type name */
  font-size: 0.9rem; /* Decrease font size */
}

.container-fluid[b-ru9lwb8l7w] {
  margin-bottom: 20px;
}

.row[b-ru9lwb8l7w] {
  margin-left: 0; /* Remove default Bootstrap margin */
  margin-right: 0; /* Remove default Bootstrap margin */
}

.date-badge[b-ru9lwb8l7w] {
  font-weight: inherit;
  font-size: 1rem; /* Adjust font size for the date */
  font-family: Arial, sans-serif; /* Change font family for the date */
}

.dropdown[b-ru9lwb8l7w] {
  position: relative;
  margin-bottom: 20px; /* Add space below the dropdown */
}

.dropdown-toggle[b-ru9lwb8l7w] {
  justify-content: flex-start;
  text-align: start;
  background-color: #fff; /* Dark background for the button */
  color: #343a40; /* White text color */
  border: 1px solid #ced4da; /* Light border */
  padding: 10px 20px; /* Increase padding for a larger button */
  transition: background-color 0.3s ease; /* Smooth transition */
}

.dropdown-toggle:hover[b-ru9lwb8l7w] {
  background-color: #495057; /* Darker background on hover */
}

.dropdown-menu[b-ru9lwb8l7w] {
  max-height: 300px; /* Limit the height of the dropdown */
  overflow-y: auto; /* Scroll if there are many options */
  padding: 10px; /* Padding inside the dropdown */
  border-radius: 0.5rem; /* Rounded corners */
  background-color: #ffffff; /* White background for dropdown */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow effect */
}

.form-check[b-ru9lwb8l7w] {
  margin: 5px 0; /* Space between checkboxes */
}

.form-check-input[b-ru9lwb8l7w] {
  margin-right: 10px; /* Space between checkbox and label */
}

.form-check-label[b-ru9lwb8l7w] {
  font-size: 0.9rem; /* Slightly smaller font for labels */
  color: #212529; /* Dark text color */
  transition: color 0.2s ease; /* Smooth color transition */
}

.form-check-label:hover[b-ru9lwb8l7w] {
  color: #007bff; /* Change color on hover */
}

.dropdown-menu.show[b-ru9lwb8l7w] {
  animation: fadeIn-b-ru9lwb8l7w 0.3s; /* Fade in animation */
}

@keyframes fadeIn-b-ru9lwb8l7w {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* _content/RRR/Components/Pages/Public/ResourcesList.razor.rz.scp.css */
.coverpage[b-thmqhf964s] {
    text-align: center;
    display: flex;
    padding: 65px 50px;
    flex-direction: column;
    background-color: #f1f5f8;
    color: black;
    font-size: large;
    margin-top: 4em;
}

.underline[b-thmqhf964s] {
    text-decoration: underline;
    text-decoration-color: #000000;
    text-decoration-thickness: 1.5px; /* Increase thickness of the underline */
}

.card[b-thmqhf964s] {
    width: 250px; /* Full width in the column */
    height: 300px; /* Decreased height for the card */
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden; /* Prevent overflow of content */
}

.pdf[b-thmqhf964s] {
    width: 100px; /* Fixed width for PDF image */
    height: 100px; /* Fixed height for PDF image */
    object-fit: contain; /* Fit the image within the card */
    margin: 10px auto; /* Center the image */
}

.event-card[b-thmqhf964s] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body[b-thmqhf964s] {
    display: flex;
    flex-direction: column;
  
    height: 100%; /* Ensure card body takes full height */
    align-items: flex-start; /* Align all items to the left */
    padding: 10px; /* Add padding for better spacing */
}

/* Other styles remain unchanged */

.text-success[b-thmqhf964s] {
    color: green; /* Keep text color consistent */
    margin-bottom: 0.5em; /* Spacing below the type name */
    font-size: 16px;
    align-self: flex-start; /* Align this text to the left */
}

.docname[b-thmqhf964s] {
    color: black;
}

.container-fluid[b-thmqhf964s] {
    margin-bottom: 20px;
}

/* Dropdown styles remain the same */
.dropdown[b-thmqhf964s] {
    position: relative;
    margin-bottom: 20px; /* Add space below the dropdown */
}

.dropdown-toggle[b-thmqhf964s] {
    justify-content: flex-start;
    text-align: start;
    background-color: #fff; /* Dark background for the button */
    color: #343a40; /* White text color */
    border: 1px solid #ced4da; /* Light border */
    padding: 10px 20px; /* Increase padding for a larger button */
    transition: background-color 0.3s ease; /* Smooth transition */
}

    .dropdown-toggle:hover[b-thmqhf964s] {
        background-color: #495057; /* Darker background on hover */
    }

.dropdown-menu[b-thmqhf964s] {
    max-height: 300px; /* Limit the height of the dropdown */
    overflow-y: auto; /* Scroll if there are many options */
    padding: 10px; /* Padding inside the dropdown */
    border-radius: 0.5rem; /* Rounded corners */
    background-color: #ffffff; /* White background for dropdown */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow effect */
}

.form-check[b-thmqhf964s] {
    margin: 5px 0; /* Space between checkboxes */
}

.form-check-input[b-thmqhf964s] {
    margin-left: 10px;
    margin-right: 10px; /* Space between checkbox and label */
}

.form-check-label[b-thmqhf964s] {
    font-size: 0.9rem; /* Slightly smaller font for labels */
    color: #212529; /* Dark text color */
    transition: color 0.2s ease; /* Smooth color transition */
}

    .form-check-label:hover[b-thmqhf964s] {
        color: #007bff; /* Change color on hover */
    }

.dropdown-menu.show[b-thmqhf964s] {
    animation: fadeIn-b-thmqhf964s 0.3s; /* Fade in animation */
}

@keyframes fadeIn-b-thmqhf964s {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Ensure responsiveness and spacing */
.d-flex.flex-row.flex-wrap > div[b-thmqhf964s] {
    margin-bottom: 20px; /* Gap between each card */
}
/* _content/RRR/Components/Pages/Submissions/SubmissionLayout.razor.rz.scp.css */
/* Container for the cards */
.cards-container[b-1dqrlishnp] {
    display: flex; /* Align cards in a row */
    justify-content: space-between; /* Distribute cards with equal space */
    gap: 10px; /* Space between the cards */
    padding: 10px;
    background-color: #f8f9fa; /* Optional: background for contrast */
    overflow-x: auto; /* Horizontal scroll if necessary */
}

/* Individual cards */
.card-custom[b-1dqrlishnp] {
    flex: 0 0 180px; /* Fixed width for each card */
    height: 120px; /* Fixed height for cards */
    text-align: center;
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding: 10px; /* Reduced padding */
    overflow: hidden; /* Prevent content overflow */
    cursor: pointer;
    transition: transform 0.2s ease; /* Smooth hover animation */
    display: flex; /* Align content vertically */
    flex-direction: column; /* Stack content vertically */
    justify-content: center; /* Vertically center the content */
}

    /* Hover effect */
    .card-custom:hover[b-1dqrlishnp] {
        transform: scale(1.05); /* Slight zoom effect */
    }

/* Text inside the cards */
.second-text[b-1dqrlishnp] {
    font-size: 18px; /* Font size for the count */
    font-weight: bold;
    margin-top: 5px;
}

.tip[b-1dqrlishnp] {
    font-size: 14px; /* Font for the title */
    color: #555; /* Muted color for contrast */
    margin-bottom: 5px;
}
