/* _content/BlazorDMSDownloadServerApp/Pages/Cart.razor.rz.scp.css */
.btn-outline-primary:hover[b-oj6abbjh7s], .btn-outline-primary:focus:active[b-oj6abbjh7s] {
    color: white !important;
    background-color: #793ffc;
    border-color: white; /*set the color you want here*/
}

a[b-oj6abbjh7s] {
    text-decoration: none;
    cursor: pointer;
    color: blue;
}

.btn-link[b-oj6abbjh7s] {
    text-decoration: none !important;
}

.btn-customBack[b-oj6abbjh7s] {
    color: white;
    background-color: #793ffc;
    border-color: #793ffc;
}

    /* Change the background color on hover */
    .btn-customBack:hover[b-oj6abbjh7s], .btn-customBack:active[b-oj6abbjh7s], .btn-customBack:focus:active[b-oj6abbjh7s] {
        background-color: #6132ca !important;
        border-color: #6132ca !important;
    }

.btn-customVerify[b-oj6abbjh7s] {
    color: white;
    background-color: #41A0BE;
    border-color: #41A0BE;
}

    .btn-customVerify:hover[b-oj6abbjh7s] {
        background-color: #3a90ab !important;
        border-color: #3a90ab !important;
    }

    .btn-customVerify:hover[b-oj6abbjh7s], .btn-customVerify:active[b-oj6abbjh7s], .btn-customVerify:focus:active[b-oj6abbjh7s] {
        background-color: #337f97 !important;
        border-color: #337f97 !important;
    }

.cart-summary[b-oj6abbjh7s] {
    background-color: #fdfdfd;
    border-radius: 10px;
}
/* _content/BlazorDMSDownloadServerApp/Pages/Confirmation.razor.rz.scp.css */
.btn-customSearch[b-q0g4kbmt0n] {
    background-color: #793ffc;
    border-color: #793ffc;
}

    .btn-customSearch:hover[b-q0g4kbmt0n], .btn-customSearch:active[b-q0g4kbmt0n], .btn-customSearch:focus:active[b-q0g4kbmt0n] {
        background-color: #6a33d9;
        border-color: #6a33d9;
    }

.btn-link[b-q0g4kbmt0n] {
    text-decoration: none !important;
}
/* _content/BlazorDMSDownloadServerApp/Pages/Index.razor.rz.scp.css */
.btn-link[b-16ueh44e4j] {
    text-decoration: none !important;
}
/* _content/BlazorDMSDownloadServerApp/Pages/Search.razor.rz.scp.css */
a[b-orgyotpdw5] {
    text-decoration: none;
    cursor:pointer;
}

tr[b-orgyotpdw5] {
    vertical-align: middle;
}

.page-number[b-orgyotpdw5] {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

.btn-customSearch[b-orgyotpdw5] {
    background-color: #793ffc;
    border-color: #793ffc;
}
    .btn-customSearch:hover[b-orgyotpdw5], .btn-customSearch:active[b-orgyotpdw5], .btn-customSearch:focus:active[b-orgyotpdw5] {
        background-color: #6a33d9;
        border-color: #6a33d9;
    }

.btn-link[b-orgyotpdw5] {
    text-decoration: none !important;
}

.dropdown-menu[b-orgyotpdw5] {
    min-width: 1rem !important;
}

    .dropdown-item:hover[b-orgyotpdw5] {
        color: cornflowerblue !important;
    }

/*more*/

/* Default column spacing */
.custom-table[b-orgyotpdw5] {
    border-spacing: 10px; /* Space between columns by default */
}

/* Medium screen breakpoint (md) - tablets, larger desktops */
@media (min-width: 768px) {
    .custom-table[b-orgyotpdw5] {
        border-spacing: 20px; /* Increase space for medium screens */
    }
}

/* Large screen breakpoint (lg) - larger desktops */
@media (min-width: 992px) {
    .custom-table[b-orgyotpdw5] {
        border-spacing: 30px; /* Increase space for larger screens */
    }
}

/* Extra-large screen breakpoint (xl) - very large desktops */
@media (min-width: 1200px) {
    .custom-table[b-orgyotpdw5] {
        border-spacing: 40px; /* Increase space for extra-large screens */
    }
}

.btn-outline-primary:hover[b-orgyotpdw5], .btn-outline-primary:focus:active[b-orgyotpdw5] {
    color: white !important;
    background-color: #793ffc;
    border-color: white; /*set the color you want here*/
}

.btn-customBack[b-orgyotpdw5] {
    color: white;
    background-color: #793ffc;
    border-color: #793ffc;
}

    /* Change the background color on hover */
    .btn-customBack:hover[b-orgyotpdw5], .btn-customBack:active[b-orgyotpdw5], .btn-customBack:focus:active[b-orgyotpdw5] {
        background-color: #6132ca;
        border-color: #6132ca;
    }

.custom-green[b-orgyotpdw5] {
    color: green !important; /* !important ensures it overrides Bootstrap if necessary */
}

.paginationButton[b-orgyotpdw5] {
    color: blue;
}
/* _content/BlazorDMSDownloadServerApp/Pages/Verification.razor.rz.scp.css */
a[b-8h9e5j5fbu] {
    text-decoration: none;
    cursor: pointer;
}

.btn-link[b-8h9e5j5fbu] {
    text-decoration: none !important;
}
/* _content/BlazorDMSDownloadServerApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-m5h2hx1k2w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m5h2hx1k2w] {
    flex: 1;
}

.sidebar[b-m5h2hx1k2w] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-m5h2hx1k2w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m5h2hx1k2w]  a, .top-row .btn-link[b-m5h2hx1k2w] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-m5h2hx1k2w] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-m5h2hx1k2w] {
        display: none;
    }

    .top-row.auth[b-m5h2hx1k2w] {
        justify-content: space-between;
    }

    .top-row a[b-m5h2hx1k2w], .top-row .btn-link[b-m5h2hx1k2w] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m5h2hx1k2w] {
        flex-direction: row;
    }

    .sidebar[b-m5h2hx1k2w] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m5h2hx1k2w] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-m5h2hx1k2w], article[b-m5h2hx1k2w] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorDMSDownloadServerApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o96lq55l9f] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-o96lq55l9f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-o96lq55l9f] {
    font-size: 1.1rem;
}

.oi[b-o96lq55l9f] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-o96lq55l9f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-o96lq55l9f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-o96lq55l9f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-o96lq55l9f]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-o96lq55l9f]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-o96lq55l9f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-o96lq55l9f] {
        display: none;
    }

    .collapse[b-o96lq55l9f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
