/* Tailwind CSS Custom Style */

/* Text */
.tw-text-xs {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}

.tw-text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}

.tw-text-base {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

.tw-text-lg {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}

.tw-text-xl {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.tw-text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}

.tw-text-3xl {
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}

.tw-text-4xl {
	font-size: 2.25rem !important;
	line-height: 2.5rem !important;
}

.tw-text-5xl {
	font-size: 3rem !important;
	line-height: 1 !important;
}

.tw-text-6xl {
	font-size: 3.75rem !important;
	line-height: 1 !important;
}

.tw-text-left {
	text-align: left !important;
}

.tw-text-center {
	text-align: center !important;
}

.tw-text-right {
	text-align: right !important;
}

.tw-text-justify {
	text-align: justify !important;
}

/* Font Weight */
.tw-font-thin {
	font-weight: 100 !important;
}

.tw-font-light {
	font-weight: 300 !important;
}

.tw-font-normal {
	font-weight: 400 !important;
}

.tw-font-medium {
	font-weight: 500 !important;
}

.tw-font-semibold {
	font-weight: 600 !important;
}

.tw-font-bold {
	font-weight: 700 !important;
}

.tw-font-extrabold {
	font-weight: 800 !important;
}

.tw-font-black {
	font-weight: 900 !important;
}

/* Margin */
.tw-m-0 {
	margin: 0 !important;
}

.tw-m-1 {
	margin: 0.25rem !important;
}

.tw-m-2 {
	margin: 0.5rem !important;
}

.tw-m-3 {
	margin: 0.75rem !important;
}

.tw-m-4 {
	margin: 1rem !important;
}

.tw-m-5 {
	margin: 1.25rem !important;
}

.tw-m-6 {
	margin: 1.5rem !important;
}

.tw-m-7 {
	margin: 1.75rem !important;
}

.tw-m-8 {
	margin: 2rem !important;
}

.tw-m-9 {
	margin: 2.25rem !important;
}

.tw-m-10 {
	margin: 2.5rem !important;
}

.tw-m-auto {
	margin: auto !important;
}

/* Margin Top */
.tw-mt-0 {
	margin-top: 0 !important;
}

.tw-mt-1 {
	margin-top: 0.25rem !important;
}

.tw-mt-2 {
	margin-top: 0.5rem !important;
}

.tw-mt-3 {
	margin-top: 0.75rem !important;
}

.tw-mt-4 {
	margin-top: 1rem !important;
}

.tw-mt-5 {
	margin-top: 1.25rem !important;
}

.tw-mt-6 {
	margin-top: 1.5rem !important;
}

.tw-mt-7 {
	margin-top: 1.75rem !important;
}

.tw-mt-8 {
	margin-top: 2rem !important;
}

.tw-mt-9 {
	margin-top: 2.25rem !important;
}

.tw-mt-10 {
	margin-top: 2.5rem !important;
}

.tw-mt-auto {
	margin-top: auto !important;
}

/* Margin Right */
.tw-mr-0 {
	margin-right: 0 !important;
}

.tw-mr-1 {
	margin-right: 0.25rem !important;
}

.tw-mr-2 {
	margin-right: 0.5rem !important;
}

.tw-mr-3 {
	margin-right: 0.75rem !important;
}

.tw-mr-4 {
	margin-right: 1rem !important;
}

.tw-mr-5 {
	margin-right: 1.25rem !important;
}

.tw-mr-6 {
	margin-right: 1.5rem !important;
}

.tw-mr-7 {
	margin-right: 1.75rem !important;
}

.tw-mr-8 {
	margin-right: 2rem !important;
}

.tw-mr-9 {
	margin-right: 2.25rem !important;
}

.tw-mr-10 {
	margin-right: 2.5rem !important;
}

.tw-mr-auto {
	margin-right: auto !important;
}

/* Margin Bottom */
.tw-mb-0 {
	margin-bottom: 0 !important;
}

.tw-mb-1 {
	margin-bottom: 0.25rem !important;
}

.tw-mb-2 {
	margin-bottom: 0.5rem !important;
}

.tw-mb-3 {
	margin-bottom: 0.75rem !important;
}

.tw-mb-4 {
	margin-bottom: 1rem !important;
}

.tw-mb-5 {
	margin-bottom: 1.25rem !important;
}

.tw-mb-6 {
	margin-bottom: 1.5rem !important;
}

.tw-mb-7 {
	margin-bottom: 1.75rem !important;
}

.tw-mb-8 {
	margin-bottom: 2rem !important;
}

.tw-mb-9 {
	margin-bottom: 2.25rem !important;
}

.tw-mb-10 {
	margin-bottom: 2.5rem !important;
}

.tw-mb-auto {
	margin-bottom: auto !important;
}

/* Margin Left */
.tw-ml-0 {
	margin-left: 0 !important;
}

.tw-ml-1 {
	margin-left: 0.25rem !important;
}

.tw-ml-2 {
	margin-left: 0.5rem !important;
}

.tw-ml-3 {
	margin-left: 0.75rem !important;
}

.tw-ml-4 {
	margin-left: 1rem !important;
}

.tw-ml-5 {
	margin-left: 1.25rem !important;
}

.tw-ml-6 {
	margin-left: 1.5rem !important;
}

.tw-ml-7 {
	margin-left: 1.75rem !important;
}

.tw-ml-8 {
	margin-left: 2rem !important;
}

.tw-ml-9 {
	margin-left: 2.25rem !important;
}

.tw-ml-10 {
	margin-left: 2.5rem !important;
}

.tw-ml-auto {
	margin-left: auto !important;
}

/* Margin X-Axis (Left and Right) */
.tw-mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.tw-mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}

.tw-mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.tw-mx-3 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important;
}

.tw-mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.tw-mx-5 {
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important;
}

.tw-mx-6 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.tw-mx-7 {
	margin-left: 1.75rem !important;
	margin-right: 1.75rem !important;
}

.tw-mx-8 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}

.tw-mx-9 {
	margin-left: 2.25rem !important;
	margin-right: 2.25rem !important;
}

.tw-mx-10 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}

.tw-mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Margin Y-Axis (Top and Bottom) */
.tw-my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.tw-my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.tw-my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.tw-my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}

.tw-my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.tw-my-5 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}

.tw-my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.tw-my-7 {
	margin-top: 1.75rem !important;
	margin-bottom: 1.75rem !important;
}

.tw-my-8 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.tw-my-9 {
	margin-top: 2.25rem !important;
	margin-bottom: 2.25rem !important;
}

.tw-my-10 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}

.tw-my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* Padding */
.tw-p-0 {
	padding: 0 !important;
}

.tw-p-1 {
	padding: 0.25rem !important;
}

.tw-p-2 {
	padding: 0.5rem !important;
}

.tw-p-3 {
	padding: 0.75rem !important;
}

.tw-p-4 {
	padding: 1rem !important;
}

.tw-p-5 {
	padding: 1.25rem !important;
}

.tw-p-6 {
	padding: 1.5rem !important;
}

.tw-p-7 {
	padding: 1.75rem !important;
}

.tw-p-8 {
	padding: 2rem !important;
}

.tw-p-9 {
	padding: 2.25rem !important;
}

.tw-p-10 {
	padding: 2.5rem !important;
}

/* Padding Top */
.tw-pt-0 {
	padding-top: 0 !important;
}

.tw-pt-1 {
	padding-top: 0.25rem !important;
}

.tw-pt-2 {
	padding-top: 0.5rem !important;
}

.tw-pt-3 {
	padding-top: 0.75rem !important;
}

.tw-pt-4 {
	padding-top: 1rem !important;
}

.tw-pt-5 {
	padding-top: 1.25rem !important;
}

.tw-pt-6 {
	padding-top: 1.5rem !important;
}

.tw-pt-7 {
	padding-top: 1.75rem !important;
}

.tw-pt-8 {
	padding-top: 2rem !important;
}

.tw-pt-9 {
	padding-top: 2.25rem !important;
}

.tw-pt-10 {
	padding-top: 2.5rem !important;
}

/* Padding Right */
.tw-pr-0 {
	padding-right: 0 !important;
}

.tw-pr-1 {
	padding-right: 0.25rem !important;
}

.tw-pr-2 {
	padding-right: 0.5rem !important;
}

.tw-pr-3 {
	padding-right: 0.75rem !important;
}

.tw-pr-4 {
	padding-right: 1rem !important;
}

.tw-pr-5 {
	padding-right: 1.25rem !important;
}

.tw-pr-6 {
	padding-right: 1.5rem !important;
}

.tw-pr-7 {
	padding-right: 1.75rem !important;
}

.tw-pr-8 {
	padding-right: 2rem !important;
}

.tw-pr-9 {
	padding-right: 2.25rem !important;
}

.tw-pr-10 {
	padding-right: 2.5rem !important;
}

/* Padding Bottom */
.tw-pb-0 {
	padding-bottom: 0 !important;
}

.tw-pb-1 {
	padding-bottom: 0.25rem !important;
}

.tw-pb-2 {
	padding-bottom: 0.5rem !important;
}

.tw-pb-3 {
	padding-bottom: 0.75rem !important;
}

.tw-pb-4 {
	padding-bottom: 1rem !important;
}

.tw-pb-5 {
	padding-bottom: 1.25rem !important;
}

.tw-pb-6 {
	padding-bottom: 1.5rem !important;
}

.tw-pb-7 {
	padding-bottom: 1.75rem !important;
}

.tw-pb-8 {
	padding-bottom: 2rem !important;
}

.tw-pb-9 {
	padding-bottom: 2.25rem !important;
}

.tw-pb-10 {
	padding-bottom: 2.5rem !important;
}

/* Padding Left */
.tw-pl-0 {
	padding-left: 0 !important;
}

.tw-pl-1 {
	padding-left: 0.25rem !important;
}

.tw-pl-2 {
	padding-left: 0.5rem !important;
}

.tw-pl-3 {
	padding-left: 0.75rem !important;
}

.tw-pl-4 {
	padding-left: 1rem !important;
}

.tw-pl-5 {
	padding-left: 1.25rem !important;
}

.tw-pl-6 {
	padding-left: 1.5rem !important;
}

.tw-pl-7 {
	padding-left: 1.75rem !important;
}

.tw-pl-8 {
	padding-left: 2rem !important;
}

.tw-pl-9 {
	padding-left: 2.25rem !important;
}

.tw-pl-10 {
	padding-left: 2.5rem !important;
}

/* Padding X-Axis (Left and Right) */
.tw-px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.tw-px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.tw-px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.tw-px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}

.tw-px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.tw-px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}

.tw-px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.tw-px-7 {
	padding-left: 1.75rem !important;
	padding-right: 1.75rem !important;
}

.tw-px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.tw-px-9 {
	padding-left: 2.25rem !important;
	padding-right: 2.25rem !important;
}

.tw-px-10 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

/* Padding Y-Axis (Top and Bottom) */
.tw-py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.tw-py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.tw-py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.tw-py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.tw-py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.tw-py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.tw-py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.tw-py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}

.tw-py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.tw-py-9 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

.tw-py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

/* Background Color */
.tw-bg-white {
	background-color: #ffffff !important;
}

.tw-bg-gray-100 {
	background-color: #f7fafc !important;
}

.tw-bg-gray-200 {
	background-color: #edf2f7 !important;
}

.tw-bg-gray-300 {
	background-color: #e2e8f0 !important;
}

.tw-bg-gray-400 {
	background-color: #cbd5e0 !important;
}

.tw-bg-gray-500 {
	background-color: #a0aec0 !important;
}

.tw-bg-gray-600 {
	background-color: #718096 !important;
}

.tw-bg-gray-700 {
	background-color: #4a5568 !important;
}

.tw-bg-gray-800 {
	background-color: #2d3748 !important;
}

.tw-bg-gray-900 {
	background-color: #1a202c !important;
}

.tw-bg-red-500 {
	background-color: #f56565 !important;
}

.tw-bg-blue-500 {
	background-color: #4299e1 !important;
}

.tw-bg-green-500 {
	background-color: #48bb78 !important;
}

.tw-bg-yellow-500 {
	background-color: #ecc94b !important;
}

/* Flexbox */
.tw-flex {
	display: flex !important;
}

.tw-flex-row {
	flex-direction: row !important;
}

.tw-flex-col {
	flex-direction: column !important;
}

.tw-items-start {
	align-items: flex-start !important;
}

.tw-items-center {
	align-items: center !important;
}

.tw-items-end {
	align-items: flex-end !important;
}

.tw-justify-start {
	justify-content: flex-start !important;
}

.tw-justify-center {
	justify-content: center !important;
}

.tw-justify-end {
	justify-content: flex-end !important;
}

.tw-flex-wrap {
	flex-wrap: wrap !important;
}

/* Grid */
.tw-grid {
	display: grid !important;
}

.tw-grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.tw-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.tw-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.tw-gap-1 {
	gap: 0.25rem !important;
}

.tw-gap-2 {
	gap: 0.5rem !important;
}

.tw-gap-3 {
	gap: 0.75rem !important;
}

.tw-gap-4 {
	gap: 1rem !important;
}

/* Border */
.tw-border {
	border: 1px solid !important;
}

.tw-border-0 {
	border: 0 solid !important;
}

.tw-border-2 {
	border: 2px solid !important;
}

.tw-border-4 {
	border: 4px solid !important;
}

.tw-border-8 {
	border: 8px solid !important;
}

.tw-border-t {
	border-top-width: 1px solid !important;
}

.tw-border-r {
	border-right-width: 1px solid !important;
}

.tw-border-b {
	border-bottom-width: 1px solid !important;
}

.tw-border-l {
	border-left-width: 1px solid !important;
}

/* Rounded Corners */
.tw-rounded-none {
	border-radius: 0 !important;
}

.tw-rounded-sm {
	border-radius: 0.125rem !important;
}

.tw-rounded {
	border-radius: 0.25rem !important;
}

.tw-rounded-md {
	border-radius: 0.375rem !important;
}

.tw-rounded-lg {
	border-radius: 0.5rem !important;
}

.tw-rounded-full {
	border-radius: 9999px !important;
}

/* Position */
.tw-relative {
	position: relative !important;
}

.tw-absolute {
	position: absolute !important;
}

.tw-fixed {
	position: fixed !important;
}

.tw-sticky {
	position: sticky !important;
}

/* Display */
.tw-block {
	display: block !important;
}

.tw-inline-block {
	display: inline-block !important;
}

.tw-inline {
	display: inline !important;
}

.tw-flex-inline {
	display: inline-flex !important;
}

.tw-hidden {
	display: none !important;
}

/* Opacity */
.tw-opacity-0 {
	opacity: 0 !important;
}

.tw-opacity-25 {
	opacity: 0.25 !important;
}

.tw-opacity-50 {
	opacity: 0.5 !important;
}

.tw-opacity-75 {
	opacity: 0.75 !important;
}

.tw-opacity-100 {
	opacity: 1 !important;
}

/* Overflow */
.tw-overflow-auto {
	overflow: auto !important;
}

.tw-overflow-hidden {
	overflow: hidden !important;
}

.tw-overflow-visible {
	overflow: visible !important;
}

.tw-overflow-scroll {
	overflow: scroll !important;
}

/* Text Color */
.tw-text-gray-100 {
	color: #f7fafc !important;
}

.tw-text-gray-200 {
	color: #edf2f7 !important;
}

.tw-text-gray-300 {
	color: #e2e8f0 !important;
}

.tw-text-gray-400 {
	color: #cbd5e0 !important;
}

.tw-text-gray-500 {
	color: #a0aec0 !important;
}

.tw-text-gray-600 {
	color: #718096 !important;
}

.tw-text-gray-700 {
	color: #4a5568 !important;
}

.tw-text-gray-800 {
	color: #2d3748 !important;
}

.tw-text-gray-900 {
	color: #1a202c !important;
}

.tw-text-red-500 {
	color: #f56565 !important;
}

.tw-text-blue-500 {
	color: #4299e1 !important;
}

.tw-text-green-500 {
	color: #48bb78 !important;
}

.tw-text-yellow-500 {
	color: #ecc94b !important;
}

/* Background Opacity */
.tw-bg-opacity-0 {
	background-color: rgba(0, 0, 0, 0) !important;
}

.tw-bg-opacity-25 {
	background-color: rgba(0, 0, 0, 0.25) !important;
}

.tw-bg-opacity-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.tw-bg-opacity-75 {
	background-color: rgba(0, 0, 0, 0.75) !important;
}

.tw-bg-opacity-100 {
	background-color: rgba(0, 0, 0, 1) !important;
}

/* Borders */
.tw-border-primary {
	border-color: #004963 !important;
}

.tw-border-danger {
	border-color: #ff4c46 !important;
}

.tw-border-gray-500 {
	border-color: #a0aec0 !important;
}

.tw-border-red-500 {
	border-color: #f56565 !important;
}

.tw-border-transparent {
	border-color: transparent !important;
}

.tw-border-white {
	border-color: #ffffff !important;
}

.tw-border-black {
	border-color: #000000 !important;
}

.tw-border-gray-100 {
	border-color: #f7fafc !important;
}

.tw-border-gray-200 {
	border-color: #edf2f7 !important;
}

.tw-border-gray-300 {
	border-color: #e2e8f0 !important;
}

.tw-border-gray-400 {
	border-color: #cbd5e0 !important;
}

.tw-border-gray-500 {
	border-color: #a0aec0 !important;
}

.tw-border-gray-600 {
	border-color: #718096 !important;
}

.tw-border-gray-700 {
	border-color: #4a5568 !important;
}

.tw-border-gray-800 {
	border-color: #2d3748 !important;
}

.tw-border-gray-900 {
	border-color: #1a202c !important;
}

.tw-border-red-500 {
	border-color: #f56565 !important;
}

.tw-border-blue-500 {
	border-color: #4299e1 !important;
}

.tw-border-green-500 {
	border-color: #48bb78 !important;
}

.tw-border-yellow-500 {
	border-color: #ecc94b !important;
}

/* Border Width */
.tw-border-0 {
	border-width: 0 !important;
}

.tw-border-2 {
	border-width: 2px !important;
}

.tw-border-4 {
	border-width: 4px !important;
}

.tw-border-8 {
	border-width: 8px !important;
}

.tw-border-t-0 {
	border-top-width: 0 !important;
}

.tw-border-r-0 {
	border-right-width: 0 !important;
}

.tw-border-b-0 {
	border-bottom-width: 0 !important;
}

.tw-border-l-0 {
	border-left-width: 0 !important;
}

.tw-border-t-2 {
	border-top-width: 2px !important;
}

.tw-border-r-2 {
	border-right-width: 2px !important;
}

.tw-border-b-2 {
	border-bottom-width: 2px !important;
}

.tw-border-l-2 {
	border-left-width: 2px !important;
}

.tw-border-t-4 {
	border-top-width: 4px !important;
}

.tw-border-r-4 {
	border-right-width: 4px !important;
}

.tw-border-b-4 {
	border-bottom-width: 4px !important;
}

.tw-border-l-4 {
	border-left-width: 4px !important;
}

.tw-border-t-8 {
	border-top-width: 8px !important;
}

.tw-border-r-8 {
	border-right-width: 8px !important;
}

.tw-border-b-8 {
	border-bottom-width: 8px !important;
}

.tw-border-l-8 {
	border-left-width: 8px !important;
}

/* Border Radius */
.tw-rounded-none {
	border-radius: 0 !important;
}

.tw-rounded-sm {
	border-radius: 0.125rem !important;
}

.tw-rounded {
	border-radius: 0.25rem !important;
}

.tw-rounded-md {
	border-radius: 0.375rem !important;
}

.tw-rounded-lg {
	border-radius: 0.5rem !important;
}

.tw-rounded-full {
	border-radius: 9999px !important;
}

.tw-rounded-t-none {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.tw-rounded-r-none {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.tw-rounded-b-none {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.tw-rounded-l-none {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.tw-rounded-t-sm {
	border-top-left-radius: 0.125rem !important;
	border-top-right-radius: 0.125rem !important;
}

.tw-rounded-r-sm {
	border-top-right-radius: 0.125rem !important;
	border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-b-sm {
	border-bottom-right-radius: 0.125rem !important;
	border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-l-sm {
	border-top-left-radius: 0.125rem !important;
	border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-t {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.tw-rounded-r {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-b {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-l {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-t-md {
	border-top-left-radius: 0.375rem !important;
	border-top-right-radius: 0.375rem !important;
}

.tw-rounded-r-md {
	border-top-right-radius: 0.375rem !important;
	border-bottom-right-radius: 0.375rem !important;
}

.tw-rounded-b-md {
	border-bottom-right-radius: 0.375rem !important;
	border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-l-md {
	border-top-left-radius: 0.375rem !important;
	border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-t-lg {
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
}

.tw-rounded-r-lg {
	border-top-right-radius: 0.5rem !important;
	border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-b-lg {
	border-bottom-right-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-l-lg {
	border-top-left-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-t-full {
	border-top-left-radius: 9999px !important;
	border-top-right-radius: 9999px !important;
}

.tw-rounded-r-full {
	border-top-right-radius: 9999px !important;
	border-bottom-right-radius: 9999px !important;
}

.tw-rounded-b-full {
	border-bottom-right-radius: 9999px !important;
	border-bottom-left-radius: 9999px !important;
}

.tw-rounded-l-full {
	border-top-left-radius: 9999px !important;
	border-bottom-left-radius: 9999px !important;
}

/* Box Shadow */
.tw-shadow-sm {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.tw-shadow {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.tw-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;
}

.tw-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;
}

.tw-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;
}

.tw-shadow-2xl {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.tw-shadow-inner {
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.tw-shadow-outline {
	box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.tw-shadow-none {
	box-shadow: none !important;
}

/* Transition */
.tw-transition {
	transition: all 0.2s ease-in-out !important;
}

.tw-transition-none {
	transition: none !important;
}

.tw-transition-all {
	transition-property: all !important;
}

.tw-transition-colors {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
}

.tw-transition-opacity {
	transition-property: opacity !important;
}

.tw-transition-shadow {
	transition-property: box-shadow !important;
}

.tw-transition-transform {
	transition-property: transform !important;
}

/* Transform */
.tw-transform {
	transform: translateX(0) !important;
}

.tw-transform-gpu {
	transform: translateZ(0) !important;
}

.tw-translate-x-0 {
	transform: translateX(0) !important;
}

.tw-translate-x-1 {
	transform: translateX(0.25rem) !important;
}

.tw-translate-x-2 {
	transform: translateX(0.5rem) !important;
}

.tw-translate-x-3 {
	transform: translateX(0.75rem) !important;
}

.tw-translate-x-4 {
	transform: translateX(1rem) !important;
}

.tw-translate-x-5 {
	transform: translateX(1.25rem) !important;
}

.tw-translate-x-6 {
	transform: translateX(1.5rem) !important;
}

.tw-translate-y-0 {
	transform: translateY(0) !important;
}

.tw-translate-y-1 {
	transform: translateY(0.25rem) !important;
}

.tw-translate-y-2 {
	transform: translateY(0.5rem) !important;
}

.tw-translate-y-3 {
	transform: translateY(0.75rem) !important;
}

.tw-translate-y-4 {
	transform: translateY(1rem) !important;
}

.tw-translate-y-5 {
	transform: translateY(1.25rem) !important;
}

.tw-translate-y-6 {
	transform: translateY(1.5rem) !important;
}

/* Cursor */
.tw-cursor-auto {
	cursor: auto !important;
}

.tw-cursor-default {
	cursor: default !important;
}

.tw-cursor-pointer {
	cursor: pointer !important;
}

.tw-cursor-wait {
	cursor: wait !important;
}

.tw-cursor-text {
	cursor: text !important;
}

.tw-cursor-move {
	cursor: move !important;
}

.tw-cursor-not-allowed {
	cursor: not-allowed !important;
}

/* Text Transform */
.tw-uppercase {
	text-transform: uppercase !important;
}

.tw-lowercase {
	text-transform: lowercase !important;
}

.tw-capitalize {
	text-transform: capitalize !important;
}

.tw-normal-case {
	text-transform: none !important;
}

/* Text Color */
.tw-text-primary {
	color: #004963 !important;
}

.tw-text-danger {
	color: #ff4c46 !important;
}

/* Background Color */
.tw-bg-primary {
	background-color: #90e9bd !important;
}

.tw-bg-primary-2 {
	background-color: #dfffde !important;
}

.tw-bg-black {
	background-color: rgb(0 0 0) !important;
}

.tw-bg-white {
	background-color: rgb(255 255 255) !important;
}

/* Height */
.tw-h-0 {
	height: 0 !important;
}

.tw-h-1 {
	height: 0.25rem !important;
}

.tw-h-2 {
	height: 0.5rem !important;
}

.tw-h-3 {
	height: 0.75rem !important;
}

.tw-h-4 {
	height: 1rem !important;
}

.tw-h-5 {
	height: 1.25rem !important;
}

.tw-h-6 {
	height: 1.5rem !important;
}

.tw-h-7 {
	height: 1.75rem !important;
}

.tw-h-8 {
	height: 2rem !important;
}

.tw-h-9 {
	height: 2.25rem !important;
}

.tw-h-10 {
	height: 2.5rem !important;
}

.tw-h-12 {
	height: 3rem !important;
}

.tw-h-16 {
	height: 4rem !important;
}

.tw-h-20 {
	height: 5rem !important;
}

.tw-h-24 {
	height: 6rem !important;
}

.tw-h-32 {
	height: 8rem !important;
}

.tw-h-40 {
	height: 10rem !important;
}

.tw-h-48 {
	height: 12rem !important;
}

.tw-h-56 {
	height: 14rem !important;
}

.tw-h-64 {
	height: 16rem !important;
}

.tw-h-auto {
	height: auto !important;
}

.tw-h-full {
	height: 100% !important;
}

.tw-h-screen {
	height: 100vh !important;
}

/* Width */
.tw-w-0 {
	width: 0 !important;
}

.tw-w-1 {
	width: 0.25rem !important;
}

.tw-w-2 {
	width: 0.5rem !important;
}

.tw-w-3 {
	width: 0.75rem !important;
}

.tw-w-4 {
	width: 1rem !important;
}

.tw-w-5 {
	width: 1.25rem !important;
}

.tw-w-6 {
	width: 1.5rem !important;
}

.tw-w-7 {
	width: 1.75rem !important;
}

.tw-w-8 {
	width: 2rem !important;
}

.tw-w-9 {
	width: 2.25rem !important;
}

.tw-w-10 {
	width: 2.5rem !important;
}

.tw-w-12 {
	width: 3rem !important;
}

.tw-w-16 {
	width: 4rem !important;
}

.tw-w-20 {
	width: 5rem !important;
}

.tw-w-24 {
	width: 6rem !important;
}

.tw-w-32 {
	width: 8rem !important;
}

.tw-w-40 {
	width: 10rem !important;
}

.tw-w-48 {
	width: 12rem !important;
}

.tw-w-56 {
	width: 14rem !important;
}

.tw-w-64 {
	width: 16rem !important;
}

.tw-w-auto {
	width: auto !important;
}

.tw-w-full {
	width: 100% !important;
}

.tw-w-screen {
	width: 100vw !important;
}

.tw-w-1\/2 {
	width: 50% !important;
}

.tw-w-1\/3 {
	width: 33.333333% !important;
}

.tw-w-2\/3 {
	width: 66.666667% !important;
}

.tw-w-1\/4 {
	width: 25% !important;
}

.tw-w-2\/4 {
	width: 50% !important;
}

.tw-w-3\/4 {
	width: 75% !important;
}

.tw-w-1\/5 {
	width: 20% !important;
}

.tw-w-2\/5 {
	width: 40% !important;
}

.tw-w-3\/5 {
	width: 60% !important;
}

.tw-w-4\/5 {
	width: 80% !important;
}

.tw-w-1\/6 {
	width: 16.666667% !important;
}

.tw-w-2\/6 {
	width: 33.333333% !important;
}

.tw-w-3\/6 {
	width: 50% !important;
}

.tw-w-4\/6 {
	width: 66.666667% !important;
}

.tw-w-5\/6 {
	width: 83.333333% !important;
}

.tw-w-1\/12 {
	width: 8.333333% !important;
}

.tw-w-2\/12 {
	width: 16.666667% !important;
}

.tw-w-3\/12 {
	width: 25% !important;
}

.tw-w-4\/12 {
	width: 33.333333% !important;
}

.tw-w-5\/12 {
	width: 41.666667% !important;
}

.tw-w-6\/12 {
	width: 50% !important;
}

.tw-w-7\/12 {
	width: 58.333333% !important;
}

.tw-w-8\/12 {
	width: 66.666667% !important;
}

.tw-w-9\/12 {
	width: 75% !important;
}

.tw-w-10\/12 {
	width: 83.333333% !important;
}

.tw-w-11\/12 {
	width: 91.666667% !important;
}

/* Z-Index */
.tw-z-0 {
	z-index: 0 !important;
}

.tw-z-10 {
	z-index: 10 !important;
}

.tw-z-20 {
	z-index: 20 !important;
}

.tw-z-30 {
	z-index: 30 !important;
}

.tw-z-40 {
	z-index: 40 !important;
}

.tw-z-50 {
	z-index: 50 !important;
}

.tw-z-9999 {
	z-index: 9999 !important;
}

.tw-z-auto {
	z-index: auto !important;
}

/* Bottom */
.tw-bottom-0 {
	bottom: 0 !important;
}

.tw-bottom-1 {
	bottom: 0.25rem !important;
}

.tw-bottom-2 {
	bottom: 0.5rem !important;
}

.tw-bottom-3 {
	bottom: 0.75rem !important;
}

.tw-bottom-4 {
	bottom: 1rem !important;
}

.tw-bottom-5 {
	bottom: 1.25rem !important;
}

.tw-bottom-6 {
	bottom: 1.5rem !important;
}

.tw-bottom-7 {
	bottom: 1.75rem !important;
}

.tw-bottom-8 {
	bottom: 2rem !important;
}

.tw-bottom-9 {
	bottom: 2.25rem !important;
}

.tw-bottom-10 {
	bottom: 2.5rem !important;
}

.tw-bottom-auto {
	bottom: auto !important;
}

/* Left */
.tw-left-0 {
	left: 0 !important;
}

.tw-left-1 {
	left: 0.25rem !important;
}

.tw-left-2 {
	left: 0.5rem !important;
}

.tw-left-3 {
	left: 0.75rem !important;
}

.tw-left-4 {
	left: 1rem !important;
}

.tw-left-5 {
	left: 1.25rem !important;
}

.tw-left-6 {
	left: 1.5rem !important;
}

.tw-left-7 {
	left: 1.75rem !important;
}

.tw-left-8 {
	left: 2rem !important;
}

.tw-left-9 {
	left: 2.25rem !important;
}

.tw-left-10 {
	left: 2.5rem !important;
}

.tw-left-auto {
	left: auto !important;
}

/* Right */
.tw-right-0 {
	right: 0 !important;
}

.tw-right-1 {
	right: 0.25rem !important;
}

.tw-right-2 {
	right: 0.5rem !important;
}

.tw-right-3 {
	right: 0.75rem !important;
}

.tw-right-4 {
	right: 1rem !important;
}

.tw-right-5 {
	right: 1.25rem !important;
}

.tw-right-6 {
	right: 1.5rem !important;
}

.tw-right-7 {
	right: 1.75rem !important;
}

.tw-right-8 {
	right: 2rem !important;
}

.tw-right-9 {
	right: 2.25rem !important;
}

.tw-right-10 {
	right: 2.5rem !important;
}

.tw-right-auto {
	right: auto !important;
}

/* Top */
.tw-top-0 {
	top: 0 !important;
}

.tw-top-1 {
	top: 0.25rem !important;
}

.tw-top-2 {
	top: 0.5rem !important;
}

.tw-top-3 {
	top: 0.75rem !important;
}

.tw-top-4 {
	top: 1rem !important;
}

.tw-top-5 {
	top: 1.25rem !important;
}

.tw-top-6 {
	top: 1.5rem !important;
}

.tw-top-7 {
	top: 1.75rem !important;
}

.tw-top-8 {
	top: 2rem !important;
}

.tw-top-9 {
	top: 2.25rem !important;
}

.tw-top-10 {
	top: 2.5rem !important;
}

.tw-top-auto {
	top: auto !important;
}