| 
									
										
										
										
											2021-03-22 13:48:48 +00:00
										 |  |  |  | @tailwind base; | 
					
						
							|  |  |  |  | @tailwind components; | 
					
						
							|  |  |  |  | @tailwind utilities; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-11-16 08:51:46 +00:00
										 |  |  |  | :root { | 
					
						
							|  |  |  |  |   --brand-color: #292929; | 
					
						
							| 
									
										
										
										
											2021-12-14 10:39:32 +00:00
										 |  |  |  |   --brand-text-color: #ffffff; | 
					
						
							| 
									
										
										
										
											2021-11-16 08:51:46 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | /* PhoneInput dark-mode overrides (it would add a lot of boilerplate to do this in JavaScript) */ | 
					
						
							|  |  |  |  | .PhoneInputInput { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |   @apply border-0 text-sm focus:ring-0; | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | .dark .PhoneInputInput { | 
					
						
							| 
									
										
										
										
											2021-12-15 10:26:39 +00:00
										 |  |  |  |   @apply bg-black; | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | .PhoneInputCountrySelect { | 
					
						
							|  |  |  |  |   @apply text-black; | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-20 09:57:33 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-27 21:12:55 +00:00
										 |  |  |  | /* DateRangePicker */ | 
					
						
							|  |  |  |  | .react-daterange-picker > .react-daterange-picker__wrapper { | 
					
						
							|  |  |  |  |   /* border consistent with other inputs */ | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |   @apply rounded-sm border-gray-300 px-2 py-1.5 sm:text-sm lg:py-1; | 
					
						
							| 
									
										
										
										
											2021-09-27 21:12:55 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | .react-daterange-picker > .react-daterange-picker__wrapper input { | 
					
						
							|  |  |  |  |   /* Makes sure the on-focus behaviour is like Cal.com's */ | 
					
						
							| 
									
										
										
										
											2022-02-09 22:32:31 +00:00
										 |  |  |  |   @apply focus:border-primary-500 focus:ring-primary-500 my-0.5 h-auto rounded-sm py-0.5; | 
					
						
							| 
									
										
										
										
											2021-09-27 21:12:55 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-20 09:57:33 +00:00
										 |  |  |  | /* note(PeerRich): TODO move @layer components into proper React Components: <Button color="primary" size="xs" /> */ | 
					
						
							|  |  |  |  | @layer components { | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   /* Primary buttons */ | 
					
						
							|  |  |  |  |   .btn-xs.btn-primary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded border border-transparent bg-neutral-900 px-2.5 py-1.5 text-xs font-medium text-white shadow-sm hover:bg-neutral-800 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-sm.btn-primary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-transparent bg-neutral-900 px-3 py-2 text-sm font-medium leading-4 text-white shadow-sm hover:bg-neutral-800 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn.btn-primary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-transparent bg-neutral-900 px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-neutral-800 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-lg.btn-primary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-transparent bg-neutral-900 px-4 py-2 text-base font-medium text-white shadow-sm hover:bg-neutral-800 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-xl.btn-primary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-transparent bg-neutral-900 px-6 py-3 text-base font-medium text-white shadow-sm hover:bg-neutral-800 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-wide.btn-primary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply w-full rounded-sm border border-transparent bg-neutral-900 px-4 py-2 text-center text-sm font-medium text-white shadow-sm hover:bg-neutral-800 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   /* Secondary buttons */ | 
					
						
							|  |  |  |  |   .btn-xs.btn-secondary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded border border-transparent bg-neutral-100 px-2.5 py-1.5 text-xs font-medium text-neutral-700 hover:bg-neutral-200 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-sm.btn-secondary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-transparent bg-neutral-100 px-3 py-2 text-sm font-medium leading-4 text-neutral-700 hover:bg-neutral-200 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn.btn-secondary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-transparent bg-neutral-100 px-4 py-2 text-sm font-medium text-neutral-700 hover:bg-neutral-200 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-lg.btn-secondary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-transparent bg-neutral-100 px-4 py-2 text-base font-medium text-neutral-700 hover:bg-neutral-200 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-xl.btn-secondary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-transparent bg-neutral-100 px-6 py-3 text-base font-medium text-neutral-700 hover:bg-neutral-200 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-wide.btn-secondary { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply w-full rounded-sm border border-transparent bg-neutral-100 px-4 py-2 text-center text-sm font-medium text-neutral-700 hover:bg-neutral-200 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   /* White buttons */ | 
					
						
							|  |  |  |  |   .btn-xs.btn-white { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded border border-gray-300 bg-white px-2.5 py-1.5 text-xs font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-sm.btn-white { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-gray-300 bg-white px-3 py-2 text-sm font-medium leading-4 text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn.btn-white { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-lg.btn-white { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-gray-300 bg-white px-4 py-2 text-base font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-xl.btn-white { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply inline-flex items-center rounded-sm border border-gray-300 bg-white px-6 py-3 text-base font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .btn-wide.btn-white { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply w-full rounded-sm border border-gray-300 bg-white px-4 py-2 text-center text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-10-09 13:34:13 +00:00
										 |  |  |  |   /* btn icon */ | 
					
						
							|  |  |  |  |   .btn-icon { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply cursor-pointer rounded-sm border border-transparent p-2 text-neutral-500 hover:border-gray-300 hover:text-neutral-900; | 
					
						
							| 
									
										
										
										
											2021-10-09 13:34:13 +00:00
										 |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   /* slider */ | 
					
						
							|  |  |  |  |   .slider { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply relative flex h-4 w-40 select-none items-center; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .slider > .slider-track { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply relative h-1 flex-grow rounded-md bg-neutral-400; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .slider .slider-range { | 
					
						
							| 
									
										
										
										
											2021-11-16 08:51:46 +00:00
										 |  |  |  |     @apply absolute h-full rounded-full bg-neutral-700; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .slider .slider-thumb { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |     @apply block h-3 w-3 cursor-pointer rounded-full bg-neutral-700 shadow-sm transition-all; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .slider .slider-thumb:hover { | 
					
						
							|  |  |  |  |     @apply bg-neutral-600; | 
					
						
							|  |  |  |  |   } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   .slider .slider-thumb:focus { | 
					
						
							|  |  |  |  |     box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2); | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-06-20 09:57:33 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-05 04:33:08 +00:00
										 |  |  |  | /* !important to style multi-email input */ | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | ::-moz-selection { | 
					
						
							| 
									
										
										
										
											2021-08-08 15:29:45 +00:00
										 |  |  |  |   color: white; | 
					
						
							|  |  |  |  |   background: black; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | ::selection { | 
					
						
							|  |  |  |  |   color: white; | 
					
						
							|  |  |  |  |   background: black; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-05 10:02:06 +00:00
										 |  |  |  | /* add padding bottom to bottom nav on standalone mode */ | 
					
						
							| 
									
										
										
										
											2021-08-05 09:31:37 +00:00
										 |  |  |  | @media all and (display-mode: standalone) { | 
					
						
							|  |  |  |  |   .bottom-nav { | 
					
						
							|  |  |  |  |     padding-bottom: 24px; | 
					
						
							|  |  |  |  |   } | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 18:36:13 +00:00
										 |  |  |  | /* hide intercom chat bubble on mobile */ | 
					
						
							|  |  |  |  | @media only screen and (max-width: 768px) { | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   .intercom-launcher-frame { | 
					
						
							|  |  |  |  |     display: none !important; | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-08 21:44:11 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 18:36:13 +00:00
										 |  |  |  | /* add padding bottom to bottom nav on standalone mode */ | 
					
						
							|  |  |  |  | @media all and (display-mode: standalone) { | 
					
						
							|  |  |  |  |   .bottom-nav { | 
					
						
							|  |  |  |  |     padding-bottom: 24px; | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-08 21:44:11 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 18:36:13 +00:00
										 |  |  |  | /* hide intercom chat bubble on mobile */ | 
					
						
							|  |  |  |  | @media only screen and (max-width: 768px) { | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   .intercom-launcher-frame { | 
					
						
							|  |  |  |  |     display: none !important; | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-08 21:44:11 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-multi-email > [type="text"] { | 
					
						
							| 
									
										
										
										
											2022-02-09 22:32:31 +00:00
										 |  |  |  |   @apply focus:border-brand block w-full rounded-md border-gray-300 shadow-sm focus:ring-black dark:border-gray-900 dark:bg-gray-700 dark:text-white sm:text-sm; | 
					
						
							| 
									
										
										
										
											2021-08-08 21:44:11 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | .react-multi-email [data-tag] { | 
					
						
							|  |  |  |  |   box-shadow: none !important; | 
					
						
							| 
									
										
										
										
											2022-02-09 22:32:31 +00:00
										 |  |  |  |   @apply dark:bg-brand my-1 inline-flex items-center rounded-md border border-transparent bg-neutral-200 px-2 py-1 text-sm font-medium text-gray-900 hover:bg-neutral-100 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2 ltr:mr-2 rtl:ml-2 dark:text-white; | 
					
						
							| 
									
										
										
										
											2021-08-08 21:44:11 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-multi-email > span[data-placeholder] { | 
					
						
							|  |  |  |  |   display: none; | 
					
						
							|  |  |  |  |   position: absolute; | 
					
						
							|  |  |  |  |   left: 0.8rem; | 
					
						
							|  |  |  |  |   top: 0.75rem; | 
					
						
							|  |  |  |  |   line-height: 1.25rem; | 
					
						
							|  |  |  |  |   font-size: 0.875rem; | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-08-08 21:44:11 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-multi-email.empty > span[data-placeholder] { | 
					
						
							|  |  |  |  |   display: inline; | 
					
						
							|  |  |  |  |   color: #646b7a; | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-08-05 04:33:08 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-multi-email.focused > span[data-placeholder] { | 
					
						
							|  |  |  |  |   display: none; | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-08-05 04:33:08 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-multi-email > input { | 
					
						
							|  |  |  |  |   width: 100% !important; | 
					
						
							|  |  |  |  |   display: inline-block !important; | 
					
						
							|  |  |  |  |   @apply mt-1; | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-22 18:36:13 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-multi-email [data-tag] { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |   @apply my-1 inline-flex items-center rounded-md border border-transparent bg-neutral-200 px-2 py-1 text-sm font-medium text-gray-900 shadow-sm hover:bg-neutral-100 focus:outline-none focus:ring-2 focus:ring-neutral-500 focus:ring-offset-2 ltr:mr-2 rtl:ml-2 dark:bg-neutral-900 dark:text-white dark:hover:bg-neutral-700; | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-22 18:36:13 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-multi-email [data-tag] [data-tag-item] { | 
					
						
							|  |  |  |  |   max-width: 100%; | 
					
						
							|  |  |  |  |   overflow: hidden; | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-22 18:36:13 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-multi-email [data-tag] [data-tag-handle] { | 
					
						
							|  |  |  |  |   margin-left: 0.833em; | 
					
						
							|  |  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-08-05 04:33:08 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 15:24:01 +00:00
										 |  |  |  | /* !important to override react-select */ | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-select__value-container { | 
					
						
							|  |  |  |  |   border: 0 !important; | 
					
						
							| 
									
										
										
										
											2021-08-02 15:24:01 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | .react-select__input input { | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   border: 0 !important; | 
					
						
							|  |  |  |  |   box-shadow: none !important; | 
					
						
							| 
									
										
										
										
											2021-08-02 15:24:01 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-select__option--is-focused { | 
					
						
							|  |  |  |  |   background: #000 !important; | 
					
						
							|  |  |  |  |   color: #fff !important; | 
					
						
							| 
									
										
										
										
											2021-08-02 15:24:01 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-select__control { | 
					
						
							|  |  |  |  |   border: 2px solid transparent !important; | 
					
						
							|  |  |  |  |   box-shadow: none !important; | 
					
						
							| 
									
										
										
										
											2021-08-02 15:24:01 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .react-select__control.react-select__control--is-focused { | 
					
						
							|  |  |  |  |   border: 2px solid #000 !important; | 
					
						
							|  |  |  |  |   border-color: #000 !important; | 
					
						
							|  |  |  |  |   box-shadow: none !important; | 
					
						
							|  |  |  |  |   margin: -1px; | 
					
						
							|  |  |  |  |   padding: 1px; | 
					
						
							| 
									
										
										
										
											2021-06-20 09:57:33 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 15:24:01 +00:00
										 |  |  |  | /* !important to override react-dates */ | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .DateRangePickerInput__withBorder { | 
					
						
							|  |  |  |  |   border: 0 !important; | 
					
						
							| 
									
										
										
										
											2021-08-02 15:24:01 +00:00
										 |  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .DateInput_input { | 
					
						
							|  |  |  |  |   border: 1px solid #d1d5db !important; | 
					
						
							| 
									
										
										
										
											2021-08-02 15:24:01 +00:00
										 |  |  |  |   border-radius: 2px !important; | 
					
						
							|  |  |  |  |   font-size: inherit !important; | 
					
						
							|  |  |  |  |   font-weight: inherit !important; | 
					
						
							|  |  |  |  |   color: #000; | 
					
						
							|  |  |  |  |   padding: 11px 11px 9px !important; | 
					
						
							|  |  |  |  |   line-height: 16px !important; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .DateInput_input__focused { | 
					
						
							| 
									
										
										
										
											2021-08-02 15:24:01 +00:00
										 |  |  |  |   border: 2px solid #000 !important; | 
					
						
							|  |  |  |  |   border-radius: 2px !important; | 
					
						
							|  |  |  |  |   box-shadow: none !important; | 
					
						
							|  |  |  |  |   padding: 10px 10px 9px !important; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  | .DateRangePickerInput_arrow { | 
					
						
							|  |  |  |  |   padding: 0px 10px; | 
					
						
							| 
									
										
										
										
											2021-08-02 15:24:01 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-20 09:57:33 +00:00
										 |  |  |  | .loader { | 
					
						
							| 
									
										
										
										
											2021-08-02 14:10:24 +00:00
										 |  |  |  |   display: block; | 
					
						
							|  |  |  |  |   width: 30px; | 
					
						
							|  |  |  |  |   height: 30px; | 
					
						
							|  |  |  |  |   margin: 60px auto; | 
					
						
							|  |  |  |  |   position: relative; | 
					
						
							| 
									
										
										
										
											2021-08-04 19:39:59 +00:00
										 |  |  |  |   border-width: 4px; | 
					
						
							|  |  |  |  |   border-style: solid; | 
					
						
							| 
									
										
										
										
											2021-08-02 14:10:24 +00:00
										 |  |  |  |   animation: loader 2s infinite ease; | 
					
						
							| 
									
										
										
										
											2021-06-20 09:57:33 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 14:10:24 +00:00
										 |  |  |  | .loader-inner { | 
					
						
							|  |  |  |  |   vertical-align: top; | 
					
						
							|  |  |  |  |   display: inline-block; | 
					
						
							|  |  |  |  |   width: 100%; | 
					
						
							|  |  |  |  |   animation: loader-inner 2s infinite ease-in; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | @keyframes loader { | 
					
						
							|  |  |  |  |   0% { | 
					
						
							|  |  |  |  |     transform: rotate(0deg); | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 14:10:24 +00:00
										 |  |  |  |   25% { | 
					
						
							|  |  |  |  |     transform: rotate(180deg); | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 14:10:24 +00:00
										 |  |  |  |   50% { | 
					
						
							|  |  |  |  |     transform: rotate(180deg); | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 14:10:24 +00:00
										 |  |  |  |   75% { | 
					
						
							|  |  |  |  |     transform: rotate(360deg); | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 14:10:24 +00:00
										 |  |  |  |   100% { | 
					
						
							|  |  |  |  |     transform: rotate(360deg); | 
					
						
							|  |  |  |  |   } | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | @keyframes loader-inner { | 
					
						
							|  |  |  |  |   0% { | 
					
						
							|  |  |  |  |     height: 0%; | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 14:10:24 +00:00
										 |  |  |  |   25% { | 
					
						
							|  |  |  |  |     height: 0%; | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 14:10:24 +00:00
										 |  |  |  |   50% { | 
					
						
							|  |  |  |  |     height: 100%; | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 14:10:24 +00:00
										 |  |  |  |   75% { | 
					
						
							|  |  |  |  |     height: 100%; | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-08-25 10:18:37 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 14:10:24 +00:00
										 |  |  |  |   100% { | 
					
						
							|  |  |  |  |     height: 0%; | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-06-20 09:57:33 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | nav#nav--settings > a { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |   @apply flex items-center border-l-4 border-transparent px-3 py-2 text-sm font-medium text-gray-900 hover:bg-gray-50 hover:text-gray-900; | 
					
						
							| 
									
										
										
										
											2021-06-20 09:57:33 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | nav#nav--settings > a svg { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |   @apply mr-3 -ml-1 h-6 w-6 flex-shrink-0 text-gray-400 group-hover:text-gray-500; | 
					
						
							| 
									
										
										
										
											2021-06-20 09:57:33 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | nav#nav--settings > a.active { | 
					
						
							| 
									
										
										
										
											2022-02-09 00:05:13 +00:00
										 |  |  |  |   @apply border-neutral-500 bg-neutral-50 text-neutral-700 hover:bg-neutral-50 hover:text-neutral-700; | 
					
						
							| 
									
										
										
										
											2021-06-20 09:57:33 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | nav#nav--settings > a.active svg { | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   @apply text-neutral-500; | 
					
						
							| 
									
										
										
										
											2021-06-20 09:57:33 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-10 10:02:39 +00:00
										 |  |  |  | body { | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   background-color: #f3f4f6; | 
					
						
							| 
									
										
										
										
											2021-03-10 10:02:39 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-14 04:14:26 +00:00
										 |  |  |  | hr { | 
					
						
							|  |  |  |  |   @apply border-gray-200; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-22 13:48:48 +00:00
										 |  |  |  | .text-white-important { | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   color: white !important; | 
					
						
							| 
									
										
										
										
											2021-03-10 10:02:39 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-22 13:48:48 +00:00
										 |  |  |  | @layer utilities { | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   .transition-max-width { | 
					
						
							|  |  |  |  |     -webkit-transition-property: max-width; | 
					
						
							|  |  |  |  |     transition-property: max-width; | 
					
						
							|  |  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-05-11 14:49:00 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #timeZone input:focus { | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   box-shadow: none; | 
					
						
							| 
									
										
										
										
											2021-06-14 18:53:20 +00:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-02 15:24:01 +00:00
										 |  |  |  | .weekdaySelect button.active { | 
					
						
							| 
									
										
										
										
											2021-09-22 21:23:19 +00:00
										 |  |  |  |   background: #000; | 
					
						
							|  |  |  |  |   color: #fff; | 
					
						
							| 
									
										
										
										
											2021-06-14 18:53:20 +00:00
										 |  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-12-09 23:51:30 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /* react-date-picker forces a border upon us, cast it away */ | 
					
						
							|  |  |  |  | .react-date-picker__wrapper { | 
					
						
							|  |  |  |  |   border: none !important; | 
					
						
							|  |  |  |  | } |