
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #1e779f !important;  
}  
.mdc-switch:enabled .mdc-switch__track::after {
    background: #1e779f !important; 
    background: var(--mdc-switch-selected-track-color, #1e779f);
} 
.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background: #03a9f4 !important; 
}


.mi8-rhs-textarea {
    width: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    caret-color: #03a9f4;
    margin-bottom: 10px;
}

.mi8-rhs-textfield {
    width: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    
    caret-color: #03a9f4;
}

.mi8-rhs-switch-wrap {
	position:relative;
	float:right;
	width:25%;
	padding-top: 12px;
}
.mi8-rhs-switch {	
	width:50px;
}

.mi8-lhs-switch-wrap {
	position:relative;
	float:left;
	width:25%;
	height:50px;
	padding-top: 12px;
}

.mi8-rhs-dropdown {
	position: relative;
	float: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color:black;
	height: 50px;
	/* margin-top: 20px; */
	caret-color: #03a9f4;
	z-index: 50;
	padding-left: 20px;
}
.demo-width-class {
  width: 90%;
}

.mi8-rhs-mdc-select {
 
    height: 50px;
    width: 100%;
}











