@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/BlazorSnow/BlazorSnow.bundle.scp.css';

/* /Pages/Dosar/DosarIntern.razor.rz.scp.css */
.document-notes[b-6yqrgtm4qx] {
    position: relative;
    background-color: white; 
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-width: 2px; 
}
.dropdown-menu[b-6yqrgtm4qx] {
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
}
.table[b-6yqrgtm4qx] {
    display: table;
    width: 100%;
    border-collapse: collapse;


}

.table-row[b-6yqrgtm4qx] {
    display: table-row;
}
.table-header[b-6yqrgtm4qx] {
    display: table-row;
    background-color: rgba(0, 0, 0, 0.03); /* Background color with 3% opacity */
}
.table-cell[b-6yqrgtm4qx] {
    display: table-cell;
    border: 1px solid #6c757d;
    padding: 2px;
}
.pdf-viewer[b-6yqrgtm4qx] {
    width: 100%;
    height: 90vh;
    border: none;
}
/* /Pages/Dosar/Rapoarte/CaiAtac.razor.rz.scp.css */
.dosar-group[b-y9qswvuzd5] {
    margin-bottom: 0.25rem; /* Adjust space between groups */
}

.dosar-group-header[b-y9qswvuzd5] {
    background-color: #f0f0f0;
    padding: 0.5rem;
    font-weight: bold;
    margin-bottom: 0.0rem; /* Less space between header and cards */
}

.scrollable-row[b-y9qswvuzd5] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.5rem 0; /* Less padding */
}
.card-success[b-y9qswvuzd5] {
    background-color: #80c197;
    flex: 0 0 auto;
    margin: 0.25rem; /* Less margin */
    font-size: 0.8rem; /* Smaller text */
}
.card-squashed[b-y9qswvuzd5] {
    background-color: #ffcccb;
    flex: 0 0 auto;
    margin: 0.25rem; /* Less margin */
    font-size: 0.8rem; /* Smaller text */
}
.card-own[b-y9qswvuzd5] {
    background-color: #f0f0f0;
    flex: 0 0 auto;
    margin: 0.25rem; /* Less margin */
    font-size: 0.8rem; /* Smaller text */
}

.card-body[b-y9qswvuzd5] {
    padding: 0.5rem; /* Less padding */
}

.card-title[b-y9qswvuzd5] {
    font-size: 1rem; /* Smaller title font */
}

.card-text[b-y9qswvuzd5] {
    font-size: 0.8rem; /* Smaller text font */
}
/* /Pages/ViewDocumentIntern.razor.rz.scp.css */
.document-container[b-428yuhvfpt] {
    max-width: 210mm; /* A4 width */
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Media query for screens smaller than 768px (tablets and mobile devices) */
@media (max-width: 767px) {
    .container[b-428yuhvfpt] {
        margin: 10px;
        padding: 10px;
    }

    .document-container[b-428yuhvfpt] {
        margin: 5px auto;
        padding: 10px;
    }
}

/* Media query for screens smaller than 576px (typically mobile devices) */
@media (max-width: 575px) {
    .container[b-428yuhvfpt] {
        margin: 5px;
        padding: 5px;
    }

    .document-container[b-428yuhvfpt] {
        margin: 2px auto;
        padding: 5px;
    }
}
.header-container[b-428yuhvfpt] {
    max-width: 210mm; /* A4 width */
    margin: 20px auto;
    padding: 20px;
}

.document-content[b-428yuhvfpt] {
    padding: 10mm; /* Padding inside the A4 content */
}

body[b-428yuhvfpt] {
    background-color: #f0f0f0; /* Light gray background for the outer area */
}
/* /Shared/DraftNotes.razor.rz.scp.css */
/* Positions the toolbar at the bottom-right and makes it horizontal */
.toolbar[b-c3qafpymmb] {
    position: fixed;
    right: 0;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 60px;
    z-index: 1000; /* Ensures it is on top of other content */
    display: flex;
    flex-direction: row-reverse; /* Aligns items horizontally and starts from the right */
    align-items: center;
    flex-wrap: nowrap; /* Prevents wrapping by default */
    overflow-x: auto; /* Enables horizontal scrolling */
}

/* Style for each draft message */
.draft-message[b-c3qafpymmb] {
    background-color: #f8f9fa; /* Light grey background */
    border: 1px solid #dee2e6; /* Grey border */
    padding: 5px 10px;
    border-radius: 10px; /* Rounded corners for better aesthetics */
    margin-left: 5px; /* Space between messages */
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap; /* Prevents the content from wrapping */
}

/* Button styling to keep them minimal */
.toolbar button[b-c3qafpymmb] {
    border: none;
    background: none;
    color: #333; /* Dark grey color for icons */
    cursor: pointer;
}

    .toolbar button:hover[b-c3qafpymmb] {
        background-color: #e2e6ea; /* Light grey background on hover */
    }
/* /Shared/ListaSedinta.razor.rz.scp.css */
.no-border[b-3lvbau56we], .no-border th[b-3lvbau56we], .no-border td[b-3lvbau56we] {
    border: none;
    border-collapse: collapse;
    padding: 2px;
}
.scrollable-div[b-3lvbau56we] {
    height: 70vh; /* 90% of the viewport height */
    overflow-y: auto; /* Enables vertical scrolling if content overflows */
    padding: 5px; /* Optional: Adds some padding inside the div */
    box-sizing: border-box; /* Includes padding in the height calculation */
}
.with-gray[b-3lvbau56we] {
    background-color: #D3D3D3;
  }
.custom-row-border-bottom[b-3lvbau56we] {
    border-bottom: 3px solid #000; /* Adjust the width and color as needed */
}
.small-text[b-3lvbau56we] {
    font-size: 75%; /* 75% of the parent element's font size */
}
@media print {
    body *[b-3lvbau56we] {
        display: none; /* Hide everything */
    }

    #generated_lista_sedinta[b-3lvbau56we], #generated_lista_sedinta *[b-3lvbau56we] {
        display: block; /* Only show the printable area and its children */
    }

    #generated_lista_sedinta[b-3lvbau56we] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; /* Ensure it uses the full page width */
    }
}


.no-download[b-3lvbau56we] {
    border: none !important; /* Remove all borders */
    background-color: white !important;
}

   
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-20ow21hf2q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-20ow21hf2q] {
    flex: 1;
}

.sidebar[b-20ow21hf2q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-20ow21hf2q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-20ow21hf2q]  a, .top-row .btn-link[b-20ow21hf2q] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-20ow21hf2q] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-20ow21hf2q] {
        display: none;
    }

    .top-row.auth[b-20ow21hf2q] {
        justify-content: space-between;
    }

    .top-row a[b-20ow21hf2q], .top-row .btn-link[b-20ow21hf2q] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-20ow21hf2q] {
        flex-direction: row;
    }

    .sidebar[b-20ow21hf2q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-20ow21hf2q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-20ow21hf2q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* /Shared/PopupEditor.razor.rz.scp.css */
.dragform-window[b-bwn4ev3892] {
    position: fixed;
    border: 1px solid black;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 100;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    max-width: 600px;
}

.dragform-header[b-bwn4ev3892] {
    cursor: move;
    background: #444;
    color: white;
    z-index: 100;
    padding: 5px;
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Webkit (Safari, Chrome) browsers */
    -moz-user-select: none; /* Mozilla Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}
