@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.mm3aqpuyun.bundle.scp.css';

/* _content/CentralStockyards.Server/Components/Account/Pages/Login.razor.rz.scp.css */
[b-dg5g55ckrl] body,
[b-dg5g55ckrl] html {
    min-height: 100vh;
    background-image: url('/images/AG_Global_Background.jpg') !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
}

.login-form-container[b-dg5g55ckrl] {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-logo[b-dg5g55ckrl] {
    text-align: center;
}

.login-logo-text-small[b-dg5g55ckrl] {
    font-size: 0.875rem;
    font-weight: 400;
    color: #212529;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.login-logo-text-large[b-dg5g55ckrl] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #dc3545;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.login-input-wrapper[b-dg5g55ckrl] {
    margin-bottom: 1rem;
}

.login-input-icon-container[b-dg5g55ckrl] {
    position: relative;
}

.login-input-icon[b-dg5g55ckrl] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d !important;
    fill: currentColor !important;
    z-index: 10;
    pointer-events: none;
    width: 18px;
    height: 18px;
    display: block;
}

.login-input-icon path[b-dg5g55ckrl] {
    fill: currentColor;
}

[b-dg5g55ckrl] .login-input-with-icon.form-control {
    padding-left: 40px !important;
    padding-right: 12px !important;
    width: 100%;
}

.login-signin-button[b-dg5g55ckrl] {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: white;
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.375rem;
    font-weight: 500;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.login-signin-button:hover[b-dg5g55ckrl] {
    background-color: #c82333;
    border-color: #bd2130;
    color: white;
}

.login-create-account-button[b-dg5g55ckrl] {
    background-color: white;
    border: 1px solid #dee2e6;
    color: #212529;
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.375rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.login-create-account-button:hover[b-dg5g55ckrl] {
    background-color: #f8f9fa;
    border-color: #adb5bd;
    color: #212529;
    text-decoration: none;
}

.login-forgot-password-link[b-dg5g55ckrl] {
    text-align: center;
    color: #8b4513;
    text-decoration: none;
    display: block;
    margin-top: 0.5rem;
}

.login-forgot-password-link:hover[b-dg5g55ckrl] {
    color: #654321;
    text-decoration: underline;
}

.login-remember-me[b-dg5g55ckrl] {
    margin-bottom: 1rem;
}

.login-form-label[b-dg5g55ckrl] {
    display: none;
}

/* _content/CentralStockyards.Server/Components/Account/Pages/Register.razor.rz.scp.css */
[b-xotucisegt] body,
[b-xotucisegt] html {
    min-height: 100vh;
    background-image: url('/images/AG_Global_Background.jpg') !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
}

.register-form-container[b-xotucisegt] {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.register-logo[b-xotucisegt] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.register-logo-text-small[b-xotucisegt] {
    font-size: 0.875rem;
    font-weight: 400;
    color: #212529;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.register-logo-text-large[b-xotucisegt] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #dc3545;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.register-title[b-xotucisegt] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 0.5rem;
    text-align: center;
}

.register-subtitle[b-xotucisegt] {
    color: #212529;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 0.9rem;
}

.register-row[b-xotucisegt] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0px;
}

.register-col-half[b-xotucisegt] {
    flex: 1;
}

.register-input-wrapper[b-xotucisegt] {
    margin-bottom: 0px;
}

.register-form-label[b-xotucisegt] {
    display: block;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

.register-input[b-xotucisegt] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

.register-input:focus[b-xotucisegt] {
    border-color: #dc3545;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.register-interest-section[b-xotucisegt] {
    margin: 1.5rem 0;
}

.register-interest-label[b-xotucisegt] {
    display: block;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}

.register-interest-dropdowns[b-xotucisegt] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

.register-interest-dropdown[b-xotucisegt] {
    flex: 1;
}

.register-add-interest-btn[b-xotucisegt] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #212529;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    margin-top: 1.5rem;
    transition: background-color 0.15s ease-in-out;
}

.register-add-interest-btn:hover[b-xotucisegt] {
    background-color: #495057;
}

.register-terms-section[b-xotucisegt] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-terms-link[b-xotucisegt] {
    color: #dc3545;
    text-decoration: none;
}

.register-terms-link:hover[b-xotucisegt] {
    text-decoration: underline;
}

.register-submit-button[b-xotucisegt] {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: white;
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.register-submit-button:hover[b-xotucisegt] {
    background-color: #c82333;
    border-color: #bd2130;
    color: white;
}

[b-xotucisegt].register-form-container .text-danger {
    font-size: 0.8em;
    margin-left: 8px;
}

/* _content/CentralStockyards.Server/Components/Global/MobileFooterMenu.razor.rz.scp.css */
@media (min-width: 768px) {
    .sidebar[b-vwe53x3zgr] {
        /*    width: 18.57rem;
    min-width: 18.57rem;
    max-width: 18.57rem;*/
    }
}
/* _content/CentralStockyards.Server/Components/Global/MobileHeaderMenu.razor.rz.scp.css */
@media (min-width: 768px) {
    .sidebar[b-tql8gyjyba] {
        /*    width: 18.57rem;
    min-width: 18.57rem;
    max-width: 18.57rem;*/
    }
}
/* _content/CentralStockyards.Server/Components/Global/PageHeader.razor.rz.scp.css */
.page-header[b-421qfpdyq6] {
  font-size: 1.85rem;
  font-weight: bold;
  /*color: #333333;*/
}
/* _content/CentralStockyards.Server/Components/Global/PageSubheader.razor.rz.scp.css */
.page-subheader[b-sgi6wjvj0v] {
  font-size: 1.4rem;
  color: #333333;
}
/* _content/CentralStockyards.Server/Components/Global/Section.razor.rz.scp.css */
.section[b-arkwxs2eu5] {
  padding: 1.5rem;
}
/* _content/CentralStockyards.Server/Components/Global/SectionHeader.razor.rz.scp.css */
.section-header[b-lji0r95hku] {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
}
/* _content/CentralStockyards.Server/Components/Global/Sidebar.razor.rz.scp.css */
@media (min-width: 768px) {
    .sidebar[b-qq4rm8h7rx] {
        /*    width: 18.57rem;
    min-width: 18.57rem;
    max-width: 18.57rem;*/
    }
}
/* _content/CentralStockyards.Server/Components/Global/SidebarFooterItems.razor.rz.scp.css */
@media (min-width: 768px) {
    .sidebar[b-hkqp6f6ymm] {
        /*    width: 18.57rem;
    min-width: 18.57rem;
    max-width: 18.57rem;*/
    }
}
/* _content/CentralStockyards.Server/Components/Global/SidebarItems.razor.rz.scp.css */
@media (min-width: 768px) {
    .sidebar[b-0bftj6t3yz] {
        /*    width: 18.57rem;
    min-width: 18.57rem;
    max-width: 18.57rem;*/
    }
}
/* _content/CentralStockyards.Server/Components/Global/SidebarSettings.razor.rz.scp.css */
@media (min-width: 768px) {
    .sidebar[b-ouznn88lk5] {
        /*    width: 18.57rem;
    min-width: 18.57rem;
    max-width: 18.57rem;*/
    }
}
/* _content/CentralStockyards.Server/Components/Global/SidebarSettingsItems.razor.rz.scp.css */
@media (min-width: 768px) {
    .sidebar[b-ed8vxgyb3l] {
        /*    width: 18.57rem;
    min-width: 18.57rem;
    max-width: 18.57rem;*/
    }
}
/* _content/CentralStockyards.Server/Components/Layout/LoginMainLayout.razor.rz.scp.css */
.page[b-o9q2ab0e2e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o9q2ab0e2e] {
    flex: 1;
}

main[role="main"][b-o9q2ab0e2e] {
    background-image: url('/images/AG_Global_Background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.sidebar[b-o9q2ab0e2e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-o9q2ab0e2e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o9q2ab0e2e]  a, .top-row[b-o9q2ab0e2e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o9q2ab0e2e]  a:hover, .top-row[b-o9q2ab0e2e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o9q2ab0e2e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-o9q2ab0e2e] {
        justify-content: space-between;
    }

    .top-row[b-o9q2ab0e2e]  a, .top-row[b-o9q2ab0e2e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o9q2ab0e2e] {
        flex-direction: row;
    }

    .sidebar[b-o9q2ab0e2e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o9q2ab0e2e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o9q2ab0e2e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o9q2ab0e2e], article[b-o9q2ab0e2e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-o9q2ab0e2e] {
    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-o9q2ab0e2e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CentralStockyards.Server/Components/Layout/MainLayout.razor.rz.scp.css */
#wasmloader > *:not(:first-child).loader[b-lh3qoctch9]{
    height: 0px !important;
    visibility: hidden !important;
    display: none !important;
}

.lds-ring[b-lh3qoctch9] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div[b-lh3qoctch9] {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #3cb8df;
        border-radius: 50%;
        animation: lds-ring-b-lh3qoctch9 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #3cb8df transparent transparent transparent;
    }

        .lds-ring div:nth-child(1)[b-lh3qoctch9] {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2)[b-lh3qoctch9] {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3)[b-lh3qoctch9] {
            animation-delay: -0.15s;
        }

@keyframes lds-ring-b-lh3qoctch9 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.page[b-lh3qoctch9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lh3qoctch9] {
    flex: 1;
}

.sidebar[b-lh3qoctch9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-lh3qoctch9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lh3qoctch9]  a, .top-row[b-lh3qoctch9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-lh3qoctch9]  a:hover, .top-row[b-lh3qoctch9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-lh3qoctch9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-lh3qoctch9] {
        justify-content: space-between;
    }

    .top-row[b-lh3qoctch9]  a, .top-row[b-lh3qoctch9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lh3qoctch9] {
        flex-direction: row;
    }

    .sidebar[b-lh3qoctch9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lh3qoctch9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lh3qoctch9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lh3qoctch9], article[b-lh3qoctch9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-lh3qoctch9] {
    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-lh3qoctch9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CentralStockyards.Server/Components/Pages/Administration/Features/FeatureGridPage.razor.rz.scp.css */
[b-ig7zodi7e7] .k-table-td {
    overflow: visible !important; /*Unhides context menu*/
}
/* _content/CentralStockyards.Server/Components/Pages/Administration/Tenants/TenantGridPage.razor.rz.scp.css */
[b-87yuujte5p] .k-table-td {
    overflow: visible !important; /*Unhides context menu*/
}
