/* /Components/InputFileEx.razor.rz.scp.css */



.dropzone[b-31xv9iet3a] {
    position: relative;
    overflow: hidden;
    border: 2px dotted rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.09);
    /*margin-bottom: 20px;*/
    border-radius: 5px;
}

    .dropzone.dropzone-active[b-31xv9iet3a] {
        background-color: lightblue;
    }

    .dropzone label[b-31xv9iet3a] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .dropzone[b-31xv9iet3a]  input[type="file"] {
        width: 100%;
        height: 180px;
        position: relative;
        top: -36px;
        margin-bottom: -40px;
    }

.fileProgress[b-31xv9iet3a] {
    vertical-align: middle !important;
}

.text-icon-light[b-31xv9iet3a] {
    color: #e9ecef;
}

/* /Components/SelectCampagne.razor.rz.scp.css */
.libel-campagne[b-wn4mmz8cdx] {
    font-size: 1.5rem;
    color: gray
}


.combo-campagne:hover[b-wn4mmz8cdx] {
    background-color: lightgray;
    cursor: pointer;
}


.position-relative[b-wn4mmz8cdx] {
    position: relative;
}

.dropdown-content[b-wn4mmz8cdx] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    border: 1px solid;
    border-color: gray;
    min-width: 90%;
    max-height: 300px; /* Set maximum height */
    overflow-y: auto; /* Enable vertical scrollbar if content overflows */
}

.combo-campagne:hover ~ .dropdown-content[b-wn4mmz8cdx] {
    background-color: lightgray;   /*Utile ?*/
}

.dropdown-item[b-wn4mmz8cdx] {
    padding: 10px 20px;
    margin: 0;
    background-color: #f8f9fa;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s ease;
}

    .dropdown-item:hover[b-wn4mmz8cdx] {
        background-color: #e2e6ea;
    }

/* /Pages/DetailPlvClient/DetailPlvClient.razor.rz.scp.css */
textarea[readonly="readonly"][b-w0j92th0h3], textarea[readonly][b-w0j92th0h3] {
    background-color: white;
}

/*.last-update-infos {
    
}
*/
.last-update-infos-titre[b-w0j92th0h3] {
    font-size: 0.8rem;
    font-weight: bold;
    color: blue;
}

.last-update-infos-comment[b-w0j92th0h3] {
    font-size: 0.8rem;
    color: #6c757d;
}

.histo-comment[b-w0j92th0h3] {
    font-size: 0.8rem;
    color: black;
    font-style: italic;
   
}

.qtehasmodif[b-w0j92th0h3] {
    color: red;
    font-weight: bold;
    font-size: 1.0rem;
}
/* /Pages/FicheClient/FicheClient.razor.rz.scp.css */

.comment-title[b-3vyczp2wia] {    
    font-size:12px;
    font-weight:bold;
    margin-left:10px;
}

.comment-msg[b-3vyczp2wia] {
    font-size: 13px;
    margin-left: 20px;
    font-style: italic;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-bc5rrlu3py] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bc5rrlu3py] {
    flex: 1;
    width: 0;
}

.sidebar[b-bc5rrlu3py] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*background-image: linear-gradient(355deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 10%, rgba(0,212,255,1) 87%);*/
    /*linear-gradient(355deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 10%, rgba(0,212,255,1) 87%);*/
    background: rgb(2,0,36);
    background: linear-gradient(112deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 10%, rgba(0,166,255,1) 100%);
}


.top-row[b-bc5rrlu3py] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
    /*.top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }*/

        /*.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }*/

       /* .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }*/



@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bc5rrlu3py] {
        display: none;
    }

    .top-row.auth[b-bc5rrlu3py] {
        justify-content: space-between;
    }

    .top-row[b-bc5rrlu3py]  a, .top-row[b-bc5rrlu3py]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bc5rrlu3py] {
        flex-direction: row;
    }

    .sidebar[b-bc5rrlu3py] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bc5rrlu3py] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bc5rrlu3py]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

   /* .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/

    .top-row[b-bc5rrlu3py], article[b-bc5rrlu3py] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vt4fedji0k] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vt4fedji0k] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vt4fedji0k] {
    font-size: 1.1rem;
}

.bi[b-vt4fedji0k] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    margin-left:6px;
}

.nav-item[b-vt4fedji0k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vt4fedji0k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vt4fedji0k] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vt4fedji0k]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vt4fedji0k]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vt4fedji0k]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vt4fedji0k] {
        display: none;
    }

    .collapse[b-vt4fedji0k] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-vt4fedji0k] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
