@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";:root{--primary:#ba8a4d;--primary-100:color-mix(in srgb,white 90%,var(--primary) 10%);--primary-200:color-mix(in srgb,white 70%,var(--primary) 30%);--primary-300:color-mix(in srgb,white 50%,var(--primary) 50%);--primary-400:color-mix(in srgb,white 30%,var(--primary) 70%);--primary-500:var(--primary);--primary-600:color-mix(in srgb,black 20%,var(--primary) 80%);--primary-700:color-mix(in srgb,black 40%,var(--primary) 60%);--primary-800:color-mix(in srgb,black 60%,var(--primary) 40%);--primary-900:color-mix(in srgb,black 80%,var(--primary) 20%)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=date]::-webkit-calendar-picker-indicator{background-color:#dfdfe0;color:#fff;border-radius:50%;padding:5px;cursor:pointer}input[type=date]::-webkit-calendar-picker-indicator:hover{background-color:#bfbfc1}.mobile-pagination{width:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box;margin-bottom:16px;padding:8px 0;position:relative}.LineConnector .MuiStepConnector-line{border-color:#dfdfe0;border-width:3px}.LineIcon{width:24px;height:4px;background-color:#dfdfe0;border-radius:2px;transition:width .3s ease-in-out,background-color .3s ease-in-out}.LineIcon.active{width:40px;background-color:var(--primary-500)}.loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.loader .spinner{width:50px;height:50px;border:5px solid #dfdfe0;border-top:5px solid var(--primary-500);border-radius:50%;animation:spin 1s linear infinite}.loader p{font-family:Roboto;font-size:14px;font-weight:400;line-height:24px;margin-top:10px}.spinner{width:50px;height:50px;border:5px solid #dfdfe0;border-top:5px solid var(--primary-500);border-radius:50%;animation:spin 1s linear infinite}.spinner p{font-family:Roboto;font-size:14px;font-weight:400;line-height:24px;margin-top:10px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}