/* _content/NasServerApp/Components/PrintVouchers.razor.rz.scp.css */
.designer-container[b-jw2z7l1mdh] {
    display: flex;
    gap: 20px;
}

.designer-form[b-jw2z7l1mdh] {
    flex: 1;
}

.card-preview[b-jw2z7l1mdh] {
    flex: 1;
}

.ticket-card[b-jw2z7l1mdh] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    position: relative; /* Important for absolutely positioned children */
    overflow: hidden; /* Prevent overflow */
    background-size: 100% 100%; /* Ensure the background image covers the card */
    background-position: center;
    background-repeat: no-repeat;
}

    .ticket-card p[b-jw2z7l1mdh] {
        cursor: move; /* Show move cursor */
        position: absolute; /* Enable absolute positioning for precise placement */
        left: 10px; /* Initial position */
        top: 10px; /* Initial position */
        z-index: 1; /* Ensure text is above the background */
        background-color: rgba(255, 255, 255, 0.7); /* Optional: semi-transparent background for better visibility */
        padding: 1px;
        border-radius: 4px;
    }
/* _content/NasServerApp/Components/PrintVouchers_Copy.razor.rz.scp.css */
.designer-container[b-b40wicx8hj] {
    display: flex;
    gap: 20px;
}

.designer-form[b-b40wicx8hj] {
    flex: 1;
}

.card-preview[b-b40wicx8hj] {
    flex: 1;
}

.ticket-card[b-b40wicx8hj] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    position: relative; /* Important for absolutely positioned children */
    overflow: hidden; /* Prevent overflow */
    background-size: 100% 100%; /* Ensure the background image covers the card */
    background-position: center;
    background-repeat: no-repeat;
}

    .ticket-card p[b-b40wicx8hj] {
        cursor: move; /* Show move cursor */
        position: absolute; /* Enable absolute positioning for precise placement */
        left: 10px; /* Initial position */
        top: 10px; /* Initial position */
        z-index: 1; /* Ensure text is above the background */
        background-color: rgba(255, 255, 255, 0.7); /* Optional: semi-transparent background for better visibility */
        padding: 1px;
        border-radius: 4px;
    }
/* _content/NasServerApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-rpowmhv4ua] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-rpowmhv4ua] {
    flex: 1;
    overflow: hidden;
}
/*.main {
   
    overflow: hidden;*/
   /* display: flex;
    flex-direction: column;*/
/*}*/

.sidebar[b-rpowmhv4ua] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    overflow-y:auto;
}

.top-row[b-rpowmhv4ua] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rpowmhv4ua]  a, .top-row .btn-link[b-rpowmhv4ua] {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
    }

    .top-row a:first-child[b-rpowmhv4ua] {
        overflow: hidden;
        text-overflow: ellipsis;
    }
.time-display[b-rpowmhv4ua] {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.clock-icon[b-rpowmhv4ua] {
    margin-right: 0.5rem;
    color: #007bff; /* Bootstrap primary color */
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rpowmhv4ua] {
        display: none;
    }

    .top-row.auth[b-rpowmhv4ua] {
        justify-content: space-between;
    }

    .top-row a[b-rpowmhv4ua], .top-row .btn-link[b-rpowmhv4ua] {
        margin-left: 0;
    }
    .time-display[b-rpowmhv4ua]{
        display:none;
    }
    .clock-icon[b-rpowmhv4ua]{
        display:none;
    }
    .search-bar-main[b-rpowmhv4ua] {
        display: none;
    }
    .search-bar-main-mobile[b-rpowmhv4ua] {
        padding-left:10px;
        padding-right:10px;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        display: block;
    }
}

@media (min-width: 641px) {
    .page[b-rpowmhv4ua] {
        flex-direction: row;
    }

    .sidebar[b-rpowmhv4ua] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rpowmhv4ua] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .search-bar-main[b-rpowmhv4ua]{
        display:block;
    }
    .top-row[b-rpowmhv4ua]  a, .top-row .btn-link[b-rpowmhv4ua] {
        
        margin-left: 1.5rem;
    }
    .search-bar-main-mobile[b-rpowmhv4ua]{
        display: none;
    }
    .time-display[b-rpowmhv4ua] {
        display: none;
    }

    .clock-icon[b-rpowmhv4ua] {
        display: none;
    }
    .main > div[b-rpowmhv4ua] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/NasServerApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-okdscbaltj] {
    background-color: rgba(255, 255, 255, 0.1);
   
}
.menu-item-link[b-okdscbaltj], .nav-link[b-okdscbaltj] {
    white-space: nowrap;
}
.top-row[b-okdscbaltj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-okdscbaltj] {
    font-size: 1.1rem;
}

.oi[b-okdscbaltj] {
    width: 1.5rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    margin:0;
    padding:0;
}
.pl-3[b-okdscbaltj], .px-3[b-okdscbaltj]{
    padding-left:0;
    padding-right:0;
}
.nav-item[b-okdscbaltj] {
    /*font-size: 0.9rem;*/
    font-size: 14px;
    white-space: nowrap;
    /*padding-bottom: 0.5rem;*/
}

    .nav-item:first-of-type[b-okdscbaltj] {
        padding-top: 0.2rem;
    }

    .nav-item:last-of-type[b-okdscbaltj] {
        padding-bottom: 1.2rem;
    }

    .nav-item[b-okdscbaltj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
    }

.nav-item[b-okdscbaltj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-okdscbaltj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-okdscbaltj] {
        display: none;
    }

    .collapse[b-okdscbaltj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
