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


/* TEXTS */
p {
    margin-bottom:0;
    white-space:nowrap;
}
p.small-text {
    font-size:12px !important;
}


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


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


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


/* BUTTONS */
.btn-sm {
    padding: .1rem .3rem !important;
    font-size:inherit;
    font-size:13px;
}
.btn:focus {
    box-shadow: none !important;
}


/* FORMS */
input[type="checkbox"] {
    margin-left:10px;
}
.form-label {
    margin-bottom:0 !important;
}
.select-2 {
    width:100% !important; 
}
.select2-results__option {
    padding:4px;
    user-select: none;
    -webkit-user-select:none;
    font-size: 12px;
}


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


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





/* AUTRES */
#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;
}

.draggable:hover {
    cursor: move;
}





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