body {
    /* background-color: skyblue; */
    min-width:fit-content;
    min-height: 100vh;
}

#sidebarMenu > div {
    width: inherit;
    max-height:800px;
    overflow-x:scroll;
    scrollbar-width:none;
}
#sidebarMenu > div::-webkit-scrollbar {
    display: none;
}

p {
    margin-bottom:0;
    white-space:nowrap;
}

p.small-text {
    font-size:12px !important;
}

.list-link-item {
    text-decoration: none !important;
    margin: 0;
    padding: 0;
}

input[type="checkbox"] {
    margin-left:10px;
}

a {
    text-decoration: none;
}
.underline-link:hover {
    text-decoration: underline;
}

img {
    width:100%;
    height:100%;
    object-fit:contain;
}

table.thin-table-rows td {
    padding:0 !important;
}

.btn-sm {
    padding: .1rem .3rem !important;
    font-size:inherit;
    font-size:13px;
}

.form-label {
    margin-bottom:0 !important;
}
.select-2 {
    width:100% !important; 
}

.draggable:hover {
    cursor: move;
}

.select2-results__option {
    padding:4px;
    user-select: none;
    -webkit-user-select:none;
    font-size: 12px;
}



#js-ph-tache {
    position: fixed;
    inset: 0;
    z-index: -100;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    padding: 1rem;
    /* overflow-y: auto; */
}

#js-ph-form {
    width: 100%;
    max-width: 580px;
    margin: auto;
}

@media (max-width: 576px) {
    #js-ph-form {
        max-width: none;
        border-radius: 0;
    }
}
