<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--btn-select-gradiant: linear-gradient(180deg, var(--global--color-secondary), var(--global--color-secondary-darker));
	--btn-valid: var(--global--color-primary);
	--global--color-secondary-darker: #1a6b84;
	--step-color: #196b86;
	--step-size: 3.5rem;
	--steps-clicked-border-color: var(--global--color-secondary);
	--steps-clicked-color: var(--global--color-secondary-darker);
	--steps-lines-color: var(--global--color-secondary-darker);
}

.stepwizard-step p {
	color: #666666;
	margin-top: 0;
}

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

.stepwizard {
	display: table;
	padding-top: 14px;
	position: relative;
	width: 100%;
}

.panel-body {
	padding: 4px;
}

.setup-content .panel-title {
	color: var(--global--color-secondary) !important;
	font-size: 28px;
	font-weight: 700;
	margin: 17px auto 4px;
	padding: 0;
	text-align: left;
	width: 90%;
}

.setup-content .panel-sub-title {
	color: var(--btn-valid) !important;
	font-size: 20px;
	font-weight: 700;
	margin: 5px auto 3px;
	width: 90%;
}

.setup-content input, .setup-content select {
	border-radius: 14px !important;
	height: 36px;
	margin: 0 auto;
	max-width: 400px;
}

.stepwizard-step .step-name {
	color: var(--step-color);
	font-size: 1.1rem;
	margin: 1rem;
}

.stepwizard-step .btn-circle.btn-success ~ .step-name {
	color: white;
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
	color: var(--steps-lines-color);
	opacity: 1 !important;
}

.stepwizard-row:before {
	background-color: var(--steps-lines-color);
	bottom: 0;
	content: ' ';
	height: 1px;
	position: absolute;
	top: 31px;
	width: 100%;
	z-index: 0;
}

.stepwizard-step {
	display: table-cell;
	position: relative;
	text-align: center;
}

.btn-circle {
	border-radius: 15px;
	font-size: 12px;
	height: 30px;
	line-height: 1.428571429;
	padding: 6px 0;
	text-align: center;
	width: 30px;
}

.panel.setup-content {
	background-color: #f4f4f4;
	border: 1px solid #a9acaf;
	border-radius: 20px 20px 20px 20px;
	float: left;
	margin: 0 auto 20px 5%;
	padding: 15px;
	width: 90%;
}

.stepwizard-global {
	background: var(--global--color-secondary);
	border-radius: 20px;
	float: left;
	margin: 0 auto;
	max-width: 700px;
	padding-bottom: 22px;
	width: 100%;
}

.stepwizard-step a {
	background: white;
}

.stepwizard-global .btn-success {
	background-color: var(--btn-valid) !important;
	border-color: var(--btn-valid) !important;
	color: #ffffff !important;
}

.stepwizard-step .btn-circle {
	background: var(--step-color) !important;
	border: none !important;
	border-radius: 100vmax;
	color: var(--global--color-secondary) !important;
	font-size: 1.5rem;
	font-weight: 400;
	height: var(--step-size);
	line-height: 3.5rem;
	margin: 0;
	padding: 0;
	text-align: center;
	width: var(--step-size);
}

.stepwizard-step .btn-circle.btn-success {
	background: white !important;
	color: var(--step-color) !important;
	font-weight: 700;
	outline: var(--step-color) solid 2px !important;
	outline-offset: -1px !important;
}

.stepwizard-global .btn-primary {
	border: none !important;
	border-radius: 100vmax;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 7px;
	margin-top: 20px;
	min-width: 120px;
}

.stepwizard-global .btn-primary i {
	color: white;
	float: right;
	line-height: 1.5;
	margin-right: 2px;
}

.stepwizard-global .plaque {
	background-attachment: scroll;
	background-position: 1% 38%;
	background-repeat: no-repeat;
	background-size: 21px 25px;
	border: 1px solid var(--global--color-secondary) !important;
	border-left-width: 3px !important;
	border-right-width: 3px !important;
	box-sizing: border-box;
	color: var(--global--color-secondary) !important;
	font-size: 17px !important;
	font-weight: bold;
	height: 35px !important;
	padding-left: 34px !important;
	text-align: center;
	width: 100%;
}

.stepwizard-global .plaque::placeholder {
	transition: opacity .15s ease-in-out;
}

.stepwizard-global .plaque:focus::placeholder {
	opacity: 0;
}

.stepwizard-global label, .stepwizard-global legend {
	color: black !important;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

.stepwizard-global .div_loading {
	display: none;
	float: left;
	text-align: center;
	width: 100%;
}

.stepwizard-global .div_loading img {
	height: 40px;
}

.next-btn-wrapper {
	float: left;
	margin-bottom: 28px;
	margin-top: 20px;
	width: 100%;
}

.stepwizard-global .item_1 {
	border-bottom: 1px solid #c7c7c7;
	margin: 0 auto;
	padding: 2rem 5%;
	width: 80%;
}

.stepwizard-global .text-info-v {
	color: black;
	font-size: 12px;
	margin: 14px auto 0;
	text-align: left;
	width: 90%;
}

.stepwizard-global .item_2 {
	float: left;
	min-height: 46px;
	padding: 7px;
	width: 50%;
}

.stepwizard-global .item_3 {
	float: left;
	min-height: 46px;
	padding: 7px;
	width: 33.33%;
}

.stepwizard-global .item_4 {
	float: left;
	min-height: 46px;
	padding: 7px;
	width: 25%;
}

.stepwizard-global .form-check-group {
	padding: 7px;
	width: 100%;
}

.form-check-inline {
	max-width: 120px;
}

.stepwizard-global .has-error .form-control {
	border: 1px solid #ff5722;
}

.alert_success {
	background: #4caf50;
	border: 1px solid #32a537;
	border-radius: 11px;
	color: white;
	float: left;
	font-size: 20px;
	margin-top: -2px;
	padding: 10px;
	width: 100%;
}

.ul-elm-r {
	background: transparent;
	border-radius: 4px;
	float: left;
	list-style: none;
	margin-top: 10px;
	width: 100%;
}

.li-elm-r {
	float: left;
	list-style: none;
	margin: 0;
	padding: 5px;
	position: relative;
	width: 115px;
}

.li-elm-r .crop-img {
	border: 1px solid;
	border-radius: 9px;
	box-shadow: 1px 1px 10px #b7b5b5;
	height: 100px;
	margin-bottom: 5px;
	padding: 4px;
	width: 100px;
}

.li-elm-r .crop-img img {
	border-radius: 10px;
	height: 100%;
	width: 100px;
}

.h4-nbr-uploads {
	border: 1px solid white;
	border-radius: 10px;
	color: white;
	float: left;
	margin-top: 7px;
	max-width: 200px;
	padding: 13px;
}

.btn-delete-elm-r {
	font-size: 11px;
	height: 26px;
	left: 89px;
	padding: 1px 4px 2px;
	position: absolute;
	top: -3px;
	width: 22px;
	z-index: 20;
}

.btn-delete-elm-r i {
	font-size: 16px;
}

.d-none {
	display: none;
}

.step-photo {
	float: left;
	width: 100%;
}

.step-photo .card-photo {
	background: #2a7b94;
	border-radius: 3px;
	color: white;
	float: left;
	margin-top: 11px;
	padding: 15px;
	position: relative;
	width: 100%;
}

.card-photo i {
	float: left;
}

.card-photo label {
	color: white !important;
	float: left;
	font-size: 11px;
	margin-left: 7px;
	position: relative;
	width: auto;
}

.open-modalx {
	background: #2a7b93;
	border-bottom: none !important;
	cursor: pointer;
	height: 31px;
	padding: 7px;
}

.nbr-uploads {
	background: #1d505f;
	border-radius: 6px;
	height: 20px;
	line-height: 14px !important;
	padding: 4px;
	position: absolute;
	right: -24px;
	top: 0;
	width: 20px;
}

.loader-send {
	display: none;
	height: 23px;
	width: 23px;
}

.modal-dialogx {
	background: rgb(27 28 29 / 34%);
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 400ms ease-in;
	z-index: 99999;
}

.modal-dialogx:target {
	opacity: 1;
	pointer-events: auto;
}

.modal-dialogx &gt; div {
	background: #ffffff;
	background: linear-gradient(#ffffff, #999999);
	border-radius: 10px;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	position: relative;
	width: 400px;
}

.modal-dialogx &gt; div h2 {
	color: white;
	font-size: 17px;
}

.close-modalx {
	background: #606061;
	border-radius: 12px;
	box-shadow: 1px 1px 3px #000000;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	text-decoration: none;
	top: -10px;
	width: 24px;
}

.close-modalx:hover {
	background: #00d9ff;
}

.content-modal-dialogx {
	background: white;
	border-radius: 4px;
	min-height: 40px;
	padding: 9px;
	width: 100%;
}

.content-modal-dialogx p {
	color: #211c1c;
	font-size: 11px;
}

.dropdown-menu {
	display: block;
	opacity: 1 !important;
	transform: translateY(0px);
	visibility: visible !important;
}

.day {
	border-collapse: collapse;
	border-color: black;
	cursor: pointer;
	text-align: center;
}

.day:hover {
	background: var(--global--color-secondary);
	color: white;
}

.next, .prev {
	background-color: var(--global--color-secondary);
	border-color: black;
	color: white;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	transition: background-color 0.2s ease-in-out;
}

.next:hover, .prev:hover {
	background-color: var(--global--color-secondary-darker);
}

.datepicker.dropdown-menu {
	display: none;
}

.panel-heading {
	background: transparent !important;
	border-color: transparent !important;
}

/* mobile css */
@media only screen and (max-width: 768px) {
	.stepwizard-global .item_1, .stepwizard-global .item_2, .stepwizard-global .item_3, .stepwizard-global .item_4 {
		float: left;
		margin-bottom: 4px;
		width: 100%;
	}

	.card-photo label {
		font-size: 11px;
	}

	.modal-dialogx &gt; div h2 {
		font-size: 11px;
	}

	.modal-dialogx &gt; div {
		width: 86%;
	}

	.setup-content .panel-title {
		font-size: 17px;
	}

	.setup-content .panel-sub-title {
		font-size: 16px;
	}
}

/* region Form New Code */

fieldset legend {
	border: none;
}

input.form-control {
	border: 1px solid #cccccc !important;
	box-shadow: none !important;
	border-radius: 100vmax !important;
}

fieldset.form-check-group {
	display: flex;
	justify-content: center;
}

div.form-check-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

fieldset.form-check-group input[type='radio'] {
	display: none;
}

fieldset.form-check-group .form-check-label {
	background: linear-gradient(180deg, #cccccc, #b0b0b0) !important;
	border: 1px solid #d5d5d5;
	border-radius: 100vmax;
	color: #7d7d7d !important;
	cursor: pointer;
	font-family: var(--button--font-family);
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 4px;
	margin-right: 8px;
	min-width: 97px;
	padding: var(--button--padding-vertical) var(--button--padding-horizontal);
	text-transform: capitalize;
	width: fit-content;
}

fieldset.form-check-group input[type='radio']:checked + label {
	background: var(--btn-select-gradiant) !important;
	color: white !important;
}

/* endregion */
</pre></body></html>