/* Minimalizowanie nie powiodło się. Trwa zwracanie niezminimalizowanej zawartości.
(1,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1,453): run-time error CSS1039: Token not allowed after unary operator: '-tinput-floating-label-space'
(1,522): run-time error CSS1039: Token not allowed after unary operator: '-tinput-height'
(1,1065): run-time error CSS1039: Token not allowed after unary operator: '-tinput-floating-label-space'
(1,1532): run-time error CSS1039: Token not allowed after unary operator: '-tinput-floating-label-space'
 */
.tinput{--tinput-height:3.25rem;--tinput-floating-label-space:.5rem;height:100%;position:relative;}.tinput.is-msg-error>.tinput__field>.tinput__input{border-color:#fe405a;background:rgba(254,64,90,.08);}.tinput>.tinput__field>.tinput__input.not-disabled.readonly{cursor:not-allowed;}.tinput>.tinput__field>.tinput__input.not-disabled.readonly:focus{border:1px solid rgba(34,36,38,.15);box-shadow:none;}.tinput__field{position:relative;padding-top:var(--tinput-floating-label-space);}.tinput__input{width:100%;height:var(--tinput-height);padding:0 2.5rem 0 .9rem;border:3px solid #d9dbe3;border-radius:.75rem;cursor:pointer;font-family:inherit;font-size:12px;caret-color:#000;background:#fff;}.tinput__input:focus{border-color:#0e75eb;box-shadow:0 0 0 3px rgba(14,117,235,.12);outline:0;}.tinput__input::placeholder{color:#fff;padding:3px;}.tinput__input:disabled{cursor:not-allowed;pointer-events:none;border:solid 1px rgba(87,87,86,.4)!important;}.tinput__input:read-only.not-disabled.readonly{opacity:.5;}.tinput__label{position:absolute;left:12px;top:calc(var(--tinput-floating-label-space)/2 + 50%);transform:translateY(-50%);color:#adacac;transition:230ms ease;padding:0 6px;border-radius:6px;line-height:1.1;pointer-events:none;font-size:14px;}.tinput__label .cinput-required{font-weight:700;color:#fe405a;}.tinput__label.readonly{color:rgba(173,172,172,.5);}.tinput__label.is-floating,.tinput.has-value .tinput__label,.tinput__field:focus-within .tinput__label,.tinput__input:not(:placeholder-shown)+.tinput__label{top:var(--tinput-floating-label-space);transform:translateY(-50%);font-size:12px;background:#fff;}.tinput.has-value .tinput__label,.tinput__input:not(:placeholder-shown)+.tinput__label{color:#adacac;}.tinput.has-value .tinput__label.readonly,.tinput__input:not(:placeholder-shown)+.tinput__label.readonly{color:rgba(173,172,172,.5);}.tinput__field:focus-within .tinput__label{color:#0e75eb;background:#fff;}.tinput__field:focus-within .tinput__label.readonly{color:rgba(173,172,172,.5);}
