.hover-underline-animation{display:inline-block;position:relative;text-decoration:none;width:fit-content}.hover-underline-animation:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background-color:currentColor;transition:width .3s ease-in-out}.hover-underline-animation:hover:after{width:100%;left:0;transform:none}.jumping-dots>*{animation:jump 2s infinite;position:relative;bottom:0}.jumping-dots .dot-1{animation-delay:.2s}.jumping-dots .dot-2{animation-delay:.4s}.jumping-dots .dot-3{animation-delay:.6s}@keyframes jump{0%{bottom:0}20%{bottom:5px}40%{bottom:0}}.spinner{align-items:flex-end;display:flex}.spinner>div{width:10px;height:10px;background-color:#766f75;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s ease-in-out infinite both;animation:sk-bouncedelay 1.4s ease-in-out infinite both}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(.2)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(.2);transform:scale(.2)}}.payment-jumping-dots div{animation:jump 1.5s infinite;position:relative;bottom:0}.payment-jumping-dots .dot-1{animation-delay:.2s}.payment-jumping-dots .dot-2{animation-delay:.4s}.payment-jumping-dots .dot-3{animation-delay:.6s}.payment-jumping-dots .dot-4{animation-delay:.8s}.payment-jumping-dots .dot-5{animation-delay:1s}.month-picker{border-radius:1rem}.month-picker__header{display:flex;justify-content:space-between;align-items:center}.month-picker__button{background:none;transition:background-color .2s ease-in-out,color .2s ease-in-out;padding:.5rem;border:none;outline:none}.button_start{border-radius:3rem 0 0 3rem}.button_end{border-radius:0 3rem 3rem 0}.month-picker__button:hover{background-color:var(--color-blue-200)}.month-picker__month{height:4rem;width:100%;border:none;padding:1rem;outline:none;background:none;transition:background-color .2s ease-in-out,color .2s ease-in-out}.month-picker__month:not(.month-picker__month--active):not(:disabled){cursor:pointer;background:none}.month-picker__month:hover:not(.month-picker__month--active):not(:disabled){background-color:var(--color-blue-200)}.month-picker__month--active{background-color:var(--color-blue-400);color:var(--color-white)}.month-picker__month--range{background-color:var(--color-blue-100)}.date-picker-start{background:linear-gradient(90deg,#fff 50%,#efefef 0)!important}.date-picker-end{background:linear-gradient(270deg,#fff 50%,#efefef 0)!important}