.modal-action-section {
    background-color: var(--ps-color-gray-light);
    border-bottom: 1px var(--ps-color-light-blue-border) solid;
}

.draggable-area {
    height: 20px;
    width: 100%;
    cursor: move;
    opacity: 0.85;
    background-size: 6px 6px;
    background-repeat: repeat;
    background-position: center;
    background-image: radial-gradient(var(--ps-color-dark-blue) 1px, transparent 1px);
}
