/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%; }

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */
*, :after, :before {
  border: 0 solid #e2e8f0; }

.p-0 {
  padding: 0 !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-4 {
  padding: 1rem !important; }

.p-6 {
  padding: 1.5rem !important; }

.p-8 {
  padding: 2rem !important; }

.p-10 {
  padding: 2.5rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important; }

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; }

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.pl-0 {
  padding-left: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.pt-4 {
  padding-top: 1rem !important; }

.pr-4 {
  padding-right: 1rem !important; }

.pb-4 {
  padding-bottom: 1rem !important; }

.pl-4 {
  padding-left: 1rem !important; }

.pr-5 {
  padding-right: 1.25rem !important; }

.pt-6 {
  padding-top: 1.5rem !important; }

.pr-6 {
  padding-right: 1.5rem !important; }

.pb-6 {
  padding-bottom: 1.5rem !important; }

.pl-6 {
  padding-left: 1.5rem !important; }

.pt-8 {
  padding-top: 2rem !important; }

.pr-8 {
  padding-right: 2rem !important; }

.pb-8 {
  padding-bottom: 2rem !important; }

.pl-8 {
  padding-left: 2rem !important; }

.pl-10 {
  padding-left: 2.5rem !important; }

.pt-12 {
  padding-top: 3rem !important; }

.pl-12 {
  padding-left: 3rem !important; }

.pt-16 {
  padding-top: 4rem !important; }

.pb-16 {
  padding-bottom: 4rem !important; }

.pt-24 {
  padding-top: 6rem !important; }

.pb-24 {
  padding-bottom: 6rem !important; }

.pb-40 {
  padding-bottom: 10rem !important; }

.pb-48 {
  padding-bottom: 12rem !important; }

.m-0 {
  margin: 0 !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-8 {
  margin: 2rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important; }

.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important; }

.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mt-3 {
  margin-top: 0.75rem !important; }

.mr-3 {
  margin-right: 0.75rem !important; }

.mb-3 {
  margin-bottom: 0.75rem !important; }

.ml-3 {
  margin-left: 0.75rem !important; }

.mt-4 {
  margin-top: 1rem !important; }

.mr-4 {
  margin-right: 1rem !important; }

.mb-4 {
  margin-bottom: 1rem !important; }

.ml-4 {
  margin-left: 1rem !important; }

.mt-5 {
  margin-top: 1.25rem !important; }

.mr-5 {
  margin-right: 1.25rem !important; }

.mt-6 {
  margin-top: 1.5rem !important; }

.mr-6 {
  margin-right: 1.5rem !important; }

.mb-6 {
  margin-bottom: 1.5rem !important; }

.ml-6 {
  margin-left: 1.5rem !important; }

.mt-8 {
  margin-top: 2rem !important; }

.mr-8 {
  margin-right: 2rem !important; }

.mb-8 {
  margin-bottom: 2rem !important; }

.ml-8 {
  margin-left: 2rem !important; }

.mt-10 {
  margin-top: 2.5rem !important; }

.mb-10 {
  margin-bottom: 2.5rem !important; }

.ml-10 {
  margin-left: 2.5rem !important; }

.mt-12 {
  margin-top: 3rem !important; }

.mb-12 {
  margin-bottom: 3rem !important; }

.ml-12 {
  margin-left: 3rem !important; }

.mt-16 {
  margin-top: 4rem !important; }

.mb-16 {
  margin-bottom: 4rem !important; }

.mr-auto {
  margin-right: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mt-px {
  margin-top: 1px !important; }

.-mb-2 {
  margin-bottom: -0.5rem !important; }

.-ml-3 {
  margin-left: -0.75rem !important; }

.-mb-4 {
  margin-bottom: -1rem !important; }

.-mt-5 {
  margin-top: -1.25rem !important; }

.-mb-6 {
  margin-bottom: -1.5rem !important; }

.-mt-8 {
  margin-top: -2rem !important; }

.-mb-8 {
  margin-bottom: -2rem !important; }

.-mt-12 {
  margin-top: -3rem !important; }

.-mt-16 {
  margin-top: -4rem !important; }

.-mb-16 {
  margin-bottom: -4rem !important; }

.-mt-px {
  margin-top: -1px !important; }

.-mb-px {
  margin-bottom: -1px !important; }

.bg-fixed {
  background-attachment: fixed !important; }

.bg-local {
  background-attachment: local !important; }

.bg-scroll {
  background-attachment: scroll !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-black {
  background-color: #000 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-gray-100 {
  background-color: #f7fafc !important; }

.bg-gray-200 {
  background-color: #edf2f7 !important; }

.bg-gray-300 {
  background-color: #e2e8f0 !important; }

.bg-gray-400 {
  background-color: #cbd5e0 !important; }

.bg-gray-500 {
  background-color: #a0aec0 !important; }

.bg-gray-600 {
  background-color: #718096 !important; }

.bg-gray-700 {
  background-color: #4a5568 !important; }

.bg-gray-800 {
  background-color: #2d3748 !important; }

.bg-gray-900 {
  background-color: #1a202c !important; }

.bg-red-100 {
  background-color: #fff5f5 !important; }

.bg-red-200 {
  background-color: #fed7d7 !important; }

.bg-red-300 {
  background-color: #feb2b2 !important; }

.bg-red-400 {
  background-color: #fc8181 !important; }

.bg-red-500 {
  background-color: #f56565 !important; }

.bg-red-600 {
  background-color: #e53e3e !important; }

.bg-red-700 {
  background-color: #c53030 !important; }

.bg-red-800 {
  background-color: #9b2c2c !important; }

.bg-red-900 {
  background-color: #742a2a !important; }

.bg-orange-100 {
  background-color: #fffaf0 !important; }

.bg-orange-200 {
  background-color: #feebc8 !important; }

.bg-orange-300 {
  background-color: #fbd38d !important; }

.bg-orange-400 {
  background-color: #f6ad55 !important; }

.bg-orange-500 {
  background-color: #ed8936 !important; }

.bg-orange-600 {
  background-color: #dd6b20 !important; }

.bg-orange-700 {
  background-color: #c05621 !important; }

.bg-orange-800 {
  background-color: #9c4221 !important; }

.bg-orange-900 {
  background-color: #7b341e !important; }

.bg-yellow-100 {
  background-color: ivory !important; }

.bg-yellow-200 {
  background-color: #fefcbf !important; }

.bg-yellow-300 {
  background-color: #faf089 !important; }

.bg-yellow-400 {
  background-color: #f6e05e !important; }

.bg-yellow-500 {
  background-color: #ecc94b !important; }

.bg-yellow-600 {
  background-color: #d69e2e !important; }

.bg-yellow-700 {
  background-color: #b7791f !important; }

.bg-yellow-800 {
  background-color: #975a16 !important; }

.bg-yellow-900 {
  background-color: #744210 !important; }

.bg-green-100 {
  background-color: #f0fff4 !important; }

.bg-green-200 {
  background-color: #c6f6d5 !important; }

.bg-green-300 {
  background-color: #9ae6b4 !important; }

.bg-green-400 {
  background-color: #68d391 !important; }

.bg-green-500 {
  background-color: #48bb78 !important; }

.bg-green-600 {
  background-color: #38a169 !important; }

.bg-green-700 {
  background-color: #2f855a !important; }

.bg-green-800 {
  background-color: #276749 !important; }

.bg-green-900 {
  background-color: #22543d !important; }

.bg-teal-100 {
  background-color: #e6fffa !important; }

.bg-teal-200 {
  background-color: #b2f5ea !important; }

.bg-teal-300 {
  background-color: #81e6d9 !important; }

.bg-teal-400 {
  background-color: #4fd1c5 !important; }

.bg-teal-500 {
  background-color: #38b2ac !important; }

.bg-teal-600 {
  background-color: #319795 !important; }

.bg-teal-700 {
  background-color: #2c7a7b !important; }

.bg-teal-800 {
  background-color: #285e61 !important; }

.bg-teal-900 {
  background-color: #234e52 !important; }

.bg-blue-100 {
  background-color: #ebf8ff !important; }

.bg-blue-200 {
  background-color: #bee3f8 !important; }

.bg-blue-300 {
  background-color: #90cdf4 !important; }

.bg-blue-400 {
  background-color: #63b3ed !important; }

.bg-blue-500 {
  background-color: #4299e1 !important; }

.bg-blue-600 {
  background-color: #3182ce !important; }

.bg-blue-700 {
  background-color: #2b6cb0 !important; }

.bg-blue-800 {
  background-color: #2c5282 !important; }

.bg-blue-900 {
  background-color: #2a4365 !important; }

.bg-indigo-100 {
  background-color: #ebf4ff !important; }

.bg-indigo-200 {
  background-color: #c3dafe !important; }

.bg-indigo-300 {
  background-color: #a3bffa !important; }

.bg-indigo-400 {
  background-color: #7f9cf5 !important; }

.bg-indigo-500 {
  background-color: #667eea !important; }

.bg-indigo-600 {
  background-color: #5a67d8 !important; }

.bg-indigo-700 {
  background-color: #4c51bf !important; }

.bg-indigo-800 {
  background-color: #434190 !important; }

.bg-indigo-900 {
  background-color: #3c366b !important; }

.bg-purple-100 {
  background-color: #faf5ff !important; }

.bg-purple-200 {
  background-color: #e9d8fd !important; }

.bg-purple-300 {
  background-color: #d6bcfa !important; }

.bg-purple-400 {
  background-color: #b794f4 !important; }

.bg-purple-500 {
  background-color: #9f7aea !important; }

.bg-purple-600 {
  background-color: #805ad5 !important; }

.bg-purple-700 {
  background-color: #6b46c1 !important; }

.bg-purple-800 {
  background-color: #553c9a !important; }

.bg-purple-900 {
  background-color: #44337a !important; }

.bg-pink-100 {
  background-color: #fff5f7 !important; }

.bg-pink-200 {
  background-color: #fed7e2 !important; }

.bg-pink-300 {
  background-color: #fbb6ce !important; }

.bg-pink-400 {
  background-color: #f687b3 !important; }

.bg-pink-500 {
  background-color: #ed64a6 !important; }

.bg-pink-600 {
  background-color: #d53f8c !important; }

.bg-pink-700 {
  background-color: #b83280 !important; }

.bg-pink-800 {
  background-color: #97266d !important; }

.bg-pink-900 {
  background-color: #702459 !important; }

.odd\:bg-gray-200:nth-child(odd) {
  background-color: #edf2f7 !important; }

.even\:bg-gray-200:nth-child(2n) {
  background-color: #edf2f7 !important; }

.hover\:bg-black:hover {
  background-color: #000 !important; }

.hover\:bg-white:hover {
  background-color: #fff !important; }

.hover\:bg-gray-100:hover {
  background-color: #f7fafc !important; }

.hover\:bg-gray-200:hover {
  background-color: #edf2f7 !important; }

.hover\:bg-gray-400:hover {
  background-color: #cbd5e0 !important; }

.hover\:bg-gray-500:hover {
  background-color: #a0aec0 !important; }

.hover\:bg-gray-700:hover {
  background-color: #4a5568 !important; }

.hover\:bg-red-600:hover {
  background-color: #e53e3e !important; }

.hover\:bg-orange-600:hover {
  background-color: #dd6b20 !important; }

.hover\:bg-green-400:hover {
  background-color: #68d391 !important; }

.hover\:bg-green-600:hover {
  background-color: #38a169 !important; }

.hover\:bg-teal-600:hover {
  background-color: #319795 !important; }

.hover\:bg-teal-700:hover {
  background-color: #2c7a7b !important; }

.hover\:bg-blue-400:hover {
  background-color: #63b3ed !important; }

.hover\:bg-blue-500:hover {
  background-color: #4299e1 !important; }

.hover\:bg-blue-600:hover {
  background-color: #3182ce !important; }

.hover\:bg-blue-700:hover {
  background-color: #2b6cb0 !important; }

.hover\:bg-indigo-600:hover {
  background-color: #5a67d8 !important; }

.hover\:bg-purple-400:hover {
  background-color: #b794f4 !important; }

.hover\:bg-purple-500:hover {
  background-color: #9f7aea !important; }

.hover\:bg-pink-600:hover {
  background-color: #d53f8c !important; }

.focus\:bg-white:focus {
  background-color: #fff !important; }

.focus\:bg-gray-700:focus {
  background-color: #4a5568 !important; }

.focus\:bg-blue-100:focus {
  background-color: #ebf8ff !important; }

.focus\:bg-blue-500:focus {
  background-color: #4299e1 !important; }

.bg-bottom {
  background-position: bottom !important; }

.bg-center {
  background-position: 50% !important; }

.bg-left {
  background-position: 0 !important; }

.bg-left-bottom {
  background-position: 0 100% !important; }

.bg-left-top {
  background-position: 0 0 !important; }

.bg-right {
  background-position: 100% !important; }

.bg-right-bottom {
  background-position: 100% 100% !important; }

.bg-right-top {
  background-position: 100% 0 !important; }

.bg-top {
  background-position: top !important; }

.bg-repeat {
  background-repeat: repeat !important; }

.bg-no-repeat {
  background-repeat: no-repeat !important; }

.bg-repeat-x {
  background-repeat: repeat-x !important; }

.bg-repeat-y {
  background-repeat: repeat-y !important; }

.bg-repeat-round {
  background-repeat: round !important; }

.bg-repeat-space {
  background-repeat: space !important; }

.bg-auto {
  background-size: auto !important; }

.bg-cover {
  background-size: cover !important; }

.bg-contain {
  background-size: contain !important; }

.border-collapse {
  border-collapse: collapse !important; }

.border-separate {
  border-collapse: separate !important; }

.border-transparent {
  border-color: transparent !important; }

.border-black {
  border-color: #000 !important; }

.border-white {
  border-color: #fff !important; }

.border-gray-100 {
  border-color: #f7fafc !important; }

.border-gray-200 {
  border-color: #edf2f7 !important; }

.border-gray-300 {
  border-color: #e2e8f0 !important; }

.border-gray-400 {
  border-color: #cbd5e0 !important; }

.border-gray-500 {
  border-color: #a0aec0 !important; }

.border-gray-600 {
  border-color: #718096 !important; }

.border-gray-700 {
  border-color: #4a5568 !important; }

.border-gray-800 {
  border-color: #2d3748 !important; }

.border-gray-900 {
  border-color: #1a202c !important; }

.border-red-100 {
  border-color: #fff5f5 !important; }

.border-red-200 {
  border-color: #fed7d7 !important; }

.border-red-300 {
  border-color: #feb2b2 !important; }

.border-red-400 {
  border-color: #fc8181 !important; }

.border-red-500 {
  border-color: #f56565 !important; }

.border-red-600 {
  border-color: #e53e3e !important; }

.border-red-700 {
  border-color: #c53030 !important; }

.border-red-800 {
  border-color: #9b2c2c !important; }

.border-red-900 {
  border-color: #742a2a !important; }

.border-orange-100 {
  border-color: #fffaf0 !important; }

.border-orange-200 {
  border-color: #feebc8 !important; }

.border-orange-300 {
  border-color: #fbd38d !important; }

.border-orange-400 {
  border-color: #f6ad55 !important; }

.border-orange-500 {
  border-color: #ed8936 !important; }

.border-orange-600 {
  border-color: #dd6b20 !important; }

.border-orange-700 {
  border-color: #c05621 !important; }

.border-orange-800 {
  border-color: #9c4221 !important; }

.border-orange-900 {
  border-color: #7b341e !important; }

.border-yellow-100 {
  border-color: ivory !important; }

.border-yellow-200 {
  border-color: #fefcbf !important; }

.border-yellow-300 {
  border-color: #faf089 !important; }

.border-yellow-400 {
  border-color: #f6e05e !important; }

.border-yellow-500 {
  border-color: #ecc94b !important; }

.border-yellow-600 {
  border-color: #d69e2e !important; }

.border-yellow-700 {
  border-color: #b7791f !important; }

.border-yellow-800 {
  border-color: #975a16 !important; }

.border-yellow-900 {
  border-color: #744210 !important; }

.border-green-100 {
  border-color: #f0fff4 !important; }

.border-green-200 {
  border-color: #c6f6d5 !important; }

.border-green-300 {
  border-color: #9ae6b4 !important; }

.border-green-400 {
  border-color: #68d391 !important; }

.border-green-500 {
  border-color: #48bb78 !important; }

.border-green-600 {
  border-color: #38a169 !important; }

.border-green-700 {
  border-color: #2f855a !important; }

.border-green-800 {
  border-color: #276749 !important; }

.border-green-900 {
  border-color: #22543d !important; }

.border-teal-100 {
  border-color: #e6fffa !important; }

.border-teal-200 {
  border-color: #b2f5ea !important; }

.border-teal-300 {
  border-color: #81e6d9 !important; }

.border-teal-400 {
  border-color: #4fd1c5 !important; }

.border-teal-500 {
  border-color: #38b2ac !important; }

.border-teal-600 {
  border-color: #319795 !important; }

.border-teal-700 {
  border-color: #2c7a7b !important; }

.border-teal-800 {
  border-color: #285e61 !important; }

.border-teal-900 {
  border-color: #234e52 !important; }

.border-blue-100 {
  border-color: #ebf8ff !important; }

.border-blue-200 {
  border-color: #bee3f8 !important; }

.border-blue-300 {
  border-color: #90cdf4 !important; }

.border-blue-400 {
  border-color: #63b3ed !important; }

.border-blue-500 {
  border-color: #4299e1 !important; }

.border-blue-600 {
  border-color: #3182ce !important; }

.border-blue-700 {
  border-color: #2b6cb0 !important; }

.border-blue-800 {
  border-color: #2c5282 !important; }

.border-blue-900 {
  border-color: #2a4365 !important; }

.border-indigo-100 {
  border-color: #ebf4ff !important; }

.border-indigo-200 {
  border-color: #c3dafe !important; }

.border-indigo-300 {
  border-color: #a3bffa !important; }

.border-indigo-400 {
  border-color: #7f9cf5 !important; }

.border-indigo-500 {
  border-color: #667eea !important; }

.border-indigo-600 {
  border-color: #5a67d8 !important; }

.border-indigo-700 {
  border-color: #4c51bf !important; }

.border-indigo-800 {
  border-color: #434190 !important; }

.border-indigo-900 {
  border-color: #3c366b !important; }

.border-purple-100 {
  border-color: #faf5ff !important; }

.border-purple-200 {
  border-color: #e9d8fd !important; }

.border-purple-300 {
  border-color: #d6bcfa !important; }

.border-purple-400 {
  border-color: #b794f4 !important; }

.border-purple-500 {
  border-color: #9f7aea !important; }

.border-purple-600 {
  border-color: #805ad5 !important; }

.border-purple-700 {
  border-color: #6b46c1 !important; }

.border-purple-800 {
  border-color: #553c9a !important; }

.border-purple-900 {
  border-color: #44337a !important; }

.border-pink-100 {
  border-color: #fff5f7 !important; }

.border-pink-200 {
  border-color: #fed7e2 !important; }

.border-pink-300 {
  border-color: #fbb6ce !important; }

.border-pink-400 {
  border-color: #f687b3 !important; }

.border-pink-500 {
  border-color: #ed64a6 !important; }

.border-pink-600 {
  border-color: #d53f8c !important; }

.border-pink-700 {
  border-color: #b83280 !important; }

.border-pink-800 {
  border-color: #97266d !important; }

.border-pink-900 {
  border-color: #702459 !important; }

.hover\:border-transparent:hover {
  border-color: transparent !important; }

.hover\:border-black:hover {
  border-color: #000 !important; }

.hover\:border-white:hover {
  border-color: #fff !important; }

.hover\:border-gray-200:hover {
  border-color: #edf2f7 !important; }

.hover\:border-gray-300:hover {
  border-color: #e2e8f0 !important; }

.hover\:border-gray-500:hover {
  border-color: #a0aec0 !important; }

.hover\:border-red-500:hover {
  border-color: #f56565 !important; }

.hover\:border-teal-700:hover {
  border-color: #2c7a7b !important; }

.hover\:border-blue-500:hover {
  border-color: #4299e1 !important; }

.focus\:border-white:focus {
  border-color: #fff !important; }

.focus\:border-gray-300:focus {
  border-color: #e2e8f0 !important; }

.focus\:border-gray-500:focus {
  border-color: #a0aec0 !important; }

.focus\:border-red-500:focus {
  border-color: #f56565 !important; }

.focus\:border-teal-400:focus {
  border-color: #4fd1c5 !important; }

.focus\:border-blue-400:focus {
  border-color: #63b3ed !important; }

.focus\:border-blue-500:focus {
  border-color: #4299e1 !important; }

.focus\:border-purple-500:focus {
  border-color: #9f7aea !important; }

.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important; }

.font-serif {
  font-family: Georgia, Cambria, Times New Roman, Times, serif !important; }

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important; }

.font-hairline {
  font-weight: 100 !important; }

.font-thin {
  font-weight: 200 !important; }

.font-light {
  font-weight: 300 !important; }

.font-normal {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-semibold {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }

.font-extrabold {
  font-weight: 800 !important; }

.font-black {
  font-weight: 900 !important; }

.hover\:font-bold:hover {
  font-weight: 700 !important; }

.focus\:font-bold:focus {
  font-weight: 700 !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-justify {
  text-align: justify !important; }

.text-transparent {
  color: transparent !important; }

.text-black {
  color: #000 !important; }

.text-white {
  color: #fff !important; }

.text-gray-100 {
  color: #f7fafc !important; }

.text-gray-200 {
  color: #edf2f7 !important; }

.text-gray-300 {
  color: #e2e8f0 !important; }

.text-gray-400 {
  color: #cbd5e0 !important; }

.text-gray-500 {
  color: #a0aec0 !important; }

.text-gray-600 {
  color: #718096 !important; }

.text-gray-700 {
  color: #4a5568 !important; }

.text-gray-800 {
  color: #2d3748 !important; }

.text-gray-900 {
  color: #1a202c !important; }

.text-red-100 {
  color: #fff5f5 !important; }

.text-red-200 {
  color: #fed7d7 !important; }

.text-red-300 {
  color: #feb2b2 !important; }

.text-red-400 {
  color: #fc8181 !important; }

.text-red-500 {
  color: #f56565 !important; }

.text-red-600 {
  color: #e53e3e !important; }

.text-red-700 {
  color: #c53030 !important; }

.text-red-800 {
  color: #9b2c2c !important; }

.text-red-900 {
  color: #742a2a !important; }

.text-orange-100 {
  color: #fffaf0 !important; }

.text-orange-200 {
  color: #feebc8 !important; }

.text-orange-300 {
  color: #fbd38d !important; }

.text-orange-400 {
  color: #f6ad55 !important; }

.text-orange-500 {
  color: #ed8936 !important; }

.text-orange-600 {
  color: #dd6b20 !important; }

.text-orange-700 {
  color: #c05621 !important; }

.text-orange-800 {
  color: #9c4221 !important; }

.text-orange-900 {
  color: #7b341e !important; }

.text-yellow-100 {
  color: ivory !important; }

.text-yellow-200 {
  color: #fefcbf !important; }

.text-yellow-300 {
  color: #faf089 !important; }

.text-yellow-400 {
  color: #f6e05e !important; }

.text-yellow-500 {
  color: #ecc94b !important; }

.text-yellow-600 {
  color: #d69e2e !important; }

.text-yellow-700 {
  color: #b7791f !important; }

.text-yellow-800 {
  color: #975a16 !important; }

.text-yellow-900 {
  color: #744210 !important; }

.text-green-100 {
  color: #f0fff4 !important; }

.text-green-200 {
  color: #c6f6d5 !important; }

.text-green-300 {
  color: #9ae6b4 !important; }

.text-green-400 {
  color: #68d391 !important; }

.text-green-500 {
  color: #48bb78 !important; }

.text-green-600 {
  color: #38a169 !important; }

.text-green-700 {
  color: #2f855a !important; }

.text-green-800 {
  color: #276749 !important; }

.text-green-900 {
  color: #22543d !important; }

.text-teal-100 {
  color: #e6fffa !important; }

.text-teal-200 {
  color: #b2f5ea !important; }

.text-teal-300 {
  color: #81e6d9 !important; }

.text-teal-400 {
  color: #4fd1c5 !important; }

.text-teal-500 {
  color: #38b2ac !important; }

.text-teal-600 {
  color: #319795 !important; }

.text-teal-700 {
  color: #2c7a7b !important; }

.text-teal-800 {
  color: #285e61 !important; }

.text-teal-900 {
  color: #234e52 !important; }

.text-blue-100 {
  color: #ebf8ff !important; }

.text-blue-200 {
  color: #bee3f8 !important; }

.text-blue-300 {
  color: #90cdf4 !important; }

.text-blue-400 {
  color: #63b3ed !important; }

.text-blue-500 {
  color: #4299e1 !important; }

.text-blue-600 {
  color: #3182ce !important; }

.text-blue-700 {
  color: #2b6cb0 !important; }

.text-blue-800 {
  color: #2c5282 !important; }

.text-blue-900 {
  color: #2a4365 !important; }

.text-indigo-100 {
  color: #ebf4ff !important; }

.text-indigo-200 {
  color: #c3dafe !important; }

.text-indigo-300 {
  color: #a3bffa !important; }

.text-indigo-400 {
  color: #7f9cf5 !important; }

.text-indigo-500 {
  color: #667eea !important; }

.text-indigo-600 {
  color: #5a67d8 !important; }

.text-indigo-700 {
  color: #4c51bf !important; }

.text-indigo-800 {
  color: #434190 !important; }

.text-indigo-900 {
  color: #3c366b !important; }

.text-purple-100 {
  color: #faf5ff !important; }

.text-purple-200 {
  color: #e9d8fd !important; }

.text-purple-300 {
  color: #d6bcfa !important; }

.text-purple-400 {
  color: #b794f4 !important; }

.text-purple-500 {
  color: #9f7aea !important; }

.text-purple-600 {
  color: #805ad5 !important; }

.text-purple-700 {
  color: #6b46c1 !important; }

.text-purple-800 {
  color: #553c9a !important; }

.text-purple-900 {
  color: #44337a !important; }

.text-pink-100 {
  color: #fff5f7 !important; }

.text-pink-200 {
  color: #fed7e2 !important; }

.text-pink-300 {
  color: #fbb6ce !important; }

.text-pink-400 {
  color: #f687b3 !important; }

.text-pink-500 {
  color: #ed64a6 !important; }

.text-pink-600 {
  color: #d53f8c !important; }

.text-pink-700 {
  color: #b83280 !important; }

.text-pink-800 {
  color: #97266d !important; }

.text-pink-900 {
  color: #702459 !important; }

.text-code-green {
  color: var(--color-code-green) !important; }

.text-code-yellow {
  color: var(--color-code-yellow) !important; }

.text-code-white {
  color: var(--color-code-white) !important; }

.hover\:text-white:hover {
  color: #fff !important; }

.hover\:text-gray-600:hover {
  color: #718096 !important; }

.hover\:text-gray-700:hover {
  color: #4a5568 !important; }

.hover\:text-gray-900:hover {
  color: #1a202c !important; }

.hover\:text-red-600:hover {
  color: #e53e3e !important; }

.hover\:text-red-700:hover {
  color: #c53030 !important; }

.hover\:text-teal-500:hover {
  color: #38b2ac !important; }

.hover\:text-teal-800:hover {
  color: #285e61 !important; }

.hover\:text-blue-600:hover {
  color: #3182ce !important; }

.hover\:text-blue-800:hover {
  color: #2c5282 !important; }

.focus\:text-gray-700:focus {
  color: #4a5568 !important; }

.focus\:text-gray-800:focus {
  color: #2d3748 !important; }

.focus\:text-red-600:focus {
  color: #e53e3e !important; }

.focus\:text-blue-600:focus {
  color: #3182ce !important; }

.text-xs {
  font-size: 0.75rem !important; }

.text-sm {
  font-size: 0.875rem !important; }

.text-base {
  font-size: 1rem !important; }

.text-lg {
  font-size: 1.125rem !important; }

.text-xl {
  font-size: 1.25rem !important; }

.text-2xl {
  font-size: 1.5rem !important; }

.text-3xl {
  font-size: 1.875rem !important; }

.text-4xl {
  font-size: 2.25rem !important; }

.text-5xl {
  font-size: 3rem !important; }

.text-6xl {
  font-size: 4rem !important; }

.italic {
  font-style: italic !important; }

.not-italic {
  font-style: normal !important; }

.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.normal-case {
  text-transform: none !important; }

.underline {
  text-decoration: underline !important; }

.line-through {
  text-decoration: line-through !important; }

.no-underline {
  text-decoration: none !important; }

.hover\:underline:hover {
  text-decoration: underline !important; }

.focus\:underline:focus {
  text-decoration: underline !important; }

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important; }

.tracking-tighter {
  letter-spacing: -0.05em !important; }

.tracking-tight {
  letter-spacing: -0.025em !important; }

.tracking-normal {
  letter-spacing: 0 !important; }

.tracking-wide {
  letter-spacing: 0.025em !important; }

.tracking-wider {
  letter-spacing: 0.05em !important; }

.tracking-widest {
  letter-spacing: 0.1em !important; }

.select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.select-text {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important; }

.select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important; }

.select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.whitespace-normal {
  white-space: normal !important; }

.whitespace-no-wrap {
  white-space: nowrap !important; }

.whitespace-pre {
  white-space: pre !important; }

.whitespace-pre-line {
  white-space: pre-line !important; }

.whitespace-pre-wrap {
  white-space: pre-wrap !important; }

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important; }

.break-words {
  overflow-wrap: break-word !important; }

.break-all {
  word-break: break-all !important; }

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important; }

.w-0 {
  width: 0 !important; }

.w-1 {
  width: 0.25rem !important; }

.w-2 {
  width: 0.5rem !important; }

.w-3 {
  width: 0.75rem !important; }

.w-4 {
  width: 1rem !important; }

.w-5 {
  width: 1.25rem !important; }

.w-6 {
  width: 1.5rem !important; }

.w-8 {
  width: 2rem !important; }

.w-10 {
  width: 2.5rem !important; }

.w-12 {
  width: 3rem !important; }

.w-16 {
  width: 4rem !important; }

.w-20 {
  width: 5rem !important; }

.w-24 {
  width: 6rem !important; }

.w-32 {
  width: 8rem !important; }

.w-40 {
  width: 10rem !important; }

.w-48 {
  width: 12rem !important; }

.w-56 {
  width: 14rem !important; }

.w-64 {
  width: 16rem !important; }

.w-auto {
  width: auto !important; }

.w-px {
  width: 1px !important; }

.w-1\/2 {
  width: 50% !important; }

.w-1\/3 {
  width: 33.333333% !important; }

.w-2\/3 {
  width: 66.666667% !important; }

.w-1\/4 {
  width: 25% !important; }

.w-2\/4 {
  width: 50% !important; }

.w-3\/4 {
  width: 75% !important; }

.w-1\/5 {
  width: 20% !important; }

.w-2\/5 {
  width: 40% !important; }

.w-3\/5 {
  width: 60% !important; }

.w-4\/5 {
  width: 80% !important; }

.w-1\/6 {
  width: 16.666667% !important; }

.w-2\/6 {
  width: 33.333333% !important; }

.w-3\/6 {
  width: 50% !important; }

.w-4\/6 {
  width: 66.666667% !important; }

.w-5\/6 {
  width: 83.333333% !important; }

.w-1\/12 {
  width: 8.333333% !important; }

.w-2\/12 {
  width: 16.666667% !important; }

.w-3\/12 {
  width: 25% !important; }

.w-4\/12 {
  width: 33.333333% !important; }

.w-5\/12 {
  width: 41.666667% !important; }

.w-6\/12 {
  width: 50% !important; }

.w-7\/12 {
  width: 58.333333% !important; }

.w-8\/12 {
  width: 66.666667% !important; }

.w-9\/12 {
  width: 75% !important; }

.w-10\/12 {
  width: 83.333333% !important; }

.w-11\/12 {
  width: 91.666667% !important; }

.w-full {
  width: 100% !important; }

.w-screen {
  width: 100vw !important; }

.h-3 {
  height: 0.75rem !important; }

.h-4 {
  height: 1rem !important; }

.h-5 {
  height: 1.25rem !important; }

.h-6 {
  height: 1.5rem !important; }

.h-8 {
  height: 2rem !important; }

.h-10 {
  height: 2.5rem !important; }

.h-12 {
  height: 3rem !important; }

.h-16 {
  height: 4rem !important; }

.h-20 {
  height: 5rem !important; }

.h-24 {
  height: 6rem !important; }

.h-32 {
  height: 8rem !important; }

.h-48 {
  height: 12rem !important; }

.h-64 {
  height: 16rem !important; }

.h-auto {
  height: auto !important; }

.h-px {
  height: 1px !important; }

.h-full {
  height: 100% !important; }

.h-screen {
  height: 100vh !important; }

.flex {
  display: flex !important; }

.inline-flex {
  display: inline-flex !important; }

.table {
  display: table !important; }

.table-row {
  display: table-row !important; }

.table-cell {
  display: table-cell !important; }

.hidden {
  display: none !important; }

.flex-row {
  flex-direction: row !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-col {
  flex-direction: column !important; }

.flex-col-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-no-wrap {
  flex-wrap: nowrap !important; }

.items-start {
  align-items: flex-start !important; }

.items-end {
  align-items: flex-end !important; }

.items-center {
  align-items: center !important; }

.items-baseline {
  align-items: baseline !important; }

.items-stretch {
  align-items: stretch !important; }

.self-auto {
  align-self: auto !important; }

.self-start {
  align-self: flex-start !important; }

.self-end {
  align-self: flex-end !important; }

.self-center {
  align-self: center !important; }

.self-stretch {
  align-self: stretch !important; }

.justify-start {
  justify-content: flex-start !important; }

.justify-end {
  justify-content: flex-end !important; }

.justify-center {
  justify-content: center !important; }

.justify-between {
  justify-content: space-between !important; }

.justify-around {
  justify-content: space-around !important; }

.content-center {
  align-content: center !important; }

.content-start {
  align-content: flex-start !important; }

.content-end {
  align-content: flex-end !important; }

.content-between {
  align-content: space-between !important; }

.content-around {
  align-content: space-around !important; }

.flex-1 {
  flex: 1 1 0% !important; }

.flex-auto {
  flex: 1 1 auto !important; }

.flex-initial {
  flex: 0 1 auto !important; }

.flex-none {
  flex: none !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink {
  flex-shrink: 1 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-6 {
  order: 6 !important; }

.order-7 {
  order: 7 !important; }

.order-8 {
  order: 8 !important; }

.order-9 {
  order: 9 !important; }

.order-10 {
  order: 10 !important; }

.order-11 {
  order: 11 !important; }

.order-12 {
  order: 12 !important; }

.order-first {
  order: -9999 !important; }

.order-last {
  order: 9999 !important; }

.order-none {
  order: 0 !important; }

.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

.float-none {
  float: none !important; }

.border-collapse {
  border-collapse: collapse !important; }

.border-separate {
  border-collapse: separate !important; }

.border-transparent {
  border-color: transparent !important; }

.border-black {
  border-color: #000 !important; }

.border-white {
  border-color: #fff !important; }

.border-gray-100 {
  border-color: #f7fafc !important; }

.border-gray-200 {
  border-color: #edf2f7 !important; }

.border-gray-300 {
  border-color: #e2e8f0 !important; }

.border-gray-400 {
  border-color: #cbd5e0 !important; }

.border-gray-500 {
  border-color: #a0aec0 !important; }

.border-gray-600 {
  border-color: #718096 !important; }

.border-gray-700 {
  border-color: #4a5568 !important; }

.border-gray-800 {
  border-color: #2d3748 !important; }

.border-gray-900 {
  border-color: #1a202c !important; }

.border-red-100 {
  border-color: #fff5f5 !important; }

.border-red-200 {
  border-color: #fed7d7 !important; }

.border-red-300 {
  border-color: #feb2b2 !important; }

.border-red-400 {
  border-color: #fc8181 !important; }

.border-red-500 {
  border-color: #f56565 !important; }

.border-red-600 {
  border-color: #e53e3e !important; }

.border-red-700 {
  border-color: #c53030 !important; }

.border-red-800 {
  border-color: #9b2c2c !important; }

.border-red-900 {
  border-color: #742a2a !important; }

.border-orange-100 {
  border-color: #fffaf0 !important; }

.border-orange-200 {
  border-color: #feebc8 !important; }

.border-orange-300 {
  border-color: #fbd38d !important; }

.border-orange-400 {
  border-color: #f6ad55 !important; }

.border-orange-500 {
  border-color: #ed8936 !important; }

.border-orange-600 {
  border-color: #dd6b20 !important; }

.border-orange-700 {
  border-color: #c05621 !important; }

.border-orange-800 {
  border-color: #9c4221 !important; }

.border-orange-900 {
  border-color: #7b341e !important; }

.border-yellow-100 {
  border-color: ivory !important; }

.border-yellow-200 {
  border-color: #fefcbf !important; }

.border-yellow-300 {
  border-color: #faf089 !important; }

.border-yellow-400 {
  border-color: #f6e05e !important; }

.border-yellow-500 {
  border-color: #ecc94b !important; }

.border-yellow-600 {
  border-color: #d69e2e !important; }

.border-yellow-700 {
  border-color: #b7791f !important; }

.border-yellow-800 {
  border-color: #975a16 !important; }

.border-yellow-900 {
  border-color: #744210 !important; }

.border-green-100 {
  border-color: #f0fff4 !important; }

.border-green-200 {
  border-color: #c6f6d5 !important; }

.border-green-300 {
  border-color: #9ae6b4 !important; }

.border-green-400 {
  border-color: #68d391 !important; }

.border-green-500 {
  border-color: #48bb78 !important; }

.border-green-600 {
  border-color: #38a169 !important; }

.border-green-700 {
  border-color: #2f855a !important; }

.border-green-800 {
  border-color: #276749 !important; }

.border-green-900 {
  border-color: #22543d !important; }

.border-teal-100 {
  border-color: #e6fffa !important; }

.border-teal-200 {
  border-color: #b2f5ea !important; }

.border-teal-300 {
  border-color: #81e6d9 !important; }

.border-teal-400 {
  border-color: #4fd1c5 !important; }

.border-teal-500 {
  border-color: #38b2ac !important; }

.border-teal-600 {
  border-color: #319795 !important; }

.border-teal-700 {
  border-color: #2c7a7b !important; }

.border-teal-800 {
  border-color: #285e61 !important; }

.border-teal-900 {
  border-color: #234e52 !important; }

.border-blue-100 {
  border-color: #ebf8ff !important; }

.border-blue-200 {
  border-color: #bee3f8 !important; }

.border-blue-300 {
  border-color: #90cdf4 !important; }

.border-blue-400 {
  border-color: #63b3ed !important; }

.border-blue-500 {
  border-color: #4299e1 !important; }

.border-blue-600 {
  border-color: #3182ce !important; }

.border-blue-700 {
  border-color: #2b6cb0 !important; }

.border-blue-800 {
  border-color: #2c5282 !important; }

.border-blue-900 {
  border-color: #2a4365 !important; }

.border-indigo-100 {
  border-color: #ebf4ff !important; }

.border-indigo-200 {
  border-color: #c3dafe !important; }

.border-indigo-300 {
  border-color: #a3bffa !important; }

.border-indigo-400 {
  border-color: #7f9cf5 !important; }

.border-indigo-500 {
  border-color: #667eea !important; }

.border-indigo-600 {
  border-color: #5a67d8 !important; }

.border-indigo-700 {
  border-color: #4c51bf !important; }

.border-indigo-800 {
  border-color: #434190 !important; }

.border-indigo-900 {
  border-color: #3c366b !important; }

.border-purple-100 {
  border-color: #faf5ff !important; }

.border-purple-200 {
  border-color: #e9d8fd !important; }

.border-purple-300 {
  border-color: #d6bcfa !important; }

.border-purple-400 {
  border-color: #b794f4 !important; }

.border-purple-500 {
  border-color: #9f7aea !important; }

.border-purple-600 {
  border-color: #805ad5 !important; }

.border-purple-700 {
  border-color: #6b46c1 !important; }

.border-purple-800 {
  border-color: #553c9a !important; }

.border-purple-900 {
  border-color: #44337a !important; }

.border-pink-100 {
  border-color: #fff5f7 !important; }

.border-pink-200 {
  border-color: #fed7e2 !important; }

.border-pink-300 {
  border-color: #fbb6ce !important; }

.border-pink-400 {
  border-color: #f687b3 !important; }

.border-pink-500 {
  border-color: #ed64a6 !important; }

.border-pink-600 {
  border-color: #d53f8c !important; }

.border-pink-700 {
  border-color: #b83280 !important; }

.border-pink-800 {
  border-color: #97266d !important; }

.border-pink-900 {
  border-color: #702459 !important; }

.hover\:border-transparent:hover {
  border-color: transparent !important; }

.hover\:border-black:hover {
  border-color: #000 !important; }

.hover\:border-white:hover {
  border-color: #fff !important; }

.hover\:border-gray-200:hover {
  border-color: #edf2f7 !important; }

.hover\:border-gray-300:hover {
  border-color: #e2e8f0 !important; }

.hover\:border-gray-500:hover {
  border-color: #a0aec0 !important; }

.hover\:border-red-500:hover {
  border-color: #f56565 !important; }

.hover\:border-teal-700:hover {
  border-color: #2c7a7b !important; }

.hover\:border-blue-500:hover {
  border-color: #4299e1 !important; }

.focus\:border-white:focus {
  border-color: #fff !important; }

.focus\:border-gray-300:focus {
  border-color: #e2e8f0 !important; }

.focus\:border-gray-500:focus {
  border-color: #a0aec0 !important; }

.focus\:border-red-500:focus {
  border-color: #f56565 !important; }

.focus\:border-teal-400:focus {
  border-color: #4fd1c5 !important; }

.focus\:border-blue-400:focus {
  border-color: #63b3ed !important; }

.focus\:border-blue-500:focus {
  border-color: #4299e1 !important; }

.focus\:border-purple-500:focus {
  border-color: #9f7aea !important; }

.rounded-none {
  border-radius: 0 !important; }

.rounded-sm {
  border-radius: 0.125rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.5rem !important; }

.rounded-full {
  border-radius: 9999px !important; }

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important; }

.rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important; }

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important; }

.rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important; }

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important; }

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important; }

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important; }

.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important; }

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important; }

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important; }

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important; }

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important; }

.rounded-tl-none {
  border-top-left-radius: 0 !important; }

.rounded-tr-none {
  border-top-right-radius: 0 !important; }

.rounded-br-none {
  border-bottom-right-radius: 0 !important; }

.rounded-bl-none {
  border-bottom-left-radius: 0 !important; }

.rounded-tl-sm {
  border-top-left-radius: 0.125rem !important; }

.rounded-tr-sm {
  border-top-right-radius: 0.125rem !important; }

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important; }

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important; }

.rounded-tl {
  border-top-left-radius: 0.25rem !important; }

.rounded-tr {
  border-top-right-radius: 0.25rem !important; }

.rounded-br {
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bl {
  border-bottom-left-radius: 0.25rem !important; }

.rounded-tl-lg {
  border-top-left-radius: 0.5rem !important; }

.rounded-tr-lg {
  border-top-right-radius: 0.5rem !important; }

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important; }

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important; }

.rounded-tl-full {
  border-top-left-radius: 9999px !important; }

.rounded-tr-full {
  border-top-right-radius: 9999px !important; }

.rounded-br-full {
  border-bottom-right-radius: 9999px !important; }

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important; }

.border-solid {
  border-style: solid !important; }

.border-dashed {
  border-style: dashed !important; }

.border-dotted {
  border-style: dotted !important; }

.border-double {
  border-style: double !important; }

.border-none {
  border-style: none !important; }

.border-0 {
  border-width: 0 !important; }

.border-2 {
  border-width: 2px !important; }

.border-4 {
  border-width: 4px !important; }

.border-8 {
  border-width: 8px !important; }

.border {
  border-width: 1px !important; }

.border-t-0 {
  border-top-width: 0 !important; }

.border-r-0 {
  border-right-width: 0 !important; }

.border-b-0 {
  border-bottom-width: 0 !important; }

.border-l-0 {
  border-left-width: 0 !important; }

.border-t-2 {
  border-top-width: 2px !important; }

.border-r-2 {
  border-right-width: 2px !important; }

.border-b-2 {
  border-bottom-width: 2px !important; }

.border-l-2 {
  border-left-width: 2px !important; }

.border-t-4 {
  border-top-width: 4px !important; }

.border-r-4 {
  border-right-width: 4px !important; }

.border-b-4 {
  border-bottom-width: 4px !important; }

.border-l-4 {
  border-left-width: 4px !important; }

.border-t-6 {
  border-top-width: 6px !important; }

.border-t-8 {
  border-top-width: 8px !important; }

.border-r-8 {
  border-right-width: 8px !important; }

.border-b-8 {
  border-bottom-width: 8px !important; }

.border-l-8 {
  border-left-width: 8px !important; }

.border-t {
  border-top-width: 1px !important; }

.border-r {
  border-right-width: 1px !important; }

.border-b {
  border-bottom-width: 1px !important; }

.border-l {
  border-left-width: 1px !important; }

.first\:border-t-0:first-child {
  border-top-width: 0 !important; }

.last\:border-b-0:last-child {
  border-bottom-width: 0 !important; }

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; }

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; }

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; }

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; }

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; }

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; }

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important; }

.shadow-none {
  box-shadow: none !important; }

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important; }

.cursor-auto {
  cursor: auto !important; }

.cursor-default {
  cursor: default !important; }

.cursor-pointer {
  cursor: pointer !important; }

.cursor-wait {
  cursor: wait !important; }

.cursor-text {
  cursor: text !important; }

.cursor-move {
  cursor: move !important; }

.cursor-not-allowed {
  cursor: not-allowed !important; }

:after, :before {
  border: 0 solid #e2e8f0; }

/*# sourceMappingURL=pnp.css.map */
