<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* @form header
-------------------------------- */
.smart-forms .header-green {
	background-color:#CCCCCC;
	border-top:1px solid #ccc;
	border-bottom:5px solid #ccc;
}

.smart-forms .header-lite{ border-top-color:#10CD57; }
.smart-forms .header-lite:before{ background-color:#0E993C; }
.smart-forms .header-green h4{ color:#000; }

/* @form tagline 
------------------------------------- */
.smart-forms .theme-green .tagline span{ color:#0E993C; }
.smart-forms .theme-green .smart-link{ color:#0E993C; }

/* @hover | focus  
----------------------------------- */
.smart-forms .theme-green .gui-input:hover,
.smart-forms .theme-green .gui-textarea:hover,
.smart-forms .theme-green .select &gt; select:hover,
.smart-forms .theme-green .select-multiple select:hover, 
.smart-forms .theme-green .gui-input:hover ~ .input-hint,
.smart-forms .theme-green .file .gui-file:hover + .gui-input,
.smart-forms .theme-green .gui-textarea:hover ~ .input-hint{ 
border-color: #999999;
/*background-color:#000000;*/
}
 
.smart-forms .theme-green .gui-input:focus,
.smart-forms .theme-green .gui-textarea:focus,
.smart-forms .theme-green .select &gt; select:focus,
.smart-forms .theme-green .select-multiple select:focus{ 
	border-color: #666666;
	-webkit-box-shadow:0px 0px 2px #000 inset;  
	-moz-box-shadow:0px 0px 2px #000 inset;  
	-o-box-shadow:0px 0px 2px #000 inset;  	
	box-shadow:0px 0px 2px #000 inset;  
	/*color: #3C3C3C; */
	color: #fff; 
	background-color:#7f7f7f
	}

.smart-forms .theme-green .gui-textarea:focus{  height: 120px; }
.smart-forms .theme-green .select &gt; select:focus { z-index:10; z-index:20\9; }
.smart-forms .theme-green .gui-input:focus ~ .field-icon i,
.smart-forms .theme-green .gui-textarea:focus ~ .field-icon i{ color:#CCCCCC; }
.smart-forms .theme-green .select-multiple select:focus, 
.smart-forms .theme-green .gui-input:focus ~ .input-hint,
.smart-forms .theme-green .gui-textarea:focus ~ .input-hint, 
.smart-forms .theme-green .file .gui-file:focus + .gui-input{ border-color: #CCCCCC; }
.smart-forms .theme-green .select &gt; select:focus + .arrow{ color:#FFF; }

/* @star rating 
-------------------------------------------- */
.smart-forms .theme-green .rating:hover .rating-star:hover,
.smart-forms .theme-green .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms .theme-green .rating-input:checked ~ .rating-star { color: #0E993C;	}
.smart-forms .theme-green .rating-star, 
.smart-forms .theme-green .rating:hover .rating-star {	color: #A2A6A8;	 }

/* @check + radio green 
--------------------------------------------- */
.smart-forms .option-green input:hover + .checkbox,  
.smart-forms .option-green input:hover + .radio{ border-color: #0DB14B; }
.smart-forms .option-green input:checked + .checkbox, 
.smart-forms .option-green input:focus + .checkbox, 
.smart-forms .option-green input:checked + .radio, 
.smart-forms .option-green input:focus + .radio{ border-color: #0E993C; }
.smart-forms .option-green input:checked + .radio:before, 
.smart-forms .option-green input:focus + .radio:before{  background: #0E993C; }
.smart-forms .option-green input:checked + .checkbox:before, 
.smart-forms .option-green input:focus + .checkbox:before{ border-color: #0E993C; }

/* @toggle-switch green 
------------------------------------------------- */
.smart-forms .switch-green &gt; input:checked + .switch-label { background: #0E993C; border-color: #0E993C; }
.smart-forms .switch-green &gt; input:checked + .switch-label:after { color:#0E993C; }
.smart-forms .switch-green &gt; input:checked:focus + .switch-label { background: #0B792F; border-color: #0B792F; }

/* Smart Options 
-------------------------------------------------------------- */
.smart-forms .option &gt; input:checked + .smart-option { background:#0E993C; }
.smart-forms .option &gt; input:checked + .smart-option,
.smart-forms input:checked + .smart-checkbox .iconc:before,
.smart-forms .option &gt; input:checked + .smart-option .iconc { border-color:#0B792F; }
.smart-forms input:checked + .smart-radio .iconc:before { background:#0B792F; }

/* Modern switch  
-------------------------------------------------------------- */
.smart-forms .modern-switch input:checked + .switch-toggle { background:#0E993C; }
.smart-forms .modern-switch input:checked + .switch-toggle::before { background:#095923; }
.smart-forms .modern-ios input:checked + .switch-toggle::before { background: #fff; }
.smart-forms .modern-switch:active input:checked + .switch-toggle::before,
.smart-forms .modern-switch input:checked + .switch-toggle:active::before { 
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(14,153,60,0.2);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(14,153,60,0.2); 
	-o-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(14,153,60,0.2); 
	box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(14,153,60,0.2);  
}

/* @button green 
----------------------------------------------- */
.smart-forms .btn-green { background-color: #0E993C; }
.smart-forms .btn-green:hover,
.smart-forms .btn-green:focus{ background-color: #0DB14B; }
.smart-forms .btn-green:active{ background-color: #0B792F; }
.smart-forms .btn-green,
.smart-forms .btn-green:hover,
.smart-forms .btn-green:focus,
.smart-forms .btn-green:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08);  }

/* @datepicker overides 
-------------------------------------------------- */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-title { color:#000; }
.ui-monthpicker .ui-datepicker-today a, 
.ui-monthpicker .ui-datepicker-today a:hover,
.ui-datepicker .ui-datepicker-current-day a{
	background:#0E993C!important;
}

/* @price-box 
------------------------------------------------- */
.smart-forms .theme-green .selected-box h4{ color:#0E993C; }
.smart-forms .ribbon-inner{ background:#0E993C; }
.smart-forms .ribbon-inner:before,
.smart-forms .ribbon-inner:after{ border-top-color:#0B792F; }</pre></body></html>