.custom-short-arrow-btn{display:flex;border-radius:8px;border:1px solid #e3e7fc;background:#fff;width:40px;height:40px;justify-content:center;align-items:center;flex-shrink:0;transition:all .2s ease}.custom-short-arrow-btn-icon{width:100%;height:100%;transition:transform .3s ease-in-out}.custom-short-arrow-btn .rotate-left{transform:rotate(180deg)}.custom-short-arrow-btn .rotate-right{transform:rotate(0deg)}.custom-short-arrow-btn .rotate-up{transform:rotate(-90deg)}.custom-short-arrow-btn .rotate-down{transform:rotate(90deg)}