@import url('https://fonts.googleapis.com/css?family=Material+Icons|Prompt:200,300,500,400,600|Roboto:200,300,400,600|Itim:400|Sriracha:400|Mali:500,600|Kodchasan:600|KoHo:500&display=swap');
@import url('https://services.ulinkconnect.com/font/FC-Iconic/stylesheet.css');

/* typography */
h1, h2, h3 { margin-top: 0.75em; margin-bottom: 0.5em; }
h4, h5, h6 { margin-top: 0.5em; margin-bottom: 0.33em; }
h1 { font-size: 4.375rem; }
h2, .h2 { font-size: 3.125rem; }
h3, .h3 { font-size: 2.375rem; }
h4 { font-size: 1.875rem;	}
h5 { font-size: 1.40625rem; }
h6 { font-size: 1.125rem; }
h1>small, h2>small, h3>small, h4>small { display: block; line-height: 0.86; }
/* p { font-size: 1.2em; } */

/* font family */
.fc-iconic { font-family: 'FC Iconic'; }

/* font-style */
.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 500; }
.bold { font-weight: 600; }
.uppercase { text-transform: uppercase;  }

/* href style */
.link, .click { cursor: pointer; }
.link:hover { color: #666; }

/* button style */
.btn {
	font-size: 1.2em;
}

/* line */
.vl { padding: 0 1px; height: 100%; margin: 0 0.25em; }
.hl { border: 1px solid #E0E0E0; border-radius: 100px; margin: 1em 2em; }
.transparent.lighten-1 { background-color: rgba(255,255,255,0.85) !important; }
/* materialize css */
/* Inactive/Active Default input field color readonly */
.input-field input[type]:[readonly],
.input-field input[type]:focus:[readonly],
.input-field textarea:[readonly],
.input-field textarea:focus:[readonly] {
    border-bottom: 1px solid #707070;
    box-shadow: 0 1px 0 0 #707070;
}

/* Inactive/Active Default input field color */
.input-field input[type]:not([readonly]),
.input-field input[type]:focus:not([readonly]),
.input-field textarea:not([readonly]),
.input-field textarea:focus:not([readonly]) {
    border: 1px solid #9e9e9e;
    border-radius: 100px;
    text-indent: 10px;
}

/* Inactive/Active Default input focus color*/
.input-field input:not([type]):focus:not([readonly]),
.input-field input[type]:not(.browser-default):focus:not([readonly]),
.input-field textarea.materialize-textarea:focus:not([readonly]) {
    border: 1px solid #757575;
    -webkit-box-shadow: 0 1px 0 0 #757575;
    box-shadow: 0 1px 0 0 #757575;
}

/* Inactive/Active Default input label color */
.input-field input[type]:focus:not([readonly])+label,
.input-field textarea:focus:not([readonly])+label {
    color: #01579b;
}

/* Active/Inactive Invalid input field colors */
.input-field input[type].invalid,
.input-field input[type].invalid:focus,
.input-field textarea.invalid,
.input-field textarea.invalid:focus {
	border: 1px solid #e57373;
    box-shadow: 0 1px 0 0 #e57373;
}

/* Active/Inactive Invalid input label color */
.input-field input[type].invalid:focus+label,
.input-field input[type].invalid~.helper-text::after,
.input-field input[type].invalid:focus~.helper-text::after, 
.input-field textarea.invalid:focus+label,
.input-field textarea.invalid~.helper-text::after,
.input-field textarea.invalid:focus~.helper-text::after {
    color: #e57373;
}

/* Active/Inactive Valid input field color */
.input-field input[type].valid,
.input-field input[type].valid:focus,
.input-field textarea.valid,
.input-field textarea.valid:focus {
	border: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

/* Active/Inactive Valid input label color */
.input-field input[type].valid:focus+label,
.input-field input[type].valid~.helper-text::after,
.input-field input[type].valid:focus~.helper-text::after,
.input-field textarea.valid:focus+label,
.input-field textarea.valid~.helper-text::after,
.input-field textarea.valid:focus~.helper-text::after {
    color: #26a69a;
}

/* disabled input and label */
input[type=text]:not(.browser-default):disabled {
	border-color: #ccc !important;	
}
input[type=text]:not(.browser-default):disabled+label {
	color: #aaa !important;
}
input[type=text]:not(.browser-default), 
input[type=password]:not(.browser-default), 
input[type=email]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=time]:not(.browser-default) {
	font-size: 1.2em;
	height: 1.0em;
/* 	padding-top: 0.625em; */
	padding: 0.65em 0;
	margin-bottom: 0;
}
[type="checkbox"]+span:not(.lever) {
	height: 1.5rem;
	line-height: 1.5rem;
	padding-left: 2em;
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after,
[type="checkbox"].filled-in:checked+span:not(.lever):after {
	height: 1.25rem;
	width: 1.25rem;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before {
	width: 0.425em;
	height: 0.75em;
	top: -1px;
	border-top: 0px solid transparent;
	border-left: 0px solid transparent;
}
.large [type="radio"]+span:before, .large [type="radio"]+span:after {
	width: 0.675em;
	height: 0.675em;
}
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
	border-color: red;
}
:checked+span:after, [type="radio"].with-gap:checked+span:after {
	background-color: red;
}
[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):after {
	background-color: #ccc;
}
[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever) {
	color: #aaa !important;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after {
	background-color: red;
	border-color: red;
}
.input-field>label {
	top: -0.5em;
}
select {
	border: none;
	border-radius: 100px;
	background-color: #ED2E31;
	color: white;
	font-size: 1.2em;
	text-indent: 0.4em;
}

/*
.input-field>label:not(.label-icon) {
	transform: translateY(-40px);
}
*/
.input-field .suffix {
    position: absolute;
    width: 2.25rem;
    font-size: 1.8rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    right: 0;
    top: 0.325em;
}
.input-field .helper-text {
	min-height: 1.125em;
	font-size: 1.0rem;
	margin-top: 0.125em;
}
/*
.input-field .suffix.active {
    color: #26a69a
}

.input-field .suffix ~ input, 
.input-field .suffix ~ textarea, 
.input-field .suffix ~ label, 
.input-field .suffix ~ .validate ~ label, 
.input-field .suffix ~ .helper-text, 
.input-field .suffix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width:calc(100% - 3rem)
}

.input-field .suffix ~ label {
    margin-left:3rem
}
*/
[type="checkbox"]+span:not(.lever) {
	font-size: 1.25rem;
}

[type="radio"]:not(:checked)+span, [type="radio"]:checked+span {
	font-size: 1.5em;
	margin-bottom: 1em;
}

.input-field>label,
.input-field>label:not(.label-icon).active,
.input-field>input[type]:-webkit-autofill:not(.browser-default):not([type="search"])+label {
	font-size: 1.2em;
	transform: none;
	margin-top: -0.7em;
	width: 100%;
}
