/* _content/DhanamMember/Pages/Index.razor.rz.scp.css */
.container[b-0stzlszqb0] {
    height: fit-content;
    margin: 10px !important;
    max-width: 600px; 
    width: 100%;
}

.topdiv[b-0stzlszqb0] {
    height: 98.1vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.images[b-0stzlszqb0] {
    display: flex;
    width: 100%;
    margin: 10px;
}

.image img[b-0stzlszqb0] {
    width:60%; 
    height: auto;
}

.image[b-0stzlszqb0] {
    width: 33%;
    text-align: center;
}

.mem-slc[b-0stzlszqb0] {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 10px;
}

input:focus[b-0stzlszqb0], select:focus[b-0stzlszqb0] {
    outline: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

input[type=number][b-0stzlszqb0]::-webkit-inner-spin-button,
input[type=number][b-0stzlszqb0]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.btn[b-0stzlszqb0] {
    
   /* position: absolute;
    bottom: 3px;
    right: 3px;*/
    border: 0;
    text-transform: uppercase;
    color: green; /* Amber color */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5);
    background: transparent;
    transition: all 0.5s;
    border:1px solid green;
}

    .btn:hover[b-0stzlszqb0] {
        color: white;
        background-color: green !important;
  /*      transition-delay: 0.2s;*/
    }

    /*.btn::before,
    .btn::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all 0.2s;
        background: green;*/ /* Amber color */
    /*}*/
.btn-link[b-0stzlszqb0] {
    font-weight: 700;
    background-color: transparent !important;
    color: green !important;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s;
    border: 1px solid green;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5);
}

    .btn-link:hover[b-0stzlszqb0] {
        color: white !important;
        background-color: green !important;
    }

.input-rows[b-0stzlszqb0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

    .input-rows .row[b-0stzlszqb0] {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: 10px 0;
    }

    .input-rows label[b-0stzlszqb0] {
        width: 40%;
        text-align: right;
        padding-right: 10px;
    }

    .input-rows input[b-0stzlszqb0], .input-rows select[b-0stzlszqb0] {
        width: 45%;
    }
.but-qr-div[b-0stzlszqb0] {
display:flex;
}
.qr-div[b-0stzlszqb0]{
    padding:0;
}

.text-danger[b-0stzlszqb0]{
    text-align:end;
}

.loading-overlay[b-0stzlszqb0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it's above other elements */
}

.loading-spinner[b-0stzlszqb0] {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-0stzlszqb0 1s linear infinite;
}

@keyframes spin-b-0stzlszqb0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .input-rows .row[b-0stzlszqb0] {
        flex-direction: column;
        align-items: center;
    }

    .input-rows label[b-0stzlszqb0] {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }

    .input-rows input[b-0stzlszqb0], .input-rows select[b-0stzlszqb0] {
        width: 100%;
    }
    .but-qr-div[b-0stzlszqb0] {
        flex-direction: column;
    }

    .qr-div[b-0stzlszqb0] {
        padding: 10px;
        margin:0 auto;
    }
}

@media (max-width:577px){
    .threebutt[b-0stzlszqb0]{
        justify-content:center;
        gap:10px;
    }
}
/* _content/DhanamMember/Shared/MainLayout.razor.rz.scp.css */
.page[b-fhhty87pzu] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color:#402E7A;
}

main[b-fhhty87pzu] {
    flex: 1;
}

.sidebar[b-fhhty87pzu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fhhty87pzu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fhhty87pzu]  a, .top-row .btn-link[b-fhhty87pzu] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fhhty87pzu] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fhhty87pzu] {
        display: none;
    }

    .top-row.auth[b-fhhty87pzu] {
        justify-content: space-between;
    }

    .top-row a[b-fhhty87pzu], .top-row .btn-link[b-fhhty87pzu] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fhhty87pzu] {
        flex-direction: row;
    }

    .sidebar[b-fhhty87pzu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fhhty87pzu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fhhty87pzu], article[b-fhhty87pzu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/DhanamMember/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mkffpxd7z8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mkffpxd7z8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mkffpxd7z8] {
    font-size: 1.1rem;
}

.oi[b-mkffpxd7z8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-mkffpxd7z8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mkffpxd7z8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mkffpxd7z8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mkffpxd7z8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-mkffpxd7z8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-mkffpxd7z8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mkffpxd7z8] {
        display: none;
    }

    .collapse[b-mkffpxd7z8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-mkffpxd7z8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
