.draggable{background:#0093ff;border:none;box-shadow:0 4px 12px rgba(0,0,0,.15);left:100px;position:fixed;top:100px;transition:top .2s ease-out;width:100px;z-index:9999}.drag-header{background:#0093ff;border-radius:20px;cursor:move;font-weight:700;padding:.5rem}.drag-header a,.drag-header a:hover{color:#fff;text-decoration:none}#draggable-module{border-radius:12px 0 0 12px;overflow:hidden;transition:border-radius .2s ease,left .2s ease}#draggable-module.snap-left{border-bottom-left-radius:0;border-bottom-right-radius:12px;border-top-left-radius:0;border-top-right-radius:12px}#draggable-module.snap-right{border-bottom-left-radius:12px;border-bottom-right-radius:0;border-top-left-radius:12px;border-top-right-radius:0}