@keyframes borderMove{to{transform:translateX(100%)}}@keyframes borderMoveBack{0%{transform:translateX(100%)}to{transform:translateX(0)}}.border-move{animation:borderMove .1s forwards}.border-move-back{animation:borderMoveBack .1s forwards}@keyframes roundCalenderOpacityShow{0%{opacity:0}to{opacity:1}}@keyframes circleRotateAnima{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes toLeft{0%{right:0}to{left:0;right:unset}}@keyframes toRight{0%{left:0}to{right:0;left:unset}}.to-left{animation:toLeft .3s forwards}.to-right{animation:toRight .3s forwards}.round-calender-opacity-show{animation:roundCalenderOpacityShow .3s forwards}.circle-rotate{animation:circleRotateAnima .5s forwards}@keyframes areaSearchAnima{0%{width:-moz-fit-content;width:fit-content}to{width:calc(100% - 1.6rem)}}.area-search-anima{animation:areaSearchAnima .2s forwards}@keyframes leftPositon{0%{width:5.6563rem;right:0}to{width:11.35rem;left:0}}@keyframes rightPositon{0%{width:11.35rem;left:0}to{width:5.6563rem;right:0}}.cabinToLeft{animation:leftPositon .2s forwards}.cabinToRight{animation:rightPositon .2s forwards}@keyframes baggageleftPositon{0%{right:0}to{left:0}}@keyframes baggagerightPositon{0%{left:0}to{right:0}}.baggageToLeft{animation:baggageleftPositon .2s forwards}.baggageToRight{animation:baggagerightPositon .2s forwards}@keyframes cabinleftPositon{0%{right:.25rem}to{left:.25rem}}@keyframes cabinrightPositon{0%{left:.25rem}to{right:.25rem}}.introCabinToLeft{animation:cabinleftPositon .2s forwards}.introCabinToRight{animation:cabinrightPositon .2s forwards}@keyframes expandRotate{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes expandRotateBack{0%{transform:rotate(180deg)}to{transform:rotate(0deg)}}.expand-rotate{animation:expandRotate .3s forwards}.expand-rotate-back{animation:expandRotateBack .3s forwards}@keyframes expand{0%{height:0;display:none}to{height:100%;display:block}}@keyframes collapsed{0%{height:100%;display:block}to{height:0;display:none}}.expand{animation:expand .3s forwards}.collapsed{animation:collapsed .3s forwards}@keyframes light{0%{opacity:100%}to{opacity:50%}}.light{animation:light 1.5s infinite}