.consultations.offcanvas {
    margin-top: 33px;
}

.consultations.offcanvas-button {
    position: sticky;
    top: 50px;
    margin-left: -18em;
    z-index: 100;
}

div.consultations.offcanvas.show {

}

div.consultations.offcanvas {
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.75);
    transition: transform 0.8s ease-in-out;
    background: rgba(100,100,100,.8);
    background: linear-gradient(to bottom right, black, white);
    opacity: 0.95;
}

.consultations.offcanvas-title {
    color: #fff;
}

.consultations.offcanvas-body div {
    max-width: 90%;
    border-bottom: 2px solid #e3e3e3;
}

.consultations .consultation-current {
    color: #fff;
    padding: 0.5em 0;
}

.consultations.offcanvas-body a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0.5em;
    text-align: left;
}

.consultations.offcanvas-body a:hover {
    color: #fff;
    text-decoration: none;
    border-color: var(--jdi-theme-btn);
    background-color: #000;
    transform: translateX(1em);
}

.consultations.offcanvas-body a:hover span {
    color: #fff;
}

.consultations.offcanvas-body span {
    color: #000;
    padding-right: 0.5em;
    transition: 0.5s ease-in-out;
}

.consultations.offcanvas-button span {
    padding: 0 0.5em 4px 0;
}
