/* /Pages/Dashboard.razor.rz.scp.css */
.cusborder[b-7eieljnp2c] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
    color: #013c5b;
}

.cuscolor[b-7eieljnp2c] {
    background-color: #2C749B;
}
.cus-color[b-7eieljnp2c] {
    color: #2C749B;
}

.custextcolor[b-7eieljnp2c] {
    color: #013c5b;
}

.lato-font[b-7eieljnp2c] {
    font-family: 'Lato', sans-serif;
}

.merriweather-font[b-7eieljnp2c] {
    font-family: 'Merriweather', serif;
}
/* /Pages/DistributorPerformanceByOperator.razor.rz.scp.css */
.custom-grid-style[b-nbrsltgwiz] {
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    color: #333333;
}

.grid-command-button[b-nbrsltgwiz] {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.modal-overlay[b-nbrsltgwiz] {
    position: fixed;
    inset: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container[b-nbrsltgwiz] {
    position: fixed;
    inset: 0;
    z-index: 50;
    overflow-y: auto;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.modal-box[b-nbrsltgwiz] {
    position: relative;
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 28rem;
}

.modal-grid[b-nbrsltgwiz] {
    position: relative;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    padding: 2.5rem 1rem 1rem;
    min-width: 650px;
    max-width: 800px;
    width: 100%;
}

.close-button[b-nbrsltgwiz] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
}

    .close-button button[b-nbrsltgwiz] {
        all: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #9ca3af;
        border-radius: 0.375rem;
        min-width: 2rem;
        min-height: 2rem;
    }

        .close-button button:hover[b-nbrsltgwiz] {
            color: #6b7280;
        }

        .close-button button:focus[b-nbrsltgwiz] {
            outline: none;
            box-shadow: 0 0 0 2px #6366f1;
        }

    .close-button svg[b-nbrsltgwiz] {
        height: 1.5rem;
        width: 1.5rem;
    }

.button-yes[b-nbrsltgwiz] {
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    background-color: #013c5b;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-yes:hover[b-nbrsltgwiz] {
        background-color: #012f48;
    }


.button-blue[b-nbrsltgwiz] {
    border-radius: 2rem;
    padding: 0.625rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #013c5b;
    background-color: white;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-blue:hover[b-nbrsltgwiz] {
        background-color: #f3f4f6;
    }

    .button-blue:disabled[b-nbrsltgwiz] {
        background-color: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
        border: 1px solid #d1d5db;
    }

.status-message[b-nbrsltgwiz] {
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
}

.status-success[b-nbrsltgwiz] {
    text-align: center;
    color: black;
    font-weight: bold;
}

.text-custom-blue[b-nbrsltgwiz] {
    color: #013c5b;
}

.import-button[b-nbrsltgwiz] {
    background-color: #013c5b;
    color: white;
    font-weight: bold;
    padding: 0.625rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .import-button:hover[b-nbrsltgwiz] {
        background-color: #012f48;
    }

.toolbar-container[b-nbrsltgwiz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toolbar-left[b-nbrsltgwiz] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.toolbar-buttons[b-nbrsltgwiz] {
    display: flex;
    gap: 1rem;
}

.k-grid .k-grid-toolbar[b-nbrsltgwiz] {
    padding-top: 0 !important;
    margin-top: 0 !important;
    min-height: auto !important;
}
/* /Pages/DistributorPerformanceBySupplier.razor.rz.scp.css */
.custom-grid-style[b-564mpzgmqz] {
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    color: #333333;
}

.grid-command-button[b-564mpzgmqz] {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.modal-overlay[b-564mpzgmqz] {
    position: fixed;
    inset: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container[b-564mpzgmqz] {
    position: fixed;
    inset: 0;
    z-index: 50;
    overflow-y: auto;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.modal-box[b-564mpzgmqz] {
    position: relative;
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 28rem;
}

.modal-grid[b-564mpzgmqz] {
    position: relative;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    padding: 2.5rem 1rem 1rem;
    min-width: 650px;
    max-width: 800px;
    width: 100%;
}

.close-button[b-564mpzgmqz] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
}

    .close-button button[b-564mpzgmqz] {
        all: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #9ca3af;
        border-radius: 0.375rem;
        min-width: 2rem;
        min-height: 2rem;
    }

        .close-button button:hover[b-564mpzgmqz] {
            color: #6b7280;
        }

        .close-button button:focus[b-564mpzgmqz] {
            outline: none;
            box-shadow: 0 0 0 2px #6366f1;
        }

    .close-button svg[b-564mpzgmqz] {
        height: 1.5rem;
        width: 1.5rem;
    }

.button-yes[b-564mpzgmqz] {
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    background-color: #013c5b;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-yes:hover[b-564mpzgmqz] {
        background-color: #012f48;
    }


.button-blue[b-564mpzgmqz] {
    border-radius: 2rem;
    padding: 0.625rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #013c5b;
    background-color: white;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-blue:hover[b-564mpzgmqz] {
        background-color: #f3f4f6;
    }

    .button-blue:disabled[b-564mpzgmqz] {
        background-color: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
        border: 1px solid #d1d5db;
    }

.status-message[b-564mpzgmqz] {
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
}

.status-success[b-564mpzgmqz] {
    text-align: center;
    color: black;
    font-weight: bold;
}

.text-custom-blue[b-564mpzgmqz] {
    color: #013c5b;
}

.import-button[b-564mpzgmqz] {
    background-color: #013c5b;
    color: white;
    font-weight: bold;
    padding: 0.625rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .import-button:hover[b-564mpzgmqz] {
        background-color: #012f48;
    }

.toolbar-container[b-564mpzgmqz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toolbar-left[b-564mpzgmqz] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.toolbar-buttons[b-564mpzgmqz] {
    display: flex;
    gap: 1rem;
}

.k-grid .k-grid-toolbar[b-564mpzgmqz] {
    padding-top: 0 !important;
    margin-top: 0 !important;
    min-height: auto !important;
}
/* /Pages/ErrorReport.razor.rz.scp.css */
.toolbar-container[b-juejx32xpp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0.4rem;
}

.toolbar-left[b-juejx32xpp] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.download-btn i[b-juejx32xpp] {
    color: black; /* default color */
    transition: color 0.3s ease;
}

.download-btn:hover i[b-juejx32xpp] {
    color: limegreen;
}
/* /Pages/ExtractBatchList.razor.rz.scp.css */
.icon-btn[b-njyk0t3zrp] {
    background: #fff;
    color: #013c5b;
    border: 2px solid #013c5b;
    border-radius: 8px;
    padding: 0.3rem 0.7rem;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.2s, background 0.2s, color 0.2s;
    font-size: 1.2rem;
}

    .icon-btn i[b-njyk0t3zrp] {
        font-size: 1.2rem;
        pointer-events: none;
    }

.lato-font[b-njyk0t3zrp] {
    font-family: 'Lato', sans-serif;
}
/* /Pages/Manufacture.razor.rz.scp.css */
.custom-grid-style[b-rcyd8bee5w] {
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    color: #333333;
}

.grid-command-button[b-rcyd8bee5w] {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.modal-overlay[b-rcyd8bee5w] {
    position: fixed;
    inset: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container[b-rcyd8bee5w] {
    position: fixed;
    inset: 0;
    z-index: 50;
    overflow-y: auto;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.modal-box[b-rcyd8bee5w] {
    position: relative;
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 28rem;
}

.modal-grid[b-rcyd8bee5w] {
    position: relative;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    padding: 2.5rem 1rem 1rem;
    min-width: 650px;
    max-width: 800px;
    width: 100%;
}

.close-button[b-rcyd8bee5w] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
}

    .close-button button[b-rcyd8bee5w] {
        all: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #9ca3af;
        border-radius: 0.375rem;
        min-width: 2rem;
        min-height: 2rem;
    }

        .close-button button:hover[b-rcyd8bee5w] {
            color: #6b7280;
        }

        .close-button button:focus[b-rcyd8bee5w] {
            outline: none;
            box-shadow: 0 0 0 2px #6366f1;
        }

    .close-button svg[b-rcyd8bee5w] {
        height: 1.5rem;
        width: 1.5rem;
    }

.button-yes[b-rcyd8bee5w] {
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    background-color: #013c5b;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-yes:hover[b-rcyd8bee5w] {
        background-color: #012f48;
    }


.button-blue[b-rcyd8bee5w] {
    border-radius: 2rem;
    padding: 0.625rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #013c5b;
    background-color: white;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-blue:hover[b-rcyd8bee5w] {
        background-color: #f3f4f6;
    }

    .button-blue:disabled[b-rcyd8bee5w] {
        background-color: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
        border: 1px solid #d1d5db;
    }

.status-message[b-rcyd8bee5w] {
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
}

.status-success[b-rcyd8bee5w] {
    text-align: center;
    color: black;
    font-weight: bold;
}

.text-custom-blue[b-rcyd8bee5w] {
    color: #013c5b;
}

.import-button[b-rcyd8bee5w] {
    background-color: #013c5b;
    color: white;
    font-weight: bold;
    padding: 0.625rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .import-button:hover[b-rcyd8bee5w] {
        background-color: #012f48;
    }

.toolbar-container[b-rcyd8bee5w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toolbar-left[b-rcyd8bee5w] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.toolbar-buttons[b-rcyd8bee5w] {
    display: flex;
    gap: 1rem;
}
/* /Pages/Member.razor.rz.scp.css */
.custom-grid-style[b-c3sh20cwmo] {
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    color: #333333;
}

.grid-command-button[b-c3sh20cwmo] {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.modal-overlay[b-c3sh20cwmo] {
    position: fixed;
    inset: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container[b-c3sh20cwmo] {
    position: fixed;
    inset: 0;
    z-index: 50;
    overflow-y: auto;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.modal-box[b-c3sh20cwmo] {
    position: relative;
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 28rem;
}

.modal-grid[b-c3sh20cwmo] {
    position: relative;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    padding: 2.5rem 1rem 1rem;
    min-width: 650px;
    max-width: 800px;
    width: 100%;
}

.close-button[b-c3sh20cwmo] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
}

    .close-button button[b-c3sh20cwmo] {
        all: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #9ca3af;
        border-radius: 0.375rem;
        min-width: 2rem;
        min-height: 2rem;
    }

        .close-button button:hover[b-c3sh20cwmo] {
            color: #6b7280;
        }

        .close-button button:focus[b-c3sh20cwmo] {
            outline: none;
            box-shadow: 0 0 0 2px #6366f1;
        }

    .close-button svg[b-c3sh20cwmo] {
        height: 1.5rem;
        width: 1.5rem;
    }

.button-yes[b-c3sh20cwmo] {
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    background-color: #013c5b;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-yes:hover[b-c3sh20cwmo] {
        background-color: #012f48;
    }


.button-blue[b-c3sh20cwmo] {
    border-radius: 2rem;
    padding: 0.625rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #013c5b;
    background-color: white;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-blue:hover[b-c3sh20cwmo] {
        background-color: #f3f4f6;
    }

    .button-blue:disabled[b-c3sh20cwmo] {
        background-color: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
        border: 1px solid #d1d5db;
    }

.status-message[b-c3sh20cwmo] {
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
}

.status-success[b-c3sh20cwmo] {
    text-align: center;
    color: black;
    font-weight: bold;
}

.text-custom-blue[b-c3sh20cwmo] {
    color: #013c5b;
}

.import-button[b-c3sh20cwmo] {
    background-color: #013c5b;
    color: white;
    font-weight: bold;
    padding: 0.625rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .import-button:hover[b-c3sh20cwmo] {
        background-color: #012f48;
    }

.toolbar-container[b-c3sh20cwmo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toolbar-left[b-c3sh20cwmo] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.toolbar-buttons[b-c3sh20cwmo] {
    display: flex;
    gap: 1rem;
}


/* /Pages/Notbatched.razor.rz.scp.css */
.button-blue[b-qpjhzxg2iw] {
    border-radius: 2rem;
    padding: 0.625rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #013c5b;
    background-color: white;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-blue:hover[b-qpjhzxg2iw] {
        background-color: #f3f4f6;
    }

    .button-blue:disabled[b-qpjhzxg2iw] {
        background-color: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
        border: 1px solid #d1d5db;
    }

.toolbar-container[b-qpjhzxg2iw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toolbar-left[b-qpjhzxg2iw] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.toolbar-buttons[b-qpjhzxg2iw] {
    display: flex;
    gap: 1rem;
}
/* /Pages/NullMemberOperatorReport.razor.rz.scp.css */
.toolbar-container[b-yckkv308nv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0.4rem;
}

.toolbar-left[b-yckkv308nv] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.k-loader.k-loader-infinite-spinner .k-spinner-circle[b-yckkv308nv] {
    border-top-color: #1D4ED8; /* Your desired color, e.g., Tailwind's blue-700 */
}


.download-btn i[b-yckkv308nv] {
    color: black; /* default color */
    transition: color 0.3s ease;
}

.download-btn:hover i[b-yckkv308nv] {
    color: limegreen;
}
/* /Pages/Operator.razor.rz.scp.css */
.custom-grid-style[b-vlxwnwcdl5] {
    font-size: 14px; 
    font-family: 'Segoe UI', sans-serif; 
    color: #333333;
}

.grid-command-button[b-vlxwnwcdl5] {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.modal-overlay[b-vlxwnwcdl5] {
    position: fixed;
    inset: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container[b-vlxwnwcdl5] {
    position: fixed;
    inset: 0;
    z-index: 50;
    overflow-y: auto;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.modal-box[b-vlxwnwcdl5] {
    position: relative;
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 28rem;
}

.modal-grid[b-vlxwnwcdl5] {
    position: relative;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    padding: 2.5rem 1rem 1rem;
    min-width: 650px;
    max-width: 800px;
    width: 100%;
}

.close-button[b-vlxwnwcdl5] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
}

    .close-button button[b-vlxwnwcdl5] {
        all: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #9ca3af;
        border-radius: 0.375rem;
        min-width: 2rem;
        min-height: 2rem;
    }

        .close-button button:hover[b-vlxwnwcdl5] {
            color: #6b7280;
        }

        .close-button button:focus[b-vlxwnwcdl5] {
            outline: none;
            box-shadow: 0 0 0 2px #6366f1;
        }

    .close-button svg[b-vlxwnwcdl5] {
        height: 1.5rem;
        width: 1.5rem;
    }

.button-yes[b-vlxwnwcdl5] {
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    background-color: #013c5b;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-yes:hover[b-vlxwnwcdl5] {
        background-color: #012f48;
    }


.button-blue[b-vlxwnwcdl5] {
    border-radius: 2rem;
    padding: 0.625rem 1.5rem; 
    font-weight: bold;
    font-size: 0.875rem;
    color: #013c5b;
    background-color: white;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-blue:hover[b-vlxwnwcdl5] {
        background-color: #f3f4f6;
    }

    .button-blue:disabled[b-vlxwnwcdl5] {
        background-color: #e5e7eb; 
        color: #9ca3af;
        cursor: not-allowed;
        border: 1px solid #d1d5db; 
    }

.status-message[b-vlxwnwcdl5] {
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
}

.status-success[b-vlxwnwcdl5] {
    text-align: center;
    color: black;
    font-weight: bold;
}

.text-custom-blue[b-vlxwnwcdl5] {
    color: #013c5b;
}

.import-button[b-vlxwnwcdl5] {
    background-color: #013c5b;
    color: white;
    font-weight: bold;
    padding: 0.625rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .import-button:hover[b-vlxwnwcdl5] {
        background-color: #012f48;
    }

.toolbar-container[b-vlxwnwcdl5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toolbar-left[b-vlxwnwcdl5] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.toolbar-buttons[b-vlxwnwcdl5] {
    display: flex;
    gap: 1rem;
}
/* /Pages/OperatorMemberValidationReport.razor.rz.scp.css */
.toolbar-container[b-1vzc2p0j9n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0.4rem;
}

.toolbar-left[b-1vzc2p0j9n] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.download-btn i[b-1vzc2p0j9n] {
    color: black; /* default color */
    transition: color 0.3s ease;
}

.download-btn:hover i[b-1vzc2p0j9n] {
    color: limegreen;
}
/* /Pages/PaymentBatching.razor.rz.scp.css */
/* Container and Layout */
.page-container[b-ovcm7p7wt6] {
    padding: 20px;
}

/* Top Box Section */
.top-box[b-ovcm7p7wt6] {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.partition-line[b-ovcm7p7wt6] {
    margin-top: 10px;
    margin-bottom: 20px;
    border: none;
    border-top: 1px solid #ccc;
}

/* Form Section */
.form-section[b-ovcm7p7wt6] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.form-row[b-ovcm7p7wt6] {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.input-container[b-ovcm7p7wt6] {
    display: flex;
    flex-direction: column;
}

.field-label[b-ovcm7p7wt6] {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #444;
}

.form-input[b-ovcm7p7wt6] {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 180px;
}

.dollar-input[b-ovcm7p7wt6] {
    position: relative;
}

.input-wrapper[b-ovcm7p7wt6] {
    position: relative;
}

.currency-symbol[b-ovcm7p7wt6] {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #777;
}

.no-left-padding[b-ovcm7p7wt6] {
    padding-left: 20px;
}

/* Buttons */
.form-button[b-ovcm7p7wt6] {
    padding: 8px 16px;
    border-radius: 25px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    height: 38px;
}

.create-button[b-ovcm7p7wt6] {
    background-color: #013c5b;
    color: white;
}

    .create-button:hover[b-ovcm7p7wt6] {
        background-color: #013c5b;
    }

.clear-button[b-ovcm7p7wt6] {
    background-color: white;
    color: #013c5b;
    border: 2px solid #013c5b;
}

    .clear-button:hover[b-ovcm7p7wt6] {
        background-color: white;
    }

/* Validation Message */
.validation-message[b-ovcm7p7wt6] {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

/* Grid Container */
.grid-container[b-ovcm7p7wt6] {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 40px 20px;
    margin-top: 20px;
    box-shadow: inset 0 0 0 1px #f0f0f0;
}

/* Telerik Table Customizations */
.table[b-ovcm7p7wt6] {
    font-size: 14px;
    border-radius: 6px;
}

.table-striped tbody tr:nth-child(odd)[b-ovcm7p7wt6] {
    background-color: #f9f9f9;
}

/* Page Size Dropdown */
.justify-center[b-ovcm7p7wt6] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: slategrey;
    gap: 10px;
}

/* No Batches Message */
.no-batches-container[b-ovcm7p7wt6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 40px 20px;
    margin-top: 20px;
    box-shadow: inset 0 0 0 1px #f0f0f0;
}

.icon-circle[b-ovcm7p7wt6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    margin-bottom: 16px;
}

.icon[b-ovcm7p7wt6] {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.no-batches-text[b-ovcm7p7wt6] {
    font-size: 18px;
    color: #3f3d56;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}

.modal-overlay[b-ovcm7p7wt6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/*Confirmation Popup*/

.modal[b-ovcm7p7wt6] {
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.modal-header[b-ovcm7p7wt6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal-header h2[b-ovcm7p7wt6] {
        font-size: 1.25rem;
        margin: 0;
    }

.close-btn[b-ovcm7p7wt6] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.modal-body[b-ovcm7p7wt6] {
    margin-top: 16px;
    font-size: 0.95rem;
    color: #333;
}

.modal-footer[b-ovcm7p7wt6] {
    margin-top: 20px;
    display: flex;
    justify-content: right;
    gap: 16px;
}

.btn-outline[b-ovcm7p7wt6] {
    padding: 8px 20px;
    border: 2px solid #013c5b;
    border-radius: 25px;
    background: white;
    color: #013c5b;
    font-weight: bold;
    cursor: pointer;
}

    .btn-outline:hover[b-ovcm7p7wt6] {
        background: white;
    }

.btn-solid[b-ovcm7p7wt6] {
    padding: 8px 24px;
    border: none;
    border-radius: 25px;
    background: #013c5b;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

    .btn-solid:hover[b-ovcm7p7wt6] {
        background: #013c5b;
    }

.star-symbol[b-ovcm7p7wt6] {
    color: red;
}

.auto-grow-notes[b-ovcm7p7wt6] {
    width: 180px; /* Keep the width fixed, matching other inputs */
    min-height: 38px; /* Initial height */
    max-height: 200px; /* Optional: limit max height */
    overflow-y: auto;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 8px 12px;
    transition: height 0.2s;
}

.custom-toast[b-ovcm7p7wt6] {
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 9999;
    min-width: 480px;
    max-width: 700px;
    background: #013c5b;
    color: #fff;
    padding: 18px 24px 18px 18px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    display: flex;
    align-items: flex-start;
    font-size: 1.1rem;
    gap: 18px;
}

.custom-toast-icon[b-ovcm7p7wt6] {
    display: flex;
    align-items: flex-start;
    margin-right: 8px;
}

.custom-toast-message[b-ovcm7p7wt6] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    gap: 2px;
}

.toast-title[b-ovcm7p7wt6] {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.custom-toast-message a[b-ovcm7p7wt6] {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
    margin: 0 4px;
}

.custom-toast-close[b-ovcm7p7wt6] {
    background: transparent;
    border: none;
    margin-left: 12px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

.lato-font[b-ovcm7p7wt6] {
    font-family: 'Lato', sans-serif;
}

/* Make both buttons same size */
.button-group[b-ovcm7p7wt6] {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

    .button-group .form-button[b-ovcm7p7wt6] {
        width: 140px; /* Adjust this to desired uniform width */
    }

/* Notes container to expand width */
.notes-container[b-ovcm7p7wt6] {
    flex-grow: 1;
    min-width: 250px;
}

.auto-grow-notes[b-ovcm7p7wt6] {
    width: 100%;
    min-height: 38px;
    max-height: 200px;
    overflow-y: auto;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 8px 12px;
    transition: height 0.2s;
}

/* Lower the Telerik loader overlay z-index */
.k-loader-container.custom-app-loader[b-ovcm7p7wt6] {
    z-index: 9990 !important;
}

/* Raise the toast / popup above loader */
.custom-toast[b-ovcm7p7wt6],
.modal-overlay[b-ovcm7p7wt6] {
    z-index: 10000 !important;
}

.custom-toast[b-ovcm7p7wt6] {
    position: fixed !important; /* detach from page container */
    top: 30px;
    right: 30px;
    z-index: 2147483647 !important; /* max safe z-index */
}
/* /Pages/PaymentBatchingList.razor.rz.scp.css */
.custom-toast[b-2w14xlj7s1] {
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 9999;
    min-width: 480px;
    max-width: 700px;
    background: #013c5b;
    color: #fff;
    padding: 18px 24px 18px 18px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    display: flex;
    align-items: flex-start;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    gap: 18px;
}

.custom-toast-error[b-2w14xlj7s1] {
    border-left: 6px solid #dc3545;
}

.custom-toast-icon[b-2w14xlj7s1] {
    display: flex;
    align-items: center;
}

.custom-toast-message[b-2w14xlj7s1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    gap: 2px;
}

.custom-toast-close[b-2w14xlj7s1] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 8px;
}

.toast-title[b-2w14xlj7s1] {
    font-size: 1.1em;
    margin-bottom: 2px;
}

.action-btn[b-2w14xlj7s1],
.extract-btn[b-2w14xlj7s1] {
    border: 2px solid #013c5b;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.15rem 0.8rem;
    min-width: 60px;
    min-height: 28px;
    cursor: pointer;
    transition: box-shadow 0.2s;
    margin-right: 0.3rem;
    display: inline-block;
    line-height: 1.2;
    white-space: nowrap;
    box-sizing: border-box;
}

.action-btn[b-2w14xlj7s1] {
    background: #fff;
    color: #013c5b;
}

    .action-btn:focus[b-2w14xlj7s1], .action-btn:hover[b-2w14xlj7s1] {
        box-shadow: 0 0 0 2px #b3c6d9;
    }

.extract-btn[b-2w14xlj7s1] {
    background: #013c5b;
    color: #fff;
}

    .extract-btn:focus[b-2w14xlj7s1], .extract-btn:hover[b-2w14xlj7s1] {
        box-shadow: 0 0 0 2px #b3c6d9;
        background: #1a2533;
    }

.action-buttons[b-2w14xlj7s1] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.disable-unbatch-btn[b-2w14xlj7s1] {
    border: 1px solid lightgrey;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.15rem 0.8rem;
    min-width: 60px;
    min-height: 28px;
    cursor: pointer;
    transition: box-shadow 0.2s;
    margin-right: 0.3rem;
    display: inline-block;
    line-height: 1.2;
    white-space: nowrap; /* Prevent text wrapping */
    box-sizing: border-box; /* Ensure padding is included in width */
    background-color: lightgrey;
}

.lato-font[b-2w14xlj7s1] {
    font-family: 'Lato', sans-serif;
}

.modal-overlay[b-2w14xlj7s1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/*Confirmation Popup*/

.modal[b-2w14xlj7s1] {
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.modal-header[b-2w14xlj7s1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal-header h2[b-2w14xlj7s1] {
        font-size: 1.25rem;
        margin: 0;
    }

.close-btn[b-2w14xlj7s1] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.modal-body[b-2w14xlj7s1] {
    margin-top: 16px;
    font-size: 0.95rem;
    color: #333;
}

.modal-footer[b-2w14xlj7s1] {
    margin-top: 20px;
    display: flex;
    justify-content: right;
    gap: 16px;
}

.btn-outline[b-2w14xlj7s1] {
    padding: 8px 20px;
    border: 2px solid #013c5b;
    border-radius: 25px;
    background: white;
    color: #013c5b;
    font-weight: bold;
    cursor: pointer;
}

    .btn-outline:hover[b-2w14xlj7s1] {
        background: white;
    }

.btn-solid[b-2w14xlj7s1] {
    padding: 8px 24px;
    border: none;
    border-radius: 25px;
    background: #013c5b;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

    .btn-solid:hover[b-2w14xlj7s1] {
        background: #013c5b;
    }
/* /Pages/Transaction.razor.rz.scp.css */
.custom-grid-style[b-vgvvvwkddd] {
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    color: #333333;
}

.grid-command-button[b-vgvvvwkddd] {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.modal-overlay[b-vgvvvwkddd] {
    position: fixed;
    inset: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container[b-vgvvvwkddd] {
    position: fixed;
    inset: 0;
    z-index: 50;
    overflow-y: auto;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.modal-box[b-vgvvvwkddd] {
    position: relative;
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 28rem;
}

.modal-grid[b-vgvvvwkddd] {
    position: relative;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    padding: 2.5rem 1rem 1rem;
    min-width: 650px;
    max-width: 800px;
    width: 100%;
}

.close-button[b-vgvvvwkddd] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
}

    .close-button button[b-vgvvvwkddd] {
        all: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #9ca3af;
        border-radius: 0.375rem;
        min-width: 2rem;
        min-height: 2rem;
    }

        .close-button button:hover[b-vgvvvwkddd] {
            color: #6b7280;
        }

        .close-button button:focus[b-vgvvvwkddd] {
            outline: none;
            box-shadow: 0 0 0 2px #6366f1;
        }

    .close-button svg[b-vgvvvwkddd] {
        height: 1.5rem;
        width: 1.5rem;
    }

.button-yes[b-vgvvvwkddd] {
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    background-color: #013c5b;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-yes:hover[b-vgvvvwkddd] {
        background-color: #012f48;
    }


.button-blue[b-vgvvvwkddd] {
    border-radius: 2rem;
    padding: 0.625rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #013c5b;
    background-color: white;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-blue:hover[b-vgvvvwkddd] {
        background-color: #f3f4f6;
    }

    .button-blue:disabled[b-vgvvvwkddd] {
        background-color: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
        border: 1px solid #d1d5db;
    }

.status-message[b-vgvvvwkddd] {
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
}

.status-success[b-vgvvvwkddd] {
    text-align: center;
    color: black;
    font-weight: bold;
}

.text-custom-blue[b-vgvvvwkddd] {
    color: #013c5b;
}

.import-button[b-vgvvvwkddd] {
    background-color: #013c5b;
    color: white;
    font-weight: bold;
    padding: 0.625rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .import-button:hover[b-vgvvvwkddd] {
        background-color: #012f48;
    }

.toolbar-container[b-vgvvvwkddd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toolbar-left[b-vgvvvwkddd] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.toolbar-buttons[b-vgvvvwkddd] {
    display: flex;
    gap: 1rem;
}

.enabled-button[b-vgvvvwkddd] {
    background-color: white;
    color: #013c5b;
    border: 1px solid #013c5b;
    border-radius: 2rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

    .enabled-button:hover[b-vgvvvwkddd] {
        background-color: #f3f4f6;
    }

.disabled-button[b-vgvvvwkddd] {
    background-color: #d1d5db; /* gray-300 */
    color: #9ca3af; /* gray-400 */
    border: 1px solid #9ca3af;
    border-radius: 2rem;
    cursor: not-allowed;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.view-button[b-vgvvvwkddd] {
    background-color: #013c5b;
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    cursor: pointer;
}

    .view-button:hover[b-vgvvvwkddd] {
        background-color: #012b45;
    }
/* /Pages/UAGOpenOperatorPayments.razor.rz.scp.css */
.custom-grid-style[b-x7zpn1zutd] {
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    color: #333333;
}

.grid-command-button[b-x7zpn1zutd] {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.modal-overlay[b-x7zpn1zutd] {
    position: fixed;
    inset: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container[b-x7zpn1zutd] {
    position: fixed;
    inset: 0;
    z-index: 50;
    overflow-y: auto;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.modal-box[b-x7zpn1zutd] {
    position: relative;
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 28rem;
}

.modal-grid[b-x7zpn1zutd] {
    position: relative;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    padding: 2.5rem 1rem 1rem;
    min-width: 650px;
    max-width: 800px;
    width: 100%;
}

.close-button[b-x7zpn1zutd] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
}

    .close-button button[b-x7zpn1zutd] {
        all: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #9ca3af;
        border-radius: 0.375rem;
        min-width: 2rem;
        min-height: 2rem;
    }

        .close-button button:hover[b-x7zpn1zutd] {
            color: #6b7280;
        }

        .close-button button:focus[b-x7zpn1zutd] {
            outline: none;
            box-shadow: 0 0 0 2px #6366f1;
        }

    .close-button svg[b-x7zpn1zutd] {
        height: 1.5rem;
        width: 1.5rem;
    }

.button-yes[b-x7zpn1zutd] {
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    background-color: #013c5b;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-yes:hover[b-x7zpn1zutd] {
        background-color: #012f48;
    }


.button-blue[b-x7zpn1zutd] {
    border-radius: 2rem;
    padding: 0.625rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #013c5b;
    background-color: white;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-blue:hover[b-x7zpn1zutd] {
        background-color: #f3f4f6;
    }

    .button-blue:disabled[b-x7zpn1zutd] {
        background-color: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
        border: 1px solid #d1d5db;
    }

.status-message[b-x7zpn1zutd] {
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
}

.status-success[b-x7zpn1zutd] {
    text-align: center;
    color: black;
    font-weight: bold;
}

.text-custom-blue[b-x7zpn1zutd] {
    color: #013c5b;
}

.import-button[b-x7zpn1zutd] {
    background-color: #013c5b;
    color: white;
    font-weight: bold;
    padding: 0.625rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .import-button:hover[b-x7zpn1zutd] {
        background-color: #012f48;
    }

.toolbar-container[b-x7zpn1zutd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toolbar-left[b-x7zpn1zutd] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.toolbar-buttons[b-x7zpn1zutd] {
    display: flex;
    gap: 1rem;
}

.k-grid .k-grid-toolbar[b-x7zpn1zutd] {
    padding-top: 0 !important;
    margin-top: 0 !important;
    min-height: auto !important;
}
/* /Pages/UAGPerformanceByOperator.razor.rz.scp.css */
.custom-grid-style[b-shd3bdlts4] {
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    color: #333333;
}

.grid-command-button[b-shd3bdlts4] {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.modal-overlay[b-shd3bdlts4] {
    position: fixed;
    inset: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container[b-shd3bdlts4] {
    position: fixed;
    inset: 0;
    z-index: 50;
    overflow-y: auto;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.modal-box[b-shd3bdlts4] {
    position: relative;
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 28rem;
}

.modal-grid[b-shd3bdlts4] {
    position: relative;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    padding: 2.5rem 1rem 1rem;
    min-width: 650px;
    max-width: 800px;
    width: 100%;
}

.close-button[b-shd3bdlts4] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
}

    .close-button button[b-shd3bdlts4] {
        all: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #9ca3af;
        border-radius: 0.375rem;
        min-width: 2rem;
        min-height: 2rem;
    }

        .close-button button:hover[b-shd3bdlts4] {
            color: #6b7280;
        }

        .close-button button:focus[b-shd3bdlts4] {
            outline: none;
            box-shadow: 0 0 0 2px #6366f1;
        }

    .close-button svg[b-shd3bdlts4] {
        height: 1.5rem;
        width: 1.5rem;
    }

.button-yes[b-shd3bdlts4] {
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    background-color: #013c5b;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-yes:hover[b-shd3bdlts4] {
        background-color: #012f48;
    }


.button-blue[b-shd3bdlts4] {
    border-radius: 2rem;
    padding: 0.625rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #013c5b;
    background-color: white;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-blue:hover[b-shd3bdlts4] {
        background-color: #f3f4f6;
    }

    .button-blue:disabled[b-shd3bdlts4] {
        background-color: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
        border: 1px solid #d1d5db;
    }

.status-message[b-shd3bdlts4] {
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
}

.status-success[b-shd3bdlts4] {
    text-align: center;
    color: black;
    font-weight: bold;
}

.text-custom-blue[b-shd3bdlts4] {
    color: #013c5b;
}

.import-button[b-shd3bdlts4] {
    background-color: #013c5b;
    color: white;
    font-weight: bold;
    padding: 0.625rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .import-button:hover[b-shd3bdlts4] {
        background-color: #012f48;
    }

.toolbar-container[b-shd3bdlts4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toolbar-left[b-shd3bdlts4] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.toolbar-buttons[b-shd3bdlts4] {
    display: flex;
    gap: 1rem;
}

.k-grid .k-grid-toolbar[b-shd3bdlts4] {
    padding-top: 0 !important;
    margin-top: 0 !important;
    min-height: auto !important;
}
/* /Pages/UAGPerformanceBySupplier.razor.rz.scp.css */
.custom-grid-style[b-6ppllgbp8z] {
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    color: #333333;
}

.grid-command-button[b-6ppllgbp8z] {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.modal-overlay[b-6ppllgbp8z] {
    position: fixed;
    inset: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container[b-6ppllgbp8z] {
    position: fixed;
    inset: 0;
    z-index: 50;
    overflow-y: auto;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.modal-box[b-6ppllgbp8z] {
    position: relative;
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 28rem;
}

.modal-grid[b-6ppllgbp8z] {
    position: relative;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    padding: 2.5rem 1rem 1rem;
    min-width: 650px;
    max-width: 800px;
    width: 100%;
}

.close-button[b-6ppllgbp8z] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
}

    .close-button button[b-6ppllgbp8z] {
        all: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #9ca3af;
        border-radius: 0.375rem;
        min-width: 2rem;
        min-height: 2rem;
    }

        .close-button button:hover[b-6ppllgbp8z] {
            color: #6b7280;
        }

        .close-button button:focus[b-6ppllgbp8z] {
            outline: none;
            box-shadow: 0 0 0 2px #6366f1;
        }

    .close-button svg[b-6ppllgbp8z] {
        height: 1.5rem;
        width: 1.5rem;
    }

.button-yes[b-6ppllgbp8z] {
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    background-color: #013c5b;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-yes:hover[b-6ppllgbp8z] {
        background-color: #012f48;
    }


.button-blue[b-6ppllgbp8z] {
    border-radius: 2rem;
    padding: 0.625rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #013c5b;
    background-color: white;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-blue:hover[b-6ppllgbp8z] {
        background-color: #f3f4f6;
    }

    .button-blue:disabled[b-6ppllgbp8z] {
        background-color: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
        border: 1px solid #d1d5db;
    }

.status-message[b-6ppllgbp8z] {
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
}

.status-success[b-6ppllgbp8z] {
    text-align: center;
    color: black;
    font-weight: bold;
}

.text-custom-blue[b-6ppllgbp8z] {
    color: #013c5b;
}

.import-button[b-6ppllgbp8z] {
    background-color: #013c5b;
    color: white;
    font-weight: bold;
    padding: 0.625rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .import-button:hover[b-6ppllgbp8z] {
        background-color: #012f48;
    }

.toolbar-container[b-6ppllgbp8z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toolbar-left[b-6ppllgbp8z] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.toolbar-buttons[b-6ppllgbp8z] {
    display: flex;
    gap: 1rem;
}

.k-grid .k-grid-toolbar[b-6ppllgbp8z] {
    padding-top: 0 !important;
    margin-top: 0 !important;
    min-height: auto !important;
}
/* /Pages/ViewPaymentBatchingListDetails.razor.rz.scp.css */
.custom-toast[b-8tmbhfo3zu] {
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 9999;
    min-width: 480px;
    max-width: 700px;
    background: #013c5b;
    color: #fff;
    padding: 18px 24px 18px 18px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    display: flex;
    align-items: flex-start;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    gap: 18px;
}

.custom-toast-error[b-8tmbhfo3zu] {
    border-left: 6px solid #dc3545;
}

.custom-toast-icon[b-8tmbhfo3zu] {
    display: flex;
    align-items: center;
}

.custom-toast-message[b-8tmbhfo3zu] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    gap: 2px;
}

.custom-toast-close[b-8tmbhfo3zu] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 8px;
}

.toast-title[b-8tmbhfo3zu] {
    font-size: 1.1em;
    margin-bottom: 2px;
}

.toolbar-flex[b-8tmbhfo3zu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
}

.toolbar-left[b-8tmbhfo3zu] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.total-records[b-8tmbhfo3zu] {
    color: #013c5b;
    font-weight: 500;
    font-size: 1rem;
    white-space: nowrap;
}

.toolbar-search[b-8tmbhfo3zu] {
    min-width: 200px;
    max-width: 300px;
}

.action-buttons[b-8tmbhfo3zu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}

.action-btn[b-8tmbhfo3zu],
.extract-btn[b-8tmbhfo3zu] {
    border: 2px solid #013c5b;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.15rem 0.8rem;
    min-width: 60px;
    min-height: 28px;
    cursor: pointer;
    transition: box-shadow 0.2s;
    display: inline-block;
    line-height: 1.2;
    white-space: nowrap;
    box-sizing: border-box;
}

.action-btn[b-8tmbhfo3zu] {
    background: #fff;
    color: #013c5b;
}

    .action-btn:focus[b-8tmbhfo3zu], .action-btn:hover[b-8tmbhfo3zu] {
        box-shadow: 0 0 0 2px #b3c6d9;
    }

.extract-btn[b-8tmbhfo3zu] {
    background: #013c5b;
    color: #fff;
}

    .extract-btn:focus[b-8tmbhfo3zu], .extract-btn:hover[b-8tmbhfo3zu] {
        box-shadow: 0 0 0 2px #b3c6d9;
        background: #1a2533;
    }

.disable-unbatch-btn[b-8tmbhfo3zu] {
    border: 1px solid lightgrey;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.15rem 0.8rem;
    min-width: 60px;
    min-height: 28px;
    cursor: pointer;
    transition: box-shadow 0.2s;
    margin-right: 0.3rem;
    display: inline-block;
    line-height: 1.2;
    white-space: nowrap; /* Prevent text wrapping */
    box-sizing: border-box; /* Ensure padding is included in width */
    background-color: lightgrey;
}

.lato-font[b-8tmbhfo3zu] {
    font-family: 'Lato', sans-serif;
}

.modal-overlay[b-8tmbhfo3zu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/*Confirmation Popup*/

.modal[b-8tmbhfo3zu] {
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.modal-header[b-8tmbhfo3zu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal-header h2[b-8tmbhfo3zu] {
        font-size: 1.25rem;
        margin: 0;
    }

.close-btn[b-8tmbhfo3zu] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.modal-body[b-8tmbhfo3zu] {
    margin-top: 16px;
    font-size: 0.95rem;
    color: #333;
}

.modal-footer[b-8tmbhfo3zu] {
    margin-top: 20px;
    display: flex;
    justify-content: right;
    gap: 16px;
}

.btn-outline[b-8tmbhfo3zu] {
    padding: 8px 20px;
    border: 2px solid #013c5b;
    border-radius: 25px;
    background: white;
    color: #013c5b;
    font-weight: bold;
    cursor: pointer;
}

    .btn-outline:hover[b-8tmbhfo3zu] {
        background: white;
    }

.btn-solid[b-8tmbhfo3zu] {
    padding: 8px 24px;
    border: none;
    border-radius: 25px;
    background: #013c5b;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

    .btn-solid:hover[b-8tmbhfo3zu] {
        background: #013c5b;
    }
/* /Pages/ViewTransactionDetails.razor.rz.scp.css */
.button-blue[b-wzxm7b5pqb] {
    border-radius: 2rem;
    padding: 0.625rem 1.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #013c5b;
    background-color: white;
    border: 2px solid #013c5b;
    cursor: pointer;
}

    .button-blue:hover[b-wzxm7b5pqb] {
        background-color: #f3f4f6;
    }

    .button-blue:disabled[b-wzxm7b5pqb] {
        background-color: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
        border: 1px solid #d1d5db;
    }

.toolbar-container[b-wzxm7b5pqb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toolbar-left[b-wzxm7b5pqb] {
    display: flex;
    align-items: center;
    gap: 1rem; /* same as Tailwind's space-x-4 */
}

.toolbar-buttons[b-wzxm7b5pqb] {
    display: flex;
    gap: 1rem;
}
/* /Shared/CorporateLogin.razor.rz.scp.css */
.lato-font[b-ot29ozax88] {
    font-family: 'Lato', sans-serif;
}

.merriweather-font[b-ot29ozax88] {
    font-family: 'Merriweather', serif;
}
.btn-color[b-ot29ozax88] {
    background-color: #013c5b;
}

.btn-color:hover[b-ot29ozax88] {
    background-color: #BCDEFA;
}
/* /Shared/DateRangeFilter.razor.rz.scp.css */
.btn-secondary[b-qxn57agfhv] {
    color: #fff;
    background-color: grey;
    border-color: #1861ac;
}
/* /Shared/LoadingPage.razor.rz.scp.css */
.loading-screen[b-xtn6foa0cw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: sans-serif;
}

.spinner[b-xtn6foa0cw] {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-xtn6foa0cw 1s linear infinite;
    margin-bottom: 16px;
}

.loading-text[b-xtn6foa0cw] {
    color: #013c5b; /* Brand color */
    font-size: 1.25rem; /* Increased from default */
    font-weight: 600; /* Added boldness */
    letter-spacing: 0.5px;
}

@keyframes spin-b-xtn6foa0cw {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lato-font[b-xtn6foa0cw] {
    font-family: 'Lato', sans-serif;
}

.merriweather-font[b-xtn6foa0cw] {
    font-family: 'Merriweather', serif;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* Dropdown transitions */
.group:hover .dropdown[b-qlsomonyux] {
    display: block;
    animation: fadeIn-b-qlsomonyux 0.2s ease-out;
}


/* Active link styling */
.nav-link.active[b-qlsomonyux] {
    @apply bg-blue-100 text-blue-700;
}


.group:hover .dropdown-menu[b-qlsomonyux] {
    display: block;
    animation: fadeIn-b-qlsomonyux 0.2s ease-out;
}



/* Smooth transitions */
.profile-dropdown[b-qlsomonyux] {
    transition: all 0.3s ease;
}

.group:hover .dropdown-menu[b-qlsomonyux] {
    display: block;
    animation: fadeIn-b-qlsomonyux 0.2s ease-out;
}

@keyframes fadeIn-b-qlsomonyux {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Add to your app.css */
.dropdown-enter-active[b-qlsomonyux] {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.dropdown-enter-from[b-qlsomonyux] {
    opacity: 0;
    transform: translateY(-10px);
}

.dropdown-enter-to[b-qlsomonyux] {
    opacity: 1;
    transform: translateY(0);
}

/* Add to your app.css or main CSS file */
.dashboard-grid[b-qlsomonyux] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .dashboard-grid[b-qlsomonyux] {
        grid-template-columns: 2fr 1fr;
    }
}

.file-stats-grid[b-qlsomonyux] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1024px) {
    .file-stats-grid[b-qlsomonyux] {
        grid-template-columns: 1fr;
    }
}

.stats-card[b-qlsomonyux] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: white;
    border-left: 4px solid;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    /* Specific border colors */
    .stats-card.new[b-qlsomonyux] {
        border-color: #2563eb;
    }
    /* blue-600 */
    .stats-card.error[b-qlsomonyux] {
        border-color: #dc2626;
    }
    /* red-600 */
    .stats-card.progress[b-qlsomonyux] {
        border-color: #ca8a04;
    }
    /* yellow-600 */
    .stats-card.processed[b-qlsomonyux] {
        border-color: #16a34a;
    }
    /* green-600 */
    .stats-card.sent[b-qlsomonyux] {
        border-color: #9333ea;
    }
/* purple-600 */
.custom-link[b-qlsomonyux] {
    color: #4B5563; /* Tailwind's text-gray-600 */
    text-decoration: none;
}

    .custom-link:hover[b-qlsomonyux],
    .custom-link:focus[b-qlsomonyux],
    .custom-link:visited[b-qlsomonyux],
    .custom-link:active[b-qlsomonyux] {
        color: #1F2937 !important; /* Tailwind's text-gray-800 */
        text-decoration: none !important;
    }

.custom-icon-spacing[b-qlsomonyux] {
    margin-right: 0.375rem; /* 6px */
}

.lato-font[b-qlsomonyux] {
    font-family: 'Lato', sans-serif;
}

.merriweather-font[b-qlsomonyux] {
    font-family: 'Merriweather', serif;
}

.cuscolor[b-qlsomonyux] {
    background-color: #013c5b;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0hxzb1nz1d] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

.bi-house-door-fill-nav-menu[b-0hxzb1nz1d] {
    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");
}

.bi-plus-square-fill-nav-menu[b-0hxzb1nz1d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0hxzb1nz1d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-0hxzb1nz1d]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-0hxzb1nz1d] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-0hxzb1nz1d] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
