/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

::before,
::after {
	--tw-content: '';
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: ui-sans-serif, system-ui, -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";
	/* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

body {
	background-color: #f5f6fd;
	color: #000;
	font-weight: 400;
}

.reimbursement-step1,
.reimbursement-step2,
.reimbursement-step3,
.reimbursement-step4,
.reimbursement-step5,
.reimbursement-step6,
.reimbursement-step7,
.reimbursement-step8 {
	display: none;
}

.copay-step2,
.copay-step3,
.copay-step4 {
	display: none;
}

.normal-step2 {
	display: none;
}

h1,
.h1 {
	font-size: 32px;
	font-weight: 700;
}

h2,
.h2 {
	font-size: 22px;
	font-weight: 700;
}

h3,
.h3 {
	font-size: 18px;
	font-weight: 400;
}

.sub-heading {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

/* Transactions Table */

.transactions-table {
	margin-bottom: 1.5rem;
	margin-right: -0.5rem;
	max-height: 405px;
}

.transactions-table> :not([hidden])~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.transactions-table {
	overflow-y: auto;
	padding-right: 0.5rem;
	scrollbar-width: 0;
}

.transactions-table::-webkit-scrollbar {
	background-color: transparent;
	width: 12px;
}

.transactions-table::-webkit-scrollbar-thumb {
	border-radius: 99px;
	border: 3px solid #fff;
	--tw-bg-opacity: 1;
	background-color: rgb(142 154 175 / var(--tw-bg-opacity));
}

.transaction-detail {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.transaction-type {
	font-size: 13px;
	color: rgb(99, 99, 99);
	font-weight: 500;
}

.transaction-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
}

.transaction-icon {
	width: 24px;
	margin-right: 0.75rem;
}

.transaction-date {
	padding-bottom: 0.5rem;
	color: rgb(99, 99, 99);
	font-size: 13px;
}

.transaction-amount {
	text-align: right;
	font-weight: 700;
	flex: 0 0 100px;
}

.credit-amount {
	--tw-text-opacity: 1;
	color: rgb(22 163 74 / var(--tw-text-opacity));
}

/* Button */

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	border-radius: 0.375rem;
	border-width: 1px;
	border-style: solid;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary {
	--tw-bg-opacity: 1;
	background-color: rgb(29 53 94 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(52 73 110 / var(--tw-bg-opacity));
}

.btn-outline-secondary {
	--tw-border-opacity: 1;
	border-color: rgb(29 53 94 / var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgb(29 53 94 / var(--tw-text-opacity));
}

.btn-outline-secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(29 53 94 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(198 64 190 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(204 83 197 / var(--tw-bg-opacity));
}

.btn-outline-primary {
	--tw-border-opacity: 1;
	border-color: rgb(198 64 190 / var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgb(198 64 190 / var(--tw-text-opacity));
}

.btn-outline-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(198 64 190 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.close-button {
	position: absolute;
	top: -1.5rem;
	right: -1.5rem;
	display: flex;
	height: 36px;
	width: 36px;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.close-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(29 53 94 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.back-button {
	position: absolute;
	top: 1.25rem;
	right: 0.75rem;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.back-button:hover {
	--tw-text-opacity: 1;
	color: rgb(198 64 190 / var(--tw-text-opacity));
}

/* Forum */

.c-input {
	/* @apply border rounded-md px-2 py-2; */
	width: 100%;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1rem;
	/* line-height: .75rem; */
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	height: 48px;
}

.c-input:focus {
	--tw-border-opacity: 1;
	border-color: #1c355d;
}

.c-label {
	margin-bottom: 0.25rem;
	display: inline-block;
	/* font-size: 1rem; */
	font-weight: 500;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(24 24 27 / var(--tw-text-opacity));
	font-size: 15px;
}

/* Receipt Icon Animation */

.receipt-icon-animation {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
	height: 10px;
	width: 60px;
	border-radius: 0.375rem;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(29 53 94 / var(--tw-border-opacity));
}

.receipt-icon-animation img {
	position: absolute;
}

.noarrow::-webkit-inner-spin-button,
.noarrow::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
}

.c-transition {
	transition: all .5s ease;
	box-shadow: 0 8px 16px rgba(29, 53, 94, .10);
}

.confetti {
	position: absolute;
	-webkit-animation: grow 1.4s cubic-bezier(0.42, 0, 0.275, 1.155) both;
	animation: grow 1.4s cubic-bezier(0.42, 0, 0.275, 1.155) both;
	fill: #29a758;
}

.confetti:nth-child(1) {
	width: 12px;
	height: 12px;
	left: 12px;
	top: 16px;
}

.confetti:nth-child(2) {
	width: 18px;
	height: 18px;
	left: 168px;
	top: 84px;
}

.confetti:nth-child(3) {
	width: 10px;
	height: 10px;
	left: 32px;
	top: 162px;
}

.confetti:nth-child(4) {
	width: 20px;
	height: 20px;
	left: 82px;
	top: -12px;
}

.confetti:nth-child(5) {
	width: 14px;
	height: 14px;
	left: 125px;
	top: 162px;
}

.confetti:nth-child(6) {
	width: 10px;
	height: 10px;
	left: 16px;
	top: 16px;
}

.confetti:nth-child(1) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.confetti:nth-child(2) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.confetti:nth-child(3) {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

.confetti:nth-child(4) {
	-webkit-animation-delay: 2.8s;
	animation-delay: 2.8s;
}

.confetti:nth-child(5) {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

.confetti:nth-child(6) {
	-webkit-animation-delay: 4.2s;
	animation-delay: 4.2s;
}

.rej-checkmark {
	position: relative;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.rej-checkmark__back {
	margin-left: auto;
	margin-right: auto;
}

.checkmark {
	position: relative;
	/* padding: 30px; */
	-webkit-animation: checkmark 5.6s cubic-bezier(0.42, 0, 0.275, 1.155) both;
	animation: checkmark 5.6s cubic-bezier(0.42, 0, 0.275, 1.155) both;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.checkmark__check {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate3d(-50%, -50%, 0);
	fill: #fff;
}

.checkmark__back {
	-webkit-animation: rotate 35s linear both infinite;
	animation: rotate 35s linear both infinite;
	margin-left: auto;
	margin-right: auto;
	fill: #29a758;
}

.no-animated .checkmark__back {
	-webkit-animation: none;
	animation: none;
}

.no-animated.checkmark {
	-webkit-animation: none;
	animation: none;
	padding: 0;
}

@-webkit-keyframes grow {

	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

@keyframes grow {

	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

@-webkit-keyframes checkmark {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	10%,
	50%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes checkmark {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	10%,
	50%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	70% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(420deg);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	70% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(420deg);
	}
}

.submit-animated {
	position: relative;
	overflow: hidden;
}

.submit-animated.active svg {
	transform: translate(-50%, -50%);
}

.submit-animated svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-200%);
}

.submit-animated.active .btn-text {
	transform: translateY(150%);
}

/* Timeline Process */

.g-timeline-process {
	position: relative;
	overflow: hidden;
	padding-left: 3px;
	margin-top: 20px;
}

.g-timeline-status {
	position: relative;
	padding-left: 30px;
}

.g-timeline-label {
	font-size: 18px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(71 85 105 / var(--tw-text-opacity));
}

.g-timeline-status:not(:last-child)>div {
	padding-bottom: 25px;
}

.g-timeline-time {
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}

.g-timeline-status:not(:last-child) i:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	height: 100%;
	width: 1px;
	--tw-bg-opacity: 1;
	background-color: #1c355d;
}

.g-timeline-status i:before {
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0px;
	top: 6px;
	z-index: 20;
	border-radius: 9999px;
	border-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: #1c355d;
	transition: background 1000ms ease, color 1000ms ease;
	transition-delay: 800ms;
	background-image: linear-gradient(to right, #1c355d 50%, #fff 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transform: rotate(90deg);
}

.g-timeline-status>div.normal-line {
	padding: 0;
}

.g-timeline-status .normal-line:before {
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0px;
	top: 6px;
	z-index: 10;
	border-radius: 9999px;
	border-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: #1c355d;
	--tw-bg-opacity: 1;
	background-color: #1c355d;
}

.g-timeline-status:not(:last-child) .normal-line:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	height: 100%;
	width: 1px;
	--tw-bg-opacity: 1;
	background-color: #1c355d;
}

.g-timeline-status.rejected .g-timeline-label,
.g-timeline-status.rejected .g-timeline-time {
	color: #c32323;
}

.g-timeline-status.rejected i:before {
	border-color: #c32323;
	background: #c32323;

}

.g-timeline-status.rejected:not(:last-child) i:after,

.g-timeline-status.rejected:not(:last-child) .normal-line:after {
	background-color: #c32323;
}

.g-timeline-status.rejected .normal-line:before {
	background-color: #c32323;
	border-color: #c32323;
}

/* Completed */

.g-timeline-status.completed i:before {
	background-position: left bottom;
	transition-delay: 1s;
}

.g-timeline-status.completed:nth-child(2) i:before {
	transition-delay: 2s;
}

.g-timeline-status.completed:nth-child(3) i:before {
	transition-delay: 4s;
}

.g-timeline-status.completed .g-timeline-label {
	color: currentColor;
}

.g-timeline-status.completed .normal-line:after {
	--tw-bg-opacity: 1;
	background-color: #1c355d;
}

/* Rejected */

.g-timeline-status-rejected .normal-line:before {
	content: "X";
	line-height: 11px;
	font-style: normal;
	font-size: 13px;
	z-index: 20;
	--tw-border-opacity: 1;
	border-color: rgb(185 28 28 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(185 28 28 / var(--tw-bg-opacity));
	text-align: center;
	font-family: ui-sans-serif, system-ui, -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";
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.g-timeline-status-rejected .g-timeline-label {
	--tw-text-opacity: 1;
	color: rgb(185 28 28 / var(--tw-text-opacity));
}

.g-timeline-status-rejected .g-timeline-time {
	--tw-text-opacity: 1;
	color: rgb(185 28 28 / var(--tw-text-opacity));
}

/* Modal */

.g-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.g-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.g-trigger {
	cursor: pointer;
}

/* Horizontal Timeline Process */

.g-h-timeline-process {
	position: relative;
	display: flex;
}

.g-h-timeline-process .g-h-timeline-status {
	width: 33.333333%;
}

.g-h-timeline-status {
	position: relative;
	text-align: center;
}

.g-h-timeline-label {
	position: relative;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
}

.g-h-timeline-time {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.g-h-timeline-status .g-h-timeline-line {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: block;
	height: 1px;
	width: 100%;
}

.g-h-timeline-status:not(:last-child) .g-h-timeline-line:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	height: 1px;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.g-h-timeline-status .g-h-timeline-line:before {
	content: "";
	left: calc(50% - 10px);
	position: absolute;
	top: -10px;
	z-index: 10;
	height: 20px;
	width: 20px;
	border-radius: 9999px;
	border-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(156 163 175 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Complated */

.g-h-timeline-status.completed:not(:last-child) .g-h-timeline-line:after {
	--tw-bg-opacity: 1;
	background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.g-h-timeline-status.completed .g-h-timeline-line:before {
	--tw-border-opacity: 1;
	border-color: rgb(34 197 94 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

/* Rejected */

.g-h-timeline-status.g-h-timeline-status-rejected:not(:last-child) .g-h-timeline-line:after {
	--tw-bg-opacity: 1;
	background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.g-h-timeline-status.g-h-timeline-status-rejected .g-h-timeline-line:before {
	--tw-border-opacity: 1;
	border-color: rgb(220 38 38 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.g-h-timeline-status-rejected .g-h-timeline-label,
.g-h-timeline-status-rejected .g-h-timeline-time {
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity));
}

.\! {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 40;
	background-color: rgb(17 24 39 / var(--tw-bg-opacity));
	--tw-bg-opacity: 0.5;
}

@media (prefers-color-scheme: dark) {
	.\! {
		--tw-bg-opacity: 0.8;
	}
}

/* . {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 40;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
} */

/* @media (prefers-color-scheme: dark) {
  . {
    --tw-bg-opacity: 0.8;
  }
} */

/* Table */

table.card-info {
	border: 1px solid #ddd;
	width: 100%;
	border-spacing: 0;
}

table.card-info td {
	padding: 7px;
	font-weight: 600;
	color: #1c355d;
	font-size: 20px;
}

table.card-info tr:not(:last-child) td {
	border-bottom: 1px solid #ddd;
}

table.card-info td:not(:last-child) {
	border-right: 1px solid #ddd;
}

/* Credit Card */

.credit-card {
	width: 60%;
	font-family: 'Open Sans', sans-serif;
	height: auto;
	margin: auto;
}

.credit-card-outer {
	fill: #EEE7E7;
}

.credit-card-inner {
	stroke: #1d355e;
}

.current_balance {
	font-size: 16px;
	color: #1c355d;
	font-weight: 600;
}

.current_balance_text {
	font-size: 16px;
	color: #1c355d;
	font-weight: 600;
}

.card_number {
	font-size: 16px;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(29 53 94 / var(--tw-text-opacity));
}

.cvv_text {
	font-size: 15px;
	color: #1c355d;
	font-weight: 300;
}

.cvv_number {
	font-size: 15px;
	color: #1c355d;
	font-weight: 600;
}

.exp_text {
	font-size: 15px;
	color: #1c355d;
	font-weight: 300;
}

.exp_number {
	font-size: 15px;
	color: #1c355d;
	font-weight: 600;
}

.debit_text {
	font-size: 15px;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(29 53 94 / var(--tw-text-opacity));
}

.custom-input:focus {
	border-color: #1c355d;
}

.debit-card {
	background-color: transparent;
	color: #1c355d !important;
}

.debit-card-inner {
	border: 2px solid #1c355d;
}

.debit-card-text .text1,
.custom-input {
	color: #1c355d;
}

/* Transactions Table */

.transactions-table {
	margin-bottom: 1.5rem;
	margin-right: -0.5rem;
	max-height: 380px;
	overflow-y: auto;
	padding-right: 0.5rem;
	scrollbar-width: 0;
}

*::-webkit-scrollbar {
	background-color: transparent;
	width: 10px;
	height: 10px;
}

*::-webkit-scrollbar-thumb {
	border-radius: 99px;
	border: 1px solid #fff;
	background: #8e9aaf;
}

.transaction-detail {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.transaction-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
}

.transaction-icon {
	width: 24px;
	margin-right: 0.75rem;
}

.transaction-date {
	padding-bottom: 0;
	color: rgb(99, 99, 99);
	font-size: 13px;
}

.transaction-amount {
	text-align: right;
	font-weight: 700;
	flex: 0 0 100px;
}

.transaction-receipt {
	position: relative;
}

.transaction-receipt:after {
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	z-index: 1;
}

.transaction-receipt button {
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

.credit-amount {
	--tw-text-opacity: 1;
	color: rgb(22 163 74 / var(--tw-text-opacity));
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

::-webkit-backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.visible {
	visibility: visible;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.inset-y-1\/4 {
	top: 25%;
	bottom: 25%;
}

.inset-y-1 {
	top: 0.25rem;
	bottom: 0.25rem;
}

.inset-y-auto {
	top: auto;
	bottom: auto;
}

.-top-6 {
	top: -1.5rem;
}

.-right-6 {
	right: -1.5rem;
}

.top-5 {
	top: 1.25rem;
}

.left-2\/4 {
	left: 50%;
}

.left-\[8px\] {
	left: 8px;
}

.top-\[8px\] {
	top: 8px;
}

.top-\[6px\] {
	top: 6px;
}

.left-0 {
	left: 0px;
}

.right-4 {
	right: 1rem;
}

.top-0 {
	top: 0px;
}

.left-1\/2 {
	left: 50%;
}

.-top-\[10px\] {
	top: -10px;
}

.left-2 {
	left: 0.5rem;
}

.left-1 {
	left: 0.25rem;
}

.-top-2 {
	top: -0.5rem;
}

.top-4 {
	top: 1rem;
}

.right-2 {
	right: 0.5rem;
}

.right-0 {
	right: 0px;
}

.right-3 {
	right: 0.75rem;
}

.bottom-0 {
	bottom: 0px;
}

.top-2 {
	top: 0.5rem;
}

.z-20 {
	z-index: 20;
}

.z-10 {
	z-index: 10;
}

.z-50 {
	z-index: 50;
}

.z-40 {
	z-index: 40;
}

.m-0 {
	margin: 0px;
}

.m-auto {
	margin: auto;
}

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

.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

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

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

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

.mt-7 {
	margin-top: 1.75rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.ml-1 {
	margin-left: 0.25rem;
}

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

.mb-0 {
	margin-bottom: 0px;
}

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

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

.mt-0 {
	margin-top: 0px;
}

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

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

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
}

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

.table {
	display: table;
}

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

.contents {
	display: contents;
}

.hidden {
	display: none;
}

.h-\[36px\] {
	height: 36px;
}

.h-\[10px\] {
	height: 10px;
}

.h-full {
	height: 100%;
}

.h-\[17px\] {
	height: 17px;
}

.h-5 {
	height: 1.25rem;
}

.h-6 {
	height: 1.5rem;
}

.h-\[1px\] {
	height: 1px;
}

.h-\[21px\] {
	height: 21px;
}

.h-20 {
	height: 5rem;
}

.h-96 {
	height: 24rem;
}

.h-screen {
	height: 100vh;
}

.h-10 {
	height: 2.5rem;
}

.h-16 {
	height: 4rem;
}

.h-auto {
	height: auto;
}

.max-h-\[405px\] {
	max-height: 405px;
}

.w-\[36px\] {
	width: 36px;
}

.w-full {
	width: 100%;
}

.w-\[60px\] {
	width: 60px;
}

.w-\[1px\] {
	width: 1px;
}

.w-\[17px\] {
	width: 17px;
}

.w-6 {
	width: 1.5rem;
}

.w-5 {
	width: 1.25rem;
}

.w-14 {
	width: 3.5rem;
}

.w-8 {
	width: 2rem;
}

.w-\[550px\] {
	width: 550px;
}

.w-\[650px\] {
	width: 650px;
}

.w-\[21px\] {
	width: 21px;
}

.w-16 {
	width: 4rem;
}

.w-10 {
	width: 2.5rem;
}

.w-12 {
	width: 3rem;
}

.max-w-\[550px\] {
	max-width: 550px;
}

.max-w-\[650px\] {
	max-width: 650px;
}

.max-w-screen-md {
	max-width: 768px;
}

.max-w-2xl {
	max-width: 42rem;
}

.max-w-xl {
	max-width: 36rem;
}

.max-w-md {
	max-width: 28rem;
}

.max-w-\[800px\] {
	max-width: 800px;
}

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

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

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

.grow {
	flex-grow: 1;
}

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

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
	cursor: pointer;
}

.resize {
	resize: both;
}

.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

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

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

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

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

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

.items-end {
	align-items: end;
}

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

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


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

.gap-3 {
	gap: 0.75rem;
}

.gap-x-3 {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
}

.gap-x-4 {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}

.gap-x-1 {
	-moz-column-gap: 0.25rem;
	column-gap: 0.25rem;
}

.gap-x-2 {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.gap-y-3 {
	row-gap: 0.75rem;
}

.gap-x-7 {
	-moz-column-gap: 1.75rem;
	column-gap: 1.75rem;
}

.space-y-5> :not([hidden])~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-x-6> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-2> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-y> :not([hidden])~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-x> :not([hidden])~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2> :not([hidden])~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(2px * var(--tw-divide-x-reverse));
	border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

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

.overflow-hidden {
	overflow: hidden;
}

.overflow-y-auto {
	overflow-y: auto;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

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

.text-ellipsis {
	text-overflow: ellipsis;
}

.rounded-md {
	border-radius: 0.375rem;
}

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

.rounded-2xl {
	border-radius: 1rem;
}

.rounded-xl {
	border-radius: 0.75rem;
}

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

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

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

.rounded-b-md {
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.rounded-b-xl {
	border-bottom-right-radius: 0.75rem;
	border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl {
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}

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

.border {
	border-width: 1px;
}

.border-2 {
	border-width: 2px;
}

.border-\[2px\] {
	border-width: 2px;
}

.border-0 {
	border-width: 0px;
}

.border-4 {
	border-width: 4px;
}

.border-b {
	border-bottom-width: 1px;
}

.border-t {
	border-top-width: 1px;
}

.border-b-2 {
	border-bottom-width: 2px;
}

.border-solid {
	border-style: solid;
}

.border-dashed {
	border-style: dashed;
}

.border-secondary-50 {
	--tw-border-opacity: 1;
	border-color: rgb(29 53 94 / var(--tw-border-opacity));
}

.border-primary-50 {
	--tw-border-opacity: 1;
	border-color: rgb(198 64 190 / var(--tw-border-opacity));
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-red-700 {
	--tw-border-opacity: 1;
	border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-black {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-slate-300 {
	--tw-border-opacity: 1;
	border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-gray-500 {
	--tw-border-opacity: 1;
	border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.bg-secondary-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(29 53 94 / var(--tw-bg-opacity));
}

.bg-primary-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(198 64 190 / var(--tw-bg-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-red-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-\[\#f5f6fd\] {
	--tw-bg-opacity: 1;
	background-color: rgb(245 246 253 / var(--tw-bg-opacity));
}

.bg-yellow-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-green-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-slate-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

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

.bg-primary-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(227 160 223 / var(--tw-bg-opacity));
}

.bg-primary-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(238 198 236 / var(--tw-bg-opacity));
}

.bg-primary-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(244 217 242 / var(--tw-bg-opacity));
}

.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-slate-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-green-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-red-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-yellow-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.bg-primary-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(209 102 203 / var(--tw-bg-opacity));
}

.bg-primary-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(215 121 210 / var(--tw-bg-opacity));
}

.bg-primary-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(221 140 216 / var(--tw-bg-opacity));
}

.bg-primary-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(232 179 229 / var(--tw-bg-opacity));
}

.bg-secondary-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(210 215 223 / var(--tw-bg-opacity));
}

.bg-secondary-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(119 134 158 / var(--tw-bg-opacity));
}

.bg-secondary-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(97 114 142 / var(--tw-bg-opacity));
}

.bg-secondary-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(74 93 126 / var(--tw-bg-opacity));
}

.bg-secondary-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(52 73 110 / var(--tw-bg-opacity));
}

.bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-blue-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-gray-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}

.bg-opacity-80 {
	--tw-bg-opacity: 0.8;
}

.fill-\[\#29a758\] {
	fill: #29a758;
}

.fill-current {
	fill: currentColor;
}

.fill-primary-50 {
	fill: #c640be;
}

.fill-green-700 {
	fill: #15803d;
}

.fill-white {
	fill: #fff;
}

.fill-inherit {
	fill: inherit;
}

.fill-blue-500 {
	fill: #3b82f6;
}

.fill-slate-500 {
	fill: #64748b;
}

.fill-gray-400 {
	fill: #9ca3af;
}

.fill-green-400 {
	fill: #4ade80;
}

.fill-black {
	fill: #000;
}

.fill-red-700 {
	fill: #b91c1c;
}

.fill-red-600 {
	fill: #dc2626;
}

.stroke-gray-400 {
	stroke: #9ca3af;
}

.stroke-gray-600 {
	stroke: #4b5563;
}

.stroke-primary-50 {
	stroke: #c640be;
}

.stroke-green-400 {
	stroke: #4ade80;
}

.stroke-black {
	stroke: #000;
}

.stroke-white {
	stroke: #fff;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-6 {
	padding: 1.5rem;
}

.p-0 {
	padding: 0px;
}

.p-2 {
	padding: 0.5rem;
}

.p-8 {
	padding: 2rem;
}

.p-4 {
	padding: 1rem;
}

.p-3 {
	padding: 0.75rem;
}

.p-5 {
	padding: 1.25rem;
}

.p-10 {
	padding: 2.5rem;
}

.p-1 {
	padding: 0.25rem;
}

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

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

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

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

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

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

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

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

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

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

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

.pl-\[30px\] {
	padding-left: 30px;
}

.pt-3 {
	padding-top: .75rem;
}

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

.pb-5 {
	padding-bottom: 1.25rem;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

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

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

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

.pb-3 {
	padding-bottom: 0.75rem;
}

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

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

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

.font-sans {
	font-family: ui-sans-serif, system-ui, -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";
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-\[18px\] {
	font-size: 18px;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

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

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

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

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

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

.leading-7 {
	line-height: 1.75rem;
}

.leading-9 {
	line-height: 2.25rem;
}

.leading-none {
	line-height: 1;
}

.leading-relaxed {
	line-height: 1.625;
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-secondary-50 {
	--tw-text-opacity: 1;
	color: rgb(29 53 94 / var(--tw-text-opacity));
}

.text-primary-50 {
	--tw-text-opacity: 1;
	color: rgb(198 64 190 / var(--tw-text-opacity));
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-\[\#18181b\] {
	--tw-text-opacity: 1;
	color: rgb(24 24 27 / var(--tw-text-opacity));
}

.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-yellow-600 {
	--tw-text-opacity: 1;
	color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-red-700 {
	--tw-text-opacity: 1;
	color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-500 {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-green-600 {
	--tw-text-opacity: 1;
	color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary-100 {
	--tw-text-opacity: 1;
	color: rgb(204 83 197 / var(--tw-text-opacity));
}

.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-red-50 {
	--tw-text-opacity: 1;
	color: rgb(254 242 242 / var(--tw-text-opacity));
}

.text-red-900 {
	--tw-text-opacity: 1;
	color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-yellow-300 {
	--tw-text-opacity: 1;
	color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-100 {
	--tw-text-opacity: 1;
	color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-yellow-400 {
	--tw-text-opacity: 1;
	color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-200 {
	--tw-text-opacity: 1;
	color: rgb(254 240 138 / var(--tw-text-opacity));
}

.text-yellow-500 {
	--tw-text-opacity: 1;
	color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-slate-500 {
	--tw-text-opacity: 1;
	color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-red-600 {
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity));
}

.underline {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.outline {
	outline-style: solid;
}

.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-lg {
	--tw-blur: blur(16px);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-opacity-70 {
	--tw-backdrop-opacity: opacity(0.7);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-80 {
	--tw-backdrop-opacity: opacity(0.8);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-colors {
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.duration-150 {
	transition-duration: 150ms;
}

.duration-200 {
	transition-duration: 200ms;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media print {
	.hideonprint {
		display: none !important;
	}
}

.file\:mr-4::-webkit-file-upload-button {
	margin-right: 1rem;
}

.file\:mr-4::file-selector-button {
	margin-right: 1rem;
}

.file\:rounded-md::-webkit-file-upload-button {
	border-radius: 0.375rem;
}

.file\:rounded-md::file-selector-button {
	border-radius: 0.375rem;
}

.file\:border-0::-webkit-file-upload-button {
	border-width: 0px;
}

.file\:border-0::file-selector-button {
	border-width: 0px;
}

.file\:bg-secondary-50::-webkit-file-upload-button {
	--tw-bg-opacity: 1;
	background-color: rgb(29 53 94 / var(--tw-bg-opacity));
}

.file\:bg-secondary-50::file-selector-button {
	--tw-bg-opacity: 1;
	background-color: rgb(29 53 94 / var(--tw-bg-opacity));
}

.file\:py-2::-webkit-file-upload-button {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.file\:py-2::file-selector-button {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.file\:px-4::-webkit-file-upload-button {
	padding-left: 1rem;
	padding-right: 1rem;
}

.file\:px-4::file-selector-button {
	padding-left: 1rem;
	padding-right: 1rem;
}

.file\:text-sm::-webkit-file-upload-button {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.file\:text-sm::file-selector-button {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.file\:font-semibold::-webkit-file-upload-button {
	font-weight: 600;
}

.file\:font-semibold::file-selector-button {
	font-weight: 600;
}

.file\:text-white::-webkit-file-upload-button {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.file\:text-white::file-selector-button {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:bg-secondary-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(29 53 94 / var(--tw-bg-opacity));
}

.hover\:bg-primary-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(198 64 190 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-primary-50:hover {
	--tw-text-opacity: 1;
	color: rgb(198 64 190 / var(--tw-text-opacity));
}

.hover\:file\:bg-secondary-100::-webkit-file-upload-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(52 73 110 / var(--tw-bg-opacity));
}

.hover\:file\:bg-secondary-100::file-selector-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(52 73 110 / var(--tw-bg-opacity));
}

.focus\:border-primary-50:focus {
	--tw-border-opacity: 1;
	border-color: rgb(198 64 190 / var(--tw-border-opacity));
}

.disabled\:bg-slate-50:disabled {
	--tw-bg-opacity: 1;
	background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

@media (prefers-color-scheme: dark) {
	.dark\:bg-opacity-80 {
		--tw-bg-opacity: 0.8;
	}
}

@media (min-width: 640px) {
	.sm\:p-8 {
		padding: 2rem;
	}
}

@media (min-width: 768px) {
	.md\:inset-0 {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}

	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.md\:mt-7 {
		margin-top: 1.75rem;
	}

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:h-full {
		height: 100%;
	}

	.md\:h-auto {
		height: auto;
	}
}

.rowwise-form {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.rowwise-form>div {
	width: 48%;
}

.rowwise-form .address-fields {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.numeric-list-style {

	list-style: number;
	margin-left: 1rem;
	font-size: 15px;
}

p {
	font-size: 15px;
}

.numeric-list-style>li {

	margin-bottom: .5rem;
}

.numeric-list-style ul li {
	list-style: disc;
	margin-left: 1rem;
	margin-top: .3rem;
}

.payment-list {
	flex-flow: wrap;
}

.payment-list .payment-item {

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 30%;
	text-align: center;
	padding: 1rem;
	border-radius: 10px;
	border: 2px solid #1c355d;
	color: #1c355d;
	cursor: pointer;
	font-weight: 600;
}

.payment-list .payment-item i {
	font-size: 28px;
	margin-bottom: 8px;
}

.payment-list .payment-item.active,
.payment-list .payment-item:hover {
	background-color: #1c355d;
	color: white;
}

.content-item {
	display: none;
}

.v-card-inner {
	color: #1c355d;
	border: 2px solid #1c355d;
	padding: 2rem;
	border-radius: 10px;
	flex-flow: wrap;
	display: flex;
}

main.flex {
	max-width: 1324px;
	margin: 2rem auto;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: flex-start;
	gap: 2rem;
}

.payment-steps {
	display: flex;
	justify-content: space-between;
	counter-reset: section;
	position: relative;
	padding: 0 2rem;
	width: 100%;
	max-width: 780px;
	margin: 0 auto 2rem;
}

.payment-steps::before {
	width: 100%;
	height: 1px;
	background-color: #707070;
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	margin: auto;
	opacity: .5;
}

.payment-steps .step.active {
	color: #1c355d;
}

.payment-steps .step.active::after {
	background-color: #1c355d;
	color: white;
}

.payment-steps .step i {
	display: none;
}

.payment-steps .step.complete i {
	display: flex;
}

.payment-steps .step.complete span {
	display: none;
}

.payment-steps .step span {
	border: 3px solid #1c355d;
	color: #1c355d;
	background: white;
}

.payment-steps .step span,
.payment-steps .step.active span,
.fa-check {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index: 1;
	margin-top: 1rem;
}

.payment-steps .step.active span {
	color: white;
	background-color: #1c355d;
}

.fa-check {
	border: 3px solid #29a758;
	color: #29a758;
	background: white;
}

.payment-steps .step {
	align-items: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	color: #707070;
	font-weight: 600;
	font-size: 18px;

}

.radio-toolbar input[type="radio"] {
	display: none;
}

.radio-toolbar {
	padding-top: 30px;
	align-items: center;
	justify-content: space-between;
}

.radio-toolbar .radio-label {
	background-color: white;
	padding: 2px 10px;
	cursor: pointer;
	color: #1c355d;
	border: 2px solid #1c355d;
	border-radius: 6px;
}

.radio-toolbar input[type="radio"]:checked+.radio-label {
	background-color: #1c355d;
	color: white;
}

.custom-table {
	display: flex;
	overflow: auto;
}

.custom-table table {
	width: 100%;
}

.custom-table th {
	white-space: nowrap;
	background: #1d355e;
	color: white;
	font-weight: 500;
}

.custom-table tr td:first-child {
	font-weight: 600;
	text-align: left;
}

.custom-table tr td:first-child:hover {
	color: #1c355d;
}

.custom-table th,
.custom-table td {
	padding: 8px 10px;
	font-size: 14px;
	text-align: center;
}

.custom-table tr:nth-child(even) {
	background-color: #f5f6fd;
}

.custom-table tr:hover {
	background-color: #f7f7f7;
}


.no-transactions-message {
	display: flex;
	align-items: center;
	justify-content: center;
}

.no-transactions-message svg {
	width: 30px;
	stroke: #4b5563;
	margin-right: 10px;
}

.no-transactions-text {
	font-size: 16px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.2;
	margin: 0;
}

.transactions-benefits-amount,
.transactions-pending-amount {
	padding: 14px 40px;
	border-radius: 10px;
	color: #fff;
}

.transactions-benefits-amount {
	background: #70ae4f;
}

.transactions-pending-amount {
	background: #e9bc33;
}

.bank-name {
	font-size: 20px;
	font-weight: 500;
}

/* Transactions Header */
.transactions-input {
	display: flex;
	text-align: center;
	/* background-color: #f5f6fd; */
	border-radius: 8px;
	/* padding: 20px 5px; */
	justify-content: space-between;
	align-items: center;
}

.transactions-input-amount {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 2px;
}

.transactions-input-text {
	font-size: 12px;
	font-weight: 400;
}

.transactions-table {
	margin-bottom: 1.5rem;
	margin-right: -0.5rem;
	max-height: 355px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 0 14px rgba(0, 0, 0, .10);
	padding: 12px 10px;
	border-radius: 6px;
}

.transactions-table {
	overflow-y: auto;
	padding-right: 0.5rem;
	scrollbar-width: 0;
}

.transactions-table::-webkit-scrollbar {
	background-color: transparent;
	width: 12px;
}

.transactions-table::-webkit-scrollbar-thumb {
	border-radius: 99px;
	border: 3px solid #fff;
	--tw-bg-opacity: 1;
	background-color: rgb(142 154 175 / var(--tw-bg-opacity));
}

.green-card {

	background: #16a34a36;
	padding: 10px;
	color: #16a34a;
	border-radius: 10px;
	min-width: 170px;
}

.yellow-card {
	background: #e1cb3736;
	padding: 10px;
	color: #8f7b00;
	min-width: 170px;
	border-radius: 10px;
}

.green-text {
	color: #16a34a;
}

.bold {
	font-weight: bold;
}


/* COde for otp */

.otp-field {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.otp-field input {
	width: 45px;
	height: 45px;
	font-size: 26px;
	text-align: center;
	border-radius: 5px;
	margin: 2px;
	font-weight: bold;
	outline: none;
	transition: all 0.1s;
	padding: 10px 6px !important;
}

.disabled {
	opacity: 0.5;
}

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

/* Start Radio Group */
.radio-group .radio {
	display: flex;
	border: 1px solid #ddd;
    padding: 16px;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
    align-items: flex-start;
}

.radio.radio-active {
    border-color: #29a758;
}

.radio-group .radio-btn {
	width: 70px;
	margin-top: 5px;
	display: flex;
	flex: none;
	align-items: center;
}

.radio-group .radio-btn input {
	margin-right: 10px;
	color: #29a758;
	width: 16px;
	height: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	flex-shrink: 0;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 10px;
	position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
	cursor: pointer;
}

.radio-result p {
	font-size: 20px;
	margin-bottom: 5px;
}

.radio-group .radio-btn input:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.radio-group .radio-btn input:checked+label {
	color: #29a758;
}

.radio-group .radio-btn input:checked+label .payment-icon {
	color: #29a758;
	border-color: currentColor;
}

.radio-group .radio-btn label {
	display: flex;
	align-items: center;
}

.radio-group .radio-btn label .payment-icon {
	font-size: 22px;
    margin-right: 5px;
    color: #1c355d;
    border: 1px solid #ddd;
    width: 50px;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
}

.radio-group .radio-btn label .type-active {
	display: none;
	color: #29a758;
}

.radio-group .radio-btn label .type-inactive {
	color: #ddd;
}

input[type="radio"]:checked+label .type-active {
	display: block;
}

input[type="radio"]:checked+label .type-inactive {
	display: none;
}

.radio-btn-checkboxs-icon i {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 22px;
}

.recommended-tag {
	background: #29a758;
    font-size: 13px;
    color: #fff;
    padding: 3px 10px 4px;
    border-radius: 15px;
    position: relative;
    top: -2px;
    margin-left: 8px;
}

/* Start Radio Group */


/* Start Radio Group */

.rotate-icon {
	width: 1.5rem;
	animation: mymove 1.5s linear infinite;
}

@keyframes mymove {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.btn-secondary:disabled {
	cursor: not-allowed;
	opacity: 0.8;
}

.topbar-header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	width: 100%;
}

.topbar-username {
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
}

.topbar-username span {
	display: block;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
}

.topbar-logout a {
	display: flex;
	font-weight: 500;
}

.topbar-logout a span {
	margin-left: 5px;
}

.topbar-logout-v1 a {
	background: #fdedea;
	text-align: center;
	padding: 4px;
	border-radius: 6px;
	color: #f34a3d;
}

.filepond--file {
	background-color: #1d355e !important;
}

label.error {
	color: red;
}

.fa-circle-arrow-left {
	position: relative;
	left: 0;
	top: 6px;
	font-size: 22px;
	color: #1d355e;
}

.w-30{
	width:30%;
 }
   .w-40{
	width:40%;
 }
 .w-50{
	width:50%;
 }
 .text-right{
	text-align:right;
 }
 @media (max-width:500px){
	.g-h-timeline-process .g-h-timeline-label,
	.g-h-timeline-process .g-timeline-label{
	   font-size: 14px;
	   min-height: 48px;
	}
	.g-h-timeline-process .g-h-timeline-time{
	   font-size: 12px;
	}
	.approved .g-h-timeline-label{
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
	}
 }
@media (max-width: 767px) {
	.rowwise-form > div {
		 width: 100%;
	}
	.rowwise-form .address-fields {
		gap: 0;
		flex-wrap: wrap;
	}
	.rowwise-form .address-fields > div:first-child {
		width: 100%;
		padding-right: 0;
	}
	.rowwise-form .address-fields > div {
		width: 50%;
		padding-right: 10px;
	}

	.rowwise-form .address-fields > div:last-child {
		padding-left: 10px;
		padding-right: 0;
	}

	.rowwise-form .address-fields span.select2.select2-container {
		width: 100% !important;
	}
	.transactions-input {
		flex-flow: wrap;
		justify-content: space-around;
		row-gap: 10px;
  }
  .green-card {
		margin: 0 !important;
	}
}

@media (max-width: 1024px) {
	.yellow-card, .green-card {
		min-width: 136px;
	}
	.yellow-card, .green-card {
		 min-width: 136px;
	}
}

.logo-container{
	border-radius: 10px 10px 0 0;
	background: #1D355E;
  }
  .logo-container img{
	max-width: 120px;
  }
  .logo-container ~ h2,
  .logo-container ~ h3{
	padding: 0 26px;
  }
  .logo-container ~ .both-btns{
	padding: 0 26px 26px;
  }

  /* Badge */

  .badge {
    padding: 2px 7px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
  }

  .badge-danger {
	background: #dd5d5d;
    color: #740e0e;
  }

  .badge-success {
    background: #16a34a36;
    color: #16a34a;
  }

  .badge-warning {
    background: #e1cb3736;
    color: #8f7b00;
  }
  
  .g-h-timeline-status.completed .g-h-timeline-line:before {
		content: "\f00c";
		font-weight: 900;
		font-family: "Font Awesome 6 Free";
		line-height: 16px;
		font-size: 14px;
		color: #fff;
  }
	.g-h-timeline-status.closed .g-h-timeline-line:before,
	.g-h-timeline-status.rejected .g-h-timeline-line:before  {
		content: "\f00d";
		font-weight: 900;
		font-family: "Font Awesome 6 Free";
		line-height: 16px;
		font-size: 14px;
		color: #fff;
  }
  .g-h-timeline-status.in-process .g-h-timeline-line:before {
	  content: "";
  }
  .table-container{
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin-top: 30px;
    border-radius: 25px;
  }
  .table-striped{
	width: 100%;
  }
  .table-striped thead tr{
	background-color: #1d355e;
	font-weight: 500;
	color: white;
  }
  .table-striped td{
	
    padding: 8px 10px;
  }
  /* .table-striped tbody tr:nth-child(odd){
	
    background: #f2f2f2;
  } */
  .table-striped tbody tr:nth-child(even){
	
    background: #eee7e7;
  }







