
.offcanvas-bottom {
    height: 85vh;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.offcanvas-header .btn-close {
    filter:
        brightness(0) 
        saturate(100%)
        invert(32%) 
        sepia(4%)
        saturate(8%)
        hue-rotate(339deg)
        brightness(95%) 
        contrast(87%);
        
    
}

.drag-handle-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.drag-handle-wrapper .drag-handle {
    width: 15%;
    height: 6px;
    border-radius: 32px;
    background: var(--bs-gray-500);
    margin-top: 8px;
    margin-bottom: 8px;
}