/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 10:23:53 */
/**** Common CSS for Buttons ****/
.fill-green-btn,
.noneFill-green-btn,
.fill-blue-btn,
.noneFill-blue-btn{
	font-family: "Jost", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 15px 50px;

}

.green-button-filled{
	background-color: #10C99E;
	font-family: "Jost", Sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #10C99E;
	border-radius: 100px 100px 100px 100px;
	padding: 13px 14px 13px 14px;
	color: white !important;
	transition: all .3s;
}

.green-button-filled:hover{
	background-color: #02010100;
    color: #10C99E;
    border-color: #10C99E;
}

.noneFill-green-btn,
.noneFill-blue-btn{
	background-color: transparent;
}

.noneFill-green-btn:hover,
.noneFill-blue-btn:hover{
	color: #FFFFFF;
}

.fill-green-btn{
	background-color: #10C99E;
	border: 1px solid #10C99E;
}

.fill-green-btn:hover,
.fill-green-btn:focus{
	background-color: #FFFFFF;
	color: #10C99E;
	border-color: #10C99E;
}

.noneFill-green-btn{
	color: #10C99E;
	border: 1px solid #10C99E;
}

.noneFill-green-btn:hover,
.noneFill-green-btn:focus{
	background-color: #10C99E;
	border-color: #10C99E;
}

.fill-blue-btn{
	background-color: #469ADC;
	border:1px solid #469ADC;
}

.fill-blue-btn:hover,
.fill-blue-btn:focus{
	background-color: #469ADC00;
	color: #469ADC;
	border-color: #469ADC;
}

.noneFill-blue-btn{
	color: #469ADC;
	border: 1px solid #469ADC;
}

.noneFill-blue-btn:hover,
.noneFill-blue-btn:focus{
	background-color: #469ADC;
	border-color: #469ADC;
}

/**** EOF Common CSS for Buttons ****/
