html,body,#root,main{background:#060e15;margin:0;padding:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#e0e0e0}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-track:hover{background-color:#555}.MuiPickersPopper-paper,.MuiPickersPopper-paper[role=dialog]{background-color:#192534!important;color:#fff!important;border:1px solid #1e293b!important;border-radius:8px!important;box-shadow:0 8px 24px #0006,0 4px 8px #0003!important}.MuiPickersCalendarHeader-root{background-color:transparent!important;color:#fff!important;padding:8px 16px!important}.MuiPickersCalendarHeader-label{color:#fff!important;font-weight:600!important}.MuiPickersCalendarHeader-labelContainer .MuiIconButton-root,.MuiPickersArrowSwitcher-root .MuiIconButton-root{color:#fff!important}.MuiPickersCalendarHeader-labelContainer .MuiIconButton-root:hover,.MuiPickersArrowSwitcher-root .MuiIconButton-root:hover{background-color:#3b82f626!important}.MuiDayCalendar-root{background-color:transparent!important}.MuiPickersDay-root{color:#fff!important}.MuiPickersDay-root:hover{background-color:#3b82f626!important}.MuiPickersDay-root.Mui-selected{background-color:#f5ab1f!important;color:#fff!important;font-weight:600!important}.MuiPickersDay-root.Mui-selected:hover{background-color:#f57c00!important}.MuiPickersDay-root.MuiPickersDay-today{border:1px solid #F5AB1F!important;font-weight:600!important}.MuiPickersDay-root.Mui-disabled{color:#94a3b8!important}.MuiPickersMonth-root,.MuiPickersYear-root{color:#fff!important}.MuiPickersMonth-root:hover,.MuiPickersYear-root:hover{background-color:#3b82f626!important}.MuiPickersMonth-root.Mui-selected,.MuiPickersYear-root.Mui-selected{background-color:#f5ab1f!important;color:#fff!important;font-weight:600!important}.MuiPickersMonth-root.Mui-selected:hover,.MuiPickersYear-root.Mui-selected:hover{background-color:#f57c00!important}.MuiPickersLayout-root{background-color:#192534!important;color:#fff!important}.MuiPickersLayout-actionBar{padding:8px 16px!important;border-top:1px solid #1e293b!important}.MuiPickersLayout-actionBar .MuiButton-root{color:#f5ab1f!important;text-transform:none!important}.MuiPickersLayout-actionBar .MuiButton-root:hover{background-color:#3b82f626!important}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.phone-input-dark .PhoneInput{display:flex;align-items:center;border:1px solid rgba(255,255,255,.23);border-radius:4px;height:56px;padding:0 14px;background:transparent;transition:border-color .2s;gap:10px}.phone-input-dark .PhoneInput:hover{border-color:#fff}.phone-input-dark .PhoneInput--focus{border-color:#f5ab1f;border-width:2px;padding:0 13px}.phone-input-dark.phone-input-error .PhoneInput,.phone-input-dark.phone-input-error .PhoneInput--focus{border-color:#f44336}.phone-input-dark.phone-input-error .PhoneInput--focus{border-width:2px;padding:0 13px}.phone-input-dark .PhoneInputCountry{display:flex;align-items:center;gap:4px;position:relative;cursor:pointer;flex-shrink:0}.phone-input-dark .PhoneInputCountrySelect{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1;direction:ltr}.phone-input-dark .PhoneInputCountrySelectArrow{border-color:#fff9;margin-left:2px}.phone-input-dark .PhoneInputCountryIcon{width:26px;height:18px;border-radius:2px;overflow:hidden;line-height:0}.phone-input-dark .PhoneInputCountryIcon--border{box-shadow:none;background:transparent}.phone-input-dark .PhoneInputCountryIconImg{width:100%;height:100%;object-fit:cover}.phone-input-dark .PhoneInputInput{background:transparent!important;border:none!important;outline:none!important;color:#fff;font-size:1rem;font-family:inherit;flex:1;min-width:0;height:100%;padding:0}.phone-input-dark .PhoneInputInput::placeholder{color:#ffffff59}
