<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

#nex-forms .theme-brown .ui-nex-forms-container  .input-field label {
 color: #9e9e9e;
}
/* label focus color */
#nex-forms .theme-brown .ui-nex-forms-container  .input-field input[type=text]:focus + label,
#nex-forms .theme-brown .ui-nex-forms-container  .input-field textarea:focus + label {
 color: #795548 !important;
}
/* label underline focus color */
#nex-forms .theme-brown .ui-nex-forms-container  .input-field input[type=text],
#nex-forms .theme-brown .ui-nex-forms-container  .input-field textarea{
	/*border-bottom: 1px solid #9e9e9e !important;*/
}
#nex-forms .theme-brown .ui-nex-forms-container  .input-field input[type=text]:focus,
#nex-forms .theme-brown .ui-nex-forms-container  .input-field textarea:focus {
 border-bottom: 1px solid #795548 !important;
 box-shadow: 0 1px 0 0 #795548 !important;
}


/* ICONS */
/* icon prefix focus color */
#nex-forms .theme-brown .ui-nex-forms-container  .input-field .prefix {
 color: #795548 !important;
  opacity:0.7;
}
#nex-forms .theme-brown .ui-nex-forms-container  .input-field .prefix.active {
 color: #795548 !important;
 opacity:1;
}


/* RADIOS */

#nex-forms .theme-brown .ui-nex-forms-container  [type="radio"]:checked + label::after, #nex-forms .theme-brown .ui-nex-forms-container  .with-gap[type="radio"]:checked + label::before, #nex-forms .theme-brown .ui-nex-forms-container  .with-gap[type="radio"]:checked + label::after {
   /* border: 2px solid #795548;*/
   border: 2px solid #795548 !important;
}

#nex-forms .theme-brown .ui-nex-forms-container  [type="radio"]:checked + label::after, #nex-forms .theme-brown .ui-nex-forms-container  .with-gap[type="radio"]:checked + label::after {
	background-color: #795548 !important;
}

/* CHECKS */

#nex-forms .theme-brown .ui-nex-forms-container  [type="checkbox"] + label::before, #nex-forms .theme-brown .ui-nex-forms-container  [type="checkbox"]:not(.filled-in) + label::after {
	border: 2px solid #9e9e9e !important;
}
#nex-forms .theme-brown .ui-nex-forms-container  [type="checkbox"]:checked + label::before{
	border-color: transparent #795548 #795548 transparent !important;
}


/* SELECTS */
#nex-forms .theme-brown .ui-nex-forms-container  .dropdown-content li &gt; a, #nex-forms .theme-brown .ui-nex-forms-container  .dropdown-content li &gt; span{
	color:#795548 !important;
}


/* BUTTONS */
#nex-forms .theme-brown .mb-btn{
	 background-color: #795548 !important;
	 border-color: #795548 !important;
	 color: #fff !important;
}

/* modal popup */
#nex-forms .theme-brown .modal .modal-header {
    background: #795548 ;
}

/* PANELS */
#nex-forms .theme-brown .ui-nex-forms-container  .panel .panel-heading {
	background:#795548;
}



/* DO NOT EDIT */
/* valid color */
#nex-forms .theme-brown .ui-nex-forms-container  .input-field input[type=text].valid,
#nex-forms .theme-brown .ui-nex-forms-container  .input-field textarea.valid  {
 border-bottom: 1px solid #795548 !important;
 box-shadow: 0 1px 0 0 #795548 !important;
}
/* invalid color */
#nex-forms .theme-brown .ui-nex-forms-container  .input-field input[type=text].invalid,
#nex-forms .theme-brown .ui-nex-forms-container  .input-field textarea.invalid {
 border-bottom: 1px solid #795548 !important;
 box-shadow: 0 1px 0 0 #795548 !important;
}

/* SLIDERS */
#nex-forms .theme-brown .ui-slider-range {
    background: #795548 !important;
    border: none;
    border-radius: 0 !important;
}

#nex-forms .theme-brown .noUi-target.noUi-horizontal .noUi-tooltip{
	background: #795548 !important;
}
#nex-forms .theme-brown .material_field .nex-submit.btn.the_input_element{
    background: #795548;
    color: #fff;
    border-color: #795548;
}


/* DATEPICKER */
.dtp.theme-brown div.dtp-date, .dtp div.dtp-time{
	background:#BA988B none repeat scroll 0 0 !important;
}
.dtp.theme-brown .p10 &gt; a {
    color: #795548 !important;
}
.dtp.theme-brown &gt; .dtp-content &gt; .dtp-date-view &gt; header.dtp-header,
.dtp.theme-brown table.dtp-picker-days tr &gt; td &gt; a.selected,
.dtp.theme-brown .dtp-buttons .btn{
	background: #795548 none repeat scroll 0 0 !important;
}</pre></body></html>