.bg-gray{
	background-color: #F9F9F9;
}

.line-pre-title{

}
.title-one h2{
	color: #7D55C6;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; 
	position: relative;
	padding-left: 30px;
}
.title-one h2:before{
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #B1A1E4;
	border-radius: 100%;
	border: 0;
	margin: auto;
}
.title-one p{
	color: #292929;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
}
.title-ico h2{
	color: #000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 47px;
}

.title-ico-16{
	color:  #292929;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px; 
	padding-left: 20px;
	position: relative;
}
.title-ico-16:before{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 40%;
	left: 0;
	background: #FDDC00;
	border-radius: 100%;
	z-index: 0;
}

.title{
	color: #292929;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; 
}


.form-check.bg,
.form-check.ico{
	border: 0;
	height: auto;
}
.form-check.bg label,
.form-check.ico label {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #818A8F;
	height: auto;
	border-radius: 50px;
	border: 1px solid #CCCFD1;
	padding: 6px 10px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.form-check.bg label span,
.form-check.ico label span{display: inline-block;}

.form-check.bg label span:before,
.form-check.ico label span:before {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	left:0;
	top: 30%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 1px solid #818A8F;
	transition: all 0.2s ease-out;
	border-radius: 4px;
}
.form-check.bg label span:after,
.form-check.ico label span:after {
	content: "";
	background-color: #642ADD;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M14.0112 21.0393C13.7327 21.0391 13.4656 20.9282 13.2688 20.7312L9.30493 16.7673C9.10956 16.5696 9 16.3028 9 16.0249C9 15.747 9.10956 15.4802 9.30493 15.2826C9.71112 14.8764 10.3834 14.8764 10.7896 15.2826L14.0112 18.5041L21.2106 11.3046C21.6168 10.8985 22.2892 10.8985 22.6954 11.3046C23.1015 11.7108 23.1015 12.3832 22.6954 12.7894L14.7535 20.7312C14.5567 20.9282 14.2897 21.0391 14.0112 21.0393Z' fill='%23FEFEFE'/%3E%3C/svg%3E");
	background-position: center;
	color: #fff;
	text-align: center;
	width: 20px;
	height: 20px;
	border: 1px solid #642ADD;
	position: absolute;
	left:0;
	top: 30%;
	transform: translate(0, -50%);
	transition: opacity 0.3s ease-out;
	opacity: 0;
	border-radius: 4px;
}

.form-check.ico input[type=radio]:checked ~ label.positiva svg path{fill: #21B84C;}
.form-check.ico label.positiva span:after{background-color: #21B84C;border: 1px solid #55b64a;}
.form-check.ico input[type=radio]:checked ~ label.positiva{border-color:#21B84C;background: #E7F6EB;color: #16262E;}

.form-check.ico input[type=radio]:checked ~ label.neutra svg path{fill: #EC7837;}
.form-check.ico label.neutra span:after{background-color: #EC7837;border: 1px solid #EC7837;}
.form-check.ico input[type=radio]:checked + label.neutra{border-color:#EC7837;background: #FCF7E8;	color: #16262E;}

.form-check.ico input[type=radio]:checked ~ label.negativa svg path{fill: #ED1818;}
.form-check.ico label.negativa span:after{background-color: #ED1818;border: 1px solid #ED1818;}
.form-check.ico input[type=radio]:checked + label.negativa{border-color:#ED1818;background: #FEECE8;	color: #16262E;}

.form-check.ico input[type=radio]:checked ~ label.interesse svg path{fill: #164CB4;}
.form-check.ico label.interesse span:after{background-color: #164CB4;border: 1px solid #164CB4;}
.form-check.ico input[type=radio]:checked + label.interesse{border-color:#164CB4;background: #E8EEF8;	color: #16262E;}

.form-check.ico input[type=radio]:checked ~ label.todas svg path{fill: #14B497;}
.form-check.ico label.todas span:after{background-color: #14B497;border: 1px solid #14B497;}
.form-check.ico input[type=radio]:checked + label.todas{border-color:#14B497;background: #E8F7F5;	color: #16262E;}

.form-check.bg input[type=radio]:checked ~ label.positiva {border-color: #21B84C}
.form-check.bg label.positiva span:after{
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21C16.9707 21 21 16.9707 21 12C21 7.0293 16.9707 3 12 3C7.0293 3 3 7.0293 3 12C3 16.9707 7.0293 21 12 21Z' fill='%23FEFEFE'/%3E%3Cpath d='M10.5084 15.7795C10.2995 15.7793 10.0992 15.6962 9.95162 15.5484L6.9787 12.5754C6.83217 12.4272 6.75 12.2271 6.75 12.0187C6.75 11.8102 6.83217 11.6102 6.9787 11.4619C7.28334 11.1573 7.78758 11.1573 8.09223 11.4619L10.5084 13.8781L15.908 8.47848C16.2126 8.17384 16.7169 8.17384 17.0215 8.47848C17.3262 8.78313 17.3262 9.28737 17.0215 9.59202L11.0652 15.5484C10.9175 15.6962 10.7173 15.7793 10.5084 15.7795Z' fill='%2321B84C'/%3E%3C/svg%3E");
}
.form-check.bg label.positiva span:after{border-color: #21B84C;}
.form-check.bg input[type=radio]:checked ~ label.positiva {background-color: #21B84C;color: #fff}


.form-check.ico input[type=radio] + label.padrao{ padding: 8px 12px; border-radius: 8px}
.form-check.ico input[type=radio]:checked ~ label.padrao svg path{fill: #642ADD;}
.form-check.ico label.padrao span:after{background-color: #642ADD;border: 1px solid #642ADD;}
.form-check.ico input[type=radio]:checked + label.padrao{border-color:#642ADD;background: #F0EAFC;	color: #16262E; }


.radio-larg{padding: 11px!important;}
.form-check input[type=radio],
.form-check input[type=checkbox] {display: none;}
.form-check input[type=radio]:checked + label span:after,
.form-check input[type=checkbox]:checked + label span:after { opacity: 1; }
.form-check input[type=radio] + label span:before,
.form-check input[type=radio] + label span:after { border-radius: 50%; }
.form-check label {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #818A8F;
	height: 44px;
}

.form-check label span{
	width: 21px;
	height: 21px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-left: 10px;
}
.form-check label span:before {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	height: 21px;
	border: 1px solid #818A8F;
	transition: all 0.2s ease-out;
}
.form-check label span:after {
	content: "✔";
	background-color: #642ADD;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	width: 24px;
	height: 24px;
	border: 1px solid #642ADD;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	transition: opacity 0.3s ease-out;
	opacity: 0;
}

.btn{
	display: inline-flex;
	min-height: 48px;
	padding: 10px 18px;
	justify-content: center;
	align-items: center;
}
.btn *{transition: all .3s;}
.btn-primary{
	background-color: transparent;
	border: 2px solid #7D55C6!important;
	color: #7D55C6;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; 
	border-radius: 10px;
}
.btn-primary:active,
.btn-primary:hover{
	color: #fff;
	background-color: #7D55C6!important;
}
.btn-primary:hover svg path{
	stroke: #fff;
}

.btn-disabled{
	background-color: #F3F3F3!important;
	border: 2px solid #F3F3F3!important;
	color: #E3E3E3!important;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; 
	border-radius: 10px;
}

.btn-three{
	background-color: #F9F9F9!important;
	border: 2px solid #F9F9F9!important;
	color: #232323!important;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; 
	border-radius: 10px;
}
.btn-second{
	border-radius: 10px;
	background-color:#7D55C6 ;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 48px;
}
.btn-second:hover{
	background-color:#7D55C6 ;
	color: #fff;
}



.splide__arrow{
	background-color: transparent;
	width: 55px;
	height: 55px;
}
.splide__arrow *{
	transition: all .2s;
}

.splide__arrow svg{
	fill: transparent;
	width: 55px;
	height: 55px;
	transform: scaleX(1);
}
.splide__arrow--next svg{
	transform: scaleX(-1);
}

.splide__arrow:hover svg{
	fill: #7D55C6;
}
.splide__arrow:hover svg path{
	fill: #fff;
}


.splide__pagination li{
	border: 0!important;
}
.splide__pagination li button{
	background-color: #7D55C6!important;
}


.splide__pagination__page.is-active{
	background-color: #B1A1E4!important;
}

.switch-bt {
	display: flex;
	justify-content: space-between;
	background: #EAEEF0;
	border-radius: 8px;
	width: 100%;
	height: 45px;
	text-align: center;
	position: relative;
}
.switch-bt .form-check{
	border: 0;
	height: 100%;
	padding: 6px 9px;
}
.switch-bt label {
	color: #707A80!important;
	width: 100%;
	height: 100%!important;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 21px;
	transition: all .3s;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.switch-bt input:checked ~ label{
	background: #4418A0;
	color: #fff!important;
}
.switch-button-checkbox:checked + .switch-button-label:before {
	transform: translateX(120px);
	transition: transform 300ms linear;
}
.switch-button-checkbox + .switch-button-label {
	position: relative;
	padding: 12px 0;
	display: block;
	user-select: none;
	pointer-events: none;
	margin: 6px;
}
.switch-button-checkbox + .switch-button-label:before {
	content: "";
	background: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 8px;
	transform: translateX(0);
	transition: transform 300ms;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
	position: relative;
}
.form-check {
	border: 1px solid #CCCFD1;
	padding: 7px 13px ;
	border-radius: 8px;
	margin: 0;
	height: 45px;
	transition: all .5s;
}
.form-check:hover {
	border-color: #642ADD ;
}
.form-select-sm {height: 45px;}
.checkbox {  padding-right: 22px;}
.checkbox input[type=radio],
.checkbox input[type=checkbox] {display: none;}
.checkbox input[type=radio]:checked + label span:after,
.checkbox input[type=checkbox]:checked + label span:after { opacity: 1; }
.checkbox input[type=radio] + label span:before,
.checkbox input[type=radio] + label span:after { border-radius: 50%; }

.checkbox label {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #818A8F;
	height: 24px;
}
.checkbox label span{display: inline-block;	width: 30px;}
.checkbox label span:before {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	left:0;
	top: 40%;
	transform: translateY(-50%);
	width: 21px;
	height: 21px;
	border: 1px solid #818A8F;
	transition: all 0.2s ease-out;
	border-radius: 4px;
}
.checkbox label span:after {
	content: "✔";
	background-color: #642ADD;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	width: 24px;
	height: 24px;
	border: 1px solid #642ADD;
	position: absolute;
	left:0;
	top: 40%;
	transform: translate(0, -50%);
	transition: opacity 0.3s ease-out;
	opacity: 0;
	border-radius: 4px;
}

@keyframes slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.marque {
	overflow: hidden;
	padding: 60px 0 50px;
	background: white;
	white-space: nowrap;
	position: relative;
	background: #fff;
}
.marque:before,
.marque:after {
	position: absolute;
	top: 0;
	width: 250px;
	height: 100%;
	content: "";
	z-index: 2;
}

.marque:before {
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.marque:after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.marque:hover .logos-slide {
	animation-play-state: paused;
}

.marque-slide {
	display: inline-block;
	animation: 35s slide infinite linear;
	color: #292929;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.marque-slide a{
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
	color: #292929;
}
.marque-slide a svg{
	margin-left: 10px;
}
.marque-slide img {
	height: 60px; /* Augmenter la hauteur pour tous les logos */
	max-width: 150px; /* Limiter la largeur pour éviter l'étirement */
	object-fit: contain; /* Maintenir les proportions des logos */
	margin: 0 40px;
}
.tooltip{
	box-shadow:0 2px 30px -10px rgba(16, 24, 40, 0.8); border-radius: 20px;
	z-index: 9999;
}
.tooltip-arrow:before{ 
	border-color: #fff!important;
	display: none;
}
.tooltip-inner{
	background: #fff;
	color: #232323;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 15px;
	padding: 8px;
	
}
.owl-theme .owl-dots .owl-dot span{
	background-color: #7D55C6;
}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span{
	background-color: #B1A1E4;
}


.nav-tabs li button{
	border-radius: 10px 10px 0px 0px!important;
	border: 2px solid #7D55C6!important;
	color: #000;
	width: 100%;
	padding: 8px 0;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
}
.nav-tabs li button:hover,
.nav-tabs li button.active{
	color: #fff!important;
	background-color: #7D55C6!important;
}


#myTabContent {
	padding: 15px;
	border: 2px solid #7D55C6!important;
	border-top: 0!important;
	border-radius: 0px 0px 10px 10px;
}
#myTabContent p{
	padding: 10px;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 15px;
}





.bg-orange{
	background-color: #FF5600;
}
.bg-yellow{
	background-color: #FDDC00;
}
.bg-blue{
	background-color: #21D9EF;
}
.bg-pink{
	background-color: #F177C5;
}
.bg-roxo{
	background-color: #7D55C6;
}
.bg-green{
	background-color: #26CF7C;
}
.bg-sucess{
	background-color: #D7FFEB;
}
.bg-purple-weak{
	background-color: #EDE9FE;
}
.bg-purple-weak{
	background-color: #EDE9FE;
}


.color-green{
	color: #18A15D;
}
.color-black{
	color: #292929!important;
}

.color-purple{
	color: #7D55C6!important;
}
.color-purple-weak{
	color: #B1A1E4!important;
}
.color-orange{
	color: #FF5600!important;
}



.form-label{
	color: #7D55C6;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
	margin: 0 0 0 20px;
}

.field-container label {
	position: relative;
	background: #F9F9F9;
	top: 10px;
	left: 12px;
	display: inline-block;
	z-index: 1;
	color: #7D55C6;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
	width: auto;
	padding: 0 5px;
}


.fs-10{
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 15px; 
}
.fs-12{
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; 
}
.fs-14{
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.fs-16{
	color:#232323;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
}
.fs-20{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}
.fs-12{
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 15px;
}
.fs-24{
	color:  #292929;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
}
.fs-30{
	color: #7D55C6;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.fs-32{
	color: #292929;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; 
}
.fs-40{
	color: #292929;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 55px; 
}
.fs-48{
	color:#292929;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; 
}

.fs-60{
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; 
}

.b-radius-10{border-radius: 10px;}
.b-radius-20{border-radius: 20px;}
.b-radius-30{border-radius: 30px;}

.b-purple{border: 2px solid #7D55C6;}
.b-purple-2{border: 2px solid #EDE9FE;}
.btn-bg {background-color: #7D55C6;color: #fff;}
.b-blue{border: 2px solid #21D9EF;}
.b-pink{border: 2px solid #F177C5;}



.status{
	position: relative;
	border-radius: 54px;
	display: inline-block;
	min-height: 28px;
}
.status-paid{
	background-color: #D7FFEB;
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='17' viewBox='0 0 50 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1564 2.72506L10.9676 1.99922L10.9676 1.99922L11.1564 2.72506ZM3.82309 4.63317L3.63423 3.90733L3.63423 3.90733L3.82309 4.63317ZM13.5 12.5971H4.16665V14.0971H13.5V12.5971ZM4.16665 12.5971C3.827 12.5971 3.58331 12.3332 3.58331 12.0461H2.08331C2.08331 13.1961 3.03353 14.0971 4.16665 14.0971V12.5971ZM3.58331 12.0461V6.19169H2.08331V12.0461H3.58331ZM3.58331 6.19169C3.58331 5.90466 3.82701 5.64071 4.16665 5.64071V4.14071C3.03353 4.14071 2.08331 5.04171 2.08331 6.19169H3.58331ZM4.16665 5.64071H13.5V4.14071H4.16665V5.64071ZM13.5 5.64071C13.8396 5.64071 14.0833 5.90465 14.0833 6.19169H15.5833C15.5833 5.04171 14.6331 4.14071 13.5 4.14071V5.64071ZM14.0833 6.19169V12.0461H15.5833V6.19169H14.0833ZM14.0833 12.0461C14.0833 12.3332 13.8396 12.5971 13.5 12.5971V14.0971C14.6331 14.0971 15.5833 13.1961 15.5833 12.0461H14.0833ZM11.8333 8.69414C12.046 8.69414 12.25 8.86703 12.25 9.1189H10.75C10.75 9.72997 11.2525 10.1941 11.8333 10.1941V8.69414ZM12.25 9.1189C12.25 9.37077 12.046 9.54365 11.8333 9.54365V8.04365C11.2525 8.04365 10.75 8.50782 10.75 9.1189H12.25ZM11.8333 9.54365C11.6206 9.54365 11.4166 9.37077 11.4166 9.1189H12.9166C12.9166 8.50782 12.4141 8.04365 11.8333 8.04365V9.54365ZM11.4166 9.1189C11.4166 8.86703 11.6206 8.69414 11.8333 8.69414V10.1941C12.4141 10.1941 12.9166 9.72997 12.9166 9.1189H11.4166ZM13.5833 4.8907V3.98211H12.0833V4.8907H13.5833ZM13.5833 3.98211C13.5833 2.6123 12.2655 1.66152 10.9676 1.99922L11.3453 3.45089C11.7403 3.34811 12.0833 3.64236 12.0833 3.98211H13.5833ZM10.9676 1.99922L3.63423 3.90733L4.01195 5.359L11.3453 3.45089L10.9676 1.99922ZM3.63423 3.90733C2.73102 4.14235 2.08331 4.94818 2.08331 5.89022H3.58331C3.58331 5.65344 3.74783 5.42772 4.01195 5.359L3.63423 3.90733ZM2.08331 5.89022V6.19169H3.58331V5.89022H2.08331Z' fill='%2326CF7C'/%3E%3Cpath d='M22.2396 12.0137C22.0911 12.0137 21.9759 11.9707 21.8939 11.8848C21.8118 11.7988 21.7708 11.6816 21.7708 11.5332V4.68359C21.7708 4.53516 21.8138 4.41992 21.8997 4.33789C21.9857 4.25586 22.1028 4.21484 22.2513 4.21484H25.0228C25.9681 4.21484 26.6966 4.43555 27.2083 4.87695C27.72 5.31836 27.9759 5.93359 27.9759 6.72266C27.9759 7.50391 27.72 8.11523 27.2083 8.55664C26.7005 8.99805 25.972 9.21875 25.0228 9.21875H23.388V11.5332C23.388 11.6855 23.3489 11.8047 23.2708 11.8906C23.1927 11.9727 23.0794 12.0137 22.931 12.0137H22.2396ZM23.388 7.94727H25.0931C25.472 7.94727 25.7708 7.84375 25.9896 7.63672C26.2083 7.42969 26.3177 7.13672 26.3177 6.75781C26.3177 6.375 26.2083 6.08008 25.9896 5.87305C25.7708 5.66211 25.472 5.55664 25.0931 5.55664H23.388V7.94727ZM31.3509 5.85547C31.6595 5.85547 31.9466 5.88672 32.2122 5.94922C32.4818 6.00781 32.7298 6.10352 32.9564 6.23633C33.1868 6.36523 33.3821 6.52734 33.5423 6.72266C33.7064 6.91406 33.8333 7.15039 33.9232 7.43164C34.0169 7.71289 34.0638 8.02734 34.0638 8.375V11.5449C34.0638 11.6934 34.0247 11.8086 33.9466 11.8906C33.8724 11.9727 33.763 12.0137 33.6185 12.0137H33.2376C33.0931 12.0137 32.9798 11.9727 32.8978 11.8906C32.8196 11.8047 32.7806 11.6895 32.7806 11.5449V11.3398C32.2142 11.8945 31.554 12.1719 30.8001 12.1719C30.097 12.1719 29.5286 11.9941 29.095 11.6387C28.6653 11.2832 28.4505 10.8164 28.4505 10.2383C28.4505 9.625 28.6849 9.13281 29.1536 8.76172C29.6263 8.38672 30.2474 8.19922 31.0169 8.19922C31.5364 8.19922 32.056 8.30664 32.5755 8.52148V8.19922C32.5755 7.85156 32.4564 7.57617 32.2181 7.37305C31.9837 7.16992 31.6595 7.06836 31.2454 7.06836C30.6829 7.06836 30.1712 7.22461 29.7103 7.53711C29.4642 7.68555 29.263 7.62891 29.1068 7.36719L29.0013 7.17969C28.8333 6.89453 28.8763 6.67383 29.1302 6.51758C29.7864 6.07617 30.5267 5.85547 31.3509 5.85547ZM31.1458 11.0762C31.5403 11.0762 31.8821 10.9707 32.1712 10.7598C32.4642 10.5488 32.6107 10.2988 32.6107 10.0098V9.56445C32.1419 9.33398 31.6829 9.21875 31.2337 9.21875C30.8548 9.21875 30.5501 9.30664 30.3196 9.48242C30.0892 9.6582 29.9739 9.89062 29.9739 10.1797C29.9739 10.4492 30.0794 10.666 30.2903 10.8301C30.5052 10.9941 30.7903 11.0762 31.1458 11.0762ZM40.9485 5.95508C41.0892 5.95508 41.1966 5.99609 41.2708 6.07812C41.3489 6.15625 41.388 6.26758 41.388 6.41211V11.3516C41.388 11.7461 41.3333 12.1055 41.2239 12.4297C41.1146 12.7539 40.9622 13.0293 40.7669 13.2559C40.5755 13.4863 40.345 13.6797 40.0755 13.8359C39.806 13.9922 39.513 14.1074 39.1966 14.1816C38.8841 14.2559 38.5482 14.293 38.1888 14.293C37.0443 14.293 36.1282 13.918 35.4407 13.168C35.2337 12.9453 35.2376 12.7324 35.4525 12.5293L35.681 12.2656C35.8802 12.0664 36.0872 12.0703 36.3021 12.2773C36.8021 12.8203 37.4349 13.0918 38.2005 13.0918C38.6927 13.0918 39.1009 12.9648 39.4251 12.7109C39.7493 12.457 39.9114 12.0879 39.9114 11.6035V10.8828C39.3919 11.3008 38.7884 11.5098 38.1009 11.5098C37.2767 11.5098 36.5911 11.2422 36.0443 10.707C35.4974 10.168 35.2239 9.49609 35.2239 8.69141C35.2239 7.88281 35.4974 7.20898 36.0443 6.66992C36.595 6.12695 37.2845 5.85547 38.1126 5.85547C38.8821 5.85547 39.5345 6.10352 40.0696 6.59961V6.41211C40.0696 6.26758 40.1087 6.15625 40.1868 6.07812C40.2689 5.99609 40.3821 5.95508 40.5267 5.95508H40.9485ZM38.4114 10.2852C38.8841 10.2852 39.2689 10.1367 39.5657 9.83984C39.8626 9.53906 40.011 9.15625 40.011 8.69141C40.011 8.22266 39.8607 7.83789 39.5599 7.53711C39.2591 7.23242 38.8724 7.08008 38.3997 7.08008C37.931 7.08008 37.5482 7.23242 37.2513 7.53711C36.9544 7.83789 36.806 8.22266 36.806 8.69141C36.806 9.15625 36.9544 9.53906 37.2513 9.83984C37.5482 10.1367 37.9349 10.2852 38.4114 10.2852ZM48.2259 11.2695C47.6087 11.8711 46.8275 12.1719 45.8821 12.1719C44.9368 12.1719 44.1517 11.8711 43.5267 11.2695C42.9056 10.668 42.595 9.91602 42.595 9.01367C42.595 8.11133 42.9056 7.35938 43.5267 6.75781C44.1517 6.15625 44.9368 5.85547 45.8821 5.85547C46.8275 5.85547 47.6087 6.15625 48.2259 6.75781C48.847 7.35938 49.1575 8.11133 49.1575 9.01367C49.1575 9.91602 48.847 10.668 48.2259 11.2695ZM45.8821 10.7773C46.3743 10.7773 46.7786 10.6113 47.095 10.2793C47.4153 9.94727 47.5755 9.52539 47.5755 9.01367C47.5755 8.50195 47.4153 8.07812 47.095 7.74219C46.7786 7.40625 46.3743 7.23828 45.8821 7.23828C45.39 7.23828 44.9818 7.40625 44.6575 7.74219C44.3372 8.07812 44.1771 8.50195 44.1771 9.01367C44.1771 9.52539 44.3372 9.94727 44.6575 10.2793C44.9778 10.6113 45.386 10.7773 45.8821 10.7773Z' fill='%2326CF7C'/%3E%3C/svg%3E%0A");	background-position: 0 center;
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}
.status-process{
	background-color: #D7FFEB;
	background-image: url("data:image/svg+xml,%3Csvg width='94' height='17' viewBox='0 0 94 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.49998 3.34692V5.34692M8.49998 11.3469V13.3469M4.96482 4.81201L6.37982 6.22701M10.6201 10.467L12.0351 11.882M3.49998 8.34692H5.49998M11.5 8.34692H13.5M4.96482 11.882L6.37982 10.467M10.6201 6.22701L12.0351 4.81201' stroke='%2326CF7C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.2396 12.0137C22.0911 12.0137 21.9759 11.9707 21.8939 11.8848C21.8118 11.7988 21.7708 11.6816 21.7708 11.5332V4.68359C21.7708 4.53516 21.8138 4.41992 21.8997 4.33789C21.9857 4.25586 22.1028 4.21484 22.2513 4.21484H25.0228C25.9681 4.21484 26.6966 4.43555 27.2083 4.87695C27.72 5.31836 27.9759 5.93359 27.9759 6.72266C27.9759 7.50391 27.72 8.11523 27.2083 8.55664C26.7005 8.99805 25.972 9.21875 25.0228 9.21875H23.388V11.5332C23.388 11.6855 23.3489 11.8047 23.2708 11.8906C23.1927 11.9727 23.0794 12.0137 22.931 12.0137H22.2396ZM23.388 7.94727H25.0931C25.472 7.94727 25.7708 7.84375 25.9896 7.63672C26.2083 7.42969 26.3177 7.13672 26.3177 6.75781C26.3177 6.375 26.2083 6.08008 25.9896 5.87305C25.7708 5.66211 25.472 5.55664 25.0931 5.55664H23.388V7.94727ZM32.7864 5.9668C32.8958 6.00195 32.9759 6.05469 33.0267 6.125C33.0814 6.19531 33.0892 6.30273 33.0501 6.44727L32.8978 7.04492C32.8275 7.29883 32.6673 7.39062 32.4173 7.32031C32.2376 7.25781 32.0599 7.22656 31.8841 7.22656C31.4974 7.22656 31.1946 7.36133 30.9759 7.63086C30.761 7.89648 30.6536 8.25 30.6536 8.69141V11.5449C30.6536 11.6895 30.6146 11.8047 30.5364 11.8906C30.4583 11.9727 30.3489 12.0137 30.2083 12.0137H29.511C29.3665 12.0137 29.2532 11.9727 29.1712 11.8906C29.0931 11.8047 29.054 11.6895 29.054 11.5449V6.41211C29.054 6.26758 29.0931 6.15625 29.1712 6.07812C29.2532 5.99609 29.3665 5.95508 29.511 5.95508H29.9681C30.1126 5.95508 30.2239 5.99609 30.3021 6.07812C30.3841 6.15625 30.4251 6.26758 30.4251 6.41211V6.78125C30.8392 6.16406 31.3743 5.85547 32.0306 5.85547C32.2806 5.85547 32.5325 5.89258 32.7864 5.9668ZM38.8978 11.2695C38.2806 11.8711 37.4993 12.1719 36.554 12.1719C35.6087 12.1719 34.8235 11.8711 34.1985 11.2695C33.5775 10.668 33.2669 9.91602 33.2669 9.01367C33.2669 8.11133 33.5775 7.35938 34.1985 6.75781C34.8235 6.15625 35.6087 5.85547 36.554 5.85547C37.4993 5.85547 38.2806 6.15625 38.8978 6.75781C39.5189 7.35938 39.8294 8.11133 39.8294 9.01367C39.8294 9.91602 39.5189 10.668 38.8978 11.2695ZM36.554 10.7773C37.0462 10.7773 37.4505 10.6113 37.7669 10.2793C38.0872 9.94727 38.2474 9.52539 38.2474 9.01367C38.2474 8.50195 38.0872 8.07812 37.7669 7.74219C37.4505 7.40625 37.0462 7.23828 36.554 7.23828C36.0618 7.23828 35.6536 7.40625 35.3294 7.74219C35.0091 8.07812 34.8489 8.50195 34.8489 9.01367C34.8489 9.52539 35.0091 9.94727 35.3294 10.2793C35.6497 10.6113 36.0579 10.7773 36.554 10.7773ZM43.9017 12.1719C43.2884 12.1719 42.7337 12.0352 42.2376 11.7617C41.7415 11.4844 41.3548 11.1055 41.0775 10.625C40.8001 10.1445 40.6614 9.60742 40.6614 9.01367C40.6614 8.10742 40.9681 7.35547 41.5814 6.75781C42.1946 6.15625 42.9681 5.85547 43.9017 5.85547C44.8392 5.85547 45.6224 6.16406 46.2513 6.78125C46.4388 6.96875 46.4388 7.15625 46.2513 7.34375L45.8294 7.76562C45.6497 7.93359 45.4583 7.92969 45.2552 7.75391C44.8841 7.41016 44.4485 7.23828 43.9485 7.23828C43.4525 7.23828 43.0443 7.40625 42.7239 7.74219C42.4036 8.07812 42.2435 8.50195 42.2435 9.01367C42.2435 9.52539 42.3997 9.94922 42.7122 10.2852C43.0286 10.6211 43.4407 10.7891 43.9485 10.7891C44.4368 10.7891 44.8724 10.6172 45.2552 10.2734C45.4583 10.0859 45.6497 10.082 45.8294 10.2617L46.2513 10.6836C46.4349 10.8672 46.4349 11.0508 46.2513 11.2344C45.6263 11.8594 44.8431 12.1719 43.9017 12.1719ZM48.6068 9.37109C48.6536 9.86328 48.8509 10.252 49.1985 10.5371C49.5462 10.8184 49.9603 10.959 50.4407 10.959C50.9954 10.959 51.5032 10.7793 51.9642 10.4199C52.0775 10.3301 52.1771 10.2832 52.263 10.2793C52.3489 10.2754 52.4427 10.3223 52.5443 10.4199L52.8314 10.707C53.0071 10.8828 53.0071 11.0664 52.8314 11.2578C52.5423 11.5508 52.1614 11.7773 51.6888 11.9375C51.22 12.0938 50.7571 12.1719 50.3001 12.1719C49.6985 12.1719 49.1517 12.0449 48.6595 11.791C48.1673 11.5332 47.7728 11.1621 47.4759 10.6777C47.1829 10.1934 47.0364 9.63867 47.0364 9.01367C47.0364 8.10742 47.3333 7.35547 47.9271 6.75781C48.5247 6.15625 49.2747 5.85547 50.1771 5.85547C50.6224 5.85547 51.0325 5.92969 51.4075 6.07812C51.7864 6.22656 52.1087 6.43359 52.3743 6.69922C52.6556 6.97266 52.8724 7.30078 53.0247 7.68359C53.1771 8.0625 53.2532 8.46094 53.2532 8.87891C53.2532 9.05078 53.2142 9.17578 53.136 9.25391C53.0618 9.33203 52.9368 9.37109 52.761 9.37109H48.6068ZM50.1536 7.0332C49.7435 7.0332 49.3997 7.15625 49.1224 7.40234C48.845 7.64844 48.6771 7.97852 48.6185 8.39258H51.6888C51.6263 8.00586 51.4837 7.70117 51.261 7.47852C50.9876 7.18164 50.6185 7.0332 50.1536 7.0332ZM56.4818 12.1719C56.0169 12.1719 55.5677 12.0879 55.1341 11.9199C54.7005 11.752 54.3568 11.5312 54.1028 11.2578C53.8685 11.0352 53.8607 10.8105 54.0794 10.584L54.2845 10.3555C54.4915 10.1289 54.7142 10.1172 54.9525 10.3203C55.4212 10.7305 55.9251 10.9355 56.4642 10.9355C56.722 10.9355 56.929 10.8828 57.0853 10.7773C57.2415 10.668 57.3196 10.5273 57.3196 10.3555C57.3196 10.2695 57.3001 10.1914 57.261 10.1211C57.2259 10.0508 57.1849 9.99219 57.138 9.94531C57.095 9.89844 57.0228 9.84766 56.9212 9.79297C56.8235 9.73828 56.7435 9.69727 56.681 9.66992C56.6224 9.64258 56.5267 9.60352 56.3939 9.55273C56.3431 9.5332 56.304 9.51758 56.2767 9.50586C56.097 9.44336 55.9544 9.39453 55.8489 9.35938C55.7435 9.32031 55.6087 9.26562 55.4446 9.19531C55.2845 9.125 55.1556 9.05859 55.0579 8.99609C54.9642 8.93359 54.8587 8.85547 54.7415 8.76172C54.6243 8.66406 54.5345 8.56445 54.472 8.46289C54.4095 8.36133 54.3568 8.24023 54.3138 8.09961C54.2708 7.95898 54.2493 7.80859 54.2493 7.64844C54.2493 7.10547 54.4564 6.67188 54.8704 6.34766C55.2845 6.01953 55.8372 5.85547 56.5286 5.85547C56.9193 5.85547 57.2982 5.91992 57.6653 6.04883C58.0364 6.17383 58.3372 6.3457 58.5677 6.56445C58.6849 6.66602 58.7474 6.76758 58.7552 6.86914C58.763 6.9668 58.7083 7.09375 58.5911 7.25L58.4212 7.4668C58.2259 7.68945 58.0071 7.70898 57.765 7.52539C57.3782 7.21289 56.9661 7.05664 56.5286 7.05664C56.2982 7.05664 56.1146 7.10352 55.9778 7.19727C55.8411 7.28711 55.7728 7.4082 55.7728 7.56055C55.7728 7.60352 55.7786 7.64453 55.7903 7.68359C55.8021 7.71875 55.8216 7.75391 55.8489 7.78906C55.8802 7.82422 55.9075 7.85547 55.931 7.88281C55.9583 7.91016 55.9993 7.93945 56.054 7.9707C56.1126 8.00195 56.1614 8.0293 56.2005 8.05273C56.2396 8.07227 56.2982 8.09766 56.3763 8.12891C56.4544 8.16016 56.5169 8.18555 56.5638 8.20508C56.6107 8.22461 56.6829 8.25391 56.7806 8.29297C56.8821 8.32812 56.9583 8.35547 57.0091 8.375C57.2435 8.46875 57.4388 8.55469 57.595 8.63281C57.7513 8.70703 57.9153 8.80273 58.0872 8.91992C58.2591 9.03711 58.3939 9.1582 58.4915 9.2832C58.5931 9.4082 58.6771 9.56055 58.7435 9.74023C58.8099 9.91992 58.8431 10.1172 58.8431 10.332C58.8431 10.8984 58.6263 11.3477 58.1927 11.6797C57.763 12.0078 57.1927 12.1719 56.4818 12.1719ZM62.1536 12.1719C61.6888 12.1719 61.2396 12.0879 60.806 11.9199C60.3724 11.752 60.0286 11.5312 59.7747 11.2578C59.5403 11.0352 59.5325 10.8105 59.7513 10.584L59.9564 10.3555C60.1634 10.1289 60.386 10.1172 60.6243 10.3203C61.0931 10.7305 61.597 10.9355 62.136 10.9355C62.3939 10.9355 62.6009 10.8828 62.7571 10.7773C62.9134 10.668 62.9915 10.5273 62.9915 10.3555C62.9915 10.2695 62.972 10.1914 62.9329 10.1211C62.8978 10.0508 62.8568 9.99219 62.8099 9.94531C62.7669 9.89844 62.6946 9.84766 62.5931 9.79297C62.4954 9.73828 62.4153 9.69727 62.3528 9.66992C62.2943 9.64258 62.1985 9.60352 62.0657 9.55273C62.015 9.5332 61.9759 9.51758 61.9485 9.50586C61.7689 9.44336 61.6263 9.39453 61.5208 9.35938C61.4153 9.32031 61.2806 9.26562 61.1165 9.19531C60.9564 9.125 60.8275 9.05859 60.7298 8.99609C60.636 8.93359 60.5306 8.85547 60.4134 8.76172C60.2962 8.66406 60.2064 8.56445 60.1439 8.46289C60.0814 8.36133 60.0286 8.24023 59.9857 8.09961C59.9427 7.95898 59.9212 7.80859 59.9212 7.64844C59.9212 7.10547 60.1282 6.67188 60.5423 6.34766C60.9564 6.01953 61.5091 5.85547 62.2005 5.85547C62.5911 5.85547 62.97 5.91992 63.3372 6.04883C63.7083 6.17383 64.0091 6.3457 64.2396 6.56445C64.3568 6.66602 64.4193 6.76758 64.4271 6.86914C64.4349 6.9668 64.3802 7.09375 64.263 7.25L64.0931 7.4668C63.8978 7.68945 63.679 7.70898 63.4368 7.52539C63.0501 7.21289 62.638 7.05664 62.2005 7.05664C61.97 7.05664 61.7864 7.10352 61.6497 7.19727C61.513 7.28711 61.4446 7.4082 61.4446 7.56055C61.4446 7.60352 61.4505 7.64453 61.4622 7.68359C61.4739 7.71875 61.4935 7.75391 61.5208 7.78906C61.5521 7.82422 61.5794 7.85547 61.6028 7.88281C61.6302 7.91016 61.6712 7.93945 61.7259 7.9707C61.7845 8.00195 61.8333 8.0293 61.8724 8.05273C61.9114 8.07227 61.97 8.09766 62.0482 8.12891C62.1263 8.16016 62.1888 8.18555 62.2357 8.20508C62.2825 8.22461 62.3548 8.25391 62.4525 8.29297C62.554 8.32812 62.6302 8.35547 62.681 8.375C62.9153 8.46875 63.1107 8.55469 63.2669 8.63281C63.4232 8.70703 63.5872 8.80273 63.7591 8.91992C63.931 9.03711 64.0657 9.1582 64.1634 9.2832C64.265 9.4082 64.3489 9.56055 64.4153 9.74023C64.4818 9.91992 64.515 10.1172 64.515 10.332C64.515 10.8984 64.2982 11.3477 63.8646 11.6797C63.4349 12.0078 62.8646 12.1719 62.1536 12.1719ZM68.2298 5.85547C68.5384 5.85547 68.8255 5.88672 69.0911 5.94922C69.3607 6.00781 69.6087 6.10352 69.8353 6.23633C70.0657 6.36523 70.261 6.52734 70.4212 6.72266C70.5853 6.91406 70.7122 7.15039 70.8021 7.43164C70.8958 7.71289 70.9427 8.02734 70.9427 8.375V11.5449C70.9427 11.6934 70.9036 11.8086 70.8255 11.8906C70.7513 11.9727 70.6419 12.0137 70.4974 12.0137H70.1165C69.972 12.0137 69.8587 11.9727 69.7767 11.8906C69.6985 11.8047 69.6595 11.6895 69.6595 11.5449V11.3398C69.0931 11.8945 68.4329 12.1719 67.679 12.1719C66.9759 12.1719 66.4075 11.9941 65.9739 11.6387C65.5443 11.2832 65.3294 10.8164 65.3294 10.2383C65.3294 9.625 65.5638 9.13281 66.0325 8.76172C66.5052 8.38672 67.1263 8.19922 67.8958 8.19922C68.4153 8.19922 68.9349 8.30664 69.4544 8.52148V8.19922C69.4544 7.85156 69.3353 7.57617 69.097 7.37305C68.8626 7.16992 68.5384 7.06836 68.1243 7.06836C67.5618 7.06836 67.0501 7.22461 66.5892 7.53711C66.3431 7.68555 66.1419 7.62891 65.9857 7.36719L65.8802 7.17969C65.7122 6.89453 65.7552 6.67383 66.0091 6.51758C66.6653 6.07617 67.4056 5.85547 68.2298 5.85547ZM68.0247 11.0762C68.4193 11.0762 68.761 10.9707 69.0501 10.7598C69.3431 10.5488 69.4896 10.2988 69.4896 10.0098V9.56445C69.0208 9.33398 68.5618 9.21875 68.1126 9.21875C67.7337 9.21875 67.429 9.30664 67.1985 9.48242C66.9681 9.6582 66.8528 9.89062 66.8528 10.1797C66.8528 10.4492 66.9583 10.666 67.1693 10.8301C67.3841 10.9941 67.6693 11.0762 68.0247 11.0762ZM75.7591 5.85547C76.5013 5.85547 77.0989 6.0918 77.5521 6.56445C78.0052 7.03711 78.2318 7.6582 78.2318 8.42773V11.5449C78.2318 11.6895 78.1927 11.8047 78.1146 11.8906C78.0364 11.9727 77.9271 12.0137 77.7864 12.0137H77.095C76.9505 12.0137 76.8372 11.9727 76.7552 11.8906C76.6771 11.8047 76.638 11.6895 76.638 11.5449V8.54492C76.638 8.14648 76.5247 7.82812 76.2982 7.58984C76.0716 7.34766 75.765 7.22656 75.3782 7.22656C74.9876 7.22656 74.6712 7.34766 74.429 7.58984C74.1907 7.83203 74.0716 8.15039 74.0716 8.54492V11.5449C74.0716 11.6895 74.0325 11.8047 73.9544 11.8906C73.8763 11.9727 73.7669 12.0137 73.6263 12.0137H72.929C72.7845 12.0137 72.6712 11.9727 72.5892 11.8906C72.511 11.8047 72.472 11.6895 72.472 11.5449V6.41211C72.472 6.26758 72.511 6.15625 72.5892 6.07812C72.6712 5.99609 72.7845 5.95508 72.929 5.95508H73.386C73.5306 5.95508 73.6419 5.99609 73.72 6.07812C73.8021 6.15625 73.8431 6.26758 73.8431 6.41211V6.81641C74.2884 6.17578 74.9271 5.85547 75.7591 5.85547ZM85.304 3.45898C85.4603 3.43164 85.5794 3.45898 85.6614 3.54102C85.7435 3.62305 85.7845 3.74414 85.7845 3.9043V11.5449C85.7845 11.6895 85.7435 11.8047 85.6614 11.8906C85.5833 11.9727 85.472 12.0137 85.3275 12.0137H84.8528C84.7122 12.0137 84.6028 11.9727 84.5247 11.8906C84.4466 11.8047 84.4075 11.6895 84.4075 11.5449V11.293C83.8724 11.8789 83.2044 12.1719 82.4036 12.1719C81.8255 12.1719 81.304 12.0332 80.8392 11.7559C80.3782 11.4746 80.0189 11.0938 79.761 10.6133C79.5071 10.1289 79.3802 9.5957 79.3802 9.01367C79.3802 8.42773 79.5071 7.89453 79.761 7.41406C80.0189 6.93359 80.3782 6.55469 80.8392 6.27734C81.304 5.99609 81.8255 5.85547 82.4036 5.85547C83.0521 5.85547 83.6478 6.05273 84.1907 6.44727V4.04492C84.1907 3.91211 84.2259 3.81055 84.2962 3.74023C84.3704 3.66602 84.4837 3.61133 84.636 3.57617L85.304 3.45898ZM82.6321 10.7773C83.1087 10.7773 83.5032 10.6211 83.8157 10.3086C84.1282 9.99219 84.2845 9.56055 84.2845 9.01367C84.2845 8.45898 84.1282 8.02539 83.8157 7.71289C83.5032 7.39648 83.1087 7.23828 82.6321 7.23828C82.136 7.23828 81.7337 7.4082 81.4251 7.74805C81.1165 8.08789 80.9622 8.50977 80.9622 9.01367C80.9622 9.51367 81.1165 9.93359 81.4251 10.2734C81.7337 10.6094 82.136 10.7773 82.6321 10.7773ZM92.6751 11.2695C92.0579 11.8711 91.2767 12.1719 90.3314 12.1719C89.386 12.1719 88.6009 11.8711 87.9759 11.2695C87.3548 10.668 87.0443 9.91602 87.0443 9.01367C87.0443 8.11133 87.3548 7.35938 87.9759 6.75781C88.6009 6.15625 89.386 5.85547 90.3314 5.85547C91.2767 5.85547 92.0579 6.15625 92.6751 6.75781C93.2962 7.35938 93.6068 8.11133 93.6068 9.01367C93.6068 9.91602 93.2962 10.668 92.6751 11.2695ZM90.3314 10.7773C90.8235 10.7773 91.2278 10.6113 91.5443 10.2793C91.8646 9.94727 92.0247 9.52539 92.0247 9.01367C92.0247 8.50195 91.8646 8.07812 91.5443 7.74219C91.2278 7.40625 90.8235 7.23828 90.3314 7.23828C89.8392 7.23828 89.431 7.40625 89.1068 7.74219C88.7864 8.07812 88.6263 8.50195 88.6263 9.01367C88.6263 9.52539 88.7864 9.94727 89.1068 10.2793C89.4271 10.6113 89.8353 10.7773 90.3314 10.7773Z' fill='%2326CF7C'/%3E%3C/svg%3E%0A");	
	background-repeat: no-repeat;
	background-position: center;
	width: 115px;
}
.status-canceled{
	background-color: #FFEBE1;
	background-image: url("data:image/svg+xml,%3Csvg width='81' height='17' viewBox='0 0 81 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5812 3.77842L5.48592 12.1594M14.1666 8.01375C14.1666 10.9593 11.7788 13.3471 8.83331 13.3471C5.8878 13.3471 3.49998 10.9593 3.49998 8.01375C3.49998 5.06823 5.8878 2.68042 8.83331 2.68042C11.7788 2.68042 14.1666 5.06823 14.1666 8.01375Z' stroke='%23FF5600' stroke-width='1.5'/%3E%3Cpath d='M25.4681 12.1602C24.89 12.1602 24.3431 12.0566 23.8275 11.8496C23.3157 11.6426 22.8724 11.3613 22.4974 11.0059C22.1263 10.6504 21.8314 10.2207 21.6126 9.7168C21.3978 9.21289 21.2903 8.67773 21.2903 8.11133C21.2903 7.35352 21.4739 6.66602 21.8411 6.04883C22.2122 5.42773 22.7181 4.94336 23.3587 4.5957C23.9993 4.24414 24.7064 4.06836 25.4798 4.06836C26.0696 4.06836 26.6224 4.17773 27.138 4.39648C27.6536 4.61133 28.097 4.91406 28.4681 5.30469C28.5775 5.41406 28.6282 5.52734 28.6204 5.64453C28.6126 5.76172 28.5521 5.86523 28.4388 5.95508L28.011 6.32422C27.7962 6.49219 27.5755 6.48047 27.3489 6.28906C26.8216 5.78516 26.2025 5.5332 25.4915 5.5332C24.7689 5.5332 24.1634 5.77734 23.6751 6.26562C23.1868 6.75391 22.9427 7.36914 22.9427 8.11133C22.9427 8.85352 23.1868 9.4707 23.6751 9.96289C24.1634 10.4512 24.7689 10.6953 25.4915 10.6953C26.2142 10.6953 26.8333 10.4434 27.3489 9.93945C27.5755 9.73633 27.7962 9.72461 28.011 9.9043L28.4388 10.2617C28.5521 10.3594 28.6126 10.4668 28.6204 10.584C28.6282 10.7012 28.5775 10.8105 28.4681 10.9121C28.097 11.3066 27.6536 11.6133 27.138 11.832C26.6224 12.0508 26.0657 12.1602 25.4681 12.1602ZM32.2181 5.85547C32.5267 5.85547 32.8138 5.88672 33.0794 5.94922C33.3489 6.00781 33.597 6.10352 33.8235 6.23633C34.054 6.36523 34.2493 6.52734 34.4095 6.72266C34.5735 6.91406 34.7005 7.15039 34.7903 7.43164C34.8841 7.71289 34.931 8.02734 34.931 8.375V11.5449C34.931 11.6934 34.8919 11.8086 34.8138 11.8906C34.7396 11.9727 34.6302 12.0137 34.4857 12.0137H34.1048C33.9603 12.0137 33.847 11.9727 33.765 11.8906C33.6868 11.8047 33.6478 11.6895 33.6478 11.5449V11.3398C33.0814 11.8945 32.4212 12.1719 31.6673 12.1719C30.9642 12.1719 30.3958 11.9941 29.9622 11.6387C29.5325 11.2832 29.3177 10.8164 29.3177 10.2383C29.3177 9.625 29.5521 9.13281 30.0208 8.76172C30.4935 8.38672 31.1146 8.19922 31.8841 8.19922C32.4036 8.19922 32.9232 8.30664 33.4427 8.52148V8.19922C33.4427 7.85156 33.3235 7.57617 33.0853 7.37305C32.8509 7.16992 32.5267 7.06836 32.1126 7.06836C31.5501 7.06836 31.0384 7.22461 30.5775 7.53711C30.3314 7.68555 30.1302 7.62891 29.9739 7.36719L29.8685 7.17969C29.7005 6.89453 29.7435 6.67383 29.9974 6.51758C30.6536 6.07617 31.3939 5.85547 32.2181 5.85547ZM32.013 11.0762C32.4075 11.0762 32.7493 10.9707 33.0384 10.7598C33.3314 10.5488 33.4778 10.2988 33.4778 10.0098V9.56445C33.0091 9.33398 32.5501 9.21875 32.1009 9.21875C31.722 9.21875 31.4173 9.30664 31.1868 9.48242C30.9564 9.6582 30.8411 9.89062 30.8411 10.1797C30.8411 10.4492 30.9466 10.666 31.1575 10.8301C31.3724 10.9941 31.6575 11.0762 32.013 11.0762ZM39.7474 5.85547C40.4896 5.85547 41.0872 6.0918 41.5403 6.56445C41.9935 7.03711 42.22 7.6582 42.22 8.42773V11.5449C42.22 11.6895 42.181 11.8047 42.1028 11.8906C42.0247 11.9727 41.9153 12.0137 41.7747 12.0137H41.0833C40.9388 12.0137 40.8255 11.9727 40.7435 11.8906C40.6653 11.8047 40.6263 11.6895 40.6263 11.5449V8.54492C40.6263 8.14648 40.513 7.82812 40.2864 7.58984C40.0599 7.34766 39.7532 7.22656 39.3665 7.22656C38.9759 7.22656 38.6595 7.34766 38.4173 7.58984C38.179 7.83203 38.0599 8.15039 38.0599 8.54492V11.5449C38.0599 11.6895 38.0208 11.8047 37.9427 11.8906C37.8646 11.9727 37.7552 12.0137 37.6146 12.0137H36.9173C36.7728 12.0137 36.6595 11.9727 36.5775 11.8906C36.4993 11.8047 36.4603 11.6895 36.4603 11.5449V6.41211C36.4603 6.26758 36.4993 6.15625 36.5775 6.07812C36.6595 5.99609 36.7728 5.95508 36.9173 5.95508H37.3743C37.5189 5.95508 37.6302 5.99609 37.7083 6.07812C37.7903 6.15625 37.8314 6.26758 37.8314 6.41211V6.81641C38.2767 6.17578 38.9153 5.85547 39.7474 5.85547ZM46.6204 12.1719C46.0071 12.1719 45.4525 12.0352 44.9564 11.7617C44.4603 11.4844 44.0735 11.1055 43.7962 10.625C43.5189 10.1445 43.3802 9.60742 43.3802 9.01367C43.3802 8.10742 43.6868 7.35547 44.3001 6.75781C44.9134 6.15625 45.6868 5.85547 46.6204 5.85547C47.5579 5.85547 48.3411 6.16406 48.97 6.78125C49.1575 6.96875 49.1575 7.15625 48.97 7.34375L48.5482 7.76562C48.3685 7.93359 48.1771 7.92969 47.9739 7.75391C47.6028 7.41016 47.1673 7.23828 46.6673 7.23828C46.1712 7.23828 45.763 7.40625 45.4427 7.74219C45.1224 8.07812 44.9622 8.50195 44.9622 9.01367C44.9622 9.52539 45.1185 9.94922 45.431 10.2852C45.7474 10.6211 46.1595 10.7891 46.6673 10.7891C47.1556 10.7891 47.5911 10.6172 47.9739 10.2734C48.1771 10.0859 48.3685 10.082 48.5482 10.2617L48.97 10.6836C49.1536 10.8672 49.1536 11.0508 48.97 11.2344C48.345 11.8594 47.5618 12.1719 46.6204 12.1719ZM51.3255 9.37109C51.3724 9.86328 51.5696 10.252 51.9173 10.5371C52.265 10.8184 52.679 10.959 53.1595 10.959C53.7142 10.959 54.222 10.7793 54.6829 10.4199C54.7962 10.3301 54.8958 10.2832 54.9818 10.2793C55.0677 10.2754 55.1614 10.3223 55.263 10.4199L55.5501 10.707C55.7259 10.8828 55.7259 11.0664 55.5501 11.2578C55.261 11.5508 54.8802 11.7773 54.4075 11.9375C53.9388 12.0938 53.4759 12.1719 53.0189 12.1719C52.4173 12.1719 51.8704 12.0449 51.3782 11.791C50.886 11.5332 50.4915 11.1621 50.1946 10.6777C49.9017 10.1934 49.7552 9.63867 49.7552 9.01367C49.7552 8.10742 50.0521 7.35547 50.6458 6.75781C51.2435 6.15625 51.9935 5.85547 52.8958 5.85547C53.3411 5.85547 53.7513 5.92969 54.1263 6.07812C54.5052 6.22656 54.8275 6.43359 55.0931 6.69922C55.3743 6.97266 55.5911 7.30078 55.7435 7.68359C55.8958 8.0625 55.972 8.46094 55.972 8.87891C55.972 9.05078 55.9329 9.17578 55.8548 9.25391C55.7806 9.33203 55.6556 9.37109 55.4798 9.37109H51.3255ZM52.8724 7.0332C52.4622 7.0332 52.1185 7.15625 51.8411 7.40234C51.5638 7.64844 51.3958 7.97852 51.3372 8.39258H54.4075C54.345 8.00586 54.2025 7.70117 53.9798 7.47852C53.7064 7.18164 53.3372 7.0332 52.8724 7.0332ZM57.6243 12.0137C57.4798 12.0137 57.3665 11.9727 57.2845 11.8906C57.2064 11.8047 57.1673 11.6895 57.1673 11.5449V4.04492C57.1673 3.91211 57.2044 3.81055 57.2786 3.74023C57.3528 3.66602 57.4681 3.61133 57.6243 3.57617L58.2864 3.44727C58.4427 3.41211 58.5618 3.43945 58.6439 3.5293C58.7259 3.61523 58.7669 3.74023 58.7669 3.9043V11.5449C58.7669 11.6895 58.7278 11.8047 58.6497 11.8906C58.5716 11.9727 58.4622 12.0137 58.3216 12.0137H57.6243ZM62.8626 5.85547C63.1712 5.85547 63.4583 5.88672 63.7239 5.94922C63.9935 6.00781 64.2415 6.10352 64.4681 6.23633C64.6985 6.36523 64.8939 6.52734 65.054 6.72266C65.2181 6.91406 65.345 7.15039 65.4349 7.43164C65.5286 7.71289 65.5755 8.02734 65.5755 8.375V11.5449C65.5755 11.6934 65.5364 11.8086 65.4583 11.8906C65.3841 11.9727 65.2747 12.0137 65.1302 12.0137H64.7493C64.6048 12.0137 64.4915 11.9727 64.4095 11.8906C64.3314 11.8047 64.2923 11.6895 64.2923 11.5449V11.3398C63.7259 11.8945 63.0657 12.1719 62.3118 12.1719C61.6087 12.1719 61.0403 11.9941 60.6068 11.6387C60.1771 11.2832 59.9622 10.8164 59.9622 10.2383C59.9622 9.625 60.1966 9.13281 60.6653 8.76172C61.138 8.38672 61.7591 8.19922 62.5286 8.19922C63.0482 8.19922 63.5677 8.30664 64.0872 8.52148V8.19922C64.0872 7.85156 63.9681 7.57617 63.7298 7.37305C63.4954 7.16992 63.1712 7.06836 62.7571 7.06836C62.1946 7.06836 61.6829 7.22461 61.222 7.53711C60.9759 7.68555 60.7747 7.62891 60.6185 7.36719L60.513 7.17969C60.345 6.89453 60.388 6.67383 60.6419 6.51758C61.2982 6.07617 62.0384 5.85547 62.8626 5.85547ZM62.6575 11.0762C63.0521 11.0762 63.3939 10.9707 63.6829 10.7598C63.9759 10.5488 64.1224 10.2988 64.1224 10.0098V9.56445C63.6536 9.33398 63.1946 9.21875 62.7454 9.21875C62.3665 9.21875 62.0618 9.30664 61.8314 9.48242C61.6009 9.6582 61.4857 9.89062 61.4857 10.1797C61.4857 10.4492 61.5911 10.666 61.8021 10.8301C62.0169 10.9941 62.3021 11.0762 62.6575 11.0762ZM72.6478 3.45898C72.804 3.43164 72.9232 3.45898 73.0052 3.54102C73.0872 3.62305 73.1282 3.74414 73.1282 3.9043V11.5449C73.1282 11.6895 73.0872 11.8047 73.0052 11.8906C72.9271 11.9727 72.8157 12.0137 72.6712 12.0137H72.1966C72.056 12.0137 71.9466 11.9727 71.8685 11.8906C71.7903 11.8047 71.7513 11.6895 71.7513 11.5449V11.293C71.2161 11.8789 70.5482 12.1719 69.7474 12.1719C69.1693 12.1719 68.6478 12.0332 68.1829 11.7559C67.722 11.4746 67.3626 11.0938 67.1048 10.6133C66.8509 10.1289 66.7239 9.5957 66.7239 9.01367C66.7239 8.42773 66.8509 7.89453 67.1048 7.41406C67.3626 6.93359 67.722 6.55469 68.1829 6.27734C68.6478 5.99609 69.1693 5.85547 69.7474 5.85547C70.3958 5.85547 70.9915 6.05273 71.5345 6.44727V4.04492C71.5345 3.91211 71.5696 3.81055 71.64 3.74023C71.7142 3.66602 71.8275 3.61133 71.9798 3.57617L72.6478 3.45898ZM69.9759 10.7773C70.4525 10.7773 70.847 10.6211 71.1595 10.3086C71.472 9.99219 71.6282 9.56055 71.6282 9.01367C71.6282 8.45898 71.472 8.02539 71.1595 7.71289C70.847 7.39648 70.4525 7.23828 69.9759 7.23828C69.4798 7.23828 69.0775 7.4082 68.7689 7.74805C68.4603 8.08789 68.306 8.50977 68.306 9.01367C68.306 9.51367 68.4603 9.93359 68.7689 10.2734C69.0775 10.6094 69.4798 10.7773 69.9759 10.7773ZM80.0189 11.2695C79.4017 11.8711 78.6204 12.1719 77.6751 12.1719C76.7298 12.1719 75.9446 11.8711 75.3196 11.2695C74.6985 10.668 74.388 9.91602 74.388 9.01367C74.388 8.11133 74.6985 7.35938 75.3196 6.75781C75.9446 6.15625 76.7298 5.85547 77.6751 5.85547C78.6204 5.85547 79.4017 6.15625 80.0189 6.75781C80.64 7.35938 80.9505 8.11133 80.9505 9.01367C80.9505 9.91602 80.64 10.668 80.0189 11.2695ZM77.6751 10.7773C78.1673 10.7773 78.5716 10.6113 78.888 10.2793C79.2083 9.94727 79.3685 9.52539 79.3685 9.01367C79.3685 8.50195 79.2083 8.07812 78.888 7.74219C78.5716 7.40625 78.1673 7.23828 77.6751 7.23828C77.1829 7.23828 76.7747 7.40625 76.4505 7.74219C76.1302 8.07812 75.97 8.50195 75.97 9.01367C75.97 9.52539 76.1302 9.94727 76.4505 10.2793C76.7708 10.6113 77.179 10.7773 77.6751 10.7773Z' fill='%23FF5600'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
}
.status-rejected{
	background-color: #FFEBE1;
	background-image: url("data:image/svg+xml,%3Csvg width='76' height='17' viewBox='0 0 76 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8333 4.01367L4.83331 12.0137M4.83331 4.01367L12.8333 12.0137' stroke='%23FF5600' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.3411 8.79688L27.8646 11.5332C27.9427 11.6895 27.9525 11.8086 27.8939 11.8906C27.8353 11.9727 27.7298 12.0137 27.5775 12.0137H26.6985C26.5579 12.0137 26.4544 11.9863 26.388 11.9316C26.3255 11.873 26.2454 11.7559 26.1478 11.5801L24.7122 8.99023H23.388V11.5332C23.388 11.6855 23.3489 11.8047 23.2708 11.8906C23.1927 11.9727 23.0794 12.0137 22.931 12.0137H22.2396C22.0911 12.0137 21.9759 11.9707 21.8939 11.8848C21.8118 11.7988 21.7708 11.6816 21.7708 11.5332V4.68359C21.7708 4.53516 21.8138 4.41992 21.8997 4.33789C21.9857 4.25586 22.1028 4.21484 22.2513 4.21484H25.0228C25.9759 4.21484 26.7064 4.42773 27.2142 4.85352C27.722 5.2793 27.9759 5.87305 27.9759 6.63477C27.9759 7.16992 27.8314 7.62305 27.5423 7.99414C27.2571 8.36523 26.8568 8.63281 26.3411 8.79688ZM23.388 5.55664V7.83594H25.0931C25.4642 7.83594 25.761 7.73438 25.9837 7.53125C26.2064 7.32812 26.3177 7.05469 26.3177 6.71094C26.3177 6.36328 26.2064 6.08398 25.9837 5.87305C25.761 5.66211 25.4642 5.55664 25.0931 5.55664H23.388ZM30.3255 9.37109C30.3724 9.86328 30.5696 10.252 30.9173 10.5371C31.265 10.8184 31.679 10.959 32.1595 10.959C32.7142 10.959 33.222 10.7793 33.6829 10.4199C33.7962 10.3301 33.8958 10.2832 33.9818 10.2793C34.0677 10.2754 34.1614 10.3223 34.263 10.4199L34.5501 10.707C34.7259 10.8828 34.7259 11.0664 34.5501 11.2578C34.261 11.5508 33.8802 11.7773 33.4075 11.9375C32.9388 12.0938 32.4759 12.1719 32.0189 12.1719C31.4173 12.1719 30.8704 12.0449 30.3782 11.791C29.886 11.5332 29.4915 11.1621 29.1946 10.6777C28.9017 10.1934 28.7552 9.63867 28.7552 9.01367C28.7552 8.10742 29.0521 7.35547 29.6458 6.75781C30.2435 6.15625 30.9935 5.85547 31.8958 5.85547C32.3411 5.85547 32.7513 5.92969 33.1263 6.07812C33.5052 6.22656 33.8275 6.43359 34.0931 6.69922C34.3743 6.97266 34.5911 7.30078 34.7435 7.68359C34.8958 8.0625 34.972 8.46094 34.972 8.87891C34.972 9.05078 34.9329 9.17578 34.8548 9.25391C34.7806 9.33203 34.6556 9.37109 34.4798 9.37109H30.3255ZM31.8724 7.0332C31.4622 7.0332 31.1185 7.15625 30.8411 7.40234C30.5638 7.64844 30.3958 7.97852 30.3372 8.39258H33.4075C33.345 8.00586 33.2025 7.70117 32.9798 7.47852C32.7064 7.18164 32.3372 7.0332 31.8724 7.0332ZM36.97 4.94727C36.681 4.94727 36.4368 4.84766 36.2376 4.64844C36.0384 4.44922 35.9388 4.20508 35.9388 3.91602C35.9388 3.63477 36.0384 3.39258 36.2376 3.18945C36.4407 2.98242 36.6849 2.87891 36.97 2.87891C37.2513 2.87891 37.4935 2.98242 37.6966 3.18945C37.9036 3.39258 38.0071 3.63477 38.0071 3.91602C38.0071 4.20117 37.9036 4.44531 37.6966 4.64844C37.4935 4.84766 37.2513 4.94727 36.97 4.94727ZM36.1321 14.2227C35.8392 14.3672 35.6185 14.3066 35.47 14.041L35.2181 13.5723C35.0775 13.3027 35.1458 13.0879 35.4232 12.9277C35.638 12.8066 35.7962 12.6855 35.8978 12.5645C36.0032 12.4434 36.0755 12.2871 36.1146 12.0957C36.1575 11.9043 36.179 11.6289 36.179 11.2695V6.41211C36.179 6.26758 36.2161 6.15625 36.2903 6.07812C36.3685 5.99609 36.4798 5.95508 36.6243 5.95508H37.3216C37.4661 5.95508 37.5775 5.99609 37.6556 6.07812C37.7376 6.15625 37.7786 6.26758 37.7786 6.41211V11.293C37.7786 12.1289 37.6693 12.7441 37.4505 13.1387C37.2318 13.5332 36.7923 13.8945 36.1321 14.2227ZM40.556 9.37109C40.6028 9.86328 40.8001 10.252 41.1478 10.5371C41.4954 10.8184 41.9095 10.959 42.39 10.959C42.9446 10.959 43.4525 10.7793 43.9134 10.4199C44.0267 10.3301 44.1263 10.2832 44.2122 10.2793C44.2982 10.2754 44.3919 10.3223 44.4935 10.4199L44.7806 10.707C44.9564 10.8828 44.9564 11.0664 44.7806 11.2578C44.4915 11.5508 44.1107 11.7773 43.638 11.9375C43.1693 12.0938 42.7064 12.1719 42.2493 12.1719C41.6478 12.1719 41.1009 12.0449 40.6087 11.791C40.1165 11.5332 39.722 11.1621 39.4251 10.6777C39.1321 10.1934 38.9857 9.63867 38.9857 9.01367C38.9857 8.10742 39.2825 7.35547 39.8763 6.75781C40.4739 6.15625 41.2239 5.85547 42.1263 5.85547C42.5716 5.85547 42.9818 5.92969 43.3568 6.07812C43.7357 6.22656 44.0579 6.43359 44.3235 6.69922C44.6048 6.97266 44.8216 7.30078 44.9739 7.68359C45.1263 8.0625 45.2025 8.46094 45.2025 8.87891C45.2025 9.05078 45.1634 9.17578 45.0853 9.25391C45.011 9.33203 44.886 9.37109 44.7103 9.37109H40.556ZM42.1028 7.0332C41.6927 7.0332 41.3489 7.15625 41.0716 7.40234C40.7943 7.64844 40.6263 7.97852 40.5677 8.39258H43.638C43.5755 8.00586 43.4329 7.70117 43.2103 7.47852C42.9368 7.18164 42.5677 7.0332 42.1028 7.0332ZM47.1888 4.94727C46.8997 4.94727 46.6556 4.84766 46.4564 4.64844C46.2571 4.44922 46.1575 4.20508 46.1575 3.91602C46.1575 3.63477 46.2571 3.39258 46.4564 3.18945C46.6595 2.98242 46.9036 2.87891 47.1888 2.87891C47.47 2.87891 47.7122 2.98242 47.9153 3.18945C48.1224 3.39258 48.2259 3.63477 48.2259 3.91602C48.2259 4.20117 48.1224 4.44531 47.9153 4.64844C47.7122 4.84766 47.47 4.94727 47.1888 4.94727ZM46.8431 12.0137C46.6985 12.0137 46.5853 11.9727 46.5032 11.8906C46.4251 11.8047 46.386 11.6895 46.386 11.5449V6.41211C46.386 6.26758 46.4251 6.15625 46.5032 6.07812C46.5853 5.99609 46.6985 5.95508 46.8431 5.95508H47.5403C47.6849 5.95508 47.7943 5.99609 47.8685 6.07812C47.9466 6.15625 47.9857 6.26758 47.9857 6.41211V11.5449C47.9857 11.6895 47.9466 11.8047 47.8685 11.8906C47.7903 11.9727 47.681 12.0137 47.5403 12.0137H46.8431ZM53.5931 11.2695C53.6907 11.457 53.6224 11.6289 53.388 11.7852C53.0286 12.043 52.5814 12.1719 52.0462 12.1719C51.4368 12.1719 50.9329 11.9883 50.5345 11.6211C50.136 11.2539 49.9368 10.7168 49.9368 10.0098V7.15625H49.345C49.2005 7.15625 49.0853 7.11719 48.9993 7.03906C48.9173 6.95703 48.8763 6.84375 48.8763 6.69922V6.40039C48.8763 6.25977 48.9173 6.15039 48.9993 6.07227C49.0853 5.99414 49.2005 5.95508 49.345 5.95508H49.9368V4.44336C49.9368 4.18945 50.0872 4.0332 50.388 3.97461L51.0384 3.83984C51.1946 3.80469 51.3138 3.83203 51.3958 3.92188C51.4778 4.00781 51.5189 4.13281 51.5189 4.29688V5.95508H52.8489C52.9935 5.95508 53.1068 5.99414 53.1888 6.07227C53.2747 6.15039 53.3177 6.25977 53.3177 6.40039V6.69922C53.3177 6.84375 53.2747 6.95703 53.1888 7.03906C53.1068 7.11719 52.9935 7.15625 52.8489 7.15625H51.5189V9.86328C51.5189 10.4805 51.7825 10.7891 52.3099 10.7891C52.4583 10.7891 52.6419 10.7285 52.8607 10.6074C52.9466 10.5449 53.0228 10.5176 53.0892 10.5254C53.1595 10.5332 53.2142 10.5566 53.2532 10.5957C53.2962 10.6348 53.3372 10.6914 53.3763 10.7656L53.5931 11.2695ZM56.9329 5.85547C57.2415 5.85547 57.5286 5.88672 57.7943 5.94922C58.0638 6.00781 58.3118 6.10352 58.5384 6.23633C58.7689 6.36523 58.9642 6.52734 59.1243 6.72266C59.2884 6.91406 59.4153 7.15039 59.5052 7.43164C59.5989 7.71289 59.6458 8.02734 59.6458 8.375V11.5449C59.6458 11.6934 59.6068 11.8086 59.5286 11.8906C59.4544 11.9727 59.345 12.0137 59.2005 12.0137H58.8196C58.6751 12.0137 58.5618 11.9727 58.4798 11.8906C58.4017 11.8047 58.3626 11.6895 58.3626 11.5449V11.3398C57.7962 11.8945 57.136 12.1719 56.3821 12.1719C55.679 12.1719 55.1107 11.9941 54.6771 11.6387C54.2474 11.2832 54.0325 10.8164 54.0325 10.2383C54.0325 9.625 54.2669 9.13281 54.7357 8.76172C55.2083 8.38672 55.8294 8.19922 56.5989 8.19922C57.1185 8.19922 57.638 8.30664 58.1575 8.52148V8.19922C58.1575 7.85156 58.0384 7.57617 57.8001 7.37305C57.5657 7.16992 57.2415 7.06836 56.8275 7.06836C56.265 7.06836 55.7532 7.22461 55.2923 7.53711C55.0462 7.68555 54.845 7.62891 54.6888 7.36719L54.5833 7.17969C54.4153 6.89453 54.4583 6.67383 54.7122 6.51758C55.3685 6.07617 56.1087 5.85547 56.9329 5.85547ZM56.7278 11.0762C57.1224 11.0762 57.4642 10.9707 57.7532 10.7598C58.0462 10.5488 58.1927 10.2988 58.1927 10.0098V9.56445C57.7239 9.33398 57.265 9.21875 56.8157 9.21875C56.4368 9.21875 56.1321 9.30664 55.9017 9.48242C55.6712 9.6582 55.556 9.89062 55.556 10.1797C55.556 10.4492 55.6614 10.666 55.8724 10.8301C56.0872 10.9941 56.3724 11.0762 56.7278 11.0762ZM66.7181 3.45898C66.8743 3.43164 66.9935 3.45898 67.0755 3.54102C67.1575 3.62305 67.1985 3.74414 67.1985 3.9043V11.5449C67.1985 11.6895 67.1575 11.8047 67.0755 11.8906C66.9974 11.9727 66.886 12.0137 66.7415 12.0137H66.2669C66.1263 12.0137 66.0169 11.9727 65.9388 11.8906C65.8607 11.8047 65.8216 11.6895 65.8216 11.5449V11.293C65.2864 11.8789 64.6185 12.1719 63.8177 12.1719C63.2396 12.1719 62.7181 12.0332 62.2532 11.7559C61.7923 11.4746 61.4329 11.0938 61.1751 10.6133C60.9212 10.1289 60.7943 9.5957 60.7943 9.01367C60.7943 8.42773 60.9212 7.89453 61.1751 7.41406C61.4329 6.93359 61.7923 6.55469 62.2532 6.27734C62.7181 5.99609 63.2396 5.85547 63.8177 5.85547C64.4661 5.85547 65.0618 6.05273 65.6048 6.44727V4.04492C65.6048 3.91211 65.64 3.81055 65.7103 3.74023C65.7845 3.66602 65.8978 3.61133 66.0501 3.57617L66.7181 3.45898ZM64.0462 10.7773C64.5228 10.7773 64.9173 10.6211 65.2298 10.3086C65.5423 9.99219 65.6985 9.56055 65.6985 9.01367C65.6985 8.45898 65.5423 8.02539 65.2298 7.71289C64.9173 7.39648 64.5228 7.23828 64.0462 7.23828C63.5501 7.23828 63.1478 7.4082 62.8392 7.74805C62.5306 8.08789 62.3763 8.50977 62.3763 9.01367C62.3763 9.51367 62.5306 9.93359 62.8392 10.2734C63.1478 10.6094 63.5501 10.7773 64.0462 10.7773ZM74.0892 11.2695C73.472 11.8711 72.6907 12.1719 71.7454 12.1719C70.8001 12.1719 70.015 11.8711 69.39 11.2695C68.7689 10.668 68.4583 9.91602 68.4583 9.01367C68.4583 8.11133 68.7689 7.35938 69.39 6.75781C70.015 6.15625 70.8001 5.85547 71.7454 5.85547C72.6907 5.85547 73.472 6.15625 74.0892 6.75781C74.7103 7.35938 75.0208 8.11133 75.0208 9.01367C75.0208 9.91602 74.7103 10.668 74.0892 11.2695ZM71.7454 10.7773C72.2376 10.7773 72.6419 10.6113 72.9583 10.2793C73.2786 9.94727 73.4388 9.52539 73.4388 9.01367C73.4388 8.50195 73.2786 8.07812 72.9583 7.74219C72.6419 7.40625 72.2376 7.23828 71.7454 7.23828C71.2532 7.23828 70.845 7.40625 70.5208 7.74219C70.2005 8.07812 70.0403 8.50195 70.0403 9.01367C70.0403 9.52539 70.2005 9.94727 70.5208 10.2793C70.8411 10.6113 71.2493 10.7773 71.7454 10.7773Z' fill='%23FF5600'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
}

.form-radio{
	display: flex;
	align-items: center;
}
.form-radio label{
	margin-left: 4px;
	color: #7D55C6;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 15px; 
}
.form-radio input{
	border-color: #B1A1E4;
	padding: 5px;
	margin: 0;
}

.ico-form-user{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M6.5 19.7261C8.18231 18.0088 10.3903 16.8639 12.9138 16.8639C15.3321 16.8639 17.6453 17.8943 19.3276 19.7261M16.7443 8.84163C16.7443 10.9633 15.0244 12.6833 12.9027 12.6833C10.781 12.6833 9.06109 10.9633 9.06109 8.84163C9.06109 6.71996 10.781 5 12.9027 5C15.0244 5 16.7443 6.71996 16.7443 8.84163Z' stroke='%23B1A1E4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 99% center ;
}
.ico-form-pin{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.5002 13.2895C13.9989 13.2895 15.2139 12.032 15.2139 10.4808C15.2139 8.92961 13.9989 7.67211 12.5002 7.67211C11.0014 7.67211 9.78641 8.92961 9.78641 10.4808C9.78641 12.032 11.0014 13.2895 12.5002 13.2895Z' stroke='%23B1A1E4' stroke-width='1.5'/%3E%3Cpath d='M5.21115 8.84246C6.92464 1.04651 18.0841 1.05552 19.7889 8.85146C20.7891 13.4246 18.0406 17.2956 15.6313 19.6902C13.883 21.4366 11.117 21.4366 9.36006 19.6902C6.95943 17.2956 4.21089 13.4156 5.21115 8.84246Z' stroke='%23B1A1E4' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 98% center ;
}
.ico-form-search{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='34' viewBox='0 0 33 34' fill='none'%3E%3Cpath d='M26.125 28L24.0625 25.9375M25.0938 17.1719C25.0938 22.5825 20.7075 26.9688 15.2969 26.9688C9.88621 26.9688 5.5 22.5825 5.5 17.1719C5.5 11.7612 9.88621 7.375 15.2969 7.375C20.7075 7.375 25.0938 11.7612 25.0938 17.1719Z' stroke='%23B1A1E4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");	background-repeat: no-repeat;
	background-position: 99% center ;
}

.section-contacts{background: #292929;}
.section-contacts li{border-radius: 10px;border: 1.5px solid #21D9EF;padding: 10px;}
.section-contacts li a span{font-size: 20px;line-height: 30px;text-decoration: underline;color: #21D9EF;font-weight: 500}
.section-contacts li a small{font-size: 10px;line-height: 15px;color: #21D9EF;}
.section-contacts li:nth-child(2) a span,
.section-contacts li:nth-child(2) a small{color: #26CF7C;}
.section-contacts li:nth-child(2){border-color: #26CF7C;}
.section-contacts li:nth-child(3) a span,
.section-contacts li:nth-child(3) a small{color: #F177C5;}
.section-contacts li:nth-child(3){border-color: #F177C5;}
.section-contacts li:nth-child(4) a span,
.section-contacts li:nth-child(4) a small{color: #B1A1E4;}
.section-contacts li:nth-child(4){border-color: #B1A1E4;}
.section-contacts ul li{transition: all .3s; }
.section-contacts ul li:hover {	background-color: #21D9EF;}
.section-contacts ul li:hover div *{color: #fff;transition: all .3s;}
.section-contacts ul li:hover svg path{stroke: #fff;}
.section-contacts ul li:nth-child(2):hover {background-color: #26CF7C;}
.section-contacts ul li:nth-child(3):hover {background-color: #F177C5;}
.section-contacts ul li:nth-child(4):hover {background-color: #5D34A9; border-color:#5D34A9; }



.pagination{
	display: flex;
	justify-content: center;
	gap: 4px;
}
.pagination li {
	border: 0!important;
}
.pagination li a{
	border-radius: 100%;
	font-size: 16px;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	color: #7D55C6;
	font-weight: 600;
	align-items: center;
}

.pagination li a.active{
	background-color: #EDE9FE;
}

#page-extension .submit-btn{
	margin-left: 5px;
	background-color: transparent;
	border-radius: 10px;
	font-size: 20px;
	color: #7D55C6;
	display: flex;
	padding: 0 22px;
	font-weight: 500;
}
#page-extension .submit-btn:hover{
	background-color: #7D55C6;
	color: #fff;
}






.advertise{
	background-color: #EDE9FE;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	color: #7D55C6;
	border-radius: 10px;
}

.jspVerticalBar{width: 100px}


#star-1:checked ~ div [for=star-1] svg path, #star-2:checked ~ div [for=star-1] svg path,
#star-2:checked ~ div [for=star-2] svg path, #star-3:checked ~ div [for=star-1] svg path, 
#star-3:checked ~ div [for=star-2] svg path, #star-3:checked ~ div [for=star-3] svg path, 
#star-4:checked ~ div [for=star-1] svg path, #star-4:checked ~ div [for=star-2] svg path, 
#star-4:checked ~ div [for=star-3] svg path, #star-4:checked ~ div [for=star-4] svg path,
#star-5:checked ~ div [for=star-1] svg path, #star-5:checked ~ div [for=star-2] svg path, 
#star-5:checked ~ div [for=star-3] svg path, #star-5:checked ~ div [for=star-4] svg path, 
#star-5:checked ~ div [for=star-5] svg path {
	fill: #FFBB00;
}







.no-bg{background-color: transparent;}
.box-shadow{
	box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.10);
}

.splide__pagination__page.is-active{transform: scale(1);}
.form-switch .form-check-input:checked{
	background-color: #EDE9FE;
	background-position-y: 2px!important;
	border: 0;
}
.form-switch .form-check-input:checked{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3E%3Cg filter='url(%23filter0_d_8027_19912)'%3E%3Ccircle cx='8' cy='8.5' r='8' transform='rotate(-180 8 8.5)' fill='%237D55C6'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_8027_19912' x='0' y='0.5' width='22' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeMorphology radius='4' operator='erode' in='SourceAlpha' result='effect1_dropShadow_8027_19912'/%3E%3CfeOffset dx='4' dy='2'/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8027_19912'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8027_19912' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.form-check-input{
	height: 20px;
}

input[type=checkbox],
input[type=radio]{
	border-radius: 100%!important;
	height: 20px!important;
	padding: 0!important;
}

.form-switch .form-check-input{
	border-radius: 10px!important;
	border: 0!important;
	width: 35px;
	background-color: #E3E3E3;
}

input:not( [type=radio] ),
input:not( [type=radio] ):hover,
input:not( [type=checkbox] ):hover,
input:not( [type=checkbox]){border: 2px solid #B1A1E4!important; border-radius: 8px; height: 48px;padding: 10px; }
.box-qty input{
	border-top: 0!important; border-bottom: 0!important; border-left:0.795px solid #E3E3E3!important;
	border-right:0.795px solid #E3E3E3!important;border-radius:0; 
}


.style-one input[type=radio]{
	width: 15px;
	height: 15px!important;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='14' height='14' rx='7' stroke='%23B1A1E4'/%3E%3C/svg%3E%0A");
	background-color: transparent;
	border: 0!important;
	box-shadow: none;
	transition: all .3s;
}
.style-one input[type=radio]:checked{
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='14' height='14' rx='7' stroke='%237D55C6'/%3E%3Crect x='3.75' y='4.25' width='7.5' height='7.5' rx='3.75' fill='%237D55C6'/%3E%3C/svg%3E%0A");
}


.style-two input[type=checkbox],
.style-two input[type=radio]{
	width: 24px;
	height: 24px!important;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.5' y='1' width='18' height='18' rx='2.5' stroke='%23B1A1E4' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	border: 0!important;
	border-radius: 5px!important;
	box-shadow: none;
	background-color: transparent;
}
.style-two input[type=checkbox]:checked,
.style-two input[type=radio]:checked{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Crect x='0.5' width='18' height='18' rx='2.5' fill='%237D55C6'/%3E%3Cpath d='M14.7505 5.24902L7.01611 12.9834L3.50049 9.46777' stroke='%23F0EFEF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.style-one.size-two input,
.style-two.size-two input{ 
	width: 18px;
	height: 18px!important;
}

.modal-backdrop.show {
	z-index: 999;
}


@media (max-width: 1000px) {
	section .mf-32{font-size: 32px!important; line-height: 40px!important;}
}
@media (max-width: 768px) {
	.btn-primary {font-size: 16px;line-height: 25px;}
	section .mf-24{	font-size: 24px;font-weight: 600;line-height: 35px;	}
	section .mf-16{font-size: 16px;font-style: normal;font-weight: 500;line-height: 25px;}
	.wm-100{width: 100%}
}


#loading-home{
	overflow: hidden;
	position: fixed;
	top: 	0;
	left: 	0;
	width: 	100vw;
	height: 100vw;
	z-index: 9999999;
	background-color: #000000f7;
	display: flex;
	justify-content: center;
	align-items: center;
}

#loading-home lottie-player {
	
}
.drawer-overlay {
  position: fixed;
  inset: 0;
  width: 100dvw;
  height: 100dvh;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 99;
}

.drawer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100dvw;
  /* height: 100%; */
  max-height: 85dvh;
  background: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  z-index: 999;
  touch-action: none;
  overflow: hidden;
  transform: translateY(100%);
}

.drawer.open {
  transform: translateY(0);
}

.drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.drag-handle {
  width: 100%;
  padding: .25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  background: white;
  top: 0;
  left: 0;
  right: 0;
}

.drag-handle::after {
  content: "";
  width: 40px;
  height: 5px;
  background: #ccc;
  border-radius: 3px;
  margin: 10px auto;
}

.drawer-content {
  padding: 1rem;
  padding-top: 0;
  max-height: calc(85dvh - .5rem - 5px);
  overflow: auto;
}

.scroll-container {
  position: relative;
  height: 100%;
  /* height: 300px; */
  overflow: hidden; /* escondemos a scrollbar nativa */
}

.scroll-content {
  overflow: auto;
  scrollbar-width: none; /* Firefox */
}

.scroll-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.scroll-content {
  height: 100%;
  overflow-y: scroll;
  padding-right: 15px; /* espaço para o thumb fake */
  box-sizing: content-box;
  margin-bottom: 1rem;
}

.custom-scrollbar {
  position: absolute;
  top: 0;
  right: 2px;
  width: 6px;
  height: 100%;
  background: transparent;
  overflow: hidden;
}

.custom-thumb {
  width: 100%;
  background: #b09fe3;
  border-radius: 4px;
  position: absolute;
  top: 0;
  height: 50px;
  transition: background 0.3s;
}

.custom-thumb:hover {
  background: #555;
}
.drawer-content .item {
  height: 60px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
