@charset "utf-8";

.MuiInputLabel-root { display: block; transform-origin: left top; }

.MuiInputLabel-formControl { top: 0px; left: 0px; position: absolute; transform: translate(0px, 24px) scale(1); }

.MuiInputLabel-marginDense { transform: translate(0px, 21px) scale(1); }

.MuiInputLabel-shrink { transform: translate(0px, 1.5px) scale(0.75); transform-origin: left top; }

.MuiInputLabel-animated { transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1); }

.MuiInputLabel-filled { z-index: 1; transform: translate(12px, 20px) scale(1); pointer-events: none; }

.MuiInputLabel-filled.MuiInputLabel-marginDense { transform: translate(12px, 17px) scale(1); }

.MuiInputLabel-filled.MuiInputLabel-shrink { transform: translate(12px, 10px) scale(0.75); }

.MuiInputLabel-filled.MuiInputLabel-shrink.MuiInputLabel-marginDense { transform: translate(12px, 7px) scale(0.75); }

.MuiInputLabel-outlined { z-index: 1; transform: translate(14px, 20px) scale(1); pointer-events: none; }

.MuiInputLabel-outlined.MuiInputLabel-marginDense { transform: translate(14px, 12px) scale(1); }

.MuiInputLabel-outlined.MuiInputLabel-shrink { transform: translate(14px, -6px) scale(0.75); }