.text-input{width:100%;padding:13px 16px;font-size:16px;font-weight:500;line-height:22px;color:#111319;outline:none;transition:all .2s ease}.text-input,.text-input:focus,.text-input:hover{border:1px solid #bcbec6;border-radius:8px;background-color:#fff}.text-input::-moz-placeholder{color:#9ea2a8}.text-input::placeholder{color:#9ea2a8}.text-input:-moz-placeholder:not(:focus):not(:hover){border:1px solid #f7f8f9;background-color:#f7f8f9}.text-input:placeholder-shown:not(:focus):not(:hover){border:1px solid #f7f8f9;background-color:#f7f8f9}.text-input:disabled{color:#9ea2a8;cursor:not-allowed;border:1px solid #dcdee4;background-color:#f0f2f4}.warning{border-color:#ff5656!important}.custom-select-wrapper{width:100%;position:relative}.custom-select{border-radius:8px;width:100%;padding:13px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-repeat:no-repeat;background-position:right 12px center;background-size:16px;cursor:pointer;transition:all .2s ease;background-image:url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2.77583 5.97554C3.01015 5.74123 3.39005 5.74123 3.62436 5.97554L8.0001 10.3513L12.3758 5.97554C12.6101 5.74123 12.99 5.74123 13.2244 5.97554C13.4587 6.20986 13.4587 6.58975 13.2244 6.82407L8.42436 11.6241C8.19005 11.8584 7.81015 11.8584 7.57583 11.6241L2.77583 6.82407C2.54152 6.58975 2.54152 6.20986 2.77583 5.97554Z' fill='%23111319'/></svg>");font-size:16px;font-weight:500;line-height:22px;color:var(--gray-90,#111319);background-color:#fff;border:1px solid #bcbec6}.custom-select.is-placeholder{background-color:#f7f8f9;color:var(--Grayscale_050,#9ea2a8);border-color:#f7f8f9}.custom-select:hover{border-color:#bcbec6;outline:none}.custom-select:focus{outline:none}