#drop-area {
    height: 100px;
    text-align: center;
    line-height: 100px;
    border: 1px dashed #a4a5a8;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
}

#drop-area.drag-over {
    background-color: #6c6f7d2d;
}

.logo {
    height: 30px;
    display: block;
}

.signature>p {
    margin-bottom: 0 !important;
}

.icone {
    height: 20px !important;
    margin-left: 0.5rem;
}

.ticket-bg {
    background-color: rgba(0, 0, 0, 0.12) !important;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.comment-bg {
    background-color: rgba(0, 0, 0, 0.05) !important;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}

[data-href] {
    cursor: pointer;
}

.mobile {
    display: none;
}

.demand-close {
    cursor: pointer;
    margin-top: 5px;
    font-size: 17px;
}

#close {
    cursor: pointer;
    height: 20px;
    width: 40px;
    margin-right: 10px;
}

.retour-btn {
    border: solid 1px #007bff;
    padding: 7px 16px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    background-color: #007bff;
}

.retour-btn:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.fa-chevron-left {
    margin-right: 5px;
}

@media (max-width: 570px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}