<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.underlined-form .field-group &gt; .field {
	background:none !important;
	border-radius:0 !important;
}
.underlined-form .field-group &gt; .field &gt; .input-text {
	padding:0;
}

/* underline */
.underlined-form .field-group &gt; .field:before,
.underlined-form .field-group &gt; .field:after {
	position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    content: "";
}
.underlined-form .field-group &gt; .field:before {
	width:100%;
	/* background-color:rgba(var(--custom-rgb-color-gray),1); */
	background-color:rgba(var(--custom-rgb-color-black),0.2);
	z-index:5;
}
.underlined-form .field-group &gt; .field:after {
	width:0;
	height:2px;
	background-color:rgba(var(--custom-rgb-color-primary),1);
	z-index:6;
}
.underlined-form .field-group &gt; .field.focus:after {
	width:100%;
}
.underlined-form .field-group &gt; .field:after,
.underlined-form .field-group &gt; .field.focus:after {
	transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
}

/* textarea */
.underlined-form .field-group.textarea-field-group .field.textarea-field:before,
.underlined-form .field-group.textarea-field-group .field.textarea-field:after {
	display: none !important;
}
.underlined-form .textarea-field &gt; .textarea,
.underlined-form .textarea-field &gt; .textarea &gt; textarea.input {
	background: none !important;
}
.underlined-form .textarea-field &gt; .textarea {
	box-shadow: 0 0 0 0 rgba(var(--custom-rgb-color-black),0.2) !important;
}
.underlined-form .textarea-field &gt; .textarea &gt; textarea.input  {
	background: none !important;
	border: 1px solid rgba(var(--custom-rgb-color-black),0.2) !important;	
}
.underlined-form .textarea-field.focus &gt; .textarea {
	box-shadow: 0 0 1px 1px rgba(var(--custom-rgb-color-primary),1) !important;
}
.underlined-form .textarea-field.focus &gt; .textarea &gt; textarea.input {
	border-color: rgba(var(--custom-rgb-color-primary),1) !important;
}
.underlined-form .textarea-field.alert-required.focus &gt; .textarea &gt; textarea.input {
    box-shadow: inset 0 0 0 1px rgb(225 6 19) !important;
}


.underlined-form .field-group .field.input-field .message-note {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0.5;
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.underlined-form .field-group .field.input-field.alert-required .message-note {
	opacity: 0;
}

/* --- icon --- */

.underlined-form .field-group &gt; .field.has-icon &gt; .icon {
	width:25px;
}

/* leading icon */
.underlined-form .field-group &gt; .field.has-icon.leading-icon &gt; .icon.left {
	padding-left:5px;
	text-align:left;
}
.underlined-form .field-group &gt; .field.has-icon.leading-icon &gt; .input-text {
	padding-left:25px;
}
.underlined-form .field-group &gt; .field.has-icon.leading-icon &gt; .label-text {
	left:25px;
}
.underlined-form .field-group &gt; .field &gt; .label-text,
.underlined-form .field-group &gt; .field.has-icon.leading-icon.focus &gt; .label-text,
.underlined-form .field-group &gt; .field.has-icon.leading-icon.has-data &gt; .label-text,
.underlined-form .field-group &gt; .field.has-icon.leading-icon &gt; .label-text.label-text-ontop {
	left:0;
}

/* trailing icon */
.underlined-form .field-group &gt; .field.has-icon.trailing-icon &gt; .icon.right {
	padding-right:5px;
	text-align:right;
}
.underlined-form .field-group &gt; .field.has-icon.trailing-icon &gt; .input-text {
    /*padding-right: 25px;*/
	padding-right: 30px;
}

/* --- fix text --- */

/* prefix text */
.underlined-form .field-group &gt; .field.has-fix-text.prefix-text &gt; .fix-text.left {
	padding-left:0 !important;
}

/* suffix text */
.underlined-form .field-group &gt; .field.has-fix-text.suffix-text &gt; .fix-text.right {
	padding-right:0 !important;
}
.underlined-form .field-group.field-lock &gt; .field.has-fix-text.suffix-text.has-icon.trailing-icon {
    padding-right: 30px;
}

/* --- label inline --- */

.underlined-form .field-group &gt; .field.label-inline {
    padding-left:0;
}
.underlined-form .field-group &gt; .field.label-inline.has-icon.leading-icon &gt; .label-text {
    left:0;
}
.underlined-form .field-group &gt; .field.label-inline.has-icon.leading-icon {
    padding-left: 25px;
}

/* --- à¸à¸£à¸“à¸µà¸„à¸§à¸²à¸¡à¸ªà¸¹à¸‡ 40px --- */
.underlined-form .field-group.input-field-group &gt; .field.input-field,
.underlined-form .field-group.select-field-group &gt; .field.select-field {
	height: 40px;
    line-height: 40px;
}
.underlined-form .field-group {
	padding-bottom:25px;
}
.underlined-form .field-group &gt; .field &gt; .input-text,
.underlined-form .field-group &gt; .field &gt; .label-text,
.underlined-form .field-group &gt; .field.label-inline &gt; .label-text,
.underlined-form .field-group &gt; .field.label-inline.focus &gt; .label-text,
.underlined-form .field-group &gt; .field.label-inline.has-data &gt; .label-text,
.underlined-form .field-group.select-field-group &gt; .field.select-field.label-inline &gt; .label-text {
	line-height:40px;
}
.underlined-form .field-group &gt; .field.focus &gt; .label-text,
.underlined-form .field-group &gt; .field.has-data &gt; .label-text,
.underlined-form .field-group &gt; .field &gt; .label-text.label-text-ontop,
.underlined-form .field-group &gt; .field.has-fix-text.prefix-text &gt; .label-text,
.underlined-form .field-group &gt; .field.select-field &gt; .label-text {
	line-height:10px;
}
.underlined-form .field-group &gt; .field.focus &gt; .label-text .text-min,
.underlined-form .field-group &gt; .field.has-data &gt; .label-text .text-min,
.underlined-form .field-group &gt; .field &gt; .label-text.label-text-ontop .text-min,
.underlined-form .field-group &gt; .field.has-fix-text.prefix-text &gt; .label-text .text-min,
.underlined-form .field-group &gt; .field.select-field &gt; .label-text .text-min {
	font-size: 10px;
	line-height:0;
}
.underlined-form .field-group &gt; .field.has-icon &gt; .icon {
    height: 40px;
    line-height: 40px;
}

/* --- à¸à¸£à¸“à¸µà¸„à¸§à¸²à¸¡à¸ªà¸¹à¸‡ 50px --- */
/* .underlined-form .field-group.input-field-group &gt; .field.input-field,
.underlined-form .field-group.select-field-group &gt; .field.select-field {
	height: 50px;
    line-height: 50px;
}
.underlined-form .field-group {
	padding-bottom:25px;
}
.underlined-form .field-group &gt; .field &gt; .input-text,
.underlined-form .field-group &gt; .field &gt; .label-text,
.underlined-form .field-group &gt; .field.label-inline &gt; .label-text,
.underlined-form .field-group &gt; .field.label-inline.focus &gt; .label-text,
.underlined-form .field-group &gt; .field.label-inline.has-data &gt; .label-text,
.underlined-form .field-group.select-field-group &gt; .field.select-field.label-inline &gt; .label-text {
	line-height:50px;
}
.underlined-form .field-group &gt; .field.focus &gt; .label-text,
.underlined-form .field-group &gt; .field.has-data &gt; .label-text,
.underlined-form .field-group &gt; .field &gt; .label-text.label-text-ontop,
.underlined-form .field-group &gt; .field.has-fix-text.prefix-text &gt; .label-text,
.underlined-form .field-group &gt; .field.select-field &gt; .label-text {
	line-height:10px;
}
.underlined-form .field-group &gt; .field.has-icon &gt; .icon {
    height: 50px;
    line-height: 50px;
} */

/* checkbox - radio */
.underlined-form .field-group.checked-field-group &gt; .field:before {
	background:none !important;
}</pre></body></html>