/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Variables */
:root {
	--clr-primary: #0066CC;
	--clr-accent: #FF7200;
	--clr-secondary: #707070;
	--clr-text: #353535;
	--clr-white: #ffffff;

	--fltr-primary: invert(25%) sepia(30%) saturate(6446%) hue-rotate(198deg) brightness(96%) contrast(101%);
	--fltr-accent: invert(42%) sepia(65%) saturate(1871%) hue-rotate(3deg) brightness(106%) contrast(103%);
	--fltr-secondary: invert(45%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(97%) contrast(91%);
	--fltr-text: invert(17%) sepia(0%) saturate(0%) hue-rotate(198deg) brightness(101%) contrast(90%);
	--fltr-white: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(100%);
}

/* Reset CSS */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	text-wrap: balance;
}

ul, ol {
	padding-left: 20px;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

textarea {
	overflow: auto;
}

html {
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

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

img {
	border-style: none;
}

iframe {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	border: 1px solid var(--clr-text);
}


main,
details {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	color: var(--clr-accent);
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: none;
}

fieldset {
	border: none;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="checkbox"],
[type="radio"] {
	padding: 0;
}

[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

[hidden] {
	display: none !important;
}

template {
	display: none;
}


body {
	font-family: "Galano_Grotesque", Sans-serif;
	color: var(--clr-txt);
	background-color: var(--clr-white);
}

h1 {
	font-size: 2.5em;
	line-height: calc(1ex / 0.42);
	margin: calc(1ex / 0.70) 0;
}

h2 {
	font-size: 2em;
	line-height: calc(1ex / 0.40);
	margin: calc(1ex / 0.66) 0;
}

h3 {
	font-size: 1.75em;
	line-height: calc(1ex / 0.38);
	margin: calc(1ex / 0.62) 0;
}

h4 {
	font-size: 1.5em;
	line-height: calc(1ex / 0.36);
	margin: calc(1ex / 0.58) 0;
}

h5 {
	font-size: 1.25em;
	line-height: calc(1ex / 0.34);
	margin: calc(1ex / 0.54) 0;
}

p {
	font-size: 1em;
	line-height: calc(1ex / 0.32);
	margin: calc(1ex / 0.50) 0;
	width: 100%;
	/*   max-width: 75ch; */
	text-wrap: pretty;
}





/* Links and Buttons */
a {
	color: var(--clr-accent);
	outline: none;
	&:hover {
		color: var(--clr-primary);
	}
}

button, input[type="submit"] {
	font-family: "Galano_Grotesque", Sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #fff;
	background-color: var(--clr-accent);
	border: 1px solid var(--clr-accent);
	border-radius: 5px;
	padding: 0.75em 1.25em;
	outline: none;
	&:hover {
		color: var(--clr-accent);
		background-color: transparent;
	}
}

/* Newsletter Form */
form.wpcf7-form:has(#newsletter_form) {
	margin: 0;
}
form.wpcf7-form #newsletter_form {
	display: flex !important;
	gap: 10px;
}
form.wpcf7-form #newsletter_form fieldset {
	margin: 0;
	width: 80%;
}
form.wpcf7-form #newsletter_form fieldset > p {
	display: flex;
	gap: 10px;
}
form.wpcf7-form #newsletter_form input.wpcf7-text {
	height: 56px;
	font-size: 1.125rem;
	font-family: inherit;
	color: var(--clr-text);
	padding: 0.5em 1em;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 0;
	width: 100%;
	outline: none;
	line-height: 1.2;
}
form.wpcf7-form #newsletter_form input.wpcf7-text::placeholder {
	opacity: 0.6;
	color: #000;
}
form.wpcf7-form #newsletter_form .hidden_fields {
	display: none;
}
form.wpcf7-form #newsletter_form .form-submit {
	width: 20%;
	position: relative;
}
form.wpcf7-form #newsletter_form input.wpcf7-submit {
	height: 56px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	padding: 0.625em 1em 0.75em;
	background-color: var(--clr-accent);
	border: 1px solid var(--clr-accent);
	border-radius: 5px;
	margin: 0;
	transition: all 0.2s ease;
	width: 100%;
	line-height: 1;
	outline: none;
}
form.wpcf7-form #newsletter_form input.wpcf7-submit:hover {
	background-color: transparent;
	border-color: #fff;
}
form.wpcf7-form #newsletter_form .wpcf7-spinner {
	position: absolute;
    right: -20px;
    bottom: 50%;
    transform: translateY(50%);
}
.wpcf7:not([data-wpcf7-id="35649"]) form.wpcf7-form label.error, .wpcf7:not([data-wpcf7-id="35649"]) form.wpcf7-form .wpcf7-not-valid-tip, .wpcf7:not([data-wpcf7-id="35649"]) form.wpcf7-form .wpcf7-response-output {
	display: none !important;
}

@media (max-width: 1024px) {
	form.wpcf7-form #newsletter_form fieldset {
		margin: 0;
		width: 75%;
	}
	form.wpcf7-form #newsletter_form input.wpcf7-text {
		height: 48px;
		font-size: 1rem;
		padding: 0.5em 0.75em;
	}
	form.wpcf7-form #newsletter_form .form-submit {
		width: 25%;
	}
	form.wpcf7-form #newsletter_form input.wpcf7-submit {
		height: 48px;
		font-size: 1.125rem;
		padding: 0.5em 1em;
	}
}
@media (max-width: 767px) {
	form.wpcf7-form #newsletter_form {
		flex-direction: column;
	}
	form.wpcf7-form #newsletter_form fieldset {
		margin: 0;
		width: 100%;
	}
	form.wpcf7-form #newsletter_form fieldset > p {
		flex-direction: column;
	}
	form.wpcf7-form #newsletter_form .form-submit {
		width: 100%;
		text-align: right;
	}
	form.wpcf7-form #newsletter_form input.wpcf7-submit {
		width: 50%;
	}
}


/* Testimonials Section */
#testimonials .title-blck *, #funding-products .title-blck *, #w-cap-benefits .title-blck * {
	color: #ffffff;
}
#testimonials {
	background-size: cover;
	padding: 0 0 20px;
}
#testimonials .title-blck {
	margin-bottom: 50px;
}
#testimonials .caroufredsel_wrapper, #testimonials .tmls_slider {
	height: 350px !important;
}
#testimonials .tmls_item {
	background-color: rgba(27,134,241,0.55);
	border-radius: 4px;
	margin: 0 5px;
	padding: 20px 20px 45px;
	width: 385px !important;
}
#testimonials .tmls_item * {
	color:#ffffff !important;
}
#testimonials .tmls_item:nth-child(1) {
	background: -webkit-linear-gradient(left, rgba(255,0,0,0), rgba(27, 134, 241, 0.55)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(255,0,0,0), rgba(27, 134, 241, 0.55)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(255,0,0,0), rgba(27, 134, 241, 0.55)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(255,0,0,0), rgba(27, 134, 241, 0.55)); /* Standard syntax (must be last) */
}
#testimonials .tmls_item:nth-child(3) {
	background: -webkit-linear-gradient(right, rgba(255,0,0,0), rgba(27, 134, 241, 0.55)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, rgba(255,0,0,0), rgba(27, 134, 241, 0.55)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, rgba(255,0,0,0), rgba(27, 134, 241, 0.55)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, rgba(255,0,0,0), rgba(27, 134, 241, 0.55)); /* Standard syntax (must be last) */
}
#testimonials .tmls_item:nth-child(1) *, #testimonials .tmls_item:nth-child(3) * {
	opacity: 0.5;
}
#testimonials .tmls_name {
	float: left;
	font-weight: 900;
	font-size: 28px !important;
	width: 100%;
}
#testimonials .tmls_text {
	color: rgba(255, 255, 255, 0.5) !important;
	float: left;
	font-style: italic;
	line-height: 22px;
	min-height: 150px;
	width: 100%;
}
#testimonials .tmls .tmls_next_prev {
	bottom: auto;
	text-align: right;
	top: 30%;
	width: 100%;
	z-index: 10;
}
#testimonials .tmls_next, #testimonials .tmls_prev {
	background-color: transparent !important;
	border-radius: 0;
	height: 98px;
	position: absolute;
	width: 43px;
}
#testimonials .tmls_prev {
	background-image: url("/wp-content/uploads/2024/06/tmls-prev-img.png");
	background-position: center center;
	left: 0;
}
#testimonials .tmls_next {
	background-image: url("https://www.smallbusinessloanrates.com/wp-content/uploads/2024/06/tmls-next-img.png");
	background-position: center center;
	right: 0;
}
#testimonials .widget {
	padding: 0;
}

@media (max-width: 1024px) {
	#testimonials .tmls_item {
		width: 300px !important;
	}
	#testimonials .tmls_name {
		font-size: 24px !important;
	}
	#testimonials .tmls_next, #testimonials .tmls_prev {
		background-size: 36px;
	}
}
@media screen and (max-width: 966px) {
	#testimonials .tmls_item {
		width: 280px !important;
	}
}
@media screen and (max-width: 800px) {
	#testimonials .tmls_next, #testimonials .tmls_prev {
		background-size: 24px;
	}
	#testimonials .tmls_item {
		background-color: rgba(27,134,241,0.55) !important;
		margin: 0 105px;
		width: 490px !important;
	}
	#testimonials .tmls_item:nth-child(1) *, #testimonials .tmls_item:nth-child(3) * {
		opacity: 1;
	}
	#testimonials {
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	#testimonials .tmls_item {
		width: 460px !important;
	}
}
@media screen and (max-width: 736px) {
	#testimonials .tmls_item {
		margin: 0 85px;
	}
}
@media screen and (max-width: 667px) {
	#testimonials .tmls_item {
		margin: 0 55px;
	}
}
@media screen and (max-width: 603px) {
	#testimonials .tmls_item {
		margin: 0 50px;
		width: 385px !important;
	}
	#testimonials .tmls_name {
		font-size: 20px !important;
	}
}
@media screen and (max-width: 480px) {
	#testimonials .tmls_next, #testimonials .tmls_prev {
		background-size: 18px;
		height: 50px;
	}
	#testimonials .tmls_prev {
		left: -30px;
	}
	#testimonials .tmls_next {
		right: -30px;
	}
	#testimonials .tmls_item {
		margin: 0 20px;
		width: 380px !important;
	}
}
@media screen and (max-width: 414px) {
	#testimonials .tmls_item {
		width: 315px !important;
	}
	#testimonials .tmls_next, #testimonials .tmls_prev {
		background-size: 15px;
		height: 50px;
	}
}
@media screen and (max-width: 375px) {
	#testimonials .tmls_text {
		line-height: 20px;
	}
	#testimonials .tmls_item {
		width: 295px !important;
		margin: 0 10px;
	}
}
@media screen and (max-width: 320px) {
	#testimonials .tmls_item {
		width: 260px !important;
		padding: 20px 15px 45px;
		margin: 0 5px;
	}
}




/* Multi-step Forms */
form.cf7mls {
	margin-bottom: 0 !important;
}
form.cf7mls-no-scroll p {
	margin: 0;
}
form.cf7mls input, form.cf7mls select {
	margin: 0 !important;
}
form.cf7mls-no-scroll .form_progress_bar {
	display: flex;
	flex-wrap: no-wrap;
	gap: 8px;
	padding: 20px 18px 0;
	background-color: #f5f5f5;
}
form.cf7mls-no-scroll .progress_step {
	height: 6px;
	flex-grow: 1;
	border-radius: 2px;
	background-color: #dee5ef;
}
form.cf7mls-no-scroll .progress_step.completed, form.cf7mls .progress_step.active {
	background-color: #0066CC;
}
form.cf7mls-no-scroll .progress_step:first-child {
	background-color: #0066CC;
}
form.cf7mls-no-scroll .fieldset-cf7mls {
	margin-bottom: 0 !important;
}
form.cf7mls-no-scroll .fieldset-cf7mls .step_wrap {
	background-color: #f5f5f5;
	padding: 18px;
	height: 420px;
}
form.cf7mls-no-scroll .fieldset-cf7mls .step_field {
	margin-bottom: 10px;
}
form.cf7mls-no-scroll .fieldset-cf7mls .step_title {
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 16px;
}
form.cf7mls-no-scroll .fieldset-cf7mls .wpcf7-radio {
	display: flex;
	flex-direction: column;
}
form.cf7mls-no-scroll .fieldset-cf7mls .wpcf7-radio .wpcf7-list-item {
	margin: 0 0 10px 0;
}
form.cf7mls-no-scroll .fieldset-cf7mls .wpcf7-radio .wpcf7-list-item > label {
	display: flex;
	align-items: center;
}
form.cf7mls-no-scroll .fieldset-cf7mls .wpcf7-list-item input[type="radio"] {
	flex-shrink: 0;
	height: 16px;
	width: 16px;
}
form.cf7mls-no-scroll .fieldset-cf7mls .wpcf7-radio .wpcf7-list-item-label {
	color: #000;
	font-size: 18px;
	line-height: 1.4;
	margin-left: 18px;
}
form.cf7mls-no-scroll .fieldset-cf7mls .cf7mls-btns {
	min-height: 0;
}
form.cf7mls-no-scroll .fieldset-cf7mls .cf7mls-btns button, form.cf7mls .fieldset-cf7mls .form-submit button {
	float: none;
	font-family: inherit;
	font-size: 22px;
	line-height: 1;
	padding: 1.125em;
	width: 100%;
	border-radius: 5px;
	font-weight: 700;
	cursor: pointer;
	border: 1px solid #FF7200;
	background-color: #FF7200;
	color: #fff;
	margin: 16px 0 0;
	transition: all 0.2s ease;
	outline: none;
}
form.cf7mls-no-scroll .fieldset-cf7mls .cf7mls-btns button:hover, form.cf7mls .fieldset-cf7mls .form-submit button:hover {
	background-color: #FF7200;
	color: #fff;
	filter: brightness(0.9);
	opacity: 1;
}
form.cf7mls-no-scroll .fieldset-cf7mls .cf7mls-btns button img {
	display: none !important;
}
form.cf7mls-no-scroll .fieldset-cf7mls .step_wrap .fields_row {
	display: flex;
	gap: 10px;
}
form.cf7mls-no-scroll .fieldset-cf7mls .fields_row .col_6 {
	width: calc(100% / 2);
}
form.cf7mls-no-scroll .fieldset-cf7mls :is(input[type="text"], input[type="tel"], input[type="email"], select) {
	font-size: 16px;
	color: #000;
	line-height: 1.2;
	font-family: inherit;
	padding: 0.5em 1em;
	border-radius: 5px;
	background-color: #fff;
	height: 55px;
	outline: none;
	border: 1px solid #d3d3d3;
}
form.cf7mls-no-scroll .fieldset-cf7mls select option[value=""] {
	color: #00000088;
}
form.cf7mls-no-scroll .fieldset-cf7mls :is(input[type="text"], input[type="tel"], input[type="email"])::placeholder {
	color: #000;
	opacity: 0.6;
}
form.cf7mls-no-scroll .fieldset-cf7mls select {
	appearance: none;
	background-image: url(/wp-content/uploads/2024/06/chevron-down-icon.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 96% center;
}
form.wpcf7-form.cf7mls-no-scroll :is(input, select, textarea):is(.error),
form.wpcf7-form.cf7mls-no-scroll .wpcf7-tel.wpcf7-not-valid:placeholder-shown,
form.wpcf7-form.cf7mls-no-scroll textarea.wpcf7-not-valid
{
	border: 1px solid #fd0101 !important;
}
form.cf7mls-no-scroll .fieldset-cf7mls:last-child .cf7mls-btns {
	display: none !important;
}
form.cf7mls-no-scroll .fieldset-cf7mls .form-submit .wpcf7-submit.hidden {
	display: none !important;
}
form.cf7mls-no-scroll .fieldset-cf7mls .form-submit .wpcf7-spinner {
	display: none !important;
}

@media (max-width: 1024px) {
	form.cf7mls .progress_step {
		height: 4px;
	}
	form.cf7mls-no-scroll .fieldset-cf7mls .step_wrap {
		padding: 18px;
		height: 420px;
	}
	form.cf7mls-no-scroll .fieldset-cf7mls .step_title {
		font-size: 18px;
	}
	form.cf7mls-no-scroll .fieldset-cf7mls .step_field {
		margin-bottom: 8px;
	}
	form.cf7mls-no-scroll .fieldset-cf7mls .wpcf7-list-item input[type="radio"] {
		height: 14px;
		width: 14px;
	}
	form.cf7mls-no-scroll .fieldset-cf7mls .wpcf7-radio .wpcf7-list-item-label {
		font-size: 18px;
		margin-left: 12px;
	}
	form.cf7mls-no-scroll .fieldset-cf7mls .step_wrap .fields_row {
		gap: 8px;
	}
	form.cf7mls-no-scroll .fieldset-cf7mls :is(input[type="text"], input[type="tel"], input[type="email"], select) {
		font-size: 16px;
		padding: 0.375em 0.625em;
		height: 48px;
	}
}

/* Multistep forms loading spinner */
.loading-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 80%;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f5f5f5;
}
.loading-overlay.long-form {
	position: fixed;
	z-index: 999;
	height: 100%;
}

.loading-overlay .loading-text {
	margin-top: 20px;
	font-size: 18px;
}
.lds-spinner {
	color: #FF7200;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #FF7200;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@media (max-width: 767px) {
	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		display: flex;
	}
	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		flex-direction: row;
	}
	.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		align-items: center;
	}
	.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
		margin-right: 14px !important;
	}
}

/* jQuery UI styles */
.ui-datepicker {
	max-width: 240px;
	width: 100%;
	font-family: "Hind", sans-serif;
}
.ui-datepicker .ui-datepicker-header {
	border: none;
	background: transparent;
}
.ui-datepicker .ui-datepicker-title {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 8px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	padding: 6px;
	width: calc((100% - 8px)/2);
	font-size: 13px;
	outline: none;
	border: 1px solid #d1d2d4;
	border-radius: 5px;
	color: #162d5a;
	height: 30px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border-color: black;
	background: var(--clr-text);
	color: #fff;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border-color: #d65e00;
	background: var(--clr-accent);
	color: #fff;
}

/* Zoho SalesIQ Chat Widget */
[data-id="zsalesiq"] {
	--zsiqf-widget-bottom-offset: 60px;
}
[data-id="zsalesiq"] #zsiq_float {
	bottom: var(--zsiqf-widget-bottom-offset);
}
[data-id="zsalesiq"] #zsiq_chat_wrap {
	bottom: calc(var(--zsiqf-float-close-height) + 10px + var(--zsiqf-widget-bottom-offset));
}