@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Layout/Breadcrumb.razor.rz.scp.css */
.breadcrumb[b-9qxoi5nb12] {
    list-style: none;
    padding: 10px;
    margin: 0;
    font-family: Arial, sans-serif;
    border-radius: 5px;
    font-size: 0.8rem;
}

.breadcrumb-item[b-9qxoi5nb12] {
    display: inline-block;
    margin-right: 5px;
}

.breadcrumb-separator[b-9qxoi5nb12] {
    color: #888;
    margin: 0 5px; /* Add space before and after the separator */
}

.breadcrumb-item a[b-9qxoi5nb12] {
    color: #6a0dad;
    text-decoration: underline; /* Always underline */
}

.current-page a[b-9qxoi5nb12] {
    color: inherit;
    cursor: default;
}
/* /Layout/Navigation/_LoggedInNav.razor.rz.scp.css */
.dropdown-menu li[b-x29r337gqm] {
    position: relative;
}

.dropdown-menu .dropdown-submenu[b-x29r337gqm] {
    display: none;
    position: absolute;
    top: -7px;
}

.submenu-left[b-x29r337gqm] {
    left: 100%;
}

.submenu-right[b-x29r337gqm] {
    right: 100%;
}
.dropdown-menu > li:hover > .dropdown-submenu[b-x29r337gqm] {
    display: block;
}

.submenu[b-x29r337gqm]:after {
    font-size: 1.5rem;
    line-height: 0px;
    content: "\2023";
    display: inline-block;
    position: relative;
    padding: 0 0 6px 8px;
    vertical-align:middle;
}

.sub-left[b-x29r337gqm]:before {
    font-size: 1.5rem;
    line-height: 0px;
    content: "\2023";
    transform: rotate(180deg);
    display: inline-block;
    position: relative;
    padding: 0 0 2px 8px;
    vertical-align: middle;
}

#notifications-nav[b-x29r337gqm] {
    width: 25rem;
}
/* Overrides global nav link text decoration */
.no-hover:hover[b-x29r337gqm] {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: initial !important;
}
#profile .dropdown-toggle[b-x29r337gqm] {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.1rem !important;
}
/***MOBILE/SMALL SCREENS****/
@media screen and (max-width: 475px) {
    .dropdown-menu .dropdown-submenu[b-x29r337gqm] {
        display: none;
        position: absolute;
        left: 0% !important;
        top: -7px;
        float: left;
    }

    .submenu[b-x29r337gqm]:before {
        font-size: 1.5rem;
        line-height: 0px;
        content: "\2023";
        display: inline-block;
        position: relative;
        padding: 0px 0 5px 15px;
        transform: rotate(180deg)
    }

    .submenu[b-x29r337gqm]:after {
        display: none;
    }
    #notifications-nav[b-x29r337gqm] {
        width: 20rem;
    }
}
/* /Layout/Navigation/_LoggedOutNav.razor.rz.scp.css */
.dropdown-menu li[b-2jwxdbef81] {
    position: relative;
}

.dropdown-menu .dropdown-submenu[b-2jwxdbef81] {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}


.dropdown-menu > li:hover > .dropdown-submenu[b-2jwxdbef81] {
    display: block;
}

.submenu[b-2jwxdbef81]:after {
    font-size: 1.5rem;
    line-height: 0px;
    content: "\2023";
    display: inline-block;
    position: relative;
    padding: 0 0 0 15px;
}
/***MOBILE/SMALL SCREENS****/
@media screen and (max-width: 475px) {
    .dropdown-menu .dropdown-submenu[b-2jwxdbef81] {
        display: none;
        position: absolute;
        left: 0% !important;
        top: -7px;
        float: left;
    }

    .submenu[b-2jwxdbef81]:before {
        font-size: 1.5rem;
        line-height: 0px;
        content: "\2023";
        display: inline-block;
        position: relative;
        padding: 0px 0 5px 15px;
        transform: rotate(180deg)
    }

    .submenu[b-2jwxdbef81]:after {
        display: none;
    }
}
/* /Layout/Navigation/_SideNavPanel.razor.rz.scp.css */
/* Base sidebar styling */
.navbar[b-m41y0uygjo] {
    --bs-navbar-padding-y: 0!important;
}
.sidebar .nav-link[b-m41y0uygjo],
.sidebar .nav-link:visited[b-m41y0uygjo],
.sidebar .nav-link:hover[b-m41y0uygjo],
.sidebar .nav-link:focus[b-m41y0uygjo] {
    color: #ffffff !important;
}
.sidebar[b-m41y0uygjo] {
    position: relative;
}

    .sidebar .dropdown-menu .dropdown-item[b-m41y0uygjo] {
        color: #ffffff !important;
    }

    .sidebar .dropdown-menu .dropdown-item:hover[b-m41y0uygjo],
    .sidebar .dropdown-menu .dropdown-item:focus[b-m41y0uygjo] {
        color: #ffffff !important;
        background-color: rgba(255, 255, 255, 0.08);
    }
/*.profile-img {
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}*/
.user-initials[b-m41y0uygjo] {
    font-weight: bold;
    font-size: large;
    background-color: #5a82fd;
    border-radius: 50%;
    color: white;
    text-transform: uppercase;
    height: 37px;
    width: 37px;
    margin-top: 10px;
    text-align: center;
    line-height: 40px; /* Align text vertically */
    padding: 10px;
}

/*** DESKTOP (≥992px) – full sidebar with text, collapsible via .sidebar-collapsed ***/
@media screen and (min-width: 992px) {
    .sidebar[b-m41y0uygjo] {
        width: 215px;
        align-items: flex-start;
        transition: width 0.2s ease;
    }
        /* apply flex to all sidebar nav-links except #user-details */
        .sidebar a.nav-link:not(#user-details a.nav-link)[b-m41y0uygjo] {
            display: flex !important;
            align-items: center !important;
        }

        .sidebar .nav-text[b-m41y0uygjo] {
            display: inline;
        }

        /*Nudges caret away from user pic when expanded*/
        .sidebar #user-details > .dropdown-toggle[b-m41y0uygjo]::after {
            margin-left: 10px !important;
            margin-bottom: 12px !important;
        }

        .sidebar .nav-item[b-m41y0uygjo] {
            text-align: left;
            padding: 0.75rem 0.5rem 0.25rem 0.75rem;
            --bs-nav-link-padding-x: 0rem;
        }

        .sidebar .nav-item .nav-icon i[b-m41y0uygjo] {
            font-size: 2rem;
        }       
     
        .sidebar ul.dropdown-menu[b-m41y0uygjo] {
            margin-left: 0.5rem !important; /*nudges flyout away from sidebar*/
        }

        /* COLLAPSED STATE ON DESKTOP */
        .sidebar.sidebar-collapsed[b-m41y0uygjo] {
            width: 80px;
            align-items: center;
        }

            .sidebar.sidebar-collapsed .nav-text[b-m41y0uygjo] {
                display: none;
            }

            .sidebar.sidebar-collapsed .nav-link[b-m41y0uygjo] {
                text-align: left;
                padding: 0.75rem 0rem;
            }

                .sidebar.sidebar-collapsed .nav-link i[b-m41y0uygjo] {
                    margin-right: 0; /* icons centred when text hidden */
                }

            /*Nudges caret away from user pic when collapsed*/
            .sidebar.sidebar-collapsed #user-details > .dropdown-toggle[b-m41y0uygjo]::after {
                margin-left: 35px !important;
                margin-bottom: 15px !important;
            }
    /* Toggle button positioning on desktop */
    .sidebar-toggle[b-m41y0uygjo] {
        margin-top: auto;
        align-self: flex-end;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .sidebar.sidebar-collapsed .sidebar-toggle[b-m41y0uygjo] {
        align-self: center;
    }
}


/*** TABLET (768px–991.98px) – collapsed to icons, expandable via .sidebar-expanded ***/
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .sidebar[b-m41y0uygjo] {
        width: 75px; /* collapsed width */
        align-items: center;
        transition: width 0.2s ease;
    }
        .sidebar .nav-item[b-m41y0uygjo] {
            padding: 0.75rem 0.5rem 0.25rem 0.75rem;
        }

        /* Default: collapsed (icons only) */
        .sidebar .nav-text[b-m41y0uygjo] {
            display: none; /* hide labels */
        }

        .sidebar .nav-link[b-m41y0uygjo] {
            text-align: left;
            padding: 0.75rem 0rem;
        }

        .sidebar .nav-icon i[b-m41y0uygjo] {
            margin-right: 0; /* no gap when text hidden */
            font-size: 1.5rem; /* your tablet icon size */
        }

        /* Collapse submenus by default on tablet – optional */
        .sidebar .collapse[b-m41y0uygjo] {
            padding-left: 0;
        }
            #user-details .dropdown-toggle[b-m41y0uygjo]::after {
                margin-left: 29px !important;
                margin-bottom: 12px !important;
            }

            /* EXPANDED STATE ON TABLET – applied when JS adds .sidebar-expanded */
            .sidebar.sidebar-expanded[b-m41y0uygjo] {
                width: 210px;
                align-items: flex-start;
            }

            .sidebar.sidebar-expanded .nav-text[b-m41y0uygjo] {
                display: inline; /* show labels */
            }

                /* when sidebar is expanded: add margin */
                .sidebar.sidebar-expanded .dropend > .dropdown-toggle[b-m41y0uygjo]::after {
                    margin-left: 5px !important;
                }

                .sidebar.sidebar-expanded .nav-link[b-m41y0uygjo] {
                    text-align: left;
                    /* padding: 0.75rem 0.75rem;*/
                }

                .sidebar.sidebar-expanded .nav-link i[b-m41y0uygjo] {
                    margin-right: 0.5rem;
                    font-size: 1.5rem; /* keep your tablet size, just add spacing */
                }
        .sidebar ul.dropdown-menu[b-m41y0uygjo] {
            margin-left: 0.5rem !important; /*nudges flyout away from sidebar*/
        }
    /* Toggle button at the bottom on tablet */
    .sidebar-toggle[b-m41y0uygjo] {
        margin-top: auto; /* push to bottom */
        align-self: center; /* centred when collapsed */
        margin-bottom: 8px;
    }

    .sidebar.sidebar-expanded .sidebar-toggle[b-m41y0uygjo] {
        align-self: flex-end; /* looks nicer when wide */
        margin-right: 5px;
    }
}


/*** MOBILE (<768px) – sidebar hidden, offcanvas used instead ***/
@media screen and (max-width: 767.98px) {
    /* Hide the desktop/tablet sidebar */
    .sidebar[b-m41y0uygjo] {
        display: none;
    }

    /* Mobile nav links (inside offcanvas) */
    #mobileNav .nav-item .nav-link[b-m41y0uygjo] {
        color: #ffffff !important;
    }

    /* Icon size in mobile nav */
    #mobileNav .nav-item .nav-icon[b-m41y0uygjo] {
        font-size: 2rem;
    }

    /* Text size for main nav labels */
    #mobileNav .nav-item .nav-link .nav-text[b-m41y0uygjo] {
        font-size: 2rem;
    }

    /* Submenu / dropdown items in mobile nav (if you add them later) */
    #mobileNav .nav-item ul.collapse .nav-text[b-m41y0uygjo] {
        font-size: 1.5rem;
    }

    /* Indent collapsed submenu items (if using collapse in mobile nav) */
    #mobileNav .nav-item ul.collapse li[b-m41y0uygjo] {
        list-style: none;
        margin-left: 20px;
    }
}

/* /Layout/_Footer.razor.rz.scp.css */
.scroll-to-top[b-zep2jgq5rf] {
    font-size: 1.75rem !important;
    position: fixed; /* Fixed/sticky position */
    bottom: 200px; /* Place the button at the bottom of the page */
    right: 13px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border-radius: 50rem !important;
}
    .scroll-to-top:hover[b-zep2jgq5rf] {
        background: #adb5bd !important;
    }
.scroll-to-top > i[b-zep2jgq5rf]::before{
    font-weight: bold !important;
}
/* /Layout/_NotificationsNav.razor.rz.scp.css */
/***MEDOIUM & LARGE SCREENS****/
.alert:hover[b-jm2re0y4zp] {
    background-color: #f0f8ff;
}
.notification-icon[b-jm2re0y4zp] {
    font-size: 1.5rem;
    vertical-align: -0.2rem;
}

/***MOBILE/SMALL SCREENS****/
@media screen and (max-width: 475px) {

}
/* /Pages/Admin/Templates/BuildTemplate.razor.rz.scp.css */
/*Makes fly-out menu scrollable on large screens*/
@media screen and (min-width: 992px) {
    .flyout-container[b-vt7hxp15vq] {
        position: sticky;
        top: 0px !important;
        height: 500px;
        overflow-y: scroll;
    }
    /*.flyout-container {
    flex: 0 0 320px;
    overflow-y: auto;
    }*/
}
.template-builder[b-vt7hxp15vq] {
    display: flex;
    height: 100vh;
}

.flyout-container[b-vt7hxp15vq] {
    flex: 0 0 320px;
    overflow-y: auto;
}

.flyout-menu[b-vt7hxp15vq] {
    width: 100%;
    background-color: #f8f9fa;
    padding: 10px;
    font-family: sans-serif;
}

.form-label[b-vt7hxp15vq] {
    font-weight: bold;
    font-size: 14px;
}

.main-content[b-vt7hxp15vq] {
    flex-grow: 1; 
    margin-left: 10px;
    overflow-y: auto;
}

.author-section[b-vt7hxp15vq] {
    font-size: 12px;
    padding: 10px;
    height: 100%;
    /*TODO: add vertical centering */
}

.add-section[b-vt7hxp15vq] {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

    .add-section h4[b-vt7hxp15vq] {
        margin-bottom: 10px;
    }

.sections[b-vt7hxp15vq] {
    margin-top: 20px;
}

.section[b-vt7hxp15vq] {
    background-color: #ffffff;
}

.sub-section[b-vt7hxp15vq] {
    background-color: #f8f9fa;
}

.dropdown-menu[b-vt7hxp15vq] {
    min-width: auto;
}

.flyout-menu[b-vt7hxp15vq] {
    width: 250px;
    background-color: #f8f9fa;
    border-right: 1px solid #ddd;
    padding: 10px;
    font-family: sans-serif;
}

.toggle-button[b-vt7hxp15vq] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #007BFF;
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
}

    .toggle-button:hover[b-vt7hxp15vq] {
        background-color: #0056b3;
    }

.menu-content[b-vt7hxp15vq] {
    margin-top: 10px;
}

.category-section[b-vt7hxp15vq] {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: block;
}

.category-header[b-vt7hxp15vq],
.subcategory-header[b-vt7hxp15vq] {
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    padding: 5px;
    background-color: #e9ecef;
    border-radius: 4px;
}

.subcategory-section[b-vt7hxp15vq] {
    margin-left: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.action-text-container[b-vt7hxp15vq] {
    max-width: 70%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
}


.question-list[b-vt7hxp15vq] {
    margin-left: 15px;
    margin-top: 5px;
}

/* Alternate background colors for items */
.question-item[b-vt7hxp15vq] {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .question-item:nth-child(odd)[b-vt7hxp15vq] {
        background-color: #f1f1f1;
    }

    .question-item:nth-child(even)[b-vt7hxp15vq] {
        background-color: #ffffff;
    }

    .question-item:last-child[b-vt7hxp15vq] {
        border-bottom: none; /* Remove border on last item */
    }

.add-button[b-vt7hxp15vq] {
    margin-left: 10px;
    background-color: #6c757d;
    border: none;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.9em;
}

    .add-button:hover[b-vt7hxp15vq] {
        background-color: #5a6268;
    }

.edit-question-btn[b-vt7hxp15vq] {
    background-color: transparent;
    border: none;
    color: #5a6268;
    font-size: 1.2rem;
    cursor: pointer;
}

.delete-question-btn[b-vt7hxp15vq] {
    background-color: transparent;
    border: none;
    color: red;
    font-size: 1.2rem;
    cursor: pointer;
}

.create-new-section-btn-container[b-vt7hxp15vq] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.create-new-section-btn[b-vt7hxp15vq] {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* /Pages/Admin/Templates/CreateInspectionFromTemplate.razor.rz.scp.css */
h2[b-58r9n8riyc] {
    margin-bottom: 20px;
}

.search-container[b-58r9n8riyc] {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

    .search-container input[b-58r9n8riyc] {
        flex: 1;
        padding: 10px;
        font-size: 16px;
    }

.search-btn[b-58r9n8riyc] {
    padding: 10px 20px;
    margin-left: 10px;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.card-container[b-58r9n8riyc] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination[b-58r9n8riyc] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

    .pagination button[b-58r9n8riyc] {
        padding: 10px 20px;
        margin: 0 10px;
        background-color: #007BFF;
        color: #ffffff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        .pagination button[disabled][b-58r9n8riyc] {
            background-color: #cccccc;
            cursor: not-allowed;
        }

    .pagination span[b-58r9n8riyc] {
        font-size: 16px;
    }
/* /Pages/Admin/Templates/FlyoutMenu.razor.rz.scp.css */
.flyout-menu[b-lhcyc1xri5] {
    width: 320px;
    background-color: #f8f9fa;
    border-radius: 10px; /* Curved border */
    border: 1px solid #ddd; /* Light border */

    border-right: 1px solid #ddd;
    padding: 10px;
    font-family: sans-serif;

}

.create-new-section-btn[b-lhcyc1xri5] {
    position: sticky; /* Sticky positioning */
    bottom: 0; /* Stick to the bottom */
    z-index: 10; /* Ensure it stays on top */
    background: white; /* Background to avoid overlapping issues */
    text-align: center;
    padding: 1rem;
}

.toggle-button[b-lhcyc1xri5] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #007BFF;
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
}

    .toggle-button:hover[b-lhcyc1xri5] {
        background-color: #0056b3;
    }

.nav-link[b-lhcyc1xri5] {
    background-color: rgb(111 66 193 / 0.15); /*for setting different background opacity just to make it clearer its a toggle menu!*/
    border: 1px solid #ddd;
    border-radius: 0.25rem 0.25rem 0 0;
    margin-right: 2px;
    padding: 10px 20px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.menu-content[b-lhcyc1xri5] {
    margin-top: 10px;
}

.flyout-header[b-lhcyc1xri5] {
    font-size: 12px;
    padding: 5px;
}


.category-section[b-lhcyc1xri5] {
    margin-bottom: 15px;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 5px;
    font-size: 15px;
    background-color: #e9ecef;
    border-radius: 5px;
}

.category-header[b-lhcyc1xri5],
.subcategory-header[b-lhcyc1xri5] {
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    padding: 5px;
    background-color: #e9ecef;
    border-radius: 4px;

}

.subcategory-section[b-lhcyc1xri5] {
    margin-left: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
}

.question-list[b-lhcyc1xri5] {
    margin-left: 15px;
    margin-top: 5px;
}

/* Question Item: Flexbox for consistent layout */
.question-item[b-lhcyc1xri5] {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd; 
}

/* for the badge (L/R) */
.icon-column[b-lhcyc1xri5] {
    width: 1rem; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px; 
    min-height: 3rem;
    padding-left: 0; 
}

.text-column[b-lhcyc1xri5] {
    display: flex;
    align-items: center;
    min-height: 3rem;
    flex-grow: 1;
    width: 100%;
    max-width: 60ch; 
    word-wrap: break-word;
    white-space: normal; 
}

/* Add Action Button: Positioned to the far right */
.add-flyout-button[b-lhcyc1xri5] {
    margin-left: auto;
    flex-shrink: 0; /* Prevent shrinking */
}

/* Optional: Ensure the action text stays aligned properly */
.action-text[b-lhcyc1xri5] {
    display: block;
    word-wrap: break-word; /* Allow long words to break into the next line */
}

/* Styling for Legal Requirement Badge */
.bg-danger[b-lhcyc1xri5] {
    background-color: red;
    color: white;
}

/* Styling for Non-Legal Requirement Badge */
.bg-secondary[b-lhcyc1xri5] {
    background-color: #6c757d;
    color: white;
}

.add-flyout-button[b-lhcyc1xri5] {
    margin-left: auto; /* Pushes the button to the far right */
}

/* Optional: Make sure the action text stays aligned properly */
.action-text[b-lhcyc1xri5] {
    display: block; /* Ensures the text stays aligned properly */
}
.statement-list[b-lhcyc1xri5] {
    margin-left: 15px;
    margin-top: 5px;
}

.statement-item[b-lhcyc1xri5] {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-button[b-lhcyc1xri5] {
    margin-left: 10px;
    background-color: #6c757d;
    border: none;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.8em;
}

    .add-button:hover[b-lhcyc1xri5] {
        background-color: #5a6268;
    }

.add-header-button[b-lhcyc1xri5] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
}

    .add-header-button i[b-lhcyc1xri5] {
        font-size: 1.3rem;
        color: #6c757d;
    }

    .add-header-button:hover i[b-lhcyc1xri5] {
        color: mediumpurple;
    }

.add-flyout-button[b-lhcyc1xri5] {
    background-color: #6c757d;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 1px 4px;
    font-size: 13px;
    margin: 4px;
}

.add-question-button:hover[b-lhcyc1xri5] {
    background-color: #5a6268;
}

.added-question-icon[b-lhcyc1xri5] {
    background-color: lightgrey;
    border: none;
    color: black;
    cursor: not-allowed;
    margin: 4px;
}

    .added-question-icon:hover[b-lhcyc1xri5] {
        background-color: grey;
        color: white;
    }
/* /Pages/Admin/Templates/Modals/CreateNewActionStatementModal.razor.rz.scp.css */
.similar-questions-box[b-ybprc1oqax] {
    max-height: 200px;
    overflow-y: auto;
    font-size: 0.9rem;
    line-height: 1.5;
}

    .similar-questions-box li[b-ybprc1oqax] {
        padding: 4px 0;
        border-bottom: 1px solid #eee;
    }

        .similar-questions-box li:last-child[b-ybprc1oqax] {
            border-bottom: none;
        }

    .similar-questions-box button[b-ybprc1oqax] {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }
/* /Pages/Admin/Templates/Modals/CreateNewQuestionModal.razor.rz.scp.css */
.similar-questions-box[b-qqnaoc302k] {
    max-height: 200px;
    overflow-y: auto;
    font-size: 0.9rem;
    line-height: 1.5;
}

    .similar-questions-box li[b-qqnaoc302k] {
        padding: 4px 0;
        border-bottom: 1px solid #eee;
    }

        .similar-questions-box li:last-child[b-qqnaoc302k] {
            border-bottom: none;
        }

    .similar-questions-box button[b-qqnaoc302k] {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }
/* /Pages/Admin/Templates/Modals/EditActionStatementModal.razor.rz.scp.css */
body[b-ln11k6b7r4] {
}
/* /Pages/Admin/Templates/Modals/EditQuestionModal.razor.rz.scp.css */
/*.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: #ffffff;
    padding: 20px;
    width: 500px;
    border-radius: 8px;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
    }

    .form-group textarea,
    .form-group input {
        width: 100%;
        padding: 8px;
        box-sizing: border-box;
    }

.modal-buttons {
    display: flex;
    justify-content: flex-end;
}

*/
/* /Pages/Admin/Templates/PreviewTemplate.razor.rz.scp.css */
/*Moved to global css*/
/* /Pages/Admin/Templates/TemplateCard.razor.rz.scp.css */
.card[b-m4pher6k5s] {
/*    background-color: #ffffff;
    border-radius: 8px;
    width: 30%;
    min-width: 250px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; */
}

    .card h3[b-m4pher6k5s] {
        margin-top: 20px;
    }

.star-rating[b-m4pher6k5s] {
    color: #845FA7;
    font-size: 1rem;
    display: flex;
    gap: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-bottom: 20px
}
.template-description[b-m4pher6k5s] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/Admin/Templates/TemplateCardSml.razor.rz.scp.css */
.card[b-sskb1y7j4g] {
/*    background-color: #ffffff;*/
/*    border-radius: 8px;*/
/*    width: 30%;
    min-width: 250px;*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
/*    margin: 10px;*/
/*    display: flex;
    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    position: relative; */
}

    .card h3[b-sskb1y7j4g] {
        margin-top: 20px;
    }

.star-rating[b-sskb1y7j4g] {
    color: #845FA7;
    font-size: 1rem;
    display: flex;
    gap: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-bottom: 20px
}
/* /Pages/Admin/Templates/TemplateDashboard.razor.rz.scp.css */
/*.card-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 20px;
    flex-wrap: wrap;
}*/
/* /Pages/Admin/Templates/TemplateList.razor.rz.scp.css */
.listRowContainer[b-js8d9b3thw] {
    width: 100%;
    margin: 0 auto; 
}

.listRow[b-js8d9b3thw] {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    width: 100%; 
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    gap: 10px; 
}

    .listRow span[b-js8d9b3thw] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex-shrink: 1; /*  shrink text if necessary */
    }

    .listRow .star-container[b-js8d9b3thw],
    .listRow .buttons[b-js8d9b3thw] {
        flex-shrink: 0; /* but not buttons - update when making mobile friendly */
    }

    .star-rating[b-js8d9b3thw] {
        color: #845FA7;
        font-size: 1rem;
    }

    .listRow .buttons[b-js8d9b3thw] {
        display: flex; 
        gap: 10px; 
    }

    .listRow:last-child[b-js8d9b3thw] {
        border-bottom: none; /*remove bottom border from last item*/
    }


/* /Pages/Admin/Templates/ViewTemplates.razor.rz.scp.css */
.card h3[b-zs0v1rpd1x] {
    margin-top: 0;
}

.card[b-zs0v1rpd1x] {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    width: 75%;
}

.card-container[b-zs0v1rpd1x] {
    max-width: 100%; /* preventing overflow */
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.search-container[b-zs0v1rpd1x] {
    width: 95%;
}

    .search-container .search-input[b-zs0v1rpd1x] {
        border-radius: 15px 0 0 15px;
        border-width: 1px;
    }

    .search-container .search-btn[b-zs0v1rpd1x] {
        border-radius: 0 15px 15px 0;
        padding: 10px 20px;
    }

    .search-container .btn-group[b-zs0v1rpd1x] {
        margin: 0;
    }

    .search-container .ms-3[b-zs0v1rpd1x] {
        margin-left: 15px;
    }

    .search-container.d-flex[b-zs0v1rpd1x] {
        align-items: center;
    }

.view-toggle-btn[b-zs0v1rpd1x] {
    border: none;
    background: none;
    padding: 5px;
    cursor: pointer;
}

    .view-toggle-btn i[b-zs0v1rpd1x] {
        color: purple;
        font-size: 1.5rem;
        transition: color 0.3s ease;
    }

    .view-toggle-btn:hover i[b-zs0v1rpd1x] {
        color: darkviolet;
    }

    .view-toggle-btn:disabled i[b-zs0v1rpd1x] {
        color: lightgray;
        cursor: not-allowed;
    }


.pagination[b-zs0v1rpd1x] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

    .pagination button[b-zs0v1rpd1x] {
        padding: 10px 20px;
        margin: 0 10px;
        background-color: #845FA7;
        color: #ffffff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        .pagination button[disabled][b-zs0v1rpd1x] {
            background-color: #cccccc;
            cursor: not-allowed;
        }

    .pagination span[b-zs0v1rpd1x] {
        font-size: 16px;
    }

.form-check-input:checked[b-zs0v1rpd1x] {
    background-color: #845FA7;
    border-color: #845FA7;
}

/* /Pages/Admin/Templates/ViewTemplatesCard.razor.rz.scp.css */
.card[b-echx3qigt0] {
    background-color: #ffffff;
    border-radius: 8px;
    width: 30%;
    min-width: 250px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .card h3[b-echx3qigt0] {
        margin-top: 0;
    }

/* /Pages/Businesses/AllBusinesses.razor.rz.scp.css */
.PageNumber[b-huwcb12nqj] {
    color: #333;
    text-decoration: none !important;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    box-shadow: inset 0 0 3px #111;
    margin: 0 3px;
    padding: 2px 10px;
}
.PageNumber:hover[b-huwcb12nqj] {
    background:#333;
    color: #ffffff;
}
[type=button]:disabled[b-huwcb12nqj], button:disabled[b-huwcb12nqj] {
    cursor: not-allowed !important;
    border: none;
    background: none;
}
    [type=button]:disabled[b-huwcb12nqj], button:disabled:hover[b-huwcb12nqj] {
        background: none;
        color: #333;
    }

.distance-range[b-huwcb12nqj] {
    width: 91% !important;
}
/* /Pages/Businesses/View/ViewDocument.razor.rz.scp.css */
.carousel-item[b-leed9pj6jo] {
    padding: 0 3rem 0 3rem;
}
.carousel-control-prev[b-leed9pj6jo]{
    margin-right: 3rem;
    padding-right: 3rem;
}
/***MOBILE/SMALL DEVICES****/
@media screen and (max-width: 475px) {
    .carousel-item[b-leed9pj6jo] {
        padding: 0 4rem 0 4rem;
    }

    .carousel-control-prev[b-leed9pj6jo] {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}
/* /Pages/Businesses/View/_BusinessTab.razor.rz.scp.css */
#fb-map[b-jypz6hspb7] {
    width: 300px;
    height: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    #fb-map[b-jypz6hspb7] {
        width: 200px;
        height: 200px;
    }
}
/* /Pages/Dashboard/_DashboardCard.razor.rz.scp.css */
.card[b-4e6c96b5up] {
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
    .card:hover[b-4e6c96b5up] {
        background-color: #e4e6e7;
    }

i#card-icon[b-4e6c96b5up] {
    margin-bottom: 15px;
    color: #808080;
    font-size: 2.5rem !important;
}

/***MOBILE/SMALL SCREENS****/
@media screen and (max-width: 475px) {
    .card[b-4e6c96b5up] {
        padding: 0px !important;
    }
    
    #card-icon[b-4e6c96b5up] {
        
    }
}

/***TABLET/MEDIUM DEVICES****/
@media screen and (min-width: 576px) and (max-width: 768px) {
    .card[b-4e6c96b5up] {
        margin: 10px;
    }
}

/***DESKTOP/LARGE DEVICES****/
@media screen and (min-width: 768px) and (max-width: 992px) {

    .card[b-4e6c96b5up] {
        margin: 10px;
    }
    
    #card-icon[b-4e6c96b5up] {
        font-size: 1rem !important;
    }
    
    #card-count[b-4e6c96b5up] {
        font-size: 1rem;
    }

    #card-title[b-4e6c96b5up] {

    }

    #card-desc[b-4e6c96b5up] {

    }
}
/***XL LARGE DEVICES****/
@media screen and (min-width: 992px) {
    .card[b-4e6c96b5up] {
        padding: 20px !important;
        margin: 10px;
        /*min-height: 400px;*/
    }
    #card-icon[b-4e6c96b5up] {
        font-size: 2.5rem !important;
    }
    #card-count[b-4e6c96b5up] {
        font-size: 2.5rem !important;
    }
}
/* /Pages/GobalComponents/NotificationAlert.razor.rz.scp.css */
.notification-alert[b-bmwh5s7jha] {
    cursor: pointer;
}
/* /Pages/Home/FAQs.razor.rz.scp.css */
button.accordion-button[b-hp2g267bzd] {
    font-weight: bold;
}
/* /Pages/Home/Home.razor.rz.scp.css */
ul.check[b-vrjw5dvnzj] {
    list-style-type: none !important;
}

    ul.check li[b-vrjw5dvnzj]:before {
        content: '\2713' !important;
        margin-right: 10px;
        font-size: 1.2em !important;
        font-weight: bold;
        color: #845fa7;
    }
/* /Pages/Inspections/ChooseTemplateModal.razor.rz.scp.css */
.card h3[b-p738ojvbwd] {
    margin-top: 0;
}

.card[b-p738ojvbwd] {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    width: 75%;
    min-width: 18rem;
}

.card-container[b-p738ojvbwd] {
    max-width: 100%; /* preventing overflow */
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.search-container[b-p738ojvbwd] {
    width: 95%;
}

    .search-container .search-input[b-p738ojvbwd] {
        border-radius: 15px 0 0 15px;
        border-width: 1px;
    }

    .search-container .search-btn[b-p738ojvbwd] {
        border-radius: 0 15px 15px 0;
        padding: 10px 20px;
    }

    .search-container .btn-group[b-p738ojvbwd] {
        margin: 0;
    }

    .search-container .ms-3[b-p738ojvbwd] {
        margin-left: 15px;
    }

    .search-container.d-flex[b-p738ojvbwd] {
        align-items: center;
    }

.filter-btn[b-p738ojvbwd] {
    background-color: transparent !important;
    border: transparent !important;
    color: #6c757d;
}

.view-toggle-btn[b-p738ojvbwd] {
    border: none;
    background: none;
    padding: 5px;
    cursor: pointer;
}

    .view-toggle-btn i[b-p738ojvbwd] {
        color: purple;
        font-size: 1.5rem;
        transition: color 0.3s ease;
    }

    .view-toggle-btn:hover i[b-p738ojvbwd] {
        color: darkviolet;
    }

    .view-toggle-btn:disabled i[b-p738ojvbwd] {
        color: lightgray;
        cursor: not-allowed;
    }


.pagination[b-p738ojvbwd] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

    .pagination button[b-p738ojvbwd] {
        padding: 10px 20px;
        margin: 0 10px;
        background-color: #845FA7;
        color: #ffffff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        .pagination button[disabled][b-p738ojvbwd] {
            background-color: #cccccc;
            cursor: not-allowed;
        }

    .pagination span[b-p738ojvbwd] {
        font-size: 16px;
    }

/*to cut the description down to 3 lines */
.text-truncate-3[b-p738ojvbwd] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* /Pages/Inspections/InspectionForm/InspectionFormV2.razor.rz.scp.css */
/* fix for PDF footer text in Firefox */
@-moz-document url-prefix() {
    #pdf-footer-text[b-e2pqiz4tb9] {
        letter-spacing: 1px;
    }
}

canvas[b-e2pqiz4tb9] {
    width: 400px;
    height: 200px;
    border: 1px solid var(--color-borders);
    border-radius: 10px;
    margin-top: 12px;
}

ul.nav-tabs[b-e2pqiz4tb9], ul#form-tabs[b-e2pqiz4tb9], ul#form-tabs.nav-link:hover[b-e2pqiz4tb9] {
    --bs-nav-link-color: rgb(0,0,0) !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

/*reduces font size on actions table*/
table#tbl-actions.table td[b-e2pqiz4tb9], table#tbl-actions input[type=text][b-e2pqiz4tb9] {
    font-size: 0.8rem !important;
}

/* Thin red border for each item where validation error occurs */
.highlight-validation[b-e2pqiz4tb9] {
    border: 2px solid red !important;
}

.validation-message[b-e2pqiz4tb9] {
    /*Something here*/
}

.btn-group > .btn-check:checked + .btn[b-e2pqiz4tb9]{
    z-index:0 !important;
}
/*Fixes overlap of question sections on other elements*/
.btn-group > .btn:hover[b-e2pqiz4tb9]{
    z-index:0 !important;
}

.list-group-item[b-e2pqiz4tb9] {
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
    --bs-bg-opacity: 0.75;
    padding: 0.5rem 0 !important;
}
/***TABLET/MEDIUM DEVICES****/
@media screen and (max-width: 745px) {
    select[b-e2pqiz4tb9], .form-select[b-e2pqiz4tb9] {
        font-size: 0.8rem !important;
    }
}
/***MOBILE/SMALL DEVICES****/
@media screen and (max-width: 475px) {
    li[b-e2pqiz4tb9], .nav-link[b-e2pqiz4tb9] {
        font-size: 1.2rem;
        padding-right: 0px;
        padding-left: 8px;
    }

    canvas[b-e2pqiz4tb9] {
        width: 300px;
    }
}

/* /Pages/Inspections/InspectionForm/_Scoring.razor.rz.scp.css */
/***MOBILE/SMALL DEVICES****/
@media screen and (max-width: 576px) {
    .btn-group-xl > .btn[b-77u9h2vd6i], .btn-xl[b-77u9h2vd6i] {
        --bs-btn-padding-y: 0.75rem !important;
        --bs-btn-padding-x: 1rem !important;
        --bs-btn-font-size: 1rem !important;
        --bs-btn-border-radius: var(--bs-border-radius-lg);
    }
}
.btn-group-xl > .btn[b-77u9h2vd6i], .btn-xl[b-77u9h2vd6i] {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: 1.5rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.text-score[b-77u9h2vd6i] {
    font-size: 45px;
    vertical-align: middle !important;
}
/* /Pages/Inspections/InspectionForm/_UploadModal.razor.rz.scp.css */
#fileInput[b-qayhx9j7vi] {
    border: 1px dashed rgba(0,0,0,.3) !important;
    background: url("/images/file-earmark-plus.svg");
    background-size: 75px 150px;
    background-repeat: no-repeat;
    background-position: bottom center, 50%, 50%;
    padding-top: 5px;
}
.dropzone[b-qayhx9j7vi] {
    border: none !important;
}
/* /Pages/Inspections/InspectionRecord/InspectionRecord.razor.rz.scp.css */
/**PDF REPORT**/
.btn-xl[b-ockka1mx1p] {
    width: 100%;
    height: 72px;
    padding: 15px 0;
    border: none;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 500;
}

.wrapper[b-ockka1mx1p] {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.details[b-ockka1mx1p] {
    margin: 24px 42px;
}

.date[b-ockka1mx1p] {
    margin-top: 24px;
}

@media print {
    h4[b-ockka1mx1p]{
        margin-top: 8px !important;
    }
    .pgBreakBefore[b-ockka1mx1p] {
        page-break-before: always;
    }

    .pgBreakAfter[b-ockka1mx1p] {
        page-break-after: always;
    }
    /*forces padding for sign text inputs on print view*/
    #fb-sig-name[b-ockka1mx1p], #fb-sig-pos[b-ockka1mx1p], #ao-sig-name[b-ockka1mx1p], #ao-sig-pos[b-ockka1mx1p] {
        padding: 6px 12px !important;
    }
}
/***MOBILE/SMALL DEVICES****/
@media screen and (max-width: 475px) {
    canvas[b-ockka1mx1p] {
        width: 300px;
    }
}
/* /Pages/Inspections/InspectionRecord/_actionRequiredSection.razor.rz.scp.css */
/*reduces font size on tables*/
table#tbl-actions td[b-skptn9qyx5], input[type=text][b-skptn9qyx5] {
    font-size: 0.6rem !important;
}
/* /Pages/Inspections/InspectionRecord/_recommendationsSection.razor.rz.scp.css */
/*reduces font size on tables*/
table#tbl-rec td[b-4mkyiozkxr], input[type=text][b-4mkyiozkxr] {
    font-size: 0.6rem !important;
}
/* /Pages/Inspections/Reporting/PreviewReport.razor.rz.scp.css */
/**PDF REPORT**/
.btn-xl[b-ey04ctoia9] {
    width: 100%;
    height: 72px;
    padding: 15px 0;
    border: none;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 500;
}
.wrapper[b-ey04ctoia9] {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}
.details[b-ey04ctoia9] {
    margin: 24px 42px;
}
.date[b-ey04ctoia9] {
    margin-top: 24px;
}
/*Signature image on preview report - view only*/
.signatureImage[b-ey04ctoia9] {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 10px;
    margin-top: 12px;
}
canvas[b-ey04ctoia9] {
    width: 400px;
    height: 200px;
    border: 1px solid var(--color-borders);
    border-radius: 10px;
    margin-top: 12px;
}
/*reduces font size on actions table*/
table#tbl-actions.table td[b-ey04ctoia9], table#tbl-actions input[type=text][b-ey04ctoia9] {
    font-size: 0.8rem !important;
}
@media print {
    .pgBreakBefore[b-ey04ctoia9] {
        page-break-before: always;
    }

    .pgBreakAfter[b-ey04ctoia9] {
        page-break-after: always;
    }
    /*forces padding for sign text inputs on print view*/
    #fb-sig-name[b-ey04ctoia9], #fb-sig-pos[b-ey04ctoia9], #ao-sig-name[b-ey04ctoia9], #ao-sig-pos[b-ey04ctoia9] {
        padding: 6px 12px !important;
    }
}
/***MOBILE/SMALL DEVICES****/
@media screen and (max-width: 475px) {
    canvas[b-ey04ctoia9] {
        width: 300px;
    }

}
/* /Pages/Inspections/Reporting/Report.razor.rz.scp.css */
/*reduces font size on actions table*/
table#tbl-actions.table td[b-4uwal84v11], table#tbl-actions input[type=text][b-4uwal84v11] {
    font-size: 0.8rem !important;
}

/***MOBILE/SMALL DEVICES****/
@media screen and (max-width: 475px) {
    /*fixes signiture overspilling horizonially on sml*/
    .wrapper[b-4uwal84v11] {
        overflow-x: scroll;
    }

}

   
/* /Pages/Profile/UploadProfileModel.razor.rz.scp.css */
.uploading-overlay[b-1ovi2gkqm0] {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.7);
    z-index: 10;
    border-radius: .375rem;
    text-align: center;
}
/* /Pages/Profile/_ContactDetailsTab.razor.rz.scp.css */
.border-50[b-rccrzzj5eg] {
    border-radius: 50%;
}
/* /Pages/Profile/_OrgDetailsTab.razor.rz.scp.css */
.border-50[b-kyzi6o9tr9] {
    border-radius: 50%;
}
/* /Pages/SharedComponents/AlertComponent.razor.rz.scp.css */
#alert-container[b-03b3odg13e] {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index:3;
    min-width: 40%;
}

/***TABLET/MEDIUM DEVICES****/
@media screen and (max-width: 992px) {
    #alert-container[b-03b3odg13e] {
        min-width: 90%;
    }
}
/* /Pages/SharedComponents/ImageLibrary.razor.rz.scp.css */
.image-library-grid[b-eq67fsp746] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-height: 70vh;
    overflow-y: auto;
}

.image-library-item[b-eq67fsp746] {
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .image-library-item img[b-eq67fsp746] {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .image-library-item.selected[b-eq67fsp746] {
        border: 3px solid #845da7;
    }

.selected-overlay[b-eq67fsp746] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #845fa7;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-file-upload[b-eq67fsp746] {
    display: inline-block;
    padding: 10px 20px;
    background: #845fa7;
    color: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .custom-file-upload:hover[b-eq67fsp746] {
        background: #845fa7;
        color: #FFFFFF;
    }

.nav-link.active[b-eq67fsp746] {
    background-color: #845fa7;
    color: #FFFFFF;
}

.nav-link[b-eq67fsp746] {
    background-color: #D3D3D3;
    color: #FFFFFF;
}

.modal-body[b-eq67fsp746] {
    max-height: 70vh;
    overflow-y: auto;
}
/* /Pages/SharedComponents/InputTagBox.razor.rz.scp.css */

.tag-list[b-elrmr9t5aw] {
    margin-top: 10px;
    margin-bottom: 5px;
}

.tag[b-elrmr9t5aw] {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 5px;
}

    .tag button[b-elrmr9t5aw] {
        background: none;
        border: none;
        color: white;
        margin-left: 5px;
        cursor: pointer;
    }

.autocomplete-list[b-elrmr9t5aw] {
    display: flex;
    flex-wrap: wrap;
    padding: 7px;
    margin: 12px 0;
    border-radius: 5px;
    border: 1px solid #a6a6a6;
    list-style-type: none;
}

    .autocomplete-list li[b-elrmr9t5aw] {
        padding: 5px;
        cursor: pointer;
        color: #333;
        margin: 4px 3px;
        list-style: none;
        border-radius: 5px;
        background: #F2F2F2;
        padding: 5px 8px 5px 10px;
        border: 1px solid #e3e1e1;
    }

        .autocomplete-list li:hover[b-elrmr9t5aw] {
            background-color: #f0f0f0;
        }
/* /Pages/SharedComponents/_DropDownFilters.razor.rz.scp.css */
.filter-btn[b-2s3t0t6qhz] {
    background-color: transparent !important;
    border: transparent !important;
    color: #6c757d;
}

ul.dropdown-menu[b-2s3t0t6qhz] {
    --bs-dropdown-item-padding-y: 0.15rem !important;
}

    ul.dropdown-menu li[b-2s3t0t6qhz] {
        padding: 1px 2px 1px 2px;
    }
/* /Pages/SharedComponents/_loading.razor.rz.scp.css */
.loading-overlay[b-wdvmj226xm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f2f2f2;
/*    opacity: 0.5;*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
/* /Pages/SharedComponents/_SearchBar.razor.rz.scp.css */
.search-icon[b-68kgc1heqq] {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
}
.delete-icon[b-68kgc1heqq] {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
/* /Pages/SharedComponents/_ShowFhRating.razor.rz.scp.css */
.fhrs[b-7lql399bly] {
    height: 80px;
    width: 180px;
}
/* /Pages/Terms/Terms.razor.rz.scp.css */
.terms ol[b-u1f7pk9odv] {
    counter-reset: item;
    padding: 2px;
}

.terms li[b-u1f7pk9odv] {
    display: table;
    counter-increment: item;
    margin-top: 2px;
}

    .terms li[b-u1f7pk9odv]:before {
        content: counters(item, ".") ". ";
        display: table-cell;
        padding-right: 10px;
    }

    .terms li li[b-u1f7pk9odv]:before {
        content: counters(item, ".") " ";
    }
/* /Pages/UI Components/ProgressStep.razor.rz.scp.css */
/* */
.progress-step[b-ej5yo88d4d] {
    display: flex;
    align-items: center;
}
.progress-step ul[b-ej5yo88d4d] {
    list-style: none;
    margin: 30px;
    padding: 0;
    display: inline-block;
    position: relative;
}
    /* line between circle steps*/
    .progress-step ul[b-ej5yo88d4d]:before {
        content: '';
        display: block;
        width: 90%;
        height: 2px;
        background-color: #e2e3e5;
        position: absolute;
        top: 50%;
        z-index: 3;
    }
/* each circle step*/
    .progress-step ul li[b-ej5yo88d4d] {
        border: 1px solid #e2e3e5;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        float: left;
        text-align:center;
        position: relative;
        margin: 10px 25px;
        padding:5px;
        background-color: white;
        z-index: 6;
    }
        /* completed circle step*/
        .progress-step ul li.complete[b-ej5yo88d4d] {
            border: 1px solid #198754;
            background: #198754;
        }
        /* text above circle step*/
        .progress-step ul li[b-ej5yo88d4d]:before {
            content: attr(data-text);
            display: inline;
            font-size: 12px;
            position: absolute;
            text-align: center;
            margin: 0px 0 15px -9px;
            top: -40px;
            left: 0;
        }
        /* checkmark completed circle step*/
        .progress-step ul li.complete[b-ej5yo88d4d]:after {
            content: '\2713';
            color: #fff;
            font-size: 1.8rem;
            position: absolute;
            margin: -6px 0 0 -10px;
            font-weight: bold;
        }
    
